@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.
- package/dist/css/cjs/components/DatePicker/DatePicker.clear.config.js +43 -0
- package/dist/css/cjs/components/DatePicker/DatePicker.clear.config.js.map +1 -0
- package/dist/css/cjs/components/DatePicker/DatePicker.clear.config_1euv769.css +13 -0
- package/dist/css/cjs/components/DatePicker/DatePicker.config.js +10 -3
- package/dist/css/cjs/components/DatePicker/DatePicker.config.js.map +1 -1
- package/dist/css/cjs/components/DatePicker/DatePicker.config_q2suix.css +13 -0
- package/dist/css/cjs/components/DatePicker/DatePicker.css +27 -10
- package/dist/css/cjs/components/DatePicker/DatePicker.js +27 -4
- package/dist/css/cjs/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/css/cjs/components/Range/Range.clear.config.js +41 -0
- package/dist/css/cjs/components/Range/Range.clear.config.js.map +1 -0
- package/dist/css/cjs/components/Range/Range.clear.config_1vqmj3b.css +11 -0
- package/dist/css/cjs/components/Range/Range.config.js +1 -1
- package/dist/css/cjs/components/Range/Range.config.js.map +1 -1
- package/dist/css/cjs/components/Range/Range.config_gk59nl.css +11 -0
- package/dist/css/cjs/components/Range/Range.css +23 -11
- package/dist/css/cjs/components/Range/Range.js +14 -6
- package/dist/css/cjs/components/Range/Range.js.map +1 -1
- package/dist/css/cjs/components/TextArea/TextArea.clear.config.js +1 -1
- package/dist/css/cjs/components/TextArea/TextArea.clear.config.js.map +1 -1
- package/dist/css/{es/components/TextArea/TextArea.clear.config_vvqdh8.css → cjs/components/TextArea/TextArea.clear.config_9oxm8n.css} +3 -3
- package/dist/css/cjs/components/TextArea/TextArea.config.js +1 -1
- package/dist/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
- package/dist/css/{es/components/TextArea/TextArea.config_5f42o1.css → cjs/components/TextArea/TextArea.config_xyi5zn.css} +3 -3
- package/dist/css/cjs/components/TextArea/TextArea.css +26 -26
- package/dist/css/cjs/index.css +78 -49
- package/dist/css/es/components/DatePicker/DatePicker.clear.config.js +39 -0
- package/dist/css/es/components/DatePicker/DatePicker.clear.config.js.map +1 -0
- package/dist/css/es/components/DatePicker/DatePicker.clear.config_1euv769.css +13 -0
- package/dist/css/es/components/DatePicker/DatePicker.config.js +10 -3
- package/dist/css/es/components/DatePicker/DatePicker.config.js.map +1 -1
- package/dist/css/es/components/DatePicker/DatePicker.config_q2suix.css +13 -0
- package/dist/css/es/components/DatePicker/DatePicker.css +27 -10
- package/dist/css/es/components/DatePicker/DatePicker.js +25 -6
- package/dist/css/es/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/css/es/components/Range/Range.clear.config.js +37 -0
- package/dist/css/es/components/Range/Range.clear.config.js.map +1 -0
- package/dist/css/es/components/Range/Range.clear.config_1vqmj3b.css +11 -0
- package/dist/css/es/components/Range/Range.config.js +1 -1
- package/dist/css/es/components/Range/Range.config.js.map +1 -1
- package/dist/css/es/components/Range/Range.config_gk59nl.css +11 -0
- package/dist/css/es/components/Range/Range.css +23 -11
- package/dist/css/es/components/Range/Range.js +14 -8
- package/dist/css/es/components/Range/Range.js.map +1 -1
- package/dist/css/es/components/TextArea/TextArea.clear.config.js +1 -1
- package/dist/css/es/components/TextArea/TextArea.clear.config.js.map +1 -1
- package/dist/css/{cjs/components/TextArea/TextArea.clear.config_vvqdh8.css → es/components/TextArea/TextArea.clear.config_9oxm8n.css} +3 -3
- package/dist/css/es/components/TextArea/TextArea.config.js +1 -1
- package/dist/css/es/components/TextArea/TextArea.config.js.map +1 -1
- package/dist/css/{cjs/components/TextArea/TextArea.config_5f42o1.css → es/components/TextArea/TextArea.config_xyi5zn.css} +3 -3
- package/dist/css/es/components/TextArea/TextArea.css +26 -26
- package/dist/css/es/index.css +78 -49
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.clear.config.js +1004 -0
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +169 -10
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.js +39 -4
- package/dist/styled-components/cjs/components/Range/Range.clear.config.js +554 -0
- package/dist/styled-components/cjs/components/Range/Range.config.js +19 -7
- package/dist/styled-components/cjs/components/Range/Range.js +28 -5
- package/dist/styled-components/cjs/components/TextArea/TextArea.clear.config.js +6 -3
- package/dist/styled-components/cjs/components/TextArea/TextArea.config.js +6 -3
- package/dist/styled-components/es/components/DatePicker/DatePicker.clear.config.js +994 -0
- package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +169 -10
- package/dist/styled-components/es/components/DatePicker/DatePicker.js +28 -5
- package/dist/styled-components/es/components/Range/Range.clear.config.js +544 -0
- package/dist/styled-components/es/components/Range/Range.config.js +19 -7
- package/dist/styled-components/es/components/Range/Range.js +16 -6
- package/dist/styled-components/es/components/TextArea/TextArea.clear.config.js +6 -3
- package/dist/styled-components/es/components/TextArea/TextArea.config.js +6 -3
- package/package.json +7 -7
- package/types/components/DatePicker/DatePicker.clear.config.d.ts +35 -0
- package/types/components/DatePicker/DatePicker.config.d.ts +7 -0
- package/types/components/DatePicker/DatePicker.d.ts +522 -4
- package/types/components/Range/Range.clear.config.d.ts +33 -0
- package/types/components/Range/Range.d.ts +1659 -4
- package/dist/css/cjs/components/DatePicker/DatePicker.config_1uoda34.css +0 -10
- package/dist/css/cjs/components/Range/Range.config_m3cwc1.css +0 -11
- package/dist/css/es/components/DatePicker/DatePicker.config_1uoda34.css +0 -10
- 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
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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.
|
|
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.
|
|
36
|
-
"@salutejs/sdds-themes": "0.52.0-canary.2423.
|
|
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.
|
|
62
|
-
"@salutejs/plasma-cy-utils": "0.143.0-canary.2423.
|
|
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.
|
|
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": "
|
|
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
|
};
|