@salutejs/sdds-cs 0.319.1-canary.2045.15874171410.0 → 0.319.1-canary.2049.15927116331.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.
Files changed (33) hide show
  1. package/CHANGELOG.md +56 -0
  2. package/components/Combobox/Combobox.config.js +16 -10
  3. package/components/Mask/Mask.d.ts +3 -0
  4. package/components/Select/Select.config.js +19 -14
  5. package/components/Tour/Tour.config.d.ts +14 -0
  6. package/components/Tour/Tour.config.js +56 -0
  7. package/components/Tour/Tour.d.ts +8 -0
  8. package/components/Tour/Tour.js +14 -0
  9. package/components/Tour/index.d.ts +2 -0
  10. package/components/Tour/index.js +11 -0
  11. package/emotion/cjs/components/Combobox/Combobox.config.js +16 -10
  12. package/emotion/cjs/components/Select/Select.config.js +19 -14
  13. package/emotion/cjs/components/Tour/Tour.config.js +56 -0
  14. package/emotion/cjs/components/Tour/Tour.js +14 -0
  15. package/emotion/cjs/components/Tour/index.js +11 -0
  16. package/emotion/cjs/index.js +2 -0
  17. package/emotion/es/components/Combobox/Combobox.config.js +16 -10
  18. package/emotion/es/components/Mask/Mask.js +3 -1
  19. package/emotion/es/components/Select/Select.config.js +19 -14
  20. package/emotion/es/components/Tour/Tour.config.js +46 -0
  21. package/emotion/es/components/Tour/Tour.js +4 -0
  22. package/emotion/es/components/Tour/index.js +1 -0
  23. package/emotion/es/index.js +2 -0
  24. package/es/components/Combobox/Combobox.config.js +16 -10
  25. package/es/components/Mask/Mask.js +3 -1
  26. package/es/components/Select/Select.config.js +19 -14
  27. package/es/components/Tour/Tour.config.js +46 -0
  28. package/es/components/Tour/Tour.js +4 -0
  29. package/es/components/Tour/index.js +1 -0
  30. package/es/index.js +2 -0
  31. package/index.d.ts +2 -0
  32. package/index.js +2 -0
  33. package/package.json +8 -8
@@ -9,7 +9,6 @@ Object.defineProperty(exports, "config", {
9
9
  }
10
10
  });
11
11
  var _emotion = require("@salutejs/plasma-new-hope/emotion");
12
- var _plasmanewhope = require("@salutejs/plasma-new-hope");
13
12
  function _tagged_template_literal(strings, raw) {
14
13
  if (!raw) {
15
14
  raw = strings.slice(0);
@@ -51,7 +50,12 @@ function _templateObject() {
51
50
  ": var(--text-secondary);\n\n ",
52
51
  ": var(--outline-solid-primary);\n ",
53
52
  ": var(--text-primary);\n\n ",
54
- ": var(--surface-solid-primary);\n "
53
+ ": var(--surface-solid-primary);\n\n ",
54
+ ": var(--text-accent);\n\n ",
55
+ ": var(--text-accent);\n ",
56
+ ": var(--on-dark-text-primary);\n ",
57
+ ": none;\n ",
58
+ ": var(--outline-accent);\n "
55
59
  ]);
56
60
  _templateObject = function _templateObject() {
57
61
  return data;
@@ -89,7 +93,12 @@ function _templateObject1() {
89
93
  ": var(--text-secondary);\n\n ",
90
94
  ": var(--outline-solid-primary);\n ",
91
95
  ": var(--text-accent);\n\n ",
92
- ": var(--surface-solid-primary);\n "
96
+ ": var(--surface-solid-primary);\n\n ",
97
+ ": var(--text-accent);\n\n ",
98
+ ": var(--text-accent);\n ",
99
+ ": var(--on-dark-text-primary);\n ",
100
+ ": none;\n ",
101
+ ": var(--outline-accent);\n "
93
102
  ]);
94
103
  _templateObject1 = function _templateObject() {
95
104
  return data;
@@ -188,10 +197,6 @@ function _templateObject2() {
188
197
  ": 0.875rem;\n ",
189
198
  ": 0.375rem;\n ",
190
199
  ": 0.25rem;\n ",
191
- ": var(--text-primary);\n ",
192
- ": var(--on-dark-text-primary);\n ",
193
- ": var(--outline-accent);\n ",
194
- ": transparent;\n ",
195
200
  ": 0.125rem;\n\n ",
196
201
  ": 0.375rem;\n\n ",
197
202
  ": 0.375rem;\n ",
@@ -287,24 +292,24 @@ var config = {
287
292
  },
288
293
  variations: {
289
294
  view: {
290
- default: (0, _emotion.css)(_templateObject(), _emotion.selectTokens.textFieldColor, _emotion.selectTokens.textFieldPlaceholderColor, _emotion.selectTokens.textFieldBackgroundColor, _emotion.selectTokens.textFieldBackgroundColorFocus, _emotion.selectTokens.textFieldLabelColor, _emotion.selectTokens.textFieldLeftHelperColor, _emotion.selectTokens.textFieldContentSlotColor, _emotion.selectTokens.textFieldBorderColor, _emotion.selectTokens.textFieldBorderColorHover, _emotion.selectTokens.textFieldBorderColorFocus, _plasmanewhope.selectTokens.textFieldIndicatorColor, _plasmanewhope.selectTokens.textFieldOptionalColor, _emotion.selectTokens.buttonColor, _emotion.selectTokens.buttonColorHover, _emotion.selectTokens.buttonColorActive, _emotion.selectTokens.buttonArrowColor, _emotion.selectTokens.buttonArrowColorHover, _emotion.selectTokens.buttonArrowColorActive, _emotion.selectTokens.buttonBackgroundColor, _emotion.selectTokens.buttonBackgroundColorHover, _emotion.selectTokens.buttonBackgroundColorActive, _emotion.selectTokens.disclosureIconColor, _emotion.selectTokens.disclosureIconColorHover, _emotion.selectTokens.itemBackgroundHover, _emotion.selectTokens.itemDisabledOpacity, _emotion.selectTokens.itemDisabledColor, _emotion.selectTokens.dropdownBorderColor, _emotion.selectTokens.checkboxIconColor, _plasmanewhope.selectTokens.dividerColor),
291
- negative: (0, _emotion.css)(_templateObject1(), _emotion.selectTokens.textFieldColor, _emotion.selectTokens.textFieldPlaceholderColor, _emotion.selectTokens.textFieldBackgroundColor, _emotion.selectTokens.textFieldBackgroundColorFocus, _emotion.selectTokens.textFieldLabelColor, _emotion.selectTokens.textFieldLeftHelperColor, _emotion.selectTokens.textFieldContentSlotColor, _emotion.selectTokens.textFieldBorderColor, _emotion.selectTokens.textFieldBorderColorHover, _emotion.selectTokens.textFieldBorderColorFocus, _plasmanewhope.selectTokens.textFieldIndicatorColor, _plasmanewhope.selectTokens.textFieldOptionalColor, _emotion.selectTokens.buttonColor, _emotion.selectTokens.buttonColorHover, _emotion.selectTokens.buttonColorActive, _emotion.selectTokens.buttonArrowColor, _emotion.selectTokens.buttonArrowColorHover, _emotion.selectTokens.buttonArrowColorActive, _emotion.selectTokens.buttonBackgroundColor, _emotion.selectTokens.buttonBackgroundColorHover, _emotion.selectTokens.buttonBackgroundColorActive, _emotion.selectTokens.disclosureIconColor, _emotion.selectTokens.disclosureIconColorHover, _emotion.selectTokens.itemBackgroundHover, _emotion.selectTokens.itemDisabledOpacity, _emotion.selectTokens.itemDisabledColor, _emotion.selectTokens.dropdownBorderColor, _emotion.selectTokens.checkboxIconColor, _plasmanewhope.selectTokens.dividerColor)
295
+ default: (0, _emotion.css)(_templateObject(), _emotion.selectTokens.textFieldColor, _emotion.selectTokens.textFieldPlaceholderColor, _emotion.selectTokens.textFieldBackgroundColor, _emotion.selectTokens.textFieldBackgroundColorFocus, _emotion.selectTokens.textFieldLabelColor, _emotion.selectTokens.textFieldLeftHelperColor, _emotion.selectTokens.textFieldContentSlotColor, _emotion.selectTokens.textFieldBorderColor, _emotion.selectTokens.textFieldBorderColorHover, _emotion.selectTokens.textFieldBorderColorFocus, _emotion.selectTokens.textFieldIndicatorColor, _emotion.selectTokens.textFieldOptionalColor, _emotion.selectTokens.buttonColor, _emotion.selectTokens.buttonColorHover, _emotion.selectTokens.buttonColorActive, _emotion.selectTokens.buttonArrowColor, _emotion.selectTokens.buttonArrowColorHover, _emotion.selectTokens.buttonArrowColorActive, _emotion.selectTokens.buttonBackgroundColor, _emotion.selectTokens.buttonBackgroundColorHover, _emotion.selectTokens.buttonBackgroundColorActive, _emotion.selectTokens.disclosureIconColor, _emotion.selectTokens.disclosureIconColorHover, _emotion.selectTokens.itemBackgroundHover, _emotion.selectTokens.itemDisabledOpacity, _emotion.selectTokens.itemDisabledColor, _emotion.selectTokens.dropdownBorderColor, _emotion.selectTokens.checkboxIconColor, _emotion.selectTokens.dividerColor, _emotion.selectTokens.itemIconColor, _emotion.selectTokens.checkboxFillColor, _emotion.selectTokens.checkboxIconColor, _emotion.selectTokens.checkboxTriggerBorderCheckedColor, _emotion.selectTokens.checkboxTriggerBorderColor),
296
+ negative: (0, _emotion.css)(_templateObject1(), _emotion.selectTokens.textFieldColor, _emotion.selectTokens.textFieldPlaceholderColor, _emotion.selectTokens.textFieldBackgroundColor, _emotion.selectTokens.textFieldBackgroundColorFocus, _emotion.selectTokens.textFieldLabelColor, _emotion.selectTokens.textFieldLeftHelperColor, _emotion.selectTokens.textFieldContentSlotColor, _emotion.selectTokens.textFieldBorderColor, _emotion.selectTokens.textFieldBorderColorHover, _emotion.selectTokens.textFieldBorderColorFocus, _emotion.selectTokens.textFieldIndicatorColor, _emotion.selectTokens.textFieldOptionalColor, _emotion.selectTokens.buttonColor, _emotion.selectTokens.buttonColorHover, _emotion.selectTokens.buttonColorActive, _emotion.selectTokens.buttonArrowColor, _emotion.selectTokens.buttonArrowColorHover, _emotion.selectTokens.buttonArrowColorActive, _emotion.selectTokens.buttonBackgroundColor, _emotion.selectTokens.buttonBackgroundColorHover, _emotion.selectTokens.buttonBackgroundColorActive, _emotion.selectTokens.disclosureIconColor, _emotion.selectTokens.disclosureIconColorHover, _emotion.selectTokens.itemBackgroundHover, _emotion.selectTokens.itemDisabledOpacity, _emotion.selectTokens.itemDisabledColor, _emotion.selectTokens.dropdownBorderColor, _emotion.selectTokens.checkboxIconColor, _emotion.selectTokens.dividerColor, _emotion.selectTokens.itemIconColor, _emotion.selectTokens.checkboxFillColor, _emotion.selectTokens.checkboxIconColor, _emotion.selectTokens.checkboxTriggerBorderCheckedColor, _emotion.selectTokens.checkboxTriggerBorderColor)
292
297
  },
293
298
  size: {
294
- s: (0, _emotion.css)(_templateObject2(), _plasmanewhope.selectTokens.textFieldHeight, _plasmanewhope.selectTokens.textFieldPadding, _plasmanewhope.selectTokens.textFieldPaddingWithChips, _plasmanewhope.selectTokens.textFieldBorderRadius, _plasmanewhope.selectTokens.textFieldBorderWidth, _plasmanewhope.selectTokens.textFieldLeftContentMargin, _plasmanewhope.selectTokens.textFieldRightContentMargin, _plasmanewhope.selectTokens.textFieldTextBeforeMargin, _plasmanewhope.selectTokens.textFieldTextAfterMargin, _plasmanewhope.selectTokens.textFieldFontFamily, _plasmanewhope.selectTokens.textFieldFontSize, _plasmanewhope.selectTokens.textFieldFontStyle, _plasmanewhope.selectTokens.textFieldFontWeight, _plasmanewhope.selectTokens.textFieldLetterSpacing, _plasmanewhope.selectTokens.textFieldLineHeight, _plasmanewhope.selectTokens.textFieldLabelOffset, _plasmanewhope.selectTokens.textFieldLabelFontFamily, _plasmanewhope.selectTokens.textFieldLabelFontSize, _plasmanewhope.selectTokens.textFieldLabelFontStyle, _plasmanewhope.selectTokens.textFieldLabelFontWeight, _plasmanewhope.selectTokens.textFieldLabelLetterSpacing, _plasmanewhope.selectTokens.textFieldLabelLineHeight, _plasmanewhope.selectTokens.textFieldLeftHelperOffset, _plasmanewhope.selectTokens.textFieldLeftHelperFontFamily, _plasmanewhope.selectTokens.textFieldLeftHelperFontSize, _plasmanewhope.selectTokens.textFieldLeftHelperFontStyle, _plasmanewhope.selectTokens.textFieldLeftHelperFontWeight, _plasmanewhope.selectTokens.textFieldLeftHelperLetterSpacing, _plasmanewhope.selectTokens.textFieldLeftHelperLineHeight, _plasmanewhope.selectTokens.textFieldLabelInnerPadding, _plasmanewhope.selectTokens.textFieldContentLabelInnerPadding, _plasmanewhope.selectTokens.textFieldIndicatorSizeInner, _plasmanewhope.selectTokens.textFieldIndicatorSizeOuter, _plasmanewhope.selectTokens.textFieldIndicatorLabelPlacementInner, _plasmanewhope.selectTokens.textFieldIndicatorLabelPlacementOuter, _plasmanewhope.selectTokens.textFieldIndicatorLabelPlacementInnerRight, _plasmanewhope.selectTokens.textFieldIndicatorLabelPlacementOuterRight, _plasmanewhope.selectTokens.textFieldClearIndicatorLabelPlacementInner, _plasmanewhope.selectTokens.textFieldClearIndicatorLabelPlacementInnerRight, _plasmanewhope.selectTokens.textFieldClearIndicatorHintInnerRight, _plasmanewhope.selectTokens.textFieldChipGap, _plasmanewhope.selectTokens.textFieldChipBorderRadius, _plasmanewhope.selectTokens.textFieldChipWidth, _plasmanewhope.selectTokens.textFieldChipHeight, _plasmanewhope.selectTokens.textFieldChipPadding, _plasmanewhope.selectTokens.textFieldChipClearContentMarginLeft, _plasmanewhope.selectTokens.textFieldChipClearContentMarginRight, _plasmanewhope.selectTokens.textFieldChipCloseIconSize, _plasmanewhope.selectTokens.textFieldChipFontFamily, _plasmanewhope.selectTokens.textFieldChipFontSize, _plasmanewhope.selectTokens.textFieldChipFontStyle, _plasmanewhope.selectTokens.textFieldChipFontWeight, _plasmanewhope.selectTokens.textFieldChipLetterSpacing, _plasmanewhope.selectTokens.textFieldChipLineHeight, _plasmanewhope.selectTokens.buttonArrowMargin, _plasmanewhope.selectTokens.targetHeight, _plasmanewhope.selectTokens.buttonPadding, _plasmanewhope.selectTokens.padding, _plasmanewhope.selectTokens.borderRadius, _plasmanewhope.selectTokens.dropdownBorderWidth, _plasmanewhope.selectTokens.itemHeight, _plasmanewhope.selectTokens.itemPadding, _plasmanewhope.selectTokens.itemPaddingTight, _plasmanewhope.selectTokens.itemBorderRadius, _plasmanewhope.selectTokens.itemIconSize, _plasmanewhope.selectTokens.itemIconSizeTight, _plasmanewhope.selectTokens.itemIconMargin, _plasmanewhope.selectTokens.cellPadding, _plasmanewhope.selectTokens.cellPaddingLeftContent, _plasmanewhope.selectTokens.cellPaddingContent, _plasmanewhope.selectTokens.cellPaddingRightContent, _plasmanewhope.selectTokens.cellTextboxGap, _plasmanewhope.selectTokens.cellGap, _plasmanewhope.selectTokens.cellTitleFontFamily, _plasmanewhope.selectTokens.cellTitleFontSize, _plasmanewhope.selectTokens.cellTitleFontStyle, _plasmanewhope.selectTokens.cellTitleFontWeight, _plasmanewhope.selectTokens.cellTitleLetterSpacing, _plasmanewhope.selectTokens.cellTitleLineHeight, _plasmanewhope.selectTokens.fontFamily, _plasmanewhope.selectTokens.fontSize, _plasmanewhope.selectTokens.fontStyle, _plasmanewhope.selectTokens.fontWeight, _plasmanewhope.selectTokens.fontLetterSpacing, _plasmanewhope.selectTokens.fontLineHeight, _plasmanewhope.selectTokens.checkboxTriggerSize, _plasmanewhope.selectTokens.checkboxTriggerSizeTight, _plasmanewhope.selectTokens.checkboxTriggerBorderRadius, _plasmanewhope.selectTokens.checkboxTriggerBorderRadiusTight, _plasmanewhope.selectTokens.checkboxFillColor, _plasmanewhope.selectTokens.checkboxIconColor, _plasmanewhope.selectTokens.checkboxTriggerBorderColor, _plasmanewhope.selectTokens.checkboxTriggerBorderCheckedColor, _plasmanewhope.selectTokens.checkboxTriggerBorderWidth, _plasmanewhope.selectTokens.indicatorSize, _plasmanewhope.selectTokens.dividerMarginTop, _plasmanewhope.selectTokens.dividerMarginRight, _plasmanewhope.selectTokens.dividerMarginBottom, _plasmanewhope.selectTokens.dividerMarginLeft, _plasmanewhope.selectTokens.dividerMarginTopTight, _plasmanewhope.selectTokens.dividerMarginBottomTight)
299
+ s: (0, _emotion.css)(_templateObject2(), _emotion.selectTokens.textFieldHeight, _emotion.selectTokens.textFieldPadding, _emotion.selectTokens.textFieldPaddingWithChips, _emotion.selectTokens.textFieldBorderRadius, _emotion.selectTokens.textFieldBorderWidth, _emotion.selectTokens.textFieldLeftContentMargin, _emotion.selectTokens.textFieldRightContentMargin, _emotion.selectTokens.textFieldTextBeforeMargin, _emotion.selectTokens.textFieldTextAfterMargin, _emotion.selectTokens.textFieldFontFamily, _emotion.selectTokens.textFieldFontSize, _emotion.selectTokens.textFieldFontStyle, _emotion.selectTokens.textFieldFontWeight, _emotion.selectTokens.textFieldLetterSpacing, _emotion.selectTokens.textFieldLineHeight, _emotion.selectTokens.textFieldLabelOffset, _emotion.selectTokens.textFieldLabelFontFamily, _emotion.selectTokens.textFieldLabelFontSize, _emotion.selectTokens.textFieldLabelFontStyle, _emotion.selectTokens.textFieldLabelFontWeight, _emotion.selectTokens.textFieldLabelLetterSpacing, _emotion.selectTokens.textFieldLabelLineHeight, _emotion.selectTokens.textFieldLeftHelperOffset, _emotion.selectTokens.textFieldLeftHelperFontFamily, _emotion.selectTokens.textFieldLeftHelperFontSize, _emotion.selectTokens.textFieldLeftHelperFontStyle, _emotion.selectTokens.textFieldLeftHelperFontWeight, _emotion.selectTokens.textFieldLeftHelperLetterSpacing, _emotion.selectTokens.textFieldLeftHelperLineHeight, _emotion.selectTokens.textFieldLabelInnerPadding, _emotion.selectTokens.textFieldContentLabelInnerPadding, _emotion.selectTokens.textFieldIndicatorSizeInner, _emotion.selectTokens.textFieldIndicatorSizeOuter, _emotion.selectTokens.textFieldIndicatorLabelPlacementInner, _emotion.selectTokens.textFieldIndicatorLabelPlacementOuter, _emotion.selectTokens.textFieldIndicatorLabelPlacementInnerRight, _emotion.selectTokens.textFieldIndicatorLabelPlacementOuterRight, _emotion.selectTokens.textFieldClearIndicatorLabelPlacementInner, _emotion.selectTokens.textFieldClearIndicatorLabelPlacementInnerRight, _emotion.selectTokens.textFieldClearIndicatorHintInnerRight, _emotion.selectTokens.textFieldChipGap, _emotion.selectTokens.textFieldChipBorderRadius, _emotion.selectTokens.textFieldChipWidth, _emotion.selectTokens.textFieldChipHeight, _emotion.selectTokens.textFieldChipPadding, _emotion.selectTokens.textFieldChipClearContentMarginLeft, _emotion.selectTokens.textFieldChipClearContentMarginRight, _emotion.selectTokens.textFieldChipCloseIconSize, _emotion.selectTokens.textFieldChipFontFamily, _emotion.selectTokens.textFieldChipFontSize, _emotion.selectTokens.textFieldChipFontStyle, _emotion.selectTokens.textFieldChipFontWeight, _emotion.selectTokens.textFieldChipLetterSpacing, _emotion.selectTokens.textFieldChipLineHeight, _emotion.selectTokens.buttonArrowMargin, _emotion.selectTokens.targetHeight, _emotion.selectTokens.buttonPadding, _emotion.selectTokens.padding, _emotion.selectTokens.borderRadius, _emotion.selectTokens.dropdownBorderWidth, _emotion.selectTokens.itemHeight, _emotion.selectTokens.itemPadding, _emotion.selectTokens.itemPaddingTight, _emotion.selectTokens.itemBorderRadius, _emotion.selectTokens.itemIconSize, _emotion.selectTokens.itemIconSizeTight, _emotion.selectTokens.itemIconMargin, _emotion.selectTokens.cellPadding, _emotion.selectTokens.cellPaddingLeftContent, _emotion.selectTokens.cellPaddingContent, _emotion.selectTokens.cellPaddingRightContent, _emotion.selectTokens.cellTextboxGap, _emotion.selectTokens.cellGap, _emotion.selectTokens.cellTitleFontFamily, _emotion.selectTokens.cellTitleFontSize, _emotion.selectTokens.cellTitleFontStyle, _emotion.selectTokens.cellTitleFontWeight, _emotion.selectTokens.cellTitleLetterSpacing, _emotion.selectTokens.cellTitleLineHeight, _emotion.selectTokens.fontFamily, _emotion.selectTokens.fontSize, _emotion.selectTokens.fontStyle, _emotion.selectTokens.fontWeight, _emotion.selectTokens.fontLetterSpacing, _emotion.selectTokens.fontLineHeight, _emotion.selectTokens.checkboxTriggerSize, _emotion.selectTokens.checkboxTriggerSizeTight, _emotion.selectTokens.checkboxTriggerBorderRadius, _emotion.selectTokens.checkboxTriggerBorderRadiusTight, _emotion.selectTokens.checkboxTriggerBorderWidth, _emotion.selectTokens.indicatorSize, _emotion.selectTokens.dividerMarginTop, _emotion.selectTokens.dividerMarginRight, _emotion.selectTokens.dividerMarginBottom, _emotion.selectTokens.dividerMarginLeft, _emotion.selectTokens.dividerMarginTopTight, _emotion.selectTokens.dividerMarginBottomTight)
295
300
  },
296
301
  labelPlacement: {
297
- inner: (0, _emotion.css)(_templateObject3(), _plasmanewhope.selectTokens.textFieldPlaceholderColor, _plasmanewhope.selectTokens.textFieldLabelInnerFontFamily, _plasmanewhope.selectTokens.textFieldLabelInnerFontSize, _plasmanewhope.selectTokens.textFieldLabelInnerFontStyle, _plasmanewhope.selectTokens.textFieldLabelInnerFontWeight, _plasmanewhope.selectTokens.textFieldLabelInnerLetterSpacing, _plasmanewhope.selectTokens.textFieldLabelInnerLineHeight),
302
+ inner: (0, _emotion.css)(_templateObject3(), _emotion.selectTokens.textFieldPlaceholderColor, _emotion.selectTokens.textFieldLabelInnerFontFamily, _emotion.selectTokens.textFieldLabelInnerFontSize, _emotion.selectTokens.textFieldLabelInnerFontStyle, _emotion.selectTokens.textFieldLabelInnerFontWeight, _emotion.selectTokens.textFieldLabelInnerLetterSpacing, _emotion.selectTokens.textFieldLabelInnerLineHeight),
298
303
  outer: (0, _emotion.css)(_templateObject4())
299
304
  },
300
305
  chipView: {
301
- default: (0, _emotion.css)(_templateObject5(), _plasmanewhope.selectTokens.textFieldChipColor, _plasmanewhope.selectTokens.textFieldChipBackground, _plasmanewhope.selectTokens.textFieldChipBackgroundHover, _plasmanewhope.selectTokens.textFieldChipCloseIconColor, _plasmanewhope.selectTokens.textFieldChipOpacityReadonly)
306
+ default: (0, _emotion.css)(_templateObject5(), _emotion.selectTokens.textFieldChipColor, _emotion.selectTokens.textFieldChipBackground, _emotion.selectTokens.textFieldChipBackgroundHover, _emotion.selectTokens.textFieldChipCloseIconColor, _emotion.selectTokens.textFieldChipOpacityReadonly)
302
307
  },
303
308
  disabled: {
304
- true: (0, _emotion.css)(_templateObject6(), _plasmanewhope.selectTokens.textFieldDisabledOpacity, _plasmanewhope.selectTokens.textFieldBackgroundColor, _plasmanewhope.selectTokens.textFieldBackgroundColorFocus, _plasmanewhope.selectTokens.textFieldBorderColor, _plasmanewhope.selectTokens.textFieldBorderColorHover, _plasmanewhope.selectTokens.textFieldBorderColorFocus, _plasmanewhope.selectTokens.textFieldColor)
309
+ 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)
305
310
  },
306
311
  readOnly: {
307
- true: (0, _emotion.css)(_templateObject7(), _plasmanewhope.selectTokens.disclosureIconOpacityReadOnly, _plasmanewhope.selectTokens.textFieldColorReadOnly, _plasmanewhope.selectTokens.textFieldBackgroundColorReadOnly, _plasmanewhope.selectTokens.textFieldPlaceholderColorReadOnly, _plasmanewhope.selectTokens.textFieldLeftHelperColorReadOnly, _plasmanewhope.selectTokens.textFieldTitleCaptionColorReadOnly, _plasmanewhope.selectTokens.textFieldLabelColorReadOnly, _plasmanewhope.selectTokens.textFieldDividerColorReadOnly)
312
+ 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)
308
313
  }
309
314
  }
310
315
  };
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "config", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return config;
9
+ }
10
+ });
11
+ var _emotion = require("@salutejs/plasma-new-hope/emotion");
12
+ function _tagged_template_literal(strings, raw) {
13
+ if (!raw) {
14
+ raw = strings.slice(0);
15
+ }
16
+ return Object.freeze(Object.defineProperties(strings, {
17
+ raw: {
18
+ value: Object.freeze(raw)
19
+ }
20
+ }));
21
+ }
22
+ function _templateObject() {
23
+ var data = _tagged_template_literal([
24
+ ""
25
+ ]);
26
+ _templateObject = function _templateObject() {
27
+ return data;
28
+ };
29
+ return data;
30
+ }
31
+ function _templateObject1() {
32
+ var data = _tagged_template_literal([
33
+ "\n ",
34
+ ": 0.75rem;\n ",
35
+ ": 0.75rem;\n ",
36
+ ": 0.75rem;\n "
37
+ ]);
38
+ _templateObject1 = function _templateObject() {
39
+ return data;
40
+ };
41
+ return data;
42
+ }
43
+ var config = {
44
+ defaults: {
45
+ view: 'accent',
46
+ size: 's'
47
+ },
48
+ variations: {
49
+ view: {
50
+ default: (0, _emotion.css)(_templateObject())
51
+ },
52
+ size: {
53
+ s: (0, _emotion.css)(_templateObject1(), _emotion.tourTokens.cardPadding, _emotion.tourTokens.cardRadius, _emotion.tourTokens.highlightRadius)
54
+ }
55
+ }
56
+ };
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Tour", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Tour;
9
+ }
10
+ });
11
+ var _emotion = require("@salutejs/plasma-new-hope/emotion");
12
+ var _Tourconfig = require("./Tour.config");
13
+ var mergedConfig = (0, _emotion.mergeConfig)(_emotion.tourConfig, _Tourconfig.config);
14
+ var Tour = (0, _emotion.component)(mergedConfig);
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Tour", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _Tour.Tour;
9
+ }
10
+ });
11
+ var _Tour = require("./Tour");
@@ -67,6 +67,8 @@ _export_star(require("./components/NumberFormat"), exports);
67
67
  _export_star(require("./components/Table"), exports);
68
68
  _export_star(require("./components/ToastNew"), exports);
69
69
  _export_star(require("./components/Carousel"), exports);
70
+ _export_star(require("./components/Tour"), exports);
71
+ _export_star(require("./components/Rating"), exports);
70
72
  _export_star(require("./mixins"), exports);
71
73
  _export_star(require("./tokens"), exports);
72
74
  function _export_star(from, to) {
@@ -52,7 +52,12 @@ function _templateObject() {
52
52
  ": var(--text-accent);\n ",
53
53
  ": #1A9E32;\n ",
54
54
  ": var(--surface-transparent-accent);\n\n ",
55
- ": var(--surface-solid-primary);\n "
55
+ ": var(--surface-solid-primary);\n\n ",
56
+ ": var(--text-accent);\n\n ",
57
+ ": var(--text-accent);\n ",
58
+ ": var(--on-dark-text-primary);\n ",
59
+ ": none;\n ",
60
+ ": var(--outline-accent);\n "
56
61
  ]);
57
62
  _templateObject = function _templateObject() {
58
63
  return data;
@@ -103,7 +108,12 @@ function _templateObject1() {
103
108
  ": var(--text-accent);\n ",
104
109
  ": #1A9E32;\n ",
105
110
  ": var(--surface-transparent-accent);\n\n ",
106
- ": var(--surface-solid-primary);\n "
111
+ ": var(--surface-solid-primary);\n\n ",
112
+ ": var(--text-accent);\n\n ",
113
+ ": var(--text-accent);\n ",
114
+ ": var(--on-dark-text-primary);\n ",
115
+ ": none;\n ",
116
+ ": var(--outline-accent);\n "
107
117
  ]);
108
118
  _templateObject1 = function _templateObject() {
109
119
  return data;
@@ -199,11 +209,7 @@ function _templateObject2() {
199
209
  ": 0.875rem;\n ",
200
210
  ": 0.375rem;\n ",
201
211
  ": 0.25rem;\n ",
202
- ": var(--text-accent);\n ",
203
- ": var(--on-dark-text-primary);\n ",
204
- ": none;\n ",
205
- ": 0.125rem;\n ",
206
- ": var(--outline-accent);\n\n ",
212
+ ": 0.125rem;\n\n ",
207
213
  ": 0.375rem;\n ",
208
214
  ": 0.0625rem;\n\n ",
209
215
  ": 0.375rem;\n ",
@@ -288,11 +294,11 @@ export var config = {
288
294
  },
289
295
  variations: {
290
296
  view: {
291
- default: css(_templateObject(), tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldContentSlotRightColor, tokens.textFieldContentSlotRightColorHover, tokens.textFieldContentSlotRightColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.dropdownBorderColor, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.dividerColor),
292
- negative: css(_templateObject1(), tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldContentSlotRightColor, tokens.textFieldContentSlotRightColorHover, tokens.textFieldContentSlotRightColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.dropdownBorderColor, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.dividerColor)
297
+ default: css(_templateObject(), tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldContentSlotRightColor, tokens.textFieldContentSlotRightColorHover, tokens.textFieldContentSlotRightColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.dropdownBorderColor, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
298
+ negative: css(_templateObject1(), tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldContentSlotRightColor, tokens.textFieldContentSlotRightColorHover, tokens.textFieldContentSlotRightColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.dropdownBorderColor, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor)
293
299
  },
294
300
  size: {
295
- s: css(_templateObject2(), tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.emptyStatePadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.itemIconMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderWidth, tokens.checkboxTriggerBorderColor, tokens.indicatorSize, tokens.dropdownBorderWidth, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight)
301
+ s: css(_templateObject2(), tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.emptyStatePadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.itemIconMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxTriggerBorderWidth, tokens.indicatorSize, tokens.dropdownBorderWidth, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight)
296
302
  },
297
303
  labelPlacement: {
298
304
  inner: css(_templateObject3(), tokens.textFieldPlaceholderColor, tokens.textFieldLabelInnerFontFamily, tokens.textFieldLabelInnerFontSize, tokens.textFieldLabelInnerFontStyle, tokens.textFieldLabelInnerFontWeight, tokens.textFieldLabelInnerLetterSpacing, tokens.textFieldLabelInnerLineHeight),
@@ -1,3 +1,5 @@
1
1
  import { composeMask } from '@salutejs/plasma-new-hope/emotion';
2
2
  import { TextField } from '../TextField';
3
- export var Mask = composeMask(TextField);
3
+ /**
4
+ * Маска
5
+ */ export var Mask = composeMask(TextField);
@@ -39,7 +39,12 @@ function _templateObject() {
39
39
  ": var(--text-secondary);\n\n ",
40
40
  ": var(--outline-solid-primary);\n ",
41
41
  ": var(--text-primary);\n\n ",
42
- ": var(--surface-solid-primary);\n "
42
+ ": var(--surface-solid-primary);\n\n ",
43
+ ": var(--text-accent);\n\n ",
44
+ ": var(--text-accent);\n ",
45
+ ": var(--on-dark-text-primary);\n ",
46
+ ": none;\n ",
47
+ ": var(--outline-accent);\n "
43
48
  ]);
44
49
  _templateObject = function _templateObject() {
45
50
  return data;
@@ -77,7 +82,12 @@ function _templateObject1() {
77
82
  ": var(--text-secondary);\n\n ",
78
83
  ": var(--outline-solid-primary);\n ",
79
84
  ": var(--text-accent);\n\n ",
80
- ": var(--surface-solid-primary);\n "
85
+ ": var(--surface-solid-primary);\n\n ",
86
+ ": var(--text-accent);\n\n ",
87
+ ": var(--text-accent);\n ",
88
+ ": var(--on-dark-text-primary);\n ",
89
+ ": none;\n ",
90
+ ": var(--outline-accent);\n "
81
91
  ]);
82
92
  _templateObject1 = function _templateObject() {
83
93
  return data;
@@ -176,10 +186,6 @@ function _templateObject2() {
176
186
  ": 0.875rem;\n ",
177
187
  ": 0.375rem;\n ",
178
188
  ": 0.25rem;\n ",
179
- ": var(--text-primary);\n ",
180
- ": var(--on-dark-text-primary);\n ",
181
- ": var(--outline-accent);\n ",
182
- ": transparent;\n ",
183
189
  ": 0.125rem;\n\n ",
184
190
  ": 0.375rem;\n\n ",
185
191
  ": 0.375rem;\n ",
@@ -267,7 +273,6 @@ function _templateObject7() {
267
273
  return data;
268
274
  }
269
275
  import { css, selectTokens } from '@salutejs/plasma-new-hope/emotion';
270
- import { selectTokens as tokens } from '@salutejs/plasma-new-hope';
271
276
  export var config = {
272
277
  defaults: {
273
278
  view: 'default',
@@ -277,24 +282,24 @@ export var config = {
277
282
  },
278
283
  variations: {
279
284
  view: {
280
- default: css(_templateObject(), selectTokens.textFieldColor, selectTokens.textFieldPlaceholderColor, selectTokens.textFieldBackgroundColor, selectTokens.textFieldBackgroundColorFocus, selectTokens.textFieldLabelColor, selectTokens.textFieldLeftHelperColor, selectTokens.textFieldContentSlotColor, selectTokens.textFieldBorderColor, selectTokens.textFieldBorderColorHover, selectTokens.textFieldBorderColorFocus, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, selectTokens.buttonColor, selectTokens.buttonColorHover, selectTokens.buttonColorActive, selectTokens.buttonArrowColor, selectTokens.buttonArrowColorHover, selectTokens.buttonArrowColorActive, selectTokens.buttonBackgroundColor, selectTokens.buttonBackgroundColorHover, selectTokens.buttonBackgroundColorActive, selectTokens.disclosureIconColor, selectTokens.disclosureIconColorHover, selectTokens.itemBackgroundHover, selectTokens.itemDisabledOpacity, selectTokens.itemDisabledColor, selectTokens.dropdownBorderColor, selectTokens.checkboxIconColor, tokens.dividerColor),
281
- negative: css(_templateObject1(), selectTokens.textFieldColor, selectTokens.textFieldPlaceholderColor, selectTokens.textFieldBackgroundColor, selectTokens.textFieldBackgroundColorFocus, selectTokens.textFieldLabelColor, selectTokens.textFieldLeftHelperColor, selectTokens.textFieldContentSlotColor, selectTokens.textFieldBorderColor, selectTokens.textFieldBorderColorHover, selectTokens.textFieldBorderColorFocus, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, selectTokens.buttonColor, selectTokens.buttonColorHover, selectTokens.buttonColorActive, selectTokens.buttonArrowColor, selectTokens.buttonArrowColorHover, selectTokens.buttonArrowColorActive, selectTokens.buttonBackgroundColor, selectTokens.buttonBackgroundColorHover, selectTokens.buttonBackgroundColorActive, selectTokens.disclosureIconColor, selectTokens.disclosureIconColorHover, selectTokens.itemBackgroundHover, selectTokens.itemDisabledOpacity, selectTokens.itemDisabledColor, selectTokens.dropdownBorderColor, selectTokens.checkboxIconColor, tokens.dividerColor)
285
+ default: css(_templateObject(), selectTokens.textFieldColor, selectTokens.textFieldPlaceholderColor, selectTokens.textFieldBackgroundColor, selectTokens.textFieldBackgroundColorFocus, selectTokens.textFieldLabelColor, selectTokens.textFieldLeftHelperColor, selectTokens.textFieldContentSlotColor, selectTokens.textFieldBorderColor, selectTokens.textFieldBorderColorHover, selectTokens.textFieldBorderColorFocus, selectTokens.textFieldIndicatorColor, selectTokens.textFieldOptionalColor, selectTokens.buttonColor, selectTokens.buttonColorHover, selectTokens.buttonColorActive, selectTokens.buttonArrowColor, selectTokens.buttonArrowColorHover, selectTokens.buttonArrowColorActive, selectTokens.buttonBackgroundColor, selectTokens.buttonBackgroundColorHover, selectTokens.buttonBackgroundColorActive, selectTokens.disclosureIconColor, selectTokens.disclosureIconColorHover, selectTokens.itemBackgroundHover, selectTokens.itemDisabledOpacity, selectTokens.itemDisabledColor, selectTokens.dropdownBorderColor, selectTokens.checkboxIconColor, selectTokens.dividerColor, selectTokens.itemIconColor, selectTokens.checkboxFillColor, selectTokens.checkboxIconColor, selectTokens.checkboxTriggerBorderCheckedColor, selectTokens.checkboxTriggerBorderColor),
286
+ negative: css(_templateObject1(), selectTokens.textFieldColor, selectTokens.textFieldPlaceholderColor, selectTokens.textFieldBackgroundColor, selectTokens.textFieldBackgroundColorFocus, selectTokens.textFieldLabelColor, selectTokens.textFieldLeftHelperColor, selectTokens.textFieldContentSlotColor, selectTokens.textFieldBorderColor, selectTokens.textFieldBorderColorHover, selectTokens.textFieldBorderColorFocus, selectTokens.textFieldIndicatorColor, selectTokens.textFieldOptionalColor, selectTokens.buttonColor, selectTokens.buttonColorHover, selectTokens.buttonColorActive, selectTokens.buttonArrowColor, selectTokens.buttonArrowColorHover, selectTokens.buttonArrowColorActive, selectTokens.buttonBackgroundColor, selectTokens.buttonBackgroundColorHover, selectTokens.buttonBackgroundColorActive, selectTokens.disclosureIconColor, selectTokens.disclosureIconColorHover, selectTokens.itemBackgroundHover, selectTokens.itemDisabledOpacity, selectTokens.itemDisabledColor, selectTokens.dropdownBorderColor, selectTokens.checkboxIconColor, selectTokens.dividerColor, selectTokens.itemIconColor, selectTokens.checkboxFillColor, selectTokens.checkboxIconColor, selectTokens.checkboxTriggerBorderCheckedColor, selectTokens.checkboxTriggerBorderColor)
282
287
  },
283
288
  size: {
284
- s: css(_templateObject2(), tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.buttonArrowMargin, tokens.targetHeight, tokens.buttonPadding, tokens.padding, tokens.borderRadius, tokens.dropdownBorderWidth, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.itemIconMargin, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderWidth, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight)
289
+ s: css(_templateObject2(), selectTokens.textFieldHeight, selectTokens.textFieldPadding, selectTokens.textFieldPaddingWithChips, selectTokens.textFieldBorderRadius, selectTokens.textFieldBorderWidth, selectTokens.textFieldLeftContentMargin, selectTokens.textFieldRightContentMargin, selectTokens.textFieldTextBeforeMargin, selectTokens.textFieldTextAfterMargin, selectTokens.textFieldFontFamily, selectTokens.textFieldFontSize, selectTokens.textFieldFontStyle, selectTokens.textFieldFontWeight, selectTokens.textFieldLetterSpacing, selectTokens.textFieldLineHeight, selectTokens.textFieldLabelOffset, selectTokens.textFieldLabelFontFamily, selectTokens.textFieldLabelFontSize, selectTokens.textFieldLabelFontStyle, selectTokens.textFieldLabelFontWeight, selectTokens.textFieldLabelLetterSpacing, selectTokens.textFieldLabelLineHeight, selectTokens.textFieldLeftHelperOffset, selectTokens.textFieldLeftHelperFontFamily, selectTokens.textFieldLeftHelperFontSize, selectTokens.textFieldLeftHelperFontStyle, selectTokens.textFieldLeftHelperFontWeight, selectTokens.textFieldLeftHelperLetterSpacing, selectTokens.textFieldLeftHelperLineHeight, selectTokens.textFieldLabelInnerPadding, selectTokens.textFieldContentLabelInnerPadding, selectTokens.textFieldIndicatorSizeInner, selectTokens.textFieldIndicatorSizeOuter, selectTokens.textFieldIndicatorLabelPlacementInner, selectTokens.textFieldIndicatorLabelPlacementOuter, selectTokens.textFieldIndicatorLabelPlacementInnerRight, selectTokens.textFieldIndicatorLabelPlacementOuterRight, selectTokens.textFieldClearIndicatorLabelPlacementInner, selectTokens.textFieldClearIndicatorLabelPlacementInnerRight, selectTokens.textFieldClearIndicatorHintInnerRight, selectTokens.textFieldChipGap, selectTokens.textFieldChipBorderRadius, selectTokens.textFieldChipWidth, selectTokens.textFieldChipHeight, selectTokens.textFieldChipPadding, selectTokens.textFieldChipClearContentMarginLeft, selectTokens.textFieldChipClearContentMarginRight, selectTokens.textFieldChipCloseIconSize, selectTokens.textFieldChipFontFamily, selectTokens.textFieldChipFontSize, selectTokens.textFieldChipFontStyle, selectTokens.textFieldChipFontWeight, selectTokens.textFieldChipLetterSpacing, selectTokens.textFieldChipLineHeight, selectTokens.buttonArrowMargin, selectTokens.targetHeight, selectTokens.buttonPadding, selectTokens.padding, selectTokens.borderRadius, selectTokens.dropdownBorderWidth, selectTokens.itemHeight, selectTokens.itemPadding, selectTokens.itemPaddingTight, selectTokens.itemBorderRadius, selectTokens.itemIconSize, selectTokens.itemIconSizeTight, selectTokens.itemIconMargin, selectTokens.cellPadding, selectTokens.cellPaddingLeftContent, selectTokens.cellPaddingContent, selectTokens.cellPaddingRightContent, selectTokens.cellTextboxGap, selectTokens.cellGap, selectTokens.cellTitleFontFamily, selectTokens.cellTitleFontSize, selectTokens.cellTitleFontStyle, selectTokens.cellTitleFontWeight, selectTokens.cellTitleLetterSpacing, selectTokens.cellTitleLineHeight, selectTokens.fontFamily, selectTokens.fontSize, selectTokens.fontStyle, selectTokens.fontWeight, selectTokens.fontLetterSpacing, selectTokens.fontLineHeight, selectTokens.checkboxTriggerSize, selectTokens.checkboxTriggerSizeTight, selectTokens.checkboxTriggerBorderRadius, selectTokens.checkboxTriggerBorderRadiusTight, selectTokens.checkboxTriggerBorderWidth, selectTokens.indicatorSize, selectTokens.dividerMarginTop, selectTokens.dividerMarginRight, selectTokens.dividerMarginBottom, selectTokens.dividerMarginLeft, selectTokens.dividerMarginTopTight, selectTokens.dividerMarginBottomTight)
285
290
  },
286
291
  labelPlacement: {
287
- inner: css(_templateObject3(), tokens.textFieldPlaceholderColor, tokens.textFieldLabelInnerFontFamily, tokens.textFieldLabelInnerFontSize, tokens.textFieldLabelInnerFontStyle, tokens.textFieldLabelInnerFontWeight, tokens.textFieldLabelInnerLetterSpacing, tokens.textFieldLabelInnerLineHeight),
292
+ inner: css(_templateObject3(), selectTokens.textFieldPlaceholderColor, selectTokens.textFieldLabelInnerFontFamily, selectTokens.textFieldLabelInnerFontSize, selectTokens.textFieldLabelInnerFontStyle, selectTokens.textFieldLabelInnerFontWeight, selectTokens.textFieldLabelInnerLetterSpacing, selectTokens.textFieldLabelInnerLineHeight),
288
293
  outer: css(_templateObject4())
289
294
  },
290
295
  chipView: {
291
- default: css(_templateObject5(), tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipBackgroundHover, tokens.textFieldChipCloseIconColor, tokens.textFieldChipOpacityReadonly)
296
+ default: css(_templateObject5(), selectTokens.textFieldChipColor, selectTokens.textFieldChipBackground, selectTokens.textFieldChipBackgroundHover, selectTokens.textFieldChipCloseIconColor, selectTokens.textFieldChipOpacityReadonly)
292
297
  },
293
298
  disabled: {
294
- true: css(_templateObject6(), tokens.textFieldDisabledOpacity, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldColor)
299
+ true: css(_templateObject6(), selectTokens.textFieldDisabledOpacity, selectTokens.textFieldBackgroundColor, selectTokens.textFieldBackgroundColorFocus, selectTokens.textFieldBorderColor, selectTokens.textFieldBorderColorHover, selectTokens.textFieldBorderColorFocus, selectTokens.textFieldColor)
295
300
  },
296
301
  readOnly: {
297
- true: css(_templateObject7(), tokens.disclosureIconOpacityReadOnly, tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldTitleCaptionColorReadOnly, tokens.textFieldLabelColorReadOnly, tokens.textFieldDividerColorReadOnly)
302
+ true: css(_templateObject7(), selectTokens.disclosureIconOpacityReadOnly, selectTokens.textFieldColorReadOnly, selectTokens.textFieldBackgroundColorReadOnly, selectTokens.textFieldPlaceholderColorReadOnly, selectTokens.textFieldLeftHelperColorReadOnly, selectTokens.textFieldTitleCaptionColorReadOnly, selectTokens.textFieldLabelColorReadOnly, selectTokens.textFieldDividerColorReadOnly)
298
303
  }
299
304
  }
300
305
  };
@@ -0,0 +1,46 @@
1
+ function _tagged_template_literal(strings, raw) {
2
+ if (!raw) {
3
+ raw = strings.slice(0);
4
+ }
5
+ return Object.freeze(Object.defineProperties(strings, {
6
+ raw: {
7
+ value: Object.freeze(raw)
8
+ }
9
+ }));
10
+ }
11
+ function _templateObject() {
12
+ var data = _tagged_template_literal([
13
+ ""
14
+ ]);
15
+ _templateObject = function _templateObject() {
16
+ return data;
17
+ };
18
+ return data;
19
+ }
20
+ function _templateObject1() {
21
+ var data = _tagged_template_literal([
22
+ "\n ",
23
+ ": 0.75rem;\n ",
24
+ ": 0.75rem;\n ",
25
+ ": 0.75rem;\n "
26
+ ]);
27
+ _templateObject1 = function _templateObject() {
28
+ return data;
29
+ };
30
+ return data;
31
+ }
32
+ import { tourTokens, css } from '@salutejs/plasma-new-hope/emotion';
33
+ export var config = {
34
+ defaults: {
35
+ view: 'accent',
36
+ size: 's'
37
+ },
38
+ variations: {
39
+ view: {
40
+ default: css(_templateObject())
41
+ },
42
+ size: {
43
+ s: css(_templateObject1(), tourTokens.cardPadding, tourTokens.cardRadius, tourTokens.highlightRadius)
44
+ }
45
+ }
46
+ };
@@ -0,0 +1,4 @@
1
+ import { tourConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/emotion';
2
+ import { config } from './Tour.config';
3
+ var mergedConfig = mergeConfig(tourConfig, config);
4
+ export var Tour = component(mergedConfig);
@@ -0,0 +1 @@
1
+ export { Tour } from './Tour';
@@ -63,5 +63,7 @@ export * from './components/NumberFormat';
63
63
  export * from './components/Table';
64
64
  export * from './components/ToastNew';
65
65
  export * from './components/Carousel';
66
+ export * from './components/Tour';
67
+ export * from './components/Rating';
66
68
  export * from './mixins';
67
69
  export * from './tokens';
@@ -52,7 +52,12 @@ function _templateObject() {
52
52
  ": var(--text-accent);\n ",
53
53
  ": #1A9E32;\n ",
54
54
  ": var(--surface-transparent-accent);\n\n ",
55
- ": var(--surface-solid-primary);\n "
55
+ ": var(--surface-solid-primary);\n\n ",
56
+ ": var(--text-accent);\n\n ",
57
+ ": var(--text-accent);\n ",
58
+ ": var(--on-dark-text-primary);\n ",
59
+ ": none;\n ",
60
+ ": var(--outline-accent);\n "
56
61
  ]);
57
62
  _templateObject = function _templateObject() {
58
63
  return data;
@@ -103,7 +108,12 @@ function _templateObject1() {
103
108
  ": var(--text-accent);\n ",
104
109
  ": #1A9E32;\n ",
105
110
  ": var(--surface-transparent-accent);\n\n ",
106
- ": var(--surface-solid-primary);\n "
111
+ ": var(--surface-solid-primary);\n\n ",
112
+ ": var(--text-accent);\n\n ",
113
+ ": var(--text-accent);\n ",
114
+ ": var(--on-dark-text-primary);\n ",
115
+ ": none;\n ",
116
+ ": var(--outline-accent);\n "
107
117
  ]);
108
118
  _templateObject1 = function _templateObject() {
109
119
  return data;
@@ -199,11 +209,7 @@ function _templateObject2() {
199
209
  ": 0.875rem;\n ",
200
210
  ": 0.375rem;\n ",
201
211
  ": 0.25rem;\n ",
202
- ": var(--text-accent);\n ",
203
- ": var(--on-dark-text-primary);\n ",
204
- ": none;\n ",
205
- ": 0.125rem;\n ",
206
- ": var(--outline-accent);\n\n ",
212
+ ": 0.125rem;\n\n ",
207
213
  ": 0.375rem;\n ",
208
214
  ": 0.0625rem;\n\n ",
209
215
  ": 0.375rem;\n ",
@@ -288,11 +294,11 @@ export var config = {
288
294
  },
289
295
  variations: {
290
296
  view: {
291
- default: css(_templateObject(), tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldContentSlotRightColor, tokens.textFieldContentSlotRightColorHover, tokens.textFieldContentSlotRightColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.dropdownBorderColor, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.dividerColor),
292
- negative: css(_templateObject1(), tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldContentSlotRightColor, tokens.textFieldContentSlotRightColorHover, tokens.textFieldContentSlotRightColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.dropdownBorderColor, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.dividerColor)
297
+ default: css(_templateObject(), tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldContentSlotRightColor, tokens.textFieldContentSlotRightColorHover, tokens.textFieldContentSlotRightColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.dropdownBorderColor, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
298
+ negative: css(_templateObject1(), tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldContentSlotRightColor, tokens.textFieldContentSlotRightColorHover, tokens.textFieldContentSlotRightColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.dropdownBorderColor, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor)
293
299
  },
294
300
  size: {
295
- s: css(_templateObject2(), tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.emptyStatePadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.itemIconMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderWidth, tokens.checkboxTriggerBorderColor, tokens.indicatorSize, tokens.dropdownBorderWidth, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight)
301
+ s: css(_templateObject2(), tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.emptyStatePadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.itemIconMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxTriggerBorderWidth, tokens.indicatorSize, tokens.dropdownBorderWidth, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight)
296
302
  },
297
303
  labelPlacement: {
298
304
  inner: css(_templateObject3(), tokens.textFieldPlaceholderColor, tokens.textFieldLabelInnerFontFamily, tokens.textFieldLabelInnerFontSize, tokens.textFieldLabelInnerFontStyle, tokens.textFieldLabelInnerFontWeight, tokens.textFieldLabelInnerLetterSpacing, tokens.textFieldLabelInnerLineHeight),
@@ -1,3 +1,5 @@
1
1
  import { composeMask } from '@salutejs/plasma-new-hope/styled-components';
2
2
  import { TextField } from '../TextField';
3
- export var Mask = composeMask(TextField);
3
+ /**
4
+ * Маска
5
+ */ export var Mask = composeMask(TextField);