@moduix/react 1.1.0 → 1.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/dist/components/accordion/Accordion.css +13 -13
- package/dist/components/accordion/Accordion.module.js +9 -9
- package/dist/components/alert/Alert.css +5 -5
- package/dist/components/alert/Alert.module.js +5 -5
- package/dist/components/angle-slider/AngleSlider.css +8 -8
- package/dist/components/angle-slider/AngleSlider.module.js +7 -7
- package/dist/components/aspect-ratio/AspectRatio.css +1 -1
- package/dist/components/aspect-ratio/AspectRatio.module.js +1 -1
- package/dist/components/avatar/Avatar.css +3 -3
- package/dist/components/avatar/Avatar.module.js +3 -3
- package/dist/components/badge/Badge.css +2 -2
- package/dist/components/badge/Badge.module.js +2 -2
- package/dist/components/bleed/Bleed.css +1 -1
- package/dist/components/bleed/Bleed.module.js +1 -1
- package/dist/components/breadcrumbs/Breadcrumbs.css +10 -10
- package/dist/components/breadcrumbs/Breadcrumbs.module.js +7 -7
- package/dist/components/button/Button.css +1 -1
- package/dist/components/button/Button.module.js +1 -1
- package/dist/components/card/Card.css +9 -9
- package/dist/components/card/Card.module.js +8 -8
- package/dist/components/carousel/Carousel.css +18 -18
- package/dist/components/carousel/Carousel.module.js +12 -12
- package/dist/components/checkbox/Checkbox.css +11 -11
- package/dist/components/checkbox/Checkbox.module.js +6 -6
- package/dist/components/clipboard/Clipboard.css +7 -7
- package/dist/components/clipboard/Clipboard.module.js +8 -8
- package/dist/components/close-button/CloseButton.css +1 -1
- package/dist/components/close-button/CloseButton.module.js +1 -1
- package/dist/components/collapsible/Collapsible.css +8 -8
- package/dist/components/collapsible/Collapsible.module.js +6 -6
- package/dist/components/color-picker/ColorPicker.css +29 -29
- package/dist/components/color-picker/ColorPicker.module.js +27 -27
- package/dist/components/combobox/Combobox.css +21 -21
- package/dist/components/combobox/Combobox.module.js +17 -17
- package/dist/components/command-palette/CommandPalette.css +43 -43
- package/dist/components/command-palette/CommandPalette.module.js +37 -37
- package/dist/components/container/Container.css +1 -1
- package/dist/components/container/Container.module.js +1 -1
- package/dist/components/date-input/DateInput.css +6 -6
- package/dist/components/date-input/DateInput.module.js +6 -6
- package/dist/components/date-picker/DatePicker.css +32 -32
- package/dist/components/date-picker/DatePicker.module.js +23 -23
- package/dist/components/dialog/Dialog.css +19 -19
- package/dist/components/dialog/Dialog.module.js +15 -15
- package/dist/components/drawer/Drawer.css +40 -40
- package/dist/components/drawer/Drawer.module.js +26 -26
- package/dist/components/editable/Editable.css +10 -10
- package/dist/components/editable/Editable.module.js +7 -7
- package/dist/components/empty/Empty.css +6 -6
- package/dist/components/empty/Empty.module.js +6 -6
- package/dist/components/field/Field.css +9 -9
- package/dist/components/field/Field.module.js +9 -9
- package/dist/components/fieldset/Fieldset.css +6 -6
- package/dist/components/fieldset/Fieldset.module.js +4 -4
- package/dist/components/file-upload/FileUpload.css +18 -18
- package/dist/components/file-upload/FileUpload.module.js +13 -13
- package/dist/components/floating-panel/FloatingPanel.css +16 -16
- package/dist/components/floating-panel/FloatingPanel.module.js +14 -14
- package/dist/components/heading/Heading.css +1 -1
- package/dist/components/heading/Heading.module.js +1 -1
- package/dist/components/highlight/Highlight.css +1 -1
- package/dist/components/highlight/Highlight.module.js +1 -1
- package/dist/components/hover-card/HoverCard.css +9 -9
- package/dist/components/hover-card/HoverCard.module.js +7 -7
- package/dist/components/image-cropper/ImageCropper.css +6 -6
- package/dist/components/image-cropper/ImageCropper.module.js +6 -6
- package/dist/components/input/Input.css +1 -1
- package/dist/components/input/Input.module.js +1 -1
- package/dist/components/input-group/InputGroup.css +6 -6
- package/dist/components/input-group/InputGroup.module.js +5 -5
- package/dist/components/kbd/Kbd.css +2 -2
- package/dist/components/kbd/Kbd.module.js +2 -2
- package/dist/components/lightbox/Lightbox.css +20 -20
- package/dist/components/lightbox/Lightbox.module.js +16 -16
- package/dist/components/list/List.css +1 -1
- package/dist/components/list/List.module.js +1 -1
- package/dist/components/listbox/Listbox.css +16 -16
- package/dist/components/listbox/Listbox.module.js +14 -14
- package/dist/components/marquee/Marquee.css +10 -10
- package/dist/components/marquee/Marquee.module.js +7 -7
- package/dist/components/menu/Menu.css +34 -34
- package/dist/components/menu/Menu.module.js +27 -27
- package/dist/components/native-select/NativeSelect.css +5 -5
- package/dist/components/native-select/NativeSelect.module.js +3 -3
- package/dist/components/number-input/NumberInput.css +11 -11
- package/dist/components/number-input/NumberInput.module.js +8 -8
- package/dist/components/pagination/Pagination.css +8 -8
- package/dist/components/pagination/Pagination.module.js +6 -6
- package/dist/components/password-input/PasswordInput.css +7 -7
- package/dist/components/password-input/PasswordInput.module.js +6 -6
- package/dist/components/pin-input/PinInput.css +5 -5
- package/dist/components/pin-input/PinInput.module.js +5 -5
- package/dist/components/popover/Popover.css +15 -15
- package/dist/components/popover/Popover.module.js +14 -14
- package/dist/components/progress-circular/ProgressCircular.css +8 -8
- package/dist/components/progress-circular/ProgressCircular.module.js +8 -8
- package/dist/components/progress-linear/ProgressLinear.css +8 -8
- package/dist/components/progress-linear/ProgressLinear.module.js +8 -8
- package/dist/components/qr-code/QrCode.css +10 -10
- package/dist/components/qr-code/QrCode.module.js +5 -5
- package/dist/components/radio-group/RadioGroup.css +6 -6
- package/dist/components/radio-group/RadioGroup.module.js +6 -6
- package/dist/components/rating-group/RatingGroup.css +11 -11
- package/dist/components/rating-group/RatingGroup.module.js +7 -7
- package/dist/components/scroll-area/ScrollArea.css +7 -7
- package/dist/components/scroll-area/ScrollArea.module.js +6 -6
- package/dist/components/segment-group/SegmentGroup.css +6 -6
- package/dist/components/segment-group/SegmentGroup.module.js +6 -6
- package/dist/components/select/Select.css +28 -28
- package/dist/components/select/Select.module.js +21 -21
- package/dist/components/separator/Separator.css +1 -1
- package/dist/components/separator/Separator.module.js +1 -1
- package/dist/components/sidebar/Sidebar.css +27 -30
- package/dist/components/sidebar/Sidebar.module.js +17 -17
- package/dist/components/signature-pad/SignaturePad.css +10 -10
- package/dist/components/signature-pad/SignaturePad.module.js +6 -6
- package/dist/components/skeleton/Skeleton.css +1 -1
- package/dist/components/skeleton/Skeleton.module.js +1 -1
- package/dist/components/slider/Slider.css +10 -10
- package/dist/components/slider/Slider.module.js +10 -10
- package/dist/components/spinner/Spinner.css +9 -9
- package/dist/components/spinner/Spinner.module.js +3 -3
- package/dist/components/split-button/SplitButton.css +9 -9
- package/dist/components/split-button/SplitButton.module.js +3 -3
- package/dist/components/splitter/Splitter.css +16 -12
- package/dist/components/splitter/Splitter.module.js +4 -4
- package/dist/components/stack/Stack.css +2 -2
- package/dist/components/stack/Stack.module.js +1 -1
- package/dist/components/steps/Steps.css +14 -14
- package/dist/components/steps/Steps.module.js +11 -11
- package/dist/components/switch/Switch.css +9 -9
- package/dist/components/switch/Switch.module.js +4 -4
- package/dist/components/table/Table.css +17 -17
- package/dist/components/table/Table.module.js +12 -12
- package/dist/components/tabs/Tabs.css +9 -9
- package/dist/components/tabs/Tabs.module.js +5 -5
- package/dist/components/tag/Tag.css +4 -4
- package/dist/components/tag/Tag.module.js +5 -5
- package/dist/components/tags-input/TagsInput.css +10 -10
- package/dist/components/tags-input/TagsInput.module.js +10 -10
- package/dist/components/text/Text.css +1 -1
- package/dist/components/text/Text.module.js +1 -1
- package/dist/components/textarea/Textarea.css +7 -7
- package/dist/components/textarea/Textarea.module.js +1 -1
- package/dist/components/timer/Timer.css +6 -6
- package/dist/components/timer/Timer.module.js +6 -6
- package/dist/components/toast/Toast.css +8 -8
- package/dist/components/toast/Toast.module.js +6 -6
- package/dist/components/toggle/Toggle.css +2 -2
- package/dist/components/toggle/Toggle.module.js +2 -2
- package/dist/components/toggle-group/ToggleGroup.css +3 -3
- package/dist/components/toggle-group/ToggleGroup.module.js +2 -2
- package/dist/components/tooltip/Tooltip.css +9 -9
- package/dist/components/tooltip/Tooltip.module.js +7 -7
- package/dist/components/tour/Tour.css +21 -21
- package/dist/components/tour/Tour.module.js +17 -17
- package/dist/components/tree-view/TreeView.css +21 -21
- package/dist/components/tree-view/TreeView.module.js +20 -20
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.BCq4HG_trigger {
|
|
3
3
|
cursor: zoom-in;
|
|
4
4
|
|
|
5
5
|
&:focus-visible {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.
|
|
12
|
+
.BCq4HG_backdrop {
|
|
13
13
|
z-index: calc(var(--z-backdrop) + var(--layer-index, 0));
|
|
14
14
|
background-color: var(--lightbox-backdrop-bg, var(--backdrop-bg, var(--color-overlay)));
|
|
15
15
|
min-height: 100dvh;
|
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
inset: 0;
|
|
19
19
|
|
|
20
20
|
&[data-state="open"] {
|
|
21
|
-
animation:
|
|
21
|
+
animation: BCq4HG_lightbox-backdrop-in var(--lightbox-backdrop-transition, var(--transition-default));
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
&[data-state="closed"] {
|
|
25
|
-
animation:
|
|
25
|
+
animation: BCq4HG_lightbox-backdrop-out
|
|
26
26
|
var(--lightbox-backdrop-transition, var(--transition-default));
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.
|
|
30
|
+
.BCq4HG_positioner {
|
|
31
31
|
box-sizing: border-box;
|
|
32
32
|
z-index: calc(var(--z-modal) + var(--layer-index, 0));
|
|
33
33
|
overscroll-behavior: contain;
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
overflow: hidden;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
.
|
|
42
|
+
.BCq4HG_content {
|
|
43
43
|
box-sizing: border-box;
|
|
44
44
|
gap: var(--lightbox-content-gap, var(--spacing-3));
|
|
45
45
|
width: fit-content;
|
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
position: relative;
|
|
53
53
|
|
|
54
54
|
&[data-state="open"] {
|
|
55
|
-
animation:
|
|
55
|
+
animation: BCq4HG_lightbox-content-in var(--lightbox-transition, .22s ease);
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
&[data-state="closed"] {
|
|
59
|
-
animation:
|
|
59
|
+
animation: BCq4HG_lightbox-content-out var(--lightbox-transition, .22s ease);
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.
|
|
63
|
+
.BCq4HG_title {
|
|
64
64
|
color: var(--lightbox-title-color, var(--color-foreground));
|
|
65
65
|
font-size: var(--lightbox-title-font-size, var(--text-md));
|
|
66
66
|
font-weight: var(--lightbox-title-font-weight, var(--weight-semibold));
|
|
@@ -68,24 +68,24 @@
|
|
|
68
68
|
margin: 0;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
.
|
|
71
|
+
.BCq4HG_description {
|
|
72
72
|
color: var(--lightbox-description-color, var(--color-muted-foreground));
|
|
73
73
|
font-size: var(--lightbox-description-font-size, var(--text-sm));
|
|
74
74
|
line-height: var(--lightbox-description-line-height, var(--line-height-text-sm));
|
|
75
75
|
margin: 0;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
.
|
|
78
|
+
.BCq4HG_header {
|
|
79
79
|
gap: var(--lightbox-header-gap, var(--spacing-1));
|
|
80
80
|
display: grid;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
.
|
|
83
|
+
.BCq4HG_body {
|
|
84
84
|
gap: var(--lightbox-body-gap, var(--spacing-3));
|
|
85
85
|
display: grid;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
.
|
|
88
|
+
.BCq4HG_footer {
|
|
89
89
|
align-items: center;
|
|
90
90
|
justify-content: var(--lightbox-footer-justify, flex-end);
|
|
91
91
|
gap: var(--lightbox-footer-gap, var(--spacing-2));
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
display: flex;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
.
|
|
98
|
+
.BCq4HG_image {
|
|
99
99
|
max-width: min(var(--lightbox-media-max-width, 80vw), 100%);
|
|
100
100
|
max-height: min(var(--lightbox-media-max-height, 80dvh), 100%);
|
|
101
101
|
object-fit: contain;
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
.
|
|
112
|
+
.BCq4HG_gallery {
|
|
113
113
|
--carousel-gap: var(--lightbox-gallery-gap, var(--spacing-4));
|
|
114
114
|
width: auto;
|
|
115
115
|
max-width: min(var(--lightbox-gallery-max-width, 72rem),
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
-
.
|
|
185
|
+
.BCq4HG_closeIcon {
|
|
186
186
|
--close-button-size: var(--lightbox-close-icon-size, 2rem);
|
|
187
187
|
--close-button-radius: var(--lightbox-close-icon-radius, var(--radius-sm));
|
|
188
188
|
--close-button-icon-size: var(--lightbox-close-icon-glyph-size, .875rem);
|
|
@@ -208,21 +208,21 @@
|
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
-
@keyframes
|
|
211
|
+
@keyframes BCq4HG_lightbox-backdrop-in {
|
|
212
212
|
from {
|
|
213
213
|
opacity: var(--lightbox-backdrop-starting-opacity, 0);
|
|
214
214
|
backdrop-filter: var(--lightbox-backdrop-starting-blur, none);
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
@keyframes
|
|
218
|
+
@keyframes BCq4HG_lightbox-backdrop-out {
|
|
219
219
|
to {
|
|
220
220
|
opacity: var(--lightbox-backdrop-ending-opacity, 0);
|
|
221
221
|
backdrop-filter: var(--lightbox-backdrop-ending-blur, none);
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
224
|
|
|
225
|
-
@keyframes
|
|
225
|
+
@keyframes BCq4HG_lightbox-content-in {
|
|
226
226
|
from {
|
|
227
227
|
opacity: var(--lightbox-content-starting-opacity, 0);
|
|
228
228
|
translate: var(--lightbox-content-starting-translate-x, 0)
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
233
|
|
|
234
|
-
@keyframes
|
|
234
|
+
@keyframes BCq4HG_lightbox-content-out {
|
|
235
235
|
to {
|
|
236
236
|
opacity: var(--lightbox-content-ending-opacity, 0);
|
|
237
237
|
translate: var(--lightbox-content-ending-translate-x, 0)
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import './Lightbox.css';
|
|
2
2
|
//#region src/components/lightbox/Lightbox.module.css
|
|
3
3
|
var Lightbox_module_default = {
|
|
4
|
-
"backdrop": "
|
|
5
|
-
"body": "
|
|
6
|
-
"closeIcon": "
|
|
7
|
-
"content": "
|
|
8
|
-
"description": "
|
|
9
|
-
"footer": "
|
|
10
|
-
"gallery": "
|
|
11
|
-
"header": "
|
|
12
|
-
"image": "
|
|
13
|
-
"lightbox-backdrop-in": "
|
|
14
|
-
"lightbox-backdrop-out": "
|
|
15
|
-
"lightbox-content-in": "
|
|
16
|
-
"lightbox-content-out": "
|
|
17
|
-
"positioner": "
|
|
18
|
-
"title": "
|
|
19
|
-
"trigger": "
|
|
4
|
+
"backdrop": "BCq4HG_backdrop",
|
|
5
|
+
"body": "BCq4HG_body",
|
|
6
|
+
"closeIcon": "BCq4HG_closeIcon",
|
|
7
|
+
"content": "BCq4HG_content",
|
|
8
|
+
"description": "BCq4HG_description",
|
|
9
|
+
"footer": "BCq4HG_footer",
|
|
10
|
+
"gallery": "BCq4HG_gallery",
|
|
11
|
+
"header": "BCq4HG_header",
|
|
12
|
+
"image": "BCq4HG_image",
|
|
13
|
+
"lightbox-backdrop-in": "BCq4HG_lightbox-backdrop-in",
|
|
14
|
+
"lightbox-backdrop-out": "BCq4HG_lightbox-backdrop-out",
|
|
15
|
+
"lightbox-content-in": "BCq4HG_lightbox-content-in",
|
|
16
|
+
"lightbox-content-out": "BCq4HG_lightbox-content-out",
|
|
17
|
+
"positioner": "BCq4HG_positioner",
|
|
18
|
+
"title": "BCq4HG_title",
|
|
19
|
+
"trigger": "BCq4HG_trigger"
|
|
20
20
|
};
|
|
21
21
|
//#endregion
|
|
22
22
|
export { Lightbox_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.dG8Cea_root[data-scope="list"][data-part="root"] {
|
|
3
3
|
--_list-color: var(--list-color, var(--list-default-color, var(--color-foreground)));
|
|
4
4
|
--_list-font-size: var(--list-font-size, var(--list-font-size-md, var(--text-md)));
|
|
5
5
|
--_list-gap: var(--list-gap, var(--list-gap-sm, var(--spacing-2)));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
|
|
2
|
+
.SHhhXW_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
width: var(--listbox-width, 16rem);
|
|
5
5
|
max-width: var(--listbox-max-width, 100%);
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
.SHhhXW_label {
|
|
18
18
|
color: var(--listbox-label-color, var(--listbox-color, var(--color-foreground)));
|
|
19
19
|
font-size: var(--listbox-label-font-size, var(--text-sm));
|
|
20
20
|
font-weight: var(--listbox-label-font-weight, var(--weight-medium));
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
user-select: none;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
.SHhhXW_input {
|
|
26
26
|
box-sizing: border-box;
|
|
27
27
|
width: 100%;
|
|
28
28
|
min-height: var(--listbox-input-height, var(--size-lg));
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
|
|
63
|
+
.SHhhXW_content {
|
|
64
64
|
box-sizing: border-box;
|
|
65
65
|
min-height: 0;
|
|
66
66
|
max-height: var(--listbox-content-max-height, 14rem);
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
|
|
100
|
+
.SHhhXW_empty {
|
|
101
101
|
padding-block: var(--listbox-empty-padding-y, var(--spacing-3));
|
|
102
102
|
padding-inline: var(--listbox-empty-padding-x, var(--spacing-3));
|
|
103
103
|
color: var(--listbox-empty-color, var(--color-muted-foreground));
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
text-align: center;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
|
|
109
|
+
.SHhhXW_itemGroup {
|
|
110
110
|
flex-direction: column;
|
|
111
111
|
display: flex;
|
|
112
112
|
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
117
|
|
|
118
|
-
|
|
118
|
+
.SHhhXW_itemGroupLabel {
|
|
119
119
|
padding-block: var(--listbox-item-group-label-padding-y, var(--spacing-1));
|
|
120
120
|
padding-inline: var(--listbox-item-group-label-padding-x, var(--spacing-2));
|
|
121
121
|
color: var(--listbox-item-group-label-color, var(--color-muted-foreground));
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
user-select: none;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
|
|
128
|
+
.SHhhXW_item {
|
|
129
129
|
box-sizing: border-box;
|
|
130
130
|
width: calc(100% - var(--listbox-item-inset-x, var(--spacing-2)));
|
|
131
131
|
min-height: var(--listbox-item-min-height, 2rem);
|
|
@@ -174,13 +174,13 @@
|
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
|
|
177
|
+
.SHhhXW_content[data-orientation="horizontal"]:not([data-layout="grid"]) .SHhhXW_item {
|
|
178
178
|
width: var(--listbox-horizontal-item-width, 11rem);
|
|
179
179
|
min-width: var(--listbox-horizontal-item-width, 11rem);
|
|
180
180
|
align-items: flex-start;
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
-
|
|
183
|
+
.SHhhXW_content[data-layout="grid"] .SHhhXW_item {
|
|
184
184
|
text-align: center;
|
|
185
185
|
grid-template-columns: minmax(0, 1fr);
|
|
186
186
|
justify-items: center;
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
|
|
197
|
+
.SHhhXW_itemText {
|
|
198
198
|
text-overflow: ellipsis;
|
|
199
199
|
white-space: nowrap;
|
|
200
200
|
flex: 1;
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
overflow: hidden;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
|
|
205
|
+
.SHhhXW_itemIndicator {
|
|
206
206
|
width: var(--listbox-item-indicator-size, 1rem);
|
|
207
207
|
height: var(--listbox-item-indicator-size, 1rem);
|
|
208
208
|
color: var(--listbox-item-indicator-color, currentColor);
|
|
@@ -221,13 +221,13 @@
|
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
223
|
|
|
224
|
-
|
|
224
|
+
.SHhhXW_valueText {
|
|
225
225
|
color: var(--listbox-value-text-color, var(--color-muted-foreground));
|
|
226
226
|
font-size: var(--listbox-value-text-font-size, var(--text-sm));
|
|
227
227
|
line-height: var(--listbox-value-text-line-height, var(--line-height-text-sm));
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
|
|
230
|
+
.SHhhXW_itemTextContent {
|
|
231
231
|
align-items: center;
|
|
232
232
|
gap: var(--listbox-item-text-content-gap, var(--spacing-2));
|
|
233
233
|
vertical-align: top;
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
display: inline-flex;
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
-
|
|
239
|
+
.SHhhXW_itemTextIcon {
|
|
240
240
|
width: var(--listbox-item-text-icon-size, 1rem);
|
|
241
241
|
height: var(--listbox-item-text-icon-size, 1rem);
|
|
242
242
|
color: var(--listbox-item-text-icon-color, currentColor);
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
display: inline-flex;
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
-
|
|
249
|
+
.SHhhXW_itemTextLabel {
|
|
250
250
|
text-overflow: ellipsis;
|
|
251
251
|
white-space: nowrap;
|
|
252
252
|
min-width: 0;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import './Listbox.css';
|
|
2
2
|
//#region src/components/listbox/Listbox.module.css
|
|
3
3
|
var Listbox_module_default = {
|
|
4
|
-
"content": "
|
|
5
|
-
"empty": "
|
|
6
|
-
"input": "
|
|
7
|
-
"item": "
|
|
8
|
-
"itemGroup": "
|
|
9
|
-
"itemGroupLabel": "
|
|
10
|
-
"itemIndicator": "
|
|
11
|
-
"itemText": "
|
|
12
|
-
"itemTextContent": "
|
|
13
|
-
"itemTextIcon": "
|
|
14
|
-
"itemTextLabel": "
|
|
15
|
-
"label": "
|
|
16
|
-
"root": "
|
|
17
|
-
"valueText": "
|
|
4
|
+
"content": "SHhhXW_content",
|
|
5
|
+
"empty": "SHhhXW_empty",
|
|
6
|
+
"input": "SHhhXW_input",
|
|
7
|
+
"item": "SHhhXW_item",
|
|
8
|
+
"itemGroup": "SHhhXW_itemGroup",
|
|
9
|
+
"itemGroupLabel": "SHhhXW_itemGroupLabel",
|
|
10
|
+
"itemIndicator": "SHhhXW_itemIndicator",
|
|
11
|
+
"itemText": "SHhhXW_itemText",
|
|
12
|
+
"itemTextContent": "SHhhXW_itemTextContent",
|
|
13
|
+
"itemTextIcon": "SHhhXW_itemTextIcon",
|
|
14
|
+
"itemTextLabel": "SHhhXW_itemTextLabel",
|
|
15
|
+
"label": "SHhhXW_label",
|
|
16
|
+
"root": "SHhhXW_root",
|
|
17
|
+
"valueText": "SHhhXW_valueText"
|
|
18
18
|
};
|
|
19
19
|
//#endregion
|
|
20
20
|
export { Listbox_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.MH_pgW_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
width: var(--marquee-width, 100%);
|
|
5
5
|
height: var(--marquee-height, auto);
|
|
@@ -11,26 +11,26 @@
|
|
|
11
11
|
height: var(--marquee-vertical-height, var(--marquee-height, 15rem));
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
&[data-paused] .
|
|
14
|
+
&[data-paused] .MH_pgW_content {
|
|
15
15
|
animation-play-state: paused;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.
|
|
19
|
+
.MH_pgW_viewport {
|
|
20
20
|
box-sizing: border-box;
|
|
21
21
|
width: 100%;
|
|
22
22
|
height: 100%;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.
|
|
26
|
-
animation-name:
|
|
25
|
+
.MH_pgW_content {
|
|
26
|
+
animation-name: MH_pgW_marquee-x;
|
|
27
27
|
animation-duration: var(--marquee-duration);
|
|
28
28
|
animation-delay: var(--marquee-delay);
|
|
29
29
|
animation-timing-function: linear;
|
|
30
30
|
animation-iteration-count: var(--marquee-loop-count);
|
|
31
31
|
|
|
32
32
|
&[data-side="top"], &[data-side="bottom"] {
|
|
33
|
-
animation-name:
|
|
33
|
+
animation-name: MH_pgW_marquee-y;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
&[data-reverse] {
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
.
|
|
45
|
+
.MH_pgW_item {
|
|
46
46
|
box-sizing: border-box;
|
|
47
47
|
flex-shrink: 0;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
.
|
|
50
|
+
.MH_pgW_edge {
|
|
51
51
|
z-index: var(--marquee-edge-z-index, 1);
|
|
52
52
|
pointer-events: none;
|
|
53
53
|
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
@keyframes
|
|
95
|
+
@keyframes MH_pgW_marquee-x {
|
|
96
96
|
from {
|
|
97
97
|
transform: translateX(0%);
|
|
98
98
|
}
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
|
|
105
|
-
@keyframes
|
|
105
|
+
@keyframes MH_pgW_marquee-y {
|
|
106
106
|
from {
|
|
107
107
|
transform: translateY(0%);
|
|
108
108
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import './Marquee.css';
|
|
2
2
|
//#region src/components/marquee/Marquee.module.css
|
|
3
3
|
var Marquee_module_default = {
|
|
4
|
-
"content": "
|
|
5
|
-
"edge": "
|
|
6
|
-
"item": "
|
|
7
|
-
"marquee-x": "
|
|
8
|
-
"marquee-y": "
|
|
9
|
-
"root": "
|
|
10
|
-
"viewport": "
|
|
4
|
+
"content": "MH_pgW_content",
|
|
5
|
+
"edge": "MH_pgW_edge",
|
|
6
|
+
"item": "MH_pgW_item",
|
|
7
|
+
"marquee-x": "MH_pgW_marquee-x",
|
|
8
|
+
"marquee-y": "MH_pgW_marquee-y",
|
|
9
|
+
"root": "MH_pgW_root",
|
|
10
|
+
"viewport": "MH_pgW_viewport"
|
|
11
11
|
};
|
|
12
12
|
//#endregion
|
|
13
13
|
export { Marquee_module_default as default };
|