@nattstack/ui 0.0.60 → 0.0.62
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/components/index.js +75 -75
- package/dist/components/style.css +158 -169
- package/package.json +8 -8
package/dist/components/index.js
CHANGED
|
@@ -11,13 +11,13 @@ import { Drawer, Menu as Menu$1, OTPFieldPreview, Switch as Switch$1, Tabs as Ta
|
|
|
11
11
|
* @returns {string} The normalized string with excess whitespace removed.
|
|
12
12
|
*/
|
|
13
13
|
function normalizeWhitespace(value) {
|
|
14
|
-
return value.replaceAll(/\s+/
|
|
14
|
+
return value.replaceAll(/\s+/gu, " ").trim();
|
|
15
15
|
}
|
|
16
16
|
//#endregion
|
|
17
17
|
//#region src/components/button/button-spinner.module.css
|
|
18
18
|
var button_spinner_module_default = {
|
|
19
|
-
"button_spinner": "button-spinner-
|
|
20
|
-
"spinner": "button-spinner-
|
|
19
|
+
"button_spinner": "button-spinner-module_button_spinner_UApLZa",
|
|
20
|
+
"spinner": "button-spinner-module_spinner_UApLZa"
|
|
21
21
|
};
|
|
22
22
|
//#endregion
|
|
23
23
|
//#region src/components/button/button-spinner.tsx
|
|
@@ -32,20 +32,20 @@ function ButtonSpinner(props) {
|
|
|
32
32
|
//#endregion
|
|
33
33
|
//#region src/components/button/button.module.css
|
|
34
34
|
var button_module_default = {
|
|
35
|
-
"button": "button-
|
|
36
|
-
"button__icon_only": "button-
|
|
37
|
-
"button__rounded_base": "button-
|
|
38
|
-
"button__rounded_full": "button-
|
|
39
|
-
"button__size_32": "button-
|
|
40
|
-
"button__size_36": "button-
|
|
41
|
-
"button__size_40": "button-
|
|
42
|
-
"button__size_44": "button-
|
|
43
|
-
"button__size_48": "button-
|
|
44
|
-
"button__variant_ghost": "button-
|
|
45
|
-
"button__variant_primary": "button-
|
|
46
|
-
"button__variant_secondary": "button-
|
|
47
|
-
"button__width_base": "button-
|
|
48
|
-
"button__width_full": "button-
|
|
35
|
+
"button": "button-module_button_4nLWdW",
|
|
36
|
+
"button__icon_only": "button-module_button__icon_only_4nLWdW",
|
|
37
|
+
"button__rounded_base": "button-module_button__rounded_base_4nLWdW",
|
|
38
|
+
"button__rounded_full": "button-module_button__rounded_full_4nLWdW",
|
|
39
|
+
"button__size_32": "button-module_button__size_32_4nLWdW",
|
|
40
|
+
"button__size_36": "button-module_button__size_36_4nLWdW",
|
|
41
|
+
"button__size_40": "button-module_button__size_40_4nLWdW",
|
|
42
|
+
"button__size_44": "button-module_button__size_44_4nLWdW",
|
|
43
|
+
"button__size_48": "button-module_button__size_48_4nLWdW",
|
|
44
|
+
"button__variant_ghost": "button-module_button__variant_ghost_4nLWdW",
|
|
45
|
+
"button__variant_primary": "button-module_button__variant_primary_4nLWdW",
|
|
46
|
+
"button__variant_secondary": "button-module_button__variant_secondary_4nLWdW",
|
|
47
|
+
"button__width_base": "button-module_button__width_base_4nLWdW",
|
|
48
|
+
"button__width_full": "button-module_button__width_full_4nLWdW"
|
|
49
49
|
};
|
|
50
50
|
//#endregion
|
|
51
51
|
//#region src/components/button/button.tsx
|
|
@@ -116,7 +116,7 @@ function ButtonLink(props) {
|
|
|
116
116
|
}
|
|
117
117
|
//#endregion
|
|
118
118
|
//#region src/components/column/column.module.css
|
|
119
|
-
var column_module_default = { "column": "column-
|
|
119
|
+
var column_module_default = { "column": "column-module_column_CgFaGG" };
|
|
120
120
|
//#endregion
|
|
121
121
|
//#region src/components/column/column.tsx
|
|
122
122
|
function Column(props) {
|
|
@@ -153,7 +153,7 @@ function DialogResponsive(props) {
|
|
|
153
153
|
}
|
|
154
154
|
//#endregion
|
|
155
155
|
//#region src/components/dialog-responsive/dialog-responsive-backdrop.module.css
|
|
156
|
-
var dialog_responsive_backdrop_module_default = { "dialog_responsive_backdrop": "dialog-responsive-backdrop-
|
|
156
|
+
var dialog_responsive_backdrop_module_default = { "dialog_responsive_backdrop": "dialog-responsive-backdrop-module_dialog_responsive_backdrop_-X7FOq" };
|
|
157
157
|
//#endregion
|
|
158
158
|
//#region src/components/dialog-responsive/dialog-responsive-backdrop.tsx
|
|
159
159
|
function DialogResponsiveBackdrop(props) {
|
|
@@ -171,7 +171,7 @@ function DialogResponsiveBackdrop(props) {
|
|
|
171
171
|
const DIALOG_RESPONSIVE_BACKDROP_CLASS_NAME = { BASE: dialog_responsive_backdrop_module_default.dialog_responsive_backdrop };
|
|
172
172
|
//#endregion
|
|
173
173
|
//#region src/components/dialog-responsive/dialog-responsive-bar.module.css
|
|
174
|
-
var dialog_responsive_bar_module_default = { "dialog_responsive_bar": "dialog-responsive-bar-
|
|
174
|
+
var dialog_responsive_bar_module_default = { "dialog_responsive_bar": "dialog-responsive-bar-module_dialog_responsive_bar_iUwUCq" };
|
|
175
175
|
//#endregion
|
|
176
176
|
//#region src/components/dialog-responsive/dialog-responsive-bar.tsx
|
|
177
177
|
function DialogResponsiveBar(props) {
|
|
@@ -188,7 +188,7 @@ function DialogResponsiveBar(props) {
|
|
|
188
188
|
const DIALOG_RESPONSIVE_BAR_CLASS_NAME = { BASE: dialog_responsive_bar_module_default.dialog_responsive_bar };
|
|
189
189
|
//#endregion
|
|
190
190
|
//#region src/components/dialog-responsive/dialog-responsive-portal.module.css
|
|
191
|
-
var dialog_responsive_portal_module_default = { "dialog_responsive_portal": "dialog-responsive-portal-
|
|
191
|
+
var dialog_responsive_portal_module_default = { "dialog_responsive_portal": "dialog-responsive-portal-module_dialog_responsive_portal_keH0Tq" };
|
|
192
192
|
//#endregion
|
|
193
193
|
//#region src/components/dialog-responsive/dialog-responsive-portal.tsx
|
|
194
194
|
function DialogResponsivePortal(props) {
|
|
@@ -206,7 +206,7 @@ function DialogResponsivePortal(props) {
|
|
|
206
206
|
const DIALOG_RESPONSIVE_PORTAL_CLASS_NAME = { BASE: dialog_responsive_portal_module_default.dialog_responsive_portal };
|
|
207
207
|
//#endregion
|
|
208
208
|
//#region src/components/dialog-responsive/dialog-responsive-viewport.module.css
|
|
209
|
-
var dialog_responsive_viewport_module_default = { "dialog_responsive_viewport": "dialog-responsive-viewport-
|
|
209
|
+
var dialog_responsive_viewport_module_default = { "dialog_responsive_viewport": "dialog-responsive-viewport-module_dialog_responsive_viewport_b5ZINa" };
|
|
210
210
|
//#endregion
|
|
211
211
|
//#region src/components/dialog-responsive/dialog-responsive-viewport.tsx
|
|
212
212
|
function DialogResponsiveViewport(props) {
|
|
@@ -224,7 +224,7 @@ function DialogResponsiveViewport(props) {
|
|
|
224
224
|
const DIALOG_RESPONSIVE_VIEWPORT_CLASS_NAME = { BASE: dialog_responsive_viewport_module_default.dialog_responsive_viewport };
|
|
225
225
|
//#endregion
|
|
226
226
|
//#region src/components/dialog-responsive/dialog-responsive-popup.module.css
|
|
227
|
-
var dialog_responsive_popup_module_default = { "dialog_responsive_popup": "dialog-responsive-popup-
|
|
227
|
+
var dialog_responsive_popup_module_default = { "dialog_responsive_popup": "dialog-responsive-popup-module_dialog_responsive_popup_cgfWTq" };
|
|
228
228
|
//#endregion
|
|
229
229
|
//#region src/components/dialog-responsive/dialog-responsive-popup.tsx
|
|
230
230
|
function DialogResponsivePopup(props) {
|
|
@@ -253,14 +253,14 @@ function DialogResponsiveTrigger(props) {
|
|
|
253
253
|
//#endregion
|
|
254
254
|
//#region src/components/input/input.module.css
|
|
255
255
|
var input_module_default = {
|
|
256
|
-
"input": "input-
|
|
257
|
-
"input__rounded_base": "input-
|
|
258
|
-
"input__rounded_full": "input-
|
|
259
|
-
"input__size_32": "input-
|
|
260
|
-
"input__size_36": "input-
|
|
261
|
-
"input__size_40": "input-
|
|
262
|
-
"input__size_44": "input-
|
|
263
|
-
"input__size_48": "input-
|
|
256
|
+
"input": "input-module_input_o34hyq",
|
|
257
|
+
"input__rounded_base": "input-module_input__rounded_base_o34hyq",
|
|
258
|
+
"input__rounded_full": "input-module_input__rounded_full_o34hyq",
|
|
259
|
+
"input__size_32": "input-module_input__size_32_o34hyq",
|
|
260
|
+
"input__size_36": "input-module_input__size_36_o34hyq",
|
|
261
|
+
"input__size_40": "input-module_input__size_40_o34hyq",
|
|
262
|
+
"input__size_44": "input-module_input__size_44_o34hyq",
|
|
263
|
+
"input__size_48": "input-module_input__size_48_o34hyq"
|
|
264
264
|
};
|
|
265
265
|
//#endregion
|
|
266
266
|
//#region src/components/input/input.tsx
|
|
@@ -299,7 +299,7 @@ const INPUT_CLASS_NAME = {
|
|
|
299
299
|
};
|
|
300
300
|
//#endregion
|
|
301
301
|
//#region src/components/label/label.module.css
|
|
302
|
-
var label_module_default = { "label": "label-
|
|
302
|
+
var label_module_default = { "label": "label-module_label_iQZ4sG" };
|
|
303
303
|
//#endregion
|
|
304
304
|
//#region src/components/label/label.tsx
|
|
305
305
|
function Label(props) {
|
|
@@ -331,24 +331,24 @@ const createMenuHandle = Menu$1.createHandle;
|
|
|
331
331
|
//#endregion
|
|
332
332
|
//#region src/components/menu/menu.module.css
|
|
333
333
|
var menu_module_default = {
|
|
334
|
-
"menu_checkbox_item": "menu-
|
|
335
|
-
"menu_content": "menu-
|
|
336
|
-
"menu_content_arrow": "menu-
|
|
337
|
-
"menu_content_arrow__icon": "menu-
|
|
338
|
-
"menu_content_positioner": "menu-
|
|
339
|
-
"menu_group": "menu-
|
|
340
|
-
"menu_group_label": "menu-
|
|
341
|
-
"menu_item": "menu-
|
|
342
|
-
"menu_item__icon": "menu-
|
|
343
|
-
"menu_item__indicator": "menu-
|
|
344
|
-
"menu_item__label": "menu-
|
|
345
|
-
"menu_link_item": "menu-
|
|
346
|
-
"menu_radio_group": "menu-
|
|
347
|
-
"menu_radio_item": "menu-
|
|
348
|
-
"menu_separator": "menu-
|
|
349
|
-
"menu_submenu_trigger": "menu-
|
|
350
|
-
"menu_trigger": "menu-
|
|
351
|
-
"menu_viewport": "menu-
|
|
334
|
+
"menu_checkbox_item": "menu-module_menu_checkbox_item_7pJHya",
|
|
335
|
+
"menu_content": "menu-module_menu_content_7pJHya",
|
|
336
|
+
"menu_content_arrow": "menu-module_menu_content_arrow_7pJHya",
|
|
337
|
+
"menu_content_arrow__icon": "menu-module_menu_content_arrow__icon_7pJHya",
|
|
338
|
+
"menu_content_positioner": "menu-module_menu_content_positioner_7pJHya",
|
|
339
|
+
"menu_group": "menu-module_menu_group_7pJHya",
|
|
340
|
+
"menu_group_label": "menu-module_menu_group_label_7pJHya",
|
|
341
|
+
"menu_item": "menu-module_menu_item_7pJHya",
|
|
342
|
+
"menu_item__icon": "menu-module_menu_item__icon_7pJHya",
|
|
343
|
+
"menu_item__indicator": "menu-module_menu_item__indicator_7pJHya",
|
|
344
|
+
"menu_item__label": "menu-module_menu_item__label_7pJHya",
|
|
345
|
+
"menu_link_item": "menu-module_menu_link_item_7pJHya",
|
|
346
|
+
"menu_radio_group": "menu-module_menu_radio_group_7pJHya",
|
|
347
|
+
"menu_radio_item": "menu-module_menu_radio_item_7pJHya",
|
|
348
|
+
"menu_separator": "menu-module_menu_separator_7pJHya",
|
|
349
|
+
"menu_submenu_trigger": "menu-module_menu_submenu_trigger_7pJHya",
|
|
350
|
+
"menu_trigger": "menu-module_menu_trigger_7pJHya",
|
|
351
|
+
"menu_viewport": "menu-module_menu_viewport_7pJHya"
|
|
352
352
|
};
|
|
353
353
|
//#endregion
|
|
354
354
|
//#region src/components/menu/menu-class-names.ts
|
|
@@ -603,8 +603,8 @@ function MenuViewport(props) {
|
|
|
603
603
|
//#endregion
|
|
604
604
|
//#region src/components/otp-field/otp-field.module.css
|
|
605
605
|
var otp_field_module_default = {
|
|
606
|
-
"otp_field": "otp-field-
|
|
607
|
-
"otp_field__masked": "otp-field-
|
|
606
|
+
"otp_field": "otp-field-module_otp_field_6ylpka",
|
|
607
|
+
"otp_field__masked": "otp-field-module_otp_field__masked_6ylpka"
|
|
608
608
|
};
|
|
609
609
|
//#endregion
|
|
610
610
|
//#region src/components/otp-field/otp-field.tsx
|
|
@@ -628,7 +628,7 @@ const OTP_FIELD_CLASS_NAME = {
|
|
|
628
628
|
};
|
|
629
629
|
//#endregion
|
|
630
630
|
//#region src/components/otp-field/otp-field-input.module.css
|
|
631
|
-
var otp_field_input_module_default = { "otp_field_input": "otp-field-input-
|
|
631
|
+
var otp_field_input_module_default = { "otp_field_input": "otp-field-input-module_otp_field_input_7VaNVa" };
|
|
632
632
|
//#endregion
|
|
633
633
|
//#region src/components/otp-field/otp-field-input.tsx
|
|
634
634
|
function OTPFieldInput(props) {
|
|
@@ -645,7 +645,7 @@ function OTPFieldInput(props) {
|
|
|
645
645
|
const OTP_FIELD_INPUT_CLASS_NAME = { BASE: otp_field_input_module_default.otp_field_input };
|
|
646
646
|
//#endregion
|
|
647
647
|
//#region src/components/row/row.module.css
|
|
648
|
-
var row_module_default = { "row": "row-
|
|
648
|
+
var row_module_default = { "row": "row-module_row_FQp50q" };
|
|
649
649
|
//#endregion
|
|
650
650
|
//#region src/components/row/row.tsx
|
|
651
651
|
function Row(props) {
|
|
@@ -670,7 +670,7 @@ function Row(props) {
|
|
|
670
670
|
const ROW_CLASS_NAME = { BASE: row_module_default.row };
|
|
671
671
|
//#endregion
|
|
672
672
|
//#region src/components/spacer/spacer.module.css
|
|
673
|
-
var spacer_module_default = { "spacer": "spacer-
|
|
673
|
+
var spacer_module_default = { "spacer": "spacer-module_spacer_liXYKW" };
|
|
674
674
|
//#endregion
|
|
675
675
|
//#region src/components/spacer/spacer.tsx
|
|
676
676
|
function Spacer(props) {
|
|
@@ -692,10 +692,10 @@ const SPACER_CLASS_NAME = { BASE: spacer_module_default.spacer };
|
|
|
692
692
|
//#endregion
|
|
693
693
|
//#region src/components/switch/switch.module.css
|
|
694
694
|
var switch_module_default = {
|
|
695
|
-
"switch": "switch-
|
|
696
|
-
"switch__size_18": "switch-
|
|
697
|
-
"switch__size_24": "switch-
|
|
698
|
-
"switch__thumb": "switch-
|
|
695
|
+
"switch": "switch-module_switch_K0d9Sa",
|
|
696
|
+
"switch__size_18": "switch-module_switch__size_18_K0d9Sa",
|
|
697
|
+
"switch__size_24": "switch-module_switch__size_24_K0d9Sa",
|
|
698
|
+
"switch__thumb": "switch-module_switch__thumb_K0d9Sa"
|
|
699
699
|
};
|
|
700
700
|
//#endregion
|
|
701
701
|
//#region src/components/switch/switch.tsx
|
|
@@ -726,7 +726,7 @@ const SWITCH_CLASS_NAME = {
|
|
|
726
726
|
};
|
|
727
727
|
//#endregion
|
|
728
728
|
//#region src/components/tabs-pill/tabs-pill-indicator.module.css
|
|
729
|
-
var tabs_pill_indicator_module_default = { "tabs_pill_indicator": "tabs-pill-indicator-
|
|
729
|
+
var tabs_pill_indicator_module_default = { "tabs_pill_indicator": "tabs-pill-indicator-module_tabs_pill_indicator_PiFilW" };
|
|
730
730
|
//#endregion
|
|
731
731
|
//#region src/components/tabs-pill/tabs-pill-indicator.tsx
|
|
732
732
|
function TabsPillIndicator(props) {
|
|
@@ -745,7 +745,7 @@ function TabsPillIndicator(props) {
|
|
|
745
745
|
const TABS_PILL_INDICATOR_CLASS_NAME = { BASE: tabs_pill_indicator_module_default.tabs_pill_indicator };
|
|
746
746
|
//#endregion
|
|
747
747
|
//#region src/components/tabs-pill/tabs-pill-list.module.css
|
|
748
|
-
var tabs_pill_list_module_default = { "tabs_pill_list": "tabs-pill-list-
|
|
748
|
+
var tabs_pill_list_module_default = { "tabs_pill_list": "tabs-pill-list-module_tabs_pill_list_3ahKPW" };
|
|
749
749
|
//#endregion
|
|
750
750
|
//#region src/components/tabs-pill/tabs-pill-list.tsx
|
|
751
751
|
function TabsPillList(props) {
|
|
@@ -765,9 +765,9 @@ const TABS_PILL_LIST_CLASS_NAME = { BASE: tabs_pill_list_module_default.tabs_pil
|
|
|
765
765
|
//#endregion
|
|
766
766
|
//#region src/components/tabs-pill/tabs-pill-tab.module.css
|
|
767
767
|
var tabs_pill_tab_module_default = {
|
|
768
|
-
"tabs_pill_tab": "tabs-pill-tab-
|
|
769
|
-
"tabs_pill_tab_background": "tabs-pill-tab-
|
|
770
|
-
"tabs_pill_tab_wrapper": "tabs-pill-tab-
|
|
768
|
+
"tabs_pill_tab": "tabs-pill-tab-module_tabs_pill_tab_nxQ-sW",
|
|
769
|
+
"tabs_pill_tab_background": "tabs-pill-tab-module_tabs_pill_tab_background_nxQ-sW",
|
|
770
|
+
"tabs_pill_tab_wrapper": "tabs-pill-tab-module_tabs_pill_tab_wrapper_nxQ-sW"
|
|
771
771
|
};
|
|
772
772
|
//#endregion
|
|
773
773
|
//#region src/components/tabs-pill/tabs-pill-tab.tsx
|
|
@@ -794,7 +794,7 @@ const TABS_PILL_TAB_CLASS_NAME = {
|
|
|
794
794
|
};
|
|
795
795
|
//#endregion
|
|
796
796
|
//#region src/components/tabs-segmented/tabs-segmented-indicator.module.css
|
|
797
|
-
var tabs_segmented_indicator_module_default = { "tabs_segmented_indicator": "tabs-segmented-indicator-
|
|
797
|
+
var tabs_segmented_indicator_module_default = { "tabs_segmented_indicator": "tabs-segmented-indicator-module_tabs_segmented_indicator_3DY8Ta" };
|
|
798
798
|
//#endregion
|
|
799
799
|
//#region src/components/tabs-segmented/tabs-segmented-indicator.tsx
|
|
800
800
|
function TabsSegmentedIndicator(props) {
|
|
@@ -813,7 +813,7 @@ function TabsSegmentedIndicator(props) {
|
|
|
813
813
|
const TABS_SEGMENTED_INDICATOR_CLASS_NAME = { BASE: tabs_segmented_indicator_module_default.tabs_segmented_indicator };
|
|
814
814
|
//#endregion
|
|
815
815
|
//#region src/components/tabs-segmented/tabs-segmented-list.module.css
|
|
816
|
-
var tabs_segmented_list_module_default = { "tabs_segmented_list": "tabs-segmented-list-
|
|
816
|
+
var tabs_segmented_list_module_default = { "tabs_segmented_list": "tabs-segmented-list-module_tabs_segmented_list_wG8CPq" };
|
|
817
817
|
//#endregion
|
|
818
818
|
//#region src/components/tabs-segmented/tabs-segmented-list.tsx
|
|
819
819
|
function TabsSegmentedList(props) {
|
|
@@ -832,7 +832,7 @@ function TabsSegmentedList(props) {
|
|
|
832
832
|
const TABS_SEGMENTED_LIST_CLASS_NAME = { BASE: tabs_segmented_list_module_default.tabs_segmented_list };
|
|
833
833
|
//#endregion
|
|
834
834
|
//#region src/components/tabs-segmented/tabs-segmented-tab.module.css
|
|
835
|
-
var tabs_segmented_tab_module_default = { "tabs_segmented_tab": "tabs-segmented-tab-
|
|
835
|
+
var tabs_segmented_tab_module_default = { "tabs_segmented_tab": "tabs-segmented-tab-module_tabs_segmented_tab_du-IJG" };
|
|
836
836
|
//#endregion
|
|
837
837
|
//#region src/components/tabs-segmented/tabs-segmented-tab.tsx
|
|
838
838
|
function TabsSegmentedTab(props) {
|
|
@@ -851,7 +851,7 @@ function TabsSegmentedTab(props) {
|
|
|
851
851
|
const TABS_SEGMENTED_TAB_CLASS_NAME = { BASE: tabs_segmented_tab_module_default.tabs_segmented_tab };
|
|
852
852
|
//#endregion
|
|
853
853
|
//#region src/components/tabs-underline/tabs-underline-indicator.module.css
|
|
854
|
-
var tabs_underline_indicator_module_default = { "tabs_underline_indicator": "tabs-underline-indicator-
|
|
854
|
+
var tabs_underline_indicator_module_default = { "tabs_underline_indicator": "tabs-underline-indicator-module_tabs_underline_indicator_Gl55Ba" };
|
|
855
855
|
//#endregion
|
|
856
856
|
//#region src/components/tabs-underline/tabs-underline-indicator.tsx
|
|
857
857
|
function TabsUnderlineIndicator(props) {
|
|
@@ -870,7 +870,7 @@ function TabsUnderlineIndicator(props) {
|
|
|
870
870
|
const TABS_UNDERLINE_INDICATOR_CLASS_NAME = { BASE: tabs_underline_indicator_module_default.tabs_underline_indicator };
|
|
871
871
|
//#endregion
|
|
872
872
|
//#region src/components/tabs-underline/tabs-underline-list.module.css
|
|
873
|
-
var tabs_underline_list_module_default = { "tabs_underline_list": "tabs-underline-list-
|
|
873
|
+
var tabs_underline_list_module_default = { "tabs_underline_list": "tabs-underline-list-module_tabs_underline_list_3MpMpG" };
|
|
874
874
|
//#endregion
|
|
875
875
|
//#region src/components/tabs-underline/tabs-underline-list.tsx
|
|
876
876
|
function TabsUnderlineList(props) {
|
|
@@ -889,7 +889,7 @@ function TabsUnderlineList(props) {
|
|
|
889
889
|
const TABS_UNDERLINE_LIST_CLASS_NAME = { BASE: tabs_underline_list_module_default.tabs_underline_list };
|
|
890
890
|
//#endregion
|
|
891
891
|
//#region src/components/tabs-underline/tabs-underline-tab.module.css
|
|
892
|
-
var tabs_underline_tab_module_default = { "tabs_underline_tab": "tabs-underline-tab-
|
|
892
|
+
var tabs_underline_tab_module_default = { "tabs_underline_tab": "tabs-underline-tab-module_tabs_underline_tab_lcqfQW" };
|
|
893
893
|
//#endregion
|
|
894
894
|
//#region src/components/tabs-underline/tabs-underline-tab.tsx
|
|
895
895
|
function TabsUnderlineTab(props) {
|
|
@@ -908,7 +908,7 @@ function TabsUnderlineTab(props) {
|
|
|
908
908
|
const TABS_UNDERLINE_TAB_CLASS_NAME = { BASE: tabs_underline_tab_module_default.tabs_underline_tab };
|
|
909
909
|
//#endregion
|
|
910
910
|
//#region src/components/tabs/tabs.module.css
|
|
911
|
-
var tabs_module_default = { "tabs": "tabs-
|
|
911
|
+
var tabs_module_default = { "tabs": "tabs-module_tabs__1Jl1W" };
|
|
912
912
|
//#endregion
|
|
913
913
|
//#region src/components/tabs/tabs.tsx
|
|
914
914
|
function Tabs(props) {
|
|
@@ -926,7 +926,7 @@ function Tabs(props) {
|
|
|
926
926
|
const TABS_CLASS_NAME = { BASE: tabs_module_default.tabs };
|
|
927
927
|
//#endregion
|
|
928
928
|
//#region src/components/tabs/tabs-panel.module.css
|
|
929
|
-
var tabs_panel_module_default = { "tabs_panel": "tabs-panel-
|
|
929
|
+
var tabs_panel_module_default = { "tabs_panel": "tabs-panel-module_tabs_panel_AXj2FW" };
|
|
930
930
|
//#endregion
|
|
931
931
|
//#region src/components/tabs/tabs-panel.tsx
|
|
932
932
|
function TabsPanel(props) {
|
|
@@ -944,7 +944,7 @@ function TabsPanel(props) {
|
|
|
944
944
|
const TABS_PANEL_CLASS_NAME = { BASE: tabs_panel_module_default.tabs_panel };
|
|
945
945
|
//#endregion
|
|
946
946
|
//#region src/components/textarea/textarea.module.css
|
|
947
|
-
var textarea_module_default = { "textarea": "textarea-
|
|
947
|
+
var textarea_module_default = { "textarea": "textarea-module_textarea_jT_oOq" };
|
|
948
948
|
//#endregion
|
|
949
949
|
//#region src/components/textarea/textarea.tsx
|
|
950
950
|
function Textarea(props) {
|
|
@@ -988,8 +988,8 @@ function Tooltip(props) {
|
|
|
988
988
|
//#endregion
|
|
989
989
|
//#region src/components/tooltip/tooltip-popup.module.css
|
|
990
990
|
var tooltip_popup_module_default = {
|
|
991
|
-
"tooltip_popup": "tooltip-popup-
|
|
992
|
-
"tooltip_popup_portal": "tooltip-popup-
|
|
991
|
+
"tooltip_popup": "tooltip-popup-module_tooltip_popup_SLo08q",
|
|
992
|
+
"tooltip_popup_portal": "tooltip-popup-module_tooltip_popup_portal_SLo08q"
|
|
993
993
|
};
|
|
994
994
|
//#endregion
|
|
995
995
|
//#region src/components/tooltip/tooltip-popup.tsx
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
.button-spinner-
|
|
1
|
+
.button-spinner-module_button_spinner_UApLZa {
|
|
2
2
|
width: var(--size);
|
|
3
3
|
height: var(--size);
|
|
4
|
-
animation: 1s steps(12, end) infinite button-spinner-
|
|
4
|
+
animation: 1s steps(12, end) infinite button-spinner-module_spinner_UApLZa;
|
|
5
5
|
position: relative;
|
|
6
6
|
scale: -1 1;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
@keyframes button-spinner-
|
|
9
|
+
@keyframes button-spinner-module_spinner_UApLZa {
|
|
10
10
|
to {
|
|
11
11
|
rotate: 1turn;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.button-spinner-
|
|
15
|
+
.button-spinner-module_button_spinner_UApLZa > div {
|
|
16
16
|
width: calc(var(--size) / 2);
|
|
17
17
|
height: calc(var(--size) / 12);
|
|
18
18
|
pointer-events: none;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
translate: 0 -50%;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
.button-spinner-
|
|
27
|
+
.button-spinner-module_button_spinner_UApLZa > div:after {
|
|
28
28
|
content: "";
|
|
29
29
|
background-color: currentColor;
|
|
30
30
|
border-radius: 9999px;
|
|
@@ -34,66 +34,66 @@
|
|
|
34
34
|
right: 0;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
.button-spinner-
|
|
37
|
+
.button-spinner-module_button_spinner_UApLZa > div:first-child {
|
|
38
38
|
opacity: 1;
|
|
39
39
|
rotate: 0deg;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
.button-spinner-
|
|
42
|
+
.button-spinner-module_button_spinner_UApLZa > div:nth-child(2) {
|
|
43
43
|
opacity: .925;
|
|
44
44
|
rotate: 30deg;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.button-spinner-
|
|
47
|
+
.button-spinner-module_button_spinner_UApLZa > div:nth-child(3) {
|
|
48
48
|
opacity: .85;
|
|
49
49
|
rotate: 60deg;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
.button-spinner-
|
|
52
|
+
.button-spinner-module_button_spinner_UApLZa > div:nth-child(4) {
|
|
53
53
|
opacity: .775;
|
|
54
54
|
rotate: 90deg;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
.button-spinner-
|
|
57
|
+
.button-spinner-module_button_spinner_UApLZa > div:nth-child(5) {
|
|
58
58
|
opacity: .7;
|
|
59
59
|
rotate: 120deg;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
.button-spinner-
|
|
62
|
+
.button-spinner-module_button_spinner_UApLZa > div:nth-child(6) {
|
|
63
63
|
opacity: .625;
|
|
64
64
|
rotate: 150deg;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
.button-spinner-
|
|
67
|
+
.button-spinner-module_button_spinner_UApLZa > div:nth-child(7) {
|
|
68
68
|
opacity: .55;
|
|
69
69
|
rotate: 180deg;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.button-spinner-
|
|
72
|
+
.button-spinner-module_button_spinner_UApLZa > div:nth-child(8) {
|
|
73
73
|
opacity: .475;
|
|
74
74
|
rotate: 210deg;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
.button-spinner-
|
|
77
|
+
.button-spinner-module_button_spinner_UApLZa > div:nth-child(9) {
|
|
78
78
|
opacity: .4;
|
|
79
79
|
rotate: 240deg;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
.button-spinner-
|
|
82
|
+
.button-spinner-module_button_spinner_UApLZa > div:nth-child(10) {
|
|
83
83
|
opacity: .325;
|
|
84
84
|
rotate: 270deg;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
.button-spinner-
|
|
87
|
+
.button-spinner-module_button_spinner_UApLZa > div:nth-child(11) {
|
|
88
88
|
opacity: .25;
|
|
89
89
|
rotate: 300deg;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
.button-spinner-
|
|
92
|
+
.button-spinner-module_button_spinner_UApLZa > div:nth-child(12) {
|
|
93
93
|
opacity: .15;
|
|
94
94
|
rotate: 330deg;
|
|
95
95
|
}
|
|
96
|
-
.button-
|
|
96
|
+
.button-module_button_4nLWdW {
|
|
97
97
|
cursor: pointer;
|
|
98
98
|
font-family: var(--font-body);
|
|
99
99
|
height: var(--size-button);
|
|
@@ -116,123 +116,112 @@
|
|
|
116
116
|
overflow: hidden;
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
-
.button-
|
|
119
|
+
.button-module_button_4nLWdW:active:not(:disabled), .button-module_button_4nLWdW[aria-pressed="true"]:not(:disabled) {
|
|
120
120
|
translate: 0 1px;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.button-
|
|
123
|
+
.button-module_button_4nLWdW:disabled {
|
|
124
124
|
cursor: not-allowed;
|
|
125
125
|
opacity: .5;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
.button-
|
|
128
|
+
.button-module_button_4nLWdW:focus-visible {
|
|
129
129
|
outline-width: 2px;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
.button-
|
|
132
|
+
.button-module_button_4nLWdW > svg {
|
|
133
133
|
--size-icon: 20px;
|
|
134
134
|
height: var(--size-icon);
|
|
135
135
|
width: var(--size-icon);
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
.button-
|
|
138
|
+
.button-module_button__icon_only_4nLWdW {
|
|
139
139
|
width: var(--size-button) !important;
|
|
140
140
|
padding: 0 !important;
|
|
141
141
|
}
|
|
142
142
|
|
|
143
|
-
.button-
|
|
143
|
+
.button-module_button__rounded_base_4nLWdW {
|
|
144
144
|
border-radius: 12px;
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
.button-
|
|
147
|
+
.button-module_button__rounded_full_4nLWdW {
|
|
148
148
|
border-radius: 9999px !important;
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
-
.button-
|
|
151
|
+
.button-module_button__size_32_4nLWdW {
|
|
152
152
|
--size-button: 32px;
|
|
153
|
-
border-radius:
|
|
153
|
+
border-radius: 8px;
|
|
154
154
|
padding: 0 10px;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
.button-
|
|
157
|
+
.button-module_button__size_36_4nLWdW {
|
|
158
158
|
--size-button: 36px;
|
|
159
|
-
border-radius:
|
|
159
|
+
border-radius: 9px;
|
|
160
160
|
padding: 0 12px;
|
|
161
161
|
}
|
|
162
162
|
|
|
163
|
-
.button-
|
|
163
|
+
.button-module_button__size_40_4nLWdW {
|
|
164
164
|
--size-button: 40px;
|
|
165
165
|
border-radius: 10px;
|
|
166
166
|
padding: 0 14px;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
.button-
|
|
169
|
+
.button-module_button__size_44_4nLWdW {
|
|
170
170
|
--size-button: 44px;
|
|
171
|
-
border-radius:
|
|
171
|
+
border-radius: 11px;
|
|
172
172
|
padding: 0 16px;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
.button-
|
|
175
|
+
.button-module_button__size_48_4nLWdW {
|
|
176
176
|
--size-button: 48px;
|
|
177
|
-
border-radius:
|
|
177
|
+
border-radius: 12px;
|
|
178
178
|
padding: 0 18px;
|
|
179
179
|
}
|
|
180
180
|
|
|
181
|
-
.button-
|
|
181
|
+
.button-module_button__variant_ghost_4nLWdW {
|
|
182
182
|
color: #000;
|
|
183
183
|
background-color: #0000;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
-
.button-
|
|
186
|
+
.button-module_button__variant_ghost_4nLWdW:active:not(:disabled), .button-module_button__variant_ghost_4nLWdW:hover:not(:disabled), .button-module_button__variant_ghost_4nLWdW[aria-pressed="true"]:not(:disabled) {
|
|
187
187
|
background-color: var(--color-gray-3);
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
.dark .button-
|
|
190
|
+
.dark .button-module_button__variant_ghost_4nLWdW {
|
|
191
191
|
color: #fff;
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
-
.button-
|
|
194
|
+
.button-module_button__variant_primary_4nLWdW {
|
|
195
195
|
color: #fff;
|
|
196
196
|
background-color: var(--color-primary-9);
|
|
197
|
-
background-image: linear-gradient(oklab(100% 0 5.96046e-8 / .0476191) 50%, oklab(0% 0 0 / 0) 50%);
|
|
198
197
|
}
|
|
199
198
|
|
|
200
|
-
.button-
|
|
199
|
+
.button-module_button__variant_primary_4nLWdW:active:not(:disabled), .button-module_button__variant_primary_4nLWdW:hover:not(:disabled), .button-module_button__variant_primary_4nLWdW[aria-pressed="true"]:not(:disabled) {
|
|
201
200
|
background-color: color-mix(in oklab, var(--color-primary-9) 100%, #fff 10%);
|
|
202
201
|
}
|
|
203
202
|
|
|
204
|
-
.
|
|
205
|
-
background-image: linear-gradient(oklab(0% none none / 0) 50%, oklab(0% none none / .0476191) 50%);
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
.button-module_button__variant_secondary_9qaCYq {
|
|
203
|
+
.button-module_button__variant_secondary_4nLWdW {
|
|
209
204
|
color: #000;
|
|
210
205
|
background-color: var(--color-gray-2);
|
|
211
206
|
box-shadow: 0 0 0 1px var(--color-gray-4) inset;
|
|
212
|
-
background-image: linear-gradient(oklab(0% none none / 0) 50%, oklab(0% none none / .0196078) 50%);
|
|
213
207
|
}
|
|
214
208
|
|
|
215
|
-
.button-
|
|
209
|
+
.button-module_button__variant_secondary_4nLWdW:active:not(:disabled), .button-module_button__variant_secondary_4nLWdW:hover:not(:disabled), .button-module_button__variant_secondary_4nLWdW[aria-pressed="true"]:not(:disabled) {
|
|
216
210
|
background-color: var(--color-gray-3);
|
|
217
211
|
}
|
|
218
212
|
|
|
219
|
-
.
|
|
220
|
-
color: #fff;
|
|
221
|
-
background-image: linear-gradient(oklab(100% 0 5.96046e-8 / .00990099) 50%, oklab(0% 0 0 / 0) 50%);
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
.button-module_button__width_base_9qaCYq {
|
|
213
|
+
.button-module_button__width_base_4nLWdW {
|
|
225
214
|
width: max-content;
|
|
226
215
|
}
|
|
227
216
|
|
|
228
|
-
.button-
|
|
217
|
+
.button-module_button__width_full_4nLWdW {
|
|
229
218
|
width: 100%;
|
|
230
219
|
}
|
|
231
|
-
.column-
|
|
220
|
+
.column-module_column_CgFaGG {
|
|
232
221
|
flex-direction: column;
|
|
233
222
|
display: flex;
|
|
234
223
|
}
|
|
235
|
-
.dialog-responsive-backdrop-
|
|
224
|
+
.dialog-responsive-backdrop-module_dialog_responsive_backdrop_-X7FOq {
|
|
236
225
|
--backdrop-opacity: .25;
|
|
237
226
|
opacity: calc(var(--backdrop-opacity) * (1 - var(--drawer-swipe-progress)));
|
|
238
227
|
outline-color: var(--color-primary-9);
|
|
@@ -243,22 +232,22 @@
|
|
|
243
232
|
inset: 0;
|
|
244
233
|
}
|
|
245
234
|
|
|
246
|
-
.dialog-responsive-backdrop-
|
|
235
|
+
.dialog-responsive-backdrop-module_dialog_responsive_backdrop_-X7FOq[data-ending-style], .dialog-responsive-backdrop-module_dialog_responsive_backdrop_-X7FOq[data-starting-style] {
|
|
247
236
|
opacity: 0;
|
|
248
237
|
}
|
|
249
238
|
|
|
250
|
-
.dialog-responsive-backdrop-
|
|
239
|
+
.dialog-responsive-backdrop-module_dialog_responsive_backdrop_-X7FOq[data-ending-style] {
|
|
251
240
|
transition-duration: calc(var(--drawer-swipe-strength) * .4s);
|
|
252
241
|
}
|
|
253
242
|
|
|
254
|
-
.dialog-responsive-backdrop-
|
|
243
|
+
.dialog-responsive-backdrop-module_dialog_responsive_backdrop_-X7FOq[data-swiping] {
|
|
255
244
|
transition-duration: 0s;
|
|
256
245
|
}
|
|
257
246
|
|
|
258
|
-
.dark .dialog-responsive-backdrop-
|
|
247
|
+
.dark .dialog-responsive-backdrop-module_dialog_responsive_backdrop_-X7FOq {
|
|
259
248
|
--backdrop-opacity: .75;
|
|
260
249
|
}
|
|
261
|
-
.dialog-responsive-bar-
|
|
250
|
+
.dialog-responsive-bar-module_dialog_responsive_bar_iUwUCq {
|
|
262
251
|
background-color: var(--color-gray-4);
|
|
263
252
|
border-radius: 9999px;
|
|
264
253
|
width: 48px;
|
|
@@ -268,16 +257,16 @@
|
|
|
268
257
|
}
|
|
269
258
|
|
|
270
259
|
@media (width <= 640px) {
|
|
271
|
-
.dialog-responsive-bar-
|
|
260
|
+
.dialog-responsive-bar-module_dialog_responsive_bar_iUwUCq {
|
|
272
261
|
display: block;
|
|
273
262
|
}
|
|
274
263
|
}
|
|
275
|
-
.dialog-responsive-portal-
|
|
264
|
+
.dialog-responsive-portal-module_dialog_responsive_portal_keH0Tq {
|
|
276
265
|
isolation: isolate;
|
|
277
266
|
z-index: 30;
|
|
278
267
|
position: relative;
|
|
279
268
|
}
|
|
280
|
-
.dialog-responsive-viewport-
|
|
269
|
+
.dialog-responsive-viewport-module_dialog_responsive_viewport_b5ZINa {
|
|
281
270
|
cursor: pointer;
|
|
282
271
|
justify-content: safe center;
|
|
283
272
|
align-items: safe center;
|
|
@@ -288,12 +277,12 @@
|
|
|
288
277
|
}
|
|
289
278
|
|
|
290
279
|
@media (width <= 640px) {
|
|
291
|
-
.dialog-responsive-viewport-
|
|
280
|
+
.dialog-responsive-viewport-module_dialog_responsive_viewport_b5ZINa {
|
|
292
281
|
align-items: safe flex-end;
|
|
293
282
|
padding: 48px 0 0;
|
|
294
283
|
}
|
|
295
284
|
}
|
|
296
|
-
.dialog-responsive-popup-
|
|
285
|
+
.dialog-responsive-popup-module_dialog_responsive_popup_cgfWTq {
|
|
297
286
|
background-color: var(--color-gray-1);
|
|
298
287
|
cursor: auto;
|
|
299
288
|
outline-color: var(--color-primary-9);
|
|
@@ -311,21 +300,21 @@
|
|
|
311
300
|
display: flex;
|
|
312
301
|
}
|
|
313
302
|
|
|
314
|
-
.dialog-responsive-popup-
|
|
303
|
+
.dialog-responsive-popup-module_dialog_responsive_popup_cgfWTq:focus-visible {
|
|
315
304
|
outline-width: 2px;
|
|
316
305
|
}
|
|
317
306
|
|
|
318
|
-
.dialog-responsive-popup-
|
|
307
|
+
.dialog-responsive-popup-module_dialog_responsive_popup_cgfWTq[data-ending-style], .dialog-responsive-popup-module_dialog_responsive_popup_cgfWTq[data-starting-style] {
|
|
319
308
|
opacity: 0;
|
|
320
309
|
transform: scale(.975);
|
|
321
310
|
}
|
|
322
311
|
|
|
323
|
-
.dialog-responsive-popup-
|
|
312
|
+
.dialog-responsive-popup-module_dialog_responsive_popup_cgfWTq[data-swiping] {
|
|
324
313
|
user-select: none;
|
|
325
314
|
}
|
|
326
315
|
|
|
327
316
|
@media (width <= 640px) {
|
|
328
|
-
.dialog-responsive-popup-
|
|
317
|
+
.dialog-responsive-popup-module_dialog_responsive_popup_cgfWTq {
|
|
329
318
|
--radius-mobile: 24px;
|
|
330
319
|
border-bottom-right-radius: 0;
|
|
331
320
|
border-bottom-left-radius: 0;
|
|
@@ -338,16 +327,16 @@
|
|
|
338
327
|
transition-timing-function: cubic-bezier(.32, .72, 0, 1);
|
|
339
328
|
}
|
|
340
329
|
|
|
341
|
-
.dialog-responsive-popup-
|
|
330
|
+
.dialog-responsive-popup-module_dialog_responsive_popup_cgfWTq[data-ending-style], .dialog-responsive-popup-module_dialog_responsive_popup_cgfWTq[data-starting-style] {
|
|
342
331
|
opacity: 1;
|
|
343
332
|
transform: scale(1) translateY(100%);
|
|
344
333
|
}
|
|
345
334
|
|
|
346
|
-
.dialog-responsive-popup-
|
|
335
|
+
.dialog-responsive-popup-module_dialog_responsive_popup_cgfWTq[data-ending-style] {
|
|
347
336
|
transition-duration: calc(var(--drawer-swipe-strength) * .3s);
|
|
348
337
|
}
|
|
349
338
|
}
|
|
350
|
-
.input-
|
|
339
|
+
.input-module_input_o34hyq {
|
|
351
340
|
appearance: none;
|
|
352
341
|
background-color: var(--color-bg-shell-inner);
|
|
353
342
|
box-shadow: 0 0 0 1px var(--color-border) inset;
|
|
@@ -366,75 +355,75 @@
|
|
|
366
355
|
transition-duration: .15s;
|
|
367
356
|
}
|
|
368
357
|
|
|
369
|
-
.input-
|
|
358
|
+
.input-module_input_o34hyq::placeholder {
|
|
370
359
|
color: var(--color-gray-9);
|
|
371
360
|
user-select: none;
|
|
372
361
|
}
|
|
373
362
|
|
|
374
|
-
.input-
|
|
363
|
+
.input-module_input_o34hyq:disabled {
|
|
375
364
|
cursor: not-allowed;
|
|
376
365
|
opacity: .5;
|
|
377
366
|
}
|
|
378
367
|
|
|
379
|
-
.input-
|
|
368
|
+
.input-module_input_o34hyq:enabled:active, .input-module_input_o34hyq:enabled:focus, .input-module_input_o34hyq:enabled:hover, .input-module_input_o34hyq:enabled[data-is-active="true"] {
|
|
380
369
|
box-shadow: 0 0 0 1px var(--color-gray-6) inset;
|
|
381
370
|
}
|
|
382
371
|
|
|
383
|
-
.input-
|
|
372
|
+
.input-module_input_o34hyq[data-is-valid="true"] {
|
|
384
373
|
outline-color: #30a46c;
|
|
385
374
|
}
|
|
386
375
|
|
|
387
|
-
.input-
|
|
376
|
+
.input-module_input_o34hyq[data-is-invalid="true"] {
|
|
388
377
|
outline-color: #e5484d;
|
|
389
378
|
}
|
|
390
379
|
|
|
391
|
-
.input-
|
|
380
|
+
.input-module_input_o34hyq:focus-visible {
|
|
392
381
|
outline-color: var(--color-outline);
|
|
393
382
|
}
|
|
394
383
|
|
|
395
|
-
.input-
|
|
384
|
+
.input-module_input__rounded_base_o34hyq {
|
|
396
385
|
border-radius: 12px;
|
|
397
386
|
}
|
|
398
387
|
|
|
399
|
-
.input-
|
|
388
|
+
.input-module_input__rounded_full_o34hyq {
|
|
400
389
|
border-radius: 9999px;
|
|
401
390
|
}
|
|
402
391
|
|
|
403
|
-
.input-
|
|
392
|
+
.input-module_input__size_32_o34hyq {
|
|
404
393
|
border-radius: 8px;
|
|
405
394
|
min-height: 32px;
|
|
406
395
|
padding: 0 8px;
|
|
407
396
|
}
|
|
408
397
|
|
|
409
|
-
.input-
|
|
410
|
-
border-radius:
|
|
398
|
+
.input-module_input__size_36_o34hyq {
|
|
399
|
+
border-radius: 9px;
|
|
411
400
|
min-height: 36px;
|
|
412
401
|
padding: 0 10px;
|
|
413
402
|
}
|
|
414
403
|
|
|
415
|
-
.input-
|
|
416
|
-
border-radius:
|
|
404
|
+
.input-module_input__size_40_o34hyq {
|
|
405
|
+
border-radius: 10px;
|
|
417
406
|
min-height: 40px;
|
|
418
407
|
padding: 0 12px;
|
|
419
408
|
}
|
|
420
409
|
|
|
421
|
-
.input-
|
|
422
|
-
border-radius:
|
|
410
|
+
.input-module_input__size_44_o34hyq {
|
|
411
|
+
border-radius: 11px;
|
|
423
412
|
min-height: 44px;
|
|
424
413
|
padding: 0 14px;
|
|
425
414
|
}
|
|
426
415
|
|
|
427
|
-
.input-
|
|
428
|
-
border-radius:
|
|
416
|
+
.input-module_input__size_48_o34hyq {
|
|
417
|
+
border-radius: 12px;
|
|
429
418
|
min-height: 48px;
|
|
430
419
|
padding: 0 16px;
|
|
431
420
|
}
|
|
432
|
-
.label-
|
|
421
|
+
.label-module_label_iQZ4sG {
|
|
433
422
|
color: var(--color-text-secondary);
|
|
434
423
|
width: fit-content;
|
|
435
424
|
font-size: 14px;
|
|
436
425
|
}
|
|
437
|
-
.menu-
|
|
426
|
+
.menu-module_menu_trigger_7pJHya {
|
|
438
427
|
background-color: var(--color-gray-2);
|
|
439
428
|
box-shadow: 0 0 0 1px var(--color-gray-4) inset;
|
|
440
429
|
color: var(--color-text-primary);
|
|
@@ -464,39 +453,39 @@
|
|
|
464
453
|
overflow: hidden;
|
|
465
454
|
}
|
|
466
455
|
|
|
467
|
-
.menu-
|
|
456
|
+
.menu-module_menu_trigger_7pJHya:hover:not(:disabled), .menu-module_menu_trigger_7pJHya[data-popup-open] {
|
|
468
457
|
background-color: var(--color-gray-3);
|
|
469
458
|
}
|
|
470
459
|
|
|
471
|
-
.menu-
|
|
460
|
+
.menu-module_menu_trigger_7pJHya:active:not(:disabled), .menu-module_menu_trigger_7pJHya[data-pressed] {
|
|
472
461
|
translate: 0 1px;
|
|
473
462
|
}
|
|
474
463
|
|
|
475
|
-
.menu-
|
|
464
|
+
.menu-module_menu_trigger_7pJHya:disabled {
|
|
476
465
|
cursor: not-allowed;
|
|
477
466
|
opacity: .5;
|
|
478
467
|
}
|
|
479
468
|
|
|
480
|
-
.menu-
|
|
469
|
+
.menu-module_menu_trigger_7pJHya:focus-visible {
|
|
481
470
|
outline-width: 2px;
|
|
482
471
|
}
|
|
483
472
|
|
|
484
|
-
.menu-
|
|
473
|
+
.menu-module_menu_trigger_7pJHya > svg {
|
|
485
474
|
--size-icon: 20px;
|
|
486
475
|
height: var(--size-icon);
|
|
487
476
|
width: var(--size-icon);
|
|
488
477
|
}
|
|
489
478
|
|
|
490
|
-
.dark .menu-
|
|
479
|
+
.dark .menu-module_menu_trigger_7pJHya {
|
|
491
480
|
background-image: linear-gradient(oklab(100% 0 5.96046e-8 / .00990099) 50%, oklab(0% 0 0 / 0) 50%);
|
|
492
481
|
}
|
|
493
482
|
|
|
494
|
-
.menu-
|
|
483
|
+
.menu-module_menu_content_positioner_7pJHya {
|
|
495
484
|
isolation: isolate;
|
|
496
485
|
z-index: 50;
|
|
497
486
|
}
|
|
498
487
|
|
|
499
|
-
.menu-
|
|
488
|
+
.menu-module_menu_content_7pJHya {
|
|
500
489
|
background-color: var(--color-bg-primary);
|
|
501
490
|
box-shadow: 0 0 0 1px var(--color-border) inset,
|
|
502
491
|
0 16px 32px oklab(0% none none / .16);
|
|
@@ -520,55 +509,55 @@
|
|
|
520
509
|
overflow: auto;
|
|
521
510
|
}
|
|
522
511
|
|
|
523
|
-
.menu-
|
|
512
|
+
.menu-module_menu_content_7pJHya:focus-visible {
|
|
524
513
|
outline-width: 2px;
|
|
525
514
|
}
|
|
526
515
|
|
|
527
|
-
.menu-
|
|
516
|
+
.menu-module_menu_content_7pJHya[data-ending-style], .menu-module_menu_content_7pJHya[data-starting-style] {
|
|
528
517
|
opacity: 0;
|
|
529
518
|
transform: scale(.975);
|
|
530
519
|
}
|
|
531
520
|
|
|
532
|
-
.menu-
|
|
521
|
+
.menu-module_menu_content_7pJHya[data-side="top"][data-ending-style], .menu-module_menu_content_7pJHya[data-side="top"][data-starting-style] {
|
|
533
522
|
transform: scale(.975) translateY(4px);
|
|
534
523
|
}
|
|
535
524
|
|
|
536
|
-
.menu-
|
|
525
|
+
.menu-module_menu_content_7pJHya[data-side="bottom"][data-ending-style], .menu-module_menu_content_7pJHya[data-side="bottom"][data-starting-style] {
|
|
537
526
|
transform: scale(.975) translateY(-4px);
|
|
538
527
|
}
|
|
539
528
|
|
|
540
|
-
.menu-
|
|
529
|
+
.menu-module_menu_content_7pJHya[data-side="left"][data-ending-style], .menu-module_menu_content_7pJHya[data-side="left"][data-starting-style], .menu-module_menu_content_7pJHya[data-side="inline-start"][data-ending-style], .menu-module_menu_content_7pJHya[data-side="inline-start"][data-starting-style] {
|
|
541
530
|
transform: scale(.975) translateX(4px);
|
|
542
531
|
}
|
|
543
532
|
|
|
544
|
-
.menu-
|
|
533
|
+
.menu-module_menu_content_7pJHya[data-side="right"][data-ending-style], .menu-module_menu_content_7pJHya[data-side="right"][data-starting-style], .menu-module_menu_content_7pJHya[data-side="inline-end"][data-ending-style], .menu-module_menu_content_7pJHya[data-side="inline-end"][data-starting-style] {
|
|
545
534
|
transform: scale(.975) translateX(-4px);
|
|
546
535
|
}
|
|
547
536
|
|
|
548
|
-
.menu-
|
|
537
|
+
.menu-module_menu_content_arrow_7pJHya {
|
|
549
538
|
color: var(--color-bg-primary);
|
|
550
539
|
display: flex;
|
|
551
540
|
}
|
|
552
541
|
|
|
553
|
-
.menu-
|
|
542
|
+
.menu-module_menu_content_arrow__icon_7pJHya {
|
|
554
543
|
fill: currentColor;
|
|
555
544
|
filter: drop-shadow(0 -1px 0 var(--color-border));
|
|
556
545
|
display: block;
|
|
557
546
|
}
|
|
558
547
|
|
|
559
|
-
.menu-
|
|
548
|
+
.menu-module_menu_content_arrow_7pJHya[data-side="top"] {
|
|
560
549
|
rotate: 180deg;
|
|
561
550
|
}
|
|
562
551
|
|
|
563
|
-
.menu-
|
|
552
|
+
.menu-module_menu_content_arrow_7pJHya[data-side="left"], .menu-module_menu_content_arrow_7pJHya[data-side="inline-start"] {
|
|
564
553
|
rotate: 90deg;
|
|
565
554
|
}
|
|
566
555
|
|
|
567
|
-
.menu-
|
|
556
|
+
.menu-module_menu_content_arrow_7pJHya[data-side="right"], .menu-module_menu_content_arrow_7pJHya[data-side="inline-end"] {
|
|
568
557
|
rotate: -90deg;
|
|
569
558
|
}
|
|
570
559
|
|
|
571
|
-
.menu-
|
|
560
|
+
.menu-module_menu_checkbox_item_7pJHya, .menu-module_menu_item_7pJHya, .menu-module_menu_link_item_7pJHya, .menu-module_menu_radio_item_7pJHya, .menu-module_menu_submenu_trigger_7pJHya {
|
|
572
561
|
color: var(--color-text-primary);
|
|
573
562
|
cursor: pointer;
|
|
574
563
|
user-select: none;
|
|
@@ -586,16 +575,16 @@
|
|
|
586
575
|
position: relative;
|
|
587
576
|
}
|
|
588
577
|
|
|
589
|
-
.menu-
|
|
578
|
+
.menu-module_menu_checkbox_item_7pJHya[data-highlighted], .menu-module_menu_item_7pJHya[data-highlighted], .menu-module_menu_link_item_7pJHya[data-highlighted], .menu-module_menu_radio_item_7pJHya[data-highlighted], .menu-module_menu_submenu_trigger_7pJHya[data-highlighted], .menu-module_menu_submenu_trigger_7pJHya[data-popup-open] {
|
|
590
579
|
background-color: var(--color-gray-3);
|
|
591
580
|
}
|
|
592
581
|
|
|
593
|
-
.menu-
|
|
582
|
+
.menu-module_menu_checkbox_item_7pJHya[data-disabled], .menu-module_menu_item_7pJHya[data-disabled], .menu-module_menu_radio_item_7pJHya[data-disabled], .menu-module_menu_submenu_trigger_7pJHya[data-disabled] {
|
|
594
583
|
cursor: not-allowed;
|
|
595
584
|
opacity: .5;
|
|
596
585
|
}
|
|
597
586
|
|
|
598
|
-
.menu-
|
|
587
|
+
.menu-module_menu_item__icon_7pJHya, .menu-module_menu_item__indicator_7pJHya {
|
|
599
588
|
color: var(--color-text-secondary);
|
|
600
589
|
flex-shrink: 0;
|
|
601
590
|
justify-content: safe center;
|
|
@@ -605,16 +594,16 @@
|
|
|
605
594
|
display: flex;
|
|
606
595
|
}
|
|
607
596
|
|
|
608
|
-
.menu-
|
|
597
|
+
.menu-module_menu_item__indicator_7pJHya {
|
|
609
598
|
color: var(--color-primary-9);
|
|
610
599
|
}
|
|
611
600
|
|
|
612
|
-
.menu-
|
|
601
|
+
.menu-module_menu_item__icon_7pJHya > svg, .menu-module_menu_item__indicator_7pJHya > svg {
|
|
613
602
|
width: 16px;
|
|
614
603
|
height: 16px;
|
|
615
604
|
}
|
|
616
605
|
|
|
617
|
-
.menu-
|
|
606
|
+
.menu-module_menu_item__label_7pJHya {
|
|
618
607
|
text-overflow: ellipsis;
|
|
619
608
|
white-space: nowrap;
|
|
620
609
|
flex: auto;
|
|
@@ -622,12 +611,12 @@
|
|
|
622
611
|
overflow: hidden;
|
|
623
612
|
}
|
|
624
613
|
|
|
625
|
-
.menu-
|
|
614
|
+
.menu-module_menu_group_7pJHya, .menu-module_menu_radio_group_7pJHya, .menu-module_menu_viewport_7pJHya {
|
|
626
615
|
flex-direction: column;
|
|
627
616
|
display: flex;
|
|
628
617
|
}
|
|
629
618
|
|
|
630
|
-
.menu-
|
|
619
|
+
.menu-module_menu_group_label_7pJHya {
|
|
631
620
|
color: var(--color-text-secondary);
|
|
632
621
|
padding: 6px 8px 4px;
|
|
633
622
|
font-size: 12px;
|
|
@@ -635,13 +624,13 @@
|
|
|
635
624
|
line-height: 1.5;
|
|
636
625
|
}
|
|
637
626
|
|
|
638
|
-
.menu-
|
|
627
|
+
.menu-module_menu_separator_7pJHya {
|
|
639
628
|
background-color: var(--color-border);
|
|
640
629
|
flex-shrink: 0;
|
|
641
630
|
height: 1px;
|
|
642
631
|
margin: 4px;
|
|
643
632
|
}
|
|
644
|
-
.otp-field-
|
|
633
|
+
.otp-field-module_otp_field_6ylpka {
|
|
645
634
|
flex-wrap: wrap;
|
|
646
635
|
justify-content: center;
|
|
647
636
|
gap: 8px;
|
|
@@ -649,10 +638,10 @@
|
|
|
649
638
|
display: flex;
|
|
650
639
|
}
|
|
651
640
|
|
|
652
|
-
.otp-field-
|
|
641
|
+
.otp-field-module_otp_field__masked_6ylpka > input {
|
|
653
642
|
font-family: var(--font-code);
|
|
654
643
|
}
|
|
655
|
-
.otp-field-input-
|
|
644
|
+
.otp-field-input-module_otp_field_input_7VaNVa {
|
|
656
645
|
background-color: var(--color-gray-3);
|
|
657
646
|
box-shadow: 0 0 0 1px var(--color-border) inset;
|
|
658
647
|
color: var(--color-text-primary);
|
|
@@ -671,26 +660,26 @@
|
|
|
671
660
|
transition-duration: .15s;
|
|
672
661
|
}
|
|
673
662
|
|
|
674
|
-
.otp-field-input-
|
|
663
|
+
.otp-field-input-module_otp_field_input_7VaNVa:enabled:hover {
|
|
675
664
|
box-shadow: 0 0 0 1px var(--color-gray-6) inset;
|
|
676
665
|
}
|
|
677
666
|
|
|
678
|
-
.otp-field-input-
|
|
667
|
+
.otp-field-input-module_otp_field_input_7VaNVa:disabled {
|
|
679
668
|
cursor: not-allowed;
|
|
680
669
|
opacity: .5;
|
|
681
670
|
}
|
|
682
671
|
|
|
683
|
-
.otp-field-input-
|
|
672
|
+
.otp-field-input-module_otp_field_input_7VaNVa:focus-visible {
|
|
684
673
|
outline-width: 2px;
|
|
685
674
|
}
|
|
686
|
-
.row-
|
|
675
|
+
.row-module_row_FQp50q {
|
|
687
676
|
flex-direction: row;
|
|
688
677
|
display: flex;
|
|
689
678
|
}
|
|
690
|
-
.spacer-
|
|
679
|
+
.spacer-module_spacer_liXYKW {
|
|
691
680
|
flex-shrink: 0;
|
|
692
681
|
}
|
|
693
|
-
.switch-
|
|
682
|
+
.switch-module_switch_K0d9Sa {
|
|
694
683
|
background-color: var(--color-gray-6);
|
|
695
684
|
cursor: pointer;
|
|
696
685
|
outline-color: var(--color-primary-9);
|
|
@@ -705,20 +694,20 @@
|
|
|
705
694
|
overflow: hidden;
|
|
706
695
|
}
|
|
707
696
|
|
|
708
|
-
.switch-
|
|
697
|
+
.switch-module_switch_K0d9Sa:focus-visible {
|
|
709
698
|
outline-width: 2px;
|
|
710
699
|
}
|
|
711
700
|
|
|
712
|
-
.switch-
|
|
701
|
+
.switch-module_switch_K0d9Sa[data-checked] {
|
|
713
702
|
background-color: var(--color-primary-9);
|
|
714
703
|
}
|
|
715
704
|
|
|
716
|
-
.switch-
|
|
705
|
+
.switch-module_switch_K0d9Sa[data-disabled] {
|
|
717
706
|
cursor: not-allowed;
|
|
718
707
|
opacity: .5;
|
|
719
708
|
}
|
|
720
709
|
|
|
721
|
-
.switch-
|
|
710
|
+
.switch-module_switch__thumb_K0d9Sa {
|
|
722
711
|
aspect-ratio: 1;
|
|
723
712
|
background-color: #fff;
|
|
724
713
|
border-radius: 9999px;
|
|
@@ -727,22 +716,22 @@
|
|
|
727
716
|
transition-duration: .15s;
|
|
728
717
|
}
|
|
729
718
|
|
|
730
|
-
.switch-
|
|
719
|
+
.switch-module_switch__thumb_K0d9Sa[data-checked] {
|
|
731
720
|
transform: translateX(var(--translateX));
|
|
732
721
|
}
|
|
733
722
|
|
|
734
|
-
.switch-
|
|
723
|
+
.switch-module_switch__size_18_K0d9Sa {
|
|
735
724
|
--translateX: 12px;
|
|
736
725
|
width: 30px;
|
|
737
726
|
height: 18px;
|
|
738
727
|
}
|
|
739
728
|
|
|
740
|
-
.switch-
|
|
729
|
+
.switch-module_switch__size_24_K0d9Sa {
|
|
741
730
|
--translateX: 16px;
|
|
742
731
|
width: 40px;
|
|
743
732
|
height: 24px;
|
|
744
733
|
}
|
|
745
|
-
.tabs-pill-indicator-
|
|
734
|
+
.tabs-pill-indicator-module_tabs_pill_indicator_PiFilW {
|
|
746
735
|
background-color: var(--color-gray-12);
|
|
747
736
|
height: var(--active-tab-height);
|
|
748
737
|
left: var(--active-tab-left);
|
|
@@ -754,14 +743,14 @@
|
|
|
754
743
|
transition-duration: .15s;
|
|
755
744
|
position: absolute;
|
|
756
745
|
}
|
|
757
|
-
.tabs-pill-list-
|
|
746
|
+
.tabs-pill-list-module_tabs_pill_list_3ahKPW {
|
|
758
747
|
isolation: isolate;
|
|
759
748
|
column-gap: 8px;
|
|
760
749
|
display: flex;
|
|
761
750
|
position: relative;
|
|
762
751
|
overflow-x: auto;
|
|
763
752
|
}
|
|
764
|
-
.tabs-pill-tab-
|
|
753
|
+
.tabs-pill-tab-module_tabs_pill_tab_nxQ-sW {
|
|
765
754
|
border-radius: var(--border-radius);
|
|
766
755
|
color: #000;
|
|
767
756
|
cursor: pointer;
|
|
@@ -782,34 +771,34 @@
|
|
|
782
771
|
display: flex;
|
|
783
772
|
}
|
|
784
773
|
|
|
785
|
-
.tabs-pill-tab-
|
|
774
|
+
.tabs-pill-tab-module_tabs_pill_tab_nxQ-sW:focus-visible {
|
|
786
775
|
outline-width: 2px;
|
|
787
776
|
}
|
|
788
777
|
|
|
789
|
-
.tabs-pill-tab-
|
|
778
|
+
.tabs-pill-tab-module_tabs_pill_tab_nxQ-sW:hover {
|
|
790
779
|
background-color: var(--color-gray-4);
|
|
791
780
|
}
|
|
792
781
|
|
|
793
|
-
.tabs-pill-tab-
|
|
782
|
+
.tabs-pill-tab-module_tabs_pill_tab_nxQ-sW[data-active] {
|
|
794
783
|
color: #fff;
|
|
795
784
|
background-color: #0000;
|
|
796
785
|
}
|
|
797
786
|
|
|
798
|
-
.dark .tabs-pill-tab-
|
|
787
|
+
.dark .tabs-pill-tab-module_tabs_pill_tab_nxQ-sW {
|
|
799
788
|
color: #fff;
|
|
800
789
|
}
|
|
801
790
|
|
|
802
|
-
.dark .tabs-pill-tab-
|
|
791
|
+
.dark .tabs-pill-tab-module_tabs_pill_tab_nxQ-sW[data-active] {
|
|
803
792
|
color: #000;
|
|
804
793
|
}
|
|
805
794
|
|
|
806
|
-
.tabs-pill-tab-
|
|
795
|
+
.tabs-pill-tab-module_tabs_pill_tab_nxQ-sW > svg {
|
|
807
796
|
--size-icon: 16px;
|
|
808
797
|
height: var(--size-icon);
|
|
809
798
|
width: var(--size-icon);
|
|
810
799
|
}
|
|
811
800
|
|
|
812
|
-
.tabs-pill-tab-
|
|
801
|
+
.tabs-pill-tab-module_tabs_pill_tab_wrapper_nxQ-sW {
|
|
813
802
|
--border-radius: 12px;
|
|
814
803
|
border-radius: var(--border-radius);
|
|
815
804
|
flex-shrink: 0;
|
|
@@ -818,13 +807,13 @@
|
|
|
818
807
|
overflow: hidden;
|
|
819
808
|
}
|
|
820
809
|
|
|
821
|
-
.tabs-pill-tab-
|
|
810
|
+
.tabs-pill-tab-module_tabs_pill_tab_background_nxQ-sW {
|
|
822
811
|
background-color: var(--color-gray-3);
|
|
823
812
|
z-index: -2;
|
|
824
813
|
position: absolute;
|
|
825
814
|
inset: 0;
|
|
826
815
|
}
|
|
827
|
-
.tabs-segmented-indicator-
|
|
816
|
+
.tabs-segmented-indicator-module_tabs_segmented_indicator_3DY8Ta {
|
|
828
817
|
background-color: var(--color-gray-1);
|
|
829
818
|
height: var(--active-tab-height);
|
|
830
819
|
left: var(--active-tab-left);
|
|
@@ -836,7 +825,7 @@
|
|
|
836
825
|
transition-duration: .15s;
|
|
837
826
|
position: absolute;
|
|
838
827
|
}
|
|
839
|
-
.tabs-segmented-list-
|
|
828
|
+
.tabs-segmented-list-module_tabs_segmented_list_wG8CPq {
|
|
840
829
|
background-color: var(--color-gray-3);
|
|
841
830
|
isolation: isolate;
|
|
842
831
|
border-radius: 12px;
|
|
@@ -847,7 +836,7 @@
|
|
|
847
836
|
position: relative;
|
|
848
837
|
overflow-x: auto;
|
|
849
838
|
}
|
|
850
|
-
.tabs-segmented-tab-
|
|
839
|
+
.tabs-segmented-tab-module_tabs_segmented_tab_du-IJG {
|
|
851
840
|
color: var(--color-gray-11);
|
|
852
841
|
cursor: pointer;
|
|
853
842
|
outline-color: var(--color-primary-9);
|
|
@@ -868,20 +857,20 @@
|
|
|
868
857
|
display: flex;
|
|
869
858
|
}
|
|
870
859
|
|
|
871
|
-
.tabs-segmented-tab-
|
|
860
|
+
.tabs-segmented-tab-module_tabs_segmented_tab_du-IJG:focus-visible {
|
|
872
861
|
outline-width: 2px;
|
|
873
862
|
}
|
|
874
863
|
|
|
875
|
-
.tabs-segmented-tab-
|
|
864
|
+
.tabs-segmented-tab-module_tabs_segmented_tab_du-IJG:hover, .tabs-segmented-tab-module_tabs_segmented_tab_du-IJG[data-active] {
|
|
876
865
|
color: var(--color-gray-12);
|
|
877
866
|
}
|
|
878
867
|
|
|
879
|
-
.tabs-segmented-tab-
|
|
868
|
+
.tabs-segmented-tab-module_tabs_segmented_tab_du-IJG > svg {
|
|
880
869
|
--size-icon: 16px;
|
|
881
870
|
height: var(--size-icon);
|
|
882
871
|
width: var(--size-icon);
|
|
883
872
|
}
|
|
884
|
-
.tabs-underline-indicator-
|
|
873
|
+
.tabs-underline-indicator-module_tabs_underline_indicator_Gl55Ba {
|
|
885
874
|
background-color: var(--color-primary-9);
|
|
886
875
|
height: 2px;
|
|
887
876
|
bottom: 0;
|
|
@@ -891,7 +880,7 @@
|
|
|
891
880
|
transition-duration: .15s;
|
|
892
881
|
position: absolute;
|
|
893
882
|
}
|
|
894
|
-
.tabs-underline-list-
|
|
883
|
+
.tabs-underline-list-module_tabs_underline_list_3MpMpG {
|
|
895
884
|
border-bottom-color: var(--color-gray-4);
|
|
896
885
|
border-bottom-style: solid;
|
|
897
886
|
border-bottom-width: 1px;
|
|
@@ -899,7 +888,7 @@
|
|
|
899
888
|
position: relative;
|
|
900
889
|
overflow-x: auto;
|
|
901
890
|
}
|
|
902
|
-
.tabs-underline-tab-
|
|
891
|
+
.tabs-underline-tab-module_tabs_underline_tab_lcqfQW {
|
|
903
892
|
color: var(--color-gray-11);
|
|
904
893
|
cursor: pointer;
|
|
905
894
|
outline-color: var(--color-primary-9);
|
|
@@ -919,24 +908,24 @@
|
|
|
919
908
|
display: flex;
|
|
920
909
|
}
|
|
921
910
|
|
|
922
|
-
.tabs-underline-tab-
|
|
911
|
+
.tabs-underline-tab-module_tabs_underline_tab_lcqfQW:focus-visible {
|
|
923
912
|
outline-width: 2px;
|
|
924
913
|
}
|
|
925
914
|
|
|
926
|
-
.tabs-underline-tab-
|
|
915
|
+
.tabs-underline-tab-module_tabs_underline_tab_lcqfQW:hover, .tabs-underline-tab-module_tabs_underline_tab_lcqfQW[data-active] {
|
|
927
916
|
color: var(--color-gray-12);
|
|
928
917
|
}
|
|
929
918
|
|
|
930
|
-
.tabs-underline-tab-
|
|
919
|
+
.tabs-underline-tab-module_tabs_underline_tab_lcqfQW > svg {
|
|
931
920
|
--size-icon: 16px;
|
|
932
921
|
height: var(--size-icon);
|
|
933
922
|
width: var(--size-icon);
|
|
934
923
|
}
|
|
935
|
-
.tabs-
|
|
924
|
+
.tabs-module_tabs__1Jl1W {
|
|
936
925
|
flex-direction: column;
|
|
937
926
|
display: flex;
|
|
938
927
|
}
|
|
939
|
-
.tabs-panel-
|
|
928
|
+
.tabs-panel-module_tabs_panel_AXj2FW {
|
|
940
929
|
outline-color: var(--color-primary-9);
|
|
941
930
|
outline-offset: -2px;
|
|
942
931
|
outline-width: 0;
|
|
@@ -945,17 +934,17 @@
|
|
|
945
934
|
display: flex;
|
|
946
935
|
}
|
|
947
936
|
|
|
948
|
-
.tabs-panel-
|
|
937
|
+
.tabs-panel-module_tabs_panel_AXj2FW:focus-visible {
|
|
949
938
|
outline-width: 2px;
|
|
950
939
|
}
|
|
951
|
-
.textarea-
|
|
940
|
+
.textarea-module_textarea_jT_oOq {
|
|
952
941
|
resize: vertical;
|
|
953
942
|
height: auto;
|
|
954
943
|
min-height: 66px;
|
|
955
944
|
max-height: none;
|
|
956
945
|
padding: 12px !important;
|
|
957
946
|
}
|
|
958
|
-
.tooltip-popup-
|
|
947
|
+
.tooltip-popup-module_tooltip_popup_SLo08q {
|
|
959
948
|
background-color: var(--color-gray-dark-1);
|
|
960
949
|
color: var(--color-gray-dark-12);
|
|
961
950
|
transform-origin: var(--transform-origin);
|
|
@@ -968,20 +957,20 @@
|
|
|
968
957
|
box-shadow: 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
|
|
969
958
|
}
|
|
970
959
|
|
|
971
|
-
.tooltip-popup-
|
|
960
|
+
.tooltip-popup-module_tooltip_popup_SLo08q[data-ending-style], .tooltip-popup-module_tooltip_popup_SLo08q[data-starting-style] {
|
|
972
961
|
opacity: 0;
|
|
973
962
|
scale: .975;
|
|
974
963
|
}
|
|
975
964
|
|
|
976
|
-
.tooltip-popup-
|
|
965
|
+
.tooltip-popup-module_tooltip_popup_SLo08q[data-instant] {
|
|
977
966
|
transition: none;
|
|
978
967
|
}
|
|
979
968
|
|
|
980
|
-
.tooltip-popup-
|
|
969
|
+
.tooltip-popup-module_tooltip_popup_portal_SLo08q {
|
|
981
970
|
z-index: 50;
|
|
982
971
|
}
|
|
983
972
|
|
|
984
|
-
.dark .tooltip-popup-
|
|
973
|
+
.dark .tooltip-popup-module_tooltip_popup_SLo08q {
|
|
985
974
|
background-color: var(--color-gray-light-1);
|
|
986
975
|
color: var(--color-gray-light-12);
|
|
987
976
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nattstack/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.62",
|
|
4
4
|
"description": "A collection of reusable React components built with Base UI, TypeScript, and CSS Modules",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"base-ui",
|
|
@@ -45,17 +45,17 @@
|
|
|
45
45
|
"release": "bun publish"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@base-ui/react": "1.
|
|
48
|
+
"@base-ui/react": "1.5.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@tsdown/css": "0.
|
|
52
|
-
"@types/bun": "1.3.
|
|
53
|
-
"tsdown": "0.
|
|
51
|
+
"@tsdown/css": "0.22.1",
|
|
52
|
+
"@types/bun": "1.3.14",
|
|
53
|
+
"tsdown": "0.22.1",
|
|
54
54
|
"typescript": "6.0.3"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@types/react": "^
|
|
58
|
-
"react": "^
|
|
59
|
-
"react-dom": "^
|
|
57
|
+
"@types/react": "^19.2.15",
|
|
58
|
+
"react": "^19.2.6",
|
|
59
|
+
"react-dom": "^19.2.6"
|
|
60
60
|
}
|
|
61
61
|
}
|