@nattstack/ui 0.0.107 → 0.1.1
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/README.md +1 -1
- package/dist/baseline/index.css +5 -1
- package/dist/components/button/button-spinner.js +19 -4
- package/dist/components/button/button-spinner.stylex.js +96 -0
- package/dist/components/button/button.d.ts +10 -18
- package/dist/components/button/button.js +11 -43
- package/dist/components/button/button.stylex.js +159 -0
- package/dist/components/button-link/button-link.d.ts +6 -7
- package/dist/components/button-link/button-link.js +8 -12
- package/dist/components/checkbox/checkbox-icon.js +5 -4
- package/dist/components/checkbox/checkbox.d.ts +1 -2
- package/dist/components/checkbox/checkbox.js +8 -9
- package/dist/components/checkbox/checkbox.stylex.js +43 -0
- package/dist/components/cn.js +20 -0
- package/dist/components/column/column.d.ts +1 -2
- package/dist/components/column/column.js +7 -9
- package/dist/components/column/column.stylex.js +8 -0
- package/dist/components/combobox/combobox-content.d.ts +1 -2
- package/dist/components/combobox/combobox-content.js +9 -10
- package/dist/components/combobox/combobox-empty.d.ts +1 -2
- package/dist/components/combobox/combobox-empty.js +6 -7
- package/dist/components/combobox/combobox-empty.stylex.js +11 -0
- package/dist/components/combobox/combobox-group-label.d.ts +1 -2
- package/dist/components/combobox/combobox-group-label.js +6 -7
- package/dist/components/combobox/combobox-group.d.ts +1 -2
- package/dist/components/combobox/combobox-group.js +6 -7
- package/dist/components/combobox/combobox-input.d.ts +5 -10
- package/dist/components/combobox/combobox-input.js +14 -28
- package/dist/components/combobox/combobox-input.stylex.js +110 -0
- package/dist/components/combobox/combobox-item.d.ts +2 -4
- package/dist/components/combobox/combobox-item.js +10 -12
- package/dist/components/combobox/combobox-list.d.ts +1 -2
- package/dist/components/combobox/combobox-list.js +6 -7
- package/dist/components/combobox/combobox-search.d.ts +2 -4
- package/dist/components/combobox/combobox-search.js +10 -12
- package/dist/components/combobox/combobox-search.stylex.js +45 -0
- package/dist/components/combobox/combobox-separator.d.ts +1 -2
- package/dist/components/combobox/combobox-separator.js +6 -7
- package/dist/components/combobox/combobox-trigger.d.ts +4 -8
- package/dist/components/combobox/combobox-trigger.js +8 -22
- package/dist/components/combobox/combobox-value.d.ts +1 -2
- package/dist/components/combobox/combobox-value.js +6 -7
- package/dist/components/combobox/combobox-value.stylex.js +12 -0
- package/dist/components/combobox/combobox.js +1 -1
- package/dist/components/dialog-responsive/dialog-responsive-backdrop.js +6 -7
- package/dist/components/dialog-responsive/dialog-responsive-backdrop.stylex.js +14 -0
- package/dist/components/dialog-responsive/dialog-responsive-bar.js +6 -7
- package/dist/components/dialog-responsive/dialog-responsive-bar.stylex.js +13 -0
- package/dist/components/dialog-responsive/dialog-responsive-popup.d.ts +1 -2
- package/dist/components/dialog-responsive/dialog-responsive-popup.js +6 -7
- package/dist/components/dialog-responsive/dialog-responsive-popup.stylex.js +30 -0
- package/dist/components/dialog-responsive/dialog-responsive-portal.js +6 -7
- package/dist/components/dialog-responsive/dialog-responsive-portal.stylex.js +9 -0
- package/dist/components/dialog-responsive/dialog-responsive-trigger.js +1 -1
- package/dist/components/dialog-responsive/dialog-responsive-viewport.js +6 -7
- package/dist/components/dialog-responsive/dialog-responsive-viewport.stylex.js +13 -0
- package/dist/components/dialog-responsive/dialog-responsive.d.ts +1 -4
- package/dist/components/dialog-responsive/dialog-responsive.js +2 -4
- package/dist/components/icon-button/icon-button.d.ts +2 -5
- package/dist/components/icon-button/icon-button.js +10 -26
- package/dist/components/icon-button/icon-button.stylex.js +36 -0
- package/dist/components/index.d.ts +53 -53
- package/dist/components/index.js +54 -53
- package/dist/components/input/input.d.ts +7 -16
- package/dist/components/input/input.js +10 -37
- package/dist/components/input/input.stylex.js +84 -0
- package/dist/components/label/label.d.ts +1 -2
- package/dist/components/label/label.js +6 -7
- package/dist/components/label/label.stylex.js +10 -0
- package/dist/components/menu/menu-checkbox-item.d.ts +2 -6
- package/dist/components/menu/menu-checkbox-item.js +10 -14
- package/dist/components/menu/menu-content.d.ts +1 -2
- package/dist/components/menu/menu-content.js +13 -14
- package/dist/components/menu/menu-content.stylex.js +9 -0
- package/dist/components/menu/menu-group-label.d.ts +1 -2
- package/dist/components/menu/menu-group-label.js +6 -7
- package/dist/components/menu/menu-group.d.ts +1 -2
- package/dist/components/menu/menu-group.js +6 -7
- package/dist/components/menu/menu-item.d.ts +2 -4
- package/dist/components/menu/menu-item.js +7 -9
- package/dist/components/menu/menu-item.stylex.js +9 -0
- package/dist/components/menu/menu-link-item.d.ts +1 -2
- package/dist/components/menu/menu-link-item.js +7 -8
- package/dist/components/menu/menu-radio-group.d.ts +2 -4
- package/dist/components/menu/menu-radio-group.js +6 -8
- package/dist/components/menu/menu-radio-item.d.ts +2 -4
- package/dist/components/menu/menu-radio-item.js +10 -12
- package/dist/components/menu/menu-separator.d.ts +1 -2
- package/dist/components/menu/menu-separator.js +6 -7
- package/dist/components/menu/menu-submenu-trigger.d.ts +2 -4
- package/dist/components/menu/menu-submenu-trigger.js +10 -16
- package/dist/components/menu/menu-submenu-trigger.stylex.js +20 -0
- package/dist/components/menu/menu-submenu.js +1 -1
- package/dist/components/menu/menu-trigger.js +1 -1
- package/dist/components/menu/menu.js +1 -1
- package/dist/components/otp-field/otp-field-input.d.ts +1 -2
- package/dist/components/otp-field/otp-field-input.js +7 -7
- package/dist/components/otp-field/otp-field-input.stylex.js +23 -0
- package/dist/components/otp-field/otp-field.d.ts +3 -7
- package/dist/components/otp-field/otp-field.js +8 -18
- package/dist/components/otp-field/otp-field.stylex.js +17 -0
- package/dist/components/picker/picker-group.stylex.js +19 -0
- package/dist/components/picker/picker-item.stylex.js +41 -0
- package/dist/components/picker/picker-list.stylex.js +13 -0
- package/dist/components/picker/picker-popup.stylex.js +37 -0
- package/dist/components/picker/picker-separator.stylex.js +11 -0
- package/dist/components/picker/picker-trigger.stylex.js +77 -0
- package/dist/components/row/row.d.ts +1 -2
- package/dist/components/row/row.js +7 -9
- package/dist/components/row/row.stylex.js +8 -0
- package/dist/components/select/select-content.d.ts +1 -2
- package/dist/components/select/select-content.js +12 -13
- package/dist/components/select/select-group-label.d.ts +1 -2
- package/dist/components/select/select-group-label.js +6 -7
- package/dist/components/select/select-group.d.ts +1 -2
- package/dist/components/select/select-group.js +6 -7
- package/dist/components/select/select-item.d.ts +2 -4
- package/dist/components/select/select-item.js +10 -12
- package/dist/components/select/select-separator.d.ts +1 -2
- package/dist/components/select/select-separator.js +6 -7
- package/dist/components/select/select-trigger.d.ts +4 -8
- package/dist/components/select/select-trigger.js +8 -22
- package/dist/components/select/select-value.d.ts +1 -2
- package/dist/components/select/select-value.js +6 -7
- package/dist/components/select/select-value.stylex.js +12 -0
- package/dist/components/select/select.js +1 -1
- package/dist/components/spacer/spacer.d.ts +1 -2
- package/dist/components/spacer/spacer.js +6 -7
- package/dist/components/spacer/spacer.stylex.js +7 -0
- package/dist/components/stylex.css +1420 -0
- package/dist/components/switch/switch.d.ts +3 -12
- package/dist/components/switch/switch.js +7 -22
- package/dist/components/switch/switch.stylex.js +48 -0
- package/dist/components/tabs/tabs-panel.d.ts +1 -2
- package/dist/components/tabs/tabs-panel.js +6 -7
- package/dist/components/tabs/tabs-panel.stylex.js +12 -0
- package/dist/components/tabs/tabs.d.ts +1 -2
- package/dist/components/tabs/tabs.js +6 -7
- package/dist/components/tabs/tabs.stylex.js +8 -0
- package/dist/components/tabs-pill/tabs-pill-indicator.js +6 -7
- package/dist/components/tabs-pill/tabs-pill-indicator.stylex.js +16 -0
- package/dist/components/tabs-pill/tabs-pill-list.d.ts +1 -2
- package/dist/components/tabs-pill/tabs-pill-list.js +6 -7
- package/dist/components/tabs-pill/tabs-pill-list.stylex.js +11 -0
- package/dist/components/tabs-pill/tabs-pill-tab.d.ts +2 -5
- package/dist/components/tabs-pill/tabs-pill-tab.js +9 -10
- package/dist/components/tabs-pill/tabs-pill-tab.stylex.js +46 -0
- package/dist/components/tabs-segmented/tabs-segmented-indicator.js +6 -7
- package/dist/components/tabs-segmented/tabs-segmented-indicator.stylex.js +16 -0
- package/dist/components/tabs-segmented/tabs-segmented-list.d.ts +1 -2
- package/dist/components/tabs-segmented/tabs-segmented-list.js +6 -7
- package/dist/components/tabs-segmented/tabs-segmented-list.stylex.js +15 -0
- package/dist/components/tabs-segmented/tabs-segmented-tab.d.ts +2 -5
- package/dist/components/tabs-segmented/tabs-segmented-tab.js +7 -8
- package/dist/components/tabs-segmented/tabs-segmented-tab.stylex.js +26 -0
- package/dist/components/tabs-underline/tabs-underline-indicator.js +6 -7
- package/dist/components/tabs-underline/tabs-underline-indicator.stylex.js +14 -0
- package/dist/components/tabs-underline/tabs-underline-list.d.ts +1 -2
- package/dist/components/tabs-underline/tabs-underline-list.js +6 -7
- package/dist/components/tabs-underline/tabs-underline-list.stylex.js +12 -0
- package/dist/components/tabs-underline/tabs-underline-tab.d.ts +2 -5
- package/dist/components/tabs-underline/tabs-underline-tab.js +7 -8
- package/dist/components/tabs-underline/tabs-underline-tab.stylex.js +25 -0
- package/dist/components/textarea/textarea.d.ts +6 -12
- package/dist/components/textarea/textarea.js +11 -24
- package/dist/components/textarea/textarea.stylex.js +11 -0
- package/dist/components/toggle-group/toggle-group-item.d.ts +2 -6
- package/dist/components/toggle-group/toggle-group-item.js +7 -9
- package/dist/components/toggle-group/toggle-group-item.stylex.js +34 -0
- package/dist/components/toggle-group/toggle-group.d.ts +2 -7
- package/dist/components/toggle-group/toggle-group.js +7 -10
- package/dist/components/toggle-group/toggle-group.stylex.js +9 -0
- package/dist/components/tooltip/tooltip-popup.d.ts +1 -2
- package/dist/components/tooltip/tooltip-popup.js +8 -8
- package/dist/components/tooltip/tooltip-popup.stylex.js +32 -0
- package/dist/components/tooltip/tooltip-provider.js +1 -1
- package/dist/components/tooltip/tooltip-trigger.js +1 -1
- package/dist/components/tooltip/tooltip.d.ts +1 -4
- package/dist/components/tooltip/tooltip.js +3 -4
- package/dist/tailwind-colors/root.css +10 -0
- package/package.json +6 -4
- package/dist/components/button/button-spinner.css +0 -97
- package/dist/components/button/button-spinner.module.js +0 -8
- package/dist/components/button/button.css +0 -157
- package/dist/components/button/button.module.js +0 -21
- package/dist/components/checkbox/checkbox.css +0 -55
- package/dist/components/checkbox/checkbox.module.js +0 -9
- package/dist/components/column/column.css +0 -6
- package/dist/components/column/column.module.js +0 -5
- package/dist/components/combobox/combobox-empty.css +0 -9
- package/dist/components/combobox/combobox-empty.module.js +0 -5
- package/dist/components/combobox/combobox-input.css +0 -121
- package/dist/components/combobox/combobox-input.module.js +0 -16
- package/dist/components/combobox/combobox-search.css +0 -44
- package/dist/components/combobox/combobox-search.module.js +0 -9
- package/dist/components/combobox/combobox-value.css +0 -14
- package/dist/components/combobox/combobox-value.module.js +0 -5
- package/dist/components/dialog-responsive/dialog-responsive-backdrop.css +0 -28
- package/dist/components/dialog-responsive/dialog-responsive-backdrop.module.js +0 -5
- package/dist/components/dialog-responsive/dialog-responsive-bar.css +0 -16
- package/dist/components/dialog-responsive/dialog-responsive-bar.module.js +0 -5
- package/dist/components/dialog-responsive/dialog-responsive-popup.css +0 -56
- package/dist/components/dialog-responsive/dialog-responsive-popup.module.js +0 -5
- package/dist/components/dialog-responsive/dialog-responsive-portal.css +0 -7
- package/dist/components/dialog-responsive/dialog-responsive-portal.module.js +0 -5
- package/dist/components/dialog-responsive/dialog-responsive-viewport.css +0 -18
- package/dist/components/dialog-responsive/dialog-responsive-viewport.module.js +0 -5
- package/dist/components/icon-button/icon-button.css +0 -21
- package/dist/components/icon-button/icon-button.module.js +0 -11
- package/dist/components/input/input.css +0 -83
- package/dist/components/input/input.module.js +0 -14
- package/dist/components/label/label.css +0 -8
- package/dist/components/label/label.module.js +0 -5
- package/dist/components/menu/menu-content.css +0 -7
- package/dist/components/menu/menu-content.module.js +0 -5
- package/dist/components/menu/menu-item.css +0 -7
- package/dist/components/menu/menu-item.module.js +0 -5
- package/dist/components/menu/menu-submenu-trigger.css +0 -16
- package/dist/components/menu/menu-submenu-trigger.module.js +0 -8
- package/dist/components/otp-field/otp-field-input.css +0 -32
- package/dist/components/otp-field/otp-field-input.module.js +0 -5
- package/dist/components/otp-field/otp-field.css +0 -13
- package/dist/components/otp-field/otp-field.module.js +0 -8
- package/dist/components/picker/picker-group.css +0 -14
- package/dist/components/picker/picker-group.module.js +0 -8
- package/dist/components/picker/picker-item.css +0 -43
- package/dist/components/picker/picker-item.module.js +0 -9
- package/dist/components/picker/picker-list.css +0 -15
- package/dist/components/picker/picker-list.module.js +0 -5
- package/dist/components/picker/picker-popup.css +0 -56
- package/dist/components/picker/picker-popup.module.js +0 -8
- package/dist/components/picker/picker-separator.css +0 -8
- package/dist/components/picker/picker-separator.module.js +0 -5
- package/dist/components/picker/picker-trigger.css +0 -85
- package/dist/components/picker/picker-trigger.module.js +0 -14
- package/dist/components/row/row.css +0 -6
- package/dist/components/row/row.module.js +0 -5
- package/dist/components/select/select-value.css +0 -14
- package/dist/components/select/select-value.module.js +0 -5
- package/dist/components/spacer/spacer.css +0 -5
- package/dist/components/spacer/spacer.module.js +0 -5
- package/dist/components/switch/switch.css +0 -55
- package/dist/components/switch/switch.module.js +0 -10
- package/dist/components/tabs/tabs-panel.css +0 -14
- package/dist/components/tabs/tabs-panel.module.js +0 -5
- package/dist/components/tabs/tabs.css +0 -6
- package/dist/components/tabs/tabs.module.js +0 -5
- package/dist/components/tabs-pill/tabs-pill-indicator.css +0 -14
- package/dist/components/tabs-pill/tabs-pill-indicator.module.js +0 -5
- package/dist/components/tabs-pill/tabs-pill-list.css +0 -9
- package/dist/components/tabs-pill/tabs-pill-list.module.js +0 -5
- package/dist/components/tabs-pill/tabs-pill-tab.css +0 -66
- package/dist/components/tabs-pill/tabs-pill-tab.module.js +0 -9
- package/dist/components/tabs-segmented/tabs-segmented-indicator.css +0 -14
- package/dist/components/tabs-segmented/tabs-segmented-indicator.module.js +0 -5
- package/dist/components/tabs-segmented/tabs-segmented-list.css +0 -13
- package/dist/components/tabs-segmented/tabs-segmented-list.module.js +0 -5
- package/dist/components/tabs-segmented/tabs-segmented-tab.css +0 -37
- package/dist/components/tabs-segmented/tabs-segmented-tab.module.js +0 -5
- package/dist/components/tabs-underline/tabs-underline-indicator.css +0 -12
- package/dist/components/tabs-underline/tabs-underline-indicator.module.js +0 -5
- package/dist/components/tabs-underline/tabs-underline-list.css +0 -10
- package/dist/components/tabs-underline/tabs-underline-list.module.js +0 -5
- package/dist/components/tabs-underline/tabs-underline-tab.css +0 -36
- package/dist/components/tabs-underline/tabs-underline-tab.module.js +0 -5
- package/dist/components/textarea/textarea.css +0 -9
- package/dist/components/textarea/textarea.module.js +0 -5
- package/dist/components/toggle-group/toggle-group-item.css +0 -47
- package/dist/components/toggle-group/toggle-group-item.module.js +0 -5
- package/dist/components/toggle-group/toggle-group.css +0 -7
- package/dist/components/toggle-group/toggle-group.module.js +0 -5
- package/dist/components/tooltip/tooltip-popup.css +0 -32
- package/dist/components/tooltip/tooltip-popup.module.js +0 -8
|
@@ -1,157 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.button-module_base_4nLWdW {
|
|
3
|
-
cursor: pointer;
|
|
4
|
-
outline-offset: 2px;
|
|
5
|
-
user-select: none;
|
|
6
|
-
outline: 2px solid #0000;
|
|
7
|
-
justify-content: center;
|
|
8
|
-
align-items: center;
|
|
9
|
-
column-gap: 8px;
|
|
10
|
-
font-size: 14px;
|
|
11
|
-
font-weight: 450;
|
|
12
|
-
transition-property: background-color, box-shadow, translate;
|
|
13
|
-
transition-duration: .15s;
|
|
14
|
-
display: inline-flex;
|
|
15
|
-
position: relative;
|
|
16
|
-
overflow: hidden;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.button-module_base_4nLWdW:active:not(:disabled) {
|
|
20
|
-
translate: 0 1px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.button-module_base_4nLWdW:focus-visible {
|
|
24
|
-
outline-color: var(--color-outline);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.button-module_disabled_4nLWdW, .button-module_loading_4nLWdW {
|
|
28
|
-
cursor: not-allowed;
|
|
29
|
-
opacity: .5;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.button-module_loading_4nLWdW > :not([data-slot="button-spinner"]) {
|
|
33
|
-
color: #0000;
|
|
34
|
-
text-shadow: none;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.button-module_rounded_base_4nLWdW.button-module_size_32_4nLWdW {
|
|
38
|
-
border-radius: 8px;
|
|
39
|
-
padding: 0 12px;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.button-module_rounded_base_4nLWdW.button-module_size_36_4nLWdW {
|
|
43
|
-
border-radius: 9px;
|
|
44
|
-
padding: 0 14px;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.button-module_rounded_base_4nLWdW.button-module_size_40_4nLWdW {
|
|
48
|
-
border-radius: 10px;
|
|
49
|
-
padding: 0 16px;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.button-module_rounded_base_4nLWdW.button-module_size_44_4nLWdW {
|
|
53
|
-
border-radius: 11px;
|
|
54
|
-
padding: 0 18px;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.button-module_rounded_base_4nLWdW.button-module_size_48_4nLWdW {
|
|
58
|
-
border-radius: 12px;
|
|
59
|
-
padding: 0 20px;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.button-module_rounded_full_4nLWdW.button-module_size_32_4nLWdW {
|
|
63
|
-
border-radius: 16px;
|
|
64
|
-
padding: 0 12px;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.button-module_rounded_full_4nLWdW.button-module_size_36_4nLWdW {
|
|
68
|
-
border-radius: 18px;
|
|
69
|
-
padding: 0 17px;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.button-module_rounded_full_4nLWdW.button-module_size_40_4nLWdW {
|
|
73
|
-
border-radius: 20px;
|
|
74
|
-
padding: 0 20px;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.button-module_rounded_full_4nLWdW.button-module_size_44_4nLWdW {
|
|
78
|
-
border-radius: 22px;
|
|
79
|
-
padding: 0 23px;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.button-module_rounded_full_4nLWdW.button-module_size_48_4nLWdW {
|
|
83
|
-
border-radius: 24px;
|
|
84
|
-
padding: 0 28px;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.button-module_size_32_4nLWdW {
|
|
88
|
-
height: 32px;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.button-module_size_36_4nLWdW {
|
|
92
|
-
height: 36px;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.button-module_size_40_4nLWdW {
|
|
96
|
-
height: 40px;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.button-module_size_44_4nLWdW {
|
|
100
|
-
height: 44px;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.button-module_size_48_4nLWdW {
|
|
104
|
-
height: 48px;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.button-module_variant_ghost_4nLWdW {
|
|
108
|
-
color: #000;
|
|
109
|
-
background-color: #0000;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.button-module_variant_ghost_4nLWdW:hover:not(:disabled) {
|
|
113
|
-
background-color: var(--color-gray-4);
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.dark .button-module_variant_ghost_4nLWdW {
|
|
117
|
-
color: #fff;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.button-module_variant_primary_4nLWdW {
|
|
121
|
-
--color: #fff;
|
|
122
|
-
background-color: var(--color-gray-12);
|
|
123
|
-
color: var(--color);
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.button-module_variant_primary_4nLWdW:hover:not(:disabled) {
|
|
127
|
-
background-color: color-mix(in oklab, var(--color-gray-12) 100%, var(--color) 25%);
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.dark .button-module_variant_primary_4nLWdW {
|
|
131
|
-
--color: #000;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.button-module_variant_secondary_4nLWdW {
|
|
135
|
-
--color-text: #000;
|
|
136
|
-
background-color: var(--color-bg-shell-inner);
|
|
137
|
-
box-shadow: inset 0 0 0 1px var(--color-border);
|
|
138
|
-
color: var(--color-text);
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.dark .button-module_variant_secondary_4nLWdW {
|
|
142
|
-
--color-text: #fff;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.button-module_variant_secondary_4nLWdW:hover:not(:disabled) {
|
|
146
|
-
background-color: var(--color-gray-4);
|
|
147
|
-
box-shadow: none;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.button-module_width_base_4nLWdW {
|
|
151
|
-
width: fit-content;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.button-module_width_full_4nLWdW {
|
|
155
|
-
width: stretch;
|
|
156
|
-
}
|
|
157
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import './button.css';
|
|
2
|
-
//#region src/components/button/button.module.css
|
|
3
|
-
var button_module_default = {
|
|
4
|
-
"base": "button-module_base_4nLWdW",
|
|
5
|
-
"disabled": "button-module_disabled_4nLWdW",
|
|
6
|
-
"loading": "button-module_loading_4nLWdW",
|
|
7
|
-
"rounded_base": "button-module_rounded_base_4nLWdW",
|
|
8
|
-
"rounded_full": "button-module_rounded_full_4nLWdW",
|
|
9
|
-
"size_32": "button-module_size_32_4nLWdW",
|
|
10
|
-
"size_36": "button-module_size_36_4nLWdW",
|
|
11
|
-
"size_40": "button-module_size_40_4nLWdW",
|
|
12
|
-
"size_44": "button-module_size_44_4nLWdW",
|
|
13
|
-
"size_48": "button-module_size_48_4nLWdW",
|
|
14
|
-
"variant_ghost": "button-module_variant_ghost_4nLWdW",
|
|
15
|
-
"variant_primary": "button-module_variant_primary_4nLWdW",
|
|
16
|
-
"variant_secondary": "button-module_variant_secondary_4nLWdW",
|
|
17
|
-
"width_base": "button-module_width_base_4nLWdW",
|
|
18
|
-
"width_full": "button-module_width_full_4nLWdW"
|
|
19
|
-
};
|
|
20
|
-
//#endregion
|
|
21
|
-
export { button_module_default as default };
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.checkbox-module_base_tQ0i7W {
|
|
3
|
-
--size: 16px;
|
|
4
|
-
background-color: var(--color-bg-shell-inner);
|
|
5
|
-
border: 1px solid var(--color-border);
|
|
6
|
-
cursor: pointer;
|
|
7
|
-
height: var(--size);
|
|
8
|
-
outline-color: var(--color-primary);
|
|
9
|
-
outline-offset: 2px;
|
|
10
|
-
width: var(--size);
|
|
11
|
-
border-radius: 4px;
|
|
12
|
-
outline-width: 0;
|
|
13
|
-
outline-style: solid;
|
|
14
|
-
justify-content: center;
|
|
15
|
-
align-items: center;
|
|
16
|
-
transition-property: background-color, border-color;
|
|
17
|
-
transition-duration: .15s;
|
|
18
|
-
display: flex;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.checkbox-module_base_tQ0i7W:focus-visible {
|
|
22
|
-
outline-width: 2px;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.checkbox-module_base_tQ0i7W:hover {
|
|
26
|
-
background-color: var(--color-gray-3);
|
|
27
|
-
border-color: var(--color-gray-6);
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.checkbox-module_base_tQ0i7W[data-checked] {
|
|
31
|
-
background-color: var(--color-primary);
|
|
32
|
-
border-color: #0000;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.checkbox-module_indicator_tQ0i7W {
|
|
36
|
-
opacity: 0;
|
|
37
|
-
transition-property: opacity;
|
|
38
|
-
transition-duration: .15s;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.checkbox-module_indicator_tQ0i7W[data-checked] {
|
|
42
|
-
opacity: 1;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.checkbox-module_icon_tQ0i7W {
|
|
46
|
-
--size: 12px;
|
|
47
|
-
height: var(--size);
|
|
48
|
-
width: var(--size);
|
|
49
|
-
|
|
50
|
-
& > path {
|
|
51
|
-
stroke-width: 3px;
|
|
52
|
-
stroke: #fff;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import './checkbox.css';
|
|
2
|
-
//#region src/components/checkbox/checkbox.module.css
|
|
3
|
-
var checkbox_module_default = {
|
|
4
|
-
"base": "checkbox-module_base_tQ0i7W",
|
|
5
|
-
"icon": "checkbox-module_icon_tQ0i7W",
|
|
6
|
-
"indicator": "checkbox-module_indicator_tQ0i7W"
|
|
7
|
-
};
|
|
8
|
-
//#endregion
|
|
9
|
-
export { checkbox_module_default as default };
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.combobox-input-module_base_eAQxaq {
|
|
3
|
-
background-color: var(--color-bg-shell-inner);
|
|
4
|
-
box-shadow: inset 0 0 0 1px var(--color-border);
|
|
5
|
-
cursor: text;
|
|
6
|
-
outline-offset: 2px;
|
|
7
|
-
outline: 2px solid #0000;
|
|
8
|
-
flex-shrink: 0;
|
|
9
|
-
align-items: center;
|
|
10
|
-
column-gap: 8px;
|
|
11
|
-
width: stretch;
|
|
12
|
-
padding: 0 16px;
|
|
13
|
-
transition-property: background-color, box-shadow;
|
|
14
|
-
transition-duration: .15s;
|
|
15
|
-
display: inline-flex;
|
|
16
|
-
overflow: hidden;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.combobox-input-module_base_eAQxaq[data-disabled], .combobox-input-module_base_eAQxaq:has(.combobox-input-module_input_eAQxaq:disabled) {
|
|
20
|
-
cursor: not-allowed;
|
|
21
|
-
opacity: .5;
|
|
22
|
-
background-color: var(--color-gray-3);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.combobox-input-module_base_eAQxaq:focus-within {
|
|
26
|
-
outline-color: var(--color-primary);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.combobox-input-module_base_eAQxaq:hover:not([data-disabled], :has(.combobox-input-module_input_eAQxaq:disabled)) {
|
|
30
|
-
box-shadow: inset 0 0 0 1px var(--color-gray-6);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.combobox-input-module_base_eAQxaq[data-popup-open] {
|
|
34
|
-
background-color: var(--color-gray-3);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.combobox-input-module_size_32_eAQxaq {
|
|
38
|
-
border-radius: 8px;
|
|
39
|
-
height: 32px;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.combobox-input-module_size_36_eAQxaq {
|
|
43
|
-
border-radius: 9px;
|
|
44
|
-
height: 36px;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.combobox-input-module_size_40_eAQxaq {
|
|
48
|
-
border-radius: 10px;
|
|
49
|
-
height: 40px;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.combobox-input-module_size_44_eAQxaq {
|
|
53
|
-
border-radius: 11px;
|
|
54
|
-
height: 44px;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.combobox-input-module_size_48_eAQxaq {
|
|
58
|
-
border-radius: 12px;
|
|
59
|
-
height: 48px;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.combobox-input-module_rounded_full_eAQxaq {
|
|
63
|
-
border-radius: 9999px;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.combobox-input-module_input_eAQxaq {
|
|
67
|
-
appearance: none;
|
|
68
|
-
color: var(--color-text-primary);
|
|
69
|
-
background-color: #0000;
|
|
70
|
-
border-style: none;
|
|
71
|
-
outline: none;
|
|
72
|
-
flex: 1;
|
|
73
|
-
min-width: 0;
|
|
74
|
-
height: 100%;
|
|
75
|
-
padding: 0;
|
|
76
|
-
font-size: 14px;
|
|
77
|
-
font-weight: 450;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.combobox-input-module_input_eAQxaq::placeholder {
|
|
81
|
-
color: var(--color-gray-9);
|
|
82
|
-
user-select: none;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.combobox-input-module_input_eAQxaq:disabled {
|
|
86
|
-
cursor: not-allowed;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.combobox-input-module_trigger_eAQxaq {
|
|
90
|
-
color: inherit;
|
|
91
|
-
cursor: pointer;
|
|
92
|
-
background-color: #0000;
|
|
93
|
-
border-style: none;
|
|
94
|
-
flex-shrink: 0;
|
|
95
|
-
justify-content: center;
|
|
96
|
-
align-items: center;
|
|
97
|
-
width: 16px;
|
|
98
|
-
height: 100%;
|
|
99
|
-
margin-left: auto;
|
|
100
|
-
padding: 0;
|
|
101
|
-
display: flex;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.combobox-input-module_trigger_eAQxaq:disabled {
|
|
105
|
-
cursor: not-allowed;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.combobox-input-module_icon_eAQxaq {
|
|
109
|
-
justify-content: center;
|
|
110
|
-
align-items: center;
|
|
111
|
-
width: 16px;
|
|
112
|
-
height: 16px;
|
|
113
|
-
transition-property: rotate;
|
|
114
|
-
transition-duration: .15s;
|
|
115
|
-
display: flex;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.combobox-input-module_base_eAQxaq[data-popup-open] .combobox-input-module_icon_eAQxaq {
|
|
119
|
-
rotate: 180deg;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import './combobox-input.css';
|
|
2
|
-
//#region src/components/combobox/combobox-input.module.css
|
|
3
|
-
var combobox_input_module_default = {
|
|
4
|
-
"base": "combobox-input-module_base_eAQxaq",
|
|
5
|
-
"icon": "combobox-input-module_icon_eAQxaq",
|
|
6
|
-
"input": "combobox-input-module_input_eAQxaq",
|
|
7
|
-
"rounded_full": "combobox-input-module_rounded_full_eAQxaq",
|
|
8
|
-
"size_32": "combobox-input-module_size_32_eAQxaq",
|
|
9
|
-
"size_36": "combobox-input-module_size_36_eAQxaq",
|
|
10
|
-
"size_40": "combobox-input-module_size_40_eAQxaq",
|
|
11
|
-
"size_44": "combobox-input-module_size_44_eAQxaq",
|
|
12
|
-
"size_48": "combobox-input-module_size_48_eAQxaq",
|
|
13
|
-
"trigger": "combobox-input-module_trigger_eAQxaq"
|
|
14
|
-
};
|
|
15
|
-
//#endregion
|
|
16
|
-
export { combobox_input_module_default as default };
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.combobox-search-module_base_6egFqa {
|
|
3
|
-
background-color: var(--color-bg-shell-inner);
|
|
4
|
-
box-shadow: inset 0 -1px 0 var(--color-border);
|
|
5
|
-
flex-shrink: 0;
|
|
6
|
-
align-items: center;
|
|
7
|
-
column-gap: 8px;
|
|
8
|
-
height: 40px;
|
|
9
|
-
padding: 0 16px;
|
|
10
|
-
display: flex;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.combobox-search-module_icon_6egFqa {
|
|
14
|
-
color: var(--color-gray-9);
|
|
15
|
-
flex-shrink: 0;
|
|
16
|
-
justify-content: center;
|
|
17
|
-
align-items: center;
|
|
18
|
-
display: flex;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.combobox-search-module_input_6egFqa {
|
|
22
|
-
appearance: none;
|
|
23
|
-
color: var(--color-text-primary);
|
|
24
|
-
background-color: #0000;
|
|
25
|
-
border-style: none;
|
|
26
|
-
outline: none;
|
|
27
|
-
flex: 1;
|
|
28
|
-
min-width: 0;
|
|
29
|
-
height: 100%;
|
|
30
|
-
padding: 0;
|
|
31
|
-
font-size: 14px;
|
|
32
|
-
font-weight: 400;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.combobox-search-module_input_6egFqa::placeholder {
|
|
36
|
-
color: var(--color-gray-9);
|
|
37
|
-
user-select: none;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.combobox-search-module_input_6egFqa:disabled {
|
|
41
|
-
cursor: not-allowed;
|
|
42
|
-
opacity: .5;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import './combobox-search.css';
|
|
2
|
-
//#region src/components/combobox/combobox-search.module.css
|
|
3
|
-
var combobox_search_module_default = {
|
|
4
|
-
"base": "combobox-search-module_base_6egFqa",
|
|
5
|
-
"icon": "combobox-search-module_icon_6egFqa",
|
|
6
|
-
"input": "combobox-search-module_input_6egFqa"
|
|
7
|
-
};
|
|
8
|
-
//#endregion
|
|
9
|
-
export { combobox_search_module_default as default };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.combobox-value-module_base_kG6VyG {
|
|
3
|
-
color: var(--color-text-primary);
|
|
4
|
-
text-overflow: ellipsis;
|
|
5
|
-
white-space: nowrap;
|
|
6
|
-
font-size: 14px;
|
|
7
|
-
font-weight: 450;
|
|
8
|
-
overflow-x: hidden;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
[data-placeholder] .combobox-value-module_base_kG6VyG {
|
|
12
|
-
color: var(--color-gray-9);
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.dialog-responsive-backdrop-module_base_-X7FOq {
|
|
3
|
-
--backdrop-opacity: .25;
|
|
4
|
-
opacity: calc(var(--backdrop-opacity) * (1 - var(--drawer-swipe-progress)));
|
|
5
|
-
outline-color: var(--color-primary-9);
|
|
6
|
-
background-color: #000;
|
|
7
|
-
transition-property: opacity;
|
|
8
|
-
transition-duration: .15s;
|
|
9
|
-
position: fixed;
|
|
10
|
-
inset: 0;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.dialog-responsive-backdrop-module_base_-X7FOq[data-ending-style], .dialog-responsive-backdrop-module_base_-X7FOq[data-starting-style] {
|
|
14
|
-
opacity: 0;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.dialog-responsive-backdrop-module_base_-X7FOq[data-ending-style] {
|
|
18
|
-
transition-duration: calc(var(--drawer-swipe-strength) * .4s);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.dialog-responsive-backdrop-module_base_-X7FOq[data-swiping] {
|
|
22
|
-
transition-duration: 0s;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.dark .dialog-responsive-backdrop-module_base_-X7FOq {
|
|
26
|
-
--backdrop-opacity: .75;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import './dialog-responsive-backdrop.css';
|
|
2
|
-
//#region src/components/dialog-responsive/dialog-responsive-backdrop.module.css
|
|
3
|
-
var dialog_responsive_backdrop_module_default = { "base": "dialog-responsive-backdrop-module_base_-X7FOq" };
|
|
4
|
-
//#endregion
|
|
5
|
-
export { dialog_responsive_backdrop_module_default as default };
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.dialog-responsive-bar-module_base_iUwUCq {
|
|
3
|
-
background-color: var(--color-gray-4);
|
|
4
|
-
border-radius: 9999px;
|
|
5
|
-
width: 48px;
|
|
6
|
-
height: 4px;
|
|
7
|
-
margin: 12px auto;
|
|
8
|
-
display: none;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
@media (width <= 640px) {
|
|
12
|
-
.dialog-responsive-bar-module_base_iUwUCq {
|
|
13
|
-
display: block;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import './dialog-responsive-bar.css';
|
|
2
|
-
//#region src/components/dialog-responsive/dialog-responsive-bar.module.css
|
|
3
|
-
var dialog_responsive_bar_module_default = { "base": "dialog-responsive-bar-module_base_iUwUCq" };
|
|
4
|
-
//#endregion
|
|
5
|
-
export { dialog_responsive_bar_module_default as default };
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.dialog-responsive-popup-module_base_cgfWTq {
|
|
3
|
-
background-color: var(--color-gray-1);
|
|
4
|
-
cursor: auto;
|
|
5
|
-
outline-color: var(--color-primary-9);
|
|
6
|
-
outline-offset: -4px;
|
|
7
|
-
will-change: opacity, transform;
|
|
8
|
-
border-radius: 16px;
|
|
9
|
-
outline-width: 0;
|
|
10
|
-
outline-style: solid;
|
|
11
|
-
flex-direction: column;
|
|
12
|
-
width: 100%;
|
|
13
|
-
max-width: 640px;
|
|
14
|
-
padding: 16px;
|
|
15
|
-
transition-property: opacity, transform;
|
|
16
|
-
transition-duration: .15s;
|
|
17
|
-
display: flex;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.dialog-responsive-popup-module_base_cgfWTq:focus-visible {
|
|
21
|
-
outline-width: 2px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.dialog-responsive-popup-module_base_cgfWTq[data-ending-style], .dialog-responsive-popup-module_base_cgfWTq[data-starting-style] {
|
|
25
|
-
opacity: 0;
|
|
26
|
-
transform: scale(.975);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.dialog-responsive-popup-module_base_cgfWTq[data-swiping] {
|
|
30
|
-
user-select: none;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
@media (width <= 640px) {
|
|
34
|
-
.dialog-responsive-popup-module_base_cgfWTq {
|
|
35
|
-
--radius-mobile: 24px;
|
|
36
|
-
border-bottom-right-radius: 0;
|
|
37
|
-
border-bottom-left-radius: 0;
|
|
38
|
-
border-top-left-radius: var(--radius-mobile);
|
|
39
|
-
border-top-right-radius: var(--radius-mobile);
|
|
40
|
-
transform: translateY(var(--drawer-swipe-movement-y));
|
|
41
|
-
padding-top: 0;
|
|
42
|
-
transition-property: transform;
|
|
43
|
-
transition-duration: .45s;
|
|
44
|
-
transition-timing-function: cubic-bezier(.32, .72, 0, 1);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.dialog-responsive-popup-module_base_cgfWTq[data-ending-style], .dialog-responsive-popup-module_base_cgfWTq[data-starting-style] {
|
|
48
|
-
opacity: 1;
|
|
49
|
-
transform: scale(1) translateY(100%);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.dialog-responsive-popup-module_base_cgfWTq[data-ending-style] {
|
|
53
|
-
transition-duration: calc(var(--drawer-swipe-strength) * .3s);
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import './dialog-responsive-popup.css';
|
|
2
|
-
//#region src/components/dialog-responsive/dialog-responsive-popup.module.css
|
|
3
|
-
var dialog_responsive_popup_module_default = { "base": "dialog-responsive-popup-module_base_cgfWTq" };
|
|
4
|
-
//#endregion
|
|
5
|
-
export { dialog_responsive_popup_module_default as default };
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import './dialog-responsive-portal.css';
|
|
2
|
-
//#region src/components/dialog-responsive/dialog-responsive-portal.module.css
|
|
3
|
-
var dialog_responsive_portal_module_default = { "base": "dialog-responsive-portal-module_base_keH0Tq" };
|
|
4
|
-
//#endregion
|
|
5
|
-
export { dialog_responsive_portal_module_default as default };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.dialog-responsive-viewport-module_base_b5ZINa {
|
|
3
|
-
cursor: pointer;
|
|
4
|
-
justify-content: safe center;
|
|
5
|
-
align-items: safe center;
|
|
6
|
-
padding: 24px;
|
|
7
|
-
display: flex;
|
|
8
|
-
position: fixed;
|
|
9
|
-
inset: 0;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
@media (width <= 640px) {
|
|
13
|
-
.dialog-responsive-viewport-module_base_b5ZINa {
|
|
14
|
-
align-items: safe flex-end;
|
|
15
|
-
padding: 48px 0 0;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import './dialog-responsive-viewport.css';
|
|
2
|
-
//#region src/components/dialog-responsive/dialog-responsive-viewport.module.css
|
|
3
|
-
var dialog_responsive_viewport_module_default = { "base": "dialog-responsive-viewport-module_base_b5ZINa" };
|
|
4
|
-
//#endregion
|
|
5
|
-
export { dialog_responsive_viewport_module_default as default };
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.icon-button-module_size_32_gxECxa {
|
|
3
|
-
width: 32px;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.icon-button-module_size_36_gxECxa {
|
|
7
|
-
width: 36px;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.icon-button-module_size_40_gxECxa {
|
|
11
|
-
width: 40px;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.icon-button-module_size_44_gxECxa {
|
|
15
|
-
width: 44px;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.icon-button-module_size_48_gxECxa {
|
|
19
|
-
width: 48px;
|
|
20
|
-
}
|
|
21
|
-
}
|