@coveord/plasma-mantine 55.7.1 → 55.7.2-alpha.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 (382) hide show
  1. package/.turbo/turbo-build.log +8 -7
  2. package/.turbo/turbo-test.log +5632 -68
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/accordion/Accordion.d.ts +13 -0
  5. package/dist/cjs/components/accordion/Accordion.d.ts.map +1 -0
  6. package/dist/cjs/components/accordion/Accordion.js +29 -0
  7. package/dist/cjs/components/accordion/Accordion.js.map +1 -0
  8. package/dist/cjs/components/accordion/Accordion.module.css +3 -0
  9. package/dist/cjs/components/accordion/index.d.ts +2 -0
  10. package/dist/cjs/components/accordion/index.d.ts.map +1 -0
  11. package/dist/cjs/components/accordion/index.js +13 -0
  12. package/dist/cjs/components/accordion/index.js.map +1 -0
  13. package/dist/cjs/components/alert/Alert.d.ts +31 -0
  14. package/dist/cjs/components/alert/Alert.d.ts.map +1 -0
  15. package/dist/cjs/components/alert/Alert.js +91 -0
  16. package/dist/cjs/components/alert/Alert.js.map +1 -0
  17. package/dist/cjs/components/alert/index.d.ts +2 -0
  18. package/dist/cjs/components/alert/index.d.ts.map +1 -0
  19. package/dist/cjs/components/alert/index.js +8 -0
  20. package/dist/cjs/components/alert/index.js.map +1 -0
  21. package/dist/cjs/components/badge/Badge.d.ts +8 -0
  22. package/dist/cjs/components/badge/Badge.d.ts.map +1 -0
  23. package/dist/cjs/components/badge/Badge.js +60 -0
  24. package/dist/cjs/components/badge/Badge.js.map +1 -0
  25. package/dist/cjs/components/badge/index.d.ts +2 -0
  26. package/dist/cjs/components/badge/index.d.ts.map +1 -0
  27. package/dist/cjs/components/badge/index.js +8 -0
  28. package/dist/cjs/components/badge/index.js.map +1 -0
  29. package/dist/cjs/components/breadcrumbs/Breadcrumbs.d.ts +10 -0
  30. package/dist/cjs/components/breadcrumbs/Breadcrumbs.d.ts.map +1 -0
  31. package/dist/cjs/components/breadcrumbs/index.d.ts +2 -0
  32. package/dist/cjs/components/breadcrumbs/index.d.ts.map +1 -0
  33. package/dist/cjs/components/browser-preview/BrowserPreview.d.ts.map +1 -1
  34. package/dist/cjs/components/browser-preview/BrowserPreview.module.css +1 -1
  35. package/dist/cjs/components/button/Button.d.ts +5 -0
  36. package/dist/cjs/components/button/Button.d.ts.map +1 -1
  37. package/dist/cjs/components/button/Button.js +40 -3
  38. package/dist/cjs/components/button/Button.js.map +1 -1
  39. package/dist/cjs/components/button/ButtonWithDisabledTooltip.d.ts +1 -1
  40. package/dist/cjs/components/child-form/ChildForm.module.css +2 -2
  41. package/dist/cjs/components/code-editor/CodeEditor.d.ts +2 -0
  42. package/dist/cjs/components/code-editor/CodeEditor.d.ts.map +1 -1
  43. package/dist/cjs/components/code-editor/CodeEditor.js +37 -15
  44. package/dist/cjs/components/code-editor/CodeEditor.js.map +1 -1
  45. package/dist/cjs/components/code-editor/CodeEditor.module.css +1 -1
  46. package/dist/cjs/components/collection/CollectionItem.js +0 -1
  47. package/dist/cjs/components/collection/CollectionItem.js.map +1 -1
  48. package/dist/cjs/components/collection/enhanceWithCollectionProps.d.ts.map +1 -1
  49. package/dist/cjs/components/copyToClipboard/CopyToClipboard.d.ts +16 -4
  50. package/dist/cjs/components/copyToClipboard/CopyToClipboard.d.ts.map +1 -1
  51. package/dist/cjs/components/copyToClipboard/CopyToClipboard.js +22 -15
  52. package/dist/cjs/components/copyToClipboard/CopyToClipboard.js.map +1 -1
  53. package/dist/cjs/components/date-range-picker/DateRange.module.css +2 -2
  54. package/dist/cjs/components/date-range-picker/DateRangePickerInlineCalendar.d.ts.map +1 -1
  55. package/dist/cjs/components/date-range-picker/DateRangePickerPopoverCalendar.d.ts.map +1 -1
  56. package/dist/cjs/components/date-range-picker/DateRangePickerPresetSelect.d.ts.map +1 -1
  57. package/dist/cjs/components/date-range-picker/EditableDateRangePicker.d.ts.map +1 -1
  58. package/dist/cjs/components/header/Header.d.ts +14 -6
  59. package/dist/cjs/components/header/Header.d.ts.map +1 -1
  60. package/dist/cjs/components/header/Header.js +9 -6
  61. package/dist/cjs/components/header/Header.js.map +1 -1
  62. package/dist/cjs/components/header/Header.module.css +1 -15
  63. package/dist/cjs/components/header/HeaderRight/HeaderRight.d.ts +19 -0
  64. package/dist/cjs/components/header/HeaderRight/HeaderRight.d.ts.map +1 -0
  65. package/dist/cjs/components/header/{HeaderActions/HeaderActions.js → HeaderRight/HeaderRight.js} +6 -6
  66. package/dist/cjs/components/header/HeaderRight/HeaderRight.js.map +1 -0
  67. package/dist/cjs/components/index.d.ts +4 -0
  68. package/dist/cjs/components/index.d.ts.map +1 -1
  69. package/dist/cjs/components/index.js +4 -0
  70. package/dist/cjs/components/index.js.map +1 -1
  71. package/dist/cjs/components/info-token/InfoToken.d.ts +30 -0
  72. package/dist/cjs/components/info-token/InfoToken.d.ts.map +1 -0
  73. package/dist/cjs/components/info-token/InfoToken.js +121 -0
  74. package/dist/cjs/components/info-token/InfoToken.js.map +1 -0
  75. package/dist/cjs/components/info-token/InfoToken.module.css +8 -0
  76. package/dist/cjs/components/info-token/index.d.ts +2 -0
  77. package/dist/cjs/components/info-token/index.d.ts.map +1 -0
  78. package/dist/cjs/components/info-token/index.js +8 -0
  79. package/dist/cjs/components/info-token/index.js.map +1 -0
  80. package/dist/cjs/components/modal/Modal.module.css +1 -1
  81. package/dist/cjs/components/prompt/Prompt.d.ts +1 -1
  82. package/dist/cjs/components/prompt/Prompt.d.ts.map +1 -1
  83. package/dist/cjs/components/prompt/Prompt.js +13 -3
  84. package/dist/cjs/components/prompt/Prompt.js.map +1 -1
  85. package/dist/cjs/components/prompt/Prompt.module.css +4 -15
  86. package/dist/cjs/components/prompt/PromptConfirmButton.js +4 -4
  87. package/dist/cjs/components/prompt/PromptConfirmButton.js.map +1 -1
  88. package/dist/cjs/components/prompt/PromptFooter.d.ts +6 -0
  89. package/dist/cjs/components/prompt/PromptFooter.d.ts.map +1 -0
  90. package/dist/cjs/components/prompt/PromptFooter.js +27 -0
  91. package/dist/cjs/components/prompt/PromptFooter.js.map +1 -0
  92. package/dist/cjs/components/read-only/ReadOnlyInputStyles.d.ts.map +1 -1
  93. package/dist/cjs/components/sticky-footer/StickyFooter.module.css +3 -3
  94. package/dist/cjs/components/table/Table.module.css +8 -7
  95. package/dist/cjs/components/table/Table.types.d.ts +2 -2
  96. package/dist/cjs/components/table/Table.types.d.ts.map +1 -1
  97. package/dist/cjs/components/table/layouts/TableLayoutControl.js +1 -1
  98. package/dist/cjs/components/table/layouts/TableLayoutControl.js.map +1 -1
  99. package/dist/cjs/components/table/layouts/row-layout/RowLayout.d.ts.map +1 -1
  100. package/dist/cjs/components/table/layouts/row-layout/RowLayout.js +2 -2
  101. package/dist/cjs/components/table/layouts/row-layout/RowLayout.js.map +1 -1
  102. package/dist/cjs/components/table/layouts/row-layout/RowLayout.module.css +11 -17
  103. package/dist/cjs/components/table/use-table.d.ts.map +1 -1
  104. package/dist/cjs/components/table/use-url-synced-state.d.ts.map +1 -1
  105. package/dist/cjs/hooks/useClickWithLoading.d.ts.map +1 -1
  106. package/dist/cjs/hooks/useControlledList.d.ts.map +1 -1
  107. package/dist/cjs/index.d.ts +1 -1
  108. package/dist/cjs/index.d.ts.map +1 -1
  109. package/dist/cjs/index.js +3 -0
  110. package/dist/cjs/index.js.map +1 -1
  111. package/dist/cjs/styles/Alert.module.css +4 -29
  112. package/dist/cjs/styles/Badge.module.css +0 -2
  113. package/dist/cjs/styles/Breadcrumbs.module.css +10 -0
  114. package/dist/cjs/styles/Button.module.css +1 -1
  115. package/dist/cjs/styles/Checkbox.module.css +2 -13
  116. package/dist/cjs/styles/CheckboxIndicator.module.css +5 -0
  117. package/dist/cjs/styles/Combobox.module.css +3 -2
  118. package/dist/cjs/styles/Input.module.css +18 -2
  119. package/dist/cjs/styles/InputWrapper.module.css +7 -6
  120. package/dist/cjs/styles/Modal.module.css +0 -62
  121. package/dist/cjs/styles/NavLink.module.css +0 -18
  122. package/dist/cjs/styles/Pagination.module.css +2 -27
  123. package/dist/cjs/styles/Radio.module.css +4 -4
  124. package/dist/cjs/styles/ReadOnlyInput.module.css +7 -3
  125. package/dist/cjs/styles/SegmentedControl.module.css +0 -32
  126. package/dist/cjs/styles/Stepper.module.css +0 -66
  127. package/dist/cjs/styles/Table.module.css +3 -0
  128. package/dist/cjs/styles/Tabs.module.css +5 -6
  129. package/dist/cjs/styles/Text.module.css +4 -0
  130. package/dist/cjs/theme/PlasmaColors.d.ts +12 -8
  131. package/dist/cjs/theme/PlasmaColors.d.ts.map +1 -1
  132. package/dist/cjs/theme/PlasmaColors.js +143 -18
  133. package/dist/cjs/theme/PlasmaColors.js.map +1 -1
  134. package/dist/cjs/theme/Theme.d.ts.map +1 -1
  135. package/dist/cjs/theme/Theme.js +110 -108
  136. package/dist/cjs/theme/Theme.js.map +1 -1
  137. package/dist/cjs/theme/mergeCSSVariablesResolvers.d.ts.map +1 -1
  138. package/dist/cjs/theme/plasmaCSSVariablesResolver.d.ts.map +1 -1
  139. package/dist/cjs/theme/plasmaCSSVariablesResolver.js +16 -6
  140. package/dist/cjs/theme/plasmaCSSVariablesResolver.js.map +1 -1
  141. package/dist/cjs/utils/createFactoryComponent.d.ts.map +1 -1
  142. package/dist/cjs/utils/overrideComponent.d.ts.map +1 -1
  143. package/dist/esm/components/accordion/Accordion.d.ts +13 -0
  144. package/dist/esm/components/accordion/Accordion.d.ts.map +1 -0
  145. package/dist/esm/components/accordion/Accordion.js +11 -0
  146. package/dist/esm/components/accordion/Accordion.js.map +1 -0
  147. package/dist/esm/components/accordion/Accordion.module.css +3 -0
  148. package/dist/esm/components/accordion/index.d.ts +2 -0
  149. package/dist/esm/components/accordion/index.d.ts.map +1 -0
  150. package/dist/esm/components/accordion/index.js +3 -0
  151. package/dist/esm/components/accordion/index.js.map +1 -0
  152. package/dist/esm/components/alert/Alert.d.ts +31 -0
  153. package/dist/esm/components/alert/Alert.d.ts.map +1 -0
  154. package/dist/esm/components/alert/Alert.js +57 -0
  155. package/dist/esm/components/alert/Alert.js.map +1 -0
  156. package/dist/esm/components/alert/index.d.ts +2 -0
  157. package/dist/esm/components/alert/index.d.ts.map +1 -0
  158. package/dist/esm/components/alert/index.js +3 -0
  159. package/dist/esm/components/alert/index.js.map +1 -0
  160. package/dist/esm/components/badge/Badge.d.ts +8 -0
  161. package/dist/esm/components/badge/Badge.d.ts.map +1 -0
  162. package/dist/esm/components/badge/Badge.js +27 -0
  163. package/dist/esm/components/badge/Badge.js.map +1 -0
  164. package/dist/esm/components/badge/index.d.ts +2 -0
  165. package/dist/esm/components/badge/index.d.ts.map +1 -0
  166. package/dist/esm/components/badge/index.js +3 -0
  167. package/dist/esm/components/badge/index.js.map +1 -0
  168. package/dist/esm/components/breadcrumbs/Breadcrumbs.d.ts +10 -0
  169. package/dist/esm/components/breadcrumbs/Breadcrumbs.d.ts.map +1 -0
  170. package/dist/esm/components/breadcrumbs/index.d.ts +2 -0
  171. package/dist/esm/components/breadcrumbs/index.d.ts.map +1 -0
  172. package/dist/esm/components/browser-preview/BrowserPreview.d.ts.map +1 -1
  173. package/dist/esm/components/browser-preview/BrowserPreview.module.css +1 -1
  174. package/dist/esm/components/button/Button.d.ts +5 -0
  175. package/dist/esm/components/button/Button.d.ts.map +1 -1
  176. package/dist/esm/components/button/Button.js +17 -0
  177. package/dist/esm/components/button/Button.js.map +1 -1
  178. package/dist/esm/components/button/ButtonWithDisabledTooltip.d.ts +1 -1
  179. package/dist/esm/components/child-form/ChildForm.module.css +2 -2
  180. package/dist/esm/components/code-editor/CodeEditor.d.ts +2 -0
  181. package/dist/esm/components/code-editor/CodeEditor.d.ts.map +1 -1
  182. package/dist/esm/components/code-editor/CodeEditor.js +14 -3
  183. package/dist/esm/components/code-editor/CodeEditor.js.map +1 -1
  184. package/dist/esm/components/code-editor/CodeEditor.module.css +1 -1
  185. package/dist/esm/components/collection/CollectionItem.js +0 -1
  186. package/dist/esm/components/collection/CollectionItem.js.map +1 -1
  187. package/dist/esm/components/collection/enhanceWithCollectionProps.d.ts.map +1 -1
  188. package/dist/esm/components/copyToClipboard/CopyToClipboard.d.ts +16 -4
  189. package/dist/esm/components/copyToClipboard/CopyToClipboard.d.ts.map +1 -1
  190. package/dist/esm/components/copyToClipboard/CopyToClipboard.js +11 -10
  191. package/dist/esm/components/copyToClipboard/CopyToClipboard.js.map +1 -1
  192. package/dist/esm/components/date-range-picker/DateRange.module.css +2 -2
  193. package/dist/esm/components/date-range-picker/DateRangePickerInlineCalendar.d.ts.map +1 -1
  194. package/dist/esm/components/date-range-picker/DateRangePickerPopoverCalendar.d.ts.map +1 -1
  195. package/dist/esm/components/date-range-picker/DateRangePickerPresetSelect.d.ts.map +1 -1
  196. package/dist/esm/components/date-range-picker/EditableDateRangePicker.d.ts.map +1 -1
  197. package/dist/esm/components/header/Header.d.ts +14 -6
  198. package/dist/esm/components/header/Header.d.ts.map +1 -1
  199. package/dist/esm/components/header/Header.js +8 -5
  200. package/dist/esm/components/header/Header.js.map +1 -1
  201. package/dist/esm/components/header/Header.module.css +1 -15
  202. package/dist/esm/components/header/HeaderRight/HeaderRight.d.ts +19 -0
  203. package/dist/esm/components/header/HeaderRight/HeaderRight.d.ts.map +1 -0
  204. package/dist/esm/components/header/{HeaderActions/HeaderActions.js → HeaderRight/HeaderRight.js} +4 -4
  205. package/dist/esm/components/header/HeaderRight/HeaderRight.js.map +1 -0
  206. package/dist/esm/components/index.d.ts +4 -0
  207. package/dist/esm/components/index.d.ts.map +1 -1
  208. package/dist/esm/components/index.js +4 -0
  209. package/dist/esm/components/index.js.map +1 -1
  210. package/dist/esm/components/info-token/InfoToken.d.ts +30 -0
  211. package/dist/esm/components/info-token/InfoToken.d.ts.map +1 -0
  212. package/dist/esm/components/info-token/InfoToken.js +98 -0
  213. package/dist/esm/components/info-token/InfoToken.js.map +1 -0
  214. package/dist/esm/components/info-token/InfoToken.module.css +8 -0
  215. package/dist/esm/components/info-token/index.d.ts +2 -0
  216. package/dist/esm/components/info-token/index.d.ts.map +1 -0
  217. package/dist/esm/components/info-token/index.js +3 -0
  218. package/dist/esm/components/info-token/index.js.map +1 -0
  219. package/dist/esm/components/modal/Modal.module.css +1 -1
  220. package/dist/esm/components/prompt/Prompt.d.ts +1 -1
  221. package/dist/esm/components/prompt/Prompt.d.ts.map +1 -1
  222. package/dist/esm/components/prompt/Prompt.js +11 -4
  223. package/dist/esm/components/prompt/Prompt.js.map +1 -1
  224. package/dist/esm/components/prompt/Prompt.module.css +4 -15
  225. package/dist/esm/components/prompt/PromptConfirmButton.js +4 -4
  226. package/dist/esm/components/prompt/PromptConfirmButton.js.map +1 -1
  227. package/dist/esm/components/prompt/PromptFooter.d.ts +6 -0
  228. package/dist/esm/components/prompt/PromptFooter.d.ts.map +1 -0
  229. package/dist/esm/components/prompt/PromptFooter.js +9 -0
  230. package/dist/esm/components/prompt/PromptFooter.js.map +1 -0
  231. package/dist/esm/components/read-only/ReadOnlyInputStyles.d.ts.map +1 -1
  232. package/dist/esm/components/sticky-footer/StickyFooter.module.css +3 -3
  233. package/dist/esm/components/table/Table.module.css +8 -7
  234. package/dist/esm/components/table/Table.types.d.ts +2 -2
  235. package/dist/esm/components/table/Table.types.d.ts.map +1 -1
  236. package/dist/esm/components/table/Table.types.js.map +1 -1
  237. package/dist/esm/components/table/layouts/TableLayoutControl.js +1 -1
  238. package/dist/esm/components/table/layouts/TableLayoutControl.js.map +1 -1
  239. package/dist/esm/components/table/layouts/row-layout/RowLayout.d.ts.map +1 -1
  240. package/dist/esm/components/table/layouts/row-layout/RowLayout.js +2 -2
  241. package/dist/esm/components/table/layouts/row-layout/RowLayout.js.map +1 -1
  242. package/dist/esm/components/table/layouts/row-layout/RowLayout.module.css +11 -17
  243. package/dist/esm/components/table/use-table.d.ts.map +1 -1
  244. package/dist/esm/components/table/use-url-synced-state.d.ts.map +1 -1
  245. package/dist/esm/hooks/useClickWithLoading.d.ts.map +1 -1
  246. package/dist/esm/hooks/useControlledList.d.ts.map +1 -1
  247. package/dist/esm/index.d.ts +1 -1
  248. package/dist/esm/index.d.ts.map +1 -1
  249. package/dist/esm/index.js +1 -1
  250. package/dist/esm/index.js.map +1 -1
  251. package/dist/esm/styles/Alert.module.css +4 -29
  252. package/dist/esm/styles/Badge.module.css +0 -2
  253. package/dist/esm/styles/Breadcrumbs.module.css +10 -0
  254. package/dist/esm/styles/Button.module.css +1 -1
  255. package/dist/esm/styles/Checkbox.module.css +2 -13
  256. package/dist/esm/styles/CheckboxIndicator.module.css +5 -0
  257. package/dist/esm/styles/Combobox.module.css +3 -2
  258. package/dist/esm/styles/Input.module.css +18 -2
  259. package/dist/esm/styles/InputWrapper.module.css +7 -6
  260. package/dist/esm/styles/Modal.module.css +0 -62
  261. package/dist/esm/styles/NavLink.module.css +0 -18
  262. package/dist/esm/styles/Pagination.module.css +2 -27
  263. package/dist/esm/styles/Radio.module.css +4 -4
  264. package/dist/esm/styles/ReadOnlyInput.module.css +7 -3
  265. package/dist/esm/styles/SegmentedControl.module.css +0 -32
  266. package/dist/esm/styles/Stepper.module.css +0 -66
  267. package/dist/esm/styles/Table.module.css +3 -0
  268. package/dist/esm/styles/Tabs.module.css +5 -6
  269. package/dist/esm/styles/Text.module.css +4 -0
  270. package/dist/esm/theme/PlasmaColors.d.ts +12 -8
  271. package/dist/esm/theme/PlasmaColors.d.ts.map +1 -1
  272. package/dist/esm/theme/PlasmaColors.js +143 -18
  273. package/dist/esm/theme/PlasmaColors.js.map +1 -1
  274. package/dist/esm/theme/Theme.d.ts.map +1 -1
  275. package/dist/esm/theme/Theme.js +108 -110
  276. package/dist/esm/theme/Theme.js.map +1 -1
  277. package/dist/esm/theme/mergeCSSVariablesResolvers.d.ts.map +1 -1
  278. package/dist/esm/theme/plasmaCSSVariablesResolver.d.ts.map +1 -1
  279. package/dist/esm/theme/plasmaCSSVariablesResolver.js +16 -6
  280. package/dist/esm/theme/plasmaCSSVariablesResolver.js.map +1 -1
  281. package/dist/esm/utils/createFactoryComponent.d.ts.map +1 -1
  282. package/dist/esm/utils/overrideComponent.d.ts.map +1 -1
  283. package/package.json +120 -118
  284. package/src/__tests__/VitestSetup.ts +1 -0
  285. package/src/components/accordion/Accordion.module.css +3 -0
  286. package/src/components/accordion/Accordion.tsx +22 -0
  287. package/src/components/accordion/index.ts +1 -0
  288. package/src/components/alert/Alert.tsx +49 -0
  289. package/src/components/alert/index.ts +1 -0
  290. package/src/components/badge/Badge.tsx +10 -0
  291. package/src/components/badge/index.ts +1 -0
  292. package/src/components/browser-preview/BrowserPreview.module.css +1 -1
  293. package/src/components/button/Button.tsx +6 -0
  294. package/src/components/child-form/ChildForm.module.css +2 -2
  295. package/src/components/code-editor/CodeEditor.module.css +1 -1
  296. package/src/components/code-editor/CodeEditor.tsx +19 -5
  297. package/src/components/code-editor/__tests__/CodeEditor.spec.tsx +16 -0
  298. package/src/components/collection/CollectionItem.tsx +1 -1
  299. package/src/components/copyToClipboard/CopyToClipboard.tsx +32 -11
  300. package/src/components/date-range-picker/DateRange.module.css +2 -2
  301. package/src/components/header/Header.module.css +1 -15
  302. package/src/components/header/Header.tsx +20 -9
  303. package/src/components/header/{HeaderActions/HeaderActions.tsx → HeaderRight/HeaderRight.tsx} +10 -10
  304. package/src/components/header/__tests__/Header.spec.tsx +16 -1
  305. package/src/components/index.ts +4 -0
  306. package/src/components/info-token/InfoToken.module.css +8 -0
  307. package/src/components/info-token/InfoToken.tsx +147 -0
  308. package/src/components/info-token/index.ts +1 -0
  309. package/src/components/modal/Modal.module.css +1 -1
  310. package/src/components/prompt/Prompt.module.css +4 -15
  311. package/src/components/prompt/Prompt.tsx +19 -2
  312. package/src/components/prompt/PromptConfirmButton.tsx +4 -4
  313. package/src/components/prompt/__tests__/Prompt.spec.tsx +1 -0
  314. package/src/components/sticky-footer/StickyFooter.module.css +3 -3
  315. package/src/components/table/Table.module.css +8 -7
  316. package/src/components/table/Table.types.ts +2 -2
  317. package/src/components/table/layouts/TableLayoutControl.tsx +1 -1
  318. package/src/components/table/layouts/row-layout/RowLayout.module.css +11 -17
  319. package/src/components/table/layouts/row-layout/RowLayout.tsx +2 -2
  320. package/src/index.ts +1 -0
  321. package/src/styles/Alert.module.css +4 -29
  322. package/src/styles/Badge.module.css +0 -2
  323. package/src/styles/Breadcrumbs.module.css +10 -0
  324. package/src/styles/Button.module.css +1 -1
  325. package/src/styles/Checkbox.module.css +2 -13
  326. package/src/styles/CheckboxIndicator.module.css +5 -0
  327. package/src/styles/Combobox.module.css +3 -2
  328. package/src/styles/Input.module.css +18 -2
  329. package/src/styles/InputWrapper.module.css +7 -6
  330. package/src/styles/Modal.module.css +0 -62
  331. package/src/styles/NavLink.module.css +0 -18
  332. package/src/styles/Pagination.module.css +2 -27
  333. package/src/styles/Radio.module.css +4 -4
  334. package/src/styles/ReadOnlyInput.module.css +7 -3
  335. package/src/styles/SegmentedControl.module.css +0 -32
  336. package/src/styles/Stepper.module.css +0 -66
  337. package/src/styles/Table.module.css +3 -0
  338. package/src/styles/Tabs.module.css +5 -6
  339. package/src/styles/Text.module.css +4 -0
  340. package/src/theme/PlasmaColors.ts +144 -19
  341. package/src/theme/Theme.tsx +99 -79
  342. package/src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts +13 -60
  343. package/src/theme/plasmaCSSVariablesResolver.ts +18 -6
  344. package/LICENSE +0 -201
  345. package/dist/cjs/components/header/HeaderActions/HeaderActions.js.map +0 -1
  346. package/dist/cjs/components/header/__tests__/__snapshots__/Header.spec.tsx.snap +0 -73
  347. package/dist/cjs/components/table/layouts/row-layout/RowLayoutIcon.js +0 -24
  348. package/dist/cjs/components/table/layouts/row-layout/RowLayoutIcon.js.map +0 -1
  349. package/dist/cjs/styles/ActionIcon.module.css +0 -6
  350. package/dist/cjs/styles/Anchor.module.css +0 -6
  351. package/dist/cjs/styles/AppShellNavBar.module.css +0 -3
  352. package/dist/cjs/styles/DatePicker.module.css +0 -3
  353. package/dist/cjs/styles/Notification.module.css +0 -20
  354. package/dist/cjs/styles/Select.module.css +0 -39
  355. package/dist/cjs/vars/Notification.vars.js +0 -44
  356. package/dist/cjs/vars/Notification.vars.js.map +0 -1
  357. package/dist/cjs/vars/Text.vars.js +0 -25
  358. package/dist/cjs/vars/Text.vars.js.map +0 -1
  359. package/dist/esm/components/header/HeaderActions/HeaderActions.js.map +0 -1
  360. package/dist/esm/components/header/__tests__/__snapshots__/Header.spec.tsx.snap +0 -73
  361. package/dist/esm/components/table/layouts/row-layout/RowLayoutIcon.js +0 -14
  362. package/dist/esm/components/table/layouts/row-layout/RowLayoutIcon.js.map +0 -1
  363. package/dist/esm/styles/ActionIcon.module.css +0 -6
  364. package/dist/esm/styles/Anchor.module.css +0 -6
  365. package/dist/esm/styles/AppShellNavBar.module.css +0 -3
  366. package/dist/esm/styles/DatePicker.module.css +0 -3
  367. package/dist/esm/styles/Notification.module.css +0 -20
  368. package/dist/esm/styles/Select.module.css +0 -39
  369. package/dist/esm/vars/Notification.vars.js +0 -34
  370. package/dist/esm/vars/Notification.vars.js.map +0 -1
  371. package/dist/esm/vars/Text.vars.js +0 -15
  372. package/dist/esm/vars/Text.vars.js.map +0 -1
  373. package/src/components/header/__tests__/__snapshots__/Header.spec.tsx.snap +0 -73
  374. package/src/components/table/layouts/row-layout/RowLayoutIcon.tsx +0 -22
  375. package/src/styles/ActionIcon.module.css +0 -6
  376. package/src/styles/Anchor.module.css +0 -6
  377. package/src/styles/AppShellNavBar.module.css +0 -3
  378. package/src/styles/DatePicker.module.css +0 -3
  379. package/src/styles/Notification.module.css +0 -20
  380. package/src/styles/Select.module.css +0 -39
  381. package/src/vars/Notification.vars.ts +0 -14
  382. package/src/vars/Text.vars.ts +0 -8
@@ -9,6 +9,7 @@ describe('Prompt', () => {
9
9
  <Prompt.Footer>footer content</Prompt.Footer>
10
10
  </Prompt>,
11
11
  );
12
+ expect(screen.getByRole('dialog', {name: /title modal/i})).toBeInTheDocument();
12
13
  expect(screen.getByText(/content modal/i)).toBeInTheDocument();
13
14
  expect(screen.getByText(/footer content/i)).toBeInTheDocument();
14
15
  expect(screen.getByText(/title modal/i)).toBeInTheDocument();
@@ -2,11 +2,11 @@
2
2
  position: sticky;
3
3
  bottom: 0;
4
4
  z-index: 10;
5
- background-color: white;
5
+ background-color: var(--mantine-color-body);
6
6
  padding: var(--mantine-spacing-md) var(--mantine-spacing-lg);
7
7
 
8
8
  &[data-variant='modal-footer'] {
9
- border-top: 1px solid var(--mantine-color-gray-3);
9
+ border-top: 1px solid var(--mantine-color-default-border);
10
10
  padding-bottom: 0;
11
11
  margin: var(--mb-padding) calc(-1 * var(--mb-padding)) calc(var(--mantine-spacing-md) - var(--mb-padding))
12
12
  calc(-1 * var(--mb-padding));
@@ -14,5 +14,5 @@
14
14
  }
15
15
 
16
16
  .border {
17
- border-top: 1px solid var(--mantine-color-gray-3);
17
+ border-top: 1px solid var(--mantine-color-default-border);
18
18
  }
@@ -19,7 +19,7 @@
19
19
  left: 0;
20
20
  right: 0;
21
21
  bottom: 0;
22
- border-bottom: 1px solid var(--mantine-color-gray-3);
22
+ border-bottom: 1px solid var(--mantine-color-default-border);
23
23
  }
24
24
  }
25
25
 
@@ -61,13 +61,14 @@
61
61
  }
62
62
 
63
63
  .filterEmpty {
64
- color: var(--mantine-color-gray-5);
64
+ color: var(--mantine-color-dimmed);
65
65
  }
66
66
 
67
67
  /* Table.Header */
68
68
  .headerRoot {
69
- border-bottom: 1px solid var(--mantine-color-gray-3);
70
- background-color: var(--mantine-color-gray-1);
69
+ border-bottom: 1px solid var(--mantine-color-default-border);
70
+ border-top: 1px solid var(--mantine-color-default-border);
71
+ background-color: var(--mantine-color-gray-light);
71
72
  padding: var(--mantine-spacing-sm) var(--mantine-spacing-xl);
72
73
  position: relative;
73
74
  min-height: 69px;
@@ -89,7 +90,7 @@
89
90
  color: var(--mantine-color-gray-6);
90
91
  height: var(--mantine-spacing-xl);
91
92
  font-weight: 500;
92
- font-size: var(--mantine-font-size-xs);
93
+ font-size: var(--mantine-font-size-sm);
93
94
 
94
95
  &:first-of-type {
95
96
  padding-left: var(--mantine-spacing-xl);
@@ -99,11 +100,11 @@
99
100
  padding-right: var(--mantine-spacing-xl);
100
101
  }
101
102
 
102
- background-color: var(--mantine-color-gray-0);
103
+ background-color: var(--mantine-color-gray-light);
103
104
 
104
105
  &[data-control='true'] {
105
106
  @mixin hover {
106
- background-color: var(--mantine-color-gray-1);
107
+ background-color: var(--mantine-color-gray-light-hover);
107
108
  }
108
109
  }
109
110
  }
@@ -1,4 +1,4 @@
1
- import {Icon} from '@coveord/plasma-react-icons';
1
+ import {TablerIcon} from '@coveord/plasma-react-icons';
2
2
  import {BoxProps, StylesApiProps} from '@mantine/core';
3
3
  import {ColumnDef, CoreOptions, Row, TableOptions} from '@tanstack/table-core';
4
4
  import {ReactElement, ReactNode} from 'react';
@@ -23,7 +23,7 @@ export interface TableLayout {
23
23
  * Icon illustrating the layout.
24
24
  * Will be displayed in the layout control
25
25
  */
26
- Icon?: Icon;
26
+ Icon?: TablerIcon;
27
27
  /**
28
28
  * Header portion of the table.
29
29
  * In the standard row layout that is where column headers would be displayed.
@@ -13,7 +13,7 @@ export const TableLayoutControl = () => {
13
13
  <Center>
14
14
  {Icon ? (
15
15
  <>
16
- <Icon height={16} />
16
+ <Icon size={16} />
17
17
  <Space w="xs" />
18
18
  </>
19
19
  ) : null}
@@ -1,18 +1,12 @@
1
1
  .headerRow {
2
- &[data-selectable='true'] input[type='checkbox'] {
3
- border-color: var(--mantine-color-gray-4);
4
- pointer-events: auto;
5
- cursor: default;
6
- }
7
-
8
2
  &[data-selectable='false'] input[type='checkbox'] {
9
- background-color: var(--mantine-color-gray-2);
10
- border-color: var(--mantine-color-gray-3);
3
+ background-color: var(--mantine-color-gray-light);
4
+ border-color: var(--mantine-color-default-border);
11
5
  pointer-events: none;
12
6
  cursor: not-allowed;
13
7
 
14
8
  & + svg {
15
- color: var(--mantine-color-gray-5);
9
+ color: var(--mantine-color-dimmed);
16
10
  }
17
11
  }
18
12
  }
@@ -25,23 +19,23 @@
25
19
  }
26
20
 
27
21
  @mixin hover {
28
- background-color: var(--mantine-color-gray-1);
22
+ background-color: var(--mantine-color-gray-light-hover);
29
23
  }
30
24
 
31
25
  &[data-selectable='false'] input[type='checkbox'] {
32
- background-color: var(--mantine-color-gray-2);
33
- border-color: var(--mantine-color-gray-3);
26
+ background-color: var(--mantine-color-gray-light);
27
+ border-color: var(--mantine-color-default-border);
34
28
  pointer-events: none;
35
29
  cursor: not-allowed;
36
30
 
37
31
  &:checked + svg {
38
- color: var(--mantine-color-gray-5);
32
+ color: var(--mantine-color-dimmed);
39
33
  }
40
34
  }
41
35
 
42
36
  &[data-selected='true'] {
43
37
  &[data-multi-selection='false'] {
44
- background-color: var(--mantine-color-gray-1);
38
+ background-color: var(--mantine-color-gray-light);
45
39
  }
46
40
 
47
41
  &[data-multi-selection='true'] {
@@ -61,10 +55,10 @@
61
55
  /* We must use height instead of minHeight here, otherwise it doesn’t apply */
62
56
  height: 56px;
63
57
  padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);
64
- border-bottom: rem(1) solid var(--mantine-color-gray-3);
58
+ border-bottom: rem(1) solid var(--mantine-color-default-border);
65
59
  }
66
60
 
67
61
  .collapsibleWrapper {
68
- border-bottom: rem(1) solid var(--mantine-color-gray-3);
69
- background-color: var(--mantine-color-gray-1);
62
+ border-bottom: rem(1) solid var(--mantine-color-default-border);
63
+ background-color: var(--mantine-color-gray-light);
70
64
  }
@@ -1,3 +1,4 @@
1
+ import {IconList} from '@coveord/plasma-react-icons';
1
2
  import {Factory, MantineComponent, StylesApiProps, useProps, useStyles} from '@mantine/core';
2
3
  import {ReactNode} from 'react';
3
4
  import {identity} from '../../../../utils';
@@ -6,7 +7,6 @@ import classes from './RowLayout.module.css';
6
7
  import {RowLayoutBody, RowLayoutBodyStylesNames} from './RowLayoutBody';
7
8
  import {RowLayoutProvider} from './RowLayoutContext';
8
9
  import {RowLayoutHeader, RowLayoutHeaderStyleNames} from './RowLayoutHeader';
9
- import {RowLayoutIcon} from './RowLayoutIcon';
10
10
 
11
11
  type RowLayoutStylesNames = RowLayoutHeaderStyleNames | RowLayoutBodyStylesNames;
12
12
  export interface RowLayoutProps extends StylesApiProps<RowLayoutFactory> {
@@ -37,6 +37,6 @@ export const RowLayout = ((props: RowLayoutProps) => {
37
37
 
38
38
  RowLayout.Body = RowLayoutBody;
39
39
  RowLayout.Header = RowLayoutHeader;
40
- RowLayout.Icon = RowLayoutIcon;
40
+ RowLayout.Icon = IconList;
41
41
  RowLayout.displayName = 'Rows';
42
42
  RowLayout.extend = identity;
package/src/index.ts CHANGED
@@ -15,6 +15,7 @@ export {noop};
15
15
 
16
16
  // explicitly overriding mantine components
17
17
  export {
18
+ Accordion,
18
19
  ActionIcon,
19
20
  BrowserPreview,
20
21
  Button,
@@ -1,35 +1,10 @@
1
- .root {
2
- padding: var(--mantine-spacing-sm);
3
-
4
- &:not(&[data-variant]) {
5
- border-color: color-mix(in srgb, var(--alert-color), var(--alert-bg) 85%);
6
- }
7
- }
8
-
9
- .wrapper {
10
- gap: var(--mantine-spacing-sm);
11
- }
12
-
13
1
  .title {
14
2
  font-weight: 500;
15
3
  }
16
4
 
17
- .icon {
18
- width: 16px;
19
- height: 16px;
20
- margin-right: 0;
21
- }
22
-
23
- .message {
24
- @mixin light {
25
- color: var(--mantine-color-gray-7);
26
-
27
- &:where([data-variant='filled']) {
28
- color: var(--alert-color);
29
- }
30
- }
31
-
32
- &:where([data-variant='white']) {
33
- color: var(--mantine-color-black);
5
+ .closeButton {
6
+ & svg {
7
+ width: 20px;
8
+ height: 20px;
34
9
  }
35
10
  }
@@ -1,5 +1,3 @@
1
1
  .root {
2
- text-transform: none;
3
- padding: var(--mantine-spacing-xxs) var(--mantine-spacing-xs);
4
2
  font-weight: 500;
5
3
  }
@@ -0,0 +1,10 @@
1
+ .root {
2
+ font-size: var(--mantine-font-size-xs);
3
+ font-weight: var(--mantine-heading-font-weight);
4
+ }
5
+
6
+ .breadcrumb {
7
+ &:not(a) {
8
+ color: var(--coveo-color-title);
9
+ }
10
+ }
@@ -1,3 +1,3 @@
1
1
  .label {
2
- font-weight: 400;
2
+ font-weight: 500;
3
3
  }
@@ -1,20 +1,9 @@
1
1
  .label {
2
- font-size: var(--mantine-font-size-sm);
3
2
  font-weight: 300;
4
3
  }
5
4
 
6
5
  .input {
7
- &[data-indeterminate] {
8
- background-color: var(--mantine-color-pureWhite);
9
- border-color: var(--mantine-color-gray-4);
10
-
11
- & + svg {
12
- color: var(--mantine-color-gray-6);
13
- }
14
- }
15
-
16
- &[readonly] {
17
- background-color: var(--mantine-color-gray-2);
18
- border-color: var(--mantine-color-gray-2);
6
+ @mixin where-light {
7
+ border-color: var(--coveo-color-input-border);
19
8
  }
20
9
  }
@@ -0,0 +1,5 @@
1
+ .indicator {
2
+ @mixin where-light {
3
+ border-color: var(--coveo-color-input-border);
4
+ }
5
+ }
@@ -1,9 +1,10 @@
1
+ /* TODO: Plasma Reset, validate if we need the custom style for the search */
1
2
  .search {
2
3
  margin: 0 0 var(--mantine-spacing-xs);
3
- border-radius: var(--mantine-radius-md);
4
+ border-radius: var(--mantine-radius-default);
4
5
  border: 1px solid;
5
6
  width: 100%;
6
- border-color: var(--mantine-color-gray-4);
7
+ border-color: var(--mantine-color-default-border);
7
8
 
8
9
  &:focus {
9
10
  border-color: var(--mantine-primary-color-filled);
@@ -1,3 +1,19 @@
1
- .input {
2
- --input-color: var(--mantine-color-gray-7);
1
+ .wrapper {
2
+ --input-section-color: var(--mantine-color-placeholder);
3
+
4
+ @mixin light {
5
+ --input-disabled-color: var(--coveo-color-text-disabled);
6
+
7
+ &[data-variant='default'] {
8
+ --input-bd: var(--coveo-color-input-border);
9
+ }
10
+ }
11
+
12
+ &[data-disabled] {
13
+ --input-section-color: var(--input-disabled-color);
14
+ }
15
+ }
16
+
17
+ .section {
18
+ color: var(--input-section-color);
3
19
  }
@@ -1,16 +1,17 @@
1
+ .root {
2
+ display: flex;
3
+ flex-direction: column;
4
+ gap: var(--mantine-spacing-xxs);
5
+ }
6
+
1
7
  .label {
2
- margin-bottom: var(--mantine-spacing-xs);
8
+ color: var(--coveo-color-title);
3
9
  }
4
10
 
5
11
  .description {
6
- font-size: var(--mantine-font-size-sm);
7
- color: var(--mantine-color-gray-7);
8
- margin-bottom: var(--mantine-spacing-xs);
9
- line-height: var(--mantine-line-height);
10
12
  font-weight: 300;
11
13
  }
12
14
 
13
15
  .error {
14
- line-height: var(--mantine-line-height);
15
16
  font-weight: 300;
16
17
  }
@@ -1,65 +1,3 @@
1
- .root {
2
- &[data-full-screen] {
3
- .content {
4
- flex: 0 0 100%;
5
- }
6
- }
7
-
8
- &[data-size='xs'] {
9
- .content {
10
- flex: 0 0 rem(432px);
11
- }
12
- }
13
-
14
- &[data-size='sm'] {
15
- .content {
16
- flex: 0 0 rem(664px);
17
- }
18
- }
19
-
20
- &[data-size='md'] {
21
- .content {
22
- flex: 0 0 rem(896px);
23
- }
24
- }
25
-
26
- &[data-size='lg'] {
27
- .content {
28
- flex: 0 0 rem(1120px);
29
- }
30
- }
31
-
32
- &[data-size='xl'] {
33
- .content {
34
- flex: 0 0 rem(88%);
35
- }
36
- }
37
-
38
- &:not([data-size]) {
39
- .content {
40
- flex: 0 0 rem(896px);
41
- }
42
- }
43
- }
44
-
45
- .content {
46
- overflow: auto;
47
- }
48
-
49
- .header {
50
- border-bottom: 1px solid var(--mantine-color-gray-3);
51
- align-items: flex-start;
52
- }
53
-
54
1
  .title {
55
- width: 100%;
56
- font-size: var(--mantine-h3-font-size);
57
- line-height: var(--mantine-h3-line-height);
58
2
  font-weight: 500;
59
3
  }
60
-
61
- .body {
62
- &:where(:not(:only-child)) {
63
- padding-top: var(--mb-padding, var(--mantine-spacing-md));
64
- }
65
- }
@@ -1,21 +1,3 @@
1
- .root {
2
- color: var(--mantine-color-gray-6);
3
- line-height: var(--mantine-line-height);
4
- border-radius: var(--mantine-radius-default) 0 0 var(--mantine-radius-default);
5
-
6
- &[data-active] {
7
- color: var(--mantine-primary-color-6);
8
- }
9
-
10
- @mixin hover {
11
- @mixin light {
12
- &:where(:not([data-active])) {
13
- background-color: var(--mantine-color-gray-1);
14
- }
15
- }
16
- }
17
- }
18
-
19
1
  .label {
20
2
  font-weight: 500;
21
3
  }
@@ -1,30 +1,5 @@
1
- .root {
2
- --pagination-control-fz: var(--mantine-font-size-sm);
3
-
4
- color: var(--mantine-color-gray-6);
5
- }
6
-
7
1
  .control {
8
- color: var(--mantine-color-gray-6);
9
-
10
- @mixin light {
11
- border-color: var(--mantine-color-gray-3);
12
-
13
- @mixin hover {
14
- &:where(:not(:disabled, [data-disabled])) {
15
- background-color: var(--mantine-primary-color-1);
16
- }
17
- }
18
- }
19
-
20
- &:where([data-active]) {
21
- @mixin light {
22
- border-color: var(--pagination-active-bg);
23
- color: var(--pagination-active-color, var(--mantine-color-white));
24
-
25
- @mixin hover {
26
- background-color: var(--pagination-active-bg);
27
- }
28
- }
2
+ @mixin where-light {
3
+ border-color: var(--coveo-color-input-border);
29
4
  }
30
5
  }
@@ -1,10 +1,10 @@
1
1
  .labelWrapper {
2
2
  display: flex;
3
3
  align-items: flex-start;
4
+ }
4
5
 
5
- &:not([data-disabled]) {
6
- .label {
7
- color: var(--mantine-color-gray-7);
8
- }
6
+ .radio {
7
+ @mixin where-light {
8
+ border-color: var(--coveo-color-input-border);
9
9
  }
10
10
  }
@@ -2,7 +2,11 @@
2
2
  cursor: text;
3
3
 
4
4
  --input-bd: transparent;
5
- --input-bg: var(--mantine-color-gray-2);
6
- --input-color: var(--mantine-color-gray-7);
7
- --input-placeholder-color: var(--mantine-color-gray-7);
5
+ --input-bg: var(--mantine-color-dark-light);
6
+ --input-color: var(--mantine-color-text);
7
+ --input-placeholder-color: var(--mantine-color-text);
8
+ }
9
+
10
+ .section {
11
+ --input-section-color: var(--mantine-color-text);
8
12
  }
@@ -1,35 +1,3 @@
1
- .root {
2
- background-color: var(--mantine-color-gray-2);
3
- }
4
-
5
- .indicator {
6
- border-radius: var(--sc-radius, var(--mantine-radius-sm));
7
- }
8
-
9
1
  .label {
10
2
  font-weight: 300;
11
-
12
- @mixin light {
13
- color: var(--mantine-color-gray-6);
14
- }
15
-
16
- &:where([data-disabled]) {
17
- @mixin light {
18
- color: var(--mantine-color-gray-5);
19
- }
20
- }
21
-
22
- &:where([data-active]) {
23
- @mixin light {
24
- color: var(--sc-label-color, var(--mantine-color-black));
25
- }
26
- }
27
-
28
- &:where(:not([data-disabled], [data-active], [data-read-only])) {
29
- @mixin hover {
30
- @mixin light {
31
- color: var(--mantine-color-black);
32
- }
33
- }
34
- }
35
3
  }
@@ -1,69 +1,3 @@
1
- .step {
2
- &[disabled] {
3
- color: var(--mantine-color-gray-5);
4
-
5
- & .mantine-Stepper-stepDescription {
6
- color: var(--mantine-color-gray-5);
7
- }
8
-
9
- & .mantine-Stepper-stepIcon {
10
- border-color: var(--mantine-color-gray-1);
11
- }
12
- }
13
- }
14
-
15
1
  .stepIcon {
16
2
  font-weight: 500;
17
- background-color: var(--mantine-color-gray-1);
18
- color: inherit;
19
- border: rem(1) solid var(--mantine-color-gray-3);
20
-
21
- &[data-progress] {
22
- background-color: var(--mantine-color-white);
23
- border-color: var(--step-color);
24
- }
25
-
26
- &[data-completed] {
27
- background-color: var(--mantine-color-white);
28
- border-color: var(--mantine-color-lime-6);
29
- color: var(--mantine-color-lime-6);
30
- }
31
- }
32
-
33
- .stepCompletedIcon {
34
- color: var(--mantine-color-lime-6);
35
- font-size: rem(16);
36
- }
37
-
38
- .stepDescription {
39
- color: var(--mantine-color-gray-7);
40
-
41
- &[data-size='xs'] {
42
- font-size: var(--mantine-font-size-xs);
43
- }
44
-
45
- &[data-size='sm'] {
46
- font-size: var(--mantine-font-size-sm);
47
- }
48
-
49
- &[data-size='md'] {
50
- font-size: var(--mantine-font-size-md);
51
- }
52
-
53
- &[data-size='lg'] {
54
- font-size: var(--mantine-font-size-lg);
55
- }
56
-
57
- &[data-size='xl'] {
58
- font-size: var(--mantine-font-size-xl);
59
- }
60
- }
61
-
62
- .separator {
63
- height: rem(1);
64
- background-color: var(--mantine-color-gray-3);
65
- }
66
-
67
- .verticalSeparator {
68
- border-left: rem(1) solid var(--mantine-color-gray-3);
69
3
  }
@@ -0,0 +1,3 @@
1
+ .th {
2
+ font-weight: 500;
3
+ }
@@ -1,19 +1,18 @@
1
1
  .root {
2
2
  &[data-variant='default'] {
3
- @mixin light {
4
- --tab-hover-color: var(--mantine-color-gray-1);
5
- }
6
-
7
- --tabs-list-border-width: 1px;
8
-
9
3
  &[data-orientation='horizontal'] {
10
4
  .list {
11
5
  margin-bottom: calc(-1 * var(--tabs-list-border-width));
12
6
  }
13
7
  }
14
8
  }
9
+
10
+ @mixin light {
11
+ --tab-border-color: var(--mantine-color-default-border);
12
+ }
15
13
  }
16
14
 
17
15
  .tab {
16
+ font-weight: 500;
18
17
  line-height: 1.5;
19
18
  }
@@ -1,3 +1,7 @@
1
1
  .root {
2
2
  font-weight: 300;
3
+
4
+ &:where([data-inherit]) {
5
+ font-weight: inherit;
6
+ }
3
7
  }