@moduix/react 2.5.1 → 2.6.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 +24 -3
- package/THIRD_PARTY_NOTICES.md +49 -0
- package/dist/components/accordion/Accordion.js +7 -8
- package/dist/components/alert/Alert.js +6 -7
- package/dist/components/alert/Alert_module.css +3 -16
- package/dist/components/angle-slider/AngleSlider.d.ts +5 -11
- package/dist/components/angle-slider/AngleSlider.js +17 -59
- package/dist/components/aspect-ratio/AspectRatio.js +1 -2
- package/dist/components/aspect-ratio/AspectRatio_module.css +0 -13
- package/dist/components/avatar/Avatar.d.ts +3 -6
- package/dist/components/avatar/Avatar.js +7 -50
- package/dist/components/avatar/Avatar.module.js +1 -2
- package/dist/components/avatar/Avatar_module.css +0 -6
- package/dist/components/badge/Badge.d.ts +2 -2
- package/dist/components/badge/Badge.js +5 -10
- package/dist/components/badge/Badge_module.css +7 -14
- package/dist/components/bleed/Bleed.js +1 -2
- package/dist/components/breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/dist/components/breadcrumbs/Breadcrumbs.js +16 -32
- package/dist/components/breadcrumbs/Breadcrumbs_module.css +12 -14
- package/dist/components/button/Button.d.ts +4 -4
- package/dist/components/button/Button.js +1 -2
- package/dist/components/button/Button_module.css +2 -7
- package/dist/components/card/Card.d.ts +15 -15
- package/dist/components/card/Card.js +10 -11
- package/dist/components/card/Card_module.css +1 -17
- package/dist/components/carousel/Carousel.js +12 -13
- package/dist/components/carousel/Carousel_module.css +7 -0
- package/dist/components/chart/Chart.d.ts +9 -8
- package/dist/components/chart/Chart.js +7 -8
- package/dist/components/chart/Chart_module.css +0 -2
- package/dist/components/checkbox/Checkbox.d.ts +3 -2
- package/dist/components/checkbox/Checkbox.js +12 -35
- package/dist/components/clipboard/Clipboard.js +8 -9
- package/dist/components/close-button/CloseButton.js +1 -2
- package/dist/components/close-button/CloseButton_module.css +1 -10
- package/dist/components/collapsible/Collapsible.js +6 -9
- package/dist/components/collapsible/Collapsible_module.css +2 -4
- package/dist/components/color-picker/ColorPicker.d.ts +4 -3
- package/dist/components/color-picker/ColorPicker.js +32 -45
- package/dist/components/color-picker/ColorPicker_module.css +0 -1
- package/dist/components/combobox/Combobox.d.ts +5 -5
- package/dist/components/combobox/Combobox.js +20 -29
- package/dist/components/combobox/Combobox_module.css +0 -1
- package/dist/components/command-palette/CommandPalette.d.ts +7 -18
- package/dist/components/command-palette/CommandPalette.js +51 -78
- package/dist/components/command-palette/CommandPalette_module.css +11 -18
- package/dist/components/container/Container.js +1 -2
- package/dist/components/date-input/DateInput.d.ts +7 -9
- package/dist/components/date-input/DateInput.js +14 -44
- package/dist/components/date-input/DateInput_module.css +0 -1
- package/dist/components/date-picker/DatePicker.d.ts +1 -1
- package/dist/components/date-picker/DatePicker.js +34 -43
- package/dist/components/date-picker/DatePicker.module.js +1 -1
- package/dist/components/date-picker/DatePicker_module.css +5 -2
- package/dist/components/dialog/Dialog.d.ts +1 -1
- package/dist/components/dialog/Dialog.js +11 -12
- package/dist/components/drawer/Drawer.d.ts +6 -3
- package/dist/components/drawer/Drawer.js +33 -24
- package/dist/components/editable/Editable.d.ts +1 -1
- package/dist/components/editable/Editable.js +10 -11
- package/dist/components/empty/Empty.js +6 -7
- package/dist/components/field/Field.js +10 -11
- package/dist/components/fieldset/Fieldset.js +5 -6
- package/dist/components/file-upload/FileUpload.d.ts +3 -2
- package/dist/components/file-upload/FileUpload.js +28 -55
- package/dist/components/file-upload/FileUpload_module.css +4 -13
- package/dist/components/floating-panel/FloatingPanel.d.ts +2 -2
- package/dist/components/floating-panel/FloatingPanel.js +14 -15
- package/dist/components/floating-panel/FloatingPanel_module.css +4 -17
- package/dist/components/heading/Heading.js +1 -2
- package/dist/components/highlight/Highlight.js +1 -2
- package/dist/components/hover-card/HoverCard.d.ts +2 -1
- package/dist/components/hover-card/HoverCard.js +15 -6
- package/dist/components/hover-card/HoverCard.module.js +1 -0
- package/dist/components/hover-card/HoverCard_module.css +18 -3
- package/dist/components/image/Image.js +1 -2
- package/dist/components/image-cropper/ImageCropper.d.ts +1 -1
- package/dist/components/image-cropper/ImageCropper.js +7 -8
- package/dist/components/input/Input.d.ts +4 -4
- package/dist/components/input/Input.js +1 -2
- package/dist/components/input-group/InputGroup.d.ts +5 -5
- package/dist/components/input-group/InputGroup.js +5 -6
- package/dist/components/json-tree-view/JsonTreeView.js +3 -4
- package/dist/components/json-tree-view/JsonTreeView_module.css +26 -10
- package/dist/components/kbd/Kbd.js +2 -3
- package/dist/components/lightbox/Lightbox.d.ts +1 -1
- package/dist/components/lightbox/Lightbox.js +13 -14
- package/dist/components/lightbox/Lightbox_module.css +0 -2
- package/dist/components/list/List.js +2 -3
- package/dist/components/listbox/Listbox.d.ts +5 -5
- package/dist/components/listbox/Listbox.js +19 -25
- package/dist/components/listbox/Listbox.module.js +2 -2
- package/dist/components/listbox/Listbox_module.css +3 -13
- package/dist/components/marquee/Marquee.js +6 -7
- package/dist/components/menu/Menu.d.ts +2 -1
- package/dist/components/menu/Menu.js +34 -41
- package/dist/components/menu/Menu.module.js +1 -1
- package/dist/components/menu/Menu_module.css +8 -8
- package/dist/components/native-select/NativeSelect.js +2 -3
- package/dist/components/native-select/NativeSelect_module.css +0 -1
- package/dist/components/navigation-menu/NavigationMenu.js +17 -36
- package/dist/components/navigation-menu/NavigationMenu.module.js +2 -3
- package/dist/components/navigation-menu/NavigationMenu_module.css +15 -32
- package/dist/components/number-input/NumberInput.js +9 -10
- package/dist/components/pagination/Pagination.js +17 -20
- package/dist/components/pagination/Pagination_module.css +1 -5
- package/dist/components/password-input/PasswordInput.js +7 -8
- package/dist/components/pin-input/PinInput.d.ts +3 -2
- package/dist/components/pin-input/PinInput.js +13 -54
- package/dist/components/popover/Popover.d.ts +5 -3
- package/dist/components/popover/Popover.js +16 -17
- package/dist/components/progress-circular/ProgressCircular.js +8 -9
- package/dist/components/progress-circular/ProgressCircular.module.js +1 -3
- package/dist/components/progress-circular/ProgressCircular_module.css +0 -10
- package/dist/components/progress-linear/ProgressLinear.js +7 -8
- package/dist/components/progress-linear/ProgressLinear.module.js +1 -5
- package/dist/components/progress-linear/ProgressLinear_module.css +0 -20
- package/dist/components/qr-code/QrCode.js +6 -7
- package/dist/components/radio-group/RadioGroup.d.ts +1 -0
- package/dist/components/radio-group/RadioGroup.js +13 -27
- package/dist/components/radio-group/RadioGroup_module.css +0 -1
- package/dist/components/rating-group/RatingGroup.d.ts +1 -0
- package/dist/components/rating-group/RatingGroup.js +12 -29
- package/dist/components/rating-group/RatingGroup_module.css +1 -1
- package/dist/components/scroll-area/ScrollArea.js +7 -8
- package/dist/components/segment-group/SegmentGroup.d.ts +1 -0
- package/dist/components/segment-group/SegmentGroup.js +16 -30
- package/dist/components/segment-group/SegmentGroup_module.css +4 -0
- package/dist/components/select/Select.d.ts +4 -7
- package/dist/components/select/Select.js +36 -86
- package/dist/components/select/Select.module.js +1 -1
- package/dist/components/select/Select_module.css +4 -31
- package/dist/components/separator/Separator.d.ts +6 -6
- package/dist/components/separator/Separator.js +1 -2
- package/dist/components/sidebar/Sidebar.d.ts +16 -16
- package/dist/components/sidebar/Sidebar.js +35 -48
- package/dist/components/sidebar/Sidebar.module.js +2 -3
- package/dist/components/sidebar/Sidebar_module.css +62 -158
- package/dist/components/signature-pad/SignaturePad.d.ts +5 -8
- package/dist/components/signature-pad/SignaturePad.js +17 -46
- package/dist/components/signature-pad/SignaturePad_module.css +0 -1
- package/dist/components/simple-grid/SimpleGrid.js +13 -8
- package/dist/components/skeleton/Skeleton.d.ts +2 -2
- package/dist/components/skeleton/Skeleton.js +1 -2
- package/dist/components/slider/Slider.d.ts +2 -2
- package/dist/components/slider/Slider.js +18 -32
- package/dist/components/spinner/Spinner.d.ts +2 -2
- package/dist/components/spinner/Spinner.js +1 -2
- package/dist/components/split-button/SplitButton.d.ts +4 -4
- package/dist/components/split-button/SplitButton.js +11 -8
- package/dist/components/splitter/Splitter.js +5 -6
- package/dist/components/splitter/Splitter_module.css +2 -10
- package/dist/components/stack/Stack.d.ts +6 -6
- package/dist/components/stack/Stack.js +4 -5
- package/dist/components/stack/Stack_module.css +1 -1
- package/dist/components/steps/Steps.js +12 -13
- package/dist/components/steps/Steps_module.css +2 -3
- package/dist/components/swap/Swap.js +3 -4
- package/dist/components/switch/Switch.d.ts +3 -2
- package/dist/components/switch/Switch.js +12 -35
- package/dist/components/switch/Switch_module.css +0 -1
- package/dist/components/table/Table.d.ts +5 -5
- package/dist/components/table/Table.js +12 -13
- package/dist/components/tabs/Tabs.js +6 -7
- package/dist/components/tabs/Tabs_module.css +5 -10
- package/dist/components/tag/Tag.js +5 -6
- package/dist/components/tag/Tag_module.css +2 -4
- package/dist/components/tags-input/TagsInput.d.ts +3 -3
- package/dist/components/tags-input/TagsInput.js +21 -75
- package/dist/components/tags-input/TagsInput_module.css +0 -1
- package/dist/components/text/Text.js +1 -2
- package/dist/components/textarea/Textarea.js +1 -2
- package/dist/components/timer/Timer.js +7 -8
- package/dist/components/toast/Toast.d.ts +1 -1
- package/dist/components/toast/Toast.js +7 -8
- package/dist/components/toast/Toast_module.css +1 -2
- package/dist/components/toc/Toc.js +10 -11
- package/dist/components/toc/Toc_module.css +2 -2
- package/dist/components/toggle/Toggle.js +2 -3
- package/dist/components/toggle-group/ToggleGroup.d.ts +1 -1
- package/dist/components/toggle-group/ToggleGroup.js +3 -4
- package/dist/components/tooltip/Tooltip.d.ts +1 -1
- package/dist/components/tooltip/Tooltip.js +6 -7
- package/dist/components/tooltip/Tooltip_module.css +1 -1
- package/dist/components/tour/Tour.d.ts +1 -1
- package/dist/components/tour/Tour.js +14 -15
- package/dist/components/tree-view/TreeView.d.ts +4 -4
- package/dist/components/tree-view/TreeView.js +17 -18
- package/dist/components/tree-view/TreeView_module.css +39 -12
- package/dist/components/typeset/Typeset.js +2 -3
- package/dist/components/typeset/Typeset_module.css +300 -159
- package/dist/internal/icons/ui/Icons.d.ts +9 -30
- package/dist/internal/icons/ui/Icons.js +67 -807
- package/dist/internal/icons/ui/index.d.ts +1 -1
- package/dist/styles/animations.css +310 -0
- package/dist/styles/style.css +168 -2
- package/package.json +23 -23
- package/dist/internal/normalizeClassName.d.ts +0 -1
- package/dist/internal/normalizeClassName.js +0 -2
|
@@ -1,234 +1,347 @@
|
|
|
1
|
-
@layer
|
|
1
|
+
@layer base {
|
|
2
2
|
.root-DaHOOi {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
font-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
--moduix-typeset-font-body: inherit;
|
|
4
|
+
--moduix-typeset-font-heading: var(--moduix-font-sans);
|
|
5
|
+
--moduix-typeset-font-mono: var(--moduix-font-mono);
|
|
6
|
+
--moduix-typeset-size: 1em;
|
|
7
|
+
--moduix-typeset-leading: 1.75;
|
|
8
|
+
--moduix-typeset-flow: 1.25em;
|
|
9
9
|
}
|
|
10
|
+
}
|
|
10
11
|
|
|
11
|
-
|
|
12
|
+
@layer components {
|
|
13
|
+
.root-DaHOOi {
|
|
14
|
+
font-family: var(--moduix-typeset-font-body);
|
|
15
|
+
font-size: calc(var(--moduix-typeset-size) * 1.125);
|
|
16
|
+
line-height: var(--moduix-typeset-leading);
|
|
17
|
+
color: var(--moduix-color-foreground, currentColor);
|
|
18
|
+
overflow-wrap: break-word;
|
|
19
|
+
margin-trim: block-start;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@media (width >= 48rem), print {
|
|
12
23
|
.root-DaHOOi {
|
|
13
|
-
font-size: var(--moduix-typeset-size
|
|
24
|
+
font-size: var(--moduix-typeset-size);
|
|
14
25
|
}
|
|
15
26
|
}
|
|
16
27
|
|
|
17
28
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(p) {
|
|
18
|
-
margin-block: var(--moduix-typeset-flow
|
|
29
|
+
margin-block-start: var(--moduix-typeset-flow);
|
|
30
|
+
margin-block-end: 0;
|
|
19
31
|
}
|
|
20
32
|
|
|
21
33
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(h1, h2, h3, h4, h5, h6) {
|
|
22
|
-
color: var(--moduix-color-foreground);
|
|
23
|
-
font-family: var(--moduix-typeset-font-heading
|
|
24
|
-
font-weight: var(--moduix-weight-semibold);
|
|
25
|
-
letter-spacing: -.02em;
|
|
34
|
+
color: var(--moduix-color-foreground, currentColor);
|
|
35
|
+
font-family: var(--moduix-typeset-font-heading);
|
|
26
36
|
margin-block-end: 0;
|
|
37
|
+
font-weight: 600;
|
|
27
38
|
}
|
|
28
39
|
|
|
29
40
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(h1) {
|
|
30
|
-
margin-block-start: var(--moduix-typeset-flow
|
|
41
|
+
margin-block-start: var(--moduix-typeset-flow);
|
|
31
42
|
font-size: 1.75em;
|
|
32
43
|
line-height: 1.3;
|
|
33
44
|
}
|
|
34
45
|
|
|
35
46
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(h2) {
|
|
36
|
-
margin-block-start: calc(var(--moduix-typeset-flow
|
|
47
|
+
margin-block-start: calc(var(--moduix-typeset-flow) * 1.4);
|
|
37
48
|
font-size: 1.25em;
|
|
38
49
|
line-height: 1.4;
|
|
39
50
|
}
|
|
40
51
|
|
|
41
52
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(h3) {
|
|
42
|
-
margin-block-start: var(--moduix-typeset-flow
|
|
53
|
+
margin-block-start: var(--moduix-typeset-flow);
|
|
43
54
|
font-size: 1.125em;
|
|
44
55
|
line-height: 1.45;
|
|
45
56
|
}
|
|
46
57
|
|
|
47
58
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(h4) {
|
|
48
|
-
margin-block-start: var(--moduix-typeset-flow
|
|
59
|
+
margin-block-start: var(--moduix-typeset-flow);
|
|
49
60
|
font-size: 1em;
|
|
50
61
|
line-height: 1.5;
|
|
51
62
|
}
|
|
52
63
|
|
|
53
64
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(h5) {
|
|
54
|
-
color: var(--moduix-color-muted-foreground);
|
|
65
|
+
color: var(--moduix-color-muted-foreground, color-mix(in oklab, currentColor 60%, transparent));
|
|
66
|
+
margin-block-start: calc(var(--moduix-typeset-flow) / .875);
|
|
55
67
|
font-size: .875em;
|
|
56
|
-
font-weight:
|
|
57
|
-
margin-block-start: calc(var(--moduix-typeset-flow, 1.25em) / .875);
|
|
68
|
+
font-weight: 500;
|
|
58
69
|
line-height: 1.5;
|
|
59
70
|
}
|
|
60
71
|
|
|
61
72
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(h6) {
|
|
62
|
-
color: var(--moduix-color-muted-foreground);
|
|
63
|
-
font-size: .8125em;
|
|
64
|
-
font-weight: var(--moduix-weight-medium);
|
|
65
73
|
letter-spacing: .08em;
|
|
66
74
|
text-transform: uppercase;
|
|
67
|
-
|
|
75
|
+
color: var(--moduix-color-muted-foreground, color-mix(in oklab, currentColor 60%, transparent));
|
|
76
|
+
margin-block-start: calc(var(--moduix-typeset-flow) / .8125);
|
|
77
|
+
font-size: .8125em;
|
|
78
|
+
font-weight: 500;
|
|
68
79
|
line-height: 1.5;
|
|
69
80
|
}
|
|
70
81
|
|
|
71
82
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where([id]) {
|
|
72
|
-
scroll-margin-block-start: var(--moduix-typeset-flow
|
|
83
|
+
scroll-margin-block-start: var(--moduix-typeset-flow);
|
|
73
84
|
}
|
|
74
85
|
|
|
75
86
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + *) {
|
|
76
87
|
margin-block-start: 1em;
|
|
77
88
|
}
|
|
78
89
|
|
|
90
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(:is(h1, h2, h3, h4) :is(code)) {
|
|
91
|
+
font-size: .9em;
|
|
92
|
+
}
|
|
93
|
+
|
|
79
94
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(a) {
|
|
80
|
-
color:
|
|
81
|
-
text-
|
|
82
|
-
text-decoration:
|
|
83
|
-
text-decoration-
|
|
95
|
+
color: inherit;
|
|
96
|
+
text-decoration-line: underline;
|
|
97
|
+
-webkit-text-decoration-color: color-mix(in oklab, currentColor 30%, transparent);
|
|
98
|
+
text-decoration-color: color-mix(in oklab, currentColor 30%, transparent);
|
|
99
|
+
font-weight: 500;
|
|
84
100
|
}
|
|
85
101
|
|
|
86
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
87
|
-
|
|
88
|
-
|
|
102
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(a:hover) {
|
|
103
|
+
text-decoration-color: currentColor;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(a:focus-visible) {
|
|
107
|
+
outline: 2px solid var(--moduix-color-ring, currentColor);
|
|
108
|
+
outline-offset: 2px;
|
|
109
|
+
border-radius: .125em;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(:is(h1, h2, h3, h4, h5, h6) :is(a)) {
|
|
113
|
+
font-weight: inherit;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(strong, b), .root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(:is(h1, h2, h3, h4) :is(strong, b)) {
|
|
117
|
+
font-weight: 600;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(mark) {
|
|
121
|
+
color: inherit;
|
|
122
|
+
background-color: #f4ce2366;
|
|
123
|
+
background-color: lab(84.3279% 2.77337 79.232 / .4);
|
|
124
|
+
border-radius: .2em;
|
|
125
|
+
padding: .05em .15em;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(abbr[title]) {
|
|
129
|
+
text-underline-offset: .2em;
|
|
130
|
+
cursor: help;
|
|
131
|
+
text-decoration-line: underline;
|
|
132
|
+
text-decoration-style: dotted;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(del, s) {
|
|
136
|
+
color: var(--moduix-color-muted-foreground, color-mix(in oklab, currentColor 60%, transparent));
|
|
137
|
+
text-decoration-line: line-through;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(sup, sub) {
|
|
141
|
+
vertical-align: baseline;
|
|
142
|
+
font-size: .75em;
|
|
143
|
+
line-height: 0;
|
|
144
|
+
position: relative;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(sup) {
|
|
148
|
+
top: -.5em;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(sub) {
|
|
152
|
+
bottom: -.25em;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(sup a) {
|
|
156
|
+
font-weight: 500;
|
|
157
|
+
text-decoration-line: none;
|
|
89
158
|
}
|
|
90
159
|
|
|
91
160
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(ul) {
|
|
92
|
-
list-style:
|
|
161
|
+
list-style-type: disc;
|
|
93
162
|
}
|
|
94
163
|
|
|
95
164
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(ol) {
|
|
96
|
-
list-style: decimal;
|
|
165
|
+
list-style-type: decimal;
|
|
97
166
|
}
|
|
98
167
|
|
|
99
168
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(ul ul) {
|
|
100
|
-
list-style: circle;
|
|
169
|
+
list-style-type: circle;
|
|
101
170
|
}
|
|
102
171
|
|
|
103
172
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(ul ul ul) {
|
|
104
|
-
list-style: square;
|
|
173
|
+
list-style-type: square;
|
|
105
174
|
}
|
|
106
175
|
|
|
107
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(ol
|
|
108
|
-
list-style: lower-alpha;
|
|
176
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(ol[type="a" i]) {
|
|
177
|
+
list-style-type: lower-alpha;
|
|
109
178
|
}
|
|
110
179
|
|
|
111
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(ol
|
|
112
|
-
list-style: lower-roman;
|
|
180
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(ol[type="i" i]) {
|
|
181
|
+
list-style-type: lower-roman;
|
|
113
182
|
}
|
|
114
183
|
|
|
115
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
116
|
-
|
|
117
|
-
font-weight: var(--moduix-weight-semibold);
|
|
184
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(ol[type="A" s]) {
|
|
185
|
+
list-style-type: upper-alpha;
|
|
118
186
|
}
|
|
119
187
|
|
|
120
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
121
|
-
|
|
188
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(ol[type="I" s]) {
|
|
189
|
+
list-style-type: upper-roman;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(ul, ol) {
|
|
193
|
+
margin-block-start: var(--moduix-typeset-flow);
|
|
194
|
+
margin-block-end: 0;
|
|
195
|
+
padding-inline-start: 1.5em;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(li) {
|
|
199
|
+
margin-block-start: .5em;
|
|
200
|
+
padding-inline-start: .4em;
|
|
122
201
|
}
|
|
123
202
|
|
|
124
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(li > ul, li > ol) {
|
|
203
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(li > p, li > ul, li > ol) {
|
|
125
204
|
margin-block-start: .5em;
|
|
126
205
|
}
|
|
127
206
|
|
|
207
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(ul > li)::marker {
|
|
208
|
+
color: var(--moduix-color-muted-foreground, color-mix(in oklab, currentColor 60%, transparent));
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(ol > li)::marker {
|
|
212
|
+
color: var(--moduix-color-muted-foreground, color-mix(in oklab, currentColor 60%, transparent));
|
|
213
|
+
}
|
|
214
|
+
|
|
128
215
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(ul.contains-task-list) {
|
|
129
216
|
padding-inline-start: .25em;
|
|
130
|
-
list-style: none;
|
|
217
|
+
list-style-type: none;
|
|
131
218
|
}
|
|
132
219
|
|
|
133
220
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(li.task-list-item > input[type="checkbox"]) {
|
|
134
221
|
vertical-align: -.1em;
|
|
135
|
-
accent-color: var(--moduix-color-primary);
|
|
222
|
+
accent-color: var(--moduix-color-primary, currentColor);
|
|
136
223
|
margin-inline-end: .5em;
|
|
137
224
|
}
|
|
138
225
|
|
|
139
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
140
|
-
margin-block: var(--moduix-typeset-flow
|
|
141
|
-
|
|
142
|
-
color: var(--moduix-color-muted-foreground);
|
|
143
|
-
margin-inline: 0;
|
|
144
|
-
padding-inline-start: 1em;
|
|
226
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(details) {
|
|
227
|
+
margin-block-start: var(--moduix-typeset-flow);
|
|
228
|
+
margin-block-end: 0;
|
|
145
229
|
}
|
|
146
230
|
|
|
147
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
color: var(--moduix-color-foreground);
|
|
151
|
-
font-family: var(--moduix-typeset-font-mono, var(--moduix-font-mono));
|
|
152
|
-
padding: .1em .3em;
|
|
153
|
-
font-size: .875em;
|
|
231
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(summary) {
|
|
232
|
+
cursor: pointer;
|
|
233
|
+
font-weight: 500;
|
|
154
234
|
}
|
|
155
235
|
|
|
156
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
157
|
-
|
|
158
|
-
margin-block: var(--moduix-typeset-flow, 1.25em) 0;
|
|
159
|
-
border: var(--moduix-border-width-sm) solid var(--moduix-color-border);
|
|
160
|
-
border-radius: var(--moduix-radius-md);
|
|
161
|
-
background: var(--moduix-color-muted);
|
|
162
|
-
color: var(--moduix-color-foreground);
|
|
163
|
-
font-family: var(--moduix-typeset-font-mono, var(--moduix-font-mono));
|
|
164
|
-
padding: 1em;
|
|
165
|
-
font-size: .875em;
|
|
166
|
-
line-height: 1.6;
|
|
167
|
-
overflow-x: auto;
|
|
236
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(summary)::marker {
|
|
237
|
+
color: var(--moduix-color-muted-foreground, color-mix(in oklab, currentColor 60%, transparent));
|
|
168
238
|
}
|
|
169
239
|
|
|
170
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
border-
|
|
175
|
-
padding:
|
|
240
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(kbd) {
|
|
241
|
+
border: 1px solid
|
|
242
|
+
var(--moduix-color-border, color-mix(in oklab, currentColor 20%, transparent));
|
|
243
|
+
border-radius: min(calc(var(--moduix-radius-md, .5em) * .6), .35em);
|
|
244
|
+
border-block-end-width: 2px;
|
|
245
|
+
padding: .0625em .35em;
|
|
246
|
+
font-family: inherit;
|
|
247
|
+
font-size: .85em;
|
|
248
|
+
font-weight: 500;
|
|
176
249
|
}
|
|
177
250
|
|
|
178
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
179
|
-
margin-block: var(--moduix-typeset-flow
|
|
180
|
-
|
|
181
|
-
border-block-start: var(--moduix-border-width-sm) solid var(--moduix-color-border);
|
|
251
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(dl) {
|
|
252
|
+
margin-block-start: var(--moduix-typeset-flow);
|
|
253
|
+
margin-block-end: 0;
|
|
182
254
|
}
|
|
183
255
|
|
|
184
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
margin-block: var(--moduix-typeset-flow, 1.25em) 0;
|
|
188
|
-
border-collapse: separate;
|
|
189
|
-
border-spacing: 0;
|
|
190
|
-
border-block-end: var(--moduix-border-width-sm) solid var(--moduix-color-border);
|
|
191
|
-
font-variant-numeric: tabular-nums;
|
|
192
|
-
font-size: 1em;
|
|
193
|
-
line-height: 1.5;
|
|
256
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(dt) {
|
|
257
|
+
margin-block-start: 1em;
|
|
258
|
+
font-weight: 500;
|
|
194
259
|
}
|
|
195
260
|
|
|
196
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
197
|
-
|
|
198
|
-
text-align: start;
|
|
199
|
-
white-space: nowrap;
|
|
200
|
-
padding: .65em 1em;
|
|
261
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(dt + dt) {
|
|
262
|
+
margin-block-start: .25em;
|
|
201
263
|
}
|
|
202
264
|
|
|
203
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
265
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(dd) {
|
|
266
|
+
color: var(--moduix-color-muted-foreground, color-mix(in oklab, currentColor 60%, transparent));
|
|
267
|
+
margin-block-start: .25em;
|
|
268
|
+
margin-inline-start: 0;
|
|
269
|
+
padding-inline-start: 1em;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(:not(pre) > code) {
|
|
273
|
+
background-color: var(--moduix-color-muted, color-mix(in oklab, currentColor 8%, transparent));
|
|
274
|
+
font-family: var(--moduix-typeset-font-mono);
|
|
275
|
+
border-radius: min(calc(var(--moduix-radius-md, .5em) * .6), .35em);
|
|
276
|
+
padding: .125em .3em;
|
|
277
|
+
font-size: .85em;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(pre) {
|
|
281
|
+
background-color: var(--moduix-color-muted, color-mix(in oklab, currentColor 8%, transparent));
|
|
282
|
+
font-family: var(--moduix-typeset-font-mono);
|
|
283
|
+
tab-size: 2;
|
|
284
|
+
border-radius: var(--moduix-radius-md, .5em);
|
|
285
|
+
direction: ltr;
|
|
286
|
+
margin-block-start: calc(var(--moduix-typeset-flow) / .875);
|
|
287
|
+
margin-block-end: 0;
|
|
207
288
|
padding: .75em 1em;
|
|
289
|
+
font-size: .875em;
|
|
290
|
+
line-height: 1.5;
|
|
291
|
+
overflow-x: auto;
|
|
208
292
|
}
|
|
209
293
|
|
|
210
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
211
|
-
font-
|
|
294
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(pre code) {
|
|
295
|
+
font-family: inherit;
|
|
296
|
+
font-size: inherit;
|
|
297
|
+
background-color: #0000;
|
|
298
|
+
border-radius: 0;
|
|
299
|
+
padding: 0;
|
|
212
300
|
}
|
|
213
301
|
|
|
214
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
215
|
-
|
|
302
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(blockquote) {
|
|
303
|
+
border-inline-start: 2px solid
|
|
304
|
+
var(--moduix-color-border, color-mix(in oklab, currentColor 20%, transparent));
|
|
305
|
+
margin-block-start: var(--moduix-typeset-flow);
|
|
306
|
+
margin-block-end: 0;
|
|
307
|
+
margin-inline: 0;
|
|
308
|
+
padding-inline-start: 1em;
|
|
216
309
|
}
|
|
217
310
|
|
|
218
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
219
|
-
|
|
311
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(hr) {
|
|
312
|
+
border: 0;
|
|
313
|
+
border-block-start: 1px solid
|
|
314
|
+
var(--moduix-color-border, color-mix(in oklab, currentColor 20%, transparent));
|
|
315
|
+
margin-block-start: calc(var(--moduix-typeset-flow) * 2.4);
|
|
316
|
+
margin-block-end: 0;
|
|
220
317
|
}
|
|
221
318
|
|
|
222
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
223
|
-
|
|
319
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(hr + h1, hr + h2, hr + h3, hr + h4) {
|
|
320
|
+
margin-block-start: var(--moduix-typeset-flow);
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(.footnotes, [data-footnotes]) {
|
|
324
|
+
border-block-start: 1px solid
|
|
325
|
+
var(--moduix-color-border, color-mix(in oklab, currentColor 20%, transparent));
|
|
326
|
+
color: var(--moduix-color-muted-foreground, color-mix(in oklab, currentColor 60%, transparent));
|
|
327
|
+
margin-block-start: calc(var(--moduix-typeset-flow) * 2);
|
|
328
|
+
padding-block-start: var(--moduix-typeset-flow);
|
|
329
|
+
font-size: .875em;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(math[display="block"]) {
|
|
333
|
+
margin-block-start: var(--moduix-typeset-flow);
|
|
334
|
+
margin-block-end: 0;
|
|
335
|
+
padding-block: .25em;
|
|
336
|
+
overflow: auto hidden;
|
|
224
337
|
}
|
|
225
338
|
|
|
226
339
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(img, video) {
|
|
340
|
+
border-radius: var(--moduix-radius-md, .5em);
|
|
227
341
|
max-width: 100%;
|
|
228
342
|
height: auto;
|
|
229
|
-
margin-block: var(--moduix-typeset-flow
|
|
230
|
-
|
|
231
|
-
display: block;
|
|
343
|
+
margin-block-start: var(--moduix-typeset-flow);
|
|
344
|
+
margin-block-end: 0;
|
|
232
345
|
}
|
|
233
346
|
|
|
234
347
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(p img) {
|
|
@@ -236,14 +349,15 @@
|
|
|
236
349
|
}
|
|
237
350
|
|
|
238
351
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(figure) {
|
|
239
|
-
margin-block: var(--moduix-typeset-flow
|
|
352
|
+
margin-block-start: var(--moduix-typeset-flow);
|
|
353
|
+
margin-block-end: 0;
|
|
240
354
|
margin-inline: 0;
|
|
241
355
|
}
|
|
242
356
|
|
|
243
357
|
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(figcaption, caption) {
|
|
244
|
-
color: var(--moduix-color-muted-foreground);
|
|
358
|
+
color: var(--moduix-color-muted-foreground, color-mix(in oklab, currentColor 60%, transparent));
|
|
245
359
|
text-align: center;
|
|
246
|
-
margin-block-start: .
|
|
360
|
+
margin-block-start: .857143em;
|
|
247
361
|
font-size: .875em;
|
|
248
362
|
}
|
|
249
363
|
|
|
@@ -251,75 +365,102 @@
|
|
|
251
365
|
caption-side: bottom;
|
|
252
366
|
}
|
|
253
367
|
|
|
254
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
255
|
-
|
|
368
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(table) {
|
|
369
|
+
font-variant-numeric: tabular-nums;
|
|
370
|
+
border-collapse: separate;
|
|
371
|
+
border-spacing: 0;
|
|
372
|
+
border-block-end: 1px solid
|
|
373
|
+
var(--moduix-color-border, color-mix(in oklab, currentColor 20%, transparent));
|
|
374
|
+
max-width: 100%;
|
|
375
|
+
margin-block-start: var(--moduix-typeset-flow);
|
|
376
|
+
margin-block-end: 0;
|
|
377
|
+
font-size: 1em;
|
|
378
|
+
line-height: 1.5;
|
|
256
379
|
}
|
|
257
380
|
|
|
258
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
259
|
-
|
|
260
|
-
|
|
381
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(.scroll-ZsvXUQ) {
|
|
382
|
+
margin-block-start: var(--moduix-typeset-flow);
|
|
383
|
+
overflow-x: auto;
|
|
261
384
|
}
|
|
262
385
|
|
|
263
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
264
|
-
|
|
386
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(.scroll-ZsvXUQ > *) {
|
|
387
|
+
margin-block-start: 0;
|
|
265
388
|
}
|
|
266
389
|
|
|
267
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
268
|
-
|
|
390
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(.scroll-ZsvXUQ table) {
|
|
391
|
+
width: max-content;
|
|
392
|
+
max-width: none;
|
|
269
393
|
}
|
|
270
394
|
|
|
271
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
272
|
-
|
|
273
|
-
|
|
395
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(thead th) {
|
|
396
|
+
text-align: start;
|
|
397
|
+
white-space: nowrap;
|
|
398
|
+
padding: .65em 1em;
|
|
399
|
+
font-weight: 500;
|
|
274
400
|
}
|
|
275
401
|
|
|
276
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
277
|
-
|
|
402
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(:is(tbody, tfoot) :is(td, th)) {
|
|
403
|
+
text-align: start;
|
|
404
|
+
vertical-align: top;
|
|
405
|
+
border-block-start: 1px solid
|
|
406
|
+
var(--moduix-color-border, color-mix(in oklab, currentColor 20%, transparent));
|
|
407
|
+
padding: .75em 1em;
|
|
278
408
|
}
|
|
279
409
|
|
|
280
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
281
|
-
|
|
282
|
-
margin-block-start: .25em;
|
|
283
|
-
margin-inline-start: 0;
|
|
284
|
-
padding-inline-start: 1em;
|
|
410
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(tbody th, tfoot th) {
|
|
411
|
+
font-weight: 500;
|
|
285
412
|
}
|
|
286
413
|
|
|
287
|
-
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(
|
|
288
|
-
|
|
289
|
-
border-block-start: var(--moduix-border-width-sm) solid var(--moduix-color-border);
|
|
290
|
-
color: var(--moduix-color-muted-foreground);
|
|
291
|
-
padding-block-start: var(--moduix-typeset-flow, 1.25em);
|
|
292
|
-
font-size: .875em;
|
|
414
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(th:first-child, td:first-child) {
|
|
415
|
+
padding-inline-start: 0;
|
|
293
416
|
}
|
|
294
417
|
|
|
295
|
-
.root-DaHOOi
|
|
296
|
-
|
|
418
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(th[align="center"], td[align="center"]) {
|
|
419
|
+
text-align: center;
|
|
297
420
|
}
|
|
298
421
|
|
|
299
|
-
.
|
|
300
|
-
|
|
301
|
-
overscroll-behavior-inline: contain;
|
|
302
|
-
margin-block-start: var(--moduix-typeset-flow, 1.25em);
|
|
303
|
-
overflow-x: auto;
|
|
422
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(th[align="right"], td[align="right"]) {
|
|
423
|
+
text-align: end;
|
|
304
424
|
}
|
|
305
425
|
|
|
306
|
-
.
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
426
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(li > blockquote, li > table, li > figure) {
|
|
427
|
+
margin-block-start: .5em;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(li > pre) {
|
|
431
|
+
margin-block-start: .571429em;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
@media print {
|
|
435
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(pre, table, blockquote, figure) {
|
|
436
|
+
break-inside: avoid;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(h1, h2, h3, h4) {
|
|
440
|
+
break-after: avoid;
|
|
441
|
+
}
|
|
310
442
|
}
|
|
311
443
|
|
|
312
|
-
|
|
444
|
+
@media (forced-colors: active) {
|
|
445
|
+
.root-DaHOOi :not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)):where(:not(pre) > code) {
|
|
446
|
+
border: 1px solid;
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.root-DaHOOi > :where(:first-child):not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)), .root-DaHOOi > :where(:first-child) > :where(:first-child):not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)), .root-DaHOOi :where(li > :first-child, blockquote > :first-child, td > :first-child, th > :first-child, dd > :first-child, figure > :first-child, figure > picture > img):not(:where(.not-typeset, [data-not-typeset], .not-typeset *, [data-not-typeset] *)) {
|
|
313
451
|
margin-block-start: 0;
|
|
314
452
|
}
|
|
315
453
|
|
|
316
|
-
.
|
|
317
|
-
|
|
318
|
-
|
|
454
|
+
.scroll-ZsvXUQ {
|
|
455
|
+
box-sizing: border-box;
|
|
456
|
+
overscroll-behavior-inline: contain;
|
|
457
|
+
max-width: 100%;
|
|
319
458
|
}
|
|
320
459
|
|
|
321
|
-
|
|
322
|
-
|
|
460
|
+
.scroll-ZsvXUQ:focus-visible {
|
|
461
|
+
outline: var(--moduix-focus-ring-width, var(--moduix-border-width-md)) solid
|
|
462
|
+
var(--moduix-color-ring);
|
|
463
|
+
outline-offset: var(--moduix-focus-ring-inset-offset);
|
|
323
464
|
}
|
|
324
465
|
}
|
|
325
466
|
|