impact-ui 0.1.55 → 3.0.1-alpha
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/dist/index.js +1095 -3
- package/dist/index.js.map +1 -1
- package/package.json +46 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "impact-ui",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "3.0.1-alpha",
|
|
4
4
|
"description": "Impact Analytics UI library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -13,7 +13,9 @@
|
|
|
13
13
|
"start": "react-scripts start",
|
|
14
14
|
"generate-component": "chmod +x ./generate-component.sh && ./generate-component.sh",
|
|
15
15
|
"format": "npx prettier --write .",
|
|
16
|
-
"publish-package": "chmod +x ./publish.sh && ./publish.sh"
|
|
16
|
+
"publish-package": "chmod +x ./publish.sh && ./publish.sh",
|
|
17
|
+
"storybook": "storybook dev -p 6006",
|
|
18
|
+
"build:storybook": "storybook build"
|
|
17
19
|
},
|
|
18
20
|
"husky": {
|
|
19
21
|
"hooks": {
|
|
@@ -35,12 +37,43 @@
|
|
|
35
37
|
"@babel/plugin-transform-runtime": "^7.12.1",
|
|
36
38
|
"@babel/preset-env": "^7.12.1",
|
|
37
39
|
"@babel/preset-react": "^7.12.5",
|
|
40
|
+
"@chromatic-com/storybook": "^1.5.0",
|
|
41
|
+
"@emotion/react": "^11.4.1",
|
|
42
|
+
"@emotion/styled": "^11.3.0",
|
|
43
|
+
"@mui/base": "^5.0.0-alpha.82",
|
|
44
|
+
"@mui/docs": "^5.8.0",
|
|
45
|
+
"@mui/envinfo": "^2.0.6",
|
|
46
|
+
"@mui/icons-material": "^5.2.5",
|
|
47
|
+
"@mui/lab": "^5.0.0-alpha.83",
|
|
48
|
+
"@mui/material": "^5.0.1",
|
|
49
|
+
"@mui/private-theming": "^5.8.0",
|
|
50
|
+
"@mui/styled-engine": "^5.8.0",
|
|
51
|
+
"@mui/styled-engine-sc": "^5.8.0",
|
|
52
|
+
"@mui/styles": "^5.8.0",
|
|
53
|
+
"@mui/system": "^5.8.1",
|
|
54
|
+
"@mui/types": "^7.1.3",
|
|
55
|
+
"@mui/x-date-pickers": "^5.0.0-alpha.4",
|
|
38
56
|
"@rollup/plugin-babel": "^5.0.2",
|
|
39
57
|
"@rollup/plugin-commonjs": "^12.0.0",
|
|
40
58
|
"@rollup/plugin-data-uri": "^1.0.2",
|
|
41
59
|
"@rollup/plugin-node-resolve": "^8.0.0",
|
|
42
60
|
"@rollup/plugin-url": "^8.0.1",
|
|
61
|
+
"@storybook/addon-essentials": "^8.1.6",
|
|
62
|
+
"@storybook/addon-interactions": "^8.1.6",
|
|
63
|
+
"@storybook/addon-links": "^8.1.6",
|
|
64
|
+
"@storybook/addon-onboarding": "^8.1.6",
|
|
65
|
+
"@storybook/addon-styling-webpack": "^1.0.0",
|
|
66
|
+
"@storybook/addon-themes": "^8.1.6",
|
|
67
|
+
"@storybook/addon-webpack5-compiler-swc": "^1.0.3",
|
|
68
|
+
"@storybook/blocks": "^8.1.6",
|
|
69
|
+
"@storybook/preset-scss": "^1.0.3",
|
|
70
|
+
"@storybook/react": "^8.1.6",
|
|
71
|
+
"@storybook/react-webpack5": "^8.1.6",
|
|
72
|
+
"@storybook/test": "^8.1.6",
|
|
43
73
|
"@svgr/rollup": "^6.5.1",
|
|
74
|
+
"ag-grid-community": "^27.0.1",
|
|
75
|
+
"ag-grid-enterprise": "^27.2.1",
|
|
76
|
+
"ag-grid-react": "^27.0.1",
|
|
44
77
|
"autoprefixer": "^9.8.0",
|
|
45
78
|
"babel-loader": "^8.1.0",
|
|
46
79
|
"babel-plugin-module-resolver": "^3.2.0",
|
|
@@ -50,42 +83,27 @@
|
|
|
50
83
|
"husky": "^4.3.8",
|
|
51
84
|
"lint-staged": "^13.2.2",
|
|
52
85
|
"postcss": "^8.4.21",
|
|
53
|
-
"
|
|
54
|
-
"
|
|
86
|
+
"prettier": "^2.8.3",
|
|
87
|
+
"prop-types": "^15.8.1",
|
|
88
|
+
"react": "^17.0.0",
|
|
89
|
+
"react-dom": "^17.0.0",
|
|
55
90
|
"react-scripts": "^5.0.1",
|
|
91
|
+
"react-syntax-highlighter": "^15.5.0",
|
|
56
92
|
"rollup": "^2.13.1",
|
|
57
93
|
"rollup-plugin-copy": "^3.4.0",
|
|
58
94
|
"rollup-plugin-filesize": "^9.0.0",
|
|
59
95
|
"rollup-plugin-postcss": "^3.1.2",
|
|
60
|
-
"source-map-loader": "^1.0.0",
|
|
61
|
-
"react-syntax-highlighter": "^15.5.0",
|
|
62
|
-
"prettier": "^2.8.3",
|
|
63
|
-
"ag-grid-community": "^27.0.1",
|
|
64
|
-
"ag-grid-enterprise": "^27.2.1",
|
|
65
|
-
"ag-grid-react": "^27.0.1",
|
|
66
96
|
"rollup-plugin-terser": "^7.0.2",
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"@mui/icons-material": "^5.2.5",
|
|
71
|
-
"@mui/lab": "^5.0.0-alpha.83",
|
|
72
|
-
"@mui/material": "^5.0.1",
|
|
73
|
-
"@mui/private-theming": "^5.8.0",
|
|
74
|
-
"@mui/styled-engine": "^5.8.0",
|
|
75
|
-
"@mui/styled-engine-sc": "^5.8.0",
|
|
76
|
-
"@mui/styles": "^5.8.0",
|
|
77
|
-
"@mui/system": "^5.8.1",
|
|
78
|
-
"@mui/types": "^7.1.3",
|
|
79
|
-
"@mui/x-date-pickers": "^5.0.0-alpha.4",
|
|
80
|
-
"@emotion/react": "^11.4.1",
|
|
81
|
-
"@emotion/styled": "^11.3.0"
|
|
97
|
+
"sass": "^1.72.0",
|
|
98
|
+
"source-map-loader": "^1.0.0",
|
|
99
|
+
"storybook": "^8.1.6"
|
|
82
100
|
},
|
|
83
101
|
"peerDependencies": {
|
|
84
|
-
"react": "^16.12.0",
|
|
85
|
-
"react-dom": "^16.12.0",
|
|
86
102
|
"ag-grid-community": ">=27.0.1",
|
|
87
103
|
"ag-grid-enterprise": ">=27.2.1",
|
|
88
|
-
"ag-grid-react": ">=27.0.1"
|
|
104
|
+
"ag-grid-react": ">=27.0.1",
|
|
105
|
+
"react": "^17.0.0",
|
|
106
|
+
"react-dom": "^17.0.0"
|
|
89
107
|
},
|
|
90
108
|
"peerDependenciesMeta": {
|
|
91
109
|
"ag-grid-community": {
|
|
@@ -102,7 +120,6 @@
|
|
|
102
120
|
"@babel/runtime": "^7.17.8",
|
|
103
121
|
"axios": "^1.3.4",
|
|
104
122
|
"moment": "^2.29.4",
|
|
105
|
-
"react-dates": "^21.7.0",
|
|
106
123
|
"react-router-dom": "^6.2.2",
|
|
107
124
|
"react-select": "^5.7.0",
|
|
108
125
|
"styled-components": "^5.3.6"
|