@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,11 +1,11 @@
|
|
|
1
1
|
import './PinInput.css';
|
|
2
2
|
//#region src/components/pin-input/PinInput.module.css
|
|
3
3
|
var PinInput_module_default = {
|
|
4
|
-
"control": "
|
|
5
|
-
"input": "
|
|
6
|
-
"label": "
|
|
7
|
-
"root": "
|
|
8
|
-
"separator": "
|
|
4
|
+
"control": "d_HHPW_control",
|
|
5
|
+
"input": "d_HHPW_input",
|
|
6
|
+
"label": "d_HHPW_label",
|
|
7
|
+
"root": "d_HHPW_root",
|
|
8
|
+
"separator": "d_HHPW_separator"
|
|
9
9
|
};
|
|
10
10
|
//#endregion
|
|
11
11
|
export { PinInput_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.Qww_tG_trigger, .Qww_tG_closeTrigger {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
min-height: var(--popover-control-height, var(--size-lg));
|
|
5
5
|
padding: var(--popover-control-padding-y, .5rem) var(--popover-control-padding-x, .875rem);
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.
|
|
48
|
+
.Qww_tG_positioner {
|
|
49
49
|
z-index: var(--z-index, var(--z-popup));
|
|
50
50
|
max-width: var(--available-width);
|
|
51
51
|
outline: 0;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.
|
|
54
|
+
.Qww_tG_content {
|
|
55
55
|
--popover-close-icon-size-effective: var(--popover-close-icon-size, 1.75rem);
|
|
56
56
|
--popover-close-icon-offset-effective: var(--popover-close-icon-offset, var(--spacing-3));
|
|
57
57
|
--popover-header-padding-inline-end-effective: var(--popover-header-padding-inline-end, calc(var(--popover-close-icon-size-effective) + var(--popover-close-icon-offset-effective)));
|
|
@@ -75,27 +75,27 @@
|
|
|
75
75
|
overflow: visible;
|
|
76
76
|
|
|
77
77
|
&[data-state="open"] {
|
|
78
|
-
animation:
|
|
78
|
+
animation: Qww_tG_popover-enter var(--popover-transition, var(--duration-fast)) both;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
&[data-state="closed"] {
|
|
82
|
-
animation:
|
|
82
|
+
animation: Qww_tG_popover-exit var(--popover-transition, var(--duration-fast)) both;
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
.
|
|
86
|
+
.Qww_tG_arrow {
|
|
87
87
|
--arrow-size: var(--popover-arrow-size, .625rem);
|
|
88
88
|
--arrow-background: var(--popover-bg, var(--color-popover));
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.
|
|
91
|
+
.Qww_tG_arrowTip {
|
|
92
92
|
border-top: var(--popover-border-width, var(--border-width-sm)) solid
|
|
93
93
|
var(--popover-arrow-stroke-color, var(--popover-border-color, var(--color-border)));
|
|
94
94
|
border-left: var(--popover-border-width, var(--border-width-sm)) solid
|
|
95
95
|
var(--popover-arrow-stroke-color, var(--popover-border-color, var(--color-border)));
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
.
|
|
98
|
+
.Qww_tG_title {
|
|
99
99
|
color: var(--popover-title-color, var(--popover-color, var(--color-popover-foreground)));
|
|
100
100
|
font-size: var(--popover-title-font-size, var(--text-md));
|
|
101
101
|
font-weight: var(--popover-title-font-weight, var(--weight-semibold));
|
|
@@ -103,14 +103,14 @@
|
|
|
103
103
|
margin: 0;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
.
|
|
106
|
+
.Qww_tG_description {
|
|
107
107
|
margin: var(--popover-description-margin, 0);
|
|
108
108
|
color: var(--popover-description-color, var(--color-muted-foreground));
|
|
109
109
|
font-size: var(--popover-description-font-size, var(--text-sm));
|
|
110
110
|
line-height: var(--popover-description-line-height, var(--line-height-text-sm));
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.
|
|
113
|
+
.Qww_tG_closeIcon {
|
|
114
114
|
--close-button-size: var(--popover-close-icon-size-effective);
|
|
115
115
|
--close-button-radius: var(--popover-close-icon-radius, var(--radius-sm));
|
|
116
116
|
--close-button-icon-size: var(--popover-close-icon-glyph-size, .875rem);
|
|
@@ -124,17 +124,17 @@
|
|
|
124
124
|
inset-inline-end: var(--popover-close-icon-offset-effective);
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
.
|
|
127
|
+
.Qww_tG_header {
|
|
128
128
|
gap: var(--popover-header-gap, var(--spacing-1));
|
|
129
129
|
padding-inline-end: var(--popover-header-padding-inline-end-effective);
|
|
130
130
|
display: grid;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
.
|
|
133
|
+
.Qww_tG_body {
|
|
134
134
|
margin: var(--popover-body-margin, 0);
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
.
|
|
137
|
+
.Qww_tG_footer {
|
|
138
138
|
align-items: center;
|
|
139
139
|
justify-content: var(--popover-footer-justify, flex-end);
|
|
140
140
|
gap: var(--popover-footer-gap, var(--spacing-2));
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
display: flex;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
@keyframes
|
|
145
|
+
@keyframes Qww_tG_popover-enter {
|
|
146
146
|
from {
|
|
147
147
|
opacity: var(--popover-content-starting-opacity, 0);
|
|
148
148
|
translate: var(--popover-content-starting-translate-x, 0)
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
153
|
|
|
154
|
-
@keyframes
|
|
154
|
+
@keyframes Qww_tG_popover-exit {
|
|
155
155
|
to {
|
|
156
156
|
opacity: var(--popover-content-ending-opacity, 0);
|
|
157
157
|
translate: var(--popover-content-ending-translate-x, 0)
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import './Popover.css';
|
|
2
2
|
//#region src/components/popover/Popover.module.css
|
|
3
3
|
var Popover_module_default = {
|
|
4
|
-
"arrow": "
|
|
5
|
-
"arrowTip": "
|
|
6
|
-
"body": "
|
|
7
|
-
"closeIcon": "
|
|
8
|
-
"closeTrigger": "
|
|
9
|
-
"content": "
|
|
10
|
-
"description": "
|
|
11
|
-
"footer": "
|
|
12
|
-
"header": "
|
|
13
|
-
"popover-enter": "
|
|
14
|
-
"popover-exit": "
|
|
15
|
-
"positioner": "
|
|
16
|
-
"title": "
|
|
17
|
-
"trigger": "
|
|
4
|
+
"arrow": "Qww_tG_arrow",
|
|
5
|
+
"arrowTip": "Qww_tG_arrowTip",
|
|
6
|
+
"body": "Qww_tG_body",
|
|
7
|
+
"closeIcon": "Qww_tG_closeIcon",
|
|
8
|
+
"closeTrigger": "Qww_tG_closeTrigger",
|
|
9
|
+
"content": "Qww_tG_content",
|
|
10
|
+
"description": "Qww_tG_description",
|
|
11
|
+
"footer": "Qww_tG_footer",
|
|
12
|
+
"header": "Qww_tG_header",
|
|
13
|
+
"popover-enter": "Qww_tG_popover-enter",
|
|
14
|
+
"popover-exit": "Qww_tG_popover-exit",
|
|
15
|
+
"positioner": "Qww_tG_positioner",
|
|
16
|
+
"title": "Qww_tG_title",
|
|
17
|
+
"trigger": "Qww_tG_trigger"
|
|
18
18
|
};
|
|
19
19
|
//#endregion
|
|
20
20
|
export { Popover_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.ElFLgq_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
justify-items: center;
|
|
5
5
|
gap: var(--progress-circular-gap, .5rem);
|
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
display: inline-grid;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
11
|
+
.ElFLgq_label {
|
|
12
12
|
font-size: var(--progress-circular-label-font-size, var(--text-sm));
|
|
13
13
|
font-weight: var(--progress-circular-label-font-weight, var(--weight-regular));
|
|
14
14
|
line-height: var(--progress-circular-label-line-height, var(--line-height-text-sm));
|
|
15
15
|
color: var(--progress-circular-label-color, currentColor);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.
|
|
18
|
+
.ElFLgq_valueText {
|
|
19
19
|
font-size: var(--progress-circular-value-text-font-size, var(--text-sm));
|
|
20
20
|
font-weight: var(--progress-circular-value-text-font-weight, var(--weight-medium));
|
|
21
21
|
line-height: var(--progress-circular-value-text-line-height, var(--line-height-text-sm));
|
|
@@ -23,18 +23,18 @@
|
|
|
23
23
|
text-align: center;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.
|
|
26
|
+
.ElFLgq_circle {
|
|
27
27
|
--size: var(--progress-circular-size, 3rem);
|
|
28
28
|
--thickness: var(--progress-circular-thickness, .4rem);
|
|
29
29
|
display: block;
|
|
30
30
|
overflow: visible;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.
|
|
33
|
+
.ElFLgq_circleTrack {
|
|
34
34
|
stroke: var(--progress-circular-track-bg, var(--color-muted));
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
.
|
|
37
|
+
.ElFLgq_circleRange {
|
|
38
38
|
stroke: var(--progress-circular-range-bg, var(--color-primary));
|
|
39
39
|
stroke-linecap: var(--progress-circular-range-linecap, round);
|
|
40
40
|
transition: stroke-dashoffset
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
.
|
|
55
|
+
.ElFLgq_view {
|
|
56
56
|
display: contents;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
@keyframes
|
|
59
|
+
@keyframes ElFLgq_progress-circular-indeterminate {
|
|
60
60
|
from {
|
|
61
61
|
transform: rotate(-90deg);
|
|
62
62
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import './ProgressCircular.css';
|
|
2
2
|
//#region src/components/progress-circular/ProgressCircular.module.css
|
|
3
3
|
var ProgressCircular_module_default = {
|
|
4
|
-
"circle": "
|
|
5
|
-
"circleRange": "
|
|
6
|
-
"circleTrack": "
|
|
7
|
-
"label": "
|
|
8
|
-
"progress-circular-indeterminate": "
|
|
9
|
-
"root": "
|
|
10
|
-
"valueText": "
|
|
11
|
-
"view": "
|
|
4
|
+
"circle": "ElFLgq_circle",
|
|
5
|
+
"circleRange": "ElFLgq_circleRange",
|
|
6
|
+
"circleTrack": "ElFLgq_circleTrack",
|
|
7
|
+
"label": "ElFLgq_label",
|
|
8
|
+
"progress-circular-indeterminate": "ElFLgq_progress-circular-indeterminate",
|
|
9
|
+
"root": "ElFLgq_root",
|
|
10
|
+
"valueText": "ElFLgq_valueText",
|
|
11
|
+
"view": "ElFLgq_view"
|
|
12
12
|
};
|
|
13
13
|
//#endregion
|
|
14
14
|
export { ProgressCircular_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.Z1JBTG_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
gap: var(--progress-linear-gap, .5rem);
|
|
5
5
|
width: var(--progress-linear-width, 12rem);
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.
|
|
18
|
+
.Z1JBTG_label {
|
|
19
19
|
font-size: var(--progress-linear-label-font-size, var(--text-sm));
|
|
20
20
|
font-weight: var(--progress-linear-label-font-weight, var(--weight-regular));
|
|
21
21
|
line-height: var(--progress-linear-label-line-height, var(--line-height-text-sm));
|
|
22
22
|
color: var(--progress-linear-label-color, currentColor);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.
|
|
25
|
+
.Z1JBTG_valueText {
|
|
26
26
|
font-size: var(--progress-linear-value-text-font-size, var(--text-sm));
|
|
27
27
|
font-weight: var(--progress-linear-value-text-font-weight, var(--weight-regular));
|
|
28
28
|
line-height: var(--progress-linear-value-text-line-height, var(--line-height-text-sm));
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
justify-self: end;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.
|
|
34
|
+
.Z1JBTG_track {
|
|
35
35
|
width: 100%;
|
|
36
36
|
height: var(--progress-linear-track-height, .5rem);
|
|
37
37
|
border-radius: var(--progress-linear-track-radius, var(--radius-full));
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
.
|
|
53
|
+
.Z1JBTG_range {
|
|
54
54
|
border-radius: var(--progress-linear-range-radius, inherit);
|
|
55
55
|
background-color: var(--progress-linear-range-bg, var(--color-primary));
|
|
56
56
|
height: 100%;
|
|
@@ -80,11 +80,11 @@
|
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
.
|
|
83
|
+
.Z1JBTG_view {
|
|
84
84
|
display: contents;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
@keyframes
|
|
87
|
+
@keyframes Z1JBTG_progress-linear-indeterminate {
|
|
88
88
|
from {
|
|
89
89
|
transform: translateX(-100%);
|
|
90
90
|
}
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
@keyframes
|
|
97
|
+
@keyframes Z1JBTG_progress-linear-indeterminate-vertical {
|
|
98
98
|
from {
|
|
99
99
|
transform: translateY(100%);
|
|
100
100
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import './ProgressLinear.css';
|
|
2
2
|
//#region src/components/progress-linear/ProgressLinear.module.css
|
|
3
3
|
var ProgressLinear_module_default = {
|
|
4
|
-
"label": "
|
|
5
|
-
"progress-linear-indeterminate": "
|
|
6
|
-
"progress-linear-indeterminate-vertical": "
|
|
7
|
-
"range": "
|
|
8
|
-
"root": "
|
|
9
|
-
"track": "
|
|
10
|
-
"valueText": "
|
|
11
|
-
"view": "
|
|
4
|
+
"label": "Z1JBTG_label",
|
|
5
|
+
"progress-linear-indeterminate": "Z1JBTG_progress-linear-indeterminate",
|
|
6
|
+
"progress-linear-indeterminate-vertical": "Z1JBTG_progress-linear-indeterminate-vertical",
|
|
7
|
+
"range": "Z1JBTG_range",
|
|
8
|
+
"root": "Z1JBTG_root",
|
|
9
|
+
"track": "Z1JBTG_track",
|
|
10
|
+
"valueText": "Z1JBTG_valueText",
|
|
11
|
+
"view": "Z1JBTG_view"
|
|
12
12
|
};
|
|
13
13
|
//#endregion
|
|
14
14
|
export { ProgressLinear_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.ZbLWjq_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
align-items: center;
|
|
5
5
|
gap: var(--qr-code-gap, var(--spacing-3));
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
position: relative;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.
|
|
14
|
+
.ZbLWjq_frame {
|
|
15
15
|
box-sizing: border-box;
|
|
16
16
|
width: var(--qr-code-size, 8rem);
|
|
17
17
|
height: var(--qr-code-size, 8rem);
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
display: block;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
.
|
|
23
|
+
.ZbLWjq_pattern {
|
|
24
24
|
fill: inherit;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
.
|
|
27
|
+
.ZbLWjq_overlay {
|
|
28
28
|
box-sizing: border-box;
|
|
29
29
|
width: var(--qr-code-overlay-size, 2.5rem);
|
|
30
30
|
height: var(--qr-code-overlay-size, 2.5rem);
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
display: inline-flex;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.
|
|
40
|
+
.ZbLWjq_overlay :where(img, svg) {
|
|
41
41
|
object-fit: contain;
|
|
42
42
|
width: 100%;
|
|
43
43
|
height: 100%;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
.
|
|
46
|
+
.ZbLWjq_downloadTrigger {
|
|
47
47
|
box-sizing: border-box;
|
|
48
48
|
justify-content: center;
|
|
49
49
|
align-items: center;
|
|
@@ -73,19 +73,19 @@
|
|
|
73
73
|
display: inline-flex;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
.
|
|
76
|
+
.ZbLWjq_downloadTrigger :where(svg) {
|
|
77
77
|
width: var(--qr-code-download-trigger-icon-size, var(--button-icon-size, 1rem));
|
|
78
78
|
height: var(--qr-code-download-trigger-icon-size, var(--button-icon-size, 1rem));
|
|
79
79
|
flex-shrink: 0;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
@media (hover: hover) {
|
|
83
|
-
.
|
|
83
|
+
.ZbLWjq_downloadTrigger:hover:not(:disabled, [data-disabled]) {
|
|
84
84
|
background-color: var(--qr-code-download-trigger-bg-hover, var(--button-outline-bg-hover, var(--color-accent)));
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
.
|
|
88
|
+
.ZbLWjq_downloadTrigger:focus-visible {
|
|
89
89
|
outline: var(--qr-code-download-trigger-focus-ring-width, var(--button-focus-ring-width, var(--border-width-md)))
|
|
90
90
|
solid
|
|
91
91
|
var(--qr-code-download-trigger-focus-ring-color, var(--button-focus-ring-color, var(--color-ring)));
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
-1);
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
.
|
|
96
|
+
.ZbLWjq_downloadTrigger:disabled, .ZbLWjq_downloadTrigger[data-disabled] {
|
|
97
97
|
pointer-events: none;
|
|
98
98
|
opacity: var(--qr-code-disabled-opacity, var(--button-disabled-opacity, var(--opacity-disabled)));
|
|
99
99
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import './QrCode.css';
|
|
2
2
|
//#region src/components/qr-code/QrCode.module.css
|
|
3
3
|
var QrCode_module_default = {
|
|
4
|
-
"downloadTrigger": "
|
|
5
|
-
"frame": "
|
|
6
|
-
"overlay": "
|
|
7
|
-
"pattern": "
|
|
8
|
-
"root": "
|
|
4
|
+
"downloadTrigger": "ZbLWjq_downloadTrigger",
|
|
5
|
+
"frame": "ZbLWjq_frame",
|
|
6
|
+
"overlay": "ZbLWjq_overlay",
|
|
7
|
+
"pattern": "ZbLWjq_pattern",
|
|
8
|
+
"root": "ZbLWjq_root"
|
|
9
9
|
};
|
|
10
10
|
//#endregion
|
|
11
11
|
export { QrCode_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.ECSf4W_root {
|
|
3
3
|
gap: var(--radio-group-gap, var(--spacing-2));
|
|
4
4
|
color: var(--radio-group-color, var(--color-foreground));
|
|
5
5
|
flex-direction: column;
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.
|
|
14
|
+
.ECSf4W_label {
|
|
15
15
|
color: var(--radio-group-label-color, var(--radio-group-color, var(--color-foreground)));
|
|
16
16
|
font-size: var(--radio-group-label-font-size, var(--text-sm));
|
|
17
17
|
font-weight: var(--radio-group-label-font-weight, var(--weight-semibold));
|
|
18
18
|
line-height: var(--radio-group-label-line-height, var(--line-height-text-sm));
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.
|
|
21
|
+
.ECSf4W_item {
|
|
22
22
|
align-items: center;
|
|
23
23
|
gap: var(--radio-gap, var(--spacing-2));
|
|
24
24
|
vertical-align: middle;
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
.
|
|
35
|
+
.ECSf4W_itemControl {
|
|
36
36
|
box-sizing: border-box;
|
|
37
37
|
-webkit-appearance: none;
|
|
38
38
|
appearance: none;
|
|
@@ -124,14 +124,14 @@
|
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
.
|
|
127
|
+
.ECSf4W_itemText {
|
|
128
128
|
color: var(--radio-label-color, var(--color-foreground));
|
|
129
129
|
font-size: var(--radio-label-font-size, var(--text-sm));
|
|
130
130
|
font-weight: var(--radio-label-font-weight, var(--weight-medium));
|
|
131
131
|
line-height: var(--radio-label-line-height, var(--line-height-text-sm));
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
.
|
|
134
|
+
.ECSf4W_indicator {
|
|
135
135
|
top: var(--top);
|
|
136
136
|
left: var(--left);
|
|
137
137
|
width: var(--width);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import './RadioGroup.css';
|
|
2
2
|
//#region src/components/radio-group/RadioGroup.module.css
|
|
3
3
|
var RadioGroup_module_default = {
|
|
4
|
-
"indicator": "
|
|
5
|
-
"item": "
|
|
6
|
-
"itemControl": "
|
|
7
|
-
"itemText": "
|
|
8
|
-
"label": "
|
|
9
|
-
"root": "
|
|
4
|
+
"indicator": "ECSf4W_indicator",
|
|
5
|
+
"item": "ECSf4W_item",
|
|
6
|
+
"itemControl": "ECSf4W_itemControl",
|
|
7
|
+
"itemText": "ECSf4W_itemText",
|
|
8
|
+
"label": "ECSf4W_label",
|
|
9
|
+
"root": "ECSf4W_root"
|
|
10
10
|
};
|
|
11
11
|
//#endregion
|
|
12
12
|
export { RadioGroup_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.Jh_n9a_root {
|
|
3
3
|
gap: var(--rating-group-root-gap, var(--spacing-1));
|
|
4
4
|
color: var(--rating-group-color, var(--color-muted-foreground));
|
|
5
5
|
flex-direction: column;
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.
|
|
29
|
+
.Jh_n9a_label {
|
|
30
30
|
color: var(--rating-group-label-color, var(--color-foreground));
|
|
31
31
|
font-size: var(--rating-group-label-font-size, var(--text-sm));
|
|
32
32
|
font-weight: var(--rating-group-label-font-weight, var(--weight-semibold));
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
.
|
|
41
|
+
.Jh_n9a_control {
|
|
42
42
|
align-items: center;
|
|
43
43
|
gap: var(--rating-group-gap, var(--spacing-1));
|
|
44
44
|
display: inline-flex;
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.
|
|
51
|
+
.Jh_n9a_item {
|
|
52
52
|
border-radius: var(--radius-sm);
|
|
53
53
|
color: inherit;
|
|
54
54
|
cursor: pointer;
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
-
.
|
|
81
|
+
.Jh_n9a_itemIndicator {
|
|
82
82
|
width: var(--_rating-group-icon-size, var(--rating-group-icon-size-md, 1.25rem));
|
|
83
83
|
height: var(--_rating-group-icon-size, var(--rating-group-icon-size-md, 1.25rem));
|
|
84
84
|
color: var(--rating-group-active-color, var(--color-primary));
|
|
@@ -97,24 +97,24 @@
|
|
|
97
97
|
flex: none;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
&[data-half] .
|
|
100
|
+
&[data-half] .Jh_n9a_iconFg {
|
|
101
101
|
clip-path: inset(0 50% 0 0);
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
&:not([data-highlighted]) .
|
|
104
|
+
&:not([data-highlighted]) .Jh_n9a_iconFg {
|
|
105
105
|
clip-path: inset(0 100% 0 0);
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.
|
|
109
|
+
.Jh_n9a_item[data-half] .Jh_n9a_iconFg {
|
|
110
110
|
clip-path: inset(0 50% 0 0);
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.
|
|
113
|
+
.Jh_n9a_item:not([data-highlighted]) .Jh_n9a_iconFg {
|
|
114
114
|
clip-path: inset(0 100% 0 0);
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
.
|
|
117
|
+
.Jh_n9a_iconBg {
|
|
118
118
|
color: var(--rating-group-color, var(--color-muted-foreground));
|
|
119
119
|
fill: #0000;
|
|
120
120
|
stroke: currentColor;
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
inset: 0;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
|
-
.
|
|
125
|
+
.Jh_n9a_iconFg {
|
|
126
126
|
color: var(--rating-group-active-color, var(--color-primary));
|
|
127
127
|
fill: currentColor;
|
|
128
128
|
stroke: currentColor;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import './RatingGroup.css';
|
|
2
2
|
//#region src/components/rating-group/RatingGroup.module.css
|
|
3
3
|
var RatingGroup_module_default = {
|
|
4
|
-
"control": "
|
|
5
|
-
"iconBg": "
|
|
6
|
-
"iconFg": "
|
|
7
|
-
"item": "
|
|
8
|
-
"itemIndicator": "
|
|
9
|
-
"label": "
|
|
10
|
-
"root": "
|
|
4
|
+
"control": "Jh_n9a_control",
|
|
5
|
+
"iconBg": "Jh_n9a_iconBg",
|
|
6
|
+
"iconFg": "Jh_n9a_iconFg",
|
|
7
|
+
"item": "Jh_n9a_item",
|
|
8
|
+
"itemIndicator": "Jh_n9a_itemIndicator",
|
|
9
|
+
"label": "Jh_n9a_label",
|
|
10
|
+
"root": "Jh_n9a_root"
|
|
11
11
|
};
|
|
12
12
|
//#endregion
|
|
13
13
|
export { RatingGroup_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.xqtLha_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
width: var(--scroll-area-width, 100%);
|
|
5
5
|
height: var(--scroll-area-height, 100%);
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
position: relative;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.
|
|
12
|
+
.xqtLha_viewport {
|
|
13
13
|
box-sizing: border-box;
|
|
14
14
|
border-radius: var(--scroll-area-radius, var(--radius-md));
|
|
15
15
|
background-color: var(--scroll-area-bg, transparent);
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
display: none;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.
|
|
38
|
+
.xqtLha_root[data-fade] & {
|
|
39
39
|
mask-image: var(--_scroll-area-block-fade-mask);
|
|
40
40
|
mask-repeat: no-repeat;
|
|
41
41
|
}
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
.
|
|
50
|
+
.xqtLha_content {
|
|
51
51
|
box-sizing: border-box;
|
|
52
52
|
padding: var(--scroll-area-content-padding, 0);
|
|
53
53
|
display: block;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
.
|
|
56
|
+
.xqtLha_scrollbar {
|
|
57
57
|
--_scroll-area-scrollbar-margin: var(--scroll-area-scrollbar-margin, var(--spacing-1));
|
|
58
58
|
--_scroll-area-scrollbar-hit-area-size: var(--scroll-area-scrollbar-hit-area-size, var(--spacing-5));
|
|
59
59
|
box-sizing: border-box;
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
.
|
|
142
|
+
.xqtLha_thumb {
|
|
143
143
|
box-sizing: border-box;
|
|
144
144
|
border-radius: var(--scroll-area-thumb-radius, var(--radius-full));
|
|
145
145
|
background-color: var(--scroll-area-thumb-bg, var(--color-border));
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
.
|
|
158
|
+
.xqtLha_corner {
|
|
159
159
|
box-sizing: border-box;
|
|
160
160
|
background-color: var(--scroll-area-corner-bg, var(--scroll-area-scrollbar-bg, transparent));
|
|
161
161
|
}
|