@salutejs/sdds-cs 0.335.1-canary.2382.20369051129.0 → 0.335.1-canary.2387.20300594664.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/emotion/cjs/components/Autocomplete/Autocomplete.config.js +2 -4
- package/dist/emotion/cjs/components/Combobox/Combobox.config.js +2 -4
- package/dist/emotion/cjs/components/DatePicker/DatePicker.config.js +2 -4
- package/dist/emotion/cjs/components/Select/Select.config.js +2 -4
- package/dist/emotion/cjs/components/TextField/TextField.config.js +2 -4
- package/dist/emotion/es/components/Autocomplete/Autocomplete.config.js +2 -4
- package/dist/emotion/es/components/Combobox/Combobox.config.js +2 -4
- package/dist/emotion/es/components/DatePicker/DatePicker.config.js +2 -4
- package/dist/emotion/es/components/Select/Select.config.js +2 -4
- package/dist/emotion/es/components/TextField/TextField.config.js +2 -4
- package/dist/styled-components/cjs/components/Autocomplete/Autocomplete.config.js +2 -4
- package/dist/styled-components/cjs/components/Combobox/Combobox.config.js +2 -4
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +2 -4
- package/dist/styled-components/cjs/components/Select/Select.config.js +2 -4
- package/dist/styled-components/cjs/components/TextField/TextField.config.js +2 -4
- package/dist/styled-components/es/components/Autocomplete/Autocomplete.config.js +2 -4
- package/dist/styled-components/es/components/Combobox/Combobox.config.js +2 -4
- package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +2 -4
- package/dist/styled-components/es/components/Select/Select.config.js +2 -4
- package/dist/styled-components/es/components/TextField/TextField.config.js +2 -4
- package/package.json +6 -6
- package/types/components/Combobox/Combobox.d.ts +0 -24
- package/types/components/Select/Select.d.ts +0 -6
|
@@ -218,9 +218,7 @@ function _templateObject6() {
|
|
|
218
218
|
": var(--surface-clear);\n ",
|
|
219
219
|
": var(--text-secondary);\n ",
|
|
220
220
|
": var(--text-secondary);\n ",
|
|
221
|
-
": var(--text-secondary);\n
|
|
222
|
-
": transparent;\n ",
|
|
223
|
-
": 0;\n "
|
|
221
|
+
": var(--text-secondary);\n "
|
|
224
222
|
]);
|
|
225
223
|
_templateObject6 = function _templateObject() {
|
|
226
224
|
return data;
|
|
@@ -249,7 +247,7 @@ var config = {
|
|
|
249
247
|
true: (0, _emotion.css)(_templateObject5(), _emotion.autocompleteTokens.itemColor, _emotion.autocompleteTokens.background, _emotion.autocompleteTokens.textFieldColor, _emotion.autocompleteTokens.textFieldLabelColor, _emotion.autocompleteTokens.textFieldBackgroundColor, _emotion.autocompleteTokens.textFieldBackgroundColorHover, _emotion.autocompleteTokens.textFieldBackgroundColorFocus, _emotion.autocompleteTokens.textFieldBorderColor, _emotion.autocompleteTokens.textFieldBorderColorHover, _emotion.autocompleteTokens.textFieldBorderColorFocus)
|
|
250
248
|
},
|
|
251
249
|
readOnly: {
|
|
252
|
-
true: (0, _emotion.css)(_templateObject6(), _emotion.autocompleteTokens.textFieldColorReadOnly, _emotion.autocompleteTokens.textFieldBackgroundColorReadOnly, _emotion.autocompleteTokens.textFieldBorderColorReadOnly, _emotion.autocompleteTokens.textFieldPlaceholderColorReadOnly, _emotion.autocompleteTokens.textFieldLeftHelperColorReadOnly, _emotion.autocompleteTokens.textFieldLabelColorReadOnly
|
|
250
|
+
true: (0, _emotion.css)(_templateObject6(), _emotion.autocompleteTokens.textFieldColorReadOnly, _emotion.autocompleteTokens.textFieldBackgroundColorReadOnly, _emotion.autocompleteTokens.textFieldBorderColorReadOnly, _emotion.autocompleteTokens.textFieldPlaceholderColorReadOnly, _emotion.autocompleteTokens.textFieldLeftHelperColorReadOnly, _emotion.autocompleteTokens.textFieldLabelColorReadOnly)
|
|
253
251
|
}
|
|
254
252
|
}
|
|
255
253
|
};
|
|
@@ -293,9 +293,7 @@ function _templateObject6() {
|
|
|
293
293
|
": transparent;\n ",
|
|
294
294
|
": 0;\n ",
|
|
295
295
|
": 0.25rem;\n ",
|
|
296
|
-
": 0rem;\n
|
|
297
|
-
": transparent;\n ",
|
|
298
|
-
": 0;\n "
|
|
296
|
+
": 0rem;\n "
|
|
299
297
|
]);
|
|
300
298
|
_templateObject6 = function _templateObject() {
|
|
301
299
|
return data;
|
|
@@ -324,7 +322,7 @@ var config = {
|
|
|
324
322
|
true: (0, _emotion.css)(_templateObject5(), _emotion.comboboxNewTokens.textFieldDisabledOpacity, _emotion.comboboxNewTokens.textFieldBackgroundColor, _emotion.comboboxNewTokens.textFieldBackgroundColorFocus, _emotion.comboboxNewTokens.textFieldBorderColor, _emotion.comboboxNewTokens.textFieldBorderColorHover, _emotion.comboboxNewTokens.textFieldBorderColorFocus, _emotion.comboboxNewTokens.textFieldColor)
|
|
325
323
|
},
|
|
326
324
|
readOnly: {
|
|
327
|
-
true: (0, _emotion.css)(_templateObject6(), _emotion.comboboxNewTokens.textFieldColorReadOnly, _emotion.comboboxNewTokens.textFieldBackgroundColorReadOnly, _emotion.comboboxNewTokens.textFieldPlaceholderColorReadOnly, _emotion.comboboxNewTokens.textFieldLeftHelperColorReadOnly, _emotion.comboboxNewTokens.textFieldLabelColorReadOnly, _emotion.comboboxNewTokens.textFieldColor, _emotion.comboboxNewTokens.disclosureIconColor, _emotion.comboboxNewTokens.disclosureIconColorHover, _emotion.comboboxNewTokens.textFieldPadding, _emotion.comboboxNewTokens.textFieldLabelOffset, _emotion.comboboxNewTokens.textFieldLeftHelperOffset
|
|
325
|
+
true: (0, _emotion.css)(_templateObject6(), _emotion.comboboxNewTokens.textFieldColorReadOnly, _emotion.comboboxNewTokens.textFieldBackgroundColorReadOnly, _emotion.comboboxNewTokens.textFieldPlaceholderColorReadOnly, _emotion.comboboxNewTokens.textFieldLeftHelperColorReadOnly, _emotion.comboboxNewTokens.textFieldLabelColorReadOnly, _emotion.comboboxNewTokens.textFieldColor, _emotion.comboboxNewTokens.disclosureIconColor, _emotion.comboboxNewTokens.disclosureIconColorHover, _emotion.comboboxNewTokens.textFieldPadding, _emotion.comboboxNewTokens.textFieldLabelOffset, _emotion.comboboxNewTokens.textFieldLeftHelperOffset)
|
|
328
326
|
}
|
|
329
327
|
}
|
|
330
328
|
};
|
|
@@ -242,9 +242,7 @@ function _templateObject3() {
|
|
|
242
242
|
": 0.4;\n\n ",
|
|
243
243
|
": var(--text-primary);\n ",
|
|
244
244
|
": var(--surface-clear);\n ",
|
|
245
|
-
": var(--text-secondary);\n
|
|
246
|
-
": transparent;\n ",
|
|
247
|
-
": 0;\n "
|
|
245
|
+
": var(--text-secondary);\n "
|
|
248
246
|
]);
|
|
249
247
|
_templateObject3 = function _templateObject() {
|
|
250
248
|
return data;
|
|
@@ -267,7 +265,7 @@ var config = {
|
|
|
267
265
|
true: (0, _emotion.css)(_templateObject2(), _emotion.datePickerTokens.background, _emotion.datePickerTokens.borderColor, _emotion.datePickerTokens.borderColorHover, _emotion.datePickerTokens.borderColorFocus, _emotion.datePickerTokens.borderColorSuccess, _emotion.datePickerTokens.textFieldBorderColorFocus, _emotion.datePickerTokens.textFieldColor, _emotion.datePickerTokens.textFieldPlaceholderColor, _emotion.datePickerTokens.textFieldColor, _emotion.datePickerTokens.textFieldPlaceholderColor, _emotion.datePickerTokens.textFieldCaretColor, _emotion.datePickerTokens.textFieldBackgroundColor, _emotion.datePickerTokens.labelColor)
|
|
268
266
|
},
|
|
269
267
|
readOnly: {
|
|
270
|
-
true: (0, _emotion.css)(_templateObject3(), _emotion.datePickerTokens.backgroundReadOnly, _emotion.datePickerTokens.labelColorReadOnly, _emotion.datePickerTokens.leftHelperColorReadOnly, _emotion.datePickerTokens.labelColor, _emotion.datePickerTokens.dividerColorReadOnly, _emotion.datePickerTokens.dividerOpacityReadOnly, _emotion.datePickerTokens.textFieldColorReadOnly, _emotion.datePickerTokens.textFieldBackgroundColorReadOnly, _emotion.datePickerTokens.textFieldPlaceholderColorReadOnly
|
|
268
|
+
true: (0, _emotion.css)(_templateObject3(), _emotion.datePickerTokens.backgroundReadOnly, _emotion.datePickerTokens.labelColorReadOnly, _emotion.datePickerTokens.leftHelperColorReadOnly, _emotion.datePickerTokens.labelColor, _emotion.datePickerTokens.dividerColorReadOnly, _emotion.datePickerTokens.dividerOpacityReadOnly, _emotion.datePickerTokens.textFieldColorReadOnly, _emotion.datePickerTokens.textFieldBackgroundColorReadOnly, _emotion.datePickerTokens.textFieldPlaceholderColorReadOnly)
|
|
271
269
|
}
|
|
272
270
|
}
|
|
273
271
|
};
|
|
@@ -278,9 +278,7 @@ function _templateObject7() {
|
|
|
278
278
|
": var(--text-secondary);\n ",
|
|
279
279
|
": var(--text-secondary);\n ",
|
|
280
280
|
": var(--text-secondary);\n ",
|
|
281
|
-
": var(--surface-transparent-primary);\n
|
|
282
|
-
": transparent;\n ",
|
|
283
|
-
": 0;\n "
|
|
281
|
+
": var(--surface-transparent-primary);\n "
|
|
284
282
|
]);
|
|
285
283
|
_templateObject7 = function _templateObject() {
|
|
286
284
|
return data;
|
|
@@ -313,7 +311,7 @@ var config = {
|
|
|
313
311
|
true: (0, _emotion.css)(_templateObject6(), _emotion.selectTokens.textFieldDisabledOpacity, _emotion.selectTokens.textFieldBackgroundColor, _emotion.selectTokens.textFieldBackgroundColorFocus, _emotion.selectTokens.textFieldBorderColor, _emotion.selectTokens.textFieldBorderColorHover, _emotion.selectTokens.textFieldBorderColorFocus, _emotion.selectTokens.textFieldColor)
|
|
314
312
|
},
|
|
315
313
|
readOnly: {
|
|
316
|
-
true: (0, _emotion.css)(_templateObject7(), _emotion.selectTokens.disclosureIconOpacityReadOnly, _emotion.selectTokens.textFieldColorReadOnly, _emotion.selectTokens.textFieldBackgroundColorReadOnly, _emotion.selectTokens.textFieldPlaceholderColorReadOnly, _emotion.selectTokens.textFieldLeftHelperColorReadOnly, _emotion.selectTokens.textFieldTitleCaptionColorReadOnly, _emotion.selectTokens.textFieldLabelColorReadOnly, _emotion.selectTokens.textFieldDividerColorReadOnly
|
|
314
|
+
true: (0, _emotion.css)(_templateObject7(), _emotion.selectTokens.disclosureIconOpacityReadOnly, _emotion.selectTokens.textFieldColorReadOnly, _emotion.selectTokens.textFieldBackgroundColorReadOnly, _emotion.selectTokens.textFieldPlaceholderColorReadOnly, _emotion.selectTokens.textFieldLeftHelperColorReadOnly, _emotion.selectTokens.textFieldTitleCaptionColorReadOnly, _emotion.selectTokens.textFieldLabelColorReadOnly, _emotion.selectTokens.textFieldDividerColorReadOnly)
|
|
317
315
|
}
|
|
318
316
|
}
|
|
319
317
|
};
|
|
@@ -283,9 +283,7 @@ function _templateObject8() {
|
|
|
283
283
|
": var(--text-secondary);\n ",
|
|
284
284
|
": var(--text-secondary);\n ",
|
|
285
285
|
": var(--text-secondary);\n ",
|
|
286
|
-
": 0.4;\n
|
|
287
|
-
": transparent;\n ",
|
|
288
|
-
": 0;\n "
|
|
286
|
+
": 0.4;\n "
|
|
289
287
|
]);
|
|
290
288
|
_templateObject8 = function _templateObject() {
|
|
291
289
|
return data;
|
|
@@ -320,7 +318,7 @@ var config = {
|
|
|
320
318
|
true: (0, _emotion.css)(_templateObject7(), _emotion.textFieldTokens.disabledOpacity, _emotion.textFieldTokens.backgroundColor, _emotion.textFieldTokens.backgroundColorFocus, _emotion.textFieldTokens.borderColor, _emotion.textFieldTokens.borderColorHover, _emotion.textFieldTokens.borderColorFocus, _emotion.textFieldTokens.color)
|
|
321
319
|
},
|
|
322
320
|
readOnly: {
|
|
323
|
-
true: (0, _emotion.css)(_templateObject8(), _emotion.textFieldTokens.readOnlyOpacity, _emotion.textFieldTokens.colorReadOnly, _emotion.textFieldTokens.backgroundColorReadOnly, _emotion.textFieldTokens.placeholderColorReadOnly, _emotion.textFieldTokens.leftHelperColorReadOnly, _emotion.textFieldTokens.titleCaptionColorReadOnly, _emotion.textFieldTokens.labelColorReadOnly, _emotion.textFieldTokens.contentSlotRightOpacityReadOnly
|
|
321
|
+
true: (0, _emotion.css)(_templateObject8(), _emotion.textFieldTokens.readOnlyOpacity, _emotion.textFieldTokens.colorReadOnly, _emotion.textFieldTokens.backgroundColorReadOnly, _emotion.textFieldTokens.placeholderColorReadOnly, _emotion.textFieldTokens.leftHelperColorReadOnly, _emotion.textFieldTokens.titleCaptionColorReadOnly, _emotion.textFieldTokens.labelColorReadOnly, _emotion.textFieldTokens.contentSlotRightOpacityReadOnly)
|
|
324
322
|
}
|
|
325
323
|
}
|
|
326
324
|
};
|
|
@@ -207,9 +207,7 @@ function _templateObject6() {
|
|
|
207
207
|
": var(--surface-clear);\n ",
|
|
208
208
|
": var(--text-secondary);\n ",
|
|
209
209
|
": var(--text-secondary);\n ",
|
|
210
|
-
": var(--text-secondary);\n
|
|
211
|
-
": transparent;\n ",
|
|
212
|
-
": 0;\n "
|
|
210
|
+
": var(--text-secondary);\n "
|
|
213
211
|
]);
|
|
214
212
|
_templateObject6 = function _templateObject() {
|
|
215
213
|
return data;
|
|
@@ -239,7 +237,7 @@ export var config = {
|
|
|
239
237
|
true: css(_templateObject5(), tokens.itemColor, tokens.background, tokens.textFieldColor, tokens.textFieldLabelColor, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorHover, tokens.textFieldBackgroundColorFocus, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus)
|
|
240
238
|
},
|
|
241
239
|
readOnly: {
|
|
242
|
-
true: css(_templateObject6(), tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldBorderColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldLabelColorReadOnly
|
|
240
|
+
true: css(_templateObject6(), tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldBorderColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldLabelColorReadOnly)
|
|
243
241
|
}
|
|
244
242
|
}
|
|
245
243
|
};
|
|
@@ -282,9 +282,7 @@ function _templateObject6() {
|
|
|
282
282
|
": transparent;\n ",
|
|
283
283
|
": 0;\n ",
|
|
284
284
|
": 0.25rem;\n ",
|
|
285
|
-
": 0rem;\n
|
|
286
|
-
": transparent;\n ",
|
|
287
|
-
": 0;\n "
|
|
285
|
+
": 0rem;\n "
|
|
288
286
|
]);
|
|
289
287
|
_templateObject6 = function _templateObject() {
|
|
290
288
|
return data;
|
|
@@ -314,7 +312,7 @@ export var config = {
|
|
|
314
312
|
true: css(_templateObject5(), tokens.textFieldDisabledOpacity, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldColor)
|
|
315
313
|
},
|
|
316
314
|
readOnly: {
|
|
317
|
-
true: css(_templateObject6(), tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldLabelColorReadOnly, tokens.textFieldColor, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.textFieldPadding, tokens.textFieldLabelOffset, tokens.textFieldLeftHelperOffset
|
|
315
|
+
true: css(_templateObject6(), tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldLabelColorReadOnly, tokens.textFieldColor, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.textFieldPadding, tokens.textFieldLabelOffset, tokens.textFieldLeftHelperOffset)
|
|
318
316
|
}
|
|
319
317
|
}
|
|
320
318
|
};
|
|
@@ -231,9 +231,7 @@ function _templateObject3() {
|
|
|
231
231
|
": 0.4;\n\n ",
|
|
232
232
|
": var(--text-primary);\n ",
|
|
233
233
|
": var(--surface-clear);\n ",
|
|
234
|
-
": var(--text-secondary);\n
|
|
235
|
-
": transparent;\n ",
|
|
236
|
-
": 0;\n "
|
|
234
|
+
": var(--text-secondary);\n "
|
|
237
235
|
]);
|
|
238
236
|
_templateObject3 = function _templateObject() {
|
|
239
237
|
return data;
|
|
@@ -257,7 +255,7 @@ export var config = {
|
|
|
257
255
|
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)
|
|
258
256
|
},
|
|
259
257
|
readOnly: {
|
|
260
|
-
true: css(_templateObject3(), tokens.backgroundReadOnly, tokens.labelColorReadOnly, tokens.leftHelperColorReadOnly, tokens.labelColor, tokens.dividerColorReadOnly, tokens.dividerOpacityReadOnly, tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly
|
|
258
|
+
true: css(_templateObject3(), tokens.backgroundReadOnly, tokens.labelColorReadOnly, tokens.leftHelperColorReadOnly, tokens.labelColor, tokens.dividerColorReadOnly, tokens.dividerOpacityReadOnly, tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly)
|
|
261
259
|
}
|
|
262
260
|
}
|
|
263
261
|
};
|
|
@@ -267,9 +267,7 @@ function _templateObject7() {
|
|
|
267
267
|
": var(--text-secondary);\n ",
|
|
268
268
|
": var(--text-secondary);\n ",
|
|
269
269
|
": var(--text-secondary);\n ",
|
|
270
|
-
": var(--surface-transparent-primary);\n
|
|
271
|
-
": transparent;\n ",
|
|
272
|
-
": 0;\n "
|
|
270
|
+
": var(--surface-transparent-primary);\n "
|
|
273
271
|
]);
|
|
274
272
|
_templateObject7 = function _templateObject() {
|
|
275
273
|
return data;
|
|
@@ -303,7 +301,7 @@ export var config = {
|
|
|
303
301
|
true: css(_templateObject6(), selectTokens.textFieldDisabledOpacity, selectTokens.textFieldBackgroundColor, selectTokens.textFieldBackgroundColorFocus, selectTokens.textFieldBorderColor, selectTokens.textFieldBorderColorHover, selectTokens.textFieldBorderColorFocus, selectTokens.textFieldColor)
|
|
304
302
|
},
|
|
305
303
|
readOnly: {
|
|
306
|
-
true: css(_templateObject7(), selectTokens.disclosureIconOpacityReadOnly, selectTokens.textFieldColorReadOnly, selectTokens.textFieldBackgroundColorReadOnly, selectTokens.textFieldPlaceholderColorReadOnly, selectTokens.textFieldLeftHelperColorReadOnly, selectTokens.textFieldTitleCaptionColorReadOnly, selectTokens.textFieldLabelColorReadOnly, selectTokens.textFieldDividerColorReadOnly
|
|
304
|
+
true: css(_templateObject7(), selectTokens.disclosureIconOpacityReadOnly, selectTokens.textFieldColorReadOnly, selectTokens.textFieldBackgroundColorReadOnly, selectTokens.textFieldPlaceholderColorReadOnly, selectTokens.textFieldLeftHelperColorReadOnly, selectTokens.textFieldTitleCaptionColorReadOnly, selectTokens.textFieldLabelColorReadOnly, selectTokens.textFieldDividerColorReadOnly)
|
|
307
305
|
}
|
|
308
306
|
}
|
|
309
307
|
};
|
|
@@ -272,9 +272,7 @@ function _templateObject8() {
|
|
|
272
272
|
": var(--text-secondary);\n ",
|
|
273
273
|
": var(--text-secondary);\n ",
|
|
274
274
|
": var(--text-secondary);\n ",
|
|
275
|
-
": 0.4;\n
|
|
276
|
-
": transparent;\n ",
|
|
277
|
-
": 0;\n "
|
|
275
|
+
": 0.4;\n "
|
|
278
276
|
]);
|
|
279
277
|
_templateObject8 = function _templateObject() {
|
|
280
278
|
return data;
|
|
@@ -310,7 +308,7 @@ export var config = {
|
|
|
310
308
|
true: css(_templateObject7(), tokens.disabledOpacity, tokens.backgroundColor, tokens.backgroundColorFocus, tokens.borderColor, tokens.borderColorHover, tokens.borderColorFocus, tokens.color)
|
|
311
309
|
},
|
|
312
310
|
readOnly: {
|
|
313
|
-
true: css(_templateObject8(), tokens.readOnlyOpacity, tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.placeholderColorReadOnly, tokens.leftHelperColorReadOnly, tokens.titleCaptionColorReadOnly, tokens.labelColorReadOnly, tokens.contentSlotRightOpacityReadOnly
|
|
311
|
+
true: css(_templateObject8(), tokens.readOnlyOpacity, tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.placeholderColorReadOnly, tokens.leftHelperColorReadOnly, tokens.titleCaptionColorReadOnly, tokens.labelColorReadOnly, tokens.contentSlotRightOpacityReadOnly)
|
|
314
312
|
}
|
|
315
313
|
}
|
|
316
314
|
};
|
|
@@ -218,9 +218,7 @@ function _templateObject6() {
|
|
|
218
218
|
": var(--surface-clear);\n ",
|
|
219
219
|
": var(--text-secondary);\n ",
|
|
220
220
|
": var(--text-secondary);\n ",
|
|
221
|
-
": var(--text-secondary);\n
|
|
222
|
-
": transparent;\n ",
|
|
223
|
-
": 0;\n "
|
|
221
|
+
": var(--text-secondary);\n "
|
|
224
222
|
]);
|
|
225
223
|
_templateObject6 = function _templateObject() {
|
|
226
224
|
return data;
|
|
@@ -249,7 +247,7 @@ var config = {
|
|
|
249
247
|
true: (0, _styledcomponents.css)(_templateObject5(), _styledcomponents.autocompleteTokens.itemColor, _styledcomponents.autocompleteTokens.background, _styledcomponents.autocompleteTokens.textFieldColor, _styledcomponents.autocompleteTokens.textFieldLabelColor, _styledcomponents.autocompleteTokens.textFieldBackgroundColor, _styledcomponents.autocompleteTokens.textFieldBackgroundColorHover, _styledcomponents.autocompleteTokens.textFieldBackgroundColorFocus, _styledcomponents.autocompleteTokens.textFieldBorderColor, _styledcomponents.autocompleteTokens.textFieldBorderColorHover, _styledcomponents.autocompleteTokens.textFieldBorderColorFocus)
|
|
250
248
|
},
|
|
251
249
|
readOnly: {
|
|
252
|
-
true: (0, _styledcomponents.css)(_templateObject6(), _styledcomponents.autocompleteTokens.textFieldColorReadOnly, _styledcomponents.autocompleteTokens.textFieldBackgroundColorReadOnly, _styledcomponents.autocompleteTokens.textFieldBorderColorReadOnly, _styledcomponents.autocompleteTokens.textFieldPlaceholderColorReadOnly, _styledcomponents.autocompleteTokens.textFieldLeftHelperColorReadOnly, _styledcomponents.autocompleteTokens.textFieldLabelColorReadOnly
|
|
250
|
+
true: (0, _styledcomponents.css)(_templateObject6(), _styledcomponents.autocompleteTokens.textFieldColorReadOnly, _styledcomponents.autocompleteTokens.textFieldBackgroundColorReadOnly, _styledcomponents.autocompleteTokens.textFieldBorderColorReadOnly, _styledcomponents.autocompleteTokens.textFieldPlaceholderColorReadOnly, _styledcomponents.autocompleteTokens.textFieldLeftHelperColorReadOnly, _styledcomponents.autocompleteTokens.textFieldLabelColorReadOnly)
|
|
253
251
|
}
|
|
254
252
|
}
|
|
255
253
|
};
|
|
@@ -293,9 +293,7 @@ function _templateObject6() {
|
|
|
293
293
|
": transparent;\n ",
|
|
294
294
|
": 0;\n ",
|
|
295
295
|
": 0.25rem;\n ",
|
|
296
|
-
": 0rem;\n
|
|
297
|
-
": transparent;\n ",
|
|
298
|
-
": 0;\n "
|
|
296
|
+
": 0rem;\n "
|
|
299
297
|
]);
|
|
300
298
|
_templateObject6 = function _templateObject() {
|
|
301
299
|
return data;
|
|
@@ -324,7 +322,7 @@ var config = {
|
|
|
324
322
|
true: (0, _styledcomponents.css)(_templateObject5(), _styledcomponents.comboboxNewTokens.textFieldDisabledOpacity, _styledcomponents.comboboxNewTokens.textFieldBackgroundColor, _styledcomponents.comboboxNewTokens.textFieldBackgroundColorFocus, _styledcomponents.comboboxNewTokens.textFieldBorderColor, _styledcomponents.comboboxNewTokens.textFieldBorderColorHover, _styledcomponents.comboboxNewTokens.textFieldBorderColorFocus, _styledcomponents.comboboxNewTokens.textFieldColor)
|
|
325
323
|
},
|
|
326
324
|
readOnly: {
|
|
327
|
-
true: (0, _styledcomponents.css)(_templateObject6(), _styledcomponents.comboboxNewTokens.textFieldColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldBackgroundColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldPlaceholderColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldLeftHelperColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldLabelColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldColor, _styledcomponents.comboboxNewTokens.disclosureIconColor, _styledcomponents.comboboxNewTokens.disclosureIconColorHover, _styledcomponents.comboboxNewTokens.textFieldPadding, _styledcomponents.comboboxNewTokens.textFieldLabelOffset, _styledcomponents.comboboxNewTokens.textFieldLeftHelperOffset
|
|
325
|
+
true: (0, _styledcomponents.css)(_templateObject6(), _styledcomponents.comboboxNewTokens.textFieldColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldBackgroundColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldPlaceholderColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldLeftHelperColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldLabelColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldColor, _styledcomponents.comboboxNewTokens.disclosureIconColor, _styledcomponents.comboboxNewTokens.disclosureIconColorHover, _styledcomponents.comboboxNewTokens.textFieldPadding, _styledcomponents.comboboxNewTokens.textFieldLabelOffset, _styledcomponents.comboboxNewTokens.textFieldLeftHelperOffset)
|
|
328
326
|
}
|
|
329
327
|
}
|
|
330
328
|
};
|
|
@@ -242,9 +242,7 @@ function _templateObject3() {
|
|
|
242
242
|
": 0.4;\n\n ",
|
|
243
243
|
": var(--text-primary);\n ",
|
|
244
244
|
": var(--surface-clear);\n ",
|
|
245
|
-
": var(--text-secondary);\n
|
|
246
|
-
": transparent;\n ",
|
|
247
|
-
": 0;\n "
|
|
245
|
+
": var(--text-secondary);\n "
|
|
248
246
|
]);
|
|
249
247
|
_templateObject3 = function _templateObject() {
|
|
250
248
|
return data;
|
|
@@ -267,7 +265,7 @@ var config = {
|
|
|
267
265
|
true: (0, _styledcomponents.css)(_templateObject2(), _styledcomponents.datePickerTokens.background, _styledcomponents.datePickerTokens.borderColor, _styledcomponents.datePickerTokens.borderColorHover, _styledcomponents.datePickerTokens.borderColorFocus, _styledcomponents.datePickerTokens.borderColorSuccess, _styledcomponents.datePickerTokens.textFieldBorderColorFocus, _styledcomponents.datePickerTokens.textFieldColor, _styledcomponents.datePickerTokens.textFieldPlaceholderColor, _styledcomponents.datePickerTokens.textFieldColor, _styledcomponents.datePickerTokens.textFieldPlaceholderColor, _styledcomponents.datePickerTokens.textFieldCaretColor, _styledcomponents.datePickerTokens.textFieldBackgroundColor, _styledcomponents.datePickerTokens.labelColor)
|
|
268
266
|
},
|
|
269
267
|
readOnly: {
|
|
270
|
-
true: (0, _styledcomponents.css)(_templateObject3(), _styledcomponents.datePickerTokens.backgroundReadOnly, _styledcomponents.datePickerTokens.labelColorReadOnly, _styledcomponents.datePickerTokens.leftHelperColorReadOnly, _styledcomponents.datePickerTokens.labelColor, _styledcomponents.datePickerTokens.dividerColorReadOnly, _styledcomponents.datePickerTokens.dividerOpacityReadOnly, _styledcomponents.datePickerTokens.textFieldColorReadOnly, _styledcomponents.datePickerTokens.textFieldBackgroundColorReadOnly, _styledcomponents.datePickerTokens.textFieldPlaceholderColorReadOnly
|
|
268
|
+
true: (0, _styledcomponents.css)(_templateObject3(), _styledcomponents.datePickerTokens.backgroundReadOnly, _styledcomponents.datePickerTokens.labelColorReadOnly, _styledcomponents.datePickerTokens.leftHelperColorReadOnly, _styledcomponents.datePickerTokens.labelColor, _styledcomponents.datePickerTokens.dividerColorReadOnly, _styledcomponents.datePickerTokens.dividerOpacityReadOnly, _styledcomponents.datePickerTokens.textFieldColorReadOnly, _styledcomponents.datePickerTokens.textFieldBackgroundColorReadOnly, _styledcomponents.datePickerTokens.textFieldPlaceholderColorReadOnly)
|
|
271
269
|
}
|
|
272
270
|
}
|
|
273
271
|
};
|
|
@@ -278,9 +278,7 @@ function _templateObject7() {
|
|
|
278
278
|
": var(--text-secondary);\n ",
|
|
279
279
|
": var(--text-secondary);\n ",
|
|
280
280
|
": var(--text-secondary);\n ",
|
|
281
|
-
": var(--surface-transparent-primary);\n
|
|
282
|
-
": transparent;\n ",
|
|
283
|
-
": 0;\n "
|
|
281
|
+
": var(--surface-transparent-primary);\n "
|
|
284
282
|
]);
|
|
285
283
|
_templateObject7 = function _templateObject() {
|
|
286
284
|
return data;
|
|
@@ -313,7 +311,7 @@ var config = {
|
|
|
313
311
|
true: (0, _styledcomponents.css)(_templateObject6(), _styledcomponents.selectTokens.textFieldDisabledOpacity, _styledcomponents.selectTokens.textFieldBackgroundColor, _styledcomponents.selectTokens.textFieldBackgroundColorFocus, _styledcomponents.selectTokens.textFieldBorderColor, _styledcomponents.selectTokens.textFieldBorderColorHover, _styledcomponents.selectTokens.textFieldBorderColorFocus, _styledcomponents.selectTokens.textFieldColor)
|
|
314
312
|
},
|
|
315
313
|
readOnly: {
|
|
316
|
-
true: (0, _styledcomponents.css)(_templateObject7(), _styledcomponents.selectTokens.disclosureIconOpacityReadOnly, _styledcomponents.selectTokens.textFieldColorReadOnly, _styledcomponents.selectTokens.textFieldBackgroundColorReadOnly, _styledcomponents.selectTokens.textFieldPlaceholderColorReadOnly, _styledcomponents.selectTokens.textFieldLeftHelperColorReadOnly, _styledcomponents.selectTokens.textFieldTitleCaptionColorReadOnly, _styledcomponents.selectTokens.textFieldLabelColorReadOnly, _styledcomponents.selectTokens.textFieldDividerColorReadOnly
|
|
314
|
+
true: (0, _styledcomponents.css)(_templateObject7(), _styledcomponents.selectTokens.disclosureIconOpacityReadOnly, _styledcomponents.selectTokens.textFieldColorReadOnly, _styledcomponents.selectTokens.textFieldBackgroundColorReadOnly, _styledcomponents.selectTokens.textFieldPlaceholderColorReadOnly, _styledcomponents.selectTokens.textFieldLeftHelperColorReadOnly, _styledcomponents.selectTokens.textFieldTitleCaptionColorReadOnly, _styledcomponents.selectTokens.textFieldLabelColorReadOnly, _styledcomponents.selectTokens.textFieldDividerColorReadOnly)
|
|
317
315
|
}
|
|
318
316
|
}
|
|
319
317
|
};
|
|
@@ -283,9 +283,7 @@ function _templateObject8() {
|
|
|
283
283
|
": var(--text-secondary);\n ",
|
|
284
284
|
": var(--text-secondary);\n ",
|
|
285
285
|
": var(--text-secondary);\n ",
|
|
286
|
-
": 0.4;\n
|
|
287
|
-
": transparent;\n ",
|
|
288
|
-
": 0;\n "
|
|
286
|
+
": 0.4;\n "
|
|
289
287
|
]);
|
|
290
288
|
_templateObject8 = function _templateObject() {
|
|
291
289
|
return data;
|
|
@@ -320,7 +318,7 @@ var config = {
|
|
|
320
318
|
true: (0, _styledcomponents.css)(_templateObject7(), _styledcomponents.textFieldTokens.disabledOpacity, _styledcomponents.textFieldTokens.backgroundColor, _styledcomponents.textFieldTokens.backgroundColorFocus, _styledcomponents.textFieldTokens.borderColor, _styledcomponents.textFieldTokens.borderColorHover, _styledcomponents.textFieldTokens.borderColorFocus, _styledcomponents.textFieldTokens.color)
|
|
321
319
|
},
|
|
322
320
|
readOnly: {
|
|
323
|
-
true: (0, _styledcomponents.css)(_templateObject8(), _styledcomponents.textFieldTokens.readOnlyOpacity, _styledcomponents.textFieldTokens.colorReadOnly, _styledcomponents.textFieldTokens.backgroundColorReadOnly, _styledcomponents.textFieldTokens.placeholderColorReadOnly, _styledcomponents.textFieldTokens.leftHelperColorReadOnly, _styledcomponents.textFieldTokens.titleCaptionColorReadOnly, _styledcomponents.textFieldTokens.labelColorReadOnly, _styledcomponents.textFieldTokens.contentSlotRightOpacityReadOnly
|
|
321
|
+
true: (0, _styledcomponents.css)(_templateObject8(), _styledcomponents.textFieldTokens.readOnlyOpacity, _styledcomponents.textFieldTokens.colorReadOnly, _styledcomponents.textFieldTokens.backgroundColorReadOnly, _styledcomponents.textFieldTokens.placeholderColorReadOnly, _styledcomponents.textFieldTokens.leftHelperColorReadOnly, _styledcomponents.textFieldTokens.titleCaptionColorReadOnly, _styledcomponents.textFieldTokens.labelColorReadOnly, _styledcomponents.textFieldTokens.contentSlotRightOpacityReadOnly)
|
|
324
322
|
}
|
|
325
323
|
}
|
|
326
324
|
};
|
|
@@ -207,9 +207,7 @@ function _templateObject6() {
|
|
|
207
207
|
": var(--surface-clear);\n ",
|
|
208
208
|
": var(--text-secondary);\n ",
|
|
209
209
|
": var(--text-secondary);\n ",
|
|
210
|
-
": var(--text-secondary);\n
|
|
211
|
-
": transparent;\n ",
|
|
212
|
-
": 0;\n "
|
|
210
|
+
": var(--text-secondary);\n "
|
|
213
211
|
]);
|
|
214
212
|
_templateObject6 = function _templateObject() {
|
|
215
213
|
return data;
|
|
@@ -239,7 +237,7 @@ export var config = {
|
|
|
239
237
|
true: css(_templateObject5(), tokens.itemColor, tokens.background, tokens.textFieldColor, tokens.textFieldLabelColor, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorHover, tokens.textFieldBackgroundColorFocus, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus)
|
|
240
238
|
},
|
|
241
239
|
readOnly: {
|
|
242
|
-
true: css(_templateObject6(), tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldBorderColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldLabelColorReadOnly
|
|
240
|
+
true: css(_templateObject6(), tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldBorderColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldLabelColorReadOnly)
|
|
243
241
|
}
|
|
244
242
|
}
|
|
245
243
|
};
|
|
@@ -282,9 +282,7 @@ function _templateObject6() {
|
|
|
282
282
|
": transparent;\n ",
|
|
283
283
|
": 0;\n ",
|
|
284
284
|
": 0.25rem;\n ",
|
|
285
|
-
": 0rem;\n
|
|
286
|
-
": transparent;\n ",
|
|
287
|
-
": 0;\n "
|
|
285
|
+
": 0rem;\n "
|
|
288
286
|
]);
|
|
289
287
|
_templateObject6 = function _templateObject() {
|
|
290
288
|
return data;
|
|
@@ -314,7 +312,7 @@ export var config = {
|
|
|
314
312
|
true: css(_templateObject5(), tokens.textFieldDisabledOpacity, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldColor)
|
|
315
313
|
},
|
|
316
314
|
readOnly: {
|
|
317
|
-
true: css(_templateObject6(), tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldLabelColorReadOnly, tokens.textFieldColor, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.textFieldPadding, tokens.textFieldLabelOffset, tokens.textFieldLeftHelperOffset
|
|
315
|
+
true: css(_templateObject6(), tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldLabelColorReadOnly, tokens.textFieldColor, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.textFieldPadding, tokens.textFieldLabelOffset, tokens.textFieldLeftHelperOffset)
|
|
318
316
|
}
|
|
319
317
|
}
|
|
320
318
|
};
|
|
@@ -231,9 +231,7 @@ function _templateObject3() {
|
|
|
231
231
|
": 0.4;\n\n ",
|
|
232
232
|
": var(--text-primary);\n ",
|
|
233
233
|
": var(--surface-clear);\n ",
|
|
234
|
-
": var(--text-secondary);\n
|
|
235
|
-
": transparent;\n ",
|
|
236
|
-
": 0;\n "
|
|
234
|
+
": var(--text-secondary);\n "
|
|
237
235
|
]);
|
|
238
236
|
_templateObject3 = function _templateObject() {
|
|
239
237
|
return data;
|
|
@@ -257,7 +255,7 @@ export var config = {
|
|
|
257
255
|
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)
|
|
258
256
|
},
|
|
259
257
|
readOnly: {
|
|
260
|
-
true: css(_templateObject3(), tokens.backgroundReadOnly, tokens.labelColorReadOnly, tokens.leftHelperColorReadOnly, tokens.labelColor, tokens.dividerColorReadOnly, tokens.dividerOpacityReadOnly, tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly
|
|
258
|
+
true: css(_templateObject3(), tokens.backgroundReadOnly, tokens.labelColorReadOnly, tokens.leftHelperColorReadOnly, tokens.labelColor, tokens.dividerColorReadOnly, tokens.dividerOpacityReadOnly, tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly)
|
|
261
259
|
}
|
|
262
260
|
}
|
|
263
261
|
};
|
|
@@ -267,9 +267,7 @@ function _templateObject7() {
|
|
|
267
267
|
": var(--text-secondary);\n ",
|
|
268
268
|
": var(--text-secondary);\n ",
|
|
269
269
|
": var(--text-secondary);\n ",
|
|
270
|
-
": var(--surface-transparent-primary);\n
|
|
271
|
-
": transparent;\n ",
|
|
272
|
-
": 0;\n "
|
|
270
|
+
": var(--surface-transparent-primary);\n "
|
|
273
271
|
]);
|
|
274
272
|
_templateObject7 = function _templateObject() {
|
|
275
273
|
return data;
|
|
@@ -303,7 +301,7 @@ export var config = {
|
|
|
303
301
|
true: css(_templateObject6(), selectTokens.textFieldDisabledOpacity, selectTokens.textFieldBackgroundColor, selectTokens.textFieldBackgroundColorFocus, selectTokens.textFieldBorderColor, selectTokens.textFieldBorderColorHover, selectTokens.textFieldBorderColorFocus, selectTokens.textFieldColor)
|
|
304
302
|
},
|
|
305
303
|
readOnly: {
|
|
306
|
-
true: css(_templateObject7(), selectTokens.disclosureIconOpacityReadOnly, selectTokens.textFieldColorReadOnly, selectTokens.textFieldBackgroundColorReadOnly, selectTokens.textFieldPlaceholderColorReadOnly, selectTokens.textFieldLeftHelperColorReadOnly, selectTokens.textFieldTitleCaptionColorReadOnly, selectTokens.textFieldLabelColorReadOnly, selectTokens.textFieldDividerColorReadOnly
|
|
304
|
+
true: css(_templateObject7(), selectTokens.disclosureIconOpacityReadOnly, selectTokens.textFieldColorReadOnly, selectTokens.textFieldBackgroundColorReadOnly, selectTokens.textFieldPlaceholderColorReadOnly, selectTokens.textFieldLeftHelperColorReadOnly, selectTokens.textFieldTitleCaptionColorReadOnly, selectTokens.textFieldLabelColorReadOnly, selectTokens.textFieldDividerColorReadOnly)
|
|
307
305
|
}
|
|
308
306
|
}
|
|
309
307
|
};
|
|
@@ -272,9 +272,7 @@ function _templateObject8() {
|
|
|
272
272
|
": var(--text-secondary);\n ",
|
|
273
273
|
": var(--text-secondary);\n ",
|
|
274
274
|
": var(--text-secondary);\n ",
|
|
275
|
-
": 0.4;\n
|
|
276
|
-
": transparent;\n ",
|
|
277
|
-
": 0;\n "
|
|
275
|
+
": 0.4;\n "
|
|
278
276
|
]);
|
|
279
277
|
_templateObject8 = function _templateObject() {
|
|
280
278
|
return data;
|
|
@@ -310,7 +308,7 @@ export var config = {
|
|
|
310
308
|
true: css(_templateObject7(), tokens.disabledOpacity, tokens.backgroundColor, tokens.backgroundColorFocus, tokens.borderColor, tokens.borderColorHover, tokens.borderColorFocus, tokens.color)
|
|
311
309
|
},
|
|
312
310
|
readOnly: {
|
|
313
|
-
true: css(_templateObject8(), tokens.readOnlyOpacity, tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.placeholderColorReadOnly, tokens.leftHelperColorReadOnly, tokens.titleCaptionColorReadOnly, tokens.labelColorReadOnly, tokens.contentSlotRightOpacityReadOnly
|
|
311
|
+
true: css(_templateObject8(), tokens.readOnlyOpacity, tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.placeholderColorReadOnly, tokens.leftHelperColorReadOnly, tokens.titleCaptionColorReadOnly, tokens.labelColorReadOnly, tokens.contentSlotRightOpacityReadOnly)
|
|
314
312
|
}
|
|
315
313
|
}
|
|
316
314
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/sdds-cs",
|
|
3
|
-
"version": "0.335.1-canary.
|
|
3
|
+
"version": "0.335.1-canary.2387.20300594664.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
|
"exports": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"directory": "packages/sdds-cs"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@salutejs/plasma-new-hope": "0.343.1-canary.
|
|
35
|
+
"@salutejs/plasma-new-hope": "0.343.1-canary.2387.20300594664.0",
|
|
36
36
|
"@salutejs/sdds-themes": "0.50.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"@microsoft/api-extractor": "7.38.3",
|
|
57
57
|
"@originjs/vite-plugin-commonjs": "1.0.3",
|
|
58
58
|
"@salutejs/plasma-colors": "0.16.0",
|
|
59
|
-
"@salutejs/plasma-core": "1.211.1-canary.
|
|
60
|
-
"@salutejs/plasma-cy-utils": "0.141.1-canary.
|
|
59
|
+
"@salutejs/plasma-core": "1.211.1-canary.2387.20300594664.0",
|
|
60
|
+
"@salutejs/plasma-cy-utils": "0.141.1-canary.2387.20300594664.0",
|
|
61
61
|
"@salutejs/plasma-icons": "1.228.0",
|
|
62
|
-
"@salutejs/plasma-sb-utils": "0.211.1-canary.
|
|
62
|
+
"@salutejs/plasma-sb-utils": "0.211.1-canary.2387.20300594664.0",
|
|
63
63
|
"@types/node": "16.7.13",
|
|
64
64
|
"@types/react": "18.0.28",
|
|
65
65
|
"@types/react-dom": "18.0.11",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"Anton Vinogradov"
|
|
113
113
|
],
|
|
114
114
|
"sideEffects": false,
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "c83ab1f2aecee10cc4593b2ba6ee19b39fddf062"
|
|
116
116
|
}
|
|
@@ -25,7 +25,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
25
25
|
placeholder?: string;
|
|
26
26
|
helperText?: string;
|
|
27
27
|
contentLeft?: React.ReactElement;
|
|
28
|
-
contentRight?: React.ReactElement;
|
|
29
28
|
textBefore?: string;
|
|
30
29
|
textAfter?: string;
|
|
31
30
|
variant?: "normal" | "tight";
|
|
@@ -85,7 +84,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
85
84
|
placeholder?: string;
|
|
86
85
|
helperText?: string;
|
|
87
86
|
contentLeft?: React.ReactElement;
|
|
88
|
-
contentRight?: React.ReactElement;
|
|
89
87
|
textBefore?: string;
|
|
90
88
|
textAfter?: string;
|
|
91
89
|
variant?: "normal" | "tight";
|
|
@@ -145,7 +143,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
145
143
|
placeholder?: string;
|
|
146
144
|
helperText?: string;
|
|
147
145
|
contentLeft?: React.ReactElement;
|
|
148
|
-
contentRight?: React.ReactElement;
|
|
149
146
|
textBefore?: string;
|
|
150
147
|
textAfter?: string;
|
|
151
148
|
variant?: "normal" | "tight";
|
|
@@ -205,7 +202,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
205
202
|
placeholder?: string;
|
|
206
203
|
helperText?: string;
|
|
207
204
|
contentLeft?: React.ReactElement;
|
|
208
|
-
contentRight?: React.ReactElement;
|
|
209
205
|
textBefore?: string;
|
|
210
206
|
textAfter?: string;
|
|
211
207
|
variant?: "normal" | "tight";
|
|
@@ -265,7 +261,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
265
261
|
placeholder?: string;
|
|
266
262
|
helperText?: string;
|
|
267
263
|
contentLeft?: React.ReactElement;
|
|
268
|
-
contentRight?: React.ReactElement;
|
|
269
264
|
textBefore?: string;
|
|
270
265
|
textAfter?: string;
|
|
271
266
|
variant?: "normal" | "tight";
|
|
@@ -325,7 +320,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
325
320
|
placeholder?: string;
|
|
326
321
|
helperText?: string;
|
|
327
322
|
contentLeft?: React.ReactElement;
|
|
328
|
-
contentRight?: React.ReactElement;
|
|
329
323
|
textBefore?: string;
|
|
330
324
|
textAfter?: string;
|
|
331
325
|
variant?: "normal" | "tight";
|
|
@@ -385,7 +379,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
385
379
|
placeholder?: string;
|
|
386
380
|
helperText?: string;
|
|
387
381
|
contentLeft?: React.ReactElement;
|
|
388
|
-
contentRight?: React.ReactElement;
|
|
389
382
|
textBefore?: string;
|
|
390
383
|
textAfter?: string;
|
|
391
384
|
variant?: "normal" | "tight";
|
|
@@ -445,7 +438,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
445
438
|
placeholder?: string;
|
|
446
439
|
helperText?: string;
|
|
447
440
|
contentLeft?: React.ReactElement;
|
|
448
|
-
contentRight?: React.ReactElement;
|
|
449
441
|
textBefore?: string;
|
|
450
442
|
textAfter?: string;
|
|
451
443
|
variant?: "normal" | "tight";
|
|
@@ -505,7 +497,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
505
497
|
placeholder?: string;
|
|
506
498
|
helperText?: string;
|
|
507
499
|
contentLeft?: React.ReactElement;
|
|
508
|
-
contentRight?: React.ReactElement;
|
|
509
500
|
textBefore?: string;
|
|
510
501
|
textAfter?: string;
|
|
511
502
|
variant?: "normal" | "tight";
|
|
@@ -565,7 +556,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
565
556
|
placeholder?: string;
|
|
566
557
|
helperText?: string;
|
|
567
558
|
contentLeft?: React.ReactElement;
|
|
568
|
-
contentRight?: React.ReactElement;
|
|
569
559
|
textBefore?: string;
|
|
570
560
|
textAfter?: string;
|
|
571
561
|
variant?: "normal" | "tight";
|
|
@@ -625,7 +615,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
625
615
|
placeholder?: string;
|
|
626
616
|
helperText?: string;
|
|
627
617
|
contentLeft?: React.ReactElement;
|
|
628
|
-
contentRight?: React.ReactElement;
|
|
629
618
|
textBefore?: string;
|
|
630
619
|
textAfter?: string;
|
|
631
620
|
variant?: "normal" | "tight";
|
|
@@ -685,7 +674,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
685
674
|
placeholder?: string;
|
|
686
675
|
helperText?: string;
|
|
687
676
|
contentLeft?: React.ReactElement;
|
|
688
|
-
contentRight?: React.ReactElement;
|
|
689
677
|
textBefore?: string;
|
|
690
678
|
textAfter?: string;
|
|
691
679
|
variant?: "normal" | "tight";
|
|
@@ -745,7 +733,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
745
733
|
placeholder?: string;
|
|
746
734
|
helperText?: string;
|
|
747
735
|
contentLeft?: React.ReactElement;
|
|
748
|
-
contentRight?: React.ReactElement;
|
|
749
736
|
textBefore?: string;
|
|
750
737
|
textAfter?: string;
|
|
751
738
|
variant?: "normal" | "tight";
|
|
@@ -805,7 +792,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
805
792
|
placeholder?: string;
|
|
806
793
|
helperText?: string;
|
|
807
794
|
contentLeft?: React.ReactElement;
|
|
808
|
-
contentRight?: React.ReactElement;
|
|
809
795
|
textBefore?: string;
|
|
810
796
|
textAfter?: string;
|
|
811
797
|
variant?: "normal" | "tight";
|
|
@@ -865,7 +851,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
865
851
|
placeholder?: string;
|
|
866
852
|
helperText?: string;
|
|
867
853
|
contentLeft?: React.ReactElement;
|
|
868
|
-
contentRight?: React.ReactElement;
|
|
869
854
|
textBefore?: string;
|
|
870
855
|
textAfter?: string;
|
|
871
856
|
variant?: "normal" | "tight";
|
|
@@ -925,7 +910,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
925
910
|
placeholder?: string;
|
|
926
911
|
helperText?: string;
|
|
927
912
|
contentLeft?: React.ReactElement;
|
|
928
|
-
contentRight?: React.ReactElement;
|
|
929
913
|
textBefore?: string;
|
|
930
914
|
textAfter?: string;
|
|
931
915
|
variant?: "normal" | "tight";
|
|
@@ -985,7 +969,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
985
969
|
placeholder?: string;
|
|
986
970
|
helperText?: string;
|
|
987
971
|
contentLeft?: React.ReactElement;
|
|
988
|
-
contentRight?: React.ReactElement;
|
|
989
972
|
textBefore?: string;
|
|
990
973
|
textAfter?: string;
|
|
991
974
|
variant?: "normal" | "tight";
|
|
@@ -1045,7 +1028,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1045
1028
|
placeholder?: string;
|
|
1046
1029
|
helperText?: string;
|
|
1047
1030
|
contentLeft?: React.ReactElement;
|
|
1048
|
-
contentRight?: React.ReactElement;
|
|
1049
1031
|
textBefore?: string;
|
|
1050
1032
|
textAfter?: string;
|
|
1051
1033
|
variant?: "normal" | "tight";
|
|
@@ -1105,7 +1087,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1105
1087
|
placeholder?: string;
|
|
1106
1088
|
helperText?: string;
|
|
1107
1089
|
contentLeft?: React.ReactElement;
|
|
1108
|
-
contentRight?: React.ReactElement;
|
|
1109
1090
|
textBefore?: string;
|
|
1110
1091
|
textAfter?: string;
|
|
1111
1092
|
variant?: "normal" | "tight";
|
|
@@ -1165,7 +1146,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1165
1146
|
placeholder?: string;
|
|
1166
1147
|
helperText?: string;
|
|
1167
1148
|
contentLeft?: React.ReactElement;
|
|
1168
|
-
contentRight?: React.ReactElement;
|
|
1169
1149
|
textBefore?: string;
|
|
1170
1150
|
textAfter?: string;
|
|
1171
1151
|
variant?: "normal" | "tight";
|
|
@@ -1225,7 +1205,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1225
1205
|
placeholder?: string;
|
|
1226
1206
|
helperText?: string;
|
|
1227
1207
|
contentLeft?: React.ReactElement;
|
|
1228
|
-
contentRight?: React.ReactElement;
|
|
1229
1208
|
textBefore?: string;
|
|
1230
1209
|
textAfter?: string;
|
|
1231
1210
|
variant?: "normal" | "tight";
|
|
@@ -1285,7 +1264,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1285
1264
|
placeholder?: string;
|
|
1286
1265
|
helperText?: string;
|
|
1287
1266
|
contentLeft?: React.ReactElement;
|
|
1288
|
-
contentRight?: React.ReactElement;
|
|
1289
1267
|
textBefore?: string;
|
|
1290
1268
|
textAfter?: string;
|
|
1291
1269
|
variant?: "normal" | "tight";
|
|
@@ -1345,7 +1323,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1345
1323
|
placeholder?: string;
|
|
1346
1324
|
helperText?: string;
|
|
1347
1325
|
contentLeft?: React.ReactElement;
|
|
1348
|
-
contentRight?: React.ReactElement;
|
|
1349
1326
|
textBefore?: string;
|
|
1350
1327
|
textAfter?: string;
|
|
1351
1328
|
variant?: "normal" | "tight";
|
|
@@ -1405,7 +1382,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1405
1382
|
placeholder?: string;
|
|
1406
1383
|
helperText?: string;
|
|
1407
1384
|
contentLeft?: React.ReactElement;
|
|
1408
|
-
contentRight?: React.ReactElement;
|
|
1409
1385
|
textBefore?: string;
|
|
1410
1386
|
textAfter?: string;
|
|
1411
1387
|
variant?: "normal" | "tight";
|
|
@@ -37,7 +37,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
37
37
|
target?: "textfield-like";
|
|
38
38
|
view?: "default" | "positive" | "warning" | "negative";
|
|
39
39
|
contentLeft?: React.ReactNode;
|
|
40
|
-
contentRight?: React.ReactElement;
|
|
41
40
|
placeholder?: string;
|
|
42
41
|
helperText?: string;
|
|
43
42
|
chipType?: "default" | "text";
|
|
@@ -99,7 +98,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
99
98
|
target?: "textfield-like";
|
|
100
99
|
view?: "default" | "positive" | "warning" | "negative";
|
|
101
100
|
contentLeft?: React.ReactNode;
|
|
102
|
-
contentRight?: React.ReactElement;
|
|
103
101
|
placeholder?: string;
|
|
104
102
|
helperText?: string;
|
|
105
103
|
chipType?: "default" | "text";
|
|
@@ -162,7 +160,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
162
160
|
target?: "textfield-like";
|
|
163
161
|
view?: "default" | "positive" | "warning" | "negative";
|
|
164
162
|
contentLeft?: React.ReactNode;
|
|
165
|
-
contentRight?: React.ReactElement;
|
|
166
163
|
placeholder?: string;
|
|
167
164
|
helperText?: string;
|
|
168
165
|
chipType?: "default" | "text";
|
|
@@ -224,7 +221,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
224
221
|
target?: "textfield-like";
|
|
225
222
|
view?: "default" | "positive" | "warning" | "negative";
|
|
226
223
|
contentLeft?: React.ReactNode;
|
|
227
|
-
contentRight?: React.ReactElement;
|
|
228
224
|
placeholder?: string;
|
|
229
225
|
helperText?: string;
|
|
230
226
|
chipType?: "default" | "text";
|
|
@@ -275,7 +271,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
275
271
|
target: "button-like";
|
|
276
272
|
view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
|
|
277
273
|
contentLeft?: never;
|
|
278
|
-
contentRight?: never;
|
|
279
274
|
placeholder?: never;
|
|
280
275
|
helperText?: never;
|
|
281
276
|
chipType?: never;
|
|
@@ -325,7 +320,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
325
320
|
target: "button-like";
|
|
326
321
|
view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
|
|
327
322
|
contentLeft?: never;
|
|
328
|
-
contentRight?: never;
|
|
329
323
|
placeholder?: never;
|
|
330
324
|
helperText?: never;
|
|
331
325
|
chipType?: never;
|