@salutejs/sdds-insol 0.328.0-canary.2423.20988873450.0 → 0.328.0-canary.2423.21062975778.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 (78) hide show
  1. package/dist/css/cjs/components/DatePicker/DatePicker.clear.config.js +43 -0
  2. package/dist/css/cjs/components/DatePicker/DatePicker.clear.config.js.map +1 -0
  3. package/dist/css/cjs/components/DatePicker/DatePicker.clear.config_1euv769.css +13 -0
  4. package/dist/css/cjs/components/DatePicker/DatePicker.config.js +10 -3
  5. package/dist/css/cjs/components/DatePicker/DatePicker.config.js.map +1 -1
  6. package/dist/css/cjs/components/DatePicker/DatePicker.config_q2suix.css +13 -0
  7. package/dist/css/cjs/components/DatePicker/DatePicker.css +27 -10
  8. package/dist/css/cjs/components/DatePicker/DatePicker.js +27 -4
  9. package/dist/css/cjs/components/DatePicker/DatePicker.js.map +1 -1
  10. package/dist/css/cjs/components/Range/Range.clear.config.js +41 -0
  11. package/dist/css/cjs/components/Range/Range.clear.config.js.map +1 -0
  12. package/dist/css/cjs/components/Range/Range.clear.config_1vqmj3b.css +11 -0
  13. package/dist/css/cjs/components/Range/Range.config.js +1 -1
  14. package/dist/css/cjs/components/Range/Range.config.js.map +1 -1
  15. package/dist/css/cjs/components/Range/Range.config_gk59nl.css +11 -0
  16. package/dist/css/cjs/components/Range/Range.css +23 -11
  17. package/dist/css/cjs/components/Range/Range.js +14 -6
  18. package/dist/css/cjs/components/Range/Range.js.map +1 -1
  19. package/dist/css/cjs/components/TextArea/TextArea.clear.config.js +1 -1
  20. package/dist/css/cjs/components/TextArea/TextArea.clear.config.js.map +1 -1
  21. package/dist/css/{es/components/TextArea/TextArea.clear.config_vvqdh8.css → cjs/components/TextArea/TextArea.clear.config_9oxm8n.css} +3 -3
  22. package/dist/css/cjs/components/TextArea/TextArea.config.js +1 -1
  23. package/dist/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
  24. package/dist/css/{es/components/TextArea/TextArea.config_5f42o1.css → cjs/components/TextArea/TextArea.config_xyi5zn.css} +3 -3
  25. package/dist/css/cjs/components/TextArea/TextArea.css +26 -26
  26. package/dist/css/cjs/index.css +78 -49
  27. package/dist/css/es/components/DatePicker/DatePicker.clear.config.js +39 -0
  28. package/dist/css/es/components/DatePicker/DatePicker.clear.config.js.map +1 -0
  29. package/dist/css/es/components/DatePicker/DatePicker.clear.config_1euv769.css +13 -0
  30. package/dist/css/es/components/DatePicker/DatePicker.config.js +10 -3
  31. package/dist/css/es/components/DatePicker/DatePicker.config.js.map +1 -1
  32. package/dist/css/es/components/DatePicker/DatePicker.config_q2suix.css +13 -0
  33. package/dist/css/es/components/DatePicker/DatePicker.css +27 -10
  34. package/dist/css/es/components/DatePicker/DatePicker.js +25 -6
  35. package/dist/css/es/components/DatePicker/DatePicker.js.map +1 -1
  36. package/dist/css/es/components/Range/Range.clear.config.js +37 -0
  37. package/dist/css/es/components/Range/Range.clear.config.js.map +1 -0
  38. package/dist/css/es/components/Range/Range.clear.config_1vqmj3b.css +11 -0
  39. package/dist/css/es/components/Range/Range.config.js +1 -1
  40. package/dist/css/es/components/Range/Range.config.js.map +1 -1
  41. package/dist/css/es/components/Range/Range.config_gk59nl.css +11 -0
  42. package/dist/css/es/components/Range/Range.css +23 -11
  43. package/dist/css/es/components/Range/Range.js +14 -8
  44. package/dist/css/es/components/Range/Range.js.map +1 -1
  45. package/dist/css/es/components/TextArea/TextArea.clear.config.js +1 -1
  46. package/dist/css/es/components/TextArea/TextArea.clear.config.js.map +1 -1
  47. package/dist/css/{cjs/components/TextArea/TextArea.clear.config_vvqdh8.css → es/components/TextArea/TextArea.clear.config_9oxm8n.css} +3 -3
  48. package/dist/css/es/components/TextArea/TextArea.config.js +1 -1
  49. package/dist/css/es/components/TextArea/TextArea.config.js.map +1 -1
  50. package/dist/css/{cjs/components/TextArea/TextArea.config_5f42o1.css → es/components/TextArea/TextArea.config_xyi5zn.css} +3 -3
  51. package/dist/css/es/components/TextArea/TextArea.css +26 -26
  52. package/dist/css/es/index.css +78 -49
  53. package/dist/styled-components/cjs/components/DatePicker/DatePicker.clear.config.js +1004 -0
  54. package/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +169 -10
  55. package/dist/styled-components/cjs/components/DatePicker/DatePicker.js +39 -4
  56. package/dist/styled-components/cjs/components/Range/Range.clear.config.js +554 -0
  57. package/dist/styled-components/cjs/components/Range/Range.config.js +19 -7
  58. package/dist/styled-components/cjs/components/Range/Range.js +28 -5
  59. package/dist/styled-components/cjs/components/TextArea/TextArea.clear.config.js +6 -3
  60. package/dist/styled-components/cjs/components/TextArea/TextArea.config.js +6 -3
  61. package/dist/styled-components/es/components/DatePicker/DatePicker.clear.config.js +994 -0
  62. package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +169 -10
  63. package/dist/styled-components/es/components/DatePicker/DatePicker.js +28 -5
  64. package/dist/styled-components/es/components/Range/Range.clear.config.js +544 -0
  65. package/dist/styled-components/es/components/Range/Range.config.js +19 -7
  66. package/dist/styled-components/es/components/Range/Range.js +16 -6
  67. package/dist/styled-components/es/components/TextArea/TextArea.clear.config.js +6 -3
  68. package/dist/styled-components/es/components/TextArea/TextArea.config.js +6 -3
  69. package/package.json +7 -7
  70. package/types/components/DatePicker/DatePicker.clear.config.d.ts +35 -0
  71. package/types/components/DatePicker/DatePicker.config.d.ts +7 -0
  72. package/types/components/DatePicker/DatePicker.d.ts +522 -4
  73. package/types/components/Range/Range.clear.config.d.ts +33 -0
  74. package/types/components/Range/Range.d.ts +1659 -4
  75. package/dist/css/cjs/components/DatePicker/DatePicker.config_1uoda34.css +0 -10
  76. package/dist/css/cjs/components/Range/Range.config_m3cwc1.css +0 -11
  77. package/dist/css/es/components/DatePicker/DatePicker.config_1uoda34.css +0 -10
  78. package/dist/css/es/components/Range/Range.config_m3cwc1.css +0 -11
@@ -1,6 +1,16 @@
1
- import { rangeConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components';
2
- import { config } from './Range.config';
3
- var mergedConfig = mergeConfig(rangeConfig, config);
4
- /**
5
- * Компонент Range.
6
- */ export var Range = component(mergedConfig);
1
+ import { rangeConfig, component, mergeConfig, createConditionalComponent } from '@salutejs/plasma-new-hope/styled-components';
2
+ import { config as configDefault } from './Range.config';
3
+ import { config as configClear } from './Range.clear.config';
4
+ var mergedConfigDefault = mergeConfig(rangeConfig, configDefault);
5
+ export var RangeDefault = component(mergedConfigDefault);
6
+ var mergedConfigClear = mergeConfig(rangeConfig, configClear);
7
+ export var RangeClear = component(mergedConfigClear);
8
+ export var Range = createConditionalComponent(RangeDefault, [
9
+ {
10
+ conditions: {
11
+ prop: 'appearance',
12
+ value: 'clear'
13
+ },
14
+ component: RangeClear
15
+ }
16
+ ]);
@@ -35,6 +35,7 @@ function _templateObject() {
35
35
  ": var(--surface-transparent-tertiary);\n ",
36
36
  ": var(--text-secondary);\n ",
37
37
  ": var(--surface-accent);\n\n ",
38
+ ": var(--text-secondary);\n ",
38
39
  ": var(--text-secondary);\n "
39
40
  ]);
40
41
  _templateObject = function _templateObject() {
@@ -69,6 +70,7 @@ function _templateObject1() {
69
70
  ": var(--surface-warning);\n ",
70
71
  ": var(--surface-warning);\n ",
71
72
  ": var(--surface-accent);\n\n ",
73
+ ": var(--text-secondary);\n ",
72
74
  ": var(--text-secondary);\n "
73
75
  ]);
74
76
  _templateObject1 = function _templateObject() {
@@ -103,6 +105,7 @@ function _templateObject2() {
103
105
  ": var(--surface-negative);\n ",
104
106
  ": var(--surface-negative);\n ",
105
107
  ": var(--surface-accent);\n\n ",
108
+ ": var(--text-secondary);\n ",
106
109
  ": var(--text-secondary);\n "
107
110
  ]);
108
111
  _templateObject2 = function _templateObject() {
@@ -554,9 +557,9 @@ export var config = {
554
557
  },
555
558
  variations: {
556
559
  view: {
557
- default: css(_templateObject(), tokens.inputBackgroundColor, tokens.inputBackgroundColorHover, tokens.inputBackgroundColorActive, tokens.inputBackgroundColorFocus, tokens.helpersBackgroundColor, tokens.helpersBackgroundColorHover, tokens.helpersBackgroundColorActive, tokens.helpersBackgroundColorFocus, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.rightContentColorHover, tokens.rightContentColorActive, tokens.indicatorColor, tokens.optionalColor, tokens.labelOuterColor, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.hintIconColor),
558
- warning: css(_templateObject1(), tokens.inputBackgroundColor, tokens.inputBackgroundColorHover, tokens.inputBackgroundColorActive, tokens.inputBackgroundColorFocus, tokens.helpersBackgroundColor, tokens.helpersBackgroundColorHover, tokens.helpersBackgroundColorActive, tokens.helpersBackgroundColorFocus, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.rightContentColorHover, tokens.rightContentColorActive, tokens.indicatorColor, tokens.optionalColor, tokens.labelOuterColor, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.hintIconColor),
559
- negative: css(_templateObject2(), tokens.inputBackgroundColor, tokens.inputBackgroundColorHover, tokens.inputBackgroundColorActive, tokens.inputBackgroundColorFocus, tokens.helpersBackgroundColor, tokens.helpersBackgroundColorHover, tokens.helpersBackgroundColorActive, tokens.helpersBackgroundColorFocus, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.rightContentColorHover, tokens.rightContentColorActive, tokens.indicatorColor, tokens.optionalColor, tokens.labelOuterColor, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.hintIconColor)
560
+ default: css(_templateObject(), tokens.inputBackgroundColor, tokens.inputBackgroundColorHover, tokens.inputBackgroundColorActive, tokens.inputBackgroundColorFocus, tokens.helpersBackgroundColor, tokens.helpersBackgroundColorHover, tokens.helpersBackgroundColorActive, tokens.helpersBackgroundColorFocus, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.rightContentColorHover, tokens.rightContentColorActive, tokens.indicatorColor, tokens.optionalColor, tokens.labelOuterColor, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.hintIconColor, tokens.titleCaptionColor),
561
+ warning: css(_templateObject1(), tokens.inputBackgroundColor, tokens.inputBackgroundColorHover, tokens.inputBackgroundColorActive, tokens.inputBackgroundColorFocus, tokens.helpersBackgroundColor, tokens.helpersBackgroundColorHover, tokens.helpersBackgroundColorActive, tokens.helpersBackgroundColorFocus, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.rightContentColorHover, tokens.rightContentColorActive, tokens.indicatorColor, tokens.optionalColor, tokens.labelOuterColor, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.hintIconColor, tokens.titleCaptionColor),
562
+ negative: css(_templateObject2(), tokens.inputBackgroundColor, tokens.inputBackgroundColorHover, tokens.inputBackgroundColorActive, tokens.inputBackgroundColorFocus, tokens.helpersBackgroundColor, tokens.helpersBackgroundColorHover, tokens.helpersBackgroundColorActive, tokens.helpersBackgroundColorFocus, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.rightContentColorHover, tokens.rightContentColorActive, tokens.indicatorColor, tokens.optionalColor, tokens.labelOuterColor, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.hintIconColor, tokens.titleCaptionColor)
560
563
  },
561
564
  size: {
562
565
  xl: css(_templateObject3(), tokens.inputWidth, tokens.inputHeight, tokens.inputMinHeight, tokens.borderRadius, tokens.borderRadiusWithHelpers, tokens.inputPaddingTop, tokens.inputPaddingRight, tokens.inputPaddingRightWithRightContent, tokens.inputPaddingBottom, tokens.inputPaddingBottomWithHelpers, tokens.inputPaddingLeft, tokens.helpersPaddingTop, tokens.helpersPaddingRight, tokens.helpersPaddingBottom, tokens.helpersPaddingLeft, tokens.helpersOffset, tokens.rightContentTop, tokens.rightContentRight, tokens.rightContentHeight, tokens.labelMarginBottom, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.labelInnerTop, tokens.labelInnerTopHelper, tokens.labelInnerMarginBottom, tokens.inputFontFamily, tokens.inputFontSize, tokens.inputFontStyle, tokens.inputFontWeight, tokens.inputLetterSpacing, tokens.inputLineHeight, tokens.helpersFontFamily, tokens.helpersFontSize, tokens.helpersFontStyle, tokens.helpersFontWeight, tokens.helpersLetterSpacing, tokens.helpersLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.clearIndicatorHintInnerRight, tokens.scrollbarWidth, tokens.scrollbarBorderWidth, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight),
@@ -40,6 +40,7 @@ function _templateObject() {
40
40
  ": var(--surface-accent);\n ",
41
41
  ": var(--text-secondary);\n ",
42
42
  ": var(--text-secondary);\n ",
43
+ ": var(--text-secondary);\n ",
43
44
  ": var(--shadow-down-soft-s);\n "
44
45
  ]);
45
46
  _templateObject = function _templateObject() {
@@ -79,6 +80,7 @@ function _templateObject1() {
79
80
  ": var(--surface-accent);\n ",
80
81
  ": var(--text-secondary);\n ",
81
82
  ": var(--text-secondary);\n ",
83
+ ": var(--text-secondary);\n ",
82
84
  ": var(--shadow-down-soft-s);\n "
83
85
  ]);
84
86
  _templateObject1 = function _templateObject() {
@@ -118,6 +120,7 @@ function _templateObject2() {
118
120
  ": var(--surface-accent);\n ",
119
121
  ": var(--text-secondary);\n ",
120
122
  ": var(--text-secondary);\n ",
123
+ ": var(--text-secondary);\n ",
121
124
  ": var(--shadow-down-soft-s);\n "
122
125
  ]);
123
126
  _templateObject2 = function _templateObject() {
@@ -596,9 +599,9 @@ export var config = {
596
599
  },
597
600
  variations: {
598
601
  view: {
599
- default: css(_templateObject(), tokens.borderColor, tokens.borderColorFocus, tokens.borderColorHover, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorActive, tokens.backgroundColorFocus, tokens.labelOuterColor, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.indicatorColor, tokens.optionalColor, tokens.scrollbarThumbBackgroundColor, tokens.scrollbarThumbBackgroundColorHover, tokens.scrollbarThumbBackgroundColorActive, tokens.scrollbarTrackBackgroundColor, tokens.scrollbarTrackBackgroundColorActive, tokens.scrollbarTrackBackgroundColorHover, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.titleCaptionColor, tokens.hintIconColor, tokens.boxShadow),
600
- warning: css(_templateObject1(), tokens.borderColor, tokens.borderColorFocus, tokens.borderColorHover, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorActive, tokens.backgroundColorFocus, tokens.labelOuterColor, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.indicatorColor, tokens.optionalColor, tokens.scrollbarThumbBackgroundColor, tokens.scrollbarThumbBackgroundColorHover, tokens.scrollbarThumbBackgroundColorActive, tokens.scrollbarTrackBackgroundColor, tokens.scrollbarTrackBackgroundColorActive, tokens.scrollbarTrackBackgroundColorHover, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.titleCaptionColor, tokens.hintIconColor, tokens.boxShadow),
601
- negative: css(_templateObject2(), tokens.borderColor, tokens.borderColorFocus, tokens.borderColorHover, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorActive, tokens.backgroundColorFocus, tokens.labelOuterColor, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.indicatorColor, tokens.optionalColor, tokens.scrollbarThumbBackgroundColor, tokens.scrollbarThumbBackgroundColorHover, tokens.scrollbarThumbBackgroundColorActive, tokens.scrollbarTrackBackgroundColor, tokens.scrollbarTrackBackgroundColorActive, tokens.scrollbarTrackBackgroundColorHover, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.titleCaptionColor, tokens.hintIconColor, tokens.boxShadow)
602
+ default: css(_templateObject(), tokens.borderColor, tokens.borderColorFocus, tokens.borderColorHover, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorActive, tokens.backgroundColorFocus, tokens.labelOuterColor, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.indicatorColor, tokens.optionalColor, tokens.scrollbarThumbBackgroundColor, tokens.scrollbarThumbBackgroundColorHover, tokens.scrollbarThumbBackgroundColorActive, tokens.scrollbarTrackBackgroundColor, tokens.scrollbarTrackBackgroundColorActive, tokens.scrollbarTrackBackgroundColorHover, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.titleCaptionColor, tokens.hintIconColor, tokens.titleCaptionColor, tokens.boxShadow),
603
+ warning: css(_templateObject1(), tokens.borderColor, tokens.borderColorFocus, tokens.borderColorHover, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorActive, tokens.backgroundColorFocus, tokens.labelOuterColor, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.indicatorColor, tokens.optionalColor, tokens.scrollbarThumbBackgroundColor, tokens.scrollbarThumbBackgroundColorHover, tokens.scrollbarThumbBackgroundColorActive, tokens.scrollbarTrackBackgroundColor, tokens.scrollbarTrackBackgroundColorActive, tokens.scrollbarTrackBackgroundColorHover, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.titleCaptionColor, tokens.hintIconColor, tokens.titleCaptionColor, tokens.boxShadow),
604
+ negative: css(_templateObject2(), tokens.borderColor, tokens.borderColorFocus, tokens.borderColorHover, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorActive, tokens.backgroundColorFocus, tokens.labelOuterColor, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.indicatorColor, tokens.optionalColor, tokens.scrollbarThumbBackgroundColor, tokens.scrollbarThumbBackgroundColorHover, tokens.scrollbarThumbBackgroundColorActive, tokens.scrollbarTrackBackgroundColor, tokens.scrollbarTrackBackgroundColorActive, tokens.scrollbarTrackBackgroundColorHover, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.titleCaptionColor, tokens.hintIconColor, tokens.titleCaptionColor, tokens.boxShadow)
602
605
  },
603
606
  size: {
604
607
  xl: css(_templateObject3(), tokens.inputWidth, tokens.inputHeight, tokens.inputMinHeight, tokens.borderRadius, tokens.borderSize, tokens.borderRadiusWithHelpers, tokens.inputPaddingTop, tokens.inputPaddingRight, tokens.inputPaddingRightWithRightContent, tokens.inputPaddingBottom, tokens.inputPaddingLeft, tokens.helpersPaddingTop, tokens.helpersPaddingRight, tokens.helpersPaddingBottom, tokens.helpersPaddingLeft, tokens.helpersOffset, tokens.rightContentTop, tokens.rightContentRight, tokens.rightContentHeight, tokens.labelMarginBottom, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.labelInnerTop, tokens.labelInnerTopHelper, tokens.labelInnerMarginBottom, tokens.inputFontFamily, tokens.inputFontSize, tokens.inputFontStyle, tokens.inputFontWeight, tokens.inputLetterSpacing, tokens.inputLineHeight, tokens.helpersFontFamily, tokens.helpersFontSize, tokens.helpersFontStyle, tokens.helpersFontWeight, tokens.helpersLetterSpacing, tokens.helpersLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.indicatorLabelPlacementHintOuterRight, tokens.scrollbarWidth, tokens.scrollbarBorderWidth, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-insol",
3
- "version": "0.328.0-canary.2423.20988873450.0",
3
+ "version": "0.328.0-canary.2423.21062975778.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS INSOL web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "exports": {
@@ -32,8 +32,8 @@
32
32
  "directory": "packages/sdds-insol"
33
33
  },
34
34
  "dependencies": {
35
- "@salutejs/plasma-new-hope": "0.345.0-canary.2423.20988873450.0",
36
- "@salutejs/sdds-themes": "0.52.0-canary.2423.20988873450.0"
35
+ "@salutejs/plasma-new-hope": "0.345.0-canary.2423.21062975778.0",
36
+ "@salutejs/sdds-themes": "0.52.0-canary.2423.21062975778.0"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": ">=16.13.1",
@@ -58,10 +58,10 @@
58
58
  "@rollup/plugin-commonjs": "^25.0.4",
59
59
  "@rollup/plugin-node-resolve": "^15.1.0",
60
60
  "@salutejs/plasma-colors": "0.16.0",
61
- "@salutejs/plasma-core": "1.213.0-canary.2423.20988873450.0",
62
- "@salutejs/plasma-cy-utils": "0.143.0-canary.2423.20988873450.0",
61
+ "@salutejs/plasma-core": "1.213.0-canary.2423.21062975778.0",
62
+ "@salutejs/plasma-cy-utils": "0.143.0-canary.2423.21062975778.0",
63
63
  "@salutejs/plasma-icons": "1.228.0",
64
- "@salutejs/plasma-sb-utils": "0.213.0-canary.2423.20988873450.0",
64
+ "@salutejs/plasma-sb-utils": "0.213.0-canary.2423.21062975778.0",
65
65
  "@types/node": "16.7.13",
66
66
  "@types/react": "18.0.28",
67
67
  "@types/react-dom": "18.0.11",
@@ -111,5 +111,5 @@
111
111
  "sideEffects": [
112
112
  "*.css"
113
113
  ],
114
- "gitHead": "aa94d7dd83b285ded4e7fecaa043c853aaaa5ad2"
114
+ "gitHead": "86705fab239cda331bef1b088d9df9fc684314dd"
115
115
  }
@@ -0,0 +1,35 @@
1
+ export declare const config: {
2
+ defaults: {
3
+ view: string;
4
+ size: string;
5
+ };
6
+ variations: {
7
+ view: {
8
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ };
10
+ size: {
11
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ };
17
+ eventTooltipSize: {
18
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
+ };
21
+ hintView: {
22
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
+ };
24
+ hintSize: {
25
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
26
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
+ };
28
+ disabled: {
29
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
30
+ };
31
+ readOnly: {
32
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
33
+ };
34
+ };
35
+ };
@@ -18,6 +18,13 @@ export declare const config: {
18
18
  m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
19
  s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
20
  };
21
+ hintView: {
22
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
+ };
24
+ hintSize: {
25
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
26
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
+ };
21
28
  disabled: {
22
29
  true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
30
  };