Skip to content

Commit b7fecc2

Browse files
casserniP0lip
authored andcommitted
feat: new ui-kit and tree-list
1 parent 46abcdc commit b7fecc2

File tree

3 files changed

+1151
-112
lines changed

3 files changed

+1151
-112
lines changed

package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,35 +35,45 @@
3535
"test.watch": "yarn test --watch"
3636
},
3737
"peerDependencies": {
38-
"@stoplight/ui-kit": ">=1.49",
38+
"@stoplight/tree-list": ">=2.0.0",
39+
"@stoplight/ui-kit": ">=2.0.0",
3940
"react": ">=16.7.0-alpha.1",
4041
"react-dom": ">=16.7.0-alpha.1"
4142
},
4243
"dependencies": {
4344
"@emotion/core": "^10.0.10",
4445
"@fortawesome/free-solid-svg-icons": "5.6.x",
4546
"@stoplight/json": "1.9.x",
46-
"@stoplight/tree-list": "^3.6.0",
47+
"@stoplight/tree-list": "^4.0.0",
4748
"@types/json-schema": "^7.0.3",
49+
"classnames": "^2.2.6",
4850
"lodash": "4.17.x",
4951
"mobx": "^5.9.4",
52+
"pluralize": "^7.0.0",
5053
"json-schema-merge-allof": "^0.6.0"
5154
},
5255
"devDependencies": {
5356
"@sambego/storybook-state": "^1.3.4",
5457
"@stoplight/scripts": "4.1.0",
5558
"@stoplight/storybook-config": "1.4.0",
5659
"@stoplight/types": "4.1.0",
57-
"@stoplight/ui-kit": "1.49.3",
60+
"@stoplight/ui-kit": "2.0.0",
5861
"@types/enzyme": "3.9.1",
62+
"@types/pluralize": "^0.0.29",
5963
"@types/react": "16.8.12",
6064
"@types/react-dom": "16.8.3",
6165
"enzyme": "3.9.0",
6266
"enzyme-adapter-react-16": "1.12.1",
6367
"enzyme-to-json": "3.x.x",
6468
"jest-enzyme": "7.0.2",
69+
"node-sass": "^4.11.0",
70+
"node-sass-package-importer": "^5.3.1",
71+
"postcss-import": "^12.0.1",
72+
"postcss-loader": "^3.0.0",
6573
"react": "16.8.6",
6674
"react-dom": "16.8.6",
75+
"sass-loader": "^7.1.0",
76+
"ts-loader": "^5.3.3",
6777
"typescript": "3.4.2"
6878
},
6979
"lint-staged": {

src/theme.ts

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)