@mantine/core 7.14.2 → 7.15.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 (211) hide show
  1. package/cjs/components/ActionIcon/ActionIcon.cjs +2 -0
  2. package/cjs/components/ActionIcon/ActionIcon.cjs.map +1 -1
  3. package/cjs/components/ActionIcon/ActionIcon.module.css.cjs +1 -1
  4. package/cjs/components/ActionIcon/ActionIconGroupSection/ActionIconGroupSection.cjs +79 -0
  5. package/cjs/components/ActionIcon/ActionIconGroupSection/ActionIconGroupSection.cjs.map +1 -0
  6. package/cjs/components/AngleSlider/AngleSlider.cjs +37 -99
  7. package/cjs/components/AngleSlider/AngleSlider.cjs.map +1 -1
  8. package/cjs/components/AppShell/use-resizing/use-resizing.cjs +2 -2
  9. package/cjs/components/AppShell/use-resizing/use-resizing.cjs.map +1 -1
  10. package/cjs/components/Autocomplete/Autocomplete.cjs.map +1 -1
  11. package/cjs/components/Breadcrumbs/Breadcrumbs.cjs.map +1 -1
  12. package/cjs/components/Button/Button.cjs +2 -0
  13. package/cjs/components/Button/Button.cjs.map +1 -1
  14. package/cjs/components/Button/Button.module.css.cjs +1 -1
  15. package/cjs/components/Button/ButtonGroupSection/ButtonGroupSection.cjs +79 -0
  16. package/cjs/components/Button/ButtonGroupSection/ButtonGroupSection.cjs.map +1 -0
  17. package/cjs/components/Card/Card.cjs.map +1 -1
  18. package/cjs/components/Checkbox/CheckboxCard/CheckboxCard.cjs +14 -5
  19. package/cjs/components/Checkbox/CheckboxCard/CheckboxCard.cjs.map +1 -1
  20. package/cjs/components/Collapse/use-collapse.cjs.map +1 -1
  21. package/cjs/components/ColorInput/ColorInput.cjs +1 -0
  22. package/cjs/components/ColorInput/ColorInput.cjs.map +1 -1
  23. package/cjs/components/ColorPicker/ColorPicker.cjs +1 -1
  24. package/cjs/components/ColorPicker/ColorPicker.cjs.map +1 -1
  25. package/cjs/components/Combobox/ComboboxEventsTarget/ComboboxEventsTarget.cjs.map +1 -1
  26. package/cjs/components/Combobox/ComboboxTarget/ComboboxTarget.cjs.map +1 -1
  27. package/cjs/components/FileButton/FileButton.cjs +1 -1
  28. package/cjs/components/FileButton/FileButton.cjs.map +1 -1
  29. package/cjs/components/FileInput/FileInput.cjs.map +1 -1
  30. package/cjs/components/FloatingIndicator/FloatingIndicator.cjs.map +1 -1
  31. package/cjs/components/FloatingIndicator/use-floating-indicator.cjs +3 -3
  32. package/cjs/components/FloatingIndicator/use-floating-indicator.cjs.map +1 -1
  33. package/cjs/components/HoverCard/HoverCardTarget/HoverCardTarget.cjs.map +1 -1
  34. package/cjs/components/Menu/MenuItem/MenuItem.cjs +1 -1
  35. package/cjs/components/Menu/MenuItem/MenuItem.cjs.map +1 -1
  36. package/cjs/components/Menu/MenuTarget/MenuTarget.cjs +4 -3
  37. package/cjs/components/Menu/MenuTarget/MenuTarget.cjs.map +1 -1
  38. package/cjs/components/ModalBase/use-lock-scroll.cjs +1 -1
  39. package/cjs/components/ModalBase/use-lock-scroll.cjs.map +1 -1
  40. package/cjs/components/NumberInput/NumberInput.cjs +3 -2
  41. package/cjs/components/NumberInput/NumberInput.cjs.map +1 -1
  42. package/cjs/components/PasswordInput/PasswordInput.cjs +1 -0
  43. package/cjs/components/PasswordInput/PasswordInput.cjs.map +1 -1
  44. package/cjs/components/PillsInput/PillsInput.cjs +1 -1
  45. package/cjs/components/PillsInput/PillsInput.cjs.map +1 -1
  46. package/cjs/components/PillsInput/PillsInput.context.cjs.map +1 -1
  47. package/cjs/components/Popover/Popover.context.cjs.map +1 -1
  48. package/cjs/components/Popover/PopoverTarget/PopoverTarget.cjs +5 -1
  49. package/cjs/components/Popover/PopoverTarget/PopoverTarget.cjs.map +1 -1
  50. package/cjs/components/Popover/use-popover.cjs.map +1 -1
  51. package/cjs/components/ScrollArea/ScrollAreaScrollbar/ScrollAreaScrollbarVisible.cjs +2 -2
  52. package/cjs/components/ScrollArea/ScrollAreaScrollbar/ScrollAreaScrollbarVisible.cjs.map +1 -1
  53. package/cjs/components/ScrollArea/ScrollAreaThumb/ScrollAreaThumb.cjs +10 -1
  54. package/cjs/components/ScrollArea/ScrollAreaThumb/ScrollAreaThumb.cjs.map +1 -1
  55. package/cjs/components/Slider/Slider/Slider.cjs +37 -2
  56. package/cjs/components/Slider/Slider/Slider.cjs.map +1 -1
  57. package/cjs/components/Slider/utils/get-step-mark-value/get-step-mark-value.cjs +27 -0
  58. package/cjs/components/Slider/utils/get-step-mark-value/get-step-mark-value.cjs.map +1 -0
  59. package/cjs/components/Stepper/Stepper.cjs +50 -45
  60. package/cjs/components/Stepper/Stepper.cjs.map +1 -1
  61. package/cjs/components/Stepper/StepperStep/StepperStep.cjs.map +1 -1
  62. package/cjs/components/Table/Table.cjs +2 -1
  63. package/cjs/components/Table/Table.cjs.map +1 -1
  64. package/cjs/components/TagsInput/TagsInput.cjs.map +1 -1
  65. package/cjs/components/Tooltip/Tooltip.cjs +3 -2
  66. package/cjs/components/Tooltip/Tooltip.cjs.map +1 -1
  67. package/cjs/components/Tooltip/TooltipFloating/TooltipFloating.cjs +4 -3
  68. package/cjs/components/Tooltip/TooltipFloating/TooltipFloating.cjs.map +1 -1
  69. package/cjs/components/Tooltip/TooltipFloating/use-floating-tooltip.cjs +1 -1
  70. package/cjs/components/Tooltip/TooltipFloating/use-floating-tooltip.cjs.map +1 -1
  71. package/cjs/components/Tooltip/use-tooltip.cjs.map +1 -1
  72. package/cjs/components/Transition/Transition.cjs.map +1 -1
  73. package/cjs/components/Tree/Tree.cjs +3 -1
  74. package/cjs/components/Tree/Tree.cjs.map +1 -1
  75. package/cjs/components/Tree/TreeNode.cjs +15 -6
  76. package/cjs/components/Tree/TreeNode.cjs.map +1 -1
  77. package/cjs/core/MantineProvider/mantine-html-props.cjs +9 -0
  78. package/cjs/core/MantineProvider/mantine-html-props.cjs.map +1 -0
  79. package/cjs/core/MantineProvider/use-mantine-color-scheme/use-mantine-color-scheme.cjs +4 -2
  80. package/cjs/core/MantineProvider/use-mantine-color-scheme/use-mantine-color-scheme.cjs.map +1 -1
  81. package/cjs/core/MantineProvider/use-mantine-color-scheme/use-provider-color-scheme.cjs +1 -1
  82. package/cjs/core/MantineProvider/use-mantine-color-scheme/use-provider-color-scheme.cjs.map +1 -1
  83. package/cjs/core/factory/create-polymorphic-component.cjs.map +1 -1
  84. package/cjs/index.cjs +6 -0
  85. package/cjs/index.cjs.map +1 -1
  86. package/esm/components/ActionIcon/ActionIcon.mjs +2 -0
  87. package/esm/components/ActionIcon/ActionIcon.mjs.map +1 -1
  88. package/esm/components/ActionIcon/ActionIcon.module.css.mjs +1 -1
  89. package/esm/components/ActionIcon/ActionIconGroupSection/ActionIconGroupSection.mjs +77 -0
  90. package/esm/components/ActionIcon/ActionIconGroupSection/ActionIconGroupSection.mjs.map +1 -0
  91. package/esm/components/AngleSlider/AngleSlider.mjs +39 -101
  92. package/esm/components/AngleSlider/AngleSlider.mjs.map +1 -1
  93. package/esm/components/AppShell/use-resizing/use-resizing.mjs +2 -2
  94. package/esm/components/AppShell/use-resizing/use-resizing.mjs.map +1 -1
  95. package/esm/components/Autocomplete/Autocomplete.mjs.map +1 -1
  96. package/esm/components/Breadcrumbs/Breadcrumbs.mjs.map +1 -1
  97. package/esm/components/Button/Button.mjs +2 -0
  98. package/esm/components/Button/Button.mjs.map +1 -1
  99. package/esm/components/Button/Button.module.css.mjs +1 -1
  100. package/esm/components/Button/ButtonGroupSection/ButtonGroupSection.mjs +77 -0
  101. package/esm/components/Button/ButtonGroupSection/ButtonGroupSection.mjs.map +1 -0
  102. package/esm/components/Card/Card.mjs.map +1 -1
  103. package/esm/components/Checkbox/CheckboxCard/CheckboxCard.mjs +14 -5
  104. package/esm/components/Checkbox/CheckboxCard/CheckboxCard.mjs.map +1 -1
  105. package/esm/components/Collapse/use-collapse.mjs.map +1 -1
  106. package/esm/components/ColorInput/ColorInput.mjs +1 -0
  107. package/esm/components/ColorInput/ColorInput.mjs.map +1 -1
  108. package/esm/components/ColorPicker/ColorPicker.mjs +1 -1
  109. package/esm/components/ColorPicker/ColorPicker.mjs.map +1 -1
  110. package/esm/components/Combobox/ComboboxEventsTarget/ComboboxEventsTarget.mjs.map +1 -1
  111. package/esm/components/Combobox/ComboboxTarget/ComboboxTarget.mjs.map +1 -1
  112. package/esm/components/FileButton/FileButton.mjs +1 -1
  113. package/esm/components/FileButton/FileButton.mjs.map +1 -1
  114. package/esm/components/FileInput/FileInput.mjs.map +1 -1
  115. package/esm/components/FloatingIndicator/FloatingIndicator.mjs.map +1 -1
  116. package/esm/components/FloatingIndicator/use-floating-indicator.mjs +3 -3
  117. package/esm/components/FloatingIndicator/use-floating-indicator.mjs.map +1 -1
  118. package/esm/components/HoverCard/HoverCardTarget/HoverCardTarget.mjs.map +1 -1
  119. package/esm/components/Menu/MenuItem/MenuItem.mjs +1 -1
  120. package/esm/components/Menu/MenuItem/MenuItem.mjs.map +1 -1
  121. package/esm/components/Menu/MenuTarget/MenuTarget.mjs +4 -3
  122. package/esm/components/Menu/MenuTarget/MenuTarget.mjs.map +1 -1
  123. package/esm/components/ModalBase/use-lock-scroll.mjs +1 -1
  124. package/esm/components/ModalBase/use-lock-scroll.mjs.map +1 -1
  125. package/esm/components/NumberInput/NumberInput.mjs +3 -2
  126. package/esm/components/NumberInput/NumberInput.mjs.map +1 -1
  127. package/esm/components/PasswordInput/PasswordInput.mjs +1 -0
  128. package/esm/components/PasswordInput/PasswordInput.mjs.map +1 -1
  129. package/esm/components/PillsInput/PillsInput.context.mjs.map +1 -1
  130. package/esm/components/PillsInput/PillsInput.mjs +1 -1
  131. package/esm/components/PillsInput/PillsInput.mjs.map +1 -1
  132. package/esm/components/Popover/Popover.context.mjs.map +1 -1
  133. package/esm/components/Popover/PopoverTarget/PopoverTarget.mjs +5 -1
  134. package/esm/components/Popover/PopoverTarget/PopoverTarget.mjs.map +1 -1
  135. package/esm/components/Popover/use-popover.mjs.map +1 -1
  136. package/esm/components/ScrollArea/ScrollAreaScrollbar/ScrollAreaScrollbarVisible.mjs +2 -2
  137. package/esm/components/ScrollArea/ScrollAreaScrollbar/ScrollAreaScrollbarVisible.mjs.map +1 -1
  138. package/esm/components/ScrollArea/ScrollAreaThumb/ScrollAreaThumb.mjs +10 -1
  139. package/esm/components/ScrollArea/ScrollAreaThumb/ScrollAreaThumb.mjs.map +1 -1
  140. package/esm/components/Slider/Slider/Slider.mjs +37 -2
  141. package/esm/components/Slider/Slider/Slider.mjs.map +1 -1
  142. package/esm/components/Slider/utils/get-step-mark-value/get-step-mark-value.mjs +22 -0
  143. package/esm/components/Slider/utils/get-step-mark-value/get-step-mark-value.mjs.map +1 -0
  144. package/esm/components/Stepper/Stepper.mjs +50 -45
  145. package/esm/components/Stepper/Stepper.mjs.map +1 -1
  146. package/esm/components/Stepper/StepperStep/StepperStep.mjs.map +1 -1
  147. package/esm/components/Table/Table.mjs +2 -1
  148. package/esm/components/Table/Table.mjs.map +1 -1
  149. package/esm/components/TagsInput/TagsInput.mjs.map +1 -1
  150. package/esm/components/Tooltip/Tooltip.mjs +3 -2
  151. package/esm/components/Tooltip/Tooltip.mjs.map +1 -1
  152. package/esm/components/Tooltip/TooltipFloating/TooltipFloating.mjs +4 -3
  153. package/esm/components/Tooltip/TooltipFloating/TooltipFloating.mjs.map +1 -1
  154. package/esm/components/Tooltip/TooltipFloating/use-floating-tooltip.mjs +1 -1
  155. package/esm/components/Tooltip/TooltipFloating/use-floating-tooltip.mjs.map +1 -1
  156. package/esm/components/Tooltip/use-tooltip.mjs.map +1 -1
  157. package/esm/components/Transition/Transition.mjs.map +1 -1
  158. package/esm/components/Tree/Tree.mjs +3 -1
  159. package/esm/components/Tree/Tree.mjs.map +1 -1
  160. package/esm/components/Tree/TreeNode.mjs +15 -6
  161. package/esm/components/Tree/TreeNode.mjs.map +1 -1
  162. package/esm/core/MantineProvider/mantine-html-props.mjs +7 -0
  163. package/esm/core/MantineProvider/mantine-html-props.mjs.map +1 -0
  164. package/esm/core/MantineProvider/use-mantine-color-scheme/use-mantine-color-scheme.mjs +4 -2
  165. package/esm/core/MantineProvider/use-mantine-color-scheme/use-mantine-color-scheme.mjs.map +1 -1
  166. package/esm/core/MantineProvider/use-mantine-color-scheme/use-provider-color-scheme.mjs +1 -1
  167. package/esm/core/MantineProvider/use-mantine-color-scheme/use-provider-color-scheme.mjs.map +1 -1
  168. package/esm/core/factory/create-polymorphic-component.mjs.map +1 -1
  169. package/esm/index.mjs +3 -0
  170. package/esm/index.mjs.map +1 -1
  171. package/lib/components/ActionIcon/ActionIcon.d.ts +6 -0
  172. package/lib/components/ActionIcon/ActionIconGroupSection/ActionIconGroupSection.d.ts +30 -0
  173. package/lib/components/ActionIcon/index.d.ts +2 -0
  174. package/lib/components/AngleSlider/AngleSlider.d.ts +4 -0
  175. package/lib/components/Autocomplete/Autocomplete.d.ts +1 -1
  176. package/lib/components/Badge/Badge.d.ts +1 -1
  177. package/lib/components/Button/Button.d.ts +6 -0
  178. package/lib/components/Button/ButtonGroupSection/ButtonGroupSection.d.ts +30 -0
  179. package/lib/components/Button/index.d.ts +2 -0
  180. package/lib/components/Checkbox/CheckboxCard/CheckboxCard.d.ts +5 -1
  181. package/lib/components/Collapse/use-collapse.d.ts +1 -1
  182. package/lib/components/Combobox/Combobox.types.d.ts +1 -1
  183. package/lib/components/FileInput/FileInput.d.ts +1 -1
  184. package/lib/components/Group/filter-falsy-children/filter-falsy-children.d.ts +1 -1
  185. package/lib/components/Input/use-input-props.d.ts +1 -1
  186. package/lib/components/PillsInput/PillsInput.context.d.ts +1 -1
  187. package/lib/components/Popover/Popover.context.d.ts +1 -1
  188. package/lib/components/Popover/use-popover.d.ts +1 -1
  189. package/lib/components/Slider/utils/get-step-mark-value/get-step-mark-value.d.ts +16 -0
  190. package/lib/components/Stepper/StepperStep/StepperStep.d.ts +1 -1
  191. package/lib/components/Table/Table.d.ts +5 -0
  192. package/lib/components/TagsInput/TagsInput.d.ts +1 -1
  193. package/lib/components/Tooltip/TooltipFloating/use-floating-tooltip.d.ts +1 -1
  194. package/lib/components/Tooltip/use-tooltip.d.ts +1 -1
  195. package/lib/components/Transition/Transition.d.ts +1 -1
  196. package/lib/components/Tree/Tree.d.ts +2 -0
  197. package/lib/components/Tree/TreeNode.d.ts +2 -1
  198. package/lib/core/MantineProvider/index.d.ts +1 -0
  199. package/lib/core/MantineProvider/mantine-html-props.d.ts +4 -0
  200. package/lib/core/factory/create-polymorphic-component.d.ts +2 -2
  201. package/package.json +5 -3
  202. package/styles/ActionIcon.css +45 -6
  203. package/styles/ActionIcon.layer.css +45 -6
  204. package/styles/Button.css +51 -6
  205. package/styles/Button.layer.css +51 -6
  206. package/styles/ScrollArea.css +1 -0
  207. package/styles/ScrollArea.layer.css +1 -0
  208. package/styles/Table.css +17 -0
  209. package/styles/Table.layer.css +17 -0
  210. package/styles.css +114 -12
  211. package/styles.layer.css +114 -12
@@ -106,19 +106,19 @@
106
106
  flex-direction: row;
107
107
  }
108
108
 
109
- .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):first-child {
109
+ .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):first-child, .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):first-child {
110
110
  border-end-end-radius: 0;
111
111
  border-start-end-radius: 0;
112
112
  border-inline-end-width: calc(var(--ai-border-width) / 2);
113
113
  }
114
114
 
115
- .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):last-child {
115
+ .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):last-child, .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):last-child {
116
116
  border-end-start-radius: 0;
117
117
  border-start-start-radius: 0;
118
118
  border-inline-start-width: calc(var(--ai-border-width) / 2);
119
119
  }
120
120
 
121
- .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child) {
121
+ .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child), .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):not(:first-child):not(:last-child) {
122
122
  border-radius: 0;
123
123
  border-inline-width: calc(var(--ai-border-width) / 2);
124
124
  }
@@ -127,19 +127,19 @@
127
127
  flex-direction: column;
128
128
  }
129
129
 
130
- .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):first-child {
130
+ .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):first-child, .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):first-child {
131
131
  border-end-start-radius: 0;
132
132
  border-end-end-radius: 0;
133
133
  border-bottom-width: calc(var(--ai-border-width) / 2);
134
134
  }
135
135
 
136
- .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):last-child {
136
+ .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):last-child, .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):last-child {
137
137
  border-start-start-radius: 0;
138
138
  border-start-end-radius: 0;
139
139
  border-top-width: calc(var(--ai-border-width) / 2);
140
140
  }
141
141
 
142
- .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child) {
142
+ .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child), .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):not(:first-child):not(:last-child) {
143
143
  border-radius: 0;
144
144
  border-bottom-width: calc(var(--ai-border-width) / 2);
145
145
  border-top-width: calc(var(--ai-border-width) / 2);
@@ -155,4 +155,43 @@
155
155
  width: 100%;
156
156
  height: 100%;
157
157
  }
158
+
159
+ .m_437b6484 {
160
+ --section-height-xs: 18px;
161
+ --section-height-sm: 22px;
162
+ --section-height-md: 28px;
163
+ --section-height-lg: 34px;
164
+ --section-height-xl: 44px;
165
+
166
+ --section-height-input-xs: 30px;
167
+ --section-height-input-sm: 36px;
168
+ --section-height-input-md: 42px;
169
+ --section-height-input-lg: 50px;
170
+ --section-height-input-xl: 60px;
171
+
172
+ --section-padding-x-xs: 6px;
173
+ --section-padding-x-sm: 8px;
174
+ --section-padding-x-md: 10px;
175
+ --section-padding-x-lg: 12px;
176
+ --section-padding-x-xl: 16px;
177
+
178
+ --section-height: var(--section-height-sm);
179
+ --section-padding-x: var(--section-padding-x-sm);
180
+ --section-color: var(--mantine-color-white);
181
+
182
+ font-weight: 600;
183
+ width: auto;
184
+ border-radius: var(--section-radius, var(--mantine-radius-default));
185
+ font-size: var(--section-fz, var(--mantine-font-size-sm));
186
+ background: var(--section-bg, var(--mantine-primary-color-filled));
187
+ border: var(--section-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
188
+ color: var(--section-color, var(--mantine-color-white));
189
+ height: var(--section-height, var(--section-height-sm));
190
+ padding-inline: var(--section-padding-x, var(--section-padding-x-sm));
191
+ vertical-align: middle;
192
+ line-height: 1;
193
+ display: inline-flex;
194
+ align-items: center;
195
+ justify-content: center;
196
+ }
158
197
  }
package/styles/Button.css CHANGED
@@ -184,19 +184,19 @@
184
184
  flex-direction: row;
185
185
  }
186
186
 
187
- .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):first-child {
187
+ .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):first-child, .m_80d6d844[data-orientation='horizontal'] .m_70be2a01:not(:only-child):first-child {
188
188
  border-end-end-radius: 0;
189
189
  border-start-end-radius: 0;
190
190
  border-inline-end-width: calc(var(--button-border-width) / 2);
191
191
  }
192
192
 
193
- .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):last-child {
193
+ .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):last-child, .m_80d6d844[data-orientation='horizontal'] .m_70be2a01:not(:only-child):last-child {
194
194
  border-end-start-radius: 0;
195
195
  border-start-start-radius: 0;
196
196
  border-inline-start-width: calc(var(--button-border-width) / 2);
197
197
  }
198
198
 
199
- .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child) {
199
+ .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child), .m_80d6d844[data-orientation='horizontal'] .m_70be2a01:not(:only-child):not(:first-child):not(:last-child) {
200
200
  border-radius: 0;
201
201
  border-inline-width: calc(var(--button-border-width) / 2);
202
202
  }
@@ -205,20 +205,65 @@
205
205
  flex-direction: column;
206
206
  }
207
207
 
208
- .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):first-child {
208
+ .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):first-child, .m_80d6d844[data-orientation='vertical'] .m_70be2a01:not(:only-child):first-child {
209
209
  border-end-start-radius: 0;
210
210
  border-end-end-radius: 0;
211
211
  border-bottom-width: calc(var(--button-border-width) / 2);
212
212
  }
213
213
 
214
- .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):last-child {
214
+ .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):last-child, .m_80d6d844[data-orientation='vertical'] .m_70be2a01:not(:only-child):last-child {
215
215
  border-start-start-radius: 0;
216
216
  border-start-end-radius: 0;
217
217
  border-top-width: calc(var(--button-border-width) / 2);
218
218
  }
219
219
 
220
- .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child) {
220
+ .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child), .m_80d6d844[data-orientation='vertical'] .m_70be2a01:not(:only-child):not(:first-child):not(:last-child) {
221
221
  border-radius: 0;
222
222
  border-bottom-width: calc(var(--button-border-width) / 2);
223
223
  border-top-width: calc(var(--button-border-width) / 2);
224
224
  }
225
+
226
+ .m_70be2a01 {
227
+ --section-height-xs: 30px;
228
+ --section-height-sm: 36px;
229
+ --section-height-md: 42px;
230
+ --section-height-lg: 50px;
231
+ --section-height-xl: 60px;
232
+
233
+ --section-height-compact-xs: 22px;
234
+ --section-height-compact-sm: 26px;
235
+ --section-height-compact-md: 30px;
236
+ --section-height-compact-lg: 34px;
237
+ --section-height-compact-xl: 40px;
238
+
239
+ --section-padding-x-xs: 14px;
240
+ --section-padding-x-sm: 18px;
241
+ --section-padding-x-md: 22px;
242
+ --section-padding-x-lg: 26px;
243
+ --section-padding-x-xl: 32px;
244
+
245
+ --section-padding-x-compact-xs: 7px;
246
+ --section-padding-x-compact-sm: 8px;
247
+ --section-padding-x-compact-md: 10px;
248
+ --section-padding-x-compact-lg: 12px;
249
+ --section-padding-x-compact-xl: 14px;
250
+
251
+ --section-height: var(--section-height-sm);
252
+ --section-padding-x: var(--section-padding-x-sm);
253
+ --section-color: var(--mantine-color-white);
254
+
255
+ font-weight: 600;
256
+ width: auto;
257
+ border-radius: var(--section-radius, var(--mantine-radius-default));
258
+ font-size: var(--section-fz, var(--mantine-font-size-sm));
259
+ background: var(--section-bg, var(--mantine-primary-color-filled));
260
+ border: var(--section-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
261
+ color: var(--section-color, var(--mantine-color-white));
262
+ height: var(--section-height, var(--section-height-sm));
263
+ padding-inline: var(--section-padding-x, var(--section-padding-x-sm));
264
+ vertical-align: middle;
265
+ line-height: 1;
266
+ display: inline-flex;
267
+ align-items: center;
268
+ justify-content: center;
269
+ }
@@ -184,19 +184,19 @@
184
184
  flex-direction: row;
185
185
  }
186
186
 
187
- .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):first-child {
187
+ .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):first-child, .m_80d6d844[data-orientation='horizontal'] .m_70be2a01:not(:only-child):first-child {
188
188
  border-end-end-radius: 0;
189
189
  border-start-end-radius: 0;
190
190
  border-inline-end-width: calc(var(--button-border-width) / 2);
191
191
  }
192
192
 
193
- .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):last-child {
193
+ .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):last-child, .m_80d6d844[data-orientation='horizontal'] .m_70be2a01:not(:only-child):last-child {
194
194
  border-end-start-radius: 0;
195
195
  border-start-start-radius: 0;
196
196
  border-inline-start-width: calc(var(--button-border-width) / 2);
197
197
  }
198
198
 
199
- .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child) {
199
+ .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child), .m_80d6d844[data-orientation='horizontal'] .m_70be2a01:not(:only-child):not(:first-child):not(:last-child) {
200
200
  border-radius: 0;
201
201
  border-inline-width: calc(var(--button-border-width) / 2);
202
202
  }
@@ -205,21 +205,66 @@
205
205
  flex-direction: column;
206
206
  }
207
207
 
208
- .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):first-child {
208
+ .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):first-child, .m_80d6d844[data-orientation='vertical'] .m_70be2a01:not(:only-child):first-child {
209
209
  border-end-start-radius: 0;
210
210
  border-end-end-radius: 0;
211
211
  border-bottom-width: calc(var(--button-border-width) / 2);
212
212
  }
213
213
 
214
- .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):last-child {
214
+ .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):last-child, .m_80d6d844[data-orientation='vertical'] .m_70be2a01:not(:only-child):last-child {
215
215
  border-start-start-radius: 0;
216
216
  border-start-end-radius: 0;
217
217
  border-top-width: calc(var(--button-border-width) / 2);
218
218
  }
219
219
 
220
- .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child) {
220
+ .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child), .m_80d6d844[data-orientation='vertical'] .m_70be2a01:not(:only-child):not(:first-child):not(:last-child) {
221
221
  border-radius: 0;
222
222
  border-bottom-width: calc(var(--button-border-width) / 2);
223
223
  border-top-width: calc(var(--button-border-width) / 2);
224
224
  }
225
+
226
+ .m_70be2a01 {
227
+ --section-height-xs: 30px;
228
+ --section-height-sm: 36px;
229
+ --section-height-md: 42px;
230
+ --section-height-lg: 50px;
231
+ --section-height-xl: 60px;
232
+
233
+ --section-height-compact-xs: 22px;
234
+ --section-height-compact-sm: 26px;
235
+ --section-height-compact-md: 30px;
236
+ --section-height-compact-lg: 34px;
237
+ --section-height-compact-xl: 40px;
238
+
239
+ --section-padding-x-xs: 14px;
240
+ --section-padding-x-sm: 18px;
241
+ --section-padding-x-md: 22px;
242
+ --section-padding-x-lg: 26px;
243
+ --section-padding-x-xl: 32px;
244
+
245
+ --section-padding-x-compact-xs: 7px;
246
+ --section-padding-x-compact-sm: 8px;
247
+ --section-padding-x-compact-md: 10px;
248
+ --section-padding-x-compact-lg: 12px;
249
+ --section-padding-x-compact-xl: 14px;
250
+
251
+ --section-height: var(--section-height-sm);
252
+ --section-padding-x: var(--section-padding-x-sm);
253
+ --section-color: var(--mantine-color-white);
254
+
255
+ font-weight: 600;
256
+ width: auto;
257
+ border-radius: var(--section-radius, var(--mantine-radius-default));
258
+ font-size: var(--section-fz, var(--mantine-font-size-sm));
259
+ background: var(--section-bg, var(--mantine-primary-color-filled));
260
+ border: var(--section-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
261
+ color: var(--section-color, var(--mantine-color-white));
262
+ height: var(--section-height, var(--section-height-sm));
263
+ padding-inline: var(--section-padding-x, var(--section-padding-x-sm));
264
+ vertical-align: middle;
265
+ line-height: 1;
266
+ display: inline-flex;
267
+ align-items: center;
268
+ justify-content: center;
269
+ }
225
270
  }
@@ -106,6 +106,7 @@
106
106
  position: relative;
107
107
  transition: background-color 150ms ease;
108
108
  overflow: hidden;
109
+ opacity: var(--thumb-opacity);
109
110
  }
110
111
 
111
112
  .m_d8b5e363::before {
@@ -106,6 +106,7 @@
106
106
  position: relative;
107
107
  transition: background-color 150ms ease;
108
108
  overflow: hidden;
109
+ opacity: var(--thumb-opacity);
109
110
  }
110
111
 
111
112
  .m_d8b5e363::before {
package/styles/Table.css CHANGED
@@ -1,6 +1,7 @@
1
1
  .m_b23fa0ef {
2
2
  width: 100%;
3
3
  border-collapse: collapse;
4
+ border-spacing: 0;
4
5
  line-height: var(--mantine-line-height);
5
6
  font-size: var(--mantine-font-size-sm);
6
7
  table-layout: var(--table-layout, auto);
@@ -24,6 +25,22 @@
24
25
  border: calc(0.0625rem * var(--mantine-scale)) solid var(--table-border-color);
25
26
  }
26
27
 
28
+ .m_b23fa0ef:where([data-tabular-nums]) {
29
+ font-variant-numeric: tabular-nums;
30
+ }
31
+
32
+ .m_b23fa0ef:where([data-variant='vertical']) :where(.m_4e7aa4f3) {
33
+ font-weight: 500;
34
+ }
35
+
36
+ :where([data-mantine-color-scheme='light']) .m_b23fa0ef:where([data-variant='vertical']) :where(.m_4e7aa4f3) {
37
+ background-color: var(--mantine-color-gray-0);
38
+ }
39
+
40
+ :where([data-mantine-color-scheme='dark']) .m_b23fa0ef:where([data-variant='vertical']) :where(.m_4e7aa4f3) {
41
+ background-color: var(--mantine-color-dark-6);
42
+ }
43
+
27
44
  .m_4e7aa4f3 {
28
45
  text-align: left;
29
46
  }
@@ -1,6 +1,7 @@
1
1
  @layer mantine {.m_b23fa0ef {
2
2
  width: 100%;
3
3
  border-collapse: collapse;
4
+ border-spacing: 0;
4
5
  line-height: var(--mantine-line-height);
5
6
  font-size: var(--mantine-font-size-sm);
6
7
  table-layout: var(--table-layout, auto);
@@ -24,6 +25,22 @@
24
25
  border: calc(0.0625rem * var(--mantine-scale)) solid var(--table-border-color);
25
26
  }
26
27
 
28
+ .m_b23fa0ef:where([data-tabular-nums]) {
29
+ font-variant-numeric: tabular-nums;
30
+ }
31
+
32
+ .m_b23fa0ef:where([data-variant='vertical']) :where(.m_4e7aa4f3) {
33
+ font-weight: 500;
34
+ }
35
+
36
+ :where([data-mantine-color-scheme='light']) .m_b23fa0ef:where([data-variant='vertical']) :where(.m_4e7aa4f3) {
37
+ background-color: var(--mantine-color-gray-0);
38
+ }
39
+
40
+ :where([data-mantine-color-scheme='dark']) .m_b23fa0ef:where([data-variant='vertical']) :where(.m_4e7aa4f3) {
41
+ background-color: var(--mantine-color-dark-6);
42
+ }
43
+
27
44
  .m_4e7aa4f3 {
28
45
  text-align: left;
29
46
  }
package/styles.css CHANGED
@@ -695,6 +695,7 @@ fieldset:disabled .mantine-active:active {
695
695
  position: relative;
696
696
  transition: background-color 150ms ease;
697
697
  overflow: hidden;
698
+ opacity: var(--thumb-opacity);
698
699
  }
699
700
 
700
701
  .m_d8b5e363::before {
@@ -1048,19 +1049,19 @@ fieldset:disabled .mantine-active:active {
1048
1049
  flex-direction: row;
1049
1050
  }
1050
1051
 
1051
- .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):first-child {
1052
+ .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):first-child, .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):first-child {
1052
1053
  border-end-end-radius: 0;
1053
1054
  border-start-end-radius: 0;
1054
1055
  border-inline-end-width: calc(var(--ai-border-width) / 2);
1055
1056
  }
1056
1057
 
1057
- .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):last-child {
1058
+ .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):last-child, .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):last-child {
1058
1059
  border-end-start-radius: 0;
1059
1060
  border-start-start-radius: 0;
1060
1061
  border-inline-start-width: calc(var(--ai-border-width) / 2);
1061
1062
  }
1062
1063
 
1063
- .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child) {
1064
+ .m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child), .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):not(:first-child):not(:last-child) {
1064
1065
  border-radius: 0;
1065
1066
  border-inline-width: calc(var(--ai-border-width) / 2);
1066
1067
  }
@@ -1069,19 +1070,19 @@ fieldset:disabled .mantine-active:active {
1069
1070
  flex-direction: column;
1070
1071
  }
1071
1072
 
1072
- .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):first-child {
1073
+ .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):first-child, .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):first-child {
1073
1074
  border-end-start-radius: 0;
1074
1075
  border-end-end-radius: 0;
1075
1076
  border-bottom-width: calc(var(--ai-border-width) / 2);
1076
1077
  }
1077
1078
 
1078
- .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):last-child {
1079
+ .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):last-child, .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):last-child {
1079
1080
  border-start-start-radius: 0;
1080
1081
  border-start-end-radius: 0;
1081
1082
  border-top-width: calc(var(--ai-border-width) / 2);
1082
1083
  }
1083
1084
 
1084
- .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child) {
1085
+ .m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child), .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):not(:first-child):not(:last-child) {
1085
1086
  border-radius: 0;
1086
1087
  border-bottom-width: calc(var(--ai-border-width) / 2);
1087
1088
  border-top-width: calc(var(--ai-border-width) / 2);
@@ -1098,6 +1099,45 @@ fieldset:disabled .mantine-active:active {
1098
1099
  height: 100%;
1099
1100
  }
1100
1101
 
1102
+ .m_437b6484 {
1103
+ --section-height-xs: calc(1.125rem * var(--mantine-scale));
1104
+ --section-height-sm: calc(1.375rem * var(--mantine-scale));
1105
+ --section-height-md: calc(1.75rem * var(--mantine-scale));
1106
+ --section-height-lg: calc(2.125rem * var(--mantine-scale));
1107
+ --section-height-xl: calc(2.75rem * var(--mantine-scale));
1108
+
1109
+ --section-height-input-xs: calc(1.875rem * var(--mantine-scale));
1110
+ --section-height-input-sm: calc(2.25rem * var(--mantine-scale));
1111
+ --section-height-input-md: calc(2.625rem * var(--mantine-scale));
1112
+ --section-height-input-lg: calc(3.125rem * var(--mantine-scale));
1113
+ --section-height-input-xl: calc(3.75rem * var(--mantine-scale));
1114
+
1115
+ --section-padding-x-xs: calc(0.375rem * var(--mantine-scale));
1116
+ --section-padding-x-sm: calc(0.5rem * var(--mantine-scale));
1117
+ --section-padding-x-md: calc(0.625rem * var(--mantine-scale));
1118
+ --section-padding-x-lg: calc(0.75rem * var(--mantine-scale));
1119
+ --section-padding-x-xl: calc(1rem * var(--mantine-scale));
1120
+
1121
+ --section-height: var(--section-height-sm);
1122
+ --section-padding-x: var(--section-padding-x-sm);
1123
+ --section-color: var(--mantine-color-white);
1124
+
1125
+ font-weight: 600;
1126
+ width: auto;
1127
+ border-radius: var(--section-radius, var(--mantine-radius-default));
1128
+ font-size: var(--section-fz, var(--mantine-font-size-sm));
1129
+ background: var(--section-bg, var(--mantine-primary-color-filled));
1130
+ border: var(--section-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
1131
+ color: var(--section-color, var(--mantine-color-white));
1132
+ height: var(--section-height, var(--section-height-sm));
1133
+ padding-inline: var(--section-padding-x, var(--section-padding-x-sm));
1134
+ vertical-align: middle;
1135
+ line-height: 1;
1136
+ display: inline-flex;
1137
+ align-items: center;
1138
+ justify-content: center;
1139
+ }
1140
+
1101
1141
  .m_86a44da5 {
1102
1142
  --cb-size-xs: calc(1.125rem * var(--mantine-scale));
1103
1143
  --cb-size-sm: calc(1.375rem * var(--mantine-scale));
@@ -3235,19 +3275,19 @@ fieldset:disabled .m_d3ea56bb,
3235
3275
  flex-direction: row;
3236
3276
  }
3237
3277
 
3238
- .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):first-child {
3278
+ .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):first-child, .m_80d6d844[data-orientation='horizontal'] .m_70be2a01:not(:only-child):first-child {
3239
3279
  border-end-end-radius: 0;
3240
3280
  border-start-end-radius: 0;
3241
3281
  border-inline-end-width: calc(var(--button-border-width) / 2);
3242
3282
  }
3243
3283
 
3244
- .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):last-child {
3284
+ .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):last-child, .m_80d6d844[data-orientation='horizontal'] .m_70be2a01:not(:only-child):last-child {
3245
3285
  border-end-start-radius: 0;
3246
3286
  border-start-start-radius: 0;
3247
3287
  border-inline-start-width: calc(var(--button-border-width) / 2);
3248
3288
  }
3249
3289
 
3250
- .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child) {
3290
+ .m_80d6d844[data-orientation='horizontal'] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child), .m_80d6d844[data-orientation='horizontal'] .m_70be2a01:not(:only-child):not(:first-child):not(:last-child) {
3251
3291
  border-radius: 0;
3252
3292
  border-inline-width: calc(var(--button-border-width) / 2);
3253
3293
  }
@@ -3256,24 +3296,69 @@ fieldset:disabled .m_d3ea56bb,
3256
3296
  flex-direction: column;
3257
3297
  }
3258
3298
 
3259
- .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):first-child {
3299
+ .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):first-child, .m_80d6d844[data-orientation='vertical'] .m_70be2a01:not(:only-child):first-child {
3260
3300
  border-end-start-radius: 0;
3261
3301
  border-end-end-radius: 0;
3262
3302
  border-bottom-width: calc(var(--button-border-width) / 2);
3263
3303
  }
3264
3304
 
3265
- .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):last-child {
3305
+ .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):last-child, .m_80d6d844[data-orientation='vertical'] .m_70be2a01:not(:only-child):last-child {
3266
3306
  border-start-start-radius: 0;
3267
3307
  border-start-end-radius: 0;
3268
3308
  border-top-width: calc(var(--button-border-width) / 2);
3269
3309
  }
3270
3310
 
3271
- .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child) {
3311
+ .m_80d6d844[data-orientation='vertical'] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child), .m_80d6d844[data-orientation='vertical'] .m_70be2a01:not(:only-child):not(:first-child):not(:last-child) {
3272
3312
  border-radius: 0;
3273
3313
  border-bottom-width: calc(var(--button-border-width) / 2);
3274
3314
  border-top-width: calc(var(--button-border-width) / 2);
3275
3315
  }
3276
3316
 
3317
+ .m_70be2a01 {
3318
+ --section-height-xs: calc(1.875rem * var(--mantine-scale));
3319
+ --section-height-sm: calc(2.25rem * var(--mantine-scale));
3320
+ --section-height-md: calc(2.625rem * var(--mantine-scale));
3321
+ --section-height-lg: calc(3.125rem * var(--mantine-scale));
3322
+ --section-height-xl: calc(3.75rem * var(--mantine-scale));
3323
+
3324
+ --section-height-compact-xs: calc(1.375rem * var(--mantine-scale));
3325
+ --section-height-compact-sm: calc(1.625rem * var(--mantine-scale));
3326
+ --section-height-compact-md: calc(1.875rem * var(--mantine-scale));
3327
+ --section-height-compact-lg: calc(2.125rem * var(--mantine-scale));
3328
+ --section-height-compact-xl: calc(2.5rem * var(--mantine-scale));
3329
+
3330
+ --section-padding-x-xs: calc(0.875rem * var(--mantine-scale));
3331
+ --section-padding-x-sm: calc(1.125rem * var(--mantine-scale));
3332
+ --section-padding-x-md: calc(1.375rem * var(--mantine-scale));
3333
+ --section-padding-x-lg: calc(1.625rem * var(--mantine-scale));
3334
+ --section-padding-x-xl: calc(2rem * var(--mantine-scale));
3335
+
3336
+ --section-padding-x-compact-xs: calc(0.4375rem * var(--mantine-scale));
3337
+ --section-padding-x-compact-sm: calc(0.5rem * var(--mantine-scale));
3338
+ --section-padding-x-compact-md: calc(0.625rem * var(--mantine-scale));
3339
+ --section-padding-x-compact-lg: calc(0.75rem * var(--mantine-scale));
3340
+ --section-padding-x-compact-xl: calc(0.875rem * var(--mantine-scale));
3341
+
3342
+ --section-height: var(--section-height-sm);
3343
+ --section-padding-x: var(--section-padding-x-sm);
3344
+ --section-color: var(--mantine-color-white);
3345
+
3346
+ font-weight: 600;
3347
+ width: auto;
3348
+ border-radius: var(--section-radius, var(--mantine-radius-default));
3349
+ font-size: var(--section-fz, var(--mantine-font-size-sm));
3350
+ background: var(--section-bg, var(--mantine-primary-color-filled));
3351
+ border: var(--section-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
3352
+ color: var(--section-color, var(--mantine-color-white));
3353
+ height: var(--section-height, var(--section-height-sm));
3354
+ padding-inline: var(--section-padding-x, var(--section-padding-x-sm));
3355
+ vertical-align: middle;
3356
+ line-height: 1;
3357
+ display: inline-flex;
3358
+ align-items: center;
3359
+ justify-content: center;
3360
+ }
3361
+
3277
3362
  .m_e615b15f {
3278
3363
  --card-padding: var(--mantine-spacing-md);
3279
3364
 
@@ -6553,6 +6638,7 @@ fieldset:disabled .m_c9ade57f:where([data-inverted]),
6553
6638
  .m_b23fa0ef {
6554
6639
  width: 100%;
6555
6640
  border-collapse: collapse;
6641
+ border-spacing: 0;
6556
6642
  line-height: var(--mantine-line-height);
6557
6643
  font-size: var(--mantine-font-size-sm);
6558
6644
  table-layout: var(--table-layout, auto);
@@ -6576,6 +6662,22 @@ fieldset:disabled .m_c9ade57f:where([data-inverted]),
6576
6662
  border: calc(0.0625rem * var(--mantine-scale)) solid var(--table-border-color);
6577
6663
  }
6578
6664
 
6665
+ .m_b23fa0ef:where([data-tabular-nums]) {
6666
+ font-variant-numeric: tabular-nums;
6667
+ }
6668
+
6669
+ .m_b23fa0ef:where([data-variant='vertical']) :where(.m_4e7aa4f3) {
6670
+ font-weight: 500;
6671
+ }
6672
+
6673
+ :where([data-mantine-color-scheme='light']) .m_b23fa0ef:where([data-variant='vertical']) :where(.m_4e7aa4f3) {
6674
+ background-color: var(--mantine-color-gray-0);
6675
+ }
6676
+
6677
+ :where([data-mantine-color-scheme='dark']) .m_b23fa0ef:where([data-variant='vertical']) :where(.m_4e7aa4f3) {
6678
+ background-color: var(--mantine-color-dark-6);
6679
+ }
6680
+
6579
6681
  .m_4e7aa4f3 {
6580
6682
  text-align: left;
6581
6683
  }