@salutejs/sdds-cs 0.321.1-canary.2082.16363543095.0 → 0.321.1-canary.2082.16374987714.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.
@@ -239,10 +239,10 @@ function _templateObject4() {
|
|
239
239
|
function _templateObject5() {
|
240
240
|
var data = _tagged_template_literal([
|
241
241
|
"\n ",
|
242
|
-
": var(--text-primary);\n ",
|
243
|
-
": var(--surface-solid-
|
244
|
-
": var(--surface-solid-
|
245
|
-
": var(--text-
|
242
|
+
": var(--inverse-text-primary);\n ",
|
243
|
+
": var(--surface-solid-default);\n ",
|
244
|
+
": var(--surface-solid-default-hover);\n ",
|
245
|
+
": var(--inverse-text-primary);\n ",
|
246
246
|
": 1;\n "
|
247
247
|
]);
|
248
248
|
_templateObject5 = function _templateObject() {
|
@@ -239,10 +239,10 @@ function _templateObject4() {
|
|
239
239
|
function _templateObject5() {
|
240
240
|
var data = _tagged_template_literal([
|
241
241
|
"\n ",
|
242
|
-
": var(--text-primary);\n ",
|
243
|
-
": var(--surface-solid-
|
244
|
-
": var(--surface-solid-
|
245
|
-
": var(--text-
|
242
|
+
": var(--inverse-text-primary);\n ",
|
243
|
+
": var(--surface-solid-default);\n ",
|
244
|
+
": var(--surface-solid-default-hover);\n ",
|
245
|
+
": var(--inverse-text-primary);\n ",
|
246
246
|
": 1;\n "
|
247
247
|
]);
|
248
248
|
_templateObject5 = function _templateObject() {
|
@@ -228,10 +228,10 @@ function _templateObject4() {
|
|
228
228
|
function _templateObject5() {
|
229
229
|
var data = _tagged_template_literal([
|
230
230
|
"\n ",
|
231
|
-
": var(--text-primary);\n ",
|
232
|
-
": var(--surface-solid-
|
233
|
-
": var(--surface-solid-
|
234
|
-
": var(--text-
|
231
|
+
": var(--inverse-text-primary);\n ",
|
232
|
+
": var(--surface-solid-default);\n ",
|
233
|
+
": var(--surface-solid-default-hover);\n ",
|
234
|
+
": var(--inverse-text-primary);\n ",
|
235
235
|
": 1;\n "
|
236
236
|
]);
|
237
237
|
_templateObject5 = function _templateObject() {
|
@@ -228,10 +228,10 @@ function _templateObject4() {
|
|
228
228
|
function _templateObject5() {
|
229
229
|
var data = _tagged_template_literal([
|
230
230
|
"\n ",
|
231
|
-
": var(--text-primary);\n ",
|
232
|
-
": var(--surface-solid-
|
233
|
-
": var(--surface-solid-
|
234
|
-
": var(--text-
|
231
|
+
": var(--inverse-text-primary);\n ",
|
232
|
+
": var(--surface-solid-default);\n ",
|
233
|
+
": var(--surface-solid-default-hover);\n ",
|
234
|
+
": var(--inverse-text-primary);\n ",
|
235
235
|
": 1;\n "
|
236
236
|
]);
|
237
237
|
_templateObject5 = function _templateObject() {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.321.1-canary.2082.
|
3
|
+
"version": "0.321.1-canary.2082.16374987714.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS CS web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"directory": "packages/sdds-cs"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@salutejs/plasma-new-hope": "0.329.1-canary.2082.
|
33
|
+
"@salutejs/plasma-new-hope": "0.329.1-canary.2082.16374987714.0",
|
34
34
|
"@salutejs/sdds-themes": "0.41.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
@@ -56,7 +56,7 @@
|
|
56
56
|
"@salutejs/plasma-colors": "0.15.0",
|
57
57
|
"@salutejs/plasma-core": "1.201.0",
|
58
58
|
"@salutejs/plasma-cy-utils": "0.132.0",
|
59
|
-
"@salutejs/plasma-icons": "1.220.0",
|
59
|
+
"@salutejs/plasma-icons": "1.220.1-canary.2082.16374987714.0",
|
60
60
|
"@salutejs/plasma-sb-utils": "0.202.0",
|
61
61
|
"@storybook/addon-docs": "7.6.17",
|
62
62
|
"@storybook/addon-essentials": "7.6.17",
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "8fc8d2872c589bf59a3280b8a553fc73c7e842f2"
|
127
127
|
}
|