@salutejs/sdds-cs 0.316.0-canary.1972.15071772993.0 → 0.316.0-canary.1976.15107513065.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/components/Accordion/Accordion.d.ts +1 -1
- package/components/Attach/Attach.d.ts +8 -8
- package/components/Autocomplete/Autocomplete.d.ts +12 -12
- package/components/Button/Button.d.ts +4 -4
- package/components/Calendar/CalendarBase.config.js +1 -1
- package/components/Calendar/CalendarDouble.config.js +1 -1
- package/components/Cell/Cell.d.ts +2 -2
- package/components/Combobox/Combobox.d.ts +24 -24
- package/components/DatePicker/DatePicker.config.js +1 -1
- package/components/DatePicker/DatePicker.d.ts +4 -4
- package/components/Dropdown/Dropdown.d.ts +2 -2
- package/components/IconButton/IconButton.d.ts +2 -2
- package/components/Image/Image.d.ts +1 -1
- package/components/Mask/Mask.d.ts +12 -12
- package/components/NumberInput/NumberInput.d.ts +2 -2
- package/components/Rating/Rating.d.ts +2 -2
- package/components/Select/Select.d.ts +6 -6
- package/components/Skeleton/Skeleton.d.ts +2 -2
- package/components/Slider/Slider.d.ts +14 -14
- package/components/TextArea/TextArea.d.ts +8 -8
- package/components/TextField/TextField.d.ts +12 -12
- package/emotion/cjs/components/Calendar/Calendar.stories.tsx +32 -40
- package/emotion/cjs/components/Calendar/CalendarBase.config.js +1 -1
- package/emotion/cjs/components/Calendar/CalendarDouble.config.js +1 -1
- package/emotion/cjs/components/DatePicker/DatePicker.config.js +1 -1
- package/emotion/cjs/components/DatePicker/DatePicker.stories.tsx +0 -6
- package/emotion/es/components/Calendar/Calendar.stories.tsx +32 -40
- package/emotion/es/components/Calendar/CalendarBase.config.js +1 -1
- package/emotion/es/components/Calendar/CalendarDouble.config.js +1 -1
- package/emotion/es/components/DatePicker/DatePicker.config.js +1 -1
- package/emotion/es/components/DatePicker/DatePicker.stories.tsx +0 -6
- package/es/components/Calendar/CalendarBase.config.js +1 -1
- package/es/components/Calendar/CalendarDouble.config.js +1 -1
- package/es/components/DatePicker/DatePicker.config.js +1 -1
- package/package.json +3 -3
@@ -14,7 +14,7 @@ export declare const Accordion: import("react").FunctionComponent<import("@salut
|
|
14
14
|
singleActive?: boolean | undefined;
|
15
15
|
defaultActiveEventKey?: number[] | undefined;
|
16
16
|
disabled?: boolean | undefined;
|
17
|
-
stretching?: "
|
17
|
+
stretching?: "filled" | "fixed" | undefined;
|
18
18
|
onChange?: ((index?: number | undefined, value?: boolean | undefined) => void) | undefined;
|
19
19
|
children?: import("react").ReactNode;
|
20
20
|
className?: string | undefined;
|
@@ -22,7 +22,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
22
22
|
isLoading?: boolean | undefined;
|
23
23
|
loader?: import("react").ReactNode;
|
24
24
|
stretch?: boolean | undefined;
|
25
|
-
stretching?: ("
|
25
|
+
stretching?: ("auto" | "filled" | "fixed") | undefined;
|
26
26
|
square?: boolean | undefined;
|
27
27
|
focused?: boolean | undefined;
|
28
28
|
disabled?: boolean | undefined;
|
@@ -45,7 +45,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
45
45
|
isLoading?: boolean | undefined;
|
46
46
|
loader?: import("react").ReactNode;
|
47
47
|
stretch?: boolean | undefined;
|
48
|
-
stretching?: ("
|
48
|
+
stretching?: ("auto" | "filled" | "fixed") | undefined;
|
49
49
|
square?: boolean | undefined;
|
50
50
|
focused?: boolean | undefined;
|
51
51
|
disabled?: boolean | undefined;
|
@@ -71,7 +71,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
71
71
|
isLoading?: boolean | undefined;
|
72
72
|
loader?: import("react").ReactNode;
|
73
73
|
stretch?: boolean | undefined;
|
74
|
-
stretching?: ("
|
74
|
+
stretching?: ("auto" | "filled" | "fixed") | undefined;
|
75
75
|
square?: boolean | undefined;
|
76
76
|
focused?: boolean | undefined;
|
77
77
|
disabled?: boolean | undefined;
|
@@ -95,7 +95,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
95
95
|
isLoading?: boolean | undefined;
|
96
96
|
loader?: import("react").ReactNode;
|
97
97
|
stretch?: boolean | undefined;
|
98
|
-
stretching?: ("
|
98
|
+
stretching?: ("auto" | "filled" | "fixed") | undefined;
|
99
99
|
square?: boolean | undefined;
|
100
100
|
focused?: boolean | undefined;
|
101
101
|
disabled?: boolean | undefined;
|
@@ -122,7 +122,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
122
122
|
isLoading?: boolean | undefined;
|
123
123
|
loader?: import("react").ReactNode;
|
124
124
|
stretch?: boolean | undefined;
|
125
|
-
stretching?: ("
|
125
|
+
stretching?: ("auto" | "filled" | "fixed") | undefined;
|
126
126
|
square?: boolean | undefined;
|
127
127
|
focused?: boolean | undefined;
|
128
128
|
disabled?: boolean | undefined;
|
@@ -148,7 +148,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
148
148
|
isLoading?: boolean | undefined;
|
149
149
|
loader?: import("react").ReactNode;
|
150
150
|
stretch?: boolean | undefined;
|
151
|
-
stretching?: ("
|
151
|
+
stretching?: ("auto" | "filled" | "fixed") | undefined;
|
152
152
|
square?: boolean | undefined;
|
153
153
|
focused?: boolean | undefined;
|
154
154
|
disabled?: boolean | undefined;
|
@@ -171,7 +171,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
171
171
|
isLoading?: boolean | undefined;
|
172
172
|
loader?: import("react").ReactNode;
|
173
173
|
stretch?: boolean | undefined;
|
174
|
-
stretching?: ("
|
174
|
+
stretching?: ("auto" | "filled" | "fixed") | undefined;
|
175
175
|
square?: boolean | undefined;
|
176
176
|
focused?: boolean | undefined;
|
177
177
|
disabled?: boolean | undefined;
|
@@ -198,7 +198,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
198
198
|
isLoading?: boolean | undefined;
|
199
199
|
loader?: import("react").ReactNode;
|
200
200
|
stretch?: boolean | undefined;
|
201
|
-
stretching?: ("
|
201
|
+
stretching?: ("auto" | "filled" | "fixed") | undefined;
|
202
202
|
square?: boolean | undefined;
|
203
203
|
focused?: boolean | undefined;
|
204
204
|
disabled?: boolean | undefined;
|
@@ -70,7 +70,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
70
70
|
chipType?: undefined;
|
71
71
|
chipView?: undefined;
|
72
72
|
chipValidator?: undefined;
|
73
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
73
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
74
74
|
size?: string | undefined;
|
75
75
|
view?: string | undefined;
|
76
76
|
labelPlacement?: string | undefined;
|
@@ -120,12 +120,12 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
120
120
|
onSearch?: undefined;
|
121
121
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
122
122
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
123
|
-
chipType?: "
|
123
|
+
chipType?: "default" | "text" | undefined;
|
124
124
|
chipView?: string | undefined;
|
125
125
|
chipValidator?: ((value: string) => {
|
126
126
|
view?: string | undefined;
|
127
127
|
}) | undefined;
|
128
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
128
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
129
129
|
size?: string | undefined;
|
130
130
|
view?: string | undefined;
|
131
131
|
labelPlacement?: string | undefined;
|
@@ -178,7 +178,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
178
178
|
chipType?: undefined;
|
179
179
|
chipView?: undefined;
|
180
180
|
chipValidator?: undefined;
|
181
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
181
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
182
182
|
size?: string | undefined;
|
183
183
|
view?: string | undefined;
|
184
184
|
labelPlacement?: string | undefined;
|
@@ -228,12 +228,12 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
228
228
|
onSearch?: undefined;
|
229
229
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
230
230
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
231
|
-
chipType?: "
|
231
|
+
chipType?: "default" | "text" | undefined;
|
232
232
|
chipView?: string | undefined;
|
233
233
|
chipValidator?: ((value: string) => {
|
234
234
|
view?: string | undefined;
|
235
235
|
}) | undefined;
|
236
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
236
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
237
237
|
size?: string | undefined;
|
238
238
|
view?: string | undefined;
|
239
239
|
labelPlacement?: string | undefined;
|
@@ -286,7 +286,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
286
286
|
chipType?: undefined;
|
287
287
|
chipView?: undefined;
|
288
288
|
chipValidator?: undefined;
|
289
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
289
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
290
290
|
size?: string | undefined;
|
291
291
|
view?: string | undefined;
|
292
292
|
labelPlacement?: string | undefined;
|
@@ -336,12 +336,12 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
336
336
|
onSearch?: undefined;
|
337
337
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
338
338
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
339
|
-
chipType?: "
|
339
|
+
chipType?: "default" | "text" | undefined;
|
340
340
|
chipView?: string | undefined;
|
341
341
|
chipValidator?: ((value: string) => {
|
342
342
|
view?: string | undefined;
|
343
343
|
}) | undefined;
|
344
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
344
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
345
345
|
size?: string | undefined;
|
346
346
|
view?: string | undefined;
|
347
347
|
labelPlacement?: string | undefined;
|
@@ -394,7 +394,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
394
394
|
chipType?: undefined;
|
395
395
|
chipView?: undefined;
|
396
396
|
chipValidator?: undefined;
|
397
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
397
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
398
398
|
size?: string | undefined;
|
399
399
|
view?: string | undefined;
|
400
400
|
labelPlacement?: string | undefined;
|
@@ -444,9 +444,9 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
444
444
|
onSearch?: undefined;
|
445
445
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
446
446
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
447
|
-
chipType?: "
|
447
|
+
chipType?: "default" | "text" | undefined;
|
448
448
|
chipView?: string | undefined;
|
449
449
|
chipValidator?: ((value: string) => {
|
450
450
|
view?: string | undefined;
|
451
451
|
}) | undefined;
|
452
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
452
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
|
@@ -24,7 +24,7 @@ declare const ButtonComponent: React.FunctionComponent<import("@salutejs/plasma-
|
|
24
24
|
isLoading?: boolean | undefined;
|
25
25
|
loader?: React.ReactNode;
|
26
26
|
stretch?: boolean | undefined;
|
27
|
-
stretching?: ("
|
27
|
+
stretching?: ("auto" | "filled" | "fixed") | undefined;
|
28
28
|
square?: boolean | undefined;
|
29
29
|
focused?: boolean | undefined;
|
30
30
|
disabled?: boolean | undefined;
|
@@ -45,7 +45,7 @@ declare const ButtonComponent: React.FunctionComponent<import("@salutejs/plasma-
|
|
45
45
|
isLoading?: boolean | undefined;
|
46
46
|
loader?: React.ReactNode;
|
47
47
|
stretch?: boolean | undefined;
|
48
|
-
stretching?: ("
|
48
|
+
stretching?: ("auto" | "filled" | "fixed") | undefined;
|
49
49
|
square?: boolean | undefined;
|
50
50
|
focused?: boolean | undefined;
|
51
51
|
disabled?: boolean | undefined;
|
@@ -89,7 +89,7 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salu
|
|
89
89
|
isLoading?: boolean | undefined;
|
90
90
|
loader?: React.ReactNode;
|
91
91
|
stretch?: boolean | undefined;
|
92
|
-
stretching?: ("
|
92
|
+
stretching?: ("auto" | "filled" | "fixed") | undefined;
|
93
93
|
square?: boolean | undefined;
|
94
94
|
focused?: boolean | undefined;
|
95
95
|
disabled?: boolean | undefined;
|
@@ -128,7 +128,7 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salu
|
|
128
128
|
isLoading?: boolean | undefined;
|
129
129
|
loader?: React.ReactNode;
|
130
130
|
stretch?: boolean | undefined;
|
131
|
-
stretching?: ("
|
131
|
+
stretching?: ("auto" | "filled" | "fixed") | undefined;
|
132
132
|
square?: boolean | undefined;
|
133
133
|
focused?: boolean | undefined;
|
134
134
|
disabled?: boolean | undefined;
|
@@ -17,7 +17,7 @@ var config = exports.config = {
|
|
17
17
|
"default": /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--surface-accent);\n ", ": var(--inverse-text-primary);\n ", ": var(--surface-transparent-accent);\n ", ": var(--inverse-outline-solid-secondary);\n ", ": transparent;\n ", ": var(--text-primary);\n ", ": var(--surface-transparent-accent);\n ", ": var(--surface-accent);\n ", ": var(--inverse-text-primary);\n ", ": var(--surface-transparent-accent);\n ", ": var(--text-primary);\n ", ": var(--surface-transparent-accent);\n ", ": var(--surface-accent);\n ", ": var(--surface-primary);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n ", ": var(--text-accent);\n ", ": 1;\n\n ", ": var(--text-accent);\n ", ": var(--surface-clear);\n ", ": var(--text-primary-hover);\n ", ": var(--surface-clear);\n ", ": var(--text-primary-hover);\n ", ": var(--surface-clear);\n ", ": var(--surface-accent);\n "])), _styledComponents.calendarBaseTokens.calendarSelectedItemBackground, _styledComponents.calendarBaseTokens.calendarSelectedItemColor, _styledComponents.calendarBaseTokens.calendarSelectableItemBackgroundHover, _styledComponents.calendarBaseTokens.calendarCurrentItemBorderColor, _styledComponents.calendarBaseTokens.calendarCurrentItemBackgroundHover, _styledComponents.calendarBaseTokens.calendarCurrentItemColorHover, _styledComponents.calendarBaseTokens.calendarCurrentItemChildBackgroundHover, _styledComponents.calendarBaseTokens.calendarActiveItemBackground, _styledComponents.calendarBaseTokens.calendarActiveItemColor, _styledComponents.calendarBaseTokens.calendarHoveredItemBackground, _styledComponents.calendarBaseTokens.calendarHoveredItemColor, _styledComponents.calendarBaseTokens.calendarRangeBackground, _styledComponents.calendarBaseTokens.calendarOutlineFocusColor, _styledComponents.calendarBaseTokens.calendarContentPrimaryColor, _styledComponents.calendarBaseTokens.calendarContentPrimaryDisabledColor, _styledComponents.calendarBaseTokens.calendarContentSecondaryColor, _styledComponents.calendarBaseTokens.calendarContentSecondaryDisabledColor, _styledComponents.calendarBaseTokens.calendarDayOfWeekColor, _styledComponents.calendarBaseTokens.calendarHeaderArrowColor, _styledComponents.calendarBaseTokens.calendarDisabledOpacity, _styledComponents.calendarBaseTokens.iconButtonColor, _styledComponents.calendarBaseTokens.iconButtonBackgroundColor, _styledComponents.calendarBaseTokens.iconButtonColorHover, _styledComponents.calendarBaseTokens.iconButtonBackgroundColorHover, _styledComponents.calendarBaseTokens.iconButtonColorActive, _styledComponents.calendarBaseTokens.iconButtonBackgroundColorActive, _styledComponents.calendarBaseTokens.iconButtonFocusColor)
|
18
18
|
},
|
19
19
|
size: {
|
20
|
-
s: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 17.5rem;\n ", ": 17rem;\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.5rem 0 0 0;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.125rem;\n\n ", ": 0.5rem;\n\n ", ": 0 0 0 0.5rem;\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-body-m-bold-font-family);\n ", ": var(--plasma-typo-body-m-bold-font-size);\n ", ": var(--plasma-typo-body-m-bold-font-style);\n ", ": var(--plasma-typo-body-m-bold-letter-spacing);\n ", ": var(--plasma-typo-body-m-bold-line-height);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n\n ", ": 2.5rem;\n ", ": 2.5rem;\n ", ": 1rem;\n ", ": 0.625rem;\n "])), _styledComponents.calendarBaseTokens.calendarWidth, _styledComponents.calendarBaseTokens.calendarHeight, _styledComponents.calendarBaseTokens.calendarYearsPadding, _styledComponents.calendarBaseTokens.calendarYearItemBorderRadius, _styledComponents.calendarBaseTokens.calendarYearFontFamily, _styledComponents.calendarBaseTokens.calendarYearFontSize, _styledComponents.calendarBaseTokens.calendarYearFontStyle, _styledComponents.calendarBaseTokens.calendarYearFontLetterSpacing, _styledComponents.calendarBaseTokens.calendarYearFontLineHeight, _styledComponents.calendarBaseTokens.calendarYearFontWeight, _styledComponents.calendarBaseTokens.calendarYearSelectedFontWeight, _styledComponents.calendarBaseTokens.calendarQuartersPadding, _styledComponents.calendarBaseTokens.calendarQuarterItemBorderRadius, _styledComponents.calendarBaseTokens.calendarQuarterFontFamily, _styledComponents.calendarBaseTokens.calendarQuarterFontSize, _styledComponents.calendarBaseTokens.calendarQuarterFontStyle, _styledComponents.calendarBaseTokens.calendarQuarterFontLetterSpacing, _styledComponents.calendarBaseTokens.calendarQuarterFontLineHeight, _styledComponents.calendarBaseTokens.calendarQuarterFontWeight, _styledComponents.calendarBaseTokens.calendarQuarterSelectedFontWeight, _styledComponents.calendarBaseTokens.calendarMonthsPadding, _styledComponents.calendarBaseTokens.calendarMonthItemBorderRadius, _styledComponents.calendarBaseTokens.calendarMonthFontFamily, _styledComponents.calendarBaseTokens.calendarMonthFontSize, _styledComponents.calendarBaseTokens.calendarMonthFontStyle, _styledComponents.calendarBaseTokens.calendarMonthFontLetterSpacing, _styledComponents.calendarBaseTokens.calendarMonthFontLineHeight, _styledComponents.calendarBaseTokens.calendarMonthFontWeight, _styledComponents.calendarBaseTokens.calendarMonthSelectedFontWeight, _styledComponents.calendarBaseTokens.calendarDaysPadding, _styledComponents.calendarBaseTokens.calendarDayItemBorderRadius, _styledComponents.calendarBaseTokens.calendarDayFontFamily, _styledComponents.calendarBaseTokens.calendarDayFontSize, _styledComponents.calendarBaseTokens.calendarDayFontStyle, _styledComponents.calendarBaseTokens.calendarDayFontLetterSpacing, _styledComponents.calendarBaseTokens.calendarDayFontLineHeight, _styledComponents.calendarBaseTokens.calendarDayFontWeight, _styledComponents.calendarBaseTokens.calendarDaySelectedFontWeight, _styledComponents.calendarBaseTokens.calendarCurrentItemBorderWidth, _styledComponents.calendarBaseTokens.calendarHeaderArrowGap, _styledComponents.calendarBaseTokens.calendarHeaderPadding, _styledComponents.calendarBaseTokens.calendarHeaderDateGap, _styledComponents.calendarBaseTokens.calendarHeaderFontFamily, _styledComponents.calendarBaseTokens.calendarHeaderFontSize, _styledComponents.calendarBaseTokens.calendarHeaderFontStyle, _styledComponents.calendarBaseTokens.calendarHeaderFontLetterSpacing, _styledComponents.calendarBaseTokens.calendarHeaderFontLineHeight, _styledComponents.calendarBaseTokens.calendarHeaderFontWeight, _styledComponents.calendarBaseTokens.calendarHeaderFontWeightBold, _styledComponents.calendarBaseTokens.iconButtonHeight, _styledComponents.calendarBaseTokens.iconButtonWidth, _styledComponents.calendarBaseTokens.iconButtonPadding, _styledComponents.calendarBaseTokens.iconButtonRadius)
|
20
|
+
s: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 17.5rem;\n ", ": 17rem;\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.5rem;\n ", ": 5.5rem;\n ", ": 3.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.5rem;\n ", ": 8.25rem;\n ", ": 7rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.5rem;\n ", ": 5.5rem;\n ", ": 3.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.5rem 0 0 0;\n ", ": 0.5rem;\n ", ": 2.5rem;\n ", ": 2rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.125rem;\n\n ", ": 0.5rem;\n\n ", ": 0 0 0 0.5rem;\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-body-m-bold-font-family);\n ", ": var(--plasma-typo-body-m-bold-font-size);\n ", ": var(--plasma-typo-body-m-bold-font-style);\n ", ": var(--plasma-typo-body-m-bold-letter-spacing);\n ", ": var(--plasma-typo-body-m-bold-line-height);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n\n ", ": 2.5rem;\n ", ": 2.5rem;\n ", ": 1rem;\n ", ": 0.625rem;\n "])), _styledComponents.calendarBaseTokens.calendarWidth, _styledComponents.calendarBaseTokens.calendarHeight, _styledComponents.calendarBaseTokens.calendarYearsPadding, _styledComponents.calendarBaseTokens.calendarYearItemBorderRadius, _styledComponents.calendarBaseTokens.calendarYearItemWidth, _styledComponents.calendarBaseTokens.calendarYearItemHeight, _styledComponents.calendarBaseTokens.calendarYearFontFamily, _styledComponents.calendarBaseTokens.calendarYearFontSize, _styledComponents.calendarBaseTokens.calendarYearFontStyle, _styledComponents.calendarBaseTokens.calendarYearFontLetterSpacing, _styledComponents.calendarBaseTokens.calendarYearFontLineHeight, _styledComponents.calendarBaseTokens.calendarYearFontWeight, _styledComponents.calendarBaseTokens.calendarYearSelectedFontWeight, _styledComponents.calendarBaseTokens.calendarQuartersPadding, _styledComponents.calendarBaseTokens.calendarQuarterItemBorderRadius, _styledComponents.calendarBaseTokens.calendarQuarterItemWidth, _styledComponents.calendarBaseTokens.calendarQuarterItemHeight, _styledComponents.calendarBaseTokens.calendarQuarterFontFamily, _styledComponents.calendarBaseTokens.calendarQuarterFontSize, _styledComponents.calendarBaseTokens.calendarQuarterFontStyle, _styledComponents.calendarBaseTokens.calendarQuarterFontLetterSpacing, _styledComponents.calendarBaseTokens.calendarQuarterFontLineHeight, _styledComponents.calendarBaseTokens.calendarQuarterFontWeight, _styledComponents.calendarBaseTokens.calendarQuarterSelectedFontWeight, _styledComponents.calendarBaseTokens.calendarMonthsPadding, _styledComponents.calendarBaseTokens.calendarMonthItemBorderRadius, _styledComponents.calendarBaseTokens.calendarMonthItemWidth, _styledComponents.calendarBaseTokens.calendarMonthItemHeight, _styledComponents.calendarBaseTokens.calendarMonthFontFamily, _styledComponents.calendarBaseTokens.calendarMonthFontSize, _styledComponents.calendarBaseTokens.calendarMonthFontStyle, _styledComponents.calendarBaseTokens.calendarMonthFontLetterSpacing, _styledComponents.calendarBaseTokens.calendarMonthFontLineHeight, _styledComponents.calendarBaseTokens.calendarMonthFontWeight, _styledComponents.calendarBaseTokens.calendarMonthSelectedFontWeight, _styledComponents.calendarBaseTokens.calendarDaysPadding, _styledComponents.calendarBaseTokens.calendarDayItemBorderRadius, _styledComponents.calendarBaseTokens.calendarDayItemWidth, _styledComponents.calendarBaseTokens.calendarDayItemHeight, _styledComponents.calendarBaseTokens.calendarDayFontFamily, _styledComponents.calendarBaseTokens.calendarDayFontSize, _styledComponents.calendarBaseTokens.calendarDayFontStyle, _styledComponents.calendarBaseTokens.calendarDayFontLetterSpacing, _styledComponents.calendarBaseTokens.calendarDayFontLineHeight, _styledComponents.calendarBaseTokens.calendarDayFontWeight, _styledComponents.calendarBaseTokens.calendarDaySelectedFontWeight, _styledComponents.calendarBaseTokens.calendarCurrentItemBorderWidth, _styledComponents.calendarBaseTokens.calendarHeaderArrowGap, _styledComponents.calendarBaseTokens.calendarHeaderPadding, _styledComponents.calendarBaseTokens.calendarHeaderDateGap, _styledComponents.calendarBaseTokens.calendarHeaderFontFamily, _styledComponents.calendarBaseTokens.calendarHeaderFontSize, _styledComponents.calendarBaseTokens.calendarHeaderFontStyle, _styledComponents.calendarBaseTokens.calendarHeaderFontLetterSpacing, _styledComponents.calendarBaseTokens.calendarHeaderFontLineHeight, _styledComponents.calendarBaseTokens.calendarHeaderFontWeight, _styledComponents.calendarBaseTokens.calendarHeaderFontWeightBold, _styledComponents.calendarBaseTokens.iconButtonHeight, _styledComponents.calendarBaseTokens.iconButtonWidth, _styledComponents.calendarBaseTokens.iconButtonPadding, _styledComponents.calendarBaseTokens.iconButtonRadius)
|
21
21
|
}
|
22
22
|
}
|
23
23
|
};
|
@@ -17,7 +17,7 @@ var config = exports.config = {
|
|
17
17
|
"default": /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--surface-accent);\n ", ": var(--inverse-text-primary);\n ", ": var(--surface-transparent-accent);\n ", ": var(--inverse-outline-solid-secondary);\n ", ": transparent;\n ", ": var(--text-primary);\n ", ": var(--surface-transparent-accent);\n ", ": var(--surface-accent);\n ", ": var(--inverse-text-primary);\n ", ": var(--surface-transparent-accent);\n ", ": var(--text-primary);\n ", ": var(--surface-transparent-accent);\n ", ": var(--surface-accent);\n ", ": var(--surface-primary);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n ", ": var(--text-accent);\n ", ": 1;\n\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(--text-primary-hover);\n ", ": var(--surface-clear);\n ", ": var(--text-primary-hover);\n ", ": var(--surface-clear);\n ", ": var(--surface-accent);\n "])), _styledComponents.calendarDoubleTokens.calendarSelectedItemBackground, _styledComponents.calendarDoubleTokens.calendarSelectedItemColor, _styledComponents.calendarDoubleTokens.calendarSelectableItemBackgroundHover, _styledComponents.calendarDoubleTokens.calendarCurrentItemBorderColor, _styledComponents.calendarDoubleTokens.calendarCurrentItemBackgroundHover, _styledComponents.calendarDoubleTokens.calendarCurrentItemColorHover, _styledComponents.calendarDoubleTokens.calendarCurrentItemChildBackgroundHover, _styledComponents.calendarDoubleTokens.calendarActiveItemBackground, _styledComponents.calendarDoubleTokens.calendarActiveItemColor, _styledComponents.calendarDoubleTokens.calendarHoveredItemBackground, _styledComponents.calendarDoubleTokens.calendarHoveredItemColor, _styledComponents.calendarDoubleTokens.calendarRangeBackground, _styledComponents.calendarDoubleTokens.calendarOutlineFocusColor, _styledComponents.calendarDoubleTokens.calendarContentPrimaryColor, _styledComponents.calendarDoubleTokens.calendarContentPrimaryDisabledColor, _styledComponents.calendarDoubleTokens.calendarContentSecondaryColor, _styledComponents.calendarDoubleTokens.calendarContentSecondaryDisabledColor, _styledComponents.calendarDoubleTokens.calendarDayOfWeekColor, _styledComponents.calendarDoubleTokens.calendarHeaderArrowColor, _styledComponents.calendarDoubleTokens.calendarDisabledOpacity, _styledComponents.calendarDoubleTokens.iconButtonColor, _styledComponents.calendarDoubleTokens.iconButtonBackgroundColor, _styledComponents.calendarDoubleTokens.iconButtonColorHover, _styledComponents.calendarDoubleTokens.iconButtonBackgroundColorHover, _styledComponents.calendarDoubleTokens.iconButtonColorActive, _styledComponents.calendarDoubleTokens.iconButtonBackgroundColorActive, _styledComponents.calendarDoubleTokens.iconButtonFocusColor)
|
18
18
|
},
|
19
19
|
size: {
|
20
|
-
s: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 37.063rem;\n ", ": 17rem;\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.125rem;\n\n ", ": 0.5rem;\n\n ", ": 0.5rem 0 0 0;\n ", ": 0 0 0 0.5rem;\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-body-m-bold-font-family);\n ", ": var(--plasma-typo-body-m-bold-font-size);\n ", ": var(--plasma-typo-body-m-bold-font-style);\n ", ": var(--plasma-typo-body-m-bold-letter-spacing);\n ", ": var(--plasma-typo-body-m-bold-line-height);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n\n ", ": 2.5rem;\n ", ": 2.5rem;\n ", ": 1rem;\n ", ": 0.625rem;\n "])), _styledComponents.calendarDoubleTokens.calendarWidth, _styledComponents.calendarDoubleTokens.calendarHeight, _styledComponents.calendarDoubleTokens.calendarYearsPadding, _styledComponents.calendarDoubleTokens.calendarYearItemBorderRadius, _styledComponents.calendarDoubleTokens.calendarYearFontFamily, _styledComponents.calendarDoubleTokens.calendarYearFontSize, _styledComponents.calendarDoubleTokens.calendarYearFontStyle, _styledComponents.calendarDoubleTokens.calendarYearFontLetterSpacing, _styledComponents.calendarDoubleTokens.calendarYearFontLineHeight, _styledComponents.calendarDoubleTokens.calendarYearFontWeight, _styledComponents.calendarDoubleTokens.calendarYearSelectedFontWeight, _styledComponents.calendarDoubleTokens.calendarQuartersPadding, _styledComponents.calendarDoubleTokens.calendarQuarterItemBorderRadius, _styledComponents.calendarDoubleTokens.calendarQuarterFontFamily, _styledComponents.calendarDoubleTokens.calendarQuarterFontSize, _styledComponents.calendarDoubleTokens.calendarQuarterFontStyle, _styledComponents.calendarDoubleTokens.calendarQuarterFontLetterSpacing, _styledComponents.calendarDoubleTokens.calendarQuarterFontLineHeight, _styledComponents.calendarDoubleTokens.calendarQuarterFontWeight, _styledComponents.calendarDoubleTokens.calendarQuarterSelectedFontWeight, _styledComponents.calendarDoubleTokens.calendarMonthsPadding, _styledComponents.calendarDoubleTokens.calendarMonthItemBorderRadius, _styledComponents.calendarDoubleTokens.calendarMonthFontFamily, _styledComponents.calendarDoubleTokens.calendarMonthFontSize, _styledComponents.calendarDoubleTokens.calendarMonthFontStyle, _styledComponents.calendarDoubleTokens.calendarMonthFontLetterSpacing, _styledComponents.calendarDoubleTokens.calendarMonthFontLineHeight, _styledComponents.calendarDoubleTokens.calendarMonthFontWeight, _styledComponents.calendarDoubleTokens.calendarMonthSelectedFontWeight, _styledComponents.calendarDoubleTokens.calendarDayItemBorderRadius, _styledComponents.calendarDoubleTokens.calendarDayFontFamily, _styledComponents.calendarDoubleTokens.calendarDayFontSize, _styledComponents.calendarDoubleTokens.calendarDayFontStyle, _styledComponents.calendarDoubleTokens.calendarDayFontLetterSpacing, _styledComponents.calendarDoubleTokens.calendarDayFontLineHeight, _styledComponents.calendarDoubleTokens.calendarDayFontWeight, _styledComponents.calendarDoubleTokens.calendarDaySelectedFontWeight, _styledComponents.calendarDoubleTokens.calendarCurrentItemBorderWidth, _styledComponents.calendarDoubleTokens.calendarHeaderArrowGap, _styledComponents.calendarDoubleTokens.calendarDaysPadding, _styledComponents.calendarDoubleTokens.calendarHeaderPadding, _styledComponents.calendarDoubleTokens.calendarHeaderDateGap, _styledComponents.calendarDoubleTokens.calendarHeaderFontFamily, _styledComponents.calendarDoubleTokens.calendarHeaderFontSize, _styledComponents.calendarDoubleTokens.calendarHeaderFontStyle, _styledComponents.calendarDoubleTokens.calendarHeaderFontLetterSpacing, _styledComponents.calendarDoubleTokens.calendarHeaderFontLineHeight, _styledComponents.calendarDoubleTokens.calendarHeaderFontWeight, _styledComponents.calendarDoubleTokens.calendarHeaderFontWeightBold, _styledComponents.calendarDoubleTokens.iconButtonHeight, _styledComponents.calendarDoubleTokens.iconButtonWidth, _styledComponents.calendarDoubleTokens.iconButtonPadding, _styledComponents.calendarDoubleTokens.iconButtonRadius)
|
20
|
+
s: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 37.063rem;\n ", ": 17rem;\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.5rem;\n ", ": 5.5rem;\n ", ": 3.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.5rem;\n ", ": 8.25rem;\n ", ": 7rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.5rem;\n ", ": 5.5rem;\n ", ": 3.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.5rem;\n ", ": 2.5rem;\n ", ": 2rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.125rem;\n\n ", ": 0.5rem;\n\n ", ": 0.5rem 0 0 0;\n ", ": 0 0 0 0.5rem;\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-body-m-bold-font-family);\n ", ": var(--plasma-typo-body-m-bold-font-size);\n ", ": var(--plasma-typo-body-m-bold-font-style);\n ", ": var(--plasma-typo-body-m-bold-letter-spacing);\n ", ": var(--plasma-typo-body-m-bold-line-height);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n\n ", ": 2.5rem;\n ", ": 2.5rem;\n ", ": 1rem;\n ", ": 0.625rem;\n "])), _styledComponents.calendarDoubleTokens.calendarWidth, _styledComponents.calendarDoubleTokens.calendarHeight, _styledComponents.calendarDoubleTokens.calendarYearsPadding, _styledComponents.calendarDoubleTokens.calendarYearItemBorderRadius, _styledComponents.calendarDoubleTokens.calendarYearItemWidth, _styledComponents.calendarDoubleTokens.calendarYearItemHeight, _styledComponents.calendarDoubleTokens.calendarYearFontFamily, _styledComponents.calendarDoubleTokens.calendarYearFontSize, _styledComponents.calendarDoubleTokens.calendarYearFontStyle, _styledComponents.calendarDoubleTokens.calendarYearFontLetterSpacing, _styledComponents.calendarDoubleTokens.calendarYearFontLineHeight, _styledComponents.calendarDoubleTokens.calendarYearFontWeight, _styledComponents.calendarDoubleTokens.calendarYearSelectedFontWeight, _styledComponents.calendarDoubleTokens.calendarQuartersPadding, _styledComponents.calendarDoubleTokens.calendarQuarterItemBorderRadius, _styledComponents.calendarDoubleTokens.calendarQuarterItemWidth, _styledComponents.calendarDoubleTokens.calendarQuarterItemHeight, _styledComponents.calendarDoubleTokens.calendarQuarterFontFamily, _styledComponents.calendarDoubleTokens.calendarQuarterFontSize, _styledComponents.calendarDoubleTokens.calendarQuarterFontStyle, _styledComponents.calendarDoubleTokens.calendarQuarterFontLetterSpacing, _styledComponents.calendarDoubleTokens.calendarQuarterFontLineHeight, _styledComponents.calendarDoubleTokens.calendarQuarterFontWeight, _styledComponents.calendarDoubleTokens.calendarQuarterSelectedFontWeight, _styledComponents.calendarDoubleTokens.calendarMonthsPadding, _styledComponents.calendarDoubleTokens.calendarMonthItemBorderRadius, _styledComponents.calendarDoubleTokens.calendarMonthItemWidth, _styledComponents.calendarDoubleTokens.calendarMonthItemHeight, _styledComponents.calendarDoubleTokens.calendarMonthFontFamily, _styledComponents.calendarDoubleTokens.calendarMonthFontSize, _styledComponents.calendarDoubleTokens.calendarMonthFontStyle, _styledComponents.calendarDoubleTokens.calendarMonthFontLetterSpacing, _styledComponents.calendarDoubleTokens.calendarMonthFontLineHeight, _styledComponents.calendarDoubleTokens.calendarMonthFontWeight, _styledComponents.calendarDoubleTokens.calendarMonthSelectedFontWeight, _styledComponents.calendarDoubleTokens.calendarDayItemBorderRadius, _styledComponents.calendarDoubleTokens.calendarDayItemWidth, _styledComponents.calendarDoubleTokens.calendarDayItemHeight, _styledComponents.calendarDoubleTokens.calendarDayFontFamily, _styledComponents.calendarDoubleTokens.calendarDayFontSize, _styledComponents.calendarDoubleTokens.calendarDayFontStyle, _styledComponents.calendarDoubleTokens.calendarDayFontLetterSpacing, _styledComponents.calendarDoubleTokens.calendarDayFontLineHeight, _styledComponents.calendarDoubleTokens.calendarDayFontWeight, _styledComponents.calendarDoubleTokens.calendarDaySelectedFontWeight, _styledComponents.calendarDoubleTokens.calendarCurrentItemBorderWidth, _styledComponents.calendarDoubleTokens.calendarHeaderArrowGap, _styledComponents.calendarDoubleTokens.calendarDaysPadding, _styledComponents.calendarDoubleTokens.calendarHeaderPadding, _styledComponents.calendarDoubleTokens.calendarHeaderDateGap, _styledComponents.calendarDoubleTokens.calendarHeaderFontFamily, _styledComponents.calendarDoubleTokens.calendarHeaderFontSize, _styledComponents.calendarDoubleTokens.calendarHeaderFontStyle, _styledComponents.calendarDoubleTokens.calendarHeaderFontLetterSpacing, _styledComponents.calendarDoubleTokens.calendarHeaderFontLineHeight, _styledComponents.calendarDoubleTokens.calendarHeaderFontWeight, _styledComponents.calendarDoubleTokens.calendarHeaderFontWeightBold, _styledComponents.calendarDoubleTokens.iconButtonHeight, _styledComponents.calendarDoubleTokens.iconButtonWidth, _styledComponents.calendarDoubleTokens.iconButtonPadding, _styledComponents.calendarDoubleTokens.iconButtonRadius)
|
21
21
|
}
|
22
22
|
}
|
23
23
|
};
|
@@ -17,7 +17,7 @@ export declare const Cell: import("react").FunctionComponent<import("@salutejs/p
|
|
17
17
|
contentRight?: import("react").ReactNode;
|
18
18
|
alignContentLeft?: import("@salutejs/plasma-new-hope/types/components/Cell/Cell.types").AlignProp | undefined;
|
19
19
|
alignContentRight?: import("@salutejs/plasma-new-hope/types/components/Cell/Cell.types").AlignProp | undefined;
|
20
|
-
stretching?: "
|
20
|
+
stretching?: "auto" | "filled" | "fixed" | undefined;
|
21
21
|
content?: import("react").ReactNode;
|
22
22
|
description?: string | undefined;
|
23
23
|
} & {
|
@@ -32,7 +32,7 @@ export declare const Cell: import("react").FunctionComponent<import("@salutejs/p
|
|
32
32
|
contentRight?: import("react").ReactNode;
|
33
33
|
alignContentLeft?: import("@salutejs/plasma-new-hope/types/components/Cell/Cell.types").AlignProp | undefined;
|
34
34
|
alignContentRight?: import("@salutejs/plasma-new-hope/types/components/Cell/Cell.types").AlignProp | undefined;
|
35
|
-
stretching?: "
|
35
|
+
stretching?: "auto" | "filled" | "fixed" | undefined;
|
36
36
|
content?: import("react").ReactNode;
|
37
37
|
description?: string | undefined;
|
38
38
|
} & {
|
@@ -72,7 +72,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
72
72
|
hintOffset?: [number, number] | undefined;
|
73
73
|
hintWidth?: string | undefined;
|
74
74
|
hintContentLeft?: React.ReactNode;
|
75
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
75
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
76
76
|
items: ComboboxItemOption[];
|
77
77
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
78
78
|
placeholder?: string | undefined;
|
@@ -125,7 +125,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
125
125
|
hintOffset?: undefined;
|
126
126
|
hintWidth?: undefined;
|
127
127
|
hintContentLeft?: undefined;
|
128
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
128
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
129
129
|
items: ComboboxItemOption[];
|
130
130
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
131
131
|
placeholder?: string | undefined;
|
@@ -178,7 +178,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
178
178
|
hintOffset?: [number, number] | undefined;
|
179
179
|
hintWidth?: string | undefined;
|
180
180
|
hintContentLeft?: React.ReactNode;
|
181
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
181
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
182
182
|
items: ComboboxItemOption[];
|
183
183
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
184
184
|
placeholder?: string | undefined;
|
@@ -231,7 +231,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
231
231
|
hintOffset?: undefined;
|
232
232
|
hintWidth?: undefined;
|
233
233
|
hintContentLeft?: undefined;
|
234
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
234
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
235
235
|
items: ComboboxItemOption[];
|
236
236
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
237
237
|
placeholder?: string | undefined;
|
@@ -284,7 +284,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
284
284
|
hintOffset?: [number, number] | undefined;
|
285
285
|
hintWidth?: string | undefined;
|
286
286
|
hintContentLeft?: React.ReactNode;
|
287
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
287
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
288
288
|
items: ComboboxItemOption[];
|
289
289
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
290
290
|
placeholder?: string | undefined;
|
@@ -337,7 +337,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
337
337
|
hintOffset?: undefined;
|
338
338
|
hintWidth?: undefined;
|
339
339
|
hintContentLeft?: undefined;
|
340
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
340
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
341
341
|
items: ComboboxItemOption[];
|
342
342
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
343
343
|
placeholder?: string | undefined;
|
@@ -390,7 +390,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
390
390
|
hintOffset?: [number, number] | undefined;
|
391
391
|
hintWidth?: string | undefined;
|
392
392
|
hintContentLeft?: React.ReactNode;
|
393
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
393
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
394
394
|
items: ComboboxItemOption[];
|
395
395
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
396
396
|
placeholder?: string | undefined;
|
@@ -443,7 +443,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
443
443
|
hintOffset?: undefined;
|
444
444
|
hintWidth?: undefined;
|
445
445
|
hintContentLeft?: undefined;
|
446
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
446
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
447
447
|
items: ComboboxItemOption[];
|
448
448
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
449
449
|
placeholder?: string | undefined;
|
@@ -496,7 +496,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
496
496
|
hintOffset?: [number, number] | undefined;
|
497
497
|
hintWidth?: string | undefined;
|
498
498
|
hintContentLeft?: React.ReactNode;
|
499
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
499
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
500
500
|
items: ComboboxItemOption[];
|
501
501
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
502
502
|
placeholder?: string | undefined;
|
@@ -549,7 +549,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
549
549
|
hintOffset?: undefined;
|
550
550
|
hintWidth?: undefined;
|
551
551
|
hintContentLeft?: undefined;
|
552
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
552
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
553
553
|
items: ComboboxItemOption[];
|
554
554
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
555
555
|
placeholder?: string | undefined;
|
@@ -602,7 +602,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
602
602
|
hintOffset?: [number, number] | undefined;
|
603
603
|
hintWidth?: string | undefined;
|
604
604
|
hintContentLeft?: React.ReactNode;
|
605
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
605
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
606
606
|
items: ComboboxItemOption[];
|
607
607
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
608
608
|
placeholder?: string | undefined;
|
@@ -655,7 +655,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
655
655
|
hintOffset?: undefined;
|
656
656
|
hintWidth?: undefined;
|
657
657
|
hintContentLeft?: undefined;
|
658
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
658
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
659
659
|
items: ComboboxItemOption[];
|
660
660
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
661
661
|
placeholder?: string | undefined;
|
@@ -708,7 +708,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
708
708
|
hintOffset?: [number, number] | undefined;
|
709
709
|
hintWidth?: string | undefined;
|
710
710
|
hintContentLeft?: React.ReactNode;
|
711
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
711
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
712
712
|
items: ComboboxItemOption[];
|
713
713
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
714
714
|
placeholder?: string | undefined;
|
@@ -761,7 +761,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
761
761
|
hintOffset?: undefined;
|
762
762
|
hintWidth?: undefined;
|
763
763
|
hintContentLeft?: undefined;
|
764
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
764
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
765
765
|
items: ComboboxItemOption[];
|
766
766
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
767
767
|
placeholder?: string | undefined;
|
@@ -814,7 +814,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
814
814
|
hintOffset?: [number, number] | undefined;
|
815
815
|
hintWidth?: string | undefined;
|
816
816
|
hintContentLeft?: React.ReactNode;
|
817
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
817
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
818
818
|
items: ComboboxItemOption[];
|
819
819
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
820
820
|
placeholder?: string | undefined;
|
@@ -867,7 +867,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
867
867
|
hintOffset?: undefined;
|
868
868
|
hintWidth?: undefined;
|
869
869
|
hintContentLeft?: undefined;
|
870
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
870
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
871
871
|
items: ComboboxItemOption[];
|
872
872
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
873
873
|
placeholder?: string | undefined;
|
@@ -920,7 +920,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
920
920
|
hintOffset?: [number, number] | undefined;
|
921
921
|
hintWidth?: string | undefined;
|
922
922
|
hintContentLeft?: React.ReactNode;
|
923
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
923
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
924
924
|
items: ComboboxItemOption[];
|
925
925
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
926
926
|
placeholder?: string | undefined;
|
@@ -973,7 +973,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
973
973
|
hintOffset?: undefined;
|
974
974
|
hintWidth?: undefined;
|
975
975
|
hintContentLeft?: undefined;
|
976
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
976
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
977
977
|
items: ComboboxItemOption[];
|
978
978
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
979
979
|
placeholder?: string | undefined;
|
@@ -1026,7 +1026,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1026
1026
|
hintOffset?: [number, number] | undefined;
|
1027
1027
|
hintWidth?: string | undefined;
|
1028
1028
|
hintContentLeft?: React.ReactNode;
|
1029
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
1029
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
1030
1030
|
items: ComboboxItemOption[];
|
1031
1031
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1032
1032
|
placeholder?: string | undefined;
|
@@ -1079,7 +1079,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1079
1079
|
hintOffset?: undefined;
|
1080
1080
|
hintWidth?: undefined;
|
1081
1081
|
hintContentLeft?: undefined;
|
1082
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
1082
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
1083
1083
|
items: ComboboxItemOption[];
|
1084
1084
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1085
1085
|
placeholder?: string | undefined;
|
@@ -1132,7 +1132,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1132
1132
|
hintOffset?: [number, number] | undefined;
|
1133
1133
|
hintWidth?: string | undefined;
|
1134
1134
|
hintContentLeft?: React.ReactNode;
|
1135
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
1135
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
1136
1136
|
items: ComboboxItemOption[];
|
1137
1137
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1138
1138
|
placeholder?: string | undefined;
|
@@ -1185,7 +1185,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1185
1185
|
hintOffset?: undefined;
|
1186
1186
|
hintWidth?: undefined;
|
1187
1187
|
hintContentLeft?: undefined;
|
1188
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
1188
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
1189
1189
|
items: ComboboxItemOption[];
|
1190
1190
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1191
1191
|
placeholder?: string | undefined;
|
@@ -1238,7 +1238,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1238
1238
|
hintOffset?: [number, number] | undefined;
|
1239
1239
|
hintWidth?: string | undefined;
|
1240
1240
|
hintContentLeft?: React.ReactNode;
|
1241
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
1241
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
1242
1242
|
items: ComboboxItemOption[];
|
1243
1243
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1244
1244
|
placeholder?: string | undefined;
|
@@ -1291,7 +1291,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1291
1291
|
hintOffset?: undefined;
|
1292
1292
|
hintWidth?: undefined;
|
1293
1293
|
hintContentLeft?: undefined;
|
1294
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
1294
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>))>;
|
1295
1295
|
declare type PropsFromConfig = keyof typeof config['variations'];
|
1296
1296
|
export declare type Props<T extends ComboboxItemOption> = DistributiveOmit<ComboboxProps<T>, PropsFromConfig> & DistributivePick<ComponentProps<typeof ComboboxNew>, PropsFromConfig>;
|
1297
1297
|
declare const Combobox: <T extends ComboboxItemOption>(props: Props<T> & React.RefAttributes<HTMLInputElement>) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|