@moduix/react 2.5.0 → 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.
Files changed (200) hide show
  1. package/README.md +65 -86
  2. package/THIRD_PARTY_NOTICES.md +49 -0
  3. package/dist/components/accordion/Accordion.js +7 -8
  4. package/dist/components/alert/Alert.js +6 -7
  5. package/dist/components/alert/Alert_module.css +3 -16
  6. package/dist/components/angle-slider/AngleSlider.d.ts +5 -11
  7. package/dist/components/angle-slider/AngleSlider.js +17 -59
  8. package/dist/components/aspect-ratio/AspectRatio.js +1 -2
  9. package/dist/components/aspect-ratio/AspectRatio_module.css +0 -13
  10. package/dist/components/avatar/Avatar.d.ts +3 -6
  11. package/dist/components/avatar/Avatar.js +7 -50
  12. package/dist/components/avatar/Avatar.module.js +1 -2
  13. package/dist/components/avatar/Avatar_module.css +0 -6
  14. package/dist/components/badge/Badge.d.ts +2 -2
  15. package/dist/components/badge/Badge.js +5 -10
  16. package/dist/components/badge/Badge_module.css +7 -14
  17. package/dist/components/bleed/Bleed.js +1 -2
  18. package/dist/components/breadcrumbs/Breadcrumbs.d.ts +1 -1
  19. package/dist/components/breadcrumbs/Breadcrumbs.js +16 -32
  20. package/dist/components/breadcrumbs/Breadcrumbs_module.css +12 -14
  21. package/dist/components/button/Button.d.ts +4 -4
  22. package/dist/components/button/Button.js +1 -2
  23. package/dist/components/button/Button_module.css +2 -7
  24. package/dist/components/card/Card.d.ts +15 -15
  25. package/dist/components/card/Card.js +10 -11
  26. package/dist/components/card/Card_module.css +1 -17
  27. package/dist/components/carousel/Carousel.js +12 -13
  28. package/dist/components/carousel/Carousel_module.css +10 -3
  29. package/dist/components/chart/Chart.d.ts +9 -8
  30. package/dist/components/chart/Chart.js +7 -8
  31. package/dist/components/chart/Chart_module.css +0 -2
  32. package/dist/components/checkbox/Checkbox.d.ts +3 -2
  33. package/dist/components/checkbox/Checkbox.js +12 -35
  34. package/dist/components/clipboard/Clipboard.js +8 -9
  35. package/dist/components/close-button/CloseButton.js +1 -2
  36. package/dist/components/close-button/CloseButton_module.css +1 -10
  37. package/dist/components/collapsible/Collapsible.js +6 -9
  38. package/dist/components/collapsible/Collapsible_module.css +2 -4
  39. package/dist/components/color-picker/ColorPicker.d.ts +4 -3
  40. package/dist/components/color-picker/ColorPicker.js +32 -45
  41. package/dist/components/color-picker/ColorPicker_module.css +0 -1
  42. package/dist/components/combobox/Combobox.d.ts +5 -5
  43. package/dist/components/combobox/Combobox.js +20 -29
  44. package/dist/components/combobox/Combobox_module.css +0 -1
  45. package/dist/components/command-palette/CommandPalette.d.ts +7 -18
  46. package/dist/components/command-palette/CommandPalette.js +51 -78
  47. package/dist/components/command-palette/CommandPalette_module.css +11 -18
  48. package/dist/components/container/Container.js +1 -2
  49. package/dist/components/date-input/DateInput.d.ts +7 -9
  50. package/dist/components/date-input/DateInput.js +14 -44
  51. package/dist/components/date-input/DateInput_module.css +0 -1
  52. package/dist/components/date-picker/DatePicker.d.ts +1 -1
  53. package/dist/components/date-picker/DatePicker.js +34 -43
  54. package/dist/components/date-picker/DatePicker.module.js +1 -1
  55. package/dist/components/date-picker/DatePicker_module.css +14 -4
  56. package/dist/components/dialog/Dialog.d.ts +1 -1
  57. package/dist/components/dialog/Dialog.js +11 -12
  58. package/dist/components/drawer/Drawer.d.ts +6 -3
  59. package/dist/components/drawer/Drawer.js +33 -24
  60. package/dist/components/editable/Editable.d.ts +1 -1
  61. package/dist/components/editable/Editable.js +10 -11
  62. package/dist/components/empty/Empty.js +6 -7
  63. package/dist/components/field/Field.js +10 -11
  64. package/dist/components/fieldset/Fieldset.js +5 -6
  65. package/dist/components/file-upload/FileUpload.d.ts +3 -2
  66. package/dist/components/file-upload/FileUpload.js +28 -55
  67. package/dist/components/file-upload/FileUpload_module.css +4 -13
  68. package/dist/components/floating-panel/FloatingPanel.d.ts +2 -2
  69. package/dist/components/floating-panel/FloatingPanel.js +14 -15
  70. package/dist/components/floating-panel/FloatingPanel_module.css +4 -17
  71. package/dist/components/heading/Heading.js +1 -2
  72. package/dist/components/highlight/Highlight.js +1 -2
  73. package/dist/components/hover-card/HoverCard.d.ts +2 -1
  74. package/dist/components/hover-card/HoverCard.js +15 -6
  75. package/dist/components/hover-card/HoverCard.module.js +1 -0
  76. package/dist/components/hover-card/HoverCard_module.css +18 -3
  77. package/dist/components/image/Image.js +1 -2
  78. package/dist/components/image-cropper/ImageCropper.d.ts +1 -1
  79. package/dist/components/image-cropper/ImageCropper.js +7 -8
  80. package/dist/components/input/Input.d.ts +4 -4
  81. package/dist/components/input/Input.js +1 -2
  82. package/dist/components/input-group/InputGroup.d.ts +5 -5
  83. package/dist/components/input-group/InputGroup.js +5 -6
  84. package/dist/components/json-tree-view/JsonTreeView.js +3 -4
  85. package/dist/components/json-tree-view/JsonTreeView_module.css +26 -10
  86. package/dist/components/kbd/Kbd.js +2 -3
  87. package/dist/components/lightbox/Lightbox.d.ts +1 -1
  88. package/dist/components/lightbox/Lightbox.js +13 -14
  89. package/dist/components/lightbox/Lightbox_module.css +0 -3
  90. package/dist/components/list/List.js +2 -3
  91. package/dist/components/listbox/Listbox.d.ts +5 -5
  92. package/dist/components/listbox/Listbox.js +19 -25
  93. package/dist/components/listbox/Listbox.module.js +2 -2
  94. package/dist/components/listbox/Listbox_module.css +3 -13
  95. package/dist/components/marquee/Marquee.js +6 -7
  96. package/dist/components/menu/Menu.d.ts +2 -1
  97. package/dist/components/menu/Menu.js +34 -41
  98. package/dist/components/menu/Menu.module.js +1 -1
  99. package/dist/components/menu/Menu_module.css +8 -8
  100. package/dist/components/native-select/NativeSelect.js +2 -3
  101. package/dist/components/native-select/NativeSelect_module.css +0 -1
  102. package/dist/components/navigation-menu/NavigationMenu.js +17 -36
  103. package/dist/components/navigation-menu/NavigationMenu.module.js +2 -3
  104. package/dist/components/navigation-menu/NavigationMenu_module.css +15 -32
  105. package/dist/components/number-input/NumberInput.js +9 -10
  106. package/dist/components/pagination/Pagination.js +17 -20
  107. package/dist/components/pagination/Pagination_module.css +1 -5
  108. package/dist/components/password-input/PasswordInput.js +7 -8
  109. package/dist/components/pin-input/PinInput.d.ts +3 -2
  110. package/dist/components/pin-input/PinInput.js +13 -54
  111. package/dist/components/popover/Popover.d.ts +5 -3
  112. package/dist/components/popover/Popover.js +16 -17
  113. package/dist/components/progress-circular/ProgressCircular.js +8 -9
  114. package/dist/components/progress-circular/ProgressCircular.module.js +1 -3
  115. package/dist/components/progress-circular/ProgressCircular_module.css +0 -10
  116. package/dist/components/progress-linear/ProgressLinear.js +7 -8
  117. package/dist/components/progress-linear/ProgressLinear.module.js +1 -5
  118. package/dist/components/progress-linear/ProgressLinear_module.css +0 -20
  119. package/dist/components/qr-code/QrCode.js +6 -7
  120. package/dist/components/radio-group/RadioGroup.d.ts +1 -0
  121. package/dist/components/radio-group/RadioGroup.js +13 -27
  122. package/dist/components/radio-group/RadioGroup_module.css +0 -1
  123. package/dist/components/rating-group/RatingGroup.d.ts +1 -0
  124. package/dist/components/rating-group/RatingGroup.js +12 -29
  125. package/dist/components/rating-group/RatingGroup_module.css +1 -1
  126. package/dist/components/scroll-area/ScrollArea.js +7 -8
  127. package/dist/components/segment-group/SegmentGroup.d.ts +1 -0
  128. package/dist/components/segment-group/SegmentGroup.js +16 -30
  129. package/dist/components/segment-group/SegmentGroup_module.css +4 -0
  130. package/dist/components/select/Select.d.ts +4 -7
  131. package/dist/components/select/Select.js +36 -86
  132. package/dist/components/select/Select.module.js +1 -1
  133. package/dist/components/select/Select_module.css +4 -31
  134. package/dist/components/separator/Separator.d.ts +6 -6
  135. package/dist/components/separator/Separator.js +1 -2
  136. package/dist/components/sidebar/Sidebar.d.ts +24 -22
  137. package/dist/components/sidebar/Sidebar.js +88 -75
  138. package/dist/components/sidebar/Sidebar.module.js +2 -3
  139. package/dist/components/sidebar/Sidebar_module.css +112 -178
  140. package/dist/components/signature-pad/SignaturePad.d.ts +5 -8
  141. package/dist/components/signature-pad/SignaturePad.js +17 -46
  142. package/dist/components/signature-pad/SignaturePad_module.css +0 -1
  143. package/dist/components/simple-grid/SimpleGrid.js +13 -8
  144. package/dist/components/skeleton/Skeleton.d.ts +2 -2
  145. package/dist/components/skeleton/Skeleton.js +1 -2
  146. package/dist/components/slider/Slider.d.ts +2 -2
  147. package/dist/components/slider/Slider.js +18 -32
  148. package/dist/components/spinner/Spinner.d.ts +2 -2
  149. package/dist/components/spinner/Spinner.js +1 -2
  150. package/dist/components/split-button/SplitButton.d.ts +4 -4
  151. package/dist/components/split-button/SplitButton.js +11 -8
  152. package/dist/components/splitter/Splitter.js +5 -6
  153. package/dist/components/splitter/Splitter_module.css +2 -10
  154. package/dist/components/stack/Stack.d.ts +6 -6
  155. package/dist/components/stack/Stack.js +4 -5
  156. package/dist/components/stack/Stack_module.css +1 -1
  157. package/dist/components/steps/Steps.js +12 -13
  158. package/dist/components/steps/Steps_module.css +2 -3
  159. package/dist/components/swap/Swap.js +3 -4
  160. package/dist/components/switch/Switch.d.ts +3 -2
  161. package/dist/components/switch/Switch.js +12 -35
  162. package/dist/components/switch/Switch_module.css +0 -1
  163. package/dist/components/table/Table.d.ts +5 -5
  164. package/dist/components/table/Table.js +12 -13
  165. package/dist/components/tabs/Tabs.js +6 -7
  166. package/dist/components/tabs/Tabs_module.css +5 -10
  167. package/dist/components/tag/Tag.js +5 -6
  168. package/dist/components/tag/Tag_module.css +2 -4
  169. package/dist/components/tags-input/TagsInput.d.ts +3 -3
  170. package/dist/components/tags-input/TagsInput.js +21 -75
  171. package/dist/components/tags-input/TagsInput_module.css +0 -1
  172. package/dist/components/text/Text.js +1 -2
  173. package/dist/components/textarea/Textarea.js +1 -2
  174. package/dist/components/timer/Timer.js +7 -8
  175. package/dist/components/toast/Toast.d.ts +1 -1
  176. package/dist/components/toast/Toast.js +7 -8
  177. package/dist/components/toast/Toast_module.css +1 -2
  178. package/dist/components/toc/Toc.js +10 -11
  179. package/dist/components/toc/Toc_module.css +2 -2
  180. package/dist/components/toggle/Toggle.js +2 -3
  181. package/dist/components/toggle-group/ToggleGroup.d.ts +1 -1
  182. package/dist/components/toggle-group/ToggleGroup.js +3 -4
  183. package/dist/components/tooltip/Tooltip.d.ts +1 -1
  184. package/dist/components/tooltip/Tooltip.js +6 -7
  185. package/dist/components/tooltip/Tooltip_module.css +1 -1
  186. package/dist/components/tour/Tour.d.ts +1 -1
  187. package/dist/components/tour/Tour.js +14 -15
  188. package/dist/components/tree-view/TreeView.d.ts +4 -4
  189. package/dist/components/tree-view/TreeView.js +17 -18
  190. package/dist/components/tree-view/TreeView_module.css +39 -12
  191. package/dist/components/typeset/Typeset.js +2 -3
  192. package/dist/components/typeset/Typeset_module.css +300 -159
  193. package/dist/internal/icons/ui/Icons.d.ts +9 -30
  194. package/dist/internal/icons/ui/Icons.js +67 -807
  195. package/dist/internal/icons/ui/index.d.ts +1 -1
  196. package/dist/styles/animations.css +310 -0
  197. package/dist/styles/style.css +168 -2
  198. package/package.json +25 -25
  199. package/dist/internal/normalizeClassName.d.ts +0 -1
  200. package/dist/internal/normalizeClassName.js +0 -2
@@ -1,234 +1,347 @@
1
- @layer moduix.components {
1
+ @layer base {
2
2
  .root-DaHOOi {
3
- box-sizing: border-box;
4
- color: var(--moduix-color-foreground);
5
- font-family: var(--moduix-typeset-font-body, inherit);
6
- font-size: calc(var(--moduix-typeset-size, 1em) * 1.125);
7
- line-height: var(--moduix-typeset-leading, 1.75);
8
- overflow-wrap: anywhere;
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
- @media (min-width: 48rem), print {
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, 1em);
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, 1.25em) 0;
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, var(--moduix-font-sans));
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, 1.25em);
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, 1.25em) * 1.4);
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, 1.25em);
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, 1.25em);
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: var(--moduix-weight-medium);
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
- margin-block-start: calc(var(--moduix-typeset-flow, 1.25em) / .8125);
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, 1.25em);
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: var(--moduix-color-primary);
81
- text-underline-offset: .15em;
82
- text-decoration: underline;
83
- text-decoration-thickness: .08em;
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(ul, ol) {
87
- margin-block: var(--moduix-typeset-flow, 1.25em) 0;
88
- padding-inline-start: 1.5em;
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: outside;
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 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 ol 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(li)::marker {
116
- color: var(--moduix-color-muted-foreground);
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(li + li) {
121
- margin-block-start: .25em;
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(blockquote) {
140
- margin-block: var(--moduix-typeset-flow, 1.25em) 0;
141
- border-inline-start: var(--moduix-border-width-md) solid var(--moduix-color-border);
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(:not(pre) > code) {
148
- border-radius: var(--moduix-radius-sm);
149
- background: var(--moduix-color-muted);
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(pre) {
157
- max-width: 100%;
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(pre > code) {
171
- color: inherit;
172
- font: inherit;
173
- background: none;
174
- border-radius: 0;
175
- padding: 0;
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(hr) {
179
- margin-block: var(--moduix-typeset-flow, 1.25em) 0;
180
- border: 0;
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(table) {
185
- width: 100%;
186
- max-width: 100%;
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(thead th) {
197
- font-weight: var(--moduix-weight-medium);
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(:is(tbody, tfoot) :is(td, th)) {
204
- border-block-start: var(--moduix-border-width-sm) solid var(--moduix-color-border);
205
- text-align: start;
206
- vertical-align: top;
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(tbody th, tfoot th) {
211
- font-weight: var(--moduix-weight-medium);
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(th:first-child, td:first-child) {
215
- padding-inline-start: 0;
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(th[align="center"], td[align="center"]) {
219
- text-align: center;
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(th[align="right"], td[align="right"]) {
223
- text-align: end;
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, 1.25em) 0;
230
- border-radius: var(--moduix-radius-md);
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, 1.25em) 0;
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: .75em;
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(details) {
255
- margin-block: var(--moduix-typeset-flow, 1.25em) 0;
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(summary) {
259
- cursor: pointer;
260
- font-weight: var(--moduix-weight-medium);
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(summary)::marker {
264
- color: var(--moduix-color-muted-foreground);
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(dl) {
268
- margin-block: var(--moduix-typeset-flow, 1.25em) 0;
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(dt) {
272
- font-weight: var(--moduix-weight-medium);
273
- margin-block-start: 1em;
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(dt + dt) {
277
- margin-block-start: .25em;
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(dd) {
281
- color: var(--moduix-color-muted-foreground);
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(.footnotes, [data-footnotes]) {
288
- margin-block: calc(var(--moduix-typeset-flow, 1.25em) * 2) 0;
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 > :where(:first-child):not(:where(.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] *)) {
296
- margin-block-start: 0;
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
- .scroll-ZsvXUQ {
300
- max-width: 100%;
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
- .scroll-ZsvXUQ:focus-visible {
307
- outline: var(--moduix-focus-ring-width, var(--moduix-border-width-md)) solid
308
- var(--moduix-color-ring);
309
- outline-offset: var(--moduix-focus-ring-inset-offset);
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
- .root-DaHOOi > .scroll-ZsvXUQ:first-child, .root-DaHOOi .scroll-ZsvXUQ > * {
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
- .root-DaHOOi .scroll-ZsvXUQ table {
317
- width: max-content;
318
- max-width: none;
454
+ .scroll-ZsvXUQ {
455
+ box-sizing: border-box;
456
+ overscroll-behavior-inline: contain;
457
+ max-width: 100%;
319
458
  }
320
459
 
321
- :is(.not-typeset .root-DaHOOi, .not-typeset .root-DaHOOi *, .not-typeset .scroll-ZsvXUQ, .not-typeset .scroll-ZsvXUQ *, [data-not-typeset] .root-DaHOOi, [data-not-typeset] .root-DaHOOi *, [data-not-typeset] .scroll-ZsvXUQ, [data-not-typeset] .scroll-ZsvXUQ *, .root-DaHOOi.not-typeset, .root-DaHOOi.not-typeset *, .root-DaHOOi[data-not-typeset], .root-DaHOOi[data-not-typeset] *, .scroll-ZsvXUQ.not-typeset, .scroll-ZsvXUQ.not-typeset *, .scroll-ZsvXUQ[data-not-typeset], .scroll-ZsvXUQ[data-not-typeset] *) {
322
- all: revert-layer;
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