@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
|
-
@keyframes
|
|
2
|
+
@keyframes tIMeYW_accordion-item-content-open {
|
|
3
3
|
from {
|
|
4
4
|
height: 0;
|
|
5
5
|
opacity: var(--accordion-item-content-closed-opacity, .01);
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
@keyframes
|
|
14
|
+
@keyframes tIMeYW_accordion-item-content-closed {
|
|
15
15
|
from {
|
|
16
16
|
height: var(--height);
|
|
17
17
|
opacity: var(--accordion-item-content-open-opacity, 1);
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
@keyframes
|
|
26
|
+
@keyframes tIMeYW_accordion-item-content-open-horizontal {
|
|
27
27
|
from {
|
|
28
28
|
width: 0;
|
|
29
29
|
opacity: var(--accordion-item-content-closed-opacity, .01);
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
@keyframes
|
|
38
|
+
@keyframes tIMeYW_accordion-item-content-closed-horizontal {
|
|
39
39
|
from {
|
|
40
40
|
width: var(--width);
|
|
41
41
|
opacity: var(--accordion-item-content-open-opacity, 1);
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
.
|
|
50
|
+
.tIMeYW_root {
|
|
51
51
|
box-sizing: border-box;
|
|
52
52
|
width: var(--accordion-width, 22rem);
|
|
53
53
|
max-width: var(--accordion-max-width, 100%);
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
.
|
|
67
|
+
.tIMeYW_item {
|
|
68
68
|
overflow-anchor: none;
|
|
69
69
|
|
|
70
70
|
&[data-orientation="vertical"]:not(:last-child) {
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
.
|
|
85
|
+
.tIMeYW_itemTrigger {
|
|
86
86
|
box-sizing: border-box;
|
|
87
87
|
justify-content: space-between;
|
|
88
88
|
align-items: center;
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
-
.
|
|
135
|
+
.tIMeYW_itemIndicator {
|
|
136
136
|
box-sizing: border-box;
|
|
137
137
|
width: var(--accordion-icon-size, .75rem);
|
|
138
138
|
height: var(--accordion-icon-size, .75rem);
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
.
|
|
155
|
+
.tIMeYW_itemContent {
|
|
156
156
|
box-sizing: border-box;
|
|
157
157
|
color: var(--accordion-item-content-color, var(--color-muted-foreground));
|
|
158
158
|
font-size: var(--accordion-item-content-font-size, var(--text-md));
|
|
@@ -164,22 +164,22 @@
|
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
&[data-state="open"][data-orientation="vertical"] {
|
|
167
|
-
animation:
|
|
167
|
+
animation: tIMeYW_accordion-item-content-open
|
|
168
168
|
var(--accordion-item-content-transition, var(--transition-default));
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
&[data-state="closed"][data-orientation="vertical"] {
|
|
172
|
-
animation:
|
|
172
|
+
animation: tIMeYW_accordion-item-content-closed
|
|
173
173
|
var(--accordion-item-content-transition, var(--transition-default));
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
&[data-state="open"][data-orientation="horizontal"] {
|
|
177
|
-
animation:
|
|
177
|
+
animation: tIMeYW_accordion-item-content-open-horizontal
|
|
178
178
|
var(--accordion-item-content-transition, var(--transition-default));
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
&[data-state="closed"][data-orientation="horizontal"] {
|
|
182
|
-
animation:
|
|
182
|
+
animation: tIMeYW_accordion-item-content-closed-horizontal
|
|
183
183
|
var(--accordion-item-content-transition, var(--transition-default));
|
|
184
184
|
}
|
|
185
185
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import './Accordion.css';
|
|
2
2
|
//#region src/components/accordion/Accordion.module.css
|
|
3
3
|
var Accordion_module_default = {
|
|
4
|
-
"accordion-item-content-closed": "
|
|
5
|
-
"accordion-item-content-closed-horizontal": "
|
|
6
|
-
"accordion-item-content-open": "
|
|
7
|
-
"accordion-item-content-open-horizontal": "
|
|
8
|
-
"item": "
|
|
9
|
-
"itemContent": "
|
|
10
|
-
"itemIndicator": "
|
|
11
|
-
"itemTrigger": "
|
|
12
|
-
"root": "
|
|
4
|
+
"accordion-item-content-closed": "tIMeYW_accordion-item-content-closed",
|
|
5
|
+
"accordion-item-content-closed-horizontal": "tIMeYW_accordion-item-content-closed-horizontal",
|
|
6
|
+
"accordion-item-content-open": "tIMeYW_accordion-item-content-open",
|
|
7
|
+
"accordion-item-content-open-horizontal": "tIMeYW_accordion-item-content-open-horizontal",
|
|
8
|
+
"item": "tIMeYW_item",
|
|
9
|
+
"itemContent": "tIMeYW_itemContent",
|
|
10
|
+
"itemIndicator": "tIMeYW_itemIndicator",
|
|
11
|
+
"itemTrigger": "tIMeYW_itemTrigger",
|
|
12
|
+
"root": "tIMeYW_root"
|
|
13
13
|
};
|
|
14
14
|
//#endregion
|
|
15
15
|
export { Accordion_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.ZXk2dW_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
align-items: start;
|
|
5
5
|
gap: var(--alert-gap, var(--spacing-3));
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
.
|
|
60
|
+
.ZXk2dW_indicator {
|
|
61
61
|
width: var(--alert-indicator-size, 1rem);
|
|
62
62
|
height: var(--alert-indicator-size, 1rem);
|
|
63
63
|
color: var(--alert-indicator-color, var(--alert-indicator-color-default, currentColor));
|
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
.
|
|
77
|
+
.ZXk2dW_content {
|
|
78
78
|
gap: var(--alert-content-gap, var(--spacing-1));
|
|
79
79
|
min-width: 0;
|
|
80
80
|
display: grid;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
.
|
|
83
|
+
.ZXk2dW_title {
|
|
84
84
|
min-width: 0;
|
|
85
85
|
color: var(--alert-title-color, var(--alert-color, var(--alert-color-default)));
|
|
86
86
|
font-size: var(--alert-title-font-size, var(--text-sm));
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
margin: 0;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
-
.
|
|
93
|
+
.ZXk2dW_description {
|
|
94
94
|
min-width: 0;
|
|
95
95
|
color: var(--alert-description-color, var(--color-muted-foreground));
|
|
96
96
|
font-size: var(--alert-description-font-size, var(--text-sm));
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import './Alert.css';
|
|
2
2
|
//#region src/components/alert/Alert.module.css
|
|
3
3
|
var Alert_module_default = {
|
|
4
|
-
"content": "
|
|
5
|
-
"description": "
|
|
6
|
-
"indicator": "
|
|
7
|
-
"root": "
|
|
8
|
-
"title": "
|
|
4
|
+
"content": "ZXk2dW_content",
|
|
5
|
+
"description": "ZXk2dW_description",
|
|
6
|
+
"indicator": "ZXk2dW_indicator",
|
|
7
|
+
"root": "ZXk2dW_root",
|
|
8
|
+
"title": "ZXk2dW_title"
|
|
9
9
|
};
|
|
10
10
|
//#endregion
|
|
11
11
|
export { Alert_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.vn7zXa_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
align-items: center;
|
|
5
5
|
gap: var(--angle-slider-gap, .75rem);
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
.vn7zXa_label {
|
|
17
17
|
color: var(--angle-slider-label-color, var(--angle-slider-color, var(--color-foreground)));
|
|
18
18
|
font-size: var(--angle-slider-label-font-size, var(--text-sm));
|
|
19
19
|
font-weight: var(--angle-slider-label-font-weight, var(--weight-medium));
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
text-align: center;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.
|
|
24
|
+
.vn7zXa_control {
|
|
25
25
|
--_angle-slider-control-border-color: var(--angle-slider-control-border-color, var(--color-border));
|
|
26
26
|
--_angle-slider-track-border-color: var(--angle-slider-track-border-color, var(--color-border));
|
|
27
27
|
box-sizing: border-box;
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
position: absolute;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
&:has(.
|
|
65
|
+
&:has(.vn7zXa_thumb:focus-visible) {
|
|
66
66
|
box-shadow: inset 0 0 0 var(--angle-slider-track-border-width, var(--border-width-sm))
|
|
67
67
|
var(--_angle-slider-track-border-color),
|
|
68
68
|
0 0 0 var(--angle-slider-focus-ring-width, .1875rem)
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
.
|
|
83
|
+
.vn7zXa_thumb {
|
|
84
84
|
top: 0;
|
|
85
85
|
bottom: 0;
|
|
86
86
|
left: calc(50% - var(--angle-slider-thumb-line-width, .1875rem) / 2);
|
|
@@ -150,14 +150,14 @@
|
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
.
|
|
153
|
+
.vn7zXa_markerGroup {
|
|
154
154
|
z-index: 1;
|
|
155
155
|
pointer-events: none;
|
|
156
156
|
position: absolute;
|
|
157
157
|
inset: 0;
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
.
|
|
160
|
+
.vn7zXa_marker {
|
|
161
161
|
position: absolute;
|
|
162
162
|
inset: 0;
|
|
163
163
|
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
-
.
|
|
185
|
+
.vn7zXa_valueText {
|
|
186
186
|
color: var(--angle-slider-value-text-color, var(--angle-slider-color, var(--color-foreground)));
|
|
187
187
|
font-size: var(--angle-slider-value-text-font-size, var(--text-sm));
|
|
188
188
|
font-weight: var(--angle-slider-value-text-font-weight, var(--weight-medium));
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import './AngleSlider.css';
|
|
2
2
|
//#region src/components/angle-slider/AngleSlider.module.css
|
|
3
3
|
var AngleSlider_module_default = {
|
|
4
|
-
"control": "
|
|
5
|
-
"label": "
|
|
6
|
-
"marker": "
|
|
7
|
-
"markerGroup": "
|
|
8
|
-
"root": "
|
|
9
|
-
"thumb": "
|
|
10
|
-
"valueText": "
|
|
4
|
+
"control": "vn7zXa_control",
|
|
5
|
+
"label": "vn7zXa_label",
|
|
6
|
+
"marker": "vn7zXa_marker",
|
|
7
|
+
"markerGroup": "vn7zXa_markerGroup",
|
|
8
|
+
"root": "vn7zXa_root",
|
|
9
|
+
"thumb": "vn7zXa_thumb",
|
|
10
|
+
"valueText": "vn7zXa_valueText"
|
|
11
11
|
};
|
|
12
12
|
//#endregion
|
|
13
13
|
export { AngleSlider_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './AspectRatio.css';
|
|
2
2
|
//#region src/components/aspect-ratio/AspectRatio.module.css
|
|
3
|
-
var AspectRatio_module_default = { "root": "
|
|
3
|
+
var AspectRatio_module_default = { "root": "iOVgxW_root" };
|
|
4
4
|
//#endregion
|
|
5
5
|
export { AspectRatio_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.qCmyuq_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
width: var(--avatar-size, var(--size-md));
|
|
5
5
|
height: var(--avatar-size, var(--size-md));
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
.
|
|
46
|
+
.qCmyuq_image {
|
|
47
47
|
object-fit: var(--avatar-image-object-fit, cover);
|
|
48
48
|
object-position: var(--avatar-image-object-position, center);
|
|
49
49
|
border-radius: inherit;
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
.
|
|
59
|
+
.qCmyuq_fallback {
|
|
60
60
|
width: 100%;
|
|
61
61
|
height: 100%;
|
|
62
62
|
padding: var(--avatar-fallback-padding, 0);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import './Avatar.css';
|
|
2
2
|
//#region src/components/avatar/Avatar.module.css
|
|
3
3
|
var Avatar_module_default = {
|
|
4
|
-
"fallback": "
|
|
5
|
-
"image": "
|
|
6
|
-
"root": "
|
|
4
|
+
"fallback": "qCmyuq_fallback",
|
|
5
|
+
"image": "qCmyuq_image",
|
|
6
|
+
"root": "qCmyuq_root"
|
|
7
7
|
};
|
|
8
8
|
//#endregion
|
|
9
9
|
export { Avatar_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.NXa69G_root {
|
|
3
3
|
justify-content: center;
|
|
4
4
|
align-items: center;
|
|
5
5
|
gap: var(--badge-gap, .375rem);
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
.
|
|
59
|
+
.NXa69G_dot {
|
|
60
60
|
width: var(--badge-dot-size, .375rem);
|
|
61
61
|
height: var(--badge-dot-size, .375rem);
|
|
62
62
|
background-color: currentColor;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import './Badge.css';
|
|
2
2
|
//#region src/components/badge/Badge.module.css
|
|
3
3
|
var Badge_module_default = {
|
|
4
|
-
"dot": "
|
|
5
|
-
"root": "
|
|
4
|
+
"dot": "NXa69G_dot",
|
|
5
|
+
"root": "NXa69G_root"
|
|
6
6
|
};
|
|
7
7
|
//#endregion
|
|
8
8
|
export { Badge_module_default as default };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.WoRWWa_root[data-scope="breadcrumbs"][data-part="root"] {
|
|
3
3
|
max-width: var(--breadcrumbs-max-width, 100%);
|
|
4
4
|
color: var(--breadcrumbs-color, var(--color-muted-foreground));
|
|
5
5
|
font-size: var(--breadcrumbs-font-size, var(--text-sm));
|
|
6
6
|
line-height: var(--breadcrumbs-line-height, var(--line-height-text-sm));
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.
|
|
9
|
+
.WoRWWa_list[data-scope="breadcrumbs"][data-part="list"] {
|
|
10
10
|
align-items: center;
|
|
11
11
|
gap: var(--breadcrumbs-gap, var(--spacing-1));
|
|
12
12
|
white-space: nowrap;
|
|
@@ -16,20 +16,20 @@
|
|
|
16
16
|
list-style: none;
|
|
17
17
|
display: flex;
|
|
18
18
|
|
|
19
|
-
& > .
|
|
19
|
+
& > .WoRWWa_item:last-child {
|
|
20
20
|
max-width: var(--breadcrumbs-item-max-width, 16rem);
|
|
21
21
|
flex: auto;
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.
|
|
25
|
+
.WoRWWa_item[data-scope="breadcrumbs"][data-part="item"] {
|
|
26
26
|
flex: none;
|
|
27
27
|
align-items: center;
|
|
28
28
|
min-width: 0;
|
|
29
29
|
display: inline-flex;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.
|
|
32
|
+
.WoRWWa_link[data-scope="breadcrumbs"][data-part="link"], .WoRWWa_page[data-scope="breadcrumbs"][data-part="page"] {
|
|
33
33
|
min-width: 0;
|
|
34
34
|
max-width: 100%;
|
|
35
35
|
padding-inline: var(--breadcrumbs-item-padding-x, .25rem);
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
display: block;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.
|
|
40
|
+
.WoRWWa_link[data-scope="breadcrumbs"][data-part="link"], .WoRWWa_page[data-scope="breadcrumbs"][data-part="page"], .WoRWWa_ellipsis[data-scope="breadcrumbs"][data-part="ellipsis"] {
|
|
41
41
|
text-overflow: ellipsis;
|
|
42
42
|
overflow: hidden;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
.
|
|
45
|
+
.WoRWWa_link[data-scope="breadcrumbs"][data-part="link"] {
|
|
46
46
|
color: var(--breadcrumbs-link-color, var(--color-muted-foreground));
|
|
47
47
|
text-decoration: var(--breadcrumbs-link-text-decoration, none);
|
|
48
48
|
text-underline-offset: var(--breadcrumbs-link-underline-offset, .2em);
|
|
@@ -63,12 +63,12 @@
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
.
|
|
66
|
+
.WoRWWa_page[data-scope="breadcrumbs"][data-part="page"] {
|
|
67
67
|
color: var(--breadcrumbs-page-color, var(--color-foreground));
|
|
68
68
|
font-weight: var(--breadcrumbs-page-font-weight, var(--weight-medium));
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
.
|
|
71
|
+
.WoRWWa_separator[data-scope="breadcrumbs"][data-part="separator"] {
|
|
72
72
|
color: var(--breadcrumbs-separator-color, var(--color-muted-foreground));
|
|
73
73
|
font-size: var(--breadcrumbs-separator-font-size, .875em);
|
|
74
74
|
user-select: none;
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
display: inline-flex;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
.
|
|
80
|
+
.WoRWWa_ellipsis[data-scope="breadcrumbs"][data-part="ellipsis"] {
|
|
81
81
|
min-width: var(--breadcrumbs-ellipsis-size, 1rem);
|
|
82
82
|
min-height: var(--breadcrumbs-ellipsis-size, 1rem);
|
|
83
83
|
padding-inline: var(--breadcrumbs-item-padding-x, .25rem);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import './Breadcrumbs.css';
|
|
2
2
|
//#region src/components/breadcrumbs/Breadcrumbs.module.css
|
|
3
3
|
var Breadcrumbs_module_default = {
|
|
4
|
-
"ellipsis": "
|
|
5
|
-
"item": "
|
|
6
|
-
"link": "
|
|
7
|
-
"list": "
|
|
8
|
-
"page": "
|
|
9
|
-
"root": "
|
|
10
|
-
"separator": "
|
|
4
|
+
"ellipsis": "WoRWWa_ellipsis",
|
|
5
|
+
"item": "WoRWWa_item",
|
|
6
|
+
"link": "WoRWWa_link",
|
|
7
|
+
"list": "WoRWWa_list",
|
|
8
|
+
"page": "WoRWWa_page",
|
|
9
|
+
"root": "WoRWWa_root",
|
|
10
|
+
"separator": "WoRWWa_separator"
|
|
11
11
|
};
|
|
12
12
|
//#endregion
|
|
13
13
|
export { Breadcrumbs_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
._2rXk6G_root {
|
|
3
3
|
--card-padding-default: var(--card-padding, var(--spacing-6));
|
|
4
4
|
--card-title-font-size-default: var(--card-title-font-size, var(--text-lg));
|
|
5
5
|
--card-title-line-height-default: var(--card-title-line-height, var(--line-height-text-lg));
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.
|
|
51
|
+
._2rXk6G_header, ._2rXk6G_body, ._2rXk6G_footer {
|
|
52
52
|
box-sizing: border-box;
|
|
53
53
|
min-width: 0;
|
|
54
54
|
padding-inline: var(--card-padding-default);
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
.
|
|
57
|
+
._2rXk6G_header {
|
|
58
58
|
column-gap: var(--card-action-gap, var(--spacing-2));
|
|
59
59
|
row-gap: var(--card-header-gap, var(--spacing-1));
|
|
60
60
|
padding-block: var(--card-padding-default) 0;
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
display: grid;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
.
|
|
65
|
+
._2rXk6G_body {
|
|
66
66
|
padding-block: var(--card-body-padding-top, var(--spacing-4)) var(--card-padding-default);
|
|
67
67
|
color: var(--card-body-color, var(--color-muted-foreground));
|
|
68
68
|
font-size: var(--card-body-font-size, var(--text-sm));
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
.
|
|
85
|
+
._2rXk6G_footer {
|
|
86
86
|
align-items: center;
|
|
87
87
|
gap: var(--card-footer-gap, var(--spacing-2));
|
|
88
88
|
padding-block: 0 var(--card-padding-default);
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
display: flex;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
-
.
|
|
93
|
+
._2rXk6G_title {
|
|
94
94
|
min-width: 0;
|
|
95
95
|
color: var(--card-title-color, currentColor);
|
|
96
96
|
font-size: var(--card-title-font-size-default);
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
margin: 0;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
.
|
|
104
|
+
._2rXk6G_description {
|
|
105
105
|
min-width: 0;
|
|
106
106
|
color: var(--card-description-color, var(--color-muted-foreground));
|
|
107
107
|
font-size: var(--card-description-font-size, var(--text-sm));
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
margin: 0;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
.
|
|
114
|
+
._2rXk6G_action {
|
|
115
115
|
z-index: 1;
|
|
116
116
|
justify-content: flex-end;
|
|
117
117
|
align-items: start;
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
position: relative;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
|
-
.
|
|
125
|
+
._2rXk6G_link {
|
|
126
126
|
color: inherit;
|
|
127
127
|
text-decoration: none;
|
|
128
128
|
position: static;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import './Card.css';
|
|
2
2
|
//#region src/components/card/Card.module.css
|
|
3
3
|
var Card_module_default = {
|
|
4
|
-
"action": "
|
|
5
|
-
"body": "
|
|
6
|
-
"description": "
|
|
7
|
-
"footer": "
|
|
8
|
-
"header": "
|
|
9
|
-
"link": "
|
|
10
|
-
"root": "
|
|
11
|
-
"title": "
|
|
4
|
+
"action": "_2rXk6G_action",
|
|
5
|
+
"body": "_2rXk6G_body",
|
|
6
|
+
"description": "_2rXk6G_description",
|
|
7
|
+
"footer": "_2rXk6G_footer",
|
|
8
|
+
"header": "_2rXk6G_header",
|
|
9
|
+
"link": "_2rXk6G_link",
|
|
10
|
+
"root": "_2rXk6G_root",
|
|
11
|
+
"title": "_2rXk6G_title"
|
|
12
12
|
};
|
|
13
13
|
//#endregion
|
|
14
14
|
export { Card_module_default as default };
|