@bigbinary/neetoui 3.7.0-beta.9 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +266 -0
- package/README.md +1 -1
- package/formik.d.ts +33 -0
- package/formik.js +4 -14
- package/index.css +1 -1
- package/index.d.ts +563 -0
- package/index.js +4 -14
- package/layouts.d.ts +116 -0
- package/layouts.js +5 -5
- package/molecules.d.ts +21 -0
- package/molecules.js +4 -4
- package/package.json +21 -21
- package/index.esm.js +0 -34
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neetoui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"main": "./index.js",
|
|
5
5
|
"module": "./index.js",
|
|
6
|
+
"types": "./index.d.ts",
|
|
6
7
|
"author": "BigBinary",
|
|
7
8
|
"license": "MIT",
|
|
8
9
|
"description": "neetoUI is the library that drives the experience in all neeto products built at BigBinary",
|
|
@@ -21,34 +22,23 @@
|
|
|
21
22
|
"eslint --fix"
|
|
22
23
|
]
|
|
23
24
|
},
|
|
24
|
-
"dependencies": {
|
|
25
|
-
"@babel/runtime": "7.17.9",
|
|
26
|
-
"@bigbinary/neeto-icons": "1.8.29",
|
|
27
|
-
"@reach/auto-id": "0.15.0",
|
|
28
|
-
"@tippyjs/react": "4.2.5",
|
|
29
|
-
"antd": "4.18.7",
|
|
30
|
-
"babel-plugin-import": "^1.13.5",
|
|
31
|
-
"dayjs": "1.11.1",
|
|
32
|
-
"framer-motion": "4.1.17",
|
|
33
|
-
"prop-types": "15.8.1",
|
|
34
|
-
"raw-loader": "4.0.2",
|
|
35
|
-
"react-color": "2.19.3",
|
|
36
|
-
"react-hotkeys-hook": "3.3.2",
|
|
37
|
-
"react-linkify": "1.0.0-alpha",
|
|
38
|
-
"react-outside-click-handler": "1.3.0",
|
|
39
|
-
"react-router-nav-prompt": "0.4.1"
|
|
40
|
-
},
|
|
25
|
+
"dependencies": {},
|
|
41
26
|
"devDependencies": {
|
|
42
27
|
"@babel/core": "7.11.6",
|
|
28
|
+
"@babel/eslint-parser": "^7.18.9",
|
|
43
29
|
"@babel/plugin-transform-runtime": "7.17.0",
|
|
44
30
|
"@babel/preset-env": "7.14.7",
|
|
45
31
|
"@babel/preset-react": "7.14.5",
|
|
32
|
+
"@babel/runtime": "7.17.9",
|
|
33
|
+
"@bigbinary/neeto-icons": "1.8.29",
|
|
34
|
+
"@reach/auto-id": "0.15.0",
|
|
46
35
|
"@rollup/plugin-babel": "^5.3.1",
|
|
47
36
|
"@rollup/plugin-commonjs": "^22.0.0",
|
|
48
37
|
"@rollup/plugin-json": "^4.1.0",
|
|
49
38
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
50
39
|
"@rollup/plugin-replace": "^4.0.0",
|
|
51
|
-
"@storybook/addon-actions": "6.5.
|
|
40
|
+
"@storybook/addon-actions": "^6.5.10",
|
|
41
|
+
"@storybook/addon-console": "^1.2.3",
|
|
52
42
|
"@storybook/addon-essentials": "6.5.9",
|
|
53
43
|
"@storybook/addon-links": "6.5.9",
|
|
54
44
|
"@storybook/addon-postcss": "2.0.0",
|
|
@@ -60,20 +50,24 @@
|
|
|
60
50
|
"@testing-library/jest-dom": "5.16.2",
|
|
61
51
|
"@testing-library/react": "12.1.3",
|
|
62
52
|
"@testing-library/user-event": "13.5.0",
|
|
53
|
+
"@tippyjs/react": "4.2.5",
|
|
54
|
+
"antd": "4.18.7",
|
|
63
55
|
"autoprefixer": "9.0.0",
|
|
64
|
-
"babel-eslint": "10.1.0",
|
|
65
56
|
"babel-jest": "27.3.1",
|
|
66
57
|
"babel-loader": "8.1.0",
|
|
58
|
+
"babel-plugin-import": "^1.13.5",
|
|
67
59
|
"chromatic": "6.5.1",
|
|
68
60
|
"classnames": "2.2.6",
|
|
69
61
|
"css-loader": "4.3.0",
|
|
70
62
|
"cssnano": "4.1.11",
|
|
63
|
+
"dayjs": "1.11.1",
|
|
71
64
|
"eslint": "7.32.0",
|
|
72
65
|
"eslint-config-prettier": "8.3.0",
|
|
73
66
|
"eslint-plugin-json": "3.1.0",
|
|
74
67
|
"eslint-plugin-react": "7.24.0",
|
|
75
68
|
"file-loader": "6.1.1",
|
|
76
69
|
"formik": "2.2.0",
|
|
70
|
+
"framer-motion": "4.1.17",
|
|
77
71
|
"html-loader": "1.3.1",
|
|
78
72
|
"html-webpack-plugin": "^4.5.0",
|
|
79
73
|
"husky": "7.0.1",
|
|
@@ -85,10 +79,17 @@
|
|
|
85
79
|
"postcss-loader": "4.0.3",
|
|
86
80
|
"postcss-preset-env": "6.7.0",
|
|
87
81
|
"prettier": "2.2.1",
|
|
82
|
+
"prop-types": "15.8.1",
|
|
88
83
|
"ramda": "0.27.1",
|
|
84
|
+
"raw-loader": "4.0.2",
|
|
89
85
|
"react": "17.0.2",
|
|
86
|
+
"react-color": "2.19.3",
|
|
90
87
|
"react-dom": "17.0.2",
|
|
88
|
+
"react-hotkeys-hook": "3.3.2",
|
|
89
|
+
"react-linkify": "1.0.0-alpha",
|
|
90
|
+
"react-outside-click-handler": "1.3.0",
|
|
91
91
|
"react-router-dom": "5.3.0",
|
|
92
|
+
"react-router-nav-prompt": "0.4.1",
|
|
92
93
|
"react-select": "5.2.1",
|
|
93
94
|
"react-spring": "8.0.27",
|
|
94
95
|
"react-test-renderer": "17.0.2",
|
|
@@ -109,7 +110,6 @@
|
|
|
109
110
|
"yup": "0.32.11"
|
|
110
111
|
},
|
|
111
112
|
"peerDependencies": {
|
|
112
|
-
"@babel/runtime": "7.17.9",
|
|
113
113
|
"antd": "4.18.7",
|
|
114
114
|
"formik": "2.2.0",
|
|
115
115
|
"react": "17.0.2",
|