@expressms/smartapp-ui 2.8.2-alpha.8 → 2.8.3
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/build/main/assets/storybook/index.d.ts +1 -0
- package/build/main/assets/storybook/index.js +1 -0
- package/build/main/assets/storybook/index.js.map +1 -1
- package/build/main/constants/constants.d.ts +8 -1
- package/build/main/constants/constants.js +9 -1
- package/build/main/constants/constants.js.map +1 -1
- package/build/main/index.d.ts +1 -34
- package/build/main/index.js +1 -34
- package/build/main/index.js.map +1 -1
- package/build/main/styles/styles.scss +2 -2
- package/build/main//321/201omponents/Avatar/Avatar.js +11 -15
- package/build/main//321/201omponents/Avatar/Avatar.js.map +1 -1
- package/build/main//321/201omponents/Avatar/types.d.ts +13 -2
- package/build/main//321/201omponents/Avatar/types.js +14 -2
- package/build/main//321/201omponents/Avatar/types.js.map +1 -1
- package/build/main//321/201omponents/Charts/ChartBar/ChartBar.d.ts +1 -2
- package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js +1 -2
- package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js.map +1 -1
- package/build/main//321/201omponents/Charts/ChartLine/ChartLine.d.ts +1 -2
- package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js +1 -2
- package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js.map +1 -1
- package/build/main//321/201omponents/Charts/ChartPie/ChartPie.d.ts +1 -2
- package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js +1 -2
- package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js.map +1 -1
- package/build/main//321/201omponents/Charts/constants.d.ts +2 -1
- package/build/main//321/201omponents/Charts/constants.js +2 -2
- package/build/main//321/201omponents/Charts/constants.js.map +1 -1
- package/build/main//321/201omponents/Charts/index.d.ts +3 -3
- package/build/main//321/201omponents/Charts/index.js +3 -3
- package/build/main//321/201omponents/Charts/index.js.map +1 -1
- package/build/main//321/201omponents/CustomSelect/CustomSelect.d.ts +1 -1
- package/build/main//321/201omponents/CustomSelect/CustomSelect.js +40 -17
- package/build/main//321/201omponents/CustomSelect/CustomSelect.js.map +1 -1
- package/build/main//321/201omponents/CustomSelect/types.d.ts +8 -0
- package/build/main//321/201omponents/Notification/Notification.d.ts +1 -1
- package/build/main//321/201omponents/Notification/Notification.js +29 -9
- package/build/main//321/201omponents/Notification/Notification.js.map +1 -1
- package/build/main//321/201omponents/Notification/types.d.ts +2 -1
- package/build/main//321/201omponents/Skeleton/Skeleton.d.ts +1 -2
- package/build/main//321/201omponents/Skeleton/Skeleton.js +2 -3
- package/build/main//321/201omponents/Skeleton/Skeleton.js.map +1 -1
- package/build/main//321/201omponents/Skeleton/index.d.ts +1 -1
- package/build/main//321/201omponents/Skeleton/index.js +1 -1
- package/build/main//321/201omponents/Skeleton/index.js.map +1 -1
- package/build/main//321/201omponents/Stories/Stories.d.ts +1 -1
- package/build/main//321/201omponents/Stories/Stories.js +19 -15
- package/build/main//321/201omponents/Stories/Stories.js.map +1 -1
- package/build/main//321/201omponents/Stories/types.d.ts +21 -7
- package/build/main//321/201omponents/Stories/types.js +5 -0
- package/build/main//321/201omponents/Stories/types.js.map +1 -1
- package/build/main//321/201omponents/SyncLoader/SyncLoader.js +2 -2
- package/build/main//321/201omponents/SyncLoader/SyncLoader.js.map +1 -1
- package/build/main//321/201omponents/index.d.ts +34 -0
- package/build/main//321/201omponents/index.js +35 -0
- package/build/main//321/201omponents/index.js.map +1 -0
- package/package.json +58 -61
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expressms/smartapp-ui",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.3",
|
|
4
4
|
"description": "SmartApp UI library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "build/main/index.js",
|
|
@@ -11,18 +11,62 @@
|
|
|
11
11
|
"registry": "https://registry.npmjs.org/"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
+
"@storybook/core-events": "^8.5.1",
|
|
15
|
+
"@svgr/webpack": "^8.1.0",
|
|
16
|
+
"@testing-library/jest-dom": "^6.4.2",
|
|
17
|
+
"@types/color": "^3.0.6",
|
|
18
|
+
"@types/dompurify": "^3.0.5",
|
|
19
|
+
"@types/echarts": "^5.0.0",
|
|
20
|
+
"@types/jest": "^29.5.12",
|
|
21
|
+
"@types/node": "^16.18.11",
|
|
22
|
+
"@types/react": "^19.0.2",
|
|
23
|
+
"@types/react-beautiful-dnd": "^13.1.4",
|
|
24
|
+
"@types/react-datepicker": "^4.8.0",
|
|
25
|
+
"@types/react-dom": "^18.0.10",
|
|
26
|
+
"@types/react-slick": "^0.23.10",
|
|
27
|
+
"@types/uuid": "^9.0.8",
|
|
28
|
+
"@typescript-eslint/eslint-plugin": "^6.6.0",
|
|
29
|
+
"@typescript-eslint/parser": "^6.6.0",
|
|
14
30
|
"alex.chus-react-spring-bottom-sheet": "^0.0.2",
|
|
31
|
+
"animate.css": "^4.1.1",
|
|
32
|
+
"babel-jest": "^18.0.0",
|
|
33
|
+
"babel-loader": "8.2.3",
|
|
34
|
+
"babel-plugin-named-asset-import": "^0.3.8",
|
|
35
|
+
"babel-preset-react-app": "^10 .0.1",
|
|
36
|
+
"browserslist": "^4.18.1",
|
|
15
37
|
"camelcase": "^6.2.1",
|
|
16
38
|
"classnames": "^2.3.2",
|
|
17
39
|
"color": "^4.2.3",
|
|
18
40
|
"color-blend": "^4.0.0",
|
|
19
41
|
"convert-layout": "^0.11.1",
|
|
42
|
+
"copyfiles": "^2.4.1",
|
|
43
|
+
"css-loader": "^6.5.1",
|
|
44
|
+
"dompurify": "^3.1.4",
|
|
45
|
+
"dotenv": "^10.0.0",
|
|
46
|
+
"dotenv-expand": "^5.1.0",
|
|
20
47
|
"echarts": "^5.5.0",
|
|
21
48
|
"echarts-for-react": "^3.0.2",
|
|
49
|
+
"eslint": "^8.3.0",
|
|
50
|
+
"eslint-plugin-react": "^7.34.0",
|
|
51
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
52
|
+
"eslint-webpack-plugin": "^3.1.1",
|
|
53
|
+
"file-loader": "^6.2.0",
|
|
54
|
+
"html-webpack-plugin": "^5.5.0",
|
|
55
|
+
"jest": "^25.0.0",
|
|
56
|
+
"jest-resolve": "^27.4.2",
|
|
57
|
+
"jest-watch-typeahead": "^1.0.0",
|
|
58
|
+
"juice": "^10.0.0",
|
|
59
|
+
"mini-css-extract-plugin": "^2.4.5",
|
|
60
|
+
"react": "^18.2.0",
|
|
61
|
+
"react-app-polyfill": "^3.0.0",
|
|
22
62
|
"react-beautiful-dnd": "^13.1.1",
|
|
23
63
|
"react-datepicker": "^4.8.0",
|
|
64
|
+
"react-dev-utils": "^12.0.1",
|
|
65
|
+
"react-dom": "^18.2.0",
|
|
24
66
|
"react-draggable": "^4.4.6",
|
|
25
67
|
"react-insta-stories": "^2.6.2",
|
|
68
|
+
"react-refresh": "^0.11.0",
|
|
69
|
+
"react-router-dom": "^6.7.0",
|
|
26
70
|
"react-scrollbars-custom": "^4.1.1",
|
|
27
71
|
"react-select": "^5.8.0",
|
|
28
72
|
"react-slick": "^0.29.0",
|
|
@@ -31,8 +75,19 @@
|
|
|
31
75
|
"react-virtualized": "^9.22.5",
|
|
32
76
|
"react-window": "^1.8.10",
|
|
33
77
|
"reactjs-popup": "^2.0.5",
|
|
78
|
+
"resolve": "^1.20.0",
|
|
79
|
+
"rollup-plugin-lit-css": "^4.0.1",
|
|
80
|
+
"sass": "^1.66.1",
|
|
81
|
+
"sass-loader": "^12.3.0",
|
|
82
|
+
"semver": "^7.3.5",
|
|
83
|
+
"source-map-loader": "^3.0.0",
|
|
34
84
|
"styled-components": "^6.1.11",
|
|
35
|
-
"
|
|
85
|
+
"tailwindcss": "^3.0.2",
|
|
86
|
+
"transliteration": "^2.3.5",
|
|
87
|
+
"typescript": "^4.9.4",
|
|
88
|
+
"typescript-plugin-css-modules": "^5.0.1",
|
|
89
|
+
"url-loader": "^4.1.1",
|
|
90
|
+
"uuid": "^9.0.1"
|
|
36
91
|
},
|
|
37
92
|
"resolutions": {
|
|
38
93
|
"@typescript-eslint/utils": "6.21.0",
|
|
@@ -92,93 +147,35 @@
|
|
|
92
147
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
|
|
93
148
|
"@storybook/addon-essentials": "^8.5.1",
|
|
94
149
|
"@storybook/blocks": "^8.5.1",
|
|
95
|
-
"@storybook/core-events": "^8.5.1",
|
|
96
150
|
"@storybook/preset-create-react-app": "^8.5.1",
|
|
97
151
|
"@storybook/react": "^8.5.1",
|
|
98
152
|
"@storybook/react-webpack5": "^8.5.1",
|
|
99
153
|
"@storybook/test": "^8.5.1",
|
|
100
|
-
"@svgr/webpack": "^8.1.0",
|
|
101
|
-
"@testing-library/jest-dom": "^6.4.2",
|
|
102
|
-
"@types/color": "^3.0.6",
|
|
103
154
|
"@types/convert-layout": "^0.5.3",
|
|
104
|
-
"@types/dompurify": "^3.0.5",
|
|
105
|
-
"@types/echarts": "^5.0.0",
|
|
106
|
-
"@types/jest": "^29.5.12",
|
|
107
155
|
"@types/lodash": "^4.17.13",
|
|
108
|
-
"@types/node": "^16.18.11",
|
|
109
|
-
"@types/react": "^19.0.2",
|
|
110
|
-
"@types/react-beautiful-dnd": "^13.1.4",
|
|
111
|
-
"@types/react-datepicker": "^4.8.0",
|
|
112
|
-
"@types/react-dom": "^18.0.10",
|
|
113
|
-
"@types/react-slick": "^0.23.10",
|
|
114
156
|
"@types/react-virtualized": "^9.21.30",
|
|
115
157
|
"@types/react-window": "^1.8.8",
|
|
116
|
-
"@types/uuid": "^9.0.8",
|
|
117
|
-
"@typescript-eslint/eslint-plugin": "^6.6.0",
|
|
118
|
-
"@typescript-eslint/parser": "^6.6.0",
|
|
119
|
-
"alex.chus-react-spring-bottom-sheet": "^0.0.2",
|
|
120
|
-
"animate.css": "^4.1.1",
|
|
121
|
-
"babel-jest": "^18.0.0",
|
|
122
|
-
"babel-loader": "8.2.3",
|
|
123
|
-
"babel-plugin-named-asset-import": "^0.3.8",
|
|
124
|
-
"babel-preset-react-app": "^10 .0.1",
|
|
125
|
-
"browserslist": "^4.18.1",
|
|
126
|
-
"copyfiles": "^2.4.1",
|
|
127
158
|
"css-loader": "^6.7.3",
|
|
128
159
|
"css-minimizer-webpack-plugin": "^3.2.0",
|
|
129
|
-
"dompurify": "^3.1.4",
|
|
130
|
-
"dotenv": "^10.0.0",
|
|
131
|
-
"dotenv-expand": "^5.1.0",
|
|
132
|
-
"eslint": "^8.3.0",
|
|
133
160
|
"eslint-config-react-app": "^6.0.0",
|
|
134
|
-
"eslint-plugin-react": "^7.34.0",
|
|
135
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
136
161
|
"eslint-plugin-storybook": "^0.11.0",
|
|
137
|
-
"eslint-webpack-plugin": "^3.1.1",
|
|
138
|
-
"file-loader": "^6.2.0",
|
|
139
|
-
"html-webpack-plugin": "^5.5.0",
|
|
140
|
-
"jest": "^25.0.0",
|
|
141
|
-
"jest-resolve": "^27.4.2",
|
|
142
|
-
"jest-watch-typeahead": "^1.0.0",
|
|
143
|
-
"juice": "^10.0.0",
|
|
144
|
-
"mini-css-extract-plugin": "^2.4.5",
|
|
145
162
|
"postcss": "^8.4.4",
|
|
146
163
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
147
164
|
"postcss-loader": "^6.2.1",
|
|
148
165
|
"postcss-normalize": "^10.0.1",
|
|
149
166
|
"postcss-preset-env": "^7.0.1",
|
|
150
|
-
"
|
|
151
|
-
"react-app-polyfill": "^3.0.0",
|
|
152
|
-
"react-dev-utils": "^12.0.1",
|
|
153
|
-
"react-dom": "^18.2.0",
|
|
154
|
-
"react-refresh": "^0.11.0",
|
|
155
|
-
"react-router-dom": "^6.7.0",
|
|
167
|
+
"prop-types": "^15.8.1",
|
|
156
168
|
"react-scripts": "^5.0.1",
|
|
157
|
-
"resolve": "^1.20.0",
|
|
158
169
|
"resolve-url-loader": "2.3.1",
|
|
159
|
-
"sass": "^1.66.1",
|
|
160
|
-
"sass-loader": "^12.3.0",
|
|
161
|
-
"semver": "^7.3.5",
|
|
162
|
-
"source-map-loader": "^3.0.0",
|
|
163
170
|
"storybook": "^8.5.1",
|
|
164
|
-
"tailwindcss": "^3.0.2",
|
|
165
171
|
"terser-webpack-plugin": "^5.2.5",
|
|
166
172
|
"tsconfig-paths-webpack-plugin": "^4.0.0",
|
|
167
|
-
"typescript": "^4.9.4",
|
|
168
|
-
"typescript-plugin-css-modules": "^5.0.1",
|
|
169
|
-
"url-loader": "^4.1.1",
|
|
170
|
-
"uuid": "^9.0.1",
|
|
171
173
|
"webpack": "^5.75.0",
|
|
172
174
|
"webpack-cli": "^5.0.1",
|
|
173
175
|
"webpack-dev-server": "^4.6.0",
|
|
174
176
|
"webpack-manifest-plugin": "^4.0.2",
|
|
175
177
|
"workbox-webpack-plugin": "^6.4.1"
|
|
176
178
|
},
|
|
177
|
-
"peerDependencies": {
|
|
178
|
-
"react": ">=17.0.0",
|
|
179
|
-
"react-dom": ">=17.0.0",
|
|
180
|
-
"react-router-dom": ">=6.0.0"
|
|
181
|
-
},
|
|
182
179
|
"jest": {
|
|
183
180
|
"roots": [
|
|
184
181
|
"<rootDir>/src"
|