@salutejs/plasma-giga 0.329.0 → 0.329.1-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/cjs/components/DatePicker/DatePicker.clear.config.js +13 -12
- package/dist/css/cjs/components/DatePicker/DatePicker.clear.config.js.map +1 -1
- package/dist/css/cjs/components/DatePicker/DatePicker.clear.config_hyzr34.css +13 -0
- package/dist/css/cjs/components/DatePicker/DatePicker.config.js +15 -13
- package/dist/css/cjs/components/DatePicker/DatePicker.config.js.map +1 -1
- package/dist/css/cjs/components/DatePicker/DatePicker.config_ycsxvz.css +13 -0
- package/dist/css/cjs/components/DatePicker/DatePicker.css +26 -24
- package/dist/css/cjs/components/File/File.config.js +29 -0
- package/dist/css/cjs/components/File/File.config.js.map +1 -0
- package/dist/css/cjs/components/File/File.config_1a4f2ef.css +7 -0
- package/dist/css/cjs/components/File/File.css +7 -0
- package/dist/css/cjs/components/File/File.js +12 -0
- package/dist/css/cjs/components/File/File.js.map +1 -0
- package/dist/css/cjs/components/Radiobox/Radiobox.config.js +1 -1
- package/dist/css/{es/components/Radiobox/Radiobox.config_yqdgm2.css → cjs/components/Radiobox/Radiobox.config_wyokmu.css} +11 -11
- package/dist/css/cjs/components/Radiobox/Radiobox.css +13 -13
- package/dist/css/cjs/index.css +48 -38
- package/dist/css/cjs/index.js +10 -0
- package/dist/css/cjs/index.js.map +1 -1
- package/dist/css/es/components/DatePicker/DatePicker.clear.config.js +13 -12
- package/dist/css/es/components/DatePicker/DatePicker.clear.config.js.map +1 -1
- package/dist/css/es/components/DatePicker/DatePicker.clear.config_hyzr34.css +13 -0
- package/dist/css/es/components/DatePicker/DatePicker.config.js +15 -13
- package/dist/css/es/components/DatePicker/DatePicker.config.js.map +1 -1
- package/dist/css/es/components/DatePicker/DatePicker.config_ycsxvz.css +13 -0
- package/dist/css/es/components/DatePicker/DatePicker.css +26 -24
- package/dist/css/es/components/File/File.config.js +25 -0
- package/dist/css/es/components/File/File.config.js.map +1 -0
- package/dist/css/es/components/File/File.config_1a4f2ef.css +7 -0
- package/dist/css/es/components/File/File.css +7 -0
- package/dist/css/es/components/File/File.js +8 -0
- package/dist/css/es/components/File/File.js.map +1 -0
- package/dist/css/es/components/Radiobox/Radiobox.config.js +1 -1
- package/dist/css/{cjs/components/Radiobox/Radiobox.config_yqdgm2.css → es/components/Radiobox/Radiobox.config_wyokmu.css} +11 -11
- package/dist/css/es/components/Radiobox/Radiobox.css +13 -13
- package/dist/css/es/index.css +48 -38
- package/dist/css/es/index.js +2 -1
- package/dist/css/es/index.js.map +1 -1
- package/dist/styled-components/cjs/components/Autocomplete/Autocomplete.js +1 -1
- package/dist/styled-components/cjs/components/Combobox/Combobox.js +1 -1
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.clear.config.js +274 -79
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +274 -80
- package/dist/styled-components/cjs/components/Dropdown/Dropdown.js +1 -1
- package/dist/styled-components/cjs/components/File/File.config.js +256 -0
- package/dist/styled-components/cjs/components/File/File.js +14 -0
- package/dist/styled-components/cjs/components/File/index.js +23 -0
- package/dist/styled-components/cjs/components/Notification/Notification.js +1 -1
- package/dist/styled-components/cjs/components/Scrollbar/Scrollbar.js +1 -1
- package/dist/styled-components/cjs/components/Select/Select.js +1 -1
- package/dist/styled-components/cjs/components/Tabs/Tabs.js +1 -1
- package/dist/styled-components/cjs/index.js +1 -0
- package/dist/styled-components/es/components/Autocomplete/Autocomplete.js +1 -1
- package/dist/styled-components/es/components/Combobox/Combobox.js +1 -1
- package/dist/styled-components/es/components/DatePicker/DatePicker.clear.config.js +274 -79
- package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +274 -80
- package/dist/styled-components/es/components/Dropdown/Dropdown.js +1 -1
- package/dist/styled-components/es/components/File/File.config.js +246 -0
- package/dist/styled-components/es/components/File/File.js +4 -0
- package/dist/styled-components/es/components/File/index.js +2 -0
- package/dist/styled-components/es/components/Notification/Notification.js +1 -1
- package/dist/styled-components/es/components/Scrollbar/Scrollbar.js +1 -1
- package/dist/styled-components/es/components/Select/Select.js +1 -1
- package/dist/styled-components/es/components/Tabs/Tabs.js +1 -1
- package/dist/styled-components/es/index.js +1 -0
- package/package.json +7 -7
- package/types/components/Autocomplete/Autocomplete.d.ts +8 -8
- package/types/components/Combobox/Combobox.d.ts +24 -24
- package/types/components/DatePicker/DatePicker.clear.config.d.ts +1 -0
- package/types/components/DatePicker/DatePicker.config.d.ts +2 -0
- package/types/components/DatePicker/DatePicker.d.ts +13 -3
- package/types/components/File/File.config.d.ts +21 -0
- package/types/components/File/File.d.ts +15 -0
- package/types/components/File/index.d.ts +2 -0
- package/types/components/Select/Select.d.ts +6 -6
- package/types/components/TimePicker/TimePicker.d.ts +1 -1
- package/types/index.d.ts +1 -0
- package/dist/css/cjs/components/DatePicker/DatePicker.clear.config_1wq4nln.css +0 -12
- package/dist/css/cjs/components/DatePicker/DatePicker.config_16amete.css +0 -12
- package/dist/css/es/components/DatePicker/DatePicker.clear.config_1wq4nln.css +0 -12
- package/dist/css/es/components/DatePicker/DatePicker.config_16amete.css +0 -12
|
@@ -91,7 +91,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
91
91
|
hintOffset?: [number, number];
|
|
92
92
|
hintWidth?: string;
|
|
93
93
|
hintContentLeft?: React.ReactNode;
|
|
94
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
94
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
95
95
|
items: ComboboxItemOption[];
|
|
96
96
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
97
97
|
placeholder?: string;
|
|
@@ -151,7 +151,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
151
151
|
hintOffset?: never;
|
|
152
152
|
hintWidth?: never;
|
|
153
153
|
hintContentLeft?: never;
|
|
154
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
154
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
155
155
|
items: ComboboxItemOption[];
|
|
156
156
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
157
157
|
placeholder?: string;
|
|
@@ -211,7 +211,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
211
211
|
hintOffset?: [number, number];
|
|
212
212
|
hintWidth?: string;
|
|
213
213
|
hintContentLeft?: React.ReactNode;
|
|
214
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
214
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
215
215
|
items: ComboboxItemOption[];
|
|
216
216
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
217
217
|
placeholder?: string;
|
|
@@ -271,7 +271,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
271
271
|
hintOffset?: never;
|
|
272
272
|
hintWidth?: never;
|
|
273
273
|
hintContentLeft?: never;
|
|
274
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
274
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
275
275
|
items: ComboboxItemOption[];
|
|
276
276
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
277
277
|
placeholder?: string;
|
|
@@ -331,7 +331,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
331
331
|
hintOffset?: [number, number];
|
|
332
332
|
hintWidth?: string;
|
|
333
333
|
hintContentLeft?: React.ReactNode;
|
|
334
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
334
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
335
335
|
items: ComboboxItemOption[];
|
|
336
336
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
337
337
|
placeholder?: string;
|
|
@@ -391,7 +391,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
391
391
|
hintOffset?: never;
|
|
392
392
|
hintWidth?: never;
|
|
393
393
|
hintContentLeft?: never;
|
|
394
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
394
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
395
395
|
items: ComboboxItemOption[];
|
|
396
396
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
397
397
|
placeholder?: string;
|
|
@@ -451,7 +451,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
451
451
|
hintOffset?: [number, number];
|
|
452
452
|
hintWidth?: string;
|
|
453
453
|
hintContentLeft?: React.ReactNode;
|
|
454
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
454
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
455
455
|
items: ComboboxItemOption[];
|
|
456
456
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
457
457
|
placeholder?: string;
|
|
@@ -511,7 +511,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
511
511
|
hintOffset?: never;
|
|
512
512
|
hintWidth?: never;
|
|
513
513
|
hintContentLeft?: never;
|
|
514
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
514
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
515
515
|
items: ComboboxItemOption[];
|
|
516
516
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
517
517
|
placeholder?: string;
|
|
@@ -571,7 +571,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
571
571
|
hintOffset?: [number, number];
|
|
572
572
|
hintWidth?: string;
|
|
573
573
|
hintContentLeft?: React.ReactNode;
|
|
574
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
574
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
575
575
|
items: ComboboxItemOption[];
|
|
576
576
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
577
577
|
placeholder?: string;
|
|
@@ -631,7 +631,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
631
631
|
hintOffset?: never;
|
|
632
632
|
hintWidth?: never;
|
|
633
633
|
hintContentLeft?: never;
|
|
634
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
634
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
635
635
|
items: ComboboxItemOption[];
|
|
636
636
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
637
637
|
placeholder?: string;
|
|
@@ -691,7 +691,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
691
691
|
hintOffset?: [number, number];
|
|
692
692
|
hintWidth?: string;
|
|
693
693
|
hintContentLeft?: React.ReactNode;
|
|
694
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
694
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
695
695
|
items: ComboboxItemOption[];
|
|
696
696
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
697
697
|
placeholder?: string;
|
|
@@ -751,7 +751,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
751
751
|
hintOffset?: never;
|
|
752
752
|
hintWidth?: never;
|
|
753
753
|
hintContentLeft?: never;
|
|
754
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
754
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
755
755
|
items: ComboboxItemOption[];
|
|
756
756
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
757
757
|
placeholder?: string;
|
|
@@ -811,7 +811,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
811
811
|
hintOffset?: [number, number];
|
|
812
812
|
hintWidth?: string;
|
|
813
813
|
hintContentLeft?: React.ReactNode;
|
|
814
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
814
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
815
815
|
items: ComboboxItemOption[];
|
|
816
816
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
817
817
|
placeholder?: string;
|
|
@@ -871,7 +871,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
871
871
|
hintOffset?: never;
|
|
872
872
|
hintWidth?: never;
|
|
873
873
|
hintContentLeft?: never;
|
|
874
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
874
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
875
875
|
items: ComboboxItemOption[];
|
|
876
876
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
877
877
|
placeholder?: string;
|
|
@@ -931,7 +931,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
931
931
|
hintOffset?: [number, number];
|
|
932
932
|
hintWidth?: string;
|
|
933
933
|
hintContentLeft?: React.ReactNode;
|
|
934
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
934
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
935
935
|
items: ComboboxItemOption[];
|
|
936
936
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
937
937
|
placeholder?: string;
|
|
@@ -991,7 +991,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
991
991
|
hintOffset?: never;
|
|
992
992
|
hintWidth?: never;
|
|
993
993
|
hintContentLeft?: never;
|
|
994
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
994
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
995
995
|
items: ComboboxItemOption[];
|
|
996
996
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
997
997
|
placeholder?: string;
|
|
@@ -1051,7 +1051,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1051
1051
|
hintOffset?: [number, number];
|
|
1052
1052
|
hintWidth?: string;
|
|
1053
1053
|
hintContentLeft?: React.ReactNode;
|
|
1054
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
1054
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
1055
1055
|
items: ComboboxItemOption[];
|
|
1056
1056
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
1057
1057
|
placeholder?: string;
|
|
@@ -1111,7 +1111,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1111
1111
|
hintOffset?: never;
|
|
1112
1112
|
hintWidth?: never;
|
|
1113
1113
|
hintContentLeft?: never;
|
|
1114
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
1114
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
1115
1115
|
items: ComboboxItemOption[];
|
|
1116
1116
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
1117
1117
|
placeholder?: string;
|
|
@@ -1171,7 +1171,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1171
1171
|
hintOffset?: [number, number];
|
|
1172
1172
|
hintWidth?: string;
|
|
1173
1173
|
hintContentLeft?: React.ReactNode;
|
|
1174
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
1174
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
1175
1175
|
items: ComboboxItemOption[];
|
|
1176
1176
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
1177
1177
|
placeholder?: string;
|
|
@@ -1231,7 +1231,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1231
1231
|
hintOffset?: never;
|
|
1232
1232
|
hintWidth?: never;
|
|
1233
1233
|
hintContentLeft?: never;
|
|
1234
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
1234
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
1235
1235
|
items: ComboboxItemOption[];
|
|
1236
1236
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
1237
1237
|
placeholder?: string;
|
|
@@ -1291,7 +1291,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1291
1291
|
hintOffset?: [number, number];
|
|
1292
1292
|
hintWidth?: string;
|
|
1293
1293
|
hintContentLeft?: React.ReactNode;
|
|
1294
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
1294
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
1295
1295
|
items: ComboboxItemOption[];
|
|
1296
1296
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
1297
1297
|
placeholder?: string;
|
|
@@ -1351,7 +1351,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1351
1351
|
hintOffset?: never;
|
|
1352
1352
|
hintWidth?: never;
|
|
1353
1353
|
hintContentLeft?: never;
|
|
1354
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
1354
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
1355
1355
|
items: ComboboxItemOption[];
|
|
1356
1356
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
1357
1357
|
placeholder?: string;
|
|
@@ -1411,7 +1411,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1411
1411
|
hintOffset?: [number, number];
|
|
1412
1412
|
hintWidth?: string;
|
|
1413
1413
|
hintContentLeft?: React.ReactNode;
|
|
1414
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
1414
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
1415
1415
|
items: ComboboxItemOption[];
|
|
1416
1416
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types.js").Placement;
|
|
1417
1417
|
placeholder?: string;
|
|
@@ -1471,7 +1471,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1471
1471
|
hintOffset?: never;
|
|
1472
1472
|
hintWidth?: never;
|
|
1473
1473
|
hintContentLeft?: never;
|
|
1474
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>))>;
|
|
1474
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLInputElement>))>;
|
|
1475
1475
|
type PropsFromConfig = keyof typeof config['variations'];
|
|
1476
1476
|
export type Props<T extends ComboboxItemOption> = DistributiveOmit<ComboboxProps<T>, PropsFromConfig> & DistributivePick<ComponentProps<typeof ComboboxNew>, PropsFromConfig>;
|
|
1477
1477
|
declare const Combobox: <T extends ComboboxItemOption>(props: Props<T> & React.RefAttributes<HTMLInputElement>) => React.ReactElement | null;
|
|
@@ -8,6 +8,7 @@ export declare const config: {
|
|
|
8
8
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
9
9
|
};
|
|
10
10
|
size: {
|
|
11
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
11
12
|
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
12
13
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
13
14
|
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -2,12 +2,14 @@ export declare const config: {
|
|
|
2
2
|
defaults: {
|
|
3
3
|
view: string;
|
|
4
4
|
size: string;
|
|
5
|
+
hintSize: string;
|
|
5
6
|
};
|
|
6
7
|
variations: {
|
|
7
8
|
view: {
|
|
8
9
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
9
10
|
};
|
|
10
11
|
size: {
|
|
12
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
11
13
|
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
12
14
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
13
15
|
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -3,6 +3,7 @@ export declare const DatePickerDefault: import("react").FunctionComponent<import
|
|
|
3
3
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
4
4
|
};
|
|
5
5
|
size: {
|
|
6
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
6
7
|
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
7
8
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
8
9
|
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -111,6 +112,7 @@ export declare const DatePickerClear: import("react").FunctionComponent<import("
|
|
|
111
112
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
112
113
|
};
|
|
113
114
|
size: {
|
|
115
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
114
116
|
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
115
117
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
116
118
|
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -219,6 +221,7 @@ export declare const DatePicker: import("react").ForwardRefExoticComponent<(Omit
|
|
|
219
221
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
220
222
|
};
|
|
221
223
|
size: {
|
|
224
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
222
225
|
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
223
226
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
224
227
|
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -286,6 +289,7 @@ export declare const DatePicker: import("react").ForwardRefExoticComponent<(Omit
|
|
|
286
289
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
287
290
|
};
|
|
288
291
|
size: {
|
|
292
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
289
293
|
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
290
294
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
291
295
|
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -354,6 +358,7 @@ export declare const DatePickerRangeDefault: import("react").FunctionComponent<i
|
|
|
354
358
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
355
359
|
};
|
|
356
360
|
size: {
|
|
361
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
357
362
|
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
358
363
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
359
364
|
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -442,9 +447,10 @@ export declare const DatePickerRangeDefault: import("react").FunctionComponent<i
|
|
|
442
447
|
onFocusSecondTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
443
448
|
onBlurFirstTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
444
449
|
onBlurSecondTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
445
|
-
} & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerPopoverProps, "placement"> & {
|
|
450
|
+
} & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerPopoverProps, "placement" | "dateShortcuts"> & {
|
|
446
451
|
placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | Array<import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").DatePickerRangePlacementBasic>;
|
|
447
452
|
isDoubleCalendar?: boolean;
|
|
453
|
+
dateShortcuts?: import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").DateShortcutItem[];
|
|
448
454
|
} & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
449
455
|
appearance?: "default" | "clear";
|
|
450
456
|
hasClearDivider?: boolean;
|
|
@@ -454,6 +460,7 @@ export declare const DatePickerRangeClear: import("react").FunctionComponent<imp
|
|
|
454
460
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
455
461
|
};
|
|
456
462
|
size: {
|
|
463
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
457
464
|
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
458
465
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
459
466
|
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -542,9 +549,10 @@ export declare const DatePickerRangeClear: import("react").FunctionComponent<imp
|
|
|
542
549
|
onFocusSecondTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
543
550
|
onBlurFirstTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
544
551
|
onBlurSecondTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
545
|
-
} & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerPopoverProps, "placement"> & {
|
|
552
|
+
} & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerPopoverProps, "placement" | "dateShortcuts"> & {
|
|
546
553
|
placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | Array<import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").DatePickerRangePlacementBasic>;
|
|
547
554
|
isDoubleCalendar?: boolean;
|
|
555
|
+
dateShortcuts?: import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").DateShortcutItem[];
|
|
548
556
|
} & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
549
557
|
appearance?: "default" | "clear";
|
|
550
558
|
hasClearDivider?: boolean;
|
|
@@ -554,6 +562,7 @@ export declare const DatePickerRange: import("react").ForwardRefExoticComponent<
|
|
|
554
562
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
555
563
|
};
|
|
556
564
|
size: {
|
|
565
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
557
566
|
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
558
567
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
559
568
|
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -642,9 +651,10 @@ export declare const DatePickerRange: import("react").ForwardRefExoticComponent<
|
|
|
642
651
|
onFocusSecondTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
643
652
|
onBlurFirstTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
644
653
|
onBlurSecondTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
645
|
-
} & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerPopoverProps, "placement"> & {
|
|
654
|
+
} & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerPopoverProps, "placement" | "dateShortcuts"> & {
|
|
646
655
|
placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | Array<import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").DatePickerRangePlacementBasic>;
|
|
647
656
|
isDoubleCalendar?: boolean;
|
|
657
|
+
dateShortcuts?: import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").DateShortcutItem[];
|
|
648
658
|
} & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
649
659
|
appearance?: "default" | "clear";
|
|
650
660
|
hasClearDivider?: boolean;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare const config: {
|
|
2
|
+
defaults: {
|
|
3
|
+
view: string;
|
|
4
|
+
size: string;
|
|
5
|
+
};
|
|
6
|
+
variations: {
|
|
7
|
+
view: {
|
|
8
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
9
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
10
|
+
};
|
|
11
|
+
size: {
|
|
12
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
13
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
14
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
15
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
16
|
+
};
|
|
17
|
+
disabled: {
|
|
18
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const File: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
2
|
+
view: {
|
|
3
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
4
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
5
|
+
};
|
|
6
|
+
size: {
|
|
7
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
8
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
9
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
10
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
11
|
+
};
|
|
12
|
+
disabled: {
|
|
13
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
14
|
+
};
|
|
15
|
+
}> & import("react").HTMLAttributes<HTMLDivElement> & import("@salutejs/plasma-new-hope/types/components/File/File.types.js").BaseFileProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -103,7 +103,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
103
103
|
listHeight?: React.CSSProperties["height"];
|
|
104
104
|
onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
|
|
105
105
|
listOverflow?: React.CSSProperties["overflow"];
|
|
106
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
|
|
106
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
|
|
107
107
|
hintText: string;
|
|
108
108
|
hintTrigger?: "hover" | "click";
|
|
109
109
|
hintView?: string;
|
|
@@ -166,7 +166,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
166
166
|
listHeight?: React.CSSProperties["height"];
|
|
167
167
|
onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
|
|
168
168
|
listOverflow?: React.CSSProperties["overflow"];
|
|
169
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
|
|
169
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
|
|
170
170
|
hintTrigger?: never;
|
|
171
171
|
hintText?: never;
|
|
172
172
|
hintView?: never;
|
|
@@ -228,7 +228,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
228
228
|
listHeight?: React.CSSProperties["height"];
|
|
229
229
|
onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
|
|
230
230
|
listOverflow?: React.CSSProperties["overflow"];
|
|
231
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
|
|
231
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
|
|
232
232
|
hintTrigger?: never;
|
|
233
233
|
hintText?: never;
|
|
234
234
|
hintView?: never;
|
|
@@ -291,7 +291,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
291
291
|
listHeight?: React.CSSProperties["height"];
|
|
292
292
|
onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
|
|
293
293
|
listOverflow?: React.CSSProperties["overflow"];
|
|
294
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
294
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
295
295
|
target: "button-like";
|
|
296
296
|
view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
|
|
297
297
|
contentLeft?: never;
|
|
@@ -341,7 +341,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
341
341
|
listHeight?: React.CSSProperties["height"];
|
|
342
342
|
onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
|
|
343
343
|
listOverflow?: React.CSSProperties["overflow"];
|
|
344
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
344
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
345
345
|
target: "button-like";
|
|
346
346
|
view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
|
|
347
347
|
contentLeft?: never;
|
|
@@ -392,7 +392,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
392
392
|
listHeight?: React.CSSProperties["height"];
|
|
393
393
|
onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
|
|
394
394
|
listOverflow?: React.CSSProperties["overflow"];
|
|
395
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>))>;
|
|
395
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>))>;
|
|
396
396
|
export type SelectProps<K extends ItemOptionSelect> = DistributiveOmit<SelectPropsNewHope<K>, 'size' | 'view' | 'chipView' | 'disabled'> & DistributivePick<ComponentProps<typeof SelectNewHope>, 'size' | 'view' | 'chipView' | 'disabled'>;
|
|
397
397
|
declare const Select: <K extends ItemOptionSelect>(props: SelectProps<K> & React.RefAttributes<HTMLButtonElement>) => React.ReactElement | null;
|
|
398
398
|
export { Select };
|
|
@@ -23,7 +23,7 @@ export declare const TimePicker: import("react").FunctionComponent<import("@salu
|
|
|
23
23
|
view?: string;
|
|
24
24
|
disabled?: boolean;
|
|
25
25
|
readonly?: boolean;
|
|
26
|
-
stretched
|
|
26
|
+
stretched?: boolean;
|
|
27
27
|
} & {
|
|
28
28
|
requiredPlacement?: "left" | "right";
|
|
29
29
|
required?: boolean;
|
package/types/index.d.ts
CHANGED
|
@@ -76,6 +76,7 @@ export * from './components/TimePicker';
|
|
|
76
76
|
export * from './components/ProgressBarCircular';
|
|
77
77
|
export * from './components/DateTimePicker';
|
|
78
78
|
export * from './components/Loader';
|
|
79
|
+
export * from './components/File';
|
|
79
80
|
export * from './mixins';
|
|
80
81
|
export * from './tokens';
|
|
81
82
|
export * from './types';
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
.d1j3qlfe{--plasma-date-picker_range-background:transparent;--plasma-date-picker_range-background-error:transparent;--plasma-date-picker_range-background-success:transparent;--plasma-date-picker-clear__divider-color:var(--surface-transparent-tertiary);--plasma-date-picker_range__divider-color:var(--surface-transparent-clear);--plasma-date-picker__label-color:var(--text-primary);--plasma-date-picker__left-helper-color:var(--text-secondary);--plasma-date-picker__left-helper-color-error:var(--text-negative);--plasma-date-picker__left-helper-color-success:var(--text-positive);--plasma-date-picker-title-caption-color:var(--text-secondary);--plasma-date-picker-info-wrapper-hint-icon-color:var(--text-secondary);--plasma-date-picker-content-slot-color:var(--text-primary);--plasma-date-picker-content-slot-color-hover:var(--text-primary-hover);--plasma-date-picker-content-slot-color-active:var(--text-primary-active);--plasma-date-picker-content-right-slot-color:var(--text-primary);--plasma-date-picker-content-right-slot-color-hover:var(--text-primary-hover);--plasma-date-picker-content-right-slot-color-active:var(--text-primary-active);--plasma-date-picker-textfield__content-color:var(--text-secondary);--plasma-date-picker-textfield__content-color-hover:var(--text-secondary-hover);--plasma-date-picker-textfield__content-color-active:var(--text-secondary-active);--plasma-date-picker-textfield__content-right-color:var(--text-secondary);--plasma-date-picker-textfield__content-right-color-hover:var(--text-secondary-hover);--plasma-date-picker-textfield__content-right-color-active:var(--text-secondary-active);--plasma-date-picker-content-slot-color-success:var(--text-positive);--plasma-date-picker-content-slot-color-success-hover:var(--text-positive-hover);--plasma-date-picker-content-slot-color-success-active:var(--text-positive-active);--plasma-date-picker-textfield-content-slot-color-success:var(--text-positive);--plasma-date-picker-textfield-content-slot-color-success-hover:var(--text-positive-hover);--plasma-date-picker-textfield-content-slot-color-success-active:var(--text-positive-active);--plasma-date-picker-content-slot-color-error:var(--text-negative);--plasma-date-picker-content-slot-color-error-hover:var(--text-negative-hover);--plasma-date-picker-content-slot-color-error-active:var(--text-negative-active);--plasma-date-picker-textfield-content-slot-color-error:var(--text-negative);--plasma-date-picker-textfield-content-slot-color-error-hover:var(--text-negative-hover);--plasma-date-picker-textfield-content-slot-color-error-active:var(--text-negative-active);--plasma-date-picker-textfield-color:var(--text-primary);--plasma-date-picker-textfield-color-success:var(--text-positive);--plasma-date-picker-textfield-color-error:var(--text-negative);--plasma-date-picker-textfield-placeholder-color:var(--text-secondary);--plasma-date-picker-textfield__placeholder-color-focus:var(--text-tertiary);--plasma-date-picker-textfield-clear-placeholder-color-focus:var(--text-tertiary);--plasma-date-picker-textfield-caret-color:var(--text-accent);--plasma-date-picker-focus-color:var(--text-accent);--plasma-date-picker-textfield-background-color:transparent;--plasma-date-picker-textfield-background-color-focus:transparent;--plasma-date-picker-textfield-background-color-error:transparent;--plasma-date-picker-textfield-background-color-error-focus:transparent;--plasma-date-picker-textfield-background-color-success:transparent;--plasma-date-picker-textfield-background-color-success-focus:transparent;--plasma-date-picker-textfield__content-color:var(--text-secondary);--plasma-date-picker-textfield__content-color-hover:var(--text-secondary-hover);--plasma-date-picker-textfield__content-color-active:var(--text-secondary-active);--plasma-date-picker-textfield__content-right-color:var(--text-secondary);--plasma-date-picker-textfield__content-right-color-hover:var(--text-secondary-hover);--plasma-date-picker-textfield__content-right-color-active:var(--text-secondary-active);--plasma-date-picker-textfield-content-slot-color-success:var(--text-positive);--plasma-date-picker-textfield-content-slot-color-success-hover:var(--text-positive-hover);--plasma-date-picker-textfield-content-slot-color-success-active:var(--text-positive-active);--plasma-date-picker-textfield-content-slot-color-error:var(--text-negative);--plasma-date-picker-textfield-content-slot-color-error-hover:var(--text-negative-hover);--plasma-date-picker-textfield-content-slot-color-error-active:var(--text-negative-active);--plasma-date-picker-textfield__before-text-color:var(--text-tertiary);--plasma-date-picker-textfield__after-text-color:var(--text-tertiary);--plasma-date-picker-textfield__divider-color-success:var(--surface-positive);--plasma-date-picker-textfield__divider-color-error:var(--surface-negative);--plasma-date-picker-textfield__divider-color-hover:var(--text-secondary);--plasma-date-picker-textfield__divider-color-focus:var(--surface-accent);--plasma-date-picker-placement_inner__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-placement_inner__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-placement_inner__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-placement_inner__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-placement_inner__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-placement_inner__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker__indicator-color:var(--surface-negative);--plasma-date-picker-calendar-shadow:var(--shadow-down-soft-s);--plasma-date-picker-calendar__separator-background:var(--surface-transparent-secondary);--plasma-date-picker-calendar__background-color:var(--surface-solid-card);--plasma-date-picker-calendar__selected-item-background:var(--surface-solid-default);--plasma-date-picker-calendar__selected-item-color:var(--inverse-text-primary);--plasma-date-picker-calendar__selectable-item-background-hover:var(--surface-transparent-secondary);--plasma-date-picker-calendar__current-item-border-color:var(--surface-solid-default);--plasma-date-picker-calendar__current-item-background-hover:transparent;--plasma-date-picker-calendar__current-item-color-hover:var(--text-primary);--plasma-date-picker-calendar__current-item-child-background-hover:var(--surface-transparent-secondary);--plasma-date-picker-calendar__active-item-background:var(--surface-solid-default);--plasma-date-picker-calendar__active-item-color:var(--inverse-text-primary);--plasma-date-picker-calendar__hovered-item-background:var(--surface-accent);--plasma-date-picker-calendar__hovered-item-color:var(--text-primary);--plasma-date-picker-calendar__range-background:var(--surface-transparent-secondary);--plasma-date-picker-calendar__outline-focus-color:var(--surface-accent);--plasma-date-picker-calendar__content-primary-color:var(--surface-solid-default);--plasma-date-picker-calendar__content-primary-disabled-color:var(--surface-solid-default);--plasma-date-picker-calendar__header-arrow-color:--plasma-date-picker-calendar__content-primary-color;--plasma-date-picker-calendar__content-secondary-color:var(--text-secondary);--plasma-date-picker-calendar__content-secondary-disabled-color:var(--text-secondary);--plasma-date-picker-calendar__disabled-opacity:0.4;--plasma-date-picker-icon-button__color:var(--text-primary);--plasma-date-picker-icon-button__background-color:var(--surface-clear);--plasma-date-picker-icon-button__color-hover:var(--text-primary-hover);--plasma-date-picker-icon-button__background-color-hover:var(--surface-clear);--plasma-date-picker-icon-button__color-active:var(--text-primary-hover);--plasma-date-picker-icon-button__background-color-active:var(--surface-clear);--plasma-date-picker-icon-button__focus-color:var(--surface-accent);--plasma-date-picker-calendar-tooltip-background-color:var(--surface-solid-card-brightness);--plasma-date-picker-calendar-tooltip-box-shadow:var(--shadow-down-hard-s);--plasma-date-picker-calendar-tooltip-color:var(--text-primary);}
|
|
2
|
-
.l3vuatz{--plasma-date-picker-width:26.5rem;--plasma-date-picker_range-border-radius:0.875rem;--plasma-date-picker_range__divider-padding:0 1.375rem;--plasma-date-picker_range__divider-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker_range__divider-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker_range__divider-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker_range__divider-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker_range__divider-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker_range__divider-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker_range__left-content-margin:0 1.125rem 0 0;--plasma-date-picker_range__right-content-margin:0;--plasma-date-picker__label-offset:0.25rem;--plasma-date-picker-placement_inner__label-padding:0.5625rem 0 0.125rem 0;--plasma-date-picker-placement_inner__content-padding:1.5625rem 0 0.5625rem 0;--plasma-date-picker-label-wrapper-offset:0.25rem;--plasma-date-picker__label-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker__label-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker__label-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker__label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker__label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker__label-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-indicator-wrapper-gap:0.25rem;--plasma-date-picker__indicator-size:0.5rem;--plasma-date-picker__indicator-size-outer:0.375rem;--plasma-date-picker__indicator-placement:1.5rem auto auto -0.875rem;--plasma-date-picker__indicator-placement-outer:0.5rem auto auto -0.75rem;--plasma-date-picker__indicator-placement-right:1.5rem -0.875rem auto auto;--plasma-date-picker__indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-date-picker__clear-indicator-hint-placement-inner-right:1.5rem -2.488rem auto auto;--plasma-date-picker-indicator-margin-top:0.25rem;--plasma-date-picker-indicator-outer-left:-0.75rem;--plasma-date-picker-indicator-without-label-inner:2.313rem -1.125rem auto auto;--plasma-date-picker-indicator-without-label-inner-left:2.313rem auto auto -1.125rem;--plasma-date-picker-indicator-without-label-outer-hint:2.313rem -3.375rem auto auto;--plasma-date-picker-info-wrapper-hint-margin:-0.688rem -0.5rem;--plasma-date-picker-info-wrapper-hint-target-size:2.375rem;--plasma-date-picker-info-wrapper-hint-without-label-placement-offset:1.438rem -2.938rem auto auto;--plasma-date-picker-info-wrapper-hint-placement-inner-offset:0 -0.438rem;--plasma-date-picker_old_hint-inner-label-placement-offset:0.563rem -2.188rem auto auto;--plasma-date-picker-title-caption-offset:0.375rem;--plasma-date-picker-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield-height:3.5rem;--plasma-date-picker-textfield-border-radius:0.875rem;--plasma-date-picker-textfield-padding:1.0625rem 0;--plasma-date-picker-textfield-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-textfield-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-textfield-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-textfield-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-textfield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-textfield-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker__left-helper-offset:0.25rem 0 0 0;--plasma-date-picker__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem -0.125rem;--plasma-date-picker-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-date-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-date-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-date-picker-calendar-border-radius:0.875rem;--plasma-date-picker-calendar-container-width:26.5rem;--plasma-date-picker-calendar-container-height:27rem;--plasma-date-picker-calendar__years-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__year-item-border-radius:0.75rem;--plasma-date-picker-calendar__year-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-calendar__year-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-calendar__year-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-calendar__year-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-calendar__year-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-calendar__year-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-calendar__year-selected-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__month-item-border-radius:0.75rem;--plasma-date-picker-calendar__month-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-calendar__month-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-calendar__month-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-calendar__month-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-calendar__month-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-calendar__month-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-calendar__month-selected-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-date-picker-calendar__quarters-padding:0.5rem 0.5rem 0 0.5rem;--plasma-date-picker-calendar__quarter-item-border-radius:0.75rem;--plasma-date-picker-calendar__quarter-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-calendar__quarter-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-calendar__quarter-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-calendar__quarter-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-calendar__quarter-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-calendar__quarter-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-calendar__quarter-selected-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-date-picker-calendar__days-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__day-item-border-radius:0.75rem;--plasma-date-picker-calendar__day-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-calendar__day-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-calendar__day-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-calendar__day-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-calendar__day-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-calendar__day-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-calendar__day-selected-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__header-wrapper-padding:0.875rem 1rem 0 1rem;--plasma-date-picker-calendar__header-arrow-gap:0.5rem;--plasma-date-picker-calendar__header-arrow-custom-size:1.5rem;--plasma-date-picker-calendar__header-padding:0 0 0 1rem;--plasma-date-picker-calendar__header-date-gap:0.5rem;--plasma-date-picker-calendar__header-font-family:var(--plasma-typo-h3-font-family);--plasma-date-picker-calendar__header-font-size:var(--plasma-typo-h3-font-size);--plasma-date-picker-calendar__header-font-style:var(--plasma-typo-h3-font-style);--plasma-date-picker-calendar__header-letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-date-picker-calendar__header-line-height:var(--plasma-typo-h3-line-height);--plasma-date-picker-calendar__header-font-weight:var(--plasma-typo-h3-font-weight);--plasma-date-picker-calendar__header-font-weight-bold:var(--plasma-typo-h3-bold-font-weight);--plasma-date-picker-icon-button__height:3.5rem;--plasma-date-picker-icon-button__width:3.5rem;--plasma-date-picker-icon-button__padding:1.5rem;--plasma-date-picker-icon-button__radius:0.875rem;}
|
|
3
|
-
.m147gnay{--plasma-date-picker-width:23rem;--plasma-date-picker_range-border-radius:0.75rem;--plasma-date-picker_range__divider-padding:0 1.25rem;--plasma-date-picker_range__divider-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker_range__divider-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker_range__divider-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker_range__divider-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker_range__divider-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker_range__divider-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker_range__left-content-margin:0 0.875rem 0 0;--plasma-date-picker_range__right-content-margin:0;--plasma-date-picker__label-offset:0.25rem;--plasma-date-picker-placement_inner__label-padding:0.375rem 0 0.125rem 0;--plasma-date-picker-placement_inner__content-padding:1.375rem 0 0.375rem 0;--plasma-date-picker-label-wrapper-offset:0.25rem;--plasma-date-picker__label-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker__label-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker__label-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker__label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker__label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker__label-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-indicator-wrapper-gap:0.25rem;--plasma-date-picker__indicator-size:0.5rem;--plasma-date-picker__indicator-size-outer:0.375rem;--plasma-date-picker__indicator-placement:1.25rem auto auto -0.875rem;--plasma-date-picker__indicator-placement-outer:0.375rem auto auto -0.75rem;--plasma-date-picker__indicator-placement-right:1.25rem -0.875rem auto auto;--plasma-date-picker__indicator-placement-outer-right:0.25rem -0.6875rem auto auto;--plasma-date-picker__clear-indicator-hint-placement-inner-right:1.25rem -2.488rem auto auto;--plasma-date-picker-indicator-margin-top:0.25rem;--plasma-date-picker-indicator-outer-left:-0.75rem;--plasma-date-picker-indicator-without-label-inner:2.063rem -1rem auto auto;--plasma-date-picker-indicator-without-label-inner-left:2.063rem auto auto -1rem;--plasma-date-picker-indicator-without-label-outer-hint:2.063rem -3.25rem auto auto;--plasma-date-picker-info-wrapper-hint-margin:-0.688rem;--plasma-date-picker-info-wrapper-hint-target-size:2.375rem;--plasma-date-picker-info-wrapper-hint-without-label-placement-offset:1.1875rem -2.813rem auto auto;--plasma-date-picker-info-wrapper-hint-placement-inner-offset:0 -0.438rem;--plasma-date-picker_old_hint-inner-label-placement-offset:0.312rem -2.188rem auto auto;--plasma-date-picker-title-caption-offset:0.313rem;--plasma-date-picker-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield-height:3rem;--plasma-date-picker-textfield-border-radius:0.75rem;--plasma-date-picker-textfield-padding:0.875rem 0;--plasma-date-picker-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker__left-helper-offset:0.25rem 0 0 0;--plasma-date-picker__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield__left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-date-picker-textfield__right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-date-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-date-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-date-picker-calendar-container-width:23rem;--plasma-date-picker-calendar-container-height:22.875rem;--plasma-date-picker-calendar-border-radius:0.875rem;--plasma-date-picker-calendar__years-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__year-item-border-radius:0.625rem;--plasma-date-picker-calendar__year-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-calendar__year-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-calendar__year-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-calendar__year-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-calendar__year-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-calendar__year-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-calendar__year-selected-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-date-picker-calendar__quarters-padding:0.5rem 0.5rem 0 0.5rem;--plasma-date-picker-calendar__quarter-item-border-radius:0.625rem;--plasma-date-picker-calendar__quarter-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-calendar__quarter-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-calendar__quarter-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-calendar__quarter-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-calendar__quarter-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-calendar__quarter-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-calendar__quarter-selected-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__month-item-border-radius:0.625rem;--plasma-date-picker-calendar__month-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-calendar__month-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-calendar__month-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-calendar__month-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-calendar__month-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-calendar__month-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-calendar__month-selected-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-date-picker-calendar__days-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__day-item-border-radius:0.625rem;--plasma-date-picker-calendar__day-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-calendar__day-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-calendar__day-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-calendar__day-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-calendar__day-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-calendar__day-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-calendar__day-selected-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__header-wrapper-padding:0.75rem 1rem 0 1rem;--plasma-date-picker-calendar__header-arrow-gap:0.5rem;--plasma-date-picker-calendar__header-arrow-custom-size:1.5rem;--plasma-date-picker-calendar__header-padding:0 0 0 0.875rem;--plasma-date-picker-calendar__header-date-gap:0.375rem;--plasma-date-picker-calendar__header-font-family:var(--plasma-typo-h4-font-family);--plasma-date-picker-calendar__header-font-size:var(--plasma-typo-h4-font-size);--plasma-date-picker-calendar__header-font-style:var(--plasma-typo-h4-font-style);--plasma-date-picker-calendar__header-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-date-picker-calendar__header-line-height:var(--plasma-typo-h4-line-height);--plasma-date-picker-calendar__header-font-weight:var(--plasma-typo-h4-font-weight);--plasma-date-picker-calendar__header-font-weight-bold:var(--plasma-typo-h4-bold-font-weight);--plasma-date-picker-icon-button__height:3rem;--plasma-date-picker-icon-button__width:3rem;--plasma-date-picker-icon-button__padding:1.25rem;--plasma-date-picker-icon-button__radius:0.75rem;}
|
|
4
|
-
.s1arqb1j{--plasma-date-picker-width:19.5rem;--plasma-date-picker_range-border-radius:0.625rem;--plasma-date-picker_range__divider-padding:0 1.125rem;--plasma-date-picker_range__divider-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker_range__divider-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker_range__divider-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker_range__divider-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker_range__divider-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker_range__divider-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker_range__left-content-margin:0 0.75rem 0 0;--plasma-date-picker_range__right-content-margin:0;--plasma-date-picker__label-offset:0.25rem;--plasma-date-picker-placement_inner__label-padding:0.3125rem 0 0 0;--plasma-date-picker-placement_inner__content-padding:1.0625rem 0 0.3125rem 0;--plasma-date-picker-label-wrapper-offset:0.25rem;--plasma-date-picker__label-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker__label-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker__label-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker__label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker__label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker__label-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-indicator-wrapper-gap:0.25rem;--plasma-date-picker__indicator-size:0.375rem;--plasma-date-picker__indicator-size-outer:0.375rem;--plasma-date-picker__indicator-placement:1.063rem auto auto -0.75rem;--plasma-date-picker__indicator-placement-outer:0.3125rem auto auto -0.6875rem;--plasma-date-picker__indicator-placement-right:1.063rem -0.75rem auto auto;--plasma-date-picker__indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-date-picker__clear-indicator-hint-placement-inner-right:1.063rem -2.238rem auto auto;--plasma-date-picker-indicator-margin-top:0.25rem;--plasma-date-picker-indicator-outer-left:-0.75rem;--plasma-date-picker-indicator-without-label-inner:1.813rem -0.875rem auto auto;--plasma-date-picker-indicator-without-label-inner-left:1.813rem auto auto -0.875rem;--plasma-date-picker-indicator-without-label-outer-hint:1.813rem -3.125rem auto auto;--plasma-date-picker-info-wrapper-hint-margin:-0.688rem;--plasma-date-picker-info-wrapper-hint-target-size:2.375rem;--plasma-date-picker-info-wrapper-hint-without-label-placement-offset:0.938rem -2.688rem auto auto;--plasma-date-picker-info-wrapper-hint-placement-inner-offset:0 -0.438rem;--plasma-date-picker_old_hint-inner-label-placement-offset:0.062rem -2.188rem auto auto;--plasma-date-picker-title-caption-offset:0.188rem;--plasma-date-picker-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield-height:2.5rem;--plasma-date-picker-textfield-border-radius:0.625rem;--plasma-date-picker-textfield-padding:0.6875rem 0;--plasma-date-picker-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker__left-helper-offset:0.25rem 0 0 0;--plasma-date-picker__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield__left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-date-picker-textfield__right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-date-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-date-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-date-picker-calendar-container-width:19.5rem;--plasma-date-picker-calendar-container-height:18.125rem;--plasma-date-picker-calendar-border-radius:0.875rem;--plasma-date-picker-calendar__years-padding:0.5rem 1rem 0.875rem 1rem;--plasma-date-picker-calendar__year-item-border-radius:0.5rem;--plasma-date-picker-calendar__year-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar__year-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar__year-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar__year-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar__year-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar__year-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar__year-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-date-picker-calendar__quarters-padding:0.5rem 0.5rem 0 0.5rem;--plasma-date-picker-calendar__quarter-item-border-radius:0.5rem;--plasma-date-picker-calendar__quarter-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar__quarter-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar__quarter-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar__quarter-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar__quarter-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar__quarter-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar__quarter-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 1rem 0.875rem 1rem;--plasma-date-picker-calendar__month-item-border-radius:0.5rem;--plasma-date-picker-calendar__month-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar__month-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar__month-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar__month-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar__month-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar__month-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar__month-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-date-picker-calendar__days-padding:0.5rem 1rem 0.875rem 1rem;--plasma-date-picker-calendar__day-item-border-radius:0.5rem;--plasma-date-picker-calendar__day-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar__day-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar__day-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar__day-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar__day-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar__day-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar__day-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__header-wrapper-padding:0.75rem 1rem 0 1rem;--plasma-date-picker-calendar__header-arrow-gap:0.5rem;--plasma-date-picker-calendar__header-arrow-custom-size:1.5rem;--plasma-date-picker-calendar__header-padding:0 0 0 0.5rem;--plasma-date-picker-calendar__header-date-gap:0.25rem;--plasma-date-picker-calendar__header-font-family:var(--plasma-typo-h4-font-family);--plasma-date-picker-calendar__header-font-size:var(--plasma-typo-h4-font-size);--plasma-date-picker-calendar__header-font-style:var(--plasma-typo-h4-font-style);--plasma-date-picker-calendar__header-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-date-picker-calendar__header-line-height:var(--plasma-typo-h4-line-height);--plasma-date-picker-calendar__header-font-weight:var(--plasma-typo-h4-font-weight);--plasma-date-picker-calendar__header-font-weight-bold:var(--plasma-typo-h4-bold-font-weight);--plasma-date-picker-icon-button__height:2rem;--plasma-date-picker-icon-button__width:2rem;--plasma-date-picker-icon-button__padding:0.75rem;--plasma-date-picker-icon-button__radius:0.5rem;}
|
|
5
|
-
.x1tovmtn{--plasma-date-picker-width:19rem;--plasma-date-picker_range-border-radius:0.5rem;--plasma-date-picker_range__divider-padding:0 0.875rem;--plasma-date-picker_range__divider-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker_range__divider-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker_range__divider-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker_range__divider-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker_range__divider-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker_range__divider-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker_range__left-content-margin:0 0.5rem 0 0;--plasma-date-picker_range__right-content-margin:0;--plasma-date-picker__label-offset:0.25rem;--plasma-date-picker-placement_inner__label-padding:0.3125rem 0 0 0;--plasma-date-picker-placement_inner__content-padding:1.0625rem 0 0.3125rem 0;--plasma-date-picker-label-wrapper-offset:0.25rem;--plasma-date-picker__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-indicator-wrapper-gap:0.25rem;--plasma-date-picker__indicator-size:0.375rem;--plasma-date-picker__indicator-size-outer:0.375rem;--plasma-date-picker__indicator-placement:0.813rem auto auto -0.625rem;--plasma-date-picker__indicator-placement-outer:0.25rem auto auto -0.75rem;--plasma-date-picker__indicator-placement-right:0.813rem -0.625rem auto auto;--plasma-date-picker__indicator-placement-outer-right:0.125rem -0.75rem auto auto;--plasma-date-picker__clear-indicator-hint-placement-inner-right:0.813rem -1.988rem auto auto;--plasma-date-picker-indicator-margin-top:0.125rem;--plasma-date-picker-indicator-outer-left:-0.75rem;--plasma-date-picker-indicator-without-label-inner:1.675rem -0.75rem auto auto;--plasma-date-picker-indicator-without-label-inner-left:1.675rem auto auto -0.75rem;--plasma-date-picker-indicator-without-label-outer-hint:1.675rem -2rem auto auto;--plasma-date-picker-info-wrapper-hint-margin:-0.688rem;--plasma-date-picker-info-wrapper-hint-target-size:2.375rem;--plasma-date-picker-info-wrapper-hint-without-label-placement-offset:0.688rem -2.063rem auto auto;--plasma-date-picker-info-wrapper-hint-placement-inner-offset:0 -0.688rem;--plasma-date-picker_old_hint-inner-label-placement-offset:-0.188rem -1.938rem auto auto;--plasma-date-picker-title-caption-offset:0;--plasma-date-picker-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield-height:2rem;--plasma-date-picker-textfield-border-radius:0.5rem;--plasma-date-picker-textfield-padding:0.5625rem 0;--plasma-date-picker-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker__left-helper-offset:0.25rem 0 0 0;--plasma-date-picker__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield__left-content-margin:-0.0625rem 0.25rem -0.0625rem -0.125rem;--plasma-date-picker-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-date-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-date-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-date-picker-calendar-container-width:19rem;--plasma-date-picker-calendar-container-height:17.5rem;--plasma-date-picker-calendar-border-radius:0.5rem;--plasma-date-picker-calendar__years-padding:0.5rem 0.75rem 0.625rem 0.75rem;--plasma-date-picker-calendar__year-item-border-radius:0.375rem;--plasma-date-picker-calendar__year-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar__year-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar__year-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar__year-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar__year-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar__year-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar__year-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-date-picker-calendar__quarters-padding:0.375rem 0.25rem 0 0.25rem;--plasma-date-picker-calendar__quarter-item-border-radius:0.375rem;--plasma-date-picker-calendar__quarter-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar__quarter-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar__quarter-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar__quarter-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar__quarter-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar__quarter-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar__quarter-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 0.75rem 0.625rem 0.75rem;--plasma-date-picker-calendar__month-item-border-radius:0.375rem;--plasma-date-picker-calendar__month-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar__month-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar__month-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar__month-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar__month-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar__month-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar__month-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-date-picker-calendar__days-padding:0.375rem 0.75rem 0.625rem 0.75rem;--plasma-date-picker-calendar__day-item-border-radius:0.375rem;--plasma-date-picker-calendar__day-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar__day-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar__day-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar__day-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar__day-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar__day-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar__day-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__header-wrapper-padding:0.5rem 0.75rem 0 0.75rem;--plasma-date-picker-calendar__header-arrow-gap:0;--plasma-date-picker-calendar__header-arrow-custom-size:1rem;--plasma-date-picker-calendar__header-padding:0 0 0 0.5rem;--plasma-date-picker-calendar__header-date-gap:0.25rem;--plasma-date-picker-calendar__header-font-family:var(--plasma-typo-h5-font-family);--plasma-date-picker-calendar__header-font-size:var(--plasma-typo-h5-font-size);--plasma-date-picker-calendar__header-font-style:var(--plasma-typo-h5-font-style);--plasma-date-picker-calendar__header-letter-spacing:var(--plasma-typo-h5-letter-spacing);--plasma-date-picker-calendar__header-line-height:var(--plasma-typo-h5-line-height);--plasma-date-picker-calendar__header-font-weight:var(--plasma-typo-h5-font-weight);--plasma-date-picker-calendar__header-font-weight-bold:var(--plasma-typo-h5-bold-font-weight);--plasma-date-picker-icon-button__height:2rem;--plasma-date-picker-icon-button__width:2rem;--plasma-date-picker-icon-button__padding:0.75rem;--plasma-date-picker-icon-button__radius:0.5rem;}
|
|
6
|
-
.m157tlcg{--plasma-date-picker-calendar-tooltip-padding-top:0.6875rem;--plasma-date-picker-calendar-tooltip-padding-right:0.875rem;--plasma-date-picker-calendar-tooltip-padding-bottom:0.6875rem;--plasma-date-picker-calendar-tooltip-padding-left:0.875rem;--plasma-date-picker-calendar-tooltip-min-height:2.5rem;--plasma-date-picker-calendar-tooltip-border-radius:0.625rem;--plasma-date-picker-calendar-tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar-tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar-tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar-tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar-tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar-tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar-tooltip-content-left-margin:0.375rem;--plasma-date-picker-calendar-tooltip-arrow-mask-width:1.25rem;--plasma-date-picker-calendar-tooltip-arrow-mask-height:1.25rem;--plasma-date-picker-calendar-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-date-picker-calendar-tooltip-arrow-height:0.5rem;--plasma-date-picker-calendar-tooltip-arrow-edge-margin:0.625rem;--plasma-date-picker-calendar-tooltip-arrow-background:var(--surface-solid-card-brightness);}
|
|
7
|
-
.s1nxpm8z{--plasma-date-picker-calendar-tooltip-padding-top:0.5rem;--plasma-date-picker-calendar-tooltip-padding-right:0.75rem;--plasma-date-picker-calendar-tooltip-padding-bottom:0.5rem;--plasma-date-picker-calendar-tooltip-padding-left:0.75rem;--plasma-date-picker-calendar-tooltip-min-height:2rem;--plasma-date-picker-calendar-tooltip-border-radius:0.5rem;--plasma-date-picker-calendar-tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar-tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar-tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar-tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar-tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar-tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar-tooltip-content-left-margin:0.25rem;--plasma-date-picker-calendar-tooltip-arrow-mask-width:1rem;--plasma-date-picker-calendar-tooltip-arrow-mask-height:1rem;--plasma-date-picker-calendar-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-date-picker-calendar-tooltip-arrow-height:0.375rem;--plasma-date-picker-calendar-tooltip-arrow-edge-margin:0.5625rem;--plasma-date-picker-calendar-tooltip-arrow-background:var(--surface-solid-card-brightness);}
|
|
8
|
-
.du5toql{--plasma-date-picker-calendar-hint-tooltip-background-color:var(--surface-solid-card-brightness);--plasma-date-picker-calendar-hint-tooltip-box-shadow:var(--shadow-down-hard-m);--plasma-date-picker-calendar-hint-tooltip-color:var(--text-primary);--plasma-date-picker-calendar-hint-tooltip-arrow-background:var(--surface-solid-card-brightness);}
|
|
9
|
-
.md7sy9t{--plasma-date-picker-calendar-hint-tooltip-padding-top:0.6875rem;--plasma-date-picker-calendar-hint-tooltip-padding-right:0.875rem;--plasma-date-picker-calendar-hint-tooltip-padding-bottom:0.6875rem;--plasma-date-picker-calendar-hint-tooltip-padding-left:0.875rem;--plasma-date-picker-calendar-hint-tooltip-min-height:2.5rem;--plasma-date-picker-calendar-hint-tooltip-border-radius:0.625rem;--plasma-date-picker-calendar-hint-tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar-hint-tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar-hint-tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar-hint-tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar-hint-tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar-hint-tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar-hint-tooltip-content-left-margin:0.375rem;--plasma-date-picker-calendar-hint-tooltip-arrow-mask-width:1.25rem;--plasma-date-picker-calendar-hint-tooltip-arrow-mask-height:1.25rem;--plasma-date-picker-calendar-hint-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-date-picker-calendar-hint-tooltip-arrow-height:0.5rem;--plasma-date-picker-calendar-hint-tooltip-arrow-edge-margin:0.625rem;}
|
|
10
|
-
.s3u3ac7{--plasma-date-picker-calendar-hint-tooltip-padding-top:0.5rem;--plasma-date-picker-calendar-hint-tooltip-padding-right:0.75rem;--plasma-date-picker-calendar-hint-tooltip-padding-bottom:0.5rem;--plasma-date-picker-calendar-hint-tooltip-padding-left:0.75rem;--plasma-date-picker-calendar-hint-tooltip-min-height:2rem;--plasma-date-picker-calendar-hint-tooltip-border-radius:0.5rem;--plasma-date-picker-calendar-hint-tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar-hint-tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar-hint-tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar-hint-tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar-hint-tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar-hint-tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar-hint-tooltip-content-left-margin:0.25rem;--plasma-date-picker-calendar-hint-tooltip-arrow-mask-width:1rem;--plasma-date-picker-calendar-hint-tooltip-arrow-mask-height:1rem;--plasma-date-picker-calendar-hint-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-date-picker-calendar-hint-tooltip-arrow-height:0.375rem;--plasma-date-picker-calendar-hint-tooltip-arrow-edge-margin:0.5625rem;}
|
|
11
|
-
.t13q9kmo{--plasma-date-picker-disabled-opacity:0.4;}
|
|
12
|
-
.t1gu75gm{--plasma-date-picker_range-background-readonly:transparent;--plasma-date-picker__label-color-readonly:var(--text-primary);--plasma-date-picker__left-helper-color-readonly:var(--text-secondary);--plasma-date-picker_range__divider-color-readonly:var(--text-secondary);--plasma-date-picker_range__divider-opacity-readonly:0.4;--plasma-date-picker-textfield-color-readonly:var(--text-primary);--plasma-date-picker-textfield-background-color-readonly:transparent;--plasma-date-picker-textfield-placeholder-color-readonly:var(--text-secondary);--plasma-date-picker_range__right-content-opacity-readonly:0.4;--plasma-date-picker-textfield__content-right-readonly-opacity:0.4;--plasma-date-picker-textfield-readonly-opacity:0.1;--plasma-date-picker-readonly-opacity:0.1;}
|