@salutejs/plasma-web 1.583.0-canary.1991.15256515100.0 → 1.583.0-canary.1993.15271190997.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 +10 -9
- package/components/Attach/Attach.d.ts +159 -158
- package/components/Autocomplete/Autocomplete.d.ts +345 -344
- package/components/Avatar/Avatar.d.ts +47 -46
- package/components/AvatarGroup/AvatarGroup.d.ts +2 -1
- package/components/Badge/Badge.d.ts +41 -40
- package/components/Breadcrumbs/Breadcrumbs.d.ts +4 -3
- package/components/Button/Button.d.ts +36 -35
- package/components/ButtonGroup/ButtonGroup.d.ts +4 -0
- package/components/Calendar/CalendarBase.config.js +4 -4
- package/components/Calendar/CalendarDouble.config.js +4 -4
- package/components/Carousel/Carousel.d.ts +3 -2
- package/components/Cell/Cell.d.ts +20 -19
- package/components/Checkbox/Checkbox.d.ts +1 -1
- package/components/Chip/Chip.d.ts +1 -0
- package/components/ChipGroup/ChipGroup.d.ts +1 -0
- package/components/CodeField/CodeField.config.d.ts +23 -0
- package/components/CodeField/CodeField.config.js +32 -0
- package/components/CodeField/CodeField.d.ts +36 -0
- package/components/CodeField/CodeField.js +10 -0
- package/components/CodeField/index.d.ts +2 -0
- package/components/CodeField/index.js +43 -0
- package/components/Combobox/Combobox.d.ts +953 -953
- package/components/Combobox/Legacy/Combobox.d.ts +37 -36
- package/components/Counter/Counter.d.ts +1 -0
- package/components/DatePicker/DatePicker.config.js +4 -4
- package/components/DatePicker/DatePicker.d.ts +54 -53
- package/components/Divider/Divider.d.ts +1 -0
- package/components/Drawer/Drawer.d.ts +19 -18
- package/components/Dropdown/Dropdown.d.ts +52 -52
- package/components/Dropdown/components/DropdownItem.d.ts +14 -14
- package/components/Dropzone/Dropzone.d.ts +16 -15
- package/components/Editable/Editable.d.ts +1 -0
- package/components/EmptyState/EmptyState.d.ts +1 -0
- package/components/Flow/Flow.d.ts +2 -1
- package/components/Grid/Grid.d.ts +1 -0
- package/components/IconButton/IconButton.d.ts +36 -35
- package/components/Image/Image.d.ts +4 -3
- package/components/Indicator/Indicator.d.ts +1 -0
- package/components/Link/Link.d.ts +1 -0
- package/components/LinkButton/LinkButton.d.ts +9 -8
- package/components/Mask/Mask.d.ts +225 -224
- package/components/Note/Note.d.ts +12 -11
- package/components/NumberFormat/NumberFormat.d.ts +1 -1
- package/components/NumberInput/NumberInput.d.ts +39 -38
- package/components/Pagination/Pagination.d.ts +1 -0
- package/components/Popover/Popover.d.ts +1 -0
- package/components/Price/Price.d.ts +1 -0
- package/components/Progress/Progress.d.ts +1 -0
- package/components/Radiobox/Radiobox.d.ts +1 -1
- package/components/Range/Range.d.ts +106 -105
- package/components/Rating/Rating.d.ts +14 -13
- package/components/Segment/Segment.d.ts +9 -8
- package/components/Select/Select.config.js +10 -10
- package/components/Select/Select.d.ts +244 -244
- package/components/Sheet/Sheet.d.ts +1 -0
- package/components/Skeleton/Skeleton.d.ts +5 -4
- package/components/Slider/Slider.d.ts +105 -96
- package/components/Steps/Steps.d.ts +1 -0
- package/components/Switch/Switch.d.ts +1 -1
- package/components/Table/Table.d.ts +1 -0
- package/components/Tabs/TabItem.d.ts +14 -14
- package/components/Tabs/Tabs.d.ts +7 -5
- package/components/TextArea/TextArea.d.ts +206 -205
- package/components/TextArea/index.d.ts +4 -4
- package/components/TextField/TextField.d.ts +269 -261
- package/components/TextFieldGroup/TextFieldGroup.d.ts +13 -12
- package/components/Toast/Toast.d.ts +1 -0
- package/components/Tokens/Colors/Colors.styles.d.ts +26 -25
- package/components/Tokens/Typography/Typography.styles.d.ts +24 -23
- package/components/Toolbar/Toolbar.d.ts +6 -5
- package/components/Tree/Tree.d.ts +1 -0
- package/components/Typography/Old/index.d.ts +37 -36
- package/components/Typography/Typography.d.ts +205 -204
- package/css/cjs/components/Calendar/Calendar.css +10 -10
- package/css/cjs/components/Calendar/CalendarBase.config.js +1 -1
- package/css/cjs/components/Calendar/CalendarBase.config.js.map +1 -1
- package/css/cjs/components/Calendar/CalendarBase.config_1mwrz0n.css +5 -0
- package/css/cjs/components/Calendar/CalendarDouble.config.js +1 -1
- package/css/cjs/components/Calendar/CalendarDouble.config.js.map +1 -1
- package/css/cjs/components/Calendar/CalendarDouble.config_ysgolw.css +5 -0
- package/css/cjs/components/CodeField/CodeField.config.js +31 -0
- package/css/cjs/components/CodeField/CodeField.config.js.map +1 -0
- package/css/cjs/components/CodeField/CodeField.config_7779xg.css +6 -0
- package/css/cjs/components/CodeField/CodeField.css +6 -0
- package/css/cjs/components/CodeField/CodeField.js +12 -0
- package/css/cjs/components/CodeField/CodeField.js.map +1 -0
- package/css/cjs/components/DatePicker/DatePicker.config.js +1 -1
- package/css/cjs/components/DatePicker/DatePicker.config.js.map +1 -1
- package/css/{es/components/DatePicker/DatePicker.config_1q6rwyz.css → cjs/components/DatePicker/DatePicker.config_fn88mm.css} +4 -4
- package/css/cjs/components/DatePicker/DatePicker.css +7 -7
- package/css/cjs/components/Select/Select.config.js +1 -1
- package/css/cjs/components/Select/Select.config.js.map +1 -1
- package/css/{es/components/Select/Select.config_16rz13.css → cjs/components/Select/Select.config_1kk8sph.css} +10 -10
- package/css/cjs/components/Select/Select.css +23 -23
- package/css/cjs/index.css +49 -42
- package/css/cjs/index.js +22 -0
- package/css/cjs/index.js.map +1 -1
- package/css/es/components/Calendar/Calendar.css +10 -10
- package/css/es/components/Calendar/CalendarBase.config.js +1 -1
- package/css/es/components/Calendar/CalendarBase.config.js.map +1 -1
- package/css/es/components/Calendar/CalendarBase.config_1mwrz0n.css +5 -0
- package/css/es/components/Calendar/CalendarDouble.config.js +1 -1
- package/css/es/components/Calendar/CalendarDouble.config.js.map +1 -1
- package/css/es/components/Calendar/CalendarDouble.config_ysgolw.css +5 -0
- package/css/es/components/CodeField/CodeField.config.js +27 -0
- package/css/es/components/CodeField/CodeField.config.js.map +1 -0
- package/css/es/components/CodeField/CodeField.config_7779xg.css +6 -0
- package/css/es/components/CodeField/CodeField.css +6 -0
- package/css/es/components/CodeField/CodeField.js +8 -0
- package/css/es/components/CodeField/CodeField.js.map +1 -0
- package/css/es/components/DatePicker/DatePicker.config.js +1 -1
- package/css/es/components/DatePicker/DatePicker.config.js.map +1 -1
- package/css/{cjs/components/DatePicker/DatePicker.config_1q6rwyz.css → es/components/DatePicker/DatePicker.config_fn88mm.css} +4 -4
- package/css/es/components/DatePicker/DatePicker.css +7 -7
- package/css/es/components/Select/Select.config.js +1 -1
- package/css/es/components/Select/Select.config.js.map +1 -1
- package/css/{cjs/components/Select/Select.config_16rz13.css → es/components/Select/Select.config_1kk8sph.css} +10 -10
- package/css/es/components/Select/Select.css +23 -23
- package/css/es/index.css +49 -42
- package/css/es/index.js +2 -1
- package/css/es/index.js.map +1 -1
- package/css/index.d.ts +2 -0
- package/es/components/Calendar/CalendarBase.config.js +4 -4
- package/es/components/Calendar/CalendarDouble.config.js +4 -4
- package/es/components/CodeField/CodeField.config.js +26 -0
- package/es/components/CodeField/CodeField.js +4 -0
- package/es/components/CodeField/index.js +2 -0
- package/es/components/DatePicker/DatePicker.config.js +4 -4
- package/es/components/Select/Select.config.js +10 -10
- package/es/index.js +2 -1
- package/index.d.ts +1 -0
- package/index.js +11 -0
- package/mixins/index.d.ts +2 -1
- package/package.json +12 -12
- package/css/cjs/components/Calendar/CalendarBase.config_1ii1j5y.css +0 -5
- package/css/cjs/components/Calendar/CalendarDouble.config_9xw0vs.css +0 -5
- package/css/es/components/Calendar/CalendarBase.config_1ii1j5y.css +0 -5
- package/css/es/components/Calendar/CalendarDouble.config_9xw0vs.css +0 -5
@@ -1,3 +1,4 @@
|
|
1
|
+
/// <reference types="react" />
|
1
2
|
declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components").ComponentConfig<string, {
|
2
3
|
view: {
|
3
4
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -63,17 +64,17 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
|
|
63
64
|
light: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
64
65
|
};
|
65
66
|
}>, (import("react").HTMLAttributes<HTMLDivElement> & {
|
66
|
-
size?: string;
|
67
|
-
name?: string;
|
68
|
-
url?: string;
|
69
|
-
customText?: string;
|
70
|
-
status?: "active" | "inactive";
|
71
|
-
isScalable?: boolean;
|
72
|
-
focused?: boolean;
|
73
|
-
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels;
|
74
|
-
hasExtra?: boolean;
|
75
|
-
type?: "badge" | "counter";
|
76
|
-
extraPlacement?: "top-
|
67
|
+
size?: string | undefined;
|
68
|
+
name?: string | undefined;
|
69
|
+
url?: string | undefined;
|
70
|
+
customText?: string | undefined;
|
71
|
+
status?: "active" | "inactive" | undefined;
|
72
|
+
isScalable?: boolean | undefined;
|
73
|
+
focused?: boolean | undefined;
|
74
|
+
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels | undefined;
|
75
|
+
hasExtra?: boolean | undefined;
|
76
|
+
type?: "badge" | "counter" | undefined;
|
77
|
+
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
77
78
|
} & {
|
78
79
|
badgeView?: string | undefined;
|
79
80
|
pilled?: boolean | undefined;
|
@@ -87,17 +88,17 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
|
|
87
88
|
count?: undefined;
|
88
89
|
maxCount?: undefined;
|
89
90
|
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
90
|
-
size?: string;
|
91
|
-
name?: string;
|
92
|
-
url?: string;
|
93
|
-
customText?: string;
|
94
|
-
status?: "active" | "inactive";
|
95
|
-
isScalable?: boolean;
|
96
|
-
focused?: boolean;
|
97
|
-
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels;
|
98
|
-
hasExtra?: boolean;
|
99
|
-
type?: "badge" | "counter";
|
100
|
-
extraPlacement?: "top-
|
91
|
+
size?: string | undefined;
|
92
|
+
name?: string | undefined;
|
93
|
+
url?: string | undefined;
|
94
|
+
customText?: string | undefined;
|
95
|
+
status?: "active" | "inactive" | undefined;
|
96
|
+
isScalable?: boolean | undefined;
|
97
|
+
focused?: boolean | undefined;
|
98
|
+
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels | undefined;
|
99
|
+
hasExtra?: boolean | undefined;
|
100
|
+
type?: "badge" | "counter" | undefined;
|
101
|
+
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
101
102
|
} & {
|
102
103
|
counterView?: string | undefined;
|
103
104
|
count?: number | undefined;
|
@@ -107,7 +108,7 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
|
|
107
108
|
pilled?: undefined;
|
108
109
|
text?: undefined;
|
109
110
|
contentLeft?: undefined;
|
110
|
-
contentRight?:
|
111
|
+
contentRight?: undefined;
|
111
112
|
customColor?: undefined;
|
112
113
|
customBackgroundColor?: undefined;
|
113
114
|
} & import("react").RefAttributes<HTMLDivElement>)>;
|
@@ -144,17 +145,17 @@ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma
|
|
144
145
|
light: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
145
146
|
};
|
146
147
|
}> & ((import("react").HTMLAttributes<HTMLDivElement> & {
|
147
|
-
size?: string;
|
148
|
-
name?: string;
|
149
|
-
url?: string;
|
150
|
-
customText?: string;
|
151
|
-
status?: "active" | "inactive";
|
152
|
-
isScalable?: boolean;
|
153
|
-
focused?: boolean;
|
154
|
-
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels;
|
155
|
-
hasExtra?: boolean;
|
156
|
-
type?: "badge" | "counter";
|
157
|
-
extraPlacement?: "top-
|
148
|
+
size?: string | undefined;
|
149
|
+
name?: string | undefined;
|
150
|
+
url?: string | undefined;
|
151
|
+
customText?: string | undefined;
|
152
|
+
status?: "active" | "inactive" | undefined;
|
153
|
+
isScalable?: boolean | undefined;
|
154
|
+
focused?: boolean | undefined;
|
155
|
+
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels | undefined;
|
156
|
+
hasExtra?: boolean | undefined;
|
157
|
+
type?: "badge" | "counter" | undefined;
|
158
|
+
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
158
159
|
} & {
|
159
160
|
badgeView?: string | undefined;
|
160
161
|
pilled?: boolean | undefined;
|
@@ -168,17 +169,17 @@ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma
|
|
168
169
|
count?: undefined;
|
169
170
|
maxCount?: undefined;
|
170
171
|
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
171
|
-
size?: string;
|
172
|
-
name?: string;
|
173
|
-
url?: string;
|
174
|
-
customText?: string;
|
175
|
-
status?: "active" | "inactive";
|
176
|
-
isScalable?: boolean;
|
177
|
-
focused?: boolean;
|
178
|
-
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels;
|
179
|
-
hasExtra?: boolean;
|
180
|
-
type?: "badge" | "counter";
|
181
|
-
extraPlacement?: "top-
|
172
|
+
size?: string | undefined;
|
173
|
+
name?: string | undefined;
|
174
|
+
url?: string | undefined;
|
175
|
+
customText?: string | undefined;
|
176
|
+
status?: "active" | "inactive" | undefined;
|
177
|
+
isScalable?: boolean | undefined;
|
178
|
+
focused?: boolean | undefined;
|
179
|
+
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels | undefined;
|
180
|
+
hasExtra?: boolean | undefined;
|
181
|
+
type?: "badge" | "counter" | undefined;
|
182
|
+
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
182
183
|
} & {
|
183
184
|
counterView?: string | undefined;
|
184
185
|
count?: number | undefined;
|
@@ -188,7 +189,7 @@ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma
|
|
188
189
|
pilled?: undefined;
|
189
190
|
text?: undefined;
|
190
191
|
contentLeft?: undefined;
|
191
|
-
contentRight?:
|
192
|
+
contentRight?: undefined;
|
192
193
|
customColor?: undefined;
|
193
194
|
customBackgroundColor?: undefined;
|
194
195
|
} & import("react").RefAttributes<HTMLDivElement>))>;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
/// <reference types="react" />
|
1
2
|
export declare const AvatarGroup: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<import("@salutejs/plasma-new-hope/types/engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
|
2
|
-
children:
|
3
|
+
children: import("react").ReactNode;
|
3
4
|
} & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
/// <reference types="react" />
|
1
2
|
/**
|
2
3
|
* Компонент Badge.
|
3
4
|
*/
|
@@ -28,59 +29,59 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
|
|
28
29
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
29
30
|
};
|
30
31
|
}> & ((import("react").HTMLAttributes<HTMLDivElement> & {
|
31
|
-
text?: string;
|
32
|
-
customColor?: string;
|
33
|
-
customBackgroundColor?: string;
|
34
|
-
maxWidth?: import("
|
35
|
-
size?: string;
|
36
|
-
view?: string;
|
32
|
+
text?: string | undefined;
|
33
|
+
customColor?: string | undefined;
|
34
|
+
customBackgroundColor?: string | undefined;
|
35
|
+
maxWidth?: import("csstype").Property.Width<string | number> | undefined;
|
36
|
+
size?: string | undefined;
|
37
|
+
view?: string | undefined;
|
37
38
|
} & {
|
38
39
|
contentLeft?: import("react").ReactNode;
|
39
|
-
contentRight?:
|
40
|
+
contentRight?: undefined;
|
40
41
|
} & {
|
41
|
-
clear?: true;
|
42
|
-
pilled?:
|
43
|
-
transparent?:
|
42
|
+
clear?: true | undefined;
|
43
|
+
pilled?: undefined;
|
44
|
+
transparent?: undefined;
|
44
45
|
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
45
|
-
text?: string;
|
46
|
-
customColor?: string;
|
47
|
-
customBackgroundColor?: string;
|
48
|
-
maxWidth?: import("
|
49
|
-
size?: string;
|
50
|
-
view?: string;
|
46
|
+
text?: string | undefined;
|
47
|
+
customColor?: string | undefined;
|
48
|
+
customBackgroundColor?: string | undefined;
|
49
|
+
maxWidth?: import("csstype").Property.Width<string | number> | undefined;
|
50
|
+
size?: string | undefined;
|
51
|
+
view?: string | undefined;
|
51
52
|
} & {
|
52
53
|
contentLeft?: import("react").ReactNode;
|
53
|
-
contentRight?:
|
54
|
+
contentRight?: undefined;
|
54
55
|
} & {
|
55
|
-
pilled?: boolean;
|
56
|
-
transparent?: boolean;
|
57
|
-
clear?:
|
56
|
+
pilled?: boolean | undefined;
|
57
|
+
transparent?: boolean | undefined;
|
58
|
+
clear?: undefined;
|
58
59
|
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
59
|
-
text?: string;
|
60
|
-
customColor?: string;
|
61
|
-
customBackgroundColor?: string;
|
62
|
-
maxWidth?: import("
|
63
|
-
size?: string;
|
64
|
-
view?: string;
|
60
|
+
text?: string | undefined;
|
61
|
+
customColor?: string | undefined;
|
62
|
+
customBackgroundColor?: string | undefined;
|
63
|
+
maxWidth?: import("csstype").Property.Width<string | number> | undefined;
|
64
|
+
size?: string | undefined;
|
65
|
+
view?: string | undefined;
|
65
66
|
} & {
|
66
|
-
contentLeft?:
|
67
|
+
contentLeft?: undefined;
|
67
68
|
contentRight?: import("react").ReactNode;
|
68
69
|
} & {
|
69
|
-
clear?: true;
|
70
|
-
pilled?:
|
71
|
-
transparent?:
|
70
|
+
clear?: true | undefined;
|
71
|
+
pilled?: undefined;
|
72
|
+
transparent?: undefined;
|
72
73
|
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
73
|
-
text?: string;
|
74
|
-
customColor?: string;
|
75
|
-
customBackgroundColor?: string;
|
76
|
-
maxWidth?: import("
|
77
|
-
size?: string;
|
78
|
-
view?: string;
|
74
|
+
text?: string | undefined;
|
75
|
+
customColor?: string | undefined;
|
76
|
+
customBackgroundColor?: string | undefined;
|
77
|
+
maxWidth?: import("csstype").Property.Width<string | number> | undefined;
|
78
|
+
size?: string | undefined;
|
79
|
+
view?: string | undefined;
|
79
80
|
} & {
|
80
|
-
contentLeft?:
|
81
|
+
contentLeft?: undefined;
|
81
82
|
contentRight?: import("react").ReactNode;
|
82
83
|
} & {
|
83
|
-
pilled?: boolean;
|
84
|
-
transparent?: boolean;
|
85
|
-
clear?:
|
84
|
+
pilled?: boolean | undefined;
|
85
|
+
transparent?: boolean | undefined;
|
86
|
+
clear?: undefined;
|
86
87
|
} & import("react").RefAttributes<HTMLDivElement>))>;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
/// <reference types="react" />
|
1
2
|
/**
|
2
3
|
* Breadcrumbs
|
3
4
|
*/
|
@@ -12,9 +13,9 @@ export declare const Breadcrumbs: import("react").FunctionComponent<import("@sal
|
|
12
13
|
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
13
14
|
};
|
14
15
|
}> & import("react").HTMLAttributes<HTMLDivElement> & {
|
15
|
-
view?: string;
|
16
|
-
size?: string;
|
16
|
+
view?: string | undefined;
|
17
|
+
size?: string | undefined;
|
17
18
|
separator?: import("react").ReactNode;
|
18
19
|
items: import("@salutejs/plasma-new-hope/types/components/Breadcrumbs/Breadcrumbs.types").BreadcrumbsItem[];
|
19
|
-
showItems?: number;
|
20
|
+
showItems?: number | undefined;
|
20
21
|
} & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
/// <reference types="react" />
|
1
2
|
/**
|
2
3
|
* Компонент Button.
|
3
4
|
*/
|
@@ -39,46 +40,46 @@ export declare const Button: import("react").FunctionComponent<import("@salutejs
|
|
39
40
|
filled: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
40
41
|
fixed: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
41
42
|
};
|
42
|
-
}> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
43
|
-
text?: string;
|
43
|
+
}> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
|
44
|
+
text?: string | undefined;
|
44
45
|
contentLeft?: import("react").ReactNode;
|
45
|
-
contentPlacing?: "default" | "relaxed";
|
46
|
-
isLoading?: boolean;
|
46
|
+
contentPlacing?: ("default" | "relaxed") | undefined;
|
47
|
+
isLoading?: boolean | undefined;
|
47
48
|
loader?: import("react").ReactNode;
|
48
|
-
stretch?: boolean;
|
49
|
-
stretching?: "fixed" | "auto" | "filled";
|
50
|
-
square?: boolean;
|
51
|
-
focused?: boolean;
|
52
|
-
disabled?: boolean;
|
53
|
-
pin?:
|
54
|
-
view?: string;
|
55
|
-
size?: string;
|
56
|
-
outlined?: boolean;
|
57
|
-
shiftLeft?: boolean;
|
58
|
-
shiftRight?: boolean;
|
59
|
-
blur?:
|
49
|
+
stretch?: boolean | undefined;
|
50
|
+
stretching?: ("fixed" | "auto" | "filled") | undefined;
|
51
|
+
square?: boolean | undefined;
|
52
|
+
focused?: boolean | undefined;
|
53
|
+
disabled?: boolean | undefined;
|
54
|
+
pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
|
55
|
+
view?: string | undefined;
|
56
|
+
size?: string | undefined;
|
57
|
+
outlined?: boolean | undefined;
|
58
|
+
shiftLeft?: boolean | undefined;
|
59
|
+
shiftRight?: boolean | undefined;
|
60
|
+
blur?: "small" | "medium" | "large" | undefined;
|
60
61
|
} & {
|
61
|
-
value?: string | number;
|
62
|
-
contentRight?:
|
63
|
-
} & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
64
|
-
text?: string;
|
62
|
+
value?: string | number | undefined;
|
63
|
+
contentRight?: undefined;
|
64
|
+
} & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
|
65
|
+
text?: string | undefined;
|
65
66
|
contentLeft?: import("react").ReactNode;
|
66
|
-
contentPlacing?: "default" | "relaxed";
|
67
|
-
isLoading?: boolean;
|
67
|
+
contentPlacing?: ("default" | "relaxed") | undefined;
|
68
|
+
isLoading?: boolean | undefined;
|
68
69
|
loader?: import("react").ReactNode;
|
69
|
-
stretch?: boolean;
|
70
|
-
stretching?: "fixed" | "auto" | "filled";
|
71
|
-
square?: boolean;
|
72
|
-
focused?: boolean;
|
73
|
-
disabled?: boolean;
|
74
|
-
pin?:
|
75
|
-
view?: string;
|
76
|
-
size?: string;
|
77
|
-
outlined?: boolean;
|
78
|
-
shiftLeft?: boolean;
|
79
|
-
shiftRight?: boolean;
|
80
|
-
blur?:
|
70
|
+
stretch?: boolean | undefined;
|
71
|
+
stretching?: ("fixed" | "auto" | "filled") | undefined;
|
72
|
+
square?: boolean | undefined;
|
73
|
+
focused?: boolean | undefined;
|
74
|
+
disabled?: boolean | undefined;
|
75
|
+
pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
|
76
|
+
view?: string | undefined;
|
77
|
+
size?: string | undefined;
|
78
|
+
outlined?: boolean | undefined;
|
79
|
+
shiftLeft?: boolean | undefined;
|
80
|
+
shiftRight?: boolean | undefined;
|
81
|
+
blur?: "small" | "medium" | "large" | undefined;
|
81
82
|
} & {
|
82
|
-
value?:
|
83
|
+
value?: undefined;
|
83
84
|
contentRight?: import("react").ReactNode;
|
84
85
|
} & import("react").RefAttributes<HTMLButtonElement>))>;
|
@@ -1,7 +1,11 @@
|
|
1
|
+
/// <reference types="react" />
|
1
2
|
/**
|
2
3
|
* Группа кнопок.
|
3
4
|
*/
|
4
5
|
export declare const ButtonGroup: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
6
|
+
/**
|
7
|
+
* Группа кнопок.
|
8
|
+
*/
|
5
9
|
view: {
|
6
10
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
7
11
|
primary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -17,10 +17,10 @@ var config = exports.config = {
|
|
17
17
|
"default": /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--surface-solid-default);\n ", ": var(--inverse-text-primary);\n ", ": var(--surface-transparent-secondary);\n ", ": var(--surface-solid-default);\n ", ": transparent;\n ", ": var(--text-primary);\n ", ": var(--surface-transparent-secondary);\n ", ": var(--surface-solid-default);\n ", ": var(--inverse-text-primary);\n ", ": var(--surface-accent);\n ", ": var(--text-primary);\n ", ": var(--surface-transparent-secondary);\n ", ": var(--surface-accent);\n ", ": var(--surface-solid-default);\n ", ": var(--surface-solid-default);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n ", ": ", ";\n ", ": var(--text-secondary);\n ", ": 0.4;\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.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.calendarHeaderArrowColor, _styledComponents.calendarBaseTokens.calendarContentPrimaryColor, _styledComponents.calendarBaseTokens.calendarDayOfWeekColor, _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
|
-
l: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 24.5rem;\n ", ": 25rem;\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.75rem;\n
|
21
|
-
m: /*#__PURE__*/(0, _styledComponents.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 21rem;\n ", ": 21rem;\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.625rem;\n
|
22
|
-
s: /*#__PURE__*/(0, _styledComponents.css)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 17.5rem;\n ", ": 17rem;\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.5rem;\n
|
23
|
-
xs: /*#__PURE__*/(0, _styledComponents.css)(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 17.5rem;\n ", ": 15.5rem;\n\n ", ": 0.375rem 0.25rem 0 0.25rem;\n ", ": 0.375rem;\n
|
20
|
+
l: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 24.5rem;\n ", ": 25rem;\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.75rem;\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.75rem;\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.75rem;\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n\n ", ": 0.5rem 0 0 0;\n ", ": 0.75rem;\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n\n ", ": 0.063rem;\n\n ", ": 0.5rem;\n\n ", ": 0 0 0 1rem;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-h4-font-family);\n ", ": var(--plasma-typo-h4-font-size);\n ", ": var(--plasma-typo-h4-font-style);\n ", ": var(--plasma-typo-h4-letter-spacing);\n ", ": var(--plasma-typo-h4-line-height);\n ", ": var(--plasma-typo-h4-font-weight);\n ", ": var(--plasma-typo-h4-bold-font-weight);\n\n ", ": 3.5rem;\n ", ": 3.5rem;\n ", ": 1.5rem;\n ", ": 0.875rem;\n "])), _styledComponents.calendarBaseTokens.calendarContainerWidth, _styledComponents.calendarBaseTokens.calendarContainerHeight, _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),
|
21
|
+
m: /*#__PURE__*/(0, _styledComponents.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 21rem;\n ", ": 21rem;\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.625rem;\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.625rem;\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.625rem;\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n\n ", ": 0.5rem 0 0 0;\n ", ": 0.625rem;\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n\n ", ": 0.063rem;\n\n ", ": 0.5rem;\n\n ", ": 0 0 0 0.75rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-h4-font-family);\n ", ": var(--plasma-typo-h4-font-size);\n ", ": var(--plasma-typo-h4-font-style);\n ", ": var(--plasma-typo-h4-letter-spacing);\n ", ": var(--plasma-typo-h4-line-height);\n ", ": var(--plasma-typo-h4-font-weight);\n ", ": var(--plasma-typo-h4-bold-font-weight);\n\n ", ": 3rem;\n ", ": 3rem;\n ", ": 1.25rem;\n ", ": 0.75rem;\n "])), _styledComponents.calendarBaseTokens.calendarContainerWidth, _styledComponents.calendarBaseTokens.calendarContainerHeight, _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),
|
22
|
+
s: /*#__PURE__*/(0, _styledComponents.css)(_templateObject4 || (_templateObject4 = /*#__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.063rem;\n\n ", ": 0.5rem;\n\n ", ": 0 0 0 0.5rem;\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-h4-font-family);\n ", ": var(--plasma-typo-h4-font-size);\n ", ": var(--plasma-typo-h4-font-style);\n ", ": var(--plasma-typo-h4-letter-spacing);\n ", ": var(--plasma-typo-h4-line-height);\n ", ": var(--plasma-typo-h4-font-weight);\n ", ": var(--plasma-typo-h4-bold-font-weight);\n\n ", ": 2.5rem;\n ", ": 2.5rem;\n ", ": 1rem;\n ", ": 0.625rem;\n "])), _styledComponents.calendarBaseTokens.calendarContainerWidth, _styledComponents.calendarBaseTokens.calendarContainerHeight, _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),
|
23
|
+
xs: /*#__PURE__*/(0, _styledComponents.css)(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 17.5rem;\n ", ": 15.5rem;\n\n ", ": 0.375rem 0.25rem 0 0.25rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n\n ", ": 0.375rem 0.25rem 0 0.25rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n\n ", ": 0.375rem 0.25rem 0 0.25rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n\n ", ": 0.375rem 0 0 0;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n\n ", ": 0.063rem;\n\n ", ": 0;\n\n ", ": 0 0 0 0.5rem;\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-h5-font-family);\n ", ": var(--plasma-typo-h5-font-size);\n ", ": var(--plasma-typo-h5-font-style);\n ", ": var(--plasma-typo-h5-letter-spacing);\n ", ": var(--plasma-typo-h5-line-height);\n ", ": var(--plasma-typo-h5-font-weight);\n ", ": var(--plasma-typo-h5-bold-font-weight);\n\n ", ": 2rem;\n ", ": 2rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n "])), _styledComponents.calendarBaseTokens.calendarContainerWidth, _styledComponents.calendarBaseTokens.calendarContainerHeight, _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)
|
24
24
|
}
|
25
25
|
}
|
26
26
|
};
|