@moduix/react 2.1.0 → 2.2.0
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 +13 -14
- package/dist/components/accordion/Accordion.css +47 -47
- package/dist/components/alert/Alert.css +62 -46
- package/dist/components/angle-slider/AngleSlider.css +65 -64
- package/dist/components/aspect-ratio/AspectRatio.css +2 -2
- package/dist/components/avatar/Avatar.css +26 -26
- package/dist/components/badge/Badge.css +34 -34
- package/dist/components/bleed/Bleed.css +13 -13
- package/dist/components/breadcrumbs/Breadcrumbs.css +28 -28
- package/dist/components/button/Button.css +81 -78
- package/dist/components/card/Card.css +46 -46
- package/dist/components/carousel/Carousel.css +57 -57
- package/dist/components/checkbox/Checkbox.css +40 -40
- package/dist/components/clipboard/Clipboard.css +68 -59
- package/dist/components/close-button/CloseButton.css +17 -17
- package/dist/components/collapsible/Collapsible.css +40 -38
- package/dist/components/color-picker/ColorPicker.css +155 -151
- package/dist/components/combobox/Combobox.css +118 -115
- package/dist/components/command-palette/CommandPalette.css +172 -177
- package/dist/components/command-palette/CommandPalette.module.js +0 -1
- package/dist/components/container/Container.css +12 -12
- package/dist/components/date-input/DateInput.css +41 -40
- package/dist/components/date-picker/DatePicker.css +174 -172
- package/dist/components/dialog/Dialog.css +84 -79
- package/dist/components/drawer/Drawer.css +126 -108
- package/dist/components/editable/Editable.css +63 -61
- package/dist/components/empty/Empty.css +25 -25
- package/dist/components/field/Field.css +45 -45
- package/dist/components/fieldset/Fieldset.css +22 -22
- package/dist/components/file-upload/FileUpload.css +128 -125
- package/dist/components/floating-panel/FloatingPanel.css +114 -110
- package/dist/components/heading/Heading.css +26 -26
- package/dist/components/highlight/Highlight.css +8 -8
- package/dist/components/hover-card/HoverCard.css +49 -47
- package/dist/components/image/Image.css +2 -2
- package/dist/components/image-cropper/ImageCropper.css +63 -60
- package/dist/components/input/Input.css +46 -45
- package/dist/components/input-group/InputGroup.css +71 -70
- package/dist/components/kbd/Kbd.css +16 -16
- package/dist/components/lightbox/Lightbox.css +80 -77
- package/dist/components/list/List.css +32 -32
- package/dist/components/listbox/Listbox.css +120 -117
- package/dist/components/marquee/Marquee.css +16 -16
- package/dist/components/menu/Menu.css +121 -120
- package/dist/components/native-select/NativeSelect.css +42 -41
- package/dist/components/number-input/NumberInput.css +59 -56
- package/dist/components/pagination/Pagination.css +35 -34
- package/dist/components/password-input/PasswordInput.css +60 -59
- package/dist/components/pin-input/PinInput.css +35 -35
- package/dist/components/popover/Popover.css +81 -77
- package/dist/components/progress-circular/ProgressCircular.css +20 -20
- package/dist/components/progress-linear/ProgressLinear.css +29 -28
- package/dist/components/qr-code/QrCode.css +39 -35
- package/dist/components/radio-group/RadioGroup.css +48 -48
- package/dist/components/rating-group/RatingGroup.css +30 -30
- package/dist/components/scroll-area/ScrollArea.css +34 -34
- package/dist/components/segment-group/SegmentGroup.css +37 -37
- package/dist/components/select/Select.css +118 -126
- package/dist/components/select/Select.d.ts +0 -5
- package/dist/components/select/Select.js +0 -8
- package/dist/components/select/Select.module.js +0 -1
- package/dist/components/separator/Separator.css +13 -13
- package/dist/components/sidebar/Sidebar.css +142 -142
- package/dist/components/signature-pad/SignaturePad.css +50 -50
- package/dist/components/skeleton/Skeleton.css +7 -5
- package/dist/components/slider/Slider.css +61 -61
- package/dist/components/spinner/Spinner.css +12 -12
- package/dist/components/split-button/SplitButton.css +12 -12
- package/dist/components/splitter/Splitter.css +63 -62
- package/dist/components/splitter/Splitter.js +2 -2
- package/dist/components/stack/Stack.css +4 -4
- package/dist/components/stack/Stack.js +3 -3
- package/dist/components/steps/Steps.css +89 -89
- package/dist/components/swap/Swap.css +7 -7
- package/dist/components/switch/Switch.css +59 -57
- package/dist/components/table/Table.css +58 -56
- package/dist/components/tabs/Tabs.css +64 -62
- package/dist/components/tag/Tag.css +45 -45
- package/dist/components/tags-input/TagsInput.css +92 -86
- package/dist/components/text/Text.css +23 -23
- package/dist/components/text/Text.js +1 -1
- package/dist/components/textarea/Textarea.css +27 -26
- package/dist/components/timer/Timer.css +38 -37
- package/dist/components/toast/Toast.css +94 -79
- package/dist/components/toggle/Toggle.css +66 -66
- package/dist/components/toggle-group/ToggleGroup.css +16 -16
- package/dist/components/tooltip/Tooltip.css +56 -53
- package/dist/components/tour/Tour.css +121 -117
- package/dist/components/tree-view/TreeView.css +88 -86
- package/dist/components/typeset/Typeset.css +61 -61
- package/dist/lib/moduix/presets/contrast.css +59 -60
- package/dist/lib/moduix/presets/dense.css +72 -73
- package/dist/lib/moduix/presets/soft.css +71 -72
- package/dist/lib/moduix/styles/reset.css +1 -1
- package/dist/lib/moduix/styles/style.css +230 -226
- package/package.json +1 -1
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
@layer
|
|
1
|
+
@layer moduix.components {
|
|
2
2
|
.vn7zXa_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
align-items: center;
|
|
5
|
-
gap: var(--angle-slider-gap, var(--spacing-3));
|
|
5
|
+
gap: var(--moduix-angle-slider-gap, var(--moduix-spacing-3));
|
|
6
6
|
min-width: 0;
|
|
7
|
-
color: var(--angle-slider-color, var(--color-foreground));
|
|
7
|
+
color: var(--moduix-angle-slider-color, var(--moduix-color-foreground));
|
|
8
8
|
flex-direction: column;
|
|
9
9
|
display: inline-flex;
|
|
10
10
|
|
|
11
11
|
&[data-disabled] {
|
|
12
|
-
opacity: var(--angle-slider-disabled-opacity, var(--opacity-disabled));
|
|
12
|
+
opacity: var(--moduix-angle-slider-disabled-opacity, var(--moduix-opacity-disabled));
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.vn7zXa_label {
|
|
17
|
-
color: var(--angle-slider-label-color, var(--angle-slider-color, var(--color-foreground)));
|
|
18
|
-
font-size: var(--angle-slider-label-font-size, var(--text-sm));
|
|
19
|
-
font-weight: var(--angle-slider-label-font-weight, var(--weight-medium));
|
|
20
|
-
line-height: var(--angle-slider-label-line-height, var(--line-height-text-sm));
|
|
17
|
+
color: var(--moduix-angle-slider-label-color, var(--moduix-angle-slider-color, var(--moduix-color-foreground)));
|
|
18
|
+
font-size: var(--moduix-angle-slider-label-font-size, var(--moduix-text-sm));
|
|
19
|
+
font-weight: var(--moduix-angle-slider-label-font-weight, var(--moduix-weight-medium));
|
|
20
|
+
line-height: var(--moduix-angle-slider-label-line-height, var(--moduix-line-height-text-sm));
|
|
21
21
|
text-align: center;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.vn7zXa_control {
|
|
25
|
-
--_angle-slider-control-border-color: var(--angle-slider-control-border-color, var(--color-border));
|
|
26
|
-
--_angle-slider-track-border-color: var(--angle-slider-track-border-color, var(--color-border));
|
|
25
|
+
--_angle-slider-control-border-color: var(--moduix-angle-slider-control-border-color, var(--moduix-color-border));
|
|
26
|
+
--_angle-slider-track-border-color: var(--moduix-angle-slider-track-border-color, var(--moduix-color-border));
|
|
27
27
|
box-sizing: border-box;
|
|
28
|
-
width: var(--angle-slider-size, 8rem);
|
|
28
|
+
width: var(--moduix-angle-slider-size, 8rem);
|
|
29
29
|
aspect-ratio: 1;
|
|
30
|
-
border-radius: var(--angle-slider-radius, var(--radius-full));
|
|
31
|
-
background: var(--angle-slider-track-bg, var(--color-muted));
|
|
30
|
+
border-radius: var(--moduix-angle-slider-radius, var(--moduix-radius-full));
|
|
31
|
+
background: var(--moduix-angle-slider-track-bg, var(--moduix-color-muted));
|
|
32
32
|
min-width: 0;
|
|
33
|
-
box-shadow: inset 0 0 0 var(--angle-slider-track-border-width, var(--border-width-sm))
|
|
33
|
+
box-shadow: inset 0 0 0 var(--moduix-angle-slider-track-border-width, var(--moduix-border-width-sm))
|
|
34
34
|
var(--_angle-slider-track-border-color),
|
|
35
|
-
var(--angle-slider-shadow, none);
|
|
35
|
+
var(--moduix-angle-slider-shadow, none);
|
|
36
36
|
cursor: pointer;
|
|
37
37
|
user-select: none;
|
|
38
38
|
outline: 0;
|
|
@@ -43,10 +43,11 @@
|
|
|
43
43
|
|
|
44
44
|
&:after {
|
|
45
45
|
z-index: 1;
|
|
46
|
-
inset: var(--angle-slider-ring-thickness, .875rem);
|
|
46
|
+
inset: var(--moduix-angle-slider-ring-thickness, .875rem);
|
|
47
47
|
border-radius: inherit;
|
|
48
|
-
background: var(--angle-slider-control-bg, var(--color-background));
|
|
49
|
-
box-shadow: inset 0 0 0
|
|
48
|
+
background: var(--moduix-angle-slider-control-bg, var(--moduix-color-background));
|
|
49
|
+
box-shadow: inset 0 0 0
|
|
50
|
+
var(--moduix-angle-slider-control-border-width, var(--moduix-border-width-sm))
|
|
50
51
|
var(--_angle-slider-control-border-color);
|
|
51
52
|
content: "";
|
|
52
53
|
position: absolute;
|
|
@@ -54,25 +55,25 @@
|
|
|
54
55
|
|
|
55
56
|
&:before {
|
|
56
57
|
z-index: 1;
|
|
57
|
-
width: var(--angle-slider-center-dot-size, var(--spacing-1-5));
|
|
58
|
-
height: var(--angle-slider-center-dot-size, var(--spacing-1-5));
|
|
58
|
+
width: var(--moduix-angle-slider-center-dot-size, var(--moduix-spacing-1-5));
|
|
59
|
+
height: var(--moduix-angle-slider-center-dot-size, var(--moduix-spacing-1-5));
|
|
59
60
|
border-radius: inherit;
|
|
60
|
-
background: var(--angle-slider-center-dot-color, var(--angle-slider-color, var(--color-foreground)));
|
|
61
|
+
background: var(--moduix-angle-slider-center-dot-color, var(--moduix-angle-slider-color, var(--moduix-color-foreground)));
|
|
61
62
|
content: "";
|
|
62
63
|
position: absolute;
|
|
63
64
|
}
|
|
64
65
|
|
|
65
66
|
&:has(.vn7zXa_thumb:focus-visible) {
|
|
66
|
-
box-shadow: inset 0 0 0 var(--angle-slider-track-border-width, var(--border-width-sm))
|
|
67
|
+
box-shadow: inset 0 0 0 var(--moduix-angle-slider-track-border-width, var(--moduix-border-width-sm))
|
|
67
68
|
var(--_angle-slider-track-border-color),
|
|
68
|
-
0 0 0 var(--angle-slider-focus-ring-width, .1875rem)
|
|
69
|
-
var(--angle-slider-focus-ring-color, var(--color-ring)),
|
|
70
|
-
var(--angle-slider-shadow, none);
|
|
69
|
+
0 0 0 var(--moduix-angle-slider-focus-ring-width, .1875rem)
|
|
70
|
+
var(--moduix-angle-slider-focus-ring-color, var(--moduix-color-ring)),
|
|
71
|
+
var(--moduix-angle-slider-shadow, none);
|
|
71
72
|
}
|
|
72
73
|
|
|
73
74
|
&[data-invalid] {
|
|
74
|
-
--_angle-slider-control-border-color: var(--angle-slider-invalid-color, var(--color-destructive));
|
|
75
|
-
--_angle-slider-track-border-color: var(--angle-slider-invalid-color, var(--color-destructive));
|
|
75
|
+
--_angle-slider-control-border-color: var(--moduix-angle-slider-invalid-color, var(--moduix-color-destructive));
|
|
76
|
+
--_angle-slider-track-border-color: var(--moduix-angle-slider-invalid-color, var(--moduix-color-destructive));
|
|
76
77
|
}
|
|
77
78
|
|
|
78
79
|
&:is([data-disabled], [data-readonly]) {
|
|
@@ -83,26 +84,26 @@
|
|
|
83
84
|
.vn7zXa_thumb {
|
|
84
85
|
top: 0;
|
|
85
86
|
bottom: 0;
|
|
86
|
-
left: calc(50% - var(--angle-slider-thumb-line-width, .1875rem) / 2);
|
|
87
|
+
left: calc(50% - var(--moduix-angle-slider-thumb-line-width, .1875rem) / 2);
|
|
87
88
|
z-index: 2;
|
|
88
|
-
width: var(--angle-slider-thumb-line-width, .1875rem);
|
|
89
|
+
width: var(--moduix-angle-slider-thumb-line-width, .1875rem);
|
|
89
90
|
outline: 0;
|
|
90
91
|
position: absolute;
|
|
91
92
|
|
|
92
93
|
&:before {
|
|
93
|
-
top: var(--angle-slider-ring-thickness, .875rem);
|
|
94
|
+
top: var(--moduix-angle-slider-ring-thickness, .875rem);
|
|
94
95
|
box-sizing: border-box;
|
|
95
|
-
width: var(--angle-slider-thumb-size, var(--spacing-4));
|
|
96
|
-
height: var(--angle-slider-thumb-size, var(--spacing-4));
|
|
97
|
-
border: var(--angle-slider-thumb-border-width, var(--border-width-sm)) solid
|
|
98
|
-
var(--angle-slider-thumb-border-color, var(--color-border));
|
|
99
|
-
border-radius: var(--angle-slider-thumb-radius, var(--radius-full));
|
|
100
|
-
background: var(--angle-slider-thumb-bg, var(--angle-slider-indicator-bg, var(--color-primary)));
|
|
101
|
-
box-shadow: var(--angle-slider-thumb-shadow, var(--shadow-sm));
|
|
102
|
-
transition: border-color var(--angle-slider-transition, var(--transition-default)),
|
|
103
|
-
box-shadow var(--angle-slider-transition, var(--transition-default)),
|
|
104
|
-
background-color var(--angle-slider-transition, var(--transition-default)),
|
|
105
|
-
transform var(--angle-slider-transition, var(--transition-default));
|
|
96
|
+
width: var(--moduix-angle-slider-thumb-size, var(--moduix-spacing-4));
|
|
97
|
+
height: var(--moduix-angle-slider-thumb-size, var(--moduix-spacing-4));
|
|
98
|
+
border: var(--moduix-angle-slider-thumb-border-width, var(--moduix-border-width-sm)) solid
|
|
99
|
+
var(--moduix-angle-slider-thumb-border-color, var(--moduix-color-border));
|
|
100
|
+
border-radius: var(--moduix-angle-slider-thumb-radius, var(--moduix-radius-full));
|
|
101
|
+
background: var(--moduix-angle-slider-thumb-bg, var(--moduix-angle-slider-indicator-bg, var(--moduix-color-primary)));
|
|
102
|
+
box-shadow: var(--moduix-angle-slider-thumb-shadow, var(--moduix-shadow-sm));
|
|
103
|
+
transition: border-color var(--moduix-angle-slider-transition, var(--moduix-transition-default)),
|
|
104
|
+
box-shadow var(--moduix-angle-slider-transition, var(--moduix-transition-default)),
|
|
105
|
+
background-color var(--moduix-angle-slider-transition, var(--moduix-transition-default)),
|
|
106
|
+
transform var(--moduix-angle-slider-transition, var(--moduix-transition-default));
|
|
106
107
|
content: "";
|
|
107
108
|
position: absolute;
|
|
108
109
|
left: 50%;
|
|
@@ -110,14 +111,14 @@
|
|
|
110
111
|
}
|
|
111
112
|
|
|
112
113
|
&:after {
|
|
113
|
-
top: calc(var(--angle-slider-ring-thickness, .875rem) +
|
|
114
|
-
var(--angle-slider-thumb-size, var(--spacing-4)) + var(--spacing-1));
|
|
115
|
-
width: var(--angle-slider-thumb-line-width, .1875rem);
|
|
116
|
-
height: calc(50% - var(--angle-slider-ring-thickness, .875rem) -
|
|
117
|
-
var(--angle-slider-thumb-size, var(--spacing-4)) - var(--spacing-1-5));
|
|
118
|
-
border-radius: var(--radius-full);
|
|
114
|
+
top: calc(var(--moduix-angle-slider-ring-thickness, .875rem) +
|
|
115
|
+
var(--moduix-angle-slider-thumb-size, var(--moduix-spacing-4)) + var(--moduix-spacing-1));
|
|
116
|
+
width: var(--moduix-angle-slider-thumb-line-width, .1875rem);
|
|
117
|
+
height: calc(50% - var(--moduix-angle-slider-ring-thickness, .875rem) -
|
|
118
|
+
var(--moduix-angle-slider-thumb-size, var(--moduix-spacing-4)) - var(--moduix-spacing-1-5));
|
|
119
|
+
border-radius: var(--moduix-radius-full);
|
|
119
120
|
background: linear-gradient(to bottom,
|
|
120
|
-
var(--angle-slider-indicator-bg, var(--color-primary)),
|
|
121
|
+
var(--moduix-angle-slider-indicator-bg, var(--moduix-color-primary)),
|
|
121
122
|
transparent);
|
|
122
123
|
content: "";
|
|
123
124
|
position: absolute;
|
|
@@ -126,9 +127,9 @@
|
|
|
126
127
|
}
|
|
127
128
|
|
|
128
129
|
&:focus-visible:before {
|
|
129
|
-
border-color: var(--angle-slider-focus-ring-color, var(--color-ring));
|
|
130
|
-
box-shadow: 0 0 0 var(--border-width-sm)
|
|
131
|
-
var(--angle-slider-focus-ring-color, var(--color-ring));
|
|
130
|
+
border-color: var(--moduix-angle-slider-focus-ring-color, var(--moduix-color-ring));
|
|
131
|
+
box-shadow: 0 0 0 var(--moduix-border-width-sm)
|
|
132
|
+
var(--moduix-angle-slider-focus-ring-color, var(--moduix-color-ring));
|
|
132
133
|
}
|
|
133
134
|
|
|
134
135
|
&:active:not([data-disabled], [data-readonly]):before {
|
|
@@ -136,12 +137,12 @@
|
|
|
136
137
|
}
|
|
137
138
|
|
|
138
139
|
&[data-invalid]:before {
|
|
139
|
-
border-color: var(--angle-slider-invalid-color, var(--color-destructive));
|
|
140
|
+
border-color: var(--moduix-angle-slider-invalid-color, var(--moduix-color-destructive));
|
|
140
141
|
}
|
|
141
142
|
|
|
142
143
|
&[data-invalid]:after {
|
|
143
144
|
background: linear-gradient(to bottom,
|
|
144
|
-
var(--angle-slider-invalid-color, var(--color-destructive)),
|
|
145
|
+
var(--moduix-angle-slider-invalid-color, var(--moduix-color-destructive)),
|
|
145
146
|
transparent);
|
|
146
147
|
}
|
|
147
148
|
|
|
@@ -162,11 +163,11 @@
|
|
|
162
163
|
inset: 0;
|
|
163
164
|
|
|
164
165
|
&:before {
|
|
165
|
-
top: calc(var(--angle-slider-ring-thickness, .875rem) + .125rem);
|
|
166
|
-
width: var(--angle-slider-marker-width, .125rem);
|
|
167
|
-
height: var(--angle-slider-marker-height, .625rem);
|
|
168
|
-
border-radius: var(--radius-full);
|
|
169
|
-
background: var(--angle-slider-marker-color, var(--color-muted-foreground));
|
|
166
|
+
top: calc(var(--moduix-angle-slider-ring-thickness, .875rem) + .125rem);
|
|
167
|
+
width: var(--moduix-angle-slider-marker-width, .125rem);
|
|
168
|
+
height: var(--moduix-angle-slider-marker-height, .625rem);
|
|
169
|
+
border-radius: var(--moduix-radius-full);
|
|
170
|
+
background: var(--moduix-angle-slider-marker-color, var(--moduix-color-muted-foreground));
|
|
170
171
|
content: "";
|
|
171
172
|
position: absolute;
|
|
172
173
|
left: 50%;
|
|
@@ -174,19 +175,19 @@
|
|
|
174
175
|
}
|
|
175
176
|
|
|
176
177
|
&[data-state="under-value"]:before {
|
|
177
|
-
background: var(--angle-slider-marker-active-color, var(--color-primary));
|
|
178
|
+
background: var(--moduix-angle-slider-marker-active-color, var(--moduix-color-primary));
|
|
178
179
|
}
|
|
179
180
|
|
|
180
181
|
&[data-state="at-value"]:before {
|
|
181
|
-
background: var(--angle-slider-marker-current-color, var(--color-foreground));
|
|
182
|
+
background: var(--moduix-angle-slider-marker-current-color, var(--moduix-color-foreground));
|
|
182
183
|
}
|
|
183
184
|
}
|
|
184
185
|
|
|
185
186
|
.vn7zXa_valueText {
|
|
186
|
-
color: var(--angle-slider-value-text-color, var(--angle-slider-color, var(--color-foreground)));
|
|
187
|
-
font-size: var(--angle-slider-value-text-font-size, var(--text-sm));
|
|
188
|
-
font-weight: var(--angle-slider-value-text-font-weight, var(--weight-medium));
|
|
189
|
-
line-height: var(--angle-slider-value-text-line-height, var(--line-height-text-sm));
|
|
187
|
+
color: var(--moduix-angle-slider-value-text-color, var(--moduix-angle-slider-color, var(--moduix-color-foreground)));
|
|
188
|
+
font-size: var(--moduix-angle-slider-value-text-font-size, var(--moduix-text-sm));
|
|
189
|
+
font-weight: var(--moduix-angle-slider-value-text-font-weight, var(--moduix-weight-medium));
|
|
190
|
+
line-height: var(--moduix-angle-slider-value-text-line-height, var(--moduix-line-height-text-sm));
|
|
190
191
|
text-align: center;
|
|
191
192
|
}
|
|
192
193
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
@layer
|
|
1
|
+
@layer moduix.components {
|
|
2
2
|
.iOVgxW_root {
|
|
3
3
|
--aspect-ratio-value: 1;
|
|
4
4
|
width: 100%;
|
|
5
5
|
aspect-ratio: var(--aspect-ratio-value);
|
|
6
|
-
border-radius: var(--aspect-ratio-radius, var(--radius-md));
|
|
6
|
+
border-radius: var(--moduix-aspect-ratio-radius, var(--moduix-radius-md));
|
|
7
7
|
position: relative;
|
|
8
8
|
overflow: hidden;
|
|
9
9
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@layer
|
|
1
|
+
@layer moduix.components {
|
|
2
2
|
.qCmyuq_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
|
-
width: var(--avatar-size, var(--size-md));
|
|
5
|
-
height: var(--avatar-size, var(--size-md));
|
|
6
|
-
border-radius: var(--avatar-radius, var(--radius-full));
|
|
7
|
-
background-color: var(--avatar-bg, var(--color-muted));
|
|
8
|
-
color: var(--avatar-color, var(--color-foreground));
|
|
9
|
-
font-size: var(--avatar-font-size, var(--text-md));
|
|
10
|
-
font-weight: var(--avatar-font-weight, var(--weight-medium));
|
|
11
|
-
line-height: var(--avatar-line-height, var(--line-height-text-md));
|
|
4
|
+
width: var(--moduix-avatar-size, var(--moduix-size-md));
|
|
5
|
+
height: var(--moduix-avatar-size, var(--moduix-size-md));
|
|
6
|
+
border-radius: var(--moduix-avatar-radius, var(--moduix-radius-full));
|
|
7
|
+
background-color: var(--moduix-avatar-bg, var(--moduix-color-muted));
|
|
8
|
+
color: var(--moduix-avatar-color, var(--moduix-color-foreground));
|
|
9
|
+
font-size: var(--moduix-avatar-font-size, var(--moduix-text-md));
|
|
10
|
+
font-weight: var(--moduix-avatar-font-weight, var(--moduix-weight-medium));
|
|
11
|
+
line-height: var(--moduix-avatar-line-height, var(--moduix-line-height-text-md));
|
|
12
12
|
user-select: none;
|
|
13
13
|
vertical-align: middle;
|
|
14
14
|
flex-shrink: 0;
|
|
@@ -19,33 +19,33 @@
|
|
|
19
19
|
overflow: hidden;
|
|
20
20
|
|
|
21
21
|
&:where([data-size="xs"]) {
|
|
22
|
-
--avatar-size: var(--size-xs);
|
|
23
|
-
--avatar-font-size: var(--text-xs);
|
|
24
|
-
--avatar-line-height: var(--line-height-text-xs);
|
|
22
|
+
--moduix-avatar-size: var(--moduix-size-xs);
|
|
23
|
+
--moduix-avatar-font-size: var(--moduix-text-xs);
|
|
24
|
+
--moduix-avatar-line-height: var(--moduix-line-height-text-xs);
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
&:where([data-size="sm"]) {
|
|
28
|
-
--avatar-size: var(--size-sm);
|
|
29
|
-
--avatar-font-size: var(--text-sm);
|
|
30
|
-
--avatar-line-height: var(--line-height-text-sm);
|
|
28
|
+
--moduix-avatar-size: var(--moduix-size-sm);
|
|
29
|
+
--moduix-avatar-font-size: var(--moduix-text-sm);
|
|
30
|
+
--moduix-avatar-line-height: var(--moduix-line-height-text-sm);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
&:where([data-size="lg"]) {
|
|
34
|
-
--avatar-size: var(--size-lg);
|
|
35
|
-
--avatar-font-size: var(--text-lg);
|
|
36
|
-
--avatar-line-height: var(--line-height-text-lg);
|
|
34
|
+
--moduix-avatar-size: var(--moduix-size-lg);
|
|
35
|
+
--moduix-avatar-font-size: var(--moduix-text-lg);
|
|
36
|
+
--moduix-avatar-line-height: var(--moduix-line-height-text-lg);
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
&:where([data-size="xl"]) {
|
|
40
|
-
--avatar-size: var(--size-xl);
|
|
41
|
-
--avatar-font-size: var(--text-lg);
|
|
42
|
-
--avatar-line-height: var(--line-height-text-lg);
|
|
40
|
+
--moduix-avatar-size: var(--moduix-size-xl);
|
|
41
|
+
--moduix-avatar-font-size: var(--moduix-text-lg);
|
|
42
|
+
--moduix-avatar-line-height: var(--moduix-line-height-text-lg);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.qCmyuq_image {
|
|
47
|
-
object-fit: var(--avatar-image-object-fit, cover);
|
|
48
|
-
object-position: var(--avatar-image-object-position, center);
|
|
47
|
+
object-fit: var(--moduix-avatar-image-object-fit, cover);
|
|
48
|
+
object-position: var(--moduix-avatar-image-object-position, center);
|
|
49
49
|
border-radius: inherit;
|
|
50
50
|
width: 100%;
|
|
51
51
|
height: 100%;
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
.qCmyuq_fallback {
|
|
60
60
|
width: 100%;
|
|
61
61
|
height: 100%;
|
|
62
|
-
padding: var(--avatar-fallback-padding, 0);
|
|
63
|
-
background-color: var(--avatar-fallback-bg, var(--avatar-bg, var(--color-muted)));
|
|
64
|
-
color: var(--avatar-fallback-color, inherit);
|
|
62
|
+
padding: var(--moduix-avatar-fallback-padding, 0);
|
|
63
|
+
background-color: var(--moduix-avatar-fallback-bg, var(--moduix-avatar-bg, var(--moduix-color-muted)));
|
|
64
|
+
color: var(--moduix-avatar-fallback-color, inherit);
|
|
65
65
|
border-radius: inherit;
|
|
66
66
|
justify-content: center;
|
|
67
67
|
align-items: center;
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
@layer
|
|
1
|
+
@layer moduix.components {
|
|
2
2
|
.NXa69G_root {
|
|
3
3
|
justify-content: center;
|
|
4
4
|
align-items: center;
|
|
5
|
-
gap: var(--badge-gap, var(--spacing-1-5));
|
|
6
|
-
border: var(--badge-border-width, var(--border-width-sm)) solid
|
|
7
|
-
var(--badge-border-color, transparent);
|
|
8
|
-
border-radius: var(--badge-radius, var(--radius-full));
|
|
5
|
+
gap: var(--moduix-badge-gap, var(--moduix-spacing-1-5));
|
|
6
|
+
border: var(--moduix-badge-border-width, var(--moduix-border-width-sm)) solid
|
|
7
|
+
var(--moduix-badge-border-color, transparent);
|
|
8
|
+
border-radius: var(--moduix-badge-radius, var(--moduix-radius-full));
|
|
9
9
|
width: fit-content;
|
|
10
10
|
min-width: 0;
|
|
11
11
|
max-width: 100%;
|
|
12
|
-
padding-block: var(--badge-padding-y, 0);
|
|
13
|
-
padding-inline: var(--badge-padding-x, var(--spacing-2-5));
|
|
14
|
-
background-color: var(--badge-bg, var(--color-primary));
|
|
15
|
-
color: var(--badge-color, var(--color-primary-foreground));
|
|
16
|
-
font-size: var(--badge-font-size, var(--text-xs));
|
|
17
|
-
font-weight: var(--badge-font-weight, var(--weight-medium));
|
|
12
|
+
padding-block: var(--moduix-badge-padding-y, 0);
|
|
13
|
+
padding-inline: var(--moduix-badge-padding-x, var(--moduix-spacing-2-5));
|
|
14
|
+
background-color: var(--moduix-badge-bg, var(--moduix-color-primary));
|
|
15
|
+
color: var(--moduix-badge-color, var(--moduix-color-primary-foreground));
|
|
16
|
+
font-size: var(--moduix-badge-font-size, var(--moduix-text-xs));
|
|
17
|
+
font-weight: var(--moduix-badge-font-weight, var(--moduix-weight-medium));
|
|
18
18
|
font-variant-numeric: tabular-nums;
|
|
19
|
-
line-height: var(--badge-line-height, var(--line-height-text-xs));
|
|
20
|
-
min-height: var(--badge-height, 1.25rem);
|
|
19
|
+
line-height: var(--moduix-badge-line-height, var(--moduix-line-height-text-xs));
|
|
20
|
+
min-height: var(--moduix-badge-height, 1.25rem);
|
|
21
21
|
user-select: none;
|
|
22
22
|
white-space: nowrap;
|
|
23
23
|
text-overflow: ellipsis;
|
|
24
24
|
vertical-align: middle;
|
|
25
|
-
transition: color var(--transition-default),
|
|
26
|
-
background-color var(--transition-default),
|
|
27
|
-
border-color var(--transition-default);
|
|
25
|
+
transition: color var(--moduix-transition-default),
|
|
26
|
+
background-color var(--moduix-transition-default),
|
|
27
|
+
border-color var(--moduix-transition-default);
|
|
28
28
|
text-decoration: none;
|
|
29
29
|
display: inline-flex;
|
|
30
30
|
overflow: hidden;
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
cursor: pointer;
|
|
34
34
|
|
|
35
35
|
&:focus-visible {
|
|
36
|
-
outline: var(--badge-focus-ring-width, var(--focus-ring-width, var(--border-width-md)))
|
|
37
|
-
solid var(--badge-focus-ring-color, var(--color-ring));
|
|
38
|
-
outline-offset: var(--badge-focus-ring-offset, var(--focus-ring-offset));
|
|
36
|
+
outline: var(--moduix-badge-focus-ring-width, var(--moduix-focus-ring-width, var(--moduix-border-width-md)))
|
|
37
|
+
solid var(--moduix-badge-focus-ring-color, var(--moduix-color-ring));
|
|
38
|
+
outline-offset: var(--moduix-badge-focus-ring-offset, var(--moduix-focus-ring-offset));
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
&[data-variant="default"], &[data-variant="secondary"], &[data-variant="destructive"] {
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
|
|
47
47
|
&[data-variant="outline"], &[data-variant="ghost"] {
|
|
48
48
|
&:hover {
|
|
49
|
-
border-color: var(--badge-border-color, var(--color-primary));
|
|
50
|
-
color: var(--badge-color, var(--color-primary));
|
|
49
|
+
border-color: var(--moduix-badge-border-color, var(--moduix-color-primary));
|
|
50
|
+
color: var(--moduix-badge-color, var(--moduix-color-primary));
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
|
|
@@ -59,40 +59,40 @@
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
& > svg {
|
|
62
|
-
width: var(--badge-icon-size, var(--spacing-3));
|
|
63
|
-
height: var(--badge-icon-size, var(--spacing-3));
|
|
62
|
+
width: var(--moduix-badge-icon-size, var(--moduix-spacing-3));
|
|
63
|
+
height: var(--moduix-badge-icon-size, var(--moduix-spacing-3));
|
|
64
64
|
pointer-events: none;
|
|
65
65
|
flex-shrink: 0;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
&[data-variant="secondary"] {
|
|
69
|
-
background-color: var(--badge-bg, var(--color-secondary));
|
|
70
|
-
color: var(--badge-color, var(--color-secondary-foreground));
|
|
69
|
+
background-color: var(--moduix-badge-bg, var(--moduix-color-secondary));
|
|
70
|
+
color: var(--moduix-badge-color, var(--moduix-color-secondary-foreground));
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
&[data-variant="destructive"] {
|
|
74
|
-
background-color: var(--badge-bg, var(--color-destructive));
|
|
75
|
-
color: var(--badge-color, var(--color-destructive-foreground));
|
|
74
|
+
background-color: var(--moduix-badge-bg, var(--moduix-color-destructive));
|
|
75
|
+
color: var(--moduix-badge-color, var(--moduix-color-destructive-foreground));
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
&[data-variant="outline"], &[data-variant="ghost"], &[data-variant="link"] {
|
|
79
|
-
background-color: var(--badge-bg, transparent);
|
|
79
|
+
background-color: var(--moduix-badge-bg, transparent);
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
&[data-variant="outline"], &[data-variant="ghost"] {
|
|
83
|
-
color: var(--badge-color, var(--color-foreground));
|
|
83
|
+
color: var(--moduix-badge-color, var(--moduix-color-foreground));
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
&[data-variant="outline"] {
|
|
87
|
-
border-color: var(--badge-border-color, var(--color-border));
|
|
87
|
+
border-color: var(--moduix-badge-border-color, var(--moduix-color-border));
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
&[data-variant="link"] {
|
|
91
91
|
min-height: auto;
|
|
92
|
-
color: var(--badge-color, var(--color-primary));
|
|
92
|
+
color: var(--moduix-badge-color, var(--moduix-color-primary));
|
|
93
93
|
text-decoration: underline;
|
|
94
94
|
text-decoration-color: color-mix(in oklab, currentColor 55%, transparent);
|
|
95
|
-
text-underline-offset: var(--badge-link-underline-offset, .15em);
|
|
95
|
+
text-underline-offset: var(--moduix-badge-link-underline-offset, .15em);
|
|
96
96
|
border-color: #0000;
|
|
97
97
|
padding-inline: 0;
|
|
98
98
|
text-decoration-thickness: from-font;
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.NXa69G_dot {
|
|
104
|
-
width: var(--badge-dot-size, var(--spacing-1-5));
|
|
105
|
-
height: var(--badge-dot-size, var(--spacing-1-5));
|
|
104
|
+
width: var(--moduix-badge-dot-size, var(--moduix-spacing-1-5));
|
|
105
|
+
height: var(--moduix-badge-dot-size, var(--moduix-spacing-1-5));
|
|
106
106
|
background-color: currentColor;
|
|
107
107
|
border-radius: 50%;
|
|
108
108
|
flex-shrink: 0;
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
@layer
|
|
1
|
+
@layer moduix.components {
|
|
2
2
|
.m38JbW_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
margin: 0;
|
|
5
5
|
|
|
6
6
|
&[data-inline="xs"] {
|
|
7
|
-
margin-inline: calc(var(--bleed-inline-xs, var(--spacing-1)) * -1);
|
|
7
|
+
margin-inline: calc(var(--moduix-bleed-inline-xs, var(--moduix-spacing-1)) * -1);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
&[data-inline="sm"] {
|
|
11
|
-
margin-inline: calc(var(--bleed-inline-sm, var(--spacing-2)) * -1);
|
|
11
|
+
margin-inline: calc(var(--moduix-bleed-inline-sm, var(--moduix-spacing-2)) * -1);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
&[data-inline="md"] {
|
|
15
|
-
margin-inline: calc(var(--bleed-inline-md, var(--spacing-3)) * -1);
|
|
15
|
+
margin-inline: calc(var(--moduix-bleed-inline-md, var(--moduix-spacing-3)) * -1);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
&[data-inline="lg"] {
|
|
19
|
-
margin-inline: calc(var(--bleed-inline-lg, var(--spacing-4)) * -1);
|
|
19
|
+
margin-inline: calc(var(--moduix-bleed-inline-lg, var(--moduix-spacing-4)) * -1);
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
&[data-inline="xl"] {
|
|
23
|
-
margin-inline: calc(var(--bleed-inline-xl, var(--spacing-6)) * -1);
|
|
23
|
+
margin-inline: calc(var(--moduix-bleed-inline-xl, var(--moduix-spacing-6)) * -1);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
&[data-inline="full"] {
|
|
27
|
-
inline-size: var(--bleed-inline-full-size, 100vw);
|
|
28
|
-
margin-inline: var(--bleed-inline-full, calc(50% - 50vw));
|
|
27
|
+
inline-size: var(--moduix-bleed-inline-full-size, 100vw);
|
|
28
|
+
margin-inline: var(--moduix-bleed-inline-full, calc(50% - 50vw));
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
&[data-block="xs"] {
|
|
32
|
-
margin-block: calc(var(--bleed-block-xs, var(--spacing-1)) * -1);
|
|
32
|
+
margin-block: calc(var(--moduix-bleed-block-xs, var(--moduix-spacing-1)) * -1);
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
&[data-block="sm"] {
|
|
36
|
-
margin-block: calc(var(--bleed-block-sm, var(--spacing-2)) * -1);
|
|
36
|
+
margin-block: calc(var(--moduix-bleed-block-sm, var(--moduix-spacing-2)) * -1);
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
&[data-block="md"] {
|
|
40
|
-
margin-block: calc(var(--bleed-block-md, var(--spacing-3)) * -1);
|
|
40
|
+
margin-block: calc(var(--moduix-bleed-block-md, var(--moduix-spacing-3)) * -1);
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
&[data-block="lg"] {
|
|
44
|
-
margin-block: calc(var(--bleed-block-lg, var(--spacing-4)) * -1);
|
|
44
|
+
margin-block: calc(var(--moduix-bleed-block-lg, var(--moduix-spacing-4)) * -1);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
&[data-block="xl"] {
|
|
48
|
-
margin-block: calc(var(--bleed-block-xl, var(--spacing-6)) * -1);
|
|
48
|
+
margin-block: calc(var(--moduix-bleed-block-xl, var(--moduix-spacing-6)) * -1);
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@layer
|
|
1
|
+
@layer moduix.components {
|
|
2
2
|
.WoRWWa_root[data-scope="breadcrumbs"][data-part="root"] {
|
|
3
|
-
max-width: var(--breadcrumbs-max-width, 100%);
|
|
4
|
-
color: var(--breadcrumbs-color, var(--color-muted-foreground));
|
|
5
|
-
font-size: var(--breadcrumbs-font-size, var(--text-sm));
|
|
6
|
-
line-height: var(--breadcrumbs-line-height, var(--line-height-text-sm));
|
|
3
|
+
max-width: var(--moduix-breadcrumbs-max-width, 100%);
|
|
4
|
+
color: var(--moduix-breadcrumbs-color, var(--moduix-color-muted-foreground));
|
|
5
|
+
font-size: var(--moduix-breadcrumbs-font-size, var(--moduix-text-sm));
|
|
6
|
+
line-height: var(--moduix-breadcrumbs-line-height, var(--moduix-line-height-text-sm));
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.WoRWWa_list[data-scope="breadcrumbs"][data-part="list"] {
|
|
10
10
|
align-items: center;
|
|
11
|
-
gap: var(--breadcrumbs-gap, var(--spacing-1));
|
|
11
|
+
gap: var(--moduix-breadcrumbs-gap, var(--moduix-spacing-1));
|
|
12
12
|
white-space: nowrap;
|
|
13
13
|
min-width: 0;
|
|
14
14
|
margin: 0;
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
display: flex;
|
|
18
18
|
|
|
19
19
|
& > .WoRWWa_item:last-child {
|
|
20
|
-
max-width: var(--breadcrumbs-item-max-width, 16rem);
|
|
20
|
+
max-width: var(--moduix-breadcrumbs-item-max-width, 16rem);
|
|
21
21
|
flex: auto;
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -32,7 +32,7 @@
|
|
|
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
|
-
padding-inline: var(--breadcrumbs-item-padding-x, var(--spacing-1));
|
|
35
|
+
padding-inline: var(--moduix-breadcrumbs-item-padding-x, var(--moduix-spacing-1));
|
|
36
36
|
white-space: nowrap;
|
|
37
37
|
display: block;
|
|
38
38
|
}
|
|
@@ -43,35 +43,35 @@
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.WoRWWa_link[data-scope="breadcrumbs"][data-part="link"] {
|
|
46
|
-
color: var(--breadcrumbs-link-color, var(--color-muted-foreground));
|
|
47
|
-
text-decoration: var(--breadcrumbs-link-text-decoration, none);
|
|
48
|
-
text-underline-offset: var(--breadcrumbs-link-underline-offset, .2em);
|
|
49
|
-
border-radius: var(--breadcrumbs-link-radius, var(--radius-sm));
|
|
50
|
-
transition: var(--breadcrumbs-link-transition, var(--transition-default));
|
|
46
|
+
color: var(--moduix-breadcrumbs-link-color, var(--moduix-color-muted-foreground));
|
|
47
|
+
text-decoration: var(--moduix-breadcrumbs-link-text-decoration, none);
|
|
48
|
+
text-underline-offset: var(--moduix-breadcrumbs-link-underline-offset, .2em);
|
|
49
|
+
border-radius: var(--moduix-breadcrumbs-link-radius, var(--moduix-radius-sm));
|
|
50
|
+
transition: var(--moduix-breadcrumbs-link-transition, var(--moduix-transition-default));
|
|
51
51
|
outline: none;
|
|
52
52
|
|
|
53
53
|
@media (hover: hover) {
|
|
54
54
|
&:hover {
|
|
55
|
-
color: var(--breadcrumbs-link-color-hover, var(--color-foreground));
|
|
56
|
-
text-decoration: var(--breadcrumbs-link-text-decoration-hover, none);
|
|
55
|
+
color: var(--moduix-breadcrumbs-link-color-hover, var(--moduix-color-foreground));
|
|
56
|
+
text-decoration: var(--moduix-breadcrumbs-link-text-decoration-hover, none);
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
&:focus-visible {
|
|
61
61
|
box-shadow: 0 0 0
|
|
62
|
-
var(--breadcrumbs-focus-ring-width, var(--focus-ring-inset-width, var(--border-width-sm)))
|
|
63
|
-
var(--breadcrumbs-focus-ring-color, var(--color-ring));
|
|
62
|
+
var(--moduix-breadcrumbs-focus-ring-width, var(--moduix-focus-ring-inset-width, var(--moduix-border-width-sm)))
|
|
63
|
+
var(--moduix-breadcrumbs-focus-ring-color, var(--moduix-color-ring));
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.WoRWWa_page[data-scope="breadcrumbs"][data-part="page"] {
|
|
68
|
-
color: var(--breadcrumbs-page-color, var(--color-foreground));
|
|
69
|
-
font-weight: var(--breadcrumbs-page-font-weight, var(--weight-medium));
|
|
68
|
+
color: var(--moduix-breadcrumbs-page-color, var(--moduix-color-foreground));
|
|
69
|
+
font-weight: var(--moduix-breadcrumbs-page-font-weight, var(--moduix-weight-medium));
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
.WoRWWa_separator[data-scope="breadcrumbs"][data-part="separator"] {
|
|
73
|
-
color: var(--breadcrumbs-separator-color, var(--color-muted-foreground));
|
|
74
|
-
font-size: var(--breadcrumbs-separator-font-size, .875em);
|
|
73
|
+
color: var(--moduix-breadcrumbs-separator-color, var(--moduix-color-muted-foreground));
|
|
74
|
+
font-size: var(--moduix-breadcrumbs-separator-font-size, .875em);
|
|
75
75
|
user-select: none;
|
|
76
76
|
align-items: center;
|
|
77
77
|
line-height: 1;
|
|
@@ -79,17 +79,17 @@
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
.WoRWWa_separatorIcon {
|
|
82
|
-
width: var(--breadcrumbs-separator-icon-size, 1em);
|
|
83
|
-
height: var(--breadcrumbs-separator-icon-size, 1em);
|
|
82
|
+
width: var(--moduix-breadcrumbs-separator-icon-size, 1em);
|
|
83
|
+
height: var(--moduix-breadcrumbs-separator-icon-size, 1em);
|
|
84
84
|
flex: none;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
.WoRWWa_ellipsis[data-scope="breadcrumbs"][data-part="ellipsis"] {
|
|
88
|
-
min-width: var(--breadcrumbs-ellipsis-size, var(--spacing-4));
|
|
89
|
-
min-height: var(--breadcrumbs-ellipsis-size, var(--spacing-4));
|
|
90
|
-
padding-inline: var(--breadcrumbs-item-padding-x, var(--spacing-1));
|
|
91
|
-
color: var(--breadcrumbs-ellipsis-color, var(--color-muted-foreground));
|
|
92
|
-
border-radius: var(--breadcrumbs-ellipsis-radius, var(--radius-sm));
|
|
88
|
+
min-width: var(--moduix-breadcrumbs-ellipsis-size, var(--moduix-spacing-4));
|
|
89
|
+
min-height: var(--moduix-breadcrumbs-ellipsis-size, var(--moduix-spacing-4));
|
|
90
|
+
padding-inline: var(--moduix-breadcrumbs-item-padding-x, var(--moduix-spacing-1));
|
|
91
|
+
color: var(--moduix-breadcrumbs-ellipsis-color, var(--moduix-color-muted-foreground));
|
|
92
|
+
border-radius: var(--moduix-breadcrumbs-ellipsis-radius, var(--moduix-radius-sm));
|
|
93
93
|
justify-content: center;
|
|
94
94
|
align-items: center;
|
|
95
95
|
display: inline-flex;
|