@expressms/smartapp-ui 2.5.4 → 2.5.6
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/constants/constants.d.ts +12 -6
- package/build/main/constants/constants.js +10 -4
- package/build/main/constants/constants.js.map +1 -1
- package/build/main/helpers/index.d.ts +4 -2
- package/build/main/helpers/index.js +13 -0
- package/build/main/helpers/index.js.map +1 -1
- package/build/main/styles/styles.scss +2 -2
- package/build/main//321/201omponents/ActionModal/ActionModal.d.ts +1 -1
- package/build/main//321/201omponents/ActionModal/ActionModal.js +7 -7
- package/build/main//321/201omponents/ActionModal/ActionModal.js.map +1 -1
- package/build/main//321/201omponents/Avatar/Avatar.js +1 -1
- package/build/main//321/201omponents/Avatar/Avatar.js.map +1 -1
- package/build/main//321/201omponents/Avatar/types.d.ts +2 -2
- package/build/main//321/201omponents/Charts/ChartBar/ChartBar.d.ts +3 -0
- package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js +39 -0
- package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js.map +1 -0
- package/build/main//321/201omponents/Charts/ChartLine/ChartLine.d.ts +3 -0
- package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js +30 -0
- package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js.map +1 -0
- package/build/main//321/201omponents/Charts/ChartPie/ChartPie.d.ts +3 -0
- package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js +64 -0
- package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js.map +1 -0
- package/build/main//321/201omponents/Charts/colors.d.ts +2 -0
- package/build/main//321/201omponents/Charts/colors.js +3 -0
- package/build/main//321/201omponents/Charts/colors.js.map +1 -0
- package/build/main//321/201omponents/Charts/constants.d.ts +50 -0
- package/build/main//321/201omponents/Charts/constants.js +36 -0
- package/build/main//321/201omponents/Charts/constants.js.map +1 -0
- package/build/main//321/201omponents/Charts/helpers.d.ts +68 -0
- package/build/main//321/201omponents/Charts/helpers.js +91 -0
- package/build/main//321/201omponents/Charts/helpers.js.map +1 -0
- package/build/main//321/201omponents/Charts/index.d.ts +3 -0
- package/build/main//321/201omponents/Charts/index.js +4 -0
- package/build/main//321/201omponents/Charts/index.js.map +1 -0
- package/build/main//321/201omponents/Charts/types.d.ts +51 -0
- package/build/main//321/201omponents/Charts/types.js +2 -0
- package/build/main//321/201omponents/Charts/types.js.map +1 -0
- package/build/main//321/201omponents/Chip/Chip.d.ts +1 -1
- package/build/main//321/201omponents/Chip/Chip.js +3 -3
- package/build/main//321/201omponents/Chip/Chip.js.map +1 -1
- package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.d.ts +1 -1
- package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.js +6 -6
- package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.js.map +1 -1
- package/build/main//321/201omponents/CustomSelect/CustomSelect.js +6 -6
- package/build/main//321/201omponents/CustomSelect/CustomSelect.js.map +1 -1
- package/build/main//321/201omponents/CustomSelect/selectStyles.d.ts +1 -1
- package/build/main//321/201omponents/CustomSelect/selectStyles.js +20 -26
- package/build/main//321/201omponents/CustomSelect/selectStyles.js.map +1 -1
- package/build/main//321/201omponents/CustomSelect/types.d.ts +0 -1
- package/build/main//321/201omponents/CustomSelectProfiles/types.d.ts +1 -2
- package/build/main//321/201omponents/Header/Header.js.map +1 -1
- package/build/main//321/201omponents/Input/Input.d.ts +1 -1
- package/build/main//321/201omponents/Input/Input.js +15 -17
- package/build/main//321/201omponents/Input/Input.js.map +1 -1
- package/build/main//321/201omponents/ListItem/ListItem.js +2 -2
- package/build/main//321/201omponents/ListItem/ListItem.js.map +1 -1
- package/build/main//321/201omponents/ListItem/types.d.ts +3 -3
- package/build/main//321/201omponents/Modal/Modal.d.ts +1 -1
- package/build/main//321/201omponents/Modal/Modal.js +7 -7
- package/build/main//321/201omponents/Modal/Modal.js.map +1 -1
- package/build/main//321/201omponents/ProgressBar/ProgressBar.js.map +1 -1
- package/build/main//321/201omponents/ScrollBar/ScrollBar.js +11 -3
- package/build/main//321/201omponents/ScrollBar/ScrollBar.js.map +1 -1
- package/build/main//321/201omponents/Skeleton/Skeleton.js +2 -2
- package/build/main//321/201omponents/Skeleton/Skeleton.js.map +1 -1
- package/build/main//321/201omponents/Skeleton/types.d.ts +2 -2
- package/build/main//321/201omponents/Stories/Stories.js +1 -1
- package/build/main//321/201omponents/Stories/Stories.js.map +1 -1
- package/build/main//321/201omponents/Textarea/Textarea.d.ts +1 -1
- package/build/main//321/201omponents/Textarea/Textarea.js +10 -12
- package/build/main//321/201omponents/Textarea/Textarea.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.d.ts +1 -1
- package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.js +2 -3
- package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.d.ts +1 -1
- package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.js +2 -3
- package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js +1 -2
- package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.js +3 -3
- package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/Option/Option.js +5 -9
- package/build/main//321/201omponents/UserDropdown/Option/Option.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/UserDropdown.js +6 -12
- package/build/main//321/201omponents/UserDropdown/UserDropdown.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/helpers.d.ts +10 -15
- package/build/main//321/201omponents/UserDropdown/selectStyles.d.ts +1 -1
- package/build/main//321/201omponents/UserDropdown/selectStyles.js +27 -33
- package/build/main//321/201omponents/UserDropdown/selectStyles.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/types.d.ts +5 -11
- package/build/main//321/201omponents/index.d.ts +1 -0
- package/build/main//321/201omponents/index.js +1 -0
- package/build/main//321/201omponents/index.js.map +1 -1
- package/package.json +20 -14
- package/build/main//321/201omponents/CustomSelect/colors.d.ts +0 -17
- package/build/main//321/201omponents/CustomSelect/colors.js +0 -18
- package/build/main//321/201omponents/CustomSelect/colors.js.map +0 -1
- package/build/main//321/201omponents/UserDropdown/colors.d.ts +0 -20
- package/build/main//321/201omponents/UserDropdown/colors.js +0 -21
- package/build/main//321/201omponents/UserDropdown/colors.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expressms/smartapp-ui",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.6",
|
|
4
4
|
"description": "SmartApp UI library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "build/main/index.js",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"registry": "https://registry.npmjs.org/"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@
|
|
14
|
+
"@storybook/core-events": "^8.5.1",
|
|
15
|
+
"@svgr/webpack": "^8.1.0",
|
|
15
16
|
"@testing-library/jest-dom": "^6.4.2",
|
|
16
17
|
"@types/color": "^3.0.6",
|
|
17
18
|
"@types/dompurify": "^3.0.5",
|
|
@@ -41,6 +42,8 @@
|
|
|
41
42
|
"dompurify": "^3.1.4",
|
|
42
43
|
"dotenv": "^10.0.0",
|
|
43
44
|
"dotenv-expand": "^5.1.0",
|
|
45
|
+
"echarts": "^5.5.0",
|
|
46
|
+
"echarts-for-react": "^3.0.2",
|
|
44
47
|
"eslint": "^8.3.0",
|
|
45
48
|
"eslint-plugin-react": "^7.34.0",
|
|
46
49
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
@@ -84,12 +87,13 @@
|
|
|
84
87
|
"uuid": "^9.0.1"
|
|
85
88
|
},
|
|
86
89
|
"resolutions": {
|
|
90
|
+
"@typescript-eslint/utils": "6.21.0",
|
|
87
91
|
"juice/cheerio": "1.0.0-rc.12"
|
|
88
92
|
},
|
|
89
93
|
"scripts": {
|
|
90
94
|
"start": "node scripts/start.js",
|
|
91
|
-
"storybook": "rm -rf node_modules/.cache/storybook &&
|
|
92
|
-
"build-storybook": "
|
|
95
|
+
"storybook": "rm -rf node_modules/.cache/storybook && storybook dev -p 6006",
|
|
96
|
+
"build-storybook": "storybook build -o storybook-build",
|
|
93
97
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
94
98
|
"copy-svg-files": "copyfiles -u 1 src/assets/icons/*.svg build/main",
|
|
95
99
|
"build": "rm -rf build && tsc -p tsconfig.json && webpack && npm run copy-svg-files",
|
|
@@ -107,7 +111,8 @@
|
|
|
107
111
|
"eslintConfig": {
|
|
108
112
|
"extends": [
|
|
109
113
|
"react-app",
|
|
110
|
-
"react-app/jest"
|
|
114
|
+
"react-app/jest",
|
|
115
|
+
"plugin:storybook/recommended"
|
|
111
116
|
],
|
|
112
117
|
"overrides": [
|
|
113
118
|
{
|
|
@@ -136,28 +141,29 @@
|
|
|
136
141
|
"@expressms/eslint-config": "^1.0.3",
|
|
137
142
|
"@expressms/prettier-config": "^1.0.0",
|
|
138
143
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
|
|
139
|
-
"@storybook/addon-
|
|
140
|
-
"@storybook/
|
|
141
|
-
"@storybook/
|
|
142
|
-
"@storybook/
|
|
143
|
-
"@storybook/
|
|
144
|
-
"@storybook/
|
|
145
|
-
"@storybook/react": "^6.5.15",
|
|
144
|
+
"@storybook/addon-essentials": "^8.5.1",
|
|
145
|
+
"@storybook/blocks": "^8.5.1",
|
|
146
|
+
"@storybook/preset-create-react-app": "^8.5.1",
|
|
147
|
+
"@storybook/react": "^8.5.1",
|
|
148
|
+
"@storybook/react-webpack5": "^8.5.1",
|
|
149
|
+
"@storybook/test": "^8.5.1",
|
|
146
150
|
"@types/convert-layout": "^0.5.3",
|
|
151
|
+
"@types/lodash": "^4.17.13",
|
|
147
152
|
"@types/react-virtualized": "^9.21.30",
|
|
148
153
|
"@types/react-window": "^1.8.8",
|
|
149
154
|
"css-loader": "^6.7.3",
|
|
150
155
|
"css-minimizer-webpack-plugin": "^3.2.0",
|
|
151
156
|
"eslint-config-react-app": "^6.0.0",
|
|
157
|
+
"eslint-plugin-storybook": "^0.11.0",
|
|
152
158
|
"postcss": "^8.4.4",
|
|
153
159
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
154
160
|
"postcss-loader": "^6.2.1",
|
|
155
161
|
"postcss-normalize": "^10.0.1",
|
|
156
162
|
"postcss-preset-env": "^7.0.1",
|
|
163
|
+
"prop-types": "^15.8.1",
|
|
157
164
|
"react-scripts": "^5.0.1",
|
|
158
165
|
"resolve-url-loader": "2.3.1",
|
|
159
|
-
"storybook
|
|
160
|
-
"storybook-addon-sass-postcss": "0.1.3",
|
|
166
|
+
"storybook": "^8.5.1",
|
|
161
167
|
"terser-webpack-plugin": "^5.2.5",
|
|
162
168
|
"tsconfig-paths-webpack-plugin": "^4.0.0",
|
|
163
169
|
"webpack": "^5.75.0",
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare const lightBlueColor = "rgba(71, 153, 227, 0.5)";
|
|
2
|
-
export declare const blueColor = "rgba(71, 153, 227, 1)";
|
|
3
|
-
export declare const lightGrayColor = "rgba(249, 249, 249, 1)";
|
|
4
|
-
export declare const grayColor = "rgba(183, 183, 183, 1)";
|
|
5
|
-
export declare const darkGrayColor = "rgba(128, 128, 128, 1)";
|
|
6
|
-
export declare const lightBlackColor = "rgba(86, 86, 86, 1)";
|
|
7
|
-
export declare const blackColor = "rgba(26, 26, 26, 1)";
|
|
8
|
-
export declare const whiteBackgroundColor = "rgba(255, 255, 255, 1)";
|
|
9
|
-
export declare const grayBackgroundColor = "rgba(241, 241, 242, 1)";
|
|
10
|
-
export declare const lighterBlackBackgroundColor = "rgba(43, 43, 43, 1)";
|
|
11
|
-
export declare const lightBlackBackgroundColor = "rgba(61, 61, 61, 1)";
|
|
12
|
-
export declare const blackBackgroundColor = "rgba(36, 36, 36, 1)";
|
|
13
|
-
export declare const redBorderColor = "rgba(237, 71, 71, 1)";
|
|
14
|
-
export declare const lightGrayBorderColor = "rgba(0, 0, 0, 0.05)";
|
|
15
|
-
export declare const grayBorderColor = "rgba(232, 233, 238, 1)";
|
|
16
|
-
export declare const boxShadowColor = "rgba(0, 0, 0, 0.1)";
|
|
17
|
-
export declare const transparentColor = "transparent";
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export var lightBlueColor = 'rgba(71, 153, 227, 0.5)';
|
|
2
|
-
export var blueColor = 'rgba(71, 153, 227, 1)';
|
|
3
|
-
export var lightGrayColor = 'rgba(249, 249, 249, 1)';
|
|
4
|
-
export var grayColor = 'rgba(183, 183, 183, 1)';
|
|
5
|
-
export var darkGrayColor = 'rgba(128, 128, 128, 1)';
|
|
6
|
-
export var lightBlackColor = 'rgba(86, 86, 86, 1)';
|
|
7
|
-
export var blackColor = 'rgba(26, 26, 26, 1)';
|
|
8
|
-
export var whiteBackgroundColor = 'rgba(255, 255, 255, 1)';
|
|
9
|
-
export var grayBackgroundColor = 'rgba(241, 241, 242, 1)';
|
|
10
|
-
export var lighterBlackBackgroundColor = 'rgba(43, 43, 43, 1)';
|
|
11
|
-
export var lightBlackBackgroundColor = 'rgba(61, 61, 61, 1)';
|
|
12
|
-
export var blackBackgroundColor = 'rgba(36, 36, 36, 1)';
|
|
13
|
-
export var redBorderColor = 'rgba(237, 71, 71, 1)';
|
|
14
|
-
export var lightGrayBorderColor = 'rgba(0, 0, 0, 0.05)';
|
|
15
|
-
export var grayBorderColor = 'rgba(232, 233, 238, 1)';
|
|
16
|
-
export var boxShadowColor = 'rgba(0, 0, 0, 0.1)';
|
|
17
|
-
export var transparentColor = 'transparent';
|
|
18
|
-
//# sourceMappingURL=colors.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"colors.js","sourceRoot":"","sources":["../../../../src/сomponents/CustomSelect/colors.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,cAAc,GAAG,yBAAyB,CAAA;AACvD,MAAM,CAAC,IAAM,SAAS,GAAG,uBAAuB,CAAA;AAChD,MAAM,CAAC,IAAM,cAAc,GAAG,wBAAwB,CAAA;AACtD,MAAM,CAAC,IAAM,SAAS,GAAG,wBAAwB,CAAA;AACjD,MAAM,CAAC,IAAM,aAAa,GAAG,wBAAwB,CAAA;AACrD,MAAM,CAAC,IAAM,eAAe,GAAG,qBAAqB,CAAA;AACpD,MAAM,CAAC,IAAM,UAAU,GAAG,qBAAqB,CAAA;AAE/C,MAAM,CAAC,IAAM,oBAAoB,GAAG,wBAAwB,CAAA;AAC5D,MAAM,CAAC,IAAM,mBAAmB,GAAG,wBAAwB,CAAA;AAC3D,MAAM,CAAC,IAAM,2BAA2B,GAAG,qBAAqB,CAAA;AAChE,MAAM,CAAC,IAAM,yBAAyB,GAAG,qBAAqB,CAAA;AAC9D,MAAM,CAAC,IAAM,oBAAoB,GAAG,qBAAqB,CAAA;AAEzD,MAAM,CAAC,IAAM,cAAc,GAAG,sBAAsB,CAAA;AACpD,MAAM,CAAC,IAAM,oBAAoB,GAAG,qBAAqB,CAAA;AACzD,MAAM,CAAC,IAAM,eAAe,GAAG,wBAAwB,CAAA;AAEvD,MAAM,CAAC,IAAM,cAAc,GAAG,oBAAoB,CAAA;AAElD,MAAM,CAAC,IAAM,gBAAgB,GAAG,aAAa,CAAA"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export declare const blueColor = "rgba(71, 153, 227, 1)";
|
|
2
|
-
export declare const lightBlueColor = "rgba(71, 153, 227, 0.5)";
|
|
3
|
-
export declare const lighterGrayColor = "rgba(241, 241, 242, 1)";
|
|
4
|
-
export declare const lightGrayColor = "rgba(17, 17, 17, 0.3)";
|
|
5
|
-
export declare const grayColor = "rgba(183, 183, 183, 1)";
|
|
6
|
-
export declare const lighterBlackColor = "rgba(86, 86, 86, 1)";
|
|
7
|
-
export declare const lightBlackColor = "rgba(49, 49, 49, 1)";
|
|
8
|
-
export declare const blackColor = "rgba(26, 26, 26, 1)";
|
|
9
|
-
export declare const whiteBackgroundColor = "rgba(255, 255, 255, 1)";
|
|
10
|
-
export declare const grayBackgroundColor = "rgba(249, 249, 249, 1)";
|
|
11
|
-
export declare const darkGrayBackgroundColor = "rgba(0, 0, 0, 0.04)";
|
|
12
|
-
export declare const darkerGrayBackgroundColor = "rgba(0, 0, 0, 0.3)";
|
|
13
|
-
export declare const lighterBlackBackgroundColor = "rgba(43, 43, 43, 1)";
|
|
14
|
-
export declare const lightBlackBackgroundColor = "rgba(61, 61, 61, 1)";
|
|
15
|
-
export declare const blackBackgroundColor = "rgba(36, 36, 36, 1)";
|
|
16
|
-
export declare const grayBorderColor = "rgba(232, 233, 238, 1)";
|
|
17
|
-
export declare const darkGrayBorderColor = "rgba(128, 128, 128, 1)";
|
|
18
|
-
export declare const redBorderColor = "rgba(237, 71, 71, 1)";
|
|
19
|
-
export declare const boxShadowColor = "rgba(0, 0, 0, 0.25)";
|
|
20
|
-
export declare const transparentColor = "transparent";
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export var blueColor = 'rgba(71, 153, 227, 1)';
|
|
2
|
-
export var lightBlueColor = 'rgba(71, 153, 227, 0.5)';
|
|
3
|
-
export var lighterGrayColor = 'rgba(241, 241, 242, 1)';
|
|
4
|
-
export var lightGrayColor = 'rgba(17, 17, 17, 0.3)';
|
|
5
|
-
export var grayColor = 'rgba(183, 183, 183, 1)';
|
|
6
|
-
export var lighterBlackColor = 'rgba(86, 86, 86, 1)';
|
|
7
|
-
export var lightBlackColor = 'rgba(49, 49, 49, 1)';
|
|
8
|
-
export var blackColor = 'rgba(26, 26, 26, 1)';
|
|
9
|
-
export var whiteBackgroundColor = 'rgba(255, 255, 255, 1)';
|
|
10
|
-
export var grayBackgroundColor = 'rgba(249, 249, 249, 1)';
|
|
11
|
-
export var darkGrayBackgroundColor = 'rgba(0, 0, 0, 0.04)';
|
|
12
|
-
export var darkerGrayBackgroundColor = 'rgba(0, 0, 0, 0.3)';
|
|
13
|
-
export var lighterBlackBackgroundColor = 'rgba(43, 43, 43, 1)';
|
|
14
|
-
export var lightBlackBackgroundColor = 'rgba(61, 61, 61, 1)';
|
|
15
|
-
export var blackBackgroundColor = 'rgba(36, 36, 36, 1)';
|
|
16
|
-
export var grayBorderColor = 'rgba(232, 233, 238, 1)';
|
|
17
|
-
export var darkGrayBorderColor = 'rgba(128, 128, 128, 1)';
|
|
18
|
-
export var redBorderColor = 'rgba(237, 71, 71, 1)';
|
|
19
|
-
export var boxShadowColor = 'rgba(0, 0, 0, 0.25)';
|
|
20
|
-
export var transparentColor = 'transparent';
|
|
21
|
-
//# sourceMappingURL=colors.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"colors.js","sourceRoot":"","sources":["../../../../src/сomponents/UserDropdown/colors.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,SAAS,GAAG,uBAAuB,CAAA;AAChD,MAAM,CAAC,IAAM,cAAc,GAAG,yBAAyB,CAAA;AACvD,MAAM,CAAC,IAAM,gBAAgB,GAAG,wBAAwB,CAAA;AACxD,MAAM,CAAC,IAAM,cAAc,GAAG,uBAAuB,CAAA;AACrD,MAAM,CAAC,IAAM,SAAS,GAAG,wBAAwB,CAAA;AACjD,MAAM,CAAC,IAAM,iBAAiB,GAAG,qBAAqB,CAAA;AACtD,MAAM,CAAC,IAAM,eAAe,GAAG,qBAAqB,CAAA;AACpD,MAAM,CAAC,IAAM,UAAU,GAAG,qBAAqB,CAAA;AAE/C,MAAM,CAAC,IAAM,oBAAoB,GAAG,wBAAwB,CAAA;AAC5D,MAAM,CAAC,IAAM,mBAAmB,GAAG,wBAAwB,CAAA;AAC3D,MAAM,CAAC,IAAM,uBAAuB,GAAG,qBAAqB,CAAA;AAC5D,MAAM,CAAC,IAAM,yBAAyB,GAAG,oBAAoB,CAAA;AAC7D,MAAM,CAAC,IAAM,2BAA2B,GAAG,qBAAqB,CAAA;AAChE,MAAM,CAAC,IAAM,yBAAyB,GAAG,qBAAqB,CAAA;AAC9D,MAAM,CAAC,IAAM,oBAAoB,GAAG,qBAAqB,CAAA;AAEzD,MAAM,CAAC,IAAM,eAAe,GAAG,wBAAwB,CAAA;AACvD,MAAM,CAAC,IAAM,mBAAmB,GAAG,wBAAwB,CAAA;AAC3D,MAAM,CAAC,IAAM,cAAc,GAAG,sBAAsB,CAAA;AAEpD,MAAM,CAAC,IAAM,cAAc,GAAG,qBAAqB,CAAA;AAEnD,MAAM,CAAC,IAAM,gBAAgB,GAAG,aAAa,CAAA"}
|