@salutejs/sdds-cs 0.328.0-canary.1906.17459907241.0 → 0.328.0-canary.2163.17581420375.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/CHANGELOG.md +107 -1466
- package/components/Autocomplete/Autocomplete.config.js +3 -4
- package/components/Autocomplete/Autocomplete.d.ts +124 -117
- package/components/Autocomplete/Autocomplete.js +76 -4
- package/components/Combobox/Combobox.config.js +2 -2
- package/components/Combobox/Combobox.d.ts +48 -24
- package/components/DatePicker/DatePicker.config.js +4 -5
- package/components/Dropdown/Dropdown.d.ts +6 -6
- package/components/Pagination/Pagination.config.js +5 -3
- package/components/Select/Select.config.js +1 -1
- package/components/Select/Select.d.ts +12 -6
- package/components/TextArea/TextArea.config.js +5 -10
- package/components/TextField/TextField.config.js +3 -4
- package/emotion/cjs/components/Autocomplete/Autocomplete.config.js +3 -4
- package/emotion/cjs/components/Autocomplete/Autocomplete.js +76 -4
- package/emotion/cjs/components/Combobox/Combobox.config.js +2 -2
- package/emotion/cjs/components/DatePicker/DatePicker.config.js +4 -5
- package/emotion/cjs/components/Pagination/Pagination.config.js +5 -3
- package/emotion/cjs/components/Select/Select.config.js +1 -1
- package/emotion/cjs/components/TextArea/TextArea.config.js +5 -10
- package/emotion/cjs/components/TextField/TextField.config.js +3 -4
- package/emotion/es/components/Autocomplete/Autocomplete.config.js +3 -4
- package/emotion/es/components/Autocomplete/Autocomplete.js +61 -2
- package/emotion/es/components/Combobox/Combobox.config.js +2 -2
- package/emotion/es/components/DatePicker/DatePicker.config.js +4 -5
- package/emotion/es/components/Pagination/Pagination.config.js +5 -3
- package/emotion/es/components/Select/Select.config.js +1 -1
- package/emotion/es/components/TextArea/TextArea.config.js +5 -10
- package/emotion/es/components/TextField/TextField.config.js +3 -4
- package/es/components/Autocomplete/Autocomplete.config.js +3 -4
- package/es/components/Autocomplete/Autocomplete.js +61 -2
- package/es/components/Combobox/Combobox.config.js +2 -2
- package/es/components/DatePicker/DatePicker.config.js +4 -5
- package/es/components/Pagination/Pagination.config.js +5 -3
- package/es/components/Select/Select.config.js +1 -1
- package/es/components/TextArea/TextArea.config.js +5 -10
- package/es/components/TextField/TextField.config.js +3 -4
- package/package.json +8 -8
@@ -260,7 +260,7 @@ function _templateObject7() {
|
|
260
260
|
"\n ",
|
261
261
|
": 0.4;\n ",
|
262
262
|
": var(--text-primary);\n ",
|
263
|
-
": var(--surface-
|
263
|
+
": var(--surface-transparent-primary);\n ",
|
264
264
|
": var(--text-secondary);\n ",
|
265
265
|
": var(--text-secondary);\n ",
|
266
266
|
": var(--text-secondary);\n ",
|
@@ -308,15 +308,10 @@ function _templateObject8() {
|
|
308
308
|
function _templateObject9() {
|
309
309
|
var data = _tagged_template_literal([
|
310
310
|
"\n ",
|
311
|
-
":
|
312
|
-
":
|
313
|
-
":
|
314
|
-
":
|
315
|
-
": 0.4;\n ",
|
316
|
-
": var(--surface-clear);\n ",
|
317
|
-
": var(--surface-clear);\n ",
|
318
|
-
": var(--surface-clear);\n ",
|
319
|
-
": var(--surface-clear);\n ",
|
311
|
+
": transparent;\n ",
|
312
|
+
": transparent;\n ",
|
313
|
+
": transparent;\n ",
|
314
|
+
": transparent;\n ",
|
320
315
|
": var(--text-primary);\n ",
|
321
316
|
": var(--text-primary);\n ",
|
322
317
|
": var(--text-secondary);\n ",
|
@@ -361,7 +356,7 @@ export var config = {
|
|
361
356
|
true: css(_templateObject8(), textAreaTokens.disabledOpacity, textAreaTokens.backgroundColor, textAreaTokens.borderColor, textAreaTokens.borderColorHover, textAreaTokens.borderColorFocus, textAreaTokens.inputColor, textAreaTokens.inputColorFocus, textAreaTokens.placeholderColorFocus, textAreaTokens.labelOuterColor, textAreaTokens.inputColorDisabled)
|
362
357
|
},
|
363
358
|
readOnly: {
|
364
|
-
true: css(_templateObject9(), textAreaTokens.
|
359
|
+
true: css(_templateObject9(), textAreaTokens.backgroundColor, textAreaTokens.borderColor, textAreaTokens.borderColorHover, textAreaTokens.borderColorFocus, textAreaTokens.inputColor, textAreaTokens.inputColorFocus, textAreaTokens.placeholderColorFocus, textAreaTokens.labelOuterColor)
|
365
360
|
}
|
366
361
|
}
|
367
362
|
};
|
@@ -282,13 +282,12 @@ function _templateObject9() {
|
|
282
282
|
"\n ",
|
283
283
|
": 1;\n ",
|
284
284
|
": var(--text-primary);\n ",
|
285
|
-
":
|
285
|
+
": transparent;\n ",
|
286
286
|
": var(--text-secondary);\n ",
|
287
287
|
": var(--text-secondary);\n ",
|
288
288
|
": var(--text-secondary);\n ",
|
289
289
|
": var(--text-secondary);\n ",
|
290
|
-
": var(--outline-solid-secondary);\n
|
291
|
-
": 0.4;\n "
|
290
|
+
": var(--outline-solid-secondary);\n "
|
292
291
|
]);
|
293
292
|
_templateObject9 = function _templateObject() {
|
294
293
|
return data;
|
@@ -328,7 +327,7 @@ export var config = {
|
|
328
327
|
true: css(_templateObject8(), tokens.disabledOpacity, tokens.backgroundColor, tokens.backgroundColorFocus, tokens.borderColor, tokens.borderColorHover, tokens.borderColorFocus, tokens.color)
|
329
328
|
},
|
330
329
|
readOnly: {
|
331
|
-
true: css(_templateObject9(), tokens.readOnlyOpacity, tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.placeholderColorReadOnly, tokens.leftHelperColorReadOnly, tokens.titleCaptionColorReadOnly, tokens.labelColorReadOnly, tokens.dividerColorReadOnly
|
330
|
+
true: css(_templateObject9(), tokens.readOnlyOpacity, tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.placeholderColorReadOnly, tokens.leftHelperColorReadOnly, tokens.titleCaptionColorReadOnly, tokens.labelColorReadOnly, tokens.dividerColorReadOnly)
|
332
331
|
}
|
333
332
|
}
|
334
333
|
};
|
@@ -202,9 +202,8 @@ function _templateObject5() {
|
|
202
202
|
function _templateObject6() {
|
203
203
|
var data = _tagged_template_literal([
|
204
204
|
"\n ",
|
205
|
-
": var(--text-
|
206
|
-
": var(--surface-
|
207
|
-
": var(--surface-clear);\n ",
|
205
|
+
": var(--text-secondary);\n ",
|
206
|
+
": var(--surface-transparent-primary);\n ",
|
208
207
|
": var(--text-secondary);\n ",
|
209
208
|
": var(--text-secondary);\n ",
|
210
209
|
": var(--text-secondary);\n "
|
@@ -237,7 +236,7 @@ export var config = {
|
|
237
236
|
true: css(_templateObject5(), tokens.itemColor, tokens.background, tokens.textFieldColor, tokens.textFieldLabelColor, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorHover, tokens.textFieldBackgroundColorFocus, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus)
|
238
237
|
},
|
239
238
|
readOnly: {
|
240
|
-
true: css(_templateObject6(), tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.
|
239
|
+
true: css(_templateObject6(), tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldLabelColorReadOnly)
|
241
240
|
}
|
242
241
|
}
|
243
242
|
};
|
@@ -1,4 +1,63 @@
|
|
1
|
-
|
1
|
+
function _define_property(obj, key, value) {
|
2
|
+
if (key in obj) {
|
3
|
+
Object.defineProperty(obj, key, {
|
4
|
+
value: value,
|
5
|
+
enumerable: true,
|
6
|
+
configurable: true,
|
7
|
+
writable: true
|
8
|
+
});
|
9
|
+
} else {
|
10
|
+
obj[key] = value;
|
11
|
+
}
|
12
|
+
return obj;
|
13
|
+
}
|
14
|
+
function _object_spread(target) {
|
15
|
+
for(var i = 1; i < arguments.length; i++){
|
16
|
+
var source = arguments[i] != null ? arguments[i] : {};
|
17
|
+
var ownKeys = Object.keys(source);
|
18
|
+
if (typeof Object.getOwnPropertySymbols === "function") {
|
19
|
+
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
20
|
+
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
21
|
+
}));
|
22
|
+
}
|
23
|
+
ownKeys.forEach(function(key) {
|
24
|
+
_define_property(target, key, source[key]);
|
25
|
+
});
|
26
|
+
}
|
27
|
+
return target;
|
28
|
+
}
|
29
|
+
function ownKeys(object, enumerableOnly) {
|
30
|
+
var keys = Object.keys(object);
|
31
|
+
if (Object.getOwnPropertySymbols) {
|
32
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
33
|
+
if (enumerableOnly) {
|
34
|
+
symbols = symbols.filter(function(sym) {
|
35
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
36
|
+
});
|
37
|
+
}
|
38
|
+
keys.push.apply(keys, symbols);
|
39
|
+
}
|
40
|
+
return keys;
|
41
|
+
}
|
42
|
+
function _object_spread_props(target, source) {
|
43
|
+
source = source != null ? source : {};
|
44
|
+
if (Object.getOwnPropertyDescriptors) {
|
45
|
+
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
46
|
+
} else {
|
47
|
+
ownKeys(Object(source)).forEach(function(key) {
|
48
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
49
|
+
});
|
50
|
+
}
|
51
|
+
return target;
|
52
|
+
}
|
53
|
+
import { autocompleteConfig, component, mergeConfig, fixedForwardRef } from '@salutejs/plasma-new-hope/styled-components';
|
54
|
+
import React from 'react';
|
2
55
|
import { config } from './Autocomplete.config';
|
3
56
|
var mergedConfig = mergeConfig(autocompleteConfig, config);
|
4
|
-
export var
|
57
|
+
export var AutocompleteComponent = component(mergedConfig);
|
58
|
+
var AutocompleteWithoutRef = function(props, ref) {
|
59
|
+
return /*#__PURE__*/ React.createElement(AutocompleteComponent, _object_spread_props(_object_spread({}, props), {
|
60
|
+
ref: ref
|
61
|
+
}));
|
62
|
+
};
|
63
|
+
export var Autocomplete = fixedForwardRef(AutocompleteWithoutRef);
|
@@ -269,8 +269,8 @@ function _templateObject6() {
|
|
269
269
|
var data = _tagged_template_literal([
|
270
270
|
"\n ",
|
271
271
|
": var(--text-primary);\n ",
|
272
|
-
": var(--surface-
|
273
|
-
": var(--text-
|
272
|
+
": var(--surface-transparent-primary);\n ",
|
273
|
+
": var(--text-primary);\n ",
|
274
274
|
": var(--text-secondary);\n ",
|
275
275
|
": var(--text-secondary);\n ",
|
276
276
|
": var(--text-primary);\n ",
|
@@ -223,14 +223,13 @@ function _templateObject2() {
|
|
223
223
|
function _templateObject3() {
|
224
224
|
var data = _tagged_template_literal([
|
225
225
|
"\n ",
|
226
|
-
": var(--surface-
|
226
|
+
": var(--surface-transparent-primary);\n ",
|
227
|
+
": var(--text-secondary);\n ",
|
227
228
|
": var(--text-secondary);\n ",
|
228
229
|
": var(--text-secondary);\n ",
|
229
230
|
": var(--text-secondary);\n\n ",
|
230
231
|
": var(--text-secondary);\n ",
|
231
|
-
":
|
232
|
-
": var(--text-primary);\n ",
|
233
|
-
": var(--surface-clear);\n ",
|
232
|
+
": var(--surface-transparent-primary);\n ",
|
234
233
|
": var(--text-secondary);\n "
|
235
234
|
]);
|
236
235
|
_templateObject3 = function _templateObject() {
|
@@ -255,7 +254,7 @@ export var config = {
|
|
255
254
|
true: css(_templateObject2(), tokens.background, tokens.borderColor, tokens.borderColorHover, tokens.borderColorFocus, tokens.borderColorSuccess, tokens.textFieldBorderColorFocus, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldCaretColor, tokens.textFieldBackgroundColor, tokens.labelColor)
|
256
255
|
},
|
257
256
|
readOnly: {
|
258
|
-
true: css(_templateObject3(), tokens.backgroundReadOnly, tokens.labelColorReadOnly, tokens.leftHelperColorReadOnly, tokens.
|
257
|
+
true: css(_templateObject3(), tokens.backgroundReadOnly, tokens.labelColorReadOnly, tokens.leftHelperColorReadOnly, tokens.dividerColorReadOnly, tokens.labelColor, tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly)
|
259
258
|
}
|
260
259
|
}
|
261
260
|
};
|
@@ -26,6 +26,7 @@ function _templateObject() {
|
|
26
26
|
": var(--surface-solid-card);\n ",
|
27
27
|
": var(--outline-solid-primary);\n\n ",
|
28
28
|
": var(--text-primary);\n ",
|
29
|
+
": var(--text-secondary);\n ",
|
29
30
|
": var(--surface-accent);\n ",
|
30
31
|
": var(--text-secondary);\n ",
|
31
32
|
": var(--surface-clear);\n "
|
@@ -84,7 +85,8 @@ function _templateObject2() {
|
|
84
85
|
": 3rem;\n ",
|
85
86
|
": 2.5rem;\n ",
|
86
87
|
": 0 0.625rem;\n ",
|
87
|
-
": 0.125rem;\n
|
88
|
+
": 0.125rem;\n\n ",
|
89
|
+
": 2.5rem;\n "
|
88
90
|
]);
|
89
91
|
_templateObject2 = function _templateObject() {
|
90
92
|
return data;
|
@@ -118,13 +120,13 @@ export var config = {
|
|
118
120
|
},
|
119
121
|
variations: {
|
120
122
|
view: {
|
121
|
-
default: css(_templateObject(), paginationTokens.buttonColor, paginationTokens.buttonColorHover, paginationTokens.buttonColorActive, paginationTokens.buttonBackgroundColor, paginationTokens.buttonBackgroundColorHover, paginationTokens.buttonBackgroundColorActive, paginationTokens.buttonHoverColor, paginationTokens.buttonActiveColor, paginationTokens.buttonArrowColor, paginationTokens.buttonArrowColorHover, paginationTokens.buttonArrowColorActive, paginationTokens.inputBackgroundColor, paginationTokens.selectBackgroundColor, paginationTokens.inputBorderColor, paginationTokens.paginationColor, paginationTokens.buttonFocusColor, paginationTokens.paginationDisabledButtonColor, paginationTokens.paginationDisabledButtonBackgroundColor)
|
123
|
+
default: css(_templateObject(), paginationTokens.buttonColor, paginationTokens.buttonColorHover, paginationTokens.buttonColorActive, paginationTokens.buttonBackgroundColor, paginationTokens.buttonBackgroundColorHover, paginationTokens.buttonBackgroundColorActive, paginationTokens.buttonHoverColor, paginationTokens.buttonActiveColor, paginationTokens.buttonArrowColor, paginationTokens.buttonArrowColorHover, paginationTokens.buttonArrowColorActive, paginationTokens.inputBackgroundColor, paginationTokens.selectBackgroundColor, paginationTokens.inputBorderColor, paginationTokens.paginationColor, paginationTokens.paginationHelperTextColor, paginationTokens.buttonFocusColor, paginationTokens.paginationDisabledButtonColor, paginationTokens.paginationDisabledButtonBackgroundColor)
|
122
124
|
},
|
123
125
|
viewCurrentPage: {
|
124
126
|
default: css(_templateObject1(), paginationTokens.paginationCurrentButtonColor, paginationTokens.paginationCurrentButtonBackgroundColor, paginationTokens.paginationCurrentButtonHoverColor, paginationTokens.paginationCurrentButtonHoverBackgroundColor, paginationTokens.paginationCurrentButtonActiveColor, paginationTokens.paginationCurrentButtonActiveBackgroundColor)
|
125
127
|
},
|
126
128
|
size: {
|
127
|
-
s: css(_templateObject2(), paginationTokens.paginationFontFamily, paginationTokens.paginationFontSize, paginationTokens.paginationFontStyle, paginationTokens.paginationFontWeight, paginationTokens.paginationLetterSpacing, paginationTokens.paginationLineHeight, paginationTokens.buttonHeight, paginationTokens.buttonWidth, paginationTokens.buttonWidthShorter, paginationTokens.paginationInputWidth, paginationTokens.buttonRadius, paginationTokens.paginationIconSize, paginationTokens.paginationIconDoubleSize, paginationTokens.buttonArrowMargin, paginationTokens.selectHeight, paginationTokens.selectPaddingTop, paginationTokens.selectPaddingRight, paginationTokens.selectPaddingBottom, paginationTokens.selectPaddingLeft, paginationTokens.selectItemHeight, paginationTokens.selectItemPadding, paginationTokens.selectItemContentLeftWidth, paginationTokens.selectItemBackground, paginationTokens.selectTargetArrowRight, paginationTokens.selectTargetPadding, paginationTokens.selectTargetInnerTop, paginationTokens.selectTargetLabelInnerTop, paginationTokens.inputBorderRadius, paginationTokens.inputWidth, paginationTokens.inputHeight, paginationTokens.inputPadding, paginationTokens.inputBorderWidth)
|
129
|
+
s: css(_templateObject2(), paginationTokens.paginationFontFamily, paginationTokens.paginationFontSize, paginationTokens.paginationFontStyle, paginationTokens.paginationFontWeight, paginationTokens.paginationLetterSpacing, paginationTokens.paginationLineHeight, paginationTokens.buttonHeight, paginationTokens.buttonWidth, paginationTokens.buttonWidthShorter, paginationTokens.paginationInputWidth, paginationTokens.buttonRadius, paginationTokens.paginationIconSize, paginationTokens.paginationIconDoubleSize, paginationTokens.buttonArrowMargin, paginationTokens.selectHeight, paginationTokens.selectPaddingTop, paginationTokens.selectPaddingRight, paginationTokens.selectPaddingBottom, paginationTokens.selectPaddingLeft, paginationTokens.selectItemHeight, paginationTokens.selectItemPadding, paginationTokens.selectItemContentLeftWidth, paginationTokens.selectItemBackground, paginationTokens.selectTargetArrowRight, paginationTokens.selectTargetPadding, paginationTokens.selectTargetInnerTop, paginationTokens.selectTargetLabelInnerTop, paginationTokens.inputBorderRadius, paginationTokens.inputWidth, paginationTokens.inputHeight, paginationTokens.inputPadding, paginationTokens.inputBorderWidth, paginationTokens.paginationHelperTextGap)
|
128
130
|
},
|
129
131
|
type: {
|
130
132
|
compact: css(_templateObject3()),
|
@@ -260,7 +260,7 @@ function _templateObject7() {
|
|
260
260
|
"\n ",
|
261
261
|
": 0.4;\n ",
|
262
262
|
": var(--text-primary);\n ",
|
263
|
-
": var(--surface-
|
263
|
+
": var(--surface-transparent-primary);\n ",
|
264
264
|
": var(--text-secondary);\n ",
|
265
265
|
": var(--text-secondary);\n ",
|
266
266
|
": var(--text-secondary);\n ",
|
@@ -308,15 +308,10 @@ function _templateObject8() {
|
|
308
308
|
function _templateObject9() {
|
309
309
|
var data = _tagged_template_literal([
|
310
310
|
"\n ",
|
311
|
-
":
|
312
|
-
":
|
313
|
-
":
|
314
|
-
":
|
315
|
-
": 0.4;\n ",
|
316
|
-
": var(--surface-clear);\n ",
|
317
|
-
": var(--surface-clear);\n ",
|
318
|
-
": var(--surface-clear);\n ",
|
319
|
-
": var(--surface-clear);\n ",
|
311
|
+
": transparent;\n ",
|
312
|
+
": transparent;\n ",
|
313
|
+
": transparent;\n ",
|
314
|
+
": transparent;\n ",
|
320
315
|
": var(--text-primary);\n ",
|
321
316
|
": var(--text-primary);\n ",
|
322
317
|
": var(--text-secondary);\n ",
|
@@ -361,7 +356,7 @@ export var config = {
|
|
361
356
|
true: css(_templateObject8(), textAreaTokens.disabledOpacity, textAreaTokens.backgroundColor, textAreaTokens.borderColor, textAreaTokens.borderColorHover, textAreaTokens.borderColorFocus, textAreaTokens.inputColor, textAreaTokens.inputColorFocus, textAreaTokens.placeholderColorFocus, textAreaTokens.labelOuterColor, textAreaTokens.inputColorDisabled)
|
362
357
|
},
|
363
358
|
readOnly: {
|
364
|
-
true: css(_templateObject9(), textAreaTokens.
|
359
|
+
true: css(_templateObject9(), textAreaTokens.backgroundColor, textAreaTokens.borderColor, textAreaTokens.borderColorHover, textAreaTokens.borderColorFocus, textAreaTokens.inputColor, textAreaTokens.inputColorFocus, textAreaTokens.placeholderColorFocus, textAreaTokens.labelOuterColor)
|
365
360
|
}
|
366
361
|
}
|
367
362
|
};
|
@@ -282,13 +282,12 @@ function _templateObject9() {
|
|
282
282
|
"\n ",
|
283
283
|
": 1;\n ",
|
284
284
|
": var(--text-primary);\n ",
|
285
|
-
":
|
285
|
+
": transparent;\n ",
|
286
286
|
": var(--text-secondary);\n ",
|
287
287
|
": var(--text-secondary);\n ",
|
288
288
|
": var(--text-secondary);\n ",
|
289
289
|
": var(--text-secondary);\n ",
|
290
|
-
": var(--outline-solid-secondary);\n
|
291
|
-
": 0.4;\n "
|
290
|
+
": var(--outline-solid-secondary);\n "
|
292
291
|
]);
|
293
292
|
_templateObject9 = function _templateObject() {
|
294
293
|
return data;
|
@@ -328,7 +327,7 @@ export var config = {
|
|
328
327
|
true: css(_templateObject8(), tokens.disabledOpacity, tokens.backgroundColor, tokens.backgroundColorFocus, tokens.borderColor, tokens.borderColorHover, tokens.borderColorFocus, tokens.color)
|
329
328
|
},
|
330
329
|
readOnly: {
|
331
|
-
true: css(_templateObject9(), tokens.readOnlyOpacity, tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.placeholderColorReadOnly, tokens.leftHelperColorReadOnly, tokens.titleCaptionColorReadOnly, tokens.labelColorReadOnly, tokens.dividerColorReadOnly
|
330
|
+
true: css(_templateObject9(), tokens.readOnlyOpacity, tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.placeholderColorReadOnly, tokens.leftHelperColorReadOnly, tokens.titleCaptionColorReadOnly, tokens.labelColorReadOnly, tokens.dividerColorReadOnly)
|
332
331
|
}
|
333
332
|
}
|
334
333
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.328.0-canary.
|
3
|
+
"version": "0.328.0-canary.2163.17581420375.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,8 +30,8 @@
|
|
30
30
|
"directory": "packages/sdds-cs"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@salutejs/plasma-new-hope": "0.336.0-canary.
|
34
|
-
"@salutejs/sdds-themes": "0.47.0
|
33
|
+
"@salutejs/plasma-new-hope": "0.336.0-canary.2163.17581420375.0",
|
34
|
+
"@salutejs/sdds-themes": "0.47.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
37
37
|
"@emotion/react": ">=11",
|
@@ -54,10 +54,10 @@
|
|
54
54
|
"@microsoft/api-extractor": "7.38.3",
|
55
55
|
"@originjs/vite-plugin-commonjs": "1.0.3",
|
56
56
|
"@salutejs/plasma-colors": "0.16.0",
|
57
|
-
"@salutejs/plasma-core": "1.207.0
|
58
|
-
"@salutejs/plasma-cy-utils": "0.137.0
|
59
|
-
"@salutejs/plasma-icons": "1.223.0
|
60
|
-
"@salutejs/plasma-sb-utils": "0.207.0
|
57
|
+
"@salutejs/plasma-core": "1.207.0",
|
58
|
+
"@salutejs/plasma-cy-utils": "0.137.0",
|
59
|
+
"@salutejs/plasma-icons": "1.223.0",
|
60
|
+
"@salutejs/plasma-sb-utils": "0.207.0",
|
61
61
|
"@storybook/addon-docs": "8.6.14",
|
62
62
|
"@storybook/addon-essentials": "8.6.14",
|
63
63
|
"@storybook/manager-api": "8.6.14",
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "e2f4aba01635ff4cf7b5ba392daeaaa1aee49f70"
|
127
127
|
}
|