@moduix/react 2.0.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 +100 -173
- 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 -33
- package/dist/components/bleed/Bleed.css +13 -13
- package/dist/components/breadcrumbs/Breadcrumbs.css +29 -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 +162 -151
- package/dist/components/combobox/Combobox.css +120 -130
- package/dist/components/command-palette/CommandPalette.css +173 -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 -39
- package/dist/components/date-picker/DatePicker.css +181 -186
- package/dist/components/dialog/Dialog.css +84 -78
- package/dist/components/drawer/Drawer.css +126 -107
- package/dist/components/editable/Editable.css +64 -60
- package/dist/components/empty/Empty.css +25 -25
- package/dist/components/field/Field.css +46 -44
- 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/floating-panel/FloatingPanel.d.ts +1 -1
- 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 -56
- package/dist/components/input/Input.css +47 -46
- 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 +121 -116
- package/dist/components/marquee/Marquee.css +16 -16
- package/dist/components/menu/Menu.css +122 -118
- package/dist/components/native-select/NativeSelect.css +48 -42
- package/dist/components/number-input/NumberInput.css +62 -60
- 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 -76
- 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 +137 -128
- package/dist/components/select/Select.d.ts +0 -5
- package/dist/components/select/Select.js +1 -9
- package/dist/components/select/Select.module.js +0 -1
- package/dist/components/separator/Separator.css +13 -13
- package/dist/components/sidebar/Sidebar.css +143 -142
- package/dist/components/signature-pad/SignaturePad.css +51 -50
- package/dist/components/skeleton/Skeleton.css +7 -5
- package/dist/components/slider/Slider.css +61 -59
- 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 -88
- 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 +93 -86
- package/dist/components/text/Text.css +23 -23
- package/dist/components/text/Text.js +1 -1
- package/dist/components/textarea/Textarea.css +27 -25
- package/dist/components/timer/Timer.css +38 -37
- package/dist/components/toast/Toast.css +94 -78
- package/dist/components/toggle/Toggle.css +66 -66
- package/dist/components/toggle-group/ToggleGroup.css +16 -16
- package/dist/components/tooltip/Tooltip.css +56 -52
- package/dist/components/tour/Tour.css +121 -117
- package/dist/components/tree-view/TreeView.css +91 -86
- package/dist/components/typeset/Typeset.css +317 -0
- package/dist/components/typeset/Typeset.d.ts +7 -0
- package/dist/components/typeset/Typeset.js +33 -0
- package/dist/components/typeset/Typeset.module.js +8 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.js +3 -1
- package/dist/lib/moduix/presets/contrast.css +64 -0
- package/dist/lib/moduix/presets/dense.css +77 -0
- package/dist/lib/moduix/presets/soft.css +76 -0
- package/dist/lib/moduix/styles/reset.css +34 -1
- package/dist/lib/moduix/styles/style.css +230 -213
- package/dist/presets/contrast.d.ts +1 -0
- package/dist/presets/contrast.js +1 -0
- package/dist/presets/dense.d.ts +1 -0
- package/dist/presets/dense.js +1 -0
- package/dist/presets/soft.d.ts +1 -0
- package/dist/presets/soft.js +1 -0
- package/package.json +4 -1
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
@layer
|
|
1
|
+
@layer moduix.components {
|
|
2
2
|
.ZXk2dW_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
align-items: start;
|
|
5
|
-
row-gap: var(--alert-content-gap, var(--spacing-1));
|
|
6
|
-
column-gap: var(--alert-gap, var(--spacing-3));
|
|
7
|
-
border: var(--alert-border-width, var(--border-width-sm)) solid
|
|
8
|
-
var(--alert-border-color, var(--alert-border-color-default, var(--color-border)));
|
|
9
|
-
border-radius: var(--alert-radius, var(--radius-lg));
|
|
5
|
+
row-gap: var(--moduix-alert-content-gap, var(--moduix-spacing-1));
|
|
6
|
+
column-gap: var(--moduix-alert-gap, var(--moduix-spacing-3));
|
|
7
|
+
border: var(--moduix-alert-border-width, var(--moduix-border-width-sm)) solid
|
|
8
|
+
var(--moduix-alert-border-color, var(--moduix-alert-border-color-default, var(--moduix-color-border)));
|
|
9
|
+
border-radius: var(--moduix-alert-radius, var(--moduix-radius-lg));
|
|
10
10
|
width: 100%;
|
|
11
11
|
min-width: 0;
|
|
12
|
-
padding: var(--alert-padding, var(--spacing-3));
|
|
13
|
-
background-color: var(--alert-bg, var(--alert-bg-default, var(--color-card)));
|
|
14
|
-
color: var(--alert-color, var(--alert-color-default, var(--color-card-foreground)));
|
|
15
|
-
box-shadow: var(--alert-shadow, none);
|
|
12
|
+
padding: var(--moduix-alert-padding, var(--moduix-spacing-3));
|
|
13
|
+
background-color: var(--moduix-alert-bg, var(--moduix-alert-bg-default, var(--moduix-color-card)));
|
|
14
|
+
color: var(--moduix-alert-color, var(--moduix-alert-color-default, var(--moduix-color-card-foreground)));
|
|
15
|
+
box-shadow: var(--moduix-alert-shadow, none);
|
|
16
16
|
grid-template-columns: auto minmax(0, 1fr);
|
|
17
17
|
display: grid;
|
|
18
18
|
|
|
@@ -21,38 +21,54 @@
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
&[data-status="neutral"] {
|
|
24
|
-
--alert-bg-default: var(--color-card);
|
|
25
|
-
--alert-border-color-default: var(--color-border);
|
|
26
|
-
--alert-color-default: var(--color-card-foreground);
|
|
27
|
-
--alert-indicator-color-default: var(--color-muted-foreground);
|
|
24
|
+
--moduix-alert-bg-default: var(--moduix-color-card);
|
|
25
|
+
--moduix-alert-border-color-default: var(--moduix-color-border);
|
|
26
|
+
--moduix-alert-color-default: var(--moduix-color-card-foreground);
|
|
27
|
+
--moduix-alert-indicator-color-default: var(--moduix-color-muted-foreground);
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
&[data-status="info"] {
|
|
31
|
-
--alert-bg-default: color-mix(in oklab,
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
--alert-
|
|
31
|
+
--moduix-alert-bg-default: color-mix(in oklab,
|
|
32
|
+
var(--moduix-color-primary) 4%,
|
|
33
|
+
var(--moduix-color-background));
|
|
34
|
+
--moduix-alert-border-color-default: color-mix(in oklab,
|
|
35
|
+
var(--moduix-color-primary) 32%,
|
|
36
|
+
transparent);
|
|
37
|
+
--moduix-alert-color-default: var(--moduix-color-foreground);
|
|
38
|
+
--moduix-alert-indicator-color-default: var(--moduix-color-primary);
|
|
35
39
|
}
|
|
36
40
|
|
|
37
41
|
&[data-status="success"] {
|
|
38
|
-
--alert-bg-default: color-mix(in oklab,
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
--alert-
|
|
42
|
+
--moduix-alert-bg-default: color-mix(in oklab,
|
|
43
|
+
var(--moduix-color-success) 10%,
|
|
44
|
+
var(--moduix-color-background));
|
|
45
|
+
--moduix-alert-border-color-default: color-mix(in oklab,
|
|
46
|
+
var(--moduix-color-success) 34%,
|
|
47
|
+
transparent);
|
|
48
|
+
--moduix-alert-color-default: var(--moduix-color-foreground);
|
|
49
|
+
--moduix-alert-indicator-color-default: var(--moduix-color-success);
|
|
42
50
|
}
|
|
43
51
|
|
|
44
52
|
&[data-status="warning"] {
|
|
45
|
-
--alert-bg-default: color-mix(in oklab,
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
--alert-
|
|
53
|
+
--moduix-alert-bg-default: color-mix(in oklab,
|
|
54
|
+
var(--moduix-color-warning) 13%,
|
|
55
|
+
var(--moduix-color-background));
|
|
56
|
+
--moduix-alert-border-color-default: color-mix(in oklab,
|
|
57
|
+
var(--moduix-color-warning) 38%,
|
|
58
|
+
transparent);
|
|
59
|
+
--moduix-alert-color-default: var(--moduix-color-foreground);
|
|
60
|
+
--moduix-alert-indicator-color-default: var(--moduix-color-warning);
|
|
49
61
|
}
|
|
50
62
|
|
|
51
63
|
&[data-status="error"] {
|
|
52
|
-
--alert-bg-default: color-mix(in oklab,
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
--alert-
|
|
64
|
+
--moduix-alert-bg-default: color-mix(in oklab,
|
|
65
|
+
var(--moduix-color-destructive) 9%,
|
|
66
|
+
var(--moduix-color-background));
|
|
67
|
+
--moduix-alert-border-color-default: color-mix(in oklab,
|
|
68
|
+
var(--moduix-color-destructive) 35%,
|
|
69
|
+
transparent);
|
|
70
|
+
--moduix-alert-color-default: var(--moduix-color-foreground);
|
|
71
|
+
--moduix-alert-indicator-color-default: var(--moduix-color-destructive);
|
|
56
72
|
}
|
|
57
73
|
|
|
58
74
|
&:not(:has( > [data-part="indicator"])) {
|
|
@@ -65,43 +81,43 @@
|
|
|
65
81
|
}
|
|
66
82
|
|
|
67
83
|
.ZXk2dW_indicator {
|
|
68
|
-
width: var(--alert-indicator-size,
|
|
69
|
-
height: var(--alert-indicator-size,
|
|
70
|
-
color: var(--alert-indicator-color, var(--alert-indicator-color-default, currentColor));
|
|
84
|
+
width: var(--moduix-alert-indicator-size, var(--moduix-spacing-4));
|
|
85
|
+
height: var(--moduix-alert-indicator-size, var(--moduix-spacing-4));
|
|
86
|
+
color: var(--moduix-alert-indicator-color, var(--moduix-alert-indicator-color-default, currentColor));
|
|
71
87
|
justify-content: center;
|
|
72
88
|
align-items: center;
|
|
73
|
-
margin-block-start: var(--alert-indicator-offset,
|
|
89
|
+
margin-block-start: var(--moduix-alert-indicator-offset, var(--moduix-spacing-0-5));
|
|
74
90
|
display: inline-flex;
|
|
75
91
|
|
|
76
92
|
& :where(svg) {
|
|
77
|
-
width: var(--alert-indicator-size,
|
|
78
|
-
height: var(--alert-indicator-size,
|
|
93
|
+
width: var(--moduix-alert-indicator-size, var(--moduix-spacing-4));
|
|
94
|
+
height: var(--moduix-alert-indicator-size, var(--moduix-spacing-4));
|
|
79
95
|
pointer-events: none;
|
|
80
96
|
flex-shrink: 0;
|
|
81
97
|
}
|
|
82
98
|
}
|
|
83
99
|
|
|
84
100
|
.ZXk2dW_content {
|
|
85
|
-
gap: var(--alert-content-gap, var(--spacing-1));
|
|
101
|
+
gap: var(--moduix-alert-content-gap, var(--moduix-spacing-1));
|
|
86
102
|
min-width: 0;
|
|
87
103
|
display: grid;
|
|
88
104
|
}
|
|
89
105
|
|
|
90
106
|
.ZXk2dW_title {
|
|
91
107
|
min-width: 0;
|
|
92
|
-
color: var(--alert-title-color, var(--alert-color, var(--alert-color-default)));
|
|
93
|
-
font-size: var(--alert-title-font-size, var(--text-sm));
|
|
94
|
-
font-weight: var(--alert-title-font-weight, var(--weight-semibold));
|
|
95
|
-
line-height: var(--alert-title-line-height, var(--line-height-text-sm));
|
|
108
|
+
color: var(--moduix-alert-title-color, var(--moduix-alert-color, var(--moduix-alert-color-default)));
|
|
109
|
+
font-size: var(--moduix-alert-title-font-size, var(--moduix-text-sm));
|
|
110
|
+
font-weight: var(--moduix-alert-title-font-weight, var(--moduix-weight-semibold));
|
|
111
|
+
line-height: var(--moduix-alert-title-line-height, var(--moduix-line-height-text-sm));
|
|
96
112
|
overflow-wrap: anywhere;
|
|
97
113
|
margin: 0;
|
|
98
114
|
}
|
|
99
115
|
|
|
100
116
|
.ZXk2dW_description {
|
|
101
117
|
min-width: 0;
|
|
102
|
-
color: var(--alert-description-color, var(--color-muted-foreground));
|
|
103
|
-
font-size: var(--alert-description-font-size, var(--text-sm));
|
|
104
|
-
line-height: var(--alert-description-line-height, var(--line-height-text-sm));
|
|
118
|
+
color: var(--moduix-alert-description-color, var(--moduix-color-muted-foreground));
|
|
119
|
+
font-size: var(--moduix-alert-description-font-size, var(--moduix-text-sm));
|
|
120
|
+
line-height: var(--moduix-alert-description-line-height, var(--moduix-line-height-text-sm));
|
|
105
121
|
overflow-wrap: anywhere;
|
|
106
122
|
|
|
107
123
|
& > :first-child {
|
|
@@ -114,9 +130,9 @@
|
|
|
114
130
|
}
|
|
115
131
|
|
|
116
132
|
.ZXk2dW_actions {
|
|
117
|
-
gap: var(--alert-actions-gap, var(--spacing-2));
|
|
133
|
+
gap: var(--moduix-alert-actions-gap, var(--moduix-spacing-2));
|
|
118
134
|
flex-wrap: wrap;
|
|
119
|
-
margin-block-start: var(--alert-actions-margin-top, var(--spacing-2));
|
|
135
|
+
margin-block-start: var(--moduix-alert-actions-margin-top, var(--moduix-spacing-2));
|
|
120
136
|
display: flex;
|
|
121
137
|
}
|
|
122
138
|
}
|
|
@@ -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,
|
|
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,
|
|
58
|
-
height: var(--angle-slider-center-dot-size,
|
|
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,
|
|
96
|
-
height: var(--angle-slider-thumb-size,
|
|
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
|
-
|
|
115
|
-
width: var(--angle-slider-thumb-line-width, .1875rem);
|
|
116
|
-
height: calc(50% - var(--angle-slider-ring-thickness, .875rem) -
|
|
117
|
-
|
|
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,
|
|
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,
|
|
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,8 +33,9 @@
|
|
|
33
33
|
cursor: pointer;
|
|
34
34
|
|
|
35
35
|
&:focus-visible {
|
|
36
|
-
outline: var(--
|
|
37
|
-
|
|
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));
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
&[data-variant="default"], &[data-variant="secondary"], &[data-variant="destructive"] {
|
|
@@ -45,8 +46,8 @@
|
|
|
45
46
|
|
|
46
47
|
&[data-variant="outline"], &[data-variant="ghost"] {
|
|
47
48
|
&:hover {
|
|
48
|
-
border-color: var(--badge-border-color, var(--color-primary));
|
|
49
|
-
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));
|
|
50
51
|
}
|
|
51
52
|
}
|
|
52
53
|
|
|
@@ -58,40 +59,40 @@
|
|
|
58
59
|
}
|
|
59
60
|
|
|
60
61
|
& > svg {
|
|
61
|
-
width: var(--badge-icon-size,
|
|
62
|
-
height: var(--badge-icon-size,
|
|
62
|
+
width: var(--moduix-badge-icon-size, var(--moduix-spacing-3));
|
|
63
|
+
height: var(--moduix-badge-icon-size, var(--moduix-spacing-3));
|
|
63
64
|
pointer-events: none;
|
|
64
65
|
flex-shrink: 0;
|
|
65
66
|
}
|
|
66
67
|
|
|
67
68
|
&[data-variant="secondary"] {
|
|
68
|
-
background-color: var(--badge-bg, var(--color-secondary));
|
|
69
|
-
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));
|
|
70
71
|
}
|
|
71
72
|
|
|
72
73
|
&[data-variant="destructive"] {
|
|
73
|
-
background-color: var(--badge-bg, var(--color-destructive));
|
|
74
|
-
color: var(--badge-color, var(--color-
|
|
74
|
+
background-color: var(--moduix-badge-bg, var(--moduix-color-destructive));
|
|
75
|
+
color: var(--moduix-badge-color, var(--moduix-color-destructive-foreground));
|
|
75
76
|
}
|
|
76
77
|
|
|
77
78
|
&[data-variant="outline"], &[data-variant="ghost"], &[data-variant="link"] {
|
|
78
|
-
background-color: var(--badge-bg, transparent);
|
|
79
|
+
background-color: var(--moduix-badge-bg, transparent);
|
|
79
80
|
}
|
|
80
81
|
|
|
81
82
|
&[data-variant="outline"], &[data-variant="ghost"] {
|
|
82
|
-
color: var(--badge-color, var(--color-foreground));
|
|
83
|
+
color: var(--moduix-badge-color, var(--moduix-color-foreground));
|
|
83
84
|
}
|
|
84
85
|
|
|
85
86
|
&[data-variant="outline"] {
|
|
86
|
-
border-color: var(--badge-border-color, var(--color-border));
|
|
87
|
+
border-color: var(--moduix-badge-border-color, var(--moduix-color-border));
|
|
87
88
|
}
|
|
88
89
|
|
|
89
90
|
&[data-variant="link"] {
|
|
90
91
|
min-height: auto;
|
|
91
|
-
color: var(--badge-color, var(--color-primary));
|
|
92
|
+
color: var(--moduix-badge-color, var(--moduix-color-primary));
|
|
92
93
|
text-decoration: underline;
|
|
93
94
|
text-decoration-color: color-mix(in oklab, currentColor 55%, transparent);
|
|
94
|
-
text-underline-offset: .15em;
|
|
95
|
+
text-underline-offset: var(--moduix-badge-link-underline-offset, .15em);
|
|
95
96
|
border-color: #0000;
|
|
96
97
|
padding-inline: 0;
|
|
97
98
|
text-decoration-thickness: from-font;
|
|
@@ -100,8 +101,8 @@
|
|
|
100
101
|
}
|
|
101
102
|
|
|
102
103
|
.NXa69G_dot {
|
|
103
|
-
width: var(--badge-dot-size,
|
|
104
|
-
height: var(--badge-dot-size,
|
|
104
|
+
width: var(--moduix-badge-dot-size, var(--moduix-spacing-1-5));
|
|
105
|
+
height: var(--moduix-badge-dot-size, var(--moduix-spacing-1-5));
|
|
105
106
|
background-color: currentColor;
|
|
106
107
|
border-radius: 50%;
|
|
107
108
|
flex-shrink: 0;
|