@salutejs/sdds-dfa 0.322.0-canary.2163.17602400013.0 → 0.322.0-canary.2163.17629523809.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.
@@ -180,7 +180,7 @@ function _templateObject6() {
|
|
180
180
|
": 3.5rem;\n ",
|
181
181
|
": 0 0.625rem;\n ",
|
182
182
|
": 0.0625rem;\n\n ",
|
183
|
-
": 2.5rem;\n "
|
183
|
+
": 0.5rem 2.5rem;\n "
|
184
184
|
]);
|
185
185
|
_templateObject6 = function _templateObject() {
|
186
186
|
return data;
|
@@ -222,7 +222,7 @@ function _templateObject7() {
|
|
222
222
|
": 3rem;\n ",
|
223
223
|
": 0 0.625rem;\n ",
|
224
224
|
": 0.0625rem;\n\n ",
|
225
|
-
": 2.5rem;\n "
|
225
|
+
": 0.5rem 2.5rem;\n "
|
226
226
|
]);
|
227
227
|
_templateObject7 = function _templateObject() {
|
228
228
|
return data;
|
@@ -264,7 +264,7 @@ function _templateObject8() {
|
|
264
264
|
": 2.5rem;\n ",
|
265
265
|
": 0 0.625rem;\n ",
|
266
266
|
": 0.0625rem;\n\n ",
|
267
|
-
": 2.5rem;\n "
|
267
|
+
": 0.5rem 2.5rem;\n "
|
268
268
|
]);
|
269
269
|
_templateObject8 = function _templateObject() {
|
270
270
|
return data;
|
@@ -306,7 +306,7 @@ function _templateObject9() {
|
|
306
306
|
": 2rem;\n ",
|
307
307
|
": 0 0.625rem;\n ",
|
308
308
|
": 0.0625rem;\n\n ",
|
309
|
-
": 2.5rem;\n "
|
309
|
+
": 0.5rem 2.5rem;\n "
|
310
310
|
]);
|
311
311
|
_templateObject9 = function _templateObject() {
|
312
312
|
return data;
|
@@ -169,7 +169,7 @@ function _templateObject6() {
|
|
169
169
|
": 3.5rem;\n ",
|
170
170
|
": 0 0.625rem;\n ",
|
171
171
|
": 0.0625rem;\n\n ",
|
172
|
-
": 2.5rem;\n "
|
172
|
+
": 0.5rem 2.5rem;\n "
|
173
173
|
]);
|
174
174
|
_templateObject6 = function _templateObject() {
|
175
175
|
return data;
|
@@ -211,7 +211,7 @@ function _templateObject7() {
|
|
211
211
|
": 3rem;\n ",
|
212
212
|
": 0 0.625rem;\n ",
|
213
213
|
": 0.0625rem;\n\n ",
|
214
|
-
": 2.5rem;\n "
|
214
|
+
": 0.5rem 2.5rem;\n "
|
215
215
|
]);
|
216
216
|
_templateObject7 = function _templateObject() {
|
217
217
|
return data;
|
@@ -253,7 +253,7 @@ function _templateObject8() {
|
|
253
253
|
": 2.5rem;\n ",
|
254
254
|
": 0 0.625rem;\n ",
|
255
255
|
": 0.0625rem;\n\n ",
|
256
|
-
": 2.5rem;\n "
|
256
|
+
": 0.5rem 2.5rem;\n "
|
257
257
|
]);
|
258
258
|
_templateObject8 = function _templateObject() {
|
259
259
|
return data;
|
@@ -295,7 +295,7 @@ function _templateObject9() {
|
|
295
295
|
": 2rem;\n ",
|
296
296
|
": 0 0.625rem;\n ",
|
297
297
|
": 0.0625rem;\n\n ",
|
298
|
-
": 2.5rem;\n "
|
298
|
+
": 0.5rem 2.5rem;\n "
|
299
299
|
]);
|
300
300
|
_templateObject9 = function _templateObject() {
|
301
301
|
return data;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-dfa",
|
3
|
-
"version": "0.322.0-canary.2163.
|
3
|
+
"version": "0.322.0-canary.2163.17629523809.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS DFA web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"directory": "packages/sdds-dfa"
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
|
-
"@salutejs/plasma-new-hope": "0.336.0-canary.2163.
|
22
|
+
"@salutejs/plasma-new-hope": "0.336.0-canary.2163.17629523809.0",
|
23
23
|
"@salutejs/sdds-themes": "0.47.0"
|
24
24
|
},
|
25
25
|
"peerDependencies": {
|
@@ -94,5 +94,5 @@
|
|
94
94
|
"Anton Vinogradov"
|
95
95
|
],
|
96
96
|
"sideEffects": false,
|
97
|
-
"gitHead": "
|
97
|
+
"gitHead": "8908014626b075be5e0e5078550c4b52112cdbe5"
|
98
98
|
}
|