@salutejs/sdds-crm 0.331.0-canary.2397.20458161701.0 → 0.331.0-canary.2397.20462047131.0
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/css/cjs/components/Range/Range.clear.config.js +1 -1
- package/dist/css/cjs/components/Range/Range.clear.config.js.map +1 -1
- package/dist/css/cjs/components/Range/{Range.clear.config_vqn4gt.css → Range.clear.config_1f7lv9g.css} +2 -2
- package/dist/css/cjs/components/Range/Range.css +11 -11
- package/dist/css/cjs/index.css +11 -11
- package/dist/css/es/components/Range/Range.clear.config.js +1 -1
- package/dist/css/es/components/Range/Range.clear.config.js.map +1 -1
- package/dist/css/es/components/Range/{Range.clear.config_vqn4gt.css → Range.clear.config_1f7lv9g.css} +2 -2
- package/dist/css/es/components/Range/Range.css +11 -11
- package/dist/css/es/index.css +11 -11
- package/dist/styled-components/cjs/components/Range/Range.clear.config.js +3 -3
- package/dist/styled-components/es/components/Range/Range.clear.config.js +3 -3
- package/package.json +7 -7
|
@@ -39,8 +39,8 @@ function _templateObject() {
|
|
|
39
39
|
": var(--text-negative);\n ",
|
|
40
40
|
": var(--text-accent);\n ",
|
|
41
41
|
": var(--text-secondary);\n ",
|
|
42
|
-
": var(--text-
|
|
43
|
-
": var(--text-
|
|
42
|
+
": var(--text-tertiary);\n ",
|
|
43
|
+
": var(--text-tertiary);\n ",
|
|
44
44
|
": var(--text-accent);\n\n ",
|
|
45
45
|
": transparent;\n ",
|
|
46
46
|
": transparent;\n ",
|
|
@@ -395,7 +395,7 @@ function _templateObject5() {
|
|
|
395
395
|
": 0.125rem;\n ",
|
|
396
396
|
": -0.75rem;\n ",
|
|
397
397
|
": 1.875rem -0.75rem auto auto;\n ",
|
|
398
|
-
": 1.
|
|
398
|
+
": 1.625rem auto auto -0.75rem;\n ",
|
|
399
399
|
": 1.625rem -2rem auto auto;\n "
|
|
400
400
|
]);
|
|
401
401
|
_templateObject5 = function _templateObject() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/sdds-crm",
|
|
3
|
-
"version": "0.331.0-canary.2397.
|
|
3
|
+
"version": "0.331.0-canary.2397.20462047131.0",
|
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS CRM web applications",
|
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
|
6
6
|
"exports": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"directory": "packages/sdds-crm"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@salutejs/plasma-new-hope": "0.344.0-canary.2397.
|
|
36
|
-
"@salutejs/sdds-themes": "0.51.0-canary.2397.
|
|
35
|
+
"@salutejs/plasma-new-hope": "0.344.0-canary.2397.20462047131.0",
|
|
36
|
+
"@salutejs/sdds-themes": "0.51.0-canary.2397.20462047131.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": ">=16.13.1",
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
58
58
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
59
59
|
"@salutejs/plasma-colors": "0.16.0",
|
|
60
|
-
"@salutejs/plasma-core": "1.212.0-canary.2397.
|
|
61
|
-
"@salutejs/plasma-cy-utils": "0.142.0-canary.2397.
|
|
60
|
+
"@salutejs/plasma-core": "1.212.0-canary.2397.20462047131.0",
|
|
61
|
+
"@salutejs/plasma-cy-utils": "0.142.0-canary.2397.20462047131.0",
|
|
62
62
|
"@salutejs/plasma-icons": "1.228.0",
|
|
63
|
-
"@salutejs/plasma-sb-utils": "0.212.0-canary.2397.
|
|
63
|
+
"@salutejs/plasma-sb-utils": "0.212.0-canary.2397.20462047131.0",
|
|
64
64
|
"@types/node": "16.7.13",
|
|
65
65
|
"@types/react": "18.0.28",
|
|
66
66
|
"@types/react-dom": "18.0.11",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"sideEffects": [
|
|
109
109
|
"*.css"
|
|
110
110
|
],
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "b873f7d0396f7c611d907e5ed2d9d0b8235153c7"
|
|
112
112
|
}
|