@expressms/smartapp-ui 2.8.2-alpha.2 → 2.8.2-alpha.4

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.
Files changed (1) hide show
  1. package/package.json +22 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expressms/smartapp-ui",
3
- "version": "2.8.2-alpha.2",
3
+ "version": "2.8.2-alpha.4",
4
4
  "description": "SmartApp UI library",
5
5
  "license": "MIT",
6
6
  "main": "build/main/index.js",
@@ -11,13 +11,33 @@
11
11
  "registry": "https://registry.npmjs.org/"
12
12
  },
13
13
  "dependencies": {
14
+ "alex.chus-react-spring-bottom-sheet": "^0.0.2",
14
15
  "babel-jest": "^18.0.0",
15
16
  "babel-loader": "8.2.3",
16
17
  "babel-plugin-named-asset-import": "^0.3.8",
17
18
  "babel-preset-react-app": "^10 .0.1",
18
19
  "browserslist": "^4.18.1",
20
+ "color": "^4.2.3",
21
+ "color-blend": "^4.0.0",
19
22
  "camelcase": "^6.2.1",
20
- "classnames": "^2.3.2"
23
+ "classnames": "^2.3.2",
24
+ "echarts": "^5.5.0",
25
+ "echarts-for-react": "^3.0.2",
26
+ "react-beautiful-dnd": "^13.1.1",
27
+ "react-draggable": "^4.4.6",
28
+ "react-toastify": "9.0.3",
29
+ "react-scrollbars-custom": "^4.1.1",
30
+ "styled-components": "^6.1.11",
31
+ "react-insta-stories": "^2.6.2",
32
+ "react-datepicker": "^4.8.0",
33
+ "react-slick": "^0.29.0",
34
+ "react-select": "^5.8.0",
35
+ "react-swipeable": "^7.0.1",
36
+ "reactjs-popup": "^2.0.5",
37
+ "react-virtualized": "^9.22.5",
38
+ "react-window": "^1.8.10",
39
+ "transliteration": "^2.3.5",
40
+ "convert-layout": "^0.11.1"
21
41
  },
22
42
  "resolutions": {
23
43
  "@typescript-eslint/utils": "6.21.0",
@@ -103,15 +123,10 @@
103
123
  "@types/lodash": "^4.17.13",
104
124
  "@types/react-virtualized": "^9.21.30",
105
125
  "@types/react-window": "^1.8.8",
106
- "color": "^4.2.3",
107
- "color-blend": "^4.0.0",
108
- "convert-layout": "^0.11.1",
109
126
  "copyfiles": "^2.4.1",
110
127
  "dompurify": "^3.1.4",
111
128
  "dotenv": "^10.0.0",
112
129
  "dotenv-expand": "^5.1.0",
113
- "echarts": "^5.5.0",
114
- "echarts-for-react": "^3.0.2",
115
130
  "eslint": "^8.3.0",
116
131
  "eslint-plugin-react": "^7.34.0",
117
132
  "eslint-plugin-react-hooks": "^4.6.0",
@@ -125,31 +140,17 @@
125
140
  "mini-css-extract-plugin": "^2.4.5",
126
141
  "react": "^18.2.0",
127
142
  "react-app-polyfill": "^3.0.0",
128
- "react-beautiful-dnd": "^13.1.1",
129
- "react-datepicker": "^4.8.0",
130
143
  "react-dev-utils": "^12.0.1",
131
144
  "react-dom": "^18.2.0",
132
- "react-draggable": "^4.4.6",
133
- "react-insta-stories": "^2.6.2",
134
145
  "react-refresh": "^0.11.0",
135
146
  "react-router-dom": "^6.7.0",
136
- "react-scrollbars-custom": "^4.1.1",
137
- "react-select": "^5.8.0",
138
- "react-slick": "^0.29.0",
139
- "react-swipeable": "^7.0.1",
140
- "react-toastify": "9.0.3",
141
- "react-virtualized": "^9.22.5",
142
- "react-window": "^1.8.10",
143
- "reactjs-popup": "^2.0.5",
144
147
  "resolve": "^1.20.0",
145
148
  "rollup-plugin-lit-css": "^4.0.1",
146
149
  "sass": "^1.66.1",
147
150
  "sass-loader": "^12.3.0",
148
151
  "semver": "^7.3.5",
149
152
  "source-map-loader": "^3.0.0",
150
- "styled-components": "^6.1.11",
151
153
  "tailwindcss": "^3.0.2",
152
- "transliteration": "^2.3.5",
153
154
  "typescript": "^4.9.4",
154
155
  "typescript-plugin-css-modules": "^5.0.1",
155
156
  "url-loader": "^4.1.1",