@flux-ui/components 3.0.0-next.22 → 3.0.0-next.24

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 (503) hide show
  1. package/dist/component/FluxAction.vue.d.ts +4 -5
  2. package/dist/component/FluxActionBar.vue.d.ts +2 -3
  3. package/dist/component/FluxActionPane.vue.d.ts +1 -2
  4. package/dist/component/FluxActions.vue.d.ts +24 -25
  5. package/dist/component/FluxAlert.vue.d.ts +0 -1
  6. package/dist/component/FluxAnimatedColors.vue.d.ts +1 -2
  7. package/dist/component/FluxAspectRatio.vue.d.ts +0 -1
  8. package/dist/component/FluxAutoGrid.vue.d.ts +0 -1
  9. package/dist/component/FluxAvatar.vue.d.ts +4 -5
  10. package/dist/component/FluxBadge.vue.d.ts +4 -5
  11. package/dist/component/FluxBadgeStack.vue.d.ts +0 -1
  12. package/dist/component/FluxBorderShine.vue.d.ts +2 -3
  13. package/dist/component/FluxBoxedIcon.vue.d.ts +1 -2
  14. package/dist/component/FluxButton.vue.d.ts +3 -4
  15. package/dist/component/FluxButtonGroup.vue.d.ts +0 -1
  16. package/dist/component/FluxButtonStack.vue.d.ts +1 -2
  17. package/dist/component/FluxCalendar.vue.d.ts +2 -3
  18. package/dist/component/FluxCalendarEvent.vue.d.ts +1 -2
  19. package/dist/component/FluxCheckbox.vue.d.ts +3 -4
  20. package/dist/component/FluxChip.vue.d.ts +1 -2
  21. package/dist/component/FluxClickablePane.vue.d.ts +1 -2
  22. package/dist/component/FluxColorPicker.vue.d.ts +2 -3
  23. package/dist/component/FluxColorSelect.vue.d.ts +2 -3
  24. package/dist/component/FluxComment.vue.d.ts +1 -2
  25. package/dist/component/FluxConfirm.vue.d.ts +0 -1
  26. package/dist/component/FluxContainer.vue.d.ts +1 -2
  27. package/dist/component/FluxDataTable.vue.d.ts +2 -3
  28. package/dist/component/FluxDatePicker.vue.d.ts +2 -3
  29. package/dist/component/FluxDestructiveButton.vue.d.ts +4 -5
  30. package/dist/component/FluxDisabled.vue.d.ts +1 -2
  31. package/dist/component/FluxDivider.vue.d.ts +1 -2
  32. package/dist/component/FluxDotPattern.vue.d.ts +1 -2
  33. package/dist/component/FluxDropZone.vue.d.ts +3 -4
  34. package/dist/component/FluxDynamicView.vue.d.ts +1 -2
  35. package/dist/component/FluxExpandable.vue.d.ts +5 -6
  36. package/dist/component/FluxExpandableGroup.vue.d.ts +1 -2
  37. package/dist/component/FluxFader.vue.d.ts +2 -3
  38. package/dist/component/FluxFaderItem.vue.d.ts +0 -1
  39. package/dist/component/FluxFilter.vue.d.ts +5 -138
  40. package/dist/component/FluxFilterBar.vue.d.ts +37 -0
  41. package/dist/component/FluxFilterBase.vue.d.ts +45 -0
  42. package/dist/component/FluxFilterDate.vue.d.ts +0 -1
  43. package/dist/component/FluxFilterDateRange.vue.d.ts +0 -1
  44. package/dist/component/FluxFilterOption.vue.d.ts +1 -2
  45. package/dist/component/FluxFilterOptionAsync.vue.d.ts +1 -2
  46. package/dist/component/FluxFilterOptions.vue.d.ts +1 -2
  47. package/dist/component/FluxFilterOptionsAsync.vue.d.ts +1 -2
  48. package/dist/component/FluxFilterRange.vue.d.ts +0 -1
  49. package/dist/component/FluxFilterWindow.vue.d.ts +162 -0
  50. package/dist/component/FluxFlickeringGrid.vue.d.ts +1 -2
  51. package/dist/component/FluxFlyout.vue.d.ts +19 -20
  52. package/dist/component/FluxFocalPointEditor.vue.d.ts +1 -2
  53. package/dist/component/FluxFocalPointImage.vue.d.ts +0 -1
  54. package/dist/component/FluxForm.vue.d.ts +3 -4
  55. package/dist/component/FluxFormColumn.vue.d.ts +0 -1
  56. package/dist/component/FluxFormDateInput.vue.d.ts +24 -25
  57. package/dist/component/FluxFormDateRangeInput.vue.d.ts +21 -22
  58. package/dist/component/FluxFormDateTimeInput.vue.d.ts +21 -22
  59. package/dist/component/FluxFormField.vue.d.ts +0 -1
  60. package/dist/component/FluxFormFieldAddition.vue.d.ts +1 -2
  61. package/dist/component/FluxFormGrid.vue.d.ts +22 -0
  62. package/dist/component/FluxFormInput.vue.d.ts +6 -7
  63. package/dist/component/FluxFormInputAddition.vue.d.ts +1 -2
  64. package/dist/component/FluxFormInputGroup.vue.d.ts +1 -2
  65. package/dist/component/FluxFormPinInput.vue.d.ts +2 -3
  66. package/dist/component/FluxFormRangeSlider.vue.d.ts +15 -16
  67. package/dist/component/FluxFormRow.vue.d.ts +0 -1
  68. package/dist/component/FluxFormSection.vue.d.ts +0 -1
  69. package/dist/component/FluxFormSelect.vue.d.ts +2 -3
  70. package/dist/component/FluxFormSelectAsync.vue.d.ts +2 -3
  71. package/dist/component/FluxFormSlider.vue.d.ts +8 -9
  72. package/dist/component/FluxFormTextArea.vue.d.ts +4 -5
  73. package/dist/component/FluxFormTimeZonePicker.vue.d.ts +3 -4
  74. package/dist/component/FluxGallery.vue.d.ts +4 -5
  75. package/dist/component/FluxGalleryItem.vue.d.ts +1 -2
  76. package/dist/component/FluxGrid.vue.d.ts +1 -2
  77. package/dist/component/FluxGridColumn.vue.d.ts +1 -2
  78. package/dist/component/FluxGridPattern.vue.d.ts +1 -2
  79. package/dist/component/FluxIcon.vue.d.ts +2 -3
  80. package/dist/component/FluxInfo.vue.d.ts +1 -2
  81. package/dist/component/FluxInfoStack.vue.d.ts +0 -1
  82. package/dist/component/FluxItem.vue.d.ts +17 -0
  83. package/dist/component/FluxItemActions.vue.d.ts +17 -0
  84. package/dist/component/FluxItemContent.vue.d.ts +17 -0
  85. package/dist/component/FluxItemMedia.vue.d.ts +17 -0
  86. package/dist/component/FluxItemStack.vue.d.ts +17 -0
  87. package/dist/component/FluxLegend.vue.d.ts +0 -1
  88. package/dist/component/FluxLink.vue.d.ts +4 -5
  89. package/dist/component/FluxMenu.vue.d.ts +1 -2
  90. package/dist/component/FluxMenuGroup.vue.d.ts +1 -2
  91. package/dist/component/FluxMenuItem.vue.d.ts +22 -6
  92. package/dist/component/FluxMenuOptions.vue.d.ts +1 -2
  93. package/dist/component/FluxMenuSubHeader.vue.d.ts +0 -1
  94. package/dist/component/FluxMenuTitle.vue.d.ts +0 -1
  95. package/dist/component/FluxNotice.vue.d.ts +2 -3
  96. package/dist/component/FluxNoticeStack.vue.d.ts +0 -1
  97. package/dist/component/FluxOverflowBar.vue.d.ts +40 -0
  98. package/dist/component/FluxOverlay.vue.d.ts +1 -2
  99. package/dist/component/FluxOverlayProvider.vue.d.ts +0 -1
  100. package/dist/component/FluxPagination.vue.d.ts +1 -2
  101. package/dist/component/FluxPaginationBar.vue.d.ts +2 -3
  102. package/dist/component/FluxPaginationButton.vue.d.ts +4 -5
  103. package/dist/component/FluxPane.vue.d.ts +1 -2
  104. package/dist/component/FluxPaneBody.vue.d.ts +0 -1
  105. package/dist/component/FluxPaneDeck.vue.d.ts +0 -1
  106. package/dist/component/FluxPaneFooter.vue.d.ts +0 -1
  107. package/dist/component/FluxPaneGroup.vue.d.ts +0 -1
  108. package/dist/component/FluxPaneHeader.vue.d.ts +1 -2
  109. package/dist/component/FluxPaneIllustration.vue.d.ts +0 -1
  110. package/dist/component/FluxPaneMedia.vue.d.ts +2 -2
  111. package/dist/component/FluxPercentageBar.vue.d.ts +0 -1
  112. package/dist/component/FluxPersona.vue.d.ts +1 -2
  113. package/dist/component/FluxPlaceholder.vue.d.ts +2 -3
  114. package/dist/component/FluxPressable.vue.d.ts +4 -5
  115. package/dist/component/FluxPrimaryButton.vue.d.ts +4 -5
  116. package/dist/component/FluxPrimaryLinkButton.vue.d.ts +24 -0
  117. package/dist/component/FluxProgressBar.vue.d.ts +1 -2
  118. package/dist/component/FluxPrompt.vue.d.ts +11 -12
  119. package/dist/component/FluxPublishButton.vue.d.ts +4 -5
  120. package/dist/component/FluxQuantitySelector.vue.d.ts +2 -3
  121. package/dist/component/FluxRemove.vue.d.ts +2 -3
  122. package/dist/component/FluxRoot.vue.d.ts +0 -1
  123. package/dist/component/FluxSecondaryButton.vue.d.ts +4 -5
  124. package/dist/component/FluxSecondaryLinkButton.vue.d.ts +24 -0
  125. package/dist/component/FluxSegmentedControl.vue.d.ts +1 -2
  126. package/dist/component/FluxSegmentedView.vue.d.ts +0 -1
  127. package/dist/component/FluxSeparator.vue.d.ts +1 -2
  128. package/dist/component/FluxSlideOver.vue.d.ts +3 -4
  129. package/dist/component/FluxSnackbar.vue.d.ts +3 -4
  130. package/dist/component/FluxSnackbarProvider.vue.d.ts +0 -1
  131. package/dist/component/FluxSpacer.vue.d.ts +0 -1
  132. package/dist/component/FluxSpacing.vue.d.ts +0 -1
  133. package/dist/component/FluxSpinner.vue.d.ts +1 -2
  134. package/dist/component/FluxSplitButton.vue.d.ts +1 -2
  135. package/dist/component/FluxStack.vue.d.ts +1 -2
  136. package/dist/component/FluxStatistic.vue.d.ts +3 -3
  137. package/dist/component/FluxStepper.vue.d.ts +2 -3
  138. package/dist/component/FluxStepperStep.vue.d.ts +0 -1
  139. package/dist/component/FluxStepperSteps.vue.d.ts +1 -2
  140. package/dist/component/FluxTab.vue.d.ts +1 -2
  141. package/dist/component/FluxTabBar.vue.d.ts +0 -1
  142. package/dist/component/FluxTabBarItem.vue.d.ts +24 -25
  143. package/dist/component/FluxTable.vue.d.ts +1 -2
  144. package/dist/component/FluxTableActions.vue.d.ts +0 -1
  145. package/dist/component/FluxTableBar.vue.d.ts +19 -0
  146. package/dist/component/FluxTableCell.vue.d.ts +1 -2
  147. package/dist/component/FluxTableHeader.vue.d.ts +3 -4
  148. package/dist/component/FluxTableRow.vue.d.ts +0 -1
  149. package/dist/component/FluxTabs.vue.d.ts +2 -3
  150. package/dist/component/FluxTag.vue.d.ts +4 -5
  151. package/dist/component/FluxTagStack.vue.d.ts +0 -1
  152. package/dist/component/FluxTicks.vue.d.ts +0 -1
  153. package/dist/component/FluxTimeline.vue.d.ts +0 -1
  154. package/dist/component/FluxTimelineItem.vue.d.ts +1 -2
  155. package/dist/component/FluxToggle.vue.d.ts +2 -3
  156. package/dist/component/FluxToolbar.vue.d.ts +1 -2
  157. package/dist/component/FluxToolbarGroup.vue.d.ts +0 -1
  158. package/dist/component/FluxTooltip.vue.d.ts +0 -1
  159. package/dist/component/FluxTooltipProvider.vue.d.ts +0 -1
  160. package/dist/component/FluxWindow.vue.d.ts +0 -1
  161. package/dist/component/index.d.ts +11 -1
  162. package/dist/component/primitive/Anchor.vue.d.ts +0 -1
  163. package/dist/component/primitive/AnchorPopup.vue.d.ts +1 -2
  164. package/dist/component/primitive/CoordinatePicker.vue.d.ts +3 -4
  165. package/dist/component/primitive/CoordinatePickerThumb.vue.d.ts +3 -4
  166. package/dist/component/primitive/FilterItem.vue.d.ts +1 -2
  167. package/dist/component/primitive/FilterMenuRenderer.d.ts +17 -6
  168. package/dist/component/primitive/FilterOptionBase.vue.d.ts +2 -3
  169. package/dist/component/primitive/SelectBase.vue.d.ts +130 -68
  170. package/dist/component/primitive/SliderBase.vue.d.ts +2 -3
  171. package/dist/component/primitive/SliderThumb.vue.d.ts +3 -4
  172. package/dist/component/primitive/SliderTrack.vue.d.ts +0 -1
  173. package/dist/component/primitive/VNodeRenderer.d.ts +1 -2
  174. package/dist/component/primitive/index.d.ts +0 -1
  175. package/dist/composable/index.d.ts +0 -1
  176. package/dist/composable/private/index.d.ts +0 -1
  177. package/dist/composable/private/useFormSelect.d.ts +0 -1
  178. package/dist/composable/private/useLoaded.d.ts +0 -1
  179. package/dist/composable/private/useTranslate.d.ts +0 -1
  180. package/dist/composable/useBreakpoints.d.ts +1 -2
  181. package/dist/composable/useDisabled.d.ts +0 -1
  182. package/dist/composable/useDisabledInjection.d.ts +0 -1
  183. package/dist/composable/useExpandableGroupInjection.d.ts +0 -1
  184. package/dist/composable/useFilterInjection.d.ts +0 -1
  185. package/dist/composable/useFlyoutInjection.d.ts +0 -1
  186. package/dist/composable/useFormFieldInjection.d.ts +0 -1
  187. package/dist/composable/useTableInjection.d.ts +0 -1
  188. package/dist/composable/useTooltipInjection.d.ts +3 -2
  189. package/dist/data/di.d.ts +0 -1
  190. package/dist/data/filter.d.ts +18 -2
  191. package/dist/data/helper.d.ts +0 -1
  192. package/dist/data/i18n.d.ts +0 -1
  193. package/dist/data/iconRegistry.d.ts +0 -1
  194. package/dist/data/index.d.ts +0 -1
  195. package/dist/data/inputMask.d.ts +0 -1
  196. package/dist/data/store.d.ts +0 -1
  197. package/dist/index.css +1040 -854
  198. package/dist/index.d.ts +0 -1
  199. package/dist/index.js +14308 -14568
  200. package/dist/index.js.map +1 -1
  201. package/dist/transition/FluxAutoHeightTransition.vue.d.ts +0 -1
  202. package/dist/transition/FluxAutoWidthTransition.vue.d.ts +0 -1
  203. package/dist/transition/FluxBreakthroughTransition.vue.d.ts +1 -2
  204. package/dist/transition/FluxFadeTransition.vue.d.ts +1 -2
  205. package/dist/transition/FluxOverlayTransition.vue.d.ts +1 -2
  206. package/dist/transition/FluxRouteTransition.vue.d.ts +1 -2
  207. package/dist/transition/FluxSlideOverTransition.vue.d.ts +1 -2
  208. package/dist/transition/FluxTooltipTransition.vue.d.ts +1 -2
  209. package/dist/transition/FluxVerticalWindowTransition.vue.d.ts +1 -2
  210. package/dist/transition/FluxWindowTransition.vue.d.ts +1 -2
  211. package/dist/transition/index.d.ts +0 -1
  212. package/dist/util/createDialogRenderer.d.ts +0 -1
  213. package/dist/util/createLabelForDateRange.d.ts +0 -1
  214. package/dist/util/index.d.ts +0 -1
  215. package/package.json +14 -13
  216. package/src/component/FluxActionBar.vue +1 -1
  217. package/src/component/FluxBorderShine.vue +1 -1
  218. package/src/component/FluxCalendar.vue +3 -3
  219. package/src/component/FluxColorPicker.vue +1 -1
  220. package/src/component/FluxDatePicker.vue +2 -4
  221. package/src/component/FluxDynamicView.vue +1 -1
  222. package/src/component/FluxExpandableGroup.vue +1 -1
  223. package/src/component/FluxFilter.vue +20 -107
  224. package/src/component/FluxFilterBar.vue +93 -0
  225. package/src/component/FluxFilterBase.vue +141 -0
  226. package/src/component/FluxFilterWindow.vue +82 -0
  227. package/src/component/FluxFlyout.vue +2 -2
  228. package/src/component/FluxForm.vue +7 -7
  229. package/src/component/FluxFormGrid.vue +23 -0
  230. package/src/component/FluxItem.vue +11 -0
  231. package/src/component/FluxItemActions.vue +14 -0
  232. package/src/component/FluxItemContent.vue +11 -0
  233. package/src/component/FluxItemMedia.vue +11 -0
  234. package/src/component/FluxItemStack.vue +14 -0
  235. package/src/component/FluxMenuItem.vue +7 -1
  236. package/src/component/FluxMenuOptions.vue +1 -1
  237. package/src/component/FluxOverflowBar.vue +123 -0
  238. package/src/component/FluxOverlay.vue +1 -1
  239. package/src/component/FluxPaneMedia.vue +2 -0
  240. package/src/component/FluxPrimaryLinkButton.vue +28 -0
  241. package/src/component/FluxSecondaryLinkButton.vue +28 -0
  242. package/src/component/FluxStatistic.vue +13 -10
  243. package/src/component/FluxStepper.vue +1 -1
  244. package/src/component/FluxTabBarItem.vue +1 -1
  245. package/src/component/FluxTableBar.vue +37 -0
  246. package/src/component/FluxTabs.vue +1 -1
  247. package/src/component/FluxTooltip.vue +1 -1
  248. package/src/component/index.ts +11 -0
  249. package/src/component/primitive/AnchorPopup.vue +5 -1
  250. package/src/component/primitive/FilterMenuRenderer.ts +10 -198
  251. package/src/component/primitive/SelectBase.vue +1 -1
  252. package/src/composable/useFilterInjection.ts +1 -8
  253. package/src/css/component/Action.module.scss +6 -6
  254. package/src/css/component/Avatar.module.scss +14 -14
  255. package/src/css/component/Badge.module.scss +16 -16
  256. package/src/css/component/Button.module.scss +75 -28
  257. package/src/css/component/Calendar.module.scss +12 -12
  258. package/src/css/component/Chip.module.scss +7 -9
  259. package/src/css/component/Color.module.scss +4 -4
  260. package/src/css/component/Comment.module.scss +14 -14
  261. package/src/css/component/DatePicker.module.scss +12 -12
  262. package/src/css/component/Divider.module.scss +2 -2
  263. package/src/css/component/DropZone.module.scss +5 -5
  264. package/src/css/component/Expandable.module.scss +4 -4
  265. package/src/css/component/Filter.module.scss +15 -4
  266. package/src/css/component/Flyout.module.scss +1 -1
  267. package/src/css/component/Form.module.scss +81 -45
  268. package/src/css/component/Gallery.module.scss +4 -4
  269. package/src/css/component/Icon.module.scss +12 -12
  270. package/src/css/component/Info.module.scss +2 -3
  271. package/src/css/component/Item.module.scss +59 -0
  272. package/src/css/component/Layout.module.scss +3 -0
  273. package/src/css/component/Menu.module.scss +28 -20
  274. package/src/css/component/Notice.module.scss +43 -43
  275. package/src/css/component/OverflowBar.module.scss +41 -0
  276. package/src/css/component/Overlay.module.scss +2 -2
  277. package/src/css/component/Pagination.module.scss +3 -3
  278. package/src/css/component/Pane.module.scss +43 -9
  279. package/src/css/component/PercentageBar.module.scss +1 -1
  280. package/src/css/component/Placeholder.module.scss +4 -4
  281. package/src/css/component/Progress.module.scss +6 -6
  282. package/src/css/component/Remove.module.scss +4 -4
  283. package/src/css/component/SegmentedControl.module.scss +8 -8
  284. package/src/css/component/Snackbar.module.scss +14 -18
  285. package/src/css/component/Spinner.module.scss +2 -2
  286. package/src/css/component/Statistic.module.scss +7 -42
  287. package/src/css/component/Stepper.module.scss +9 -9
  288. package/src/css/component/Tab.module.scss +12 -8
  289. package/src/css/component/Table.module.scss +18 -23
  290. package/src/css/component/Timeline.module.scss +14 -14
  291. package/src/css/component/Toolbar.module.scss +4 -3
  292. package/src/css/component/Tooltip.module.scss +3 -2
  293. package/src/css/component/Transition.module.scss +4 -4
  294. package/src/css/component/Visual.module.scss +3 -3
  295. package/src/css/component/base/Pane.module.scss +4 -4
  296. package/src/css/component/primitive/CoordinatePicker.module.scss +3 -3
  297. package/src/css/component/primitive/Slider.module.scss +10 -10
  298. package/src/css/mixin/breakpoints.scss +15 -3
  299. package/src/css/mixin/focus-ring.scss +2 -2
  300. package/src/css/typography.scss +5 -5
  301. package/src/css/variables.scss +214 -177
  302. package/src/data/filter.ts +161 -1
  303. package/src/data/iconRegistry.ts +4 -0
  304. package/src/vite.d.ts +2 -8
  305. package/tsconfig.json +4 -42
  306. package/dist/component/FluxAction.vue.d.ts.map +0 -1
  307. package/dist/component/FluxActionBar.vue.d.ts.map +0 -1
  308. package/dist/component/FluxActionPane.vue.d.ts.map +0 -1
  309. package/dist/component/FluxActions.vue.d.ts.map +0 -1
  310. package/dist/component/FluxAlert.vue.d.ts.map +0 -1
  311. package/dist/component/FluxAnimatedColors.vue.d.ts.map +0 -1
  312. package/dist/component/FluxAspectRatio.vue.d.ts.map +0 -1
  313. package/dist/component/FluxAutoGrid.vue.d.ts.map +0 -1
  314. package/dist/component/FluxAvatar.vue.d.ts.map +0 -1
  315. package/dist/component/FluxBadge.vue.d.ts.map +0 -1
  316. package/dist/component/FluxBadgeStack.vue.d.ts.map +0 -1
  317. package/dist/component/FluxBorderShine.vue.d.ts.map +0 -1
  318. package/dist/component/FluxBoxedIcon.vue.d.ts.map +0 -1
  319. package/dist/component/FluxButton.vue.d.ts.map +0 -1
  320. package/dist/component/FluxButtonGroup.vue.d.ts.map +0 -1
  321. package/dist/component/FluxButtonStack.vue.d.ts.map +0 -1
  322. package/dist/component/FluxCalendar.vue.d.ts.map +0 -1
  323. package/dist/component/FluxCalendarEvent.vue.d.ts.map +0 -1
  324. package/dist/component/FluxCheckbox.vue.d.ts.map +0 -1
  325. package/dist/component/FluxChip.vue.d.ts.map +0 -1
  326. package/dist/component/FluxClickablePane.vue.d.ts.map +0 -1
  327. package/dist/component/FluxColorPicker.vue.d.ts.map +0 -1
  328. package/dist/component/FluxColorSelect.vue.d.ts.map +0 -1
  329. package/dist/component/FluxComment.vue.d.ts.map +0 -1
  330. package/dist/component/FluxConfirm.vue.d.ts.map +0 -1
  331. package/dist/component/FluxContainer.vue.d.ts.map +0 -1
  332. package/dist/component/FluxDataTable.vue.d.ts.map +0 -1
  333. package/dist/component/FluxDatePicker.vue.d.ts.map +0 -1
  334. package/dist/component/FluxDestructiveButton.vue.d.ts.map +0 -1
  335. package/dist/component/FluxDisabled.vue.d.ts.map +0 -1
  336. package/dist/component/FluxDivider.vue.d.ts.map +0 -1
  337. package/dist/component/FluxDotPattern.vue.d.ts.map +0 -1
  338. package/dist/component/FluxDropZone.vue.d.ts.map +0 -1
  339. package/dist/component/FluxDynamicView.vue.d.ts.map +0 -1
  340. package/dist/component/FluxExpandable.vue.d.ts.map +0 -1
  341. package/dist/component/FluxExpandableGroup.vue.d.ts.map +0 -1
  342. package/dist/component/FluxFader.vue.d.ts.map +0 -1
  343. package/dist/component/FluxFaderItem.vue.d.ts.map +0 -1
  344. package/dist/component/FluxFilter.vue.d.ts.map +0 -1
  345. package/dist/component/FluxFilterDate.vue.d.ts.map +0 -1
  346. package/dist/component/FluxFilterDateRange.vue.d.ts.map +0 -1
  347. package/dist/component/FluxFilterOption.vue.d.ts.map +0 -1
  348. package/dist/component/FluxFilterOptionAsync.vue.d.ts.map +0 -1
  349. package/dist/component/FluxFilterOptions.vue.d.ts.map +0 -1
  350. package/dist/component/FluxFilterOptionsAsync.vue.d.ts.map +0 -1
  351. package/dist/component/FluxFilterRange.vue.d.ts.map +0 -1
  352. package/dist/component/FluxFlickeringGrid.vue.d.ts.map +0 -1
  353. package/dist/component/FluxFlyout.vue.d.ts.map +0 -1
  354. package/dist/component/FluxFocalPointEditor.vue.d.ts.map +0 -1
  355. package/dist/component/FluxFocalPointImage.vue.d.ts.map +0 -1
  356. package/dist/component/FluxForm.vue.d.ts.map +0 -1
  357. package/dist/component/FluxFormColumn.vue.d.ts.map +0 -1
  358. package/dist/component/FluxFormDateInput.vue.d.ts.map +0 -1
  359. package/dist/component/FluxFormDateRangeInput.vue.d.ts.map +0 -1
  360. package/dist/component/FluxFormDateTimeInput.vue.d.ts.map +0 -1
  361. package/dist/component/FluxFormField.vue.d.ts.map +0 -1
  362. package/dist/component/FluxFormFieldAddition.vue.d.ts.map +0 -1
  363. package/dist/component/FluxFormInput.vue.d.ts.map +0 -1
  364. package/dist/component/FluxFormInputAddition.vue.d.ts.map +0 -1
  365. package/dist/component/FluxFormInputGroup.vue.d.ts.map +0 -1
  366. package/dist/component/FluxFormPinInput.vue.d.ts.map +0 -1
  367. package/dist/component/FluxFormRangeSlider.vue.d.ts.map +0 -1
  368. package/dist/component/FluxFormRow.vue.d.ts.map +0 -1
  369. package/dist/component/FluxFormSection.vue.d.ts.map +0 -1
  370. package/dist/component/FluxFormSelect.vue.d.ts.map +0 -1
  371. package/dist/component/FluxFormSelectAsync.vue.d.ts.map +0 -1
  372. package/dist/component/FluxFormSlider.vue.d.ts.map +0 -1
  373. package/dist/component/FluxFormTextArea.vue.d.ts.map +0 -1
  374. package/dist/component/FluxFormTimeZonePicker.vue.d.ts.map +0 -1
  375. package/dist/component/FluxGallery.vue.d.ts.map +0 -1
  376. package/dist/component/FluxGalleryItem.vue.d.ts.map +0 -1
  377. package/dist/component/FluxGrid.vue.d.ts.map +0 -1
  378. package/dist/component/FluxGridColumn.vue.d.ts.map +0 -1
  379. package/dist/component/FluxGridPattern.vue.d.ts.map +0 -1
  380. package/dist/component/FluxIcon.vue.d.ts.map +0 -1
  381. package/dist/component/FluxInfo.vue.d.ts.map +0 -1
  382. package/dist/component/FluxInfoStack.vue.d.ts.map +0 -1
  383. package/dist/component/FluxLegend.vue.d.ts.map +0 -1
  384. package/dist/component/FluxLink.vue.d.ts.map +0 -1
  385. package/dist/component/FluxMenu.vue.d.ts.map +0 -1
  386. package/dist/component/FluxMenuGroup.vue.d.ts.map +0 -1
  387. package/dist/component/FluxMenuItem.vue.d.ts.map +0 -1
  388. package/dist/component/FluxMenuOptions.vue.d.ts.map +0 -1
  389. package/dist/component/FluxMenuSubHeader.vue.d.ts.map +0 -1
  390. package/dist/component/FluxMenuTitle.vue.d.ts.map +0 -1
  391. package/dist/component/FluxNotice.vue.d.ts.map +0 -1
  392. package/dist/component/FluxNoticeStack.vue.d.ts.map +0 -1
  393. package/dist/component/FluxOverlay.vue.d.ts.map +0 -1
  394. package/dist/component/FluxOverlayProvider.vue.d.ts.map +0 -1
  395. package/dist/component/FluxPagination.vue.d.ts.map +0 -1
  396. package/dist/component/FluxPaginationBar.vue.d.ts.map +0 -1
  397. package/dist/component/FluxPaginationButton.vue.d.ts.map +0 -1
  398. package/dist/component/FluxPane.vue.d.ts.map +0 -1
  399. package/dist/component/FluxPaneBody.vue.d.ts.map +0 -1
  400. package/dist/component/FluxPaneDeck.vue.d.ts.map +0 -1
  401. package/dist/component/FluxPaneFooter.vue.d.ts.map +0 -1
  402. package/dist/component/FluxPaneGroup.vue.d.ts.map +0 -1
  403. package/dist/component/FluxPaneHeader.vue.d.ts.map +0 -1
  404. package/dist/component/FluxPaneIllustration.vue.d.ts.map +0 -1
  405. package/dist/component/FluxPaneMedia.vue.d.ts.map +0 -1
  406. package/dist/component/FluxPercentageBar.vue.d.ts.map +0 -1
  407. package/dist/component/FluxPersona.vue.d.ts.map +0 -1
  408. package/dist/component/FluxPlaceholder.vue.d.ts.map +0 -1
  409. package/dist/component/FluxPressable.vue.d.ts.map +0 -1
  410. package/dist/component/FluxPrimaryButton.vue.d.ts.map +0 -1
  411. package/dist/component/FluxProgressBar.vue.d.ts.map +0 -1
  412. package/dist/component/FluxPrompt.vue.d.ts.map +0 -1
  413. package/dist/component/FluxPublishButton.vue.d.ts.map +0 -1
  414. package/dist/component/FluxQuantitySelector.vue.d.ts.map +0 -1
  415. package/dist/component/FluxRemove.vue.d.ts.map +0 -1
  416. package/dist/component/FluxRoot.vue.d.ts.map +0 -1
  417. package/dist/component/FluxSecondaryButton.vue.d.ts.map +0 -1
  418. package/dist/component/FluxSegmentedControl.vue.d.ts.map +0 -1
  419. package/dist/component/FluxSegmentedView.vue.d.ts.map +0 -1
  420. package/dist/component/FluxSeparator.vue.d.ts.map +0 -1
  421. package/dist/component/FluxSlideOver.vue.d.ts.map +0 -1
  422. package/dist/component/FluxSnackbar.vue.d.ts.map +0 -1
  423. package/dist/component/FluxSnackbarProvider.vue.d.ts.map +0 -1
  424. package/dist/component/FluxSpacer.vue.d.ts.map +0 -1
  425. package/dist/component/FluxSpacing.vue.d.ts.map +0 -1
  426. package/dist/component/FluxSpinner.vue.d.ts.map +0 -1
  427. package/dist/component/FluxSplitButton.vue.d.ts.map +0 -1
  428. package/dist/component/FluxStack.vue.d.ts.map +0 -1
  429. package/dist/component/FluxStatistic.vue.d.ts.map +0 -1
  430. package/dist/component/FluxStepper.vue.d.ts.map +0 -1
  431. package/dist/component/FluxStepperStep.vue.d.ts.map +0 -1
  432. package/dist/component/FluxStepperSteps.vue.d.ts.map +0 -1
  433. package/dist/component/FluxTab.vue.d.ts.map +0 -1
  434. package/dist/component/FluxTabBar.vue.d.ts.map +0 -1
  435. package/dist/component/FluxTabBarItem.vue.d.ts.map +0 -1
  436. package/dist/component/FluxTable.vue.d.ts.map +0 -1
  437. package/dist/component/FluxTableActions.vue.d.ts.map +0 -1
  438. package/dist/component/FluxTableCell.vue.d.ts.map +0 -1
  439. package/dist/component/FluxTableHeader.vue.d.ts.map +0 -1
  440. package/dist/component/FluxTableRow.vue.d.ts.map +0 -1
  441. package/dist/component/FluxTabs.vue.d.ts.map +0 -1
  442. package/dist/component/FluxTag.vue.d.ts.map +0 -1
  443. package/dist/component/FluxTagStack.vue.d.ts.map +0 -1
  444. package/dist/component/FluxTicks.vue.d.ts.map +0 -1
  445. package/dist/component/FluxTimeline.vue.d.ts.map +0 -1
  446. package/dist/component/FluxTimelineItem.vue.d.ts.map +0 -1
  447. package/dist/component/FluxToggle.vue.d.ts.map +0 -1
  448. package/dist/component/FluxToolbar.vue.d.ts.map +0 -1
  449. package/dist/component/FluxToolbarGroup.vue.d.ts.map +0 -1
  450. package/dist/component/FluxTooltip.vue.d.ts.map +0 -1
  451. package/dist/component/FluxTooltipProvider.vue.d.ts.map +0 -1
  452. package/dist/component/FluxWindow.vue.d.ts.map +0 -1
  453. package/dist/component/index.d.ts.map +0 -1
  454. package/dist/component/primitive/Anchor.vue.d.ts.map +0 -1
  455. package/dist/component/primitive/AnchorPopup.vue.d.ts.map +0 -1
  456. package/dist/component/primitive/CoordinatePicker.vue.d.ts.map +0 -1
  457. package/dist/component/primitive/CoordinatePickerThumb.vue.d.ts.map +0 -1
  458. package/dist/component/primitive/FilterItem.vue.d.ts.map +0 -1
  459. package/dist/component/primitive/FilterMenuRenderer.d.ts.map +0 -1
  460. package/dist/component/primitive/FilterOptionBase.vue.d.ts.map +0 -1
  461. package/dist/component/primitive/SelectBase.vue.d.ts.map +0 -1
  462. package/dist/component/primitive/SliderBase.vue.d.ts.map +0 -1
  463. package/dist/component/primitive/SliderThumb.vue.d.ts.map +0 -1
  464. package/dist/component/primitive/SliderTrack.vue.d.ts.map +0 -1
  465. package/dist/component/primitive/VNodeRenderer.d.ts.map +0 -1
  466. package/dist/component/primitive/index.d.ts.map +0 -1
  467. package/dist/composable/index.d.ts.map +0 -1
  468. package/dist/composable/private/index.d.ts.map +0 -1
  469. package/dist/composable/private/useFormSelect.d.ts.map +0 -1
  470. package/dist/composable/private/useLoaded.d.ts.map +0 -1
  471. package/dist/composable/private/useTranslate.d.ts.map +0 -1
  472. package/dist/composable/useBreakpoints.d.ts.map +0 -1
  473. package/dist/composable/useDisabled.d.ts.map +0 -1
  474. package/dist/composable/useDisabledInjection.d.ts.map +0 -1
  475. package/dist/composable/useExpandableGroupInjection.d.ts.map +0 -1
  476. package/dist/composable/useFilterInjection.d.ts.map +0 -1
  477. package/dist/composable/useFlyoutInjection.d.ts.map +0 -1
  478. package/dist/composable/useFormFieldInjection.d.ts.map +0 -1
  479. package/dist/composable/useTableInjection.d.ts.map +0 -1
  480. package/dist/composable/useTooltipInjection.d.ts.map +0 -1
  481. package/dist/data/di.d.ts.map +0 -1
  482. package/dist/data/filter.d.ts.map +0 -1
  483. package/dist/data/helper.d.ts.map +0 -1
  484. package/dist/data/i18n.d.ts.map +0 -1
  485. package/dist/data/iconRegistry.d.ts.map +0 -1
  486. package/dist/data/index.d.ts.map +0 -1
  487. package/dist/data/inputMask.d.ts.map +0 -1
  488. package/dist/data/store.d.ts.map +0 -1
  489. package/dist/index.d.ts.map +0 -1
  490. package/dist/transition/FluxAutoHeightTransition.vue.d.ts.map +0 -1
  491. package/dist/transition/FluxAutoWidthTransition.vue.d.ts.map +0 -1
  492. package/dist/transition/FluxBreakthroughTransition.vue.d.ts.map +0 -1
  493. package/dist/transition/FluxFadeTransition.vue.d.ts.map +0 -1
  494. package/dist/transition/FluxOverlayTransition.vue.d.ts.map +0 -1
  495. package/dist/transition/FluxRouteTransition.vue.d.ts.map +0 -1
  496. package/dist/transition/FluxSlideOverTransition.vue.d.ts.map +0 -1
  497. package/dist/transition/FluxTooltipTransition.vue.d.ts.map +0 -1
  498. package/dist/transition/FluxVerticalWindowTransition.vue.d.ts.map +0 -1
  499. package/dist/transition/FluxWindowTransition.vue.d.ts.map +0 -1
  500. package/dist/transition/index.d.ts.map +0 -1
  501. package/dist/util/createDialogRenderer.d.ts.map +0 -1
  502. package/dist/util/createLabelForDateRange.d.ts.map +0 -1
  503. package/dist/util/index.d.ts.map +0 -1
package/dist/index.css CHANGED
@@ -53,177 +53,188 @@
53
53
  --font-sans: inter-variable, sans-serif;
54
54
  --font-serif: serif;
55
55
  --font-size: 15px;
56
- --radius: 9px;
57
- --background: var(--gray-2);
58
- --foreground: var(--gray-8);
59
- --foreground-prominent: var(--gray-10);
60
- --foreground-secondary: var(--gray-5);
61
- --overlay: oklch(from var(--gray-11) l c h / .6);
62
- --overlay-secondary: oklch(from var(--gray-11) l c h / .4);
56
+ --radius: 12px;
57
+ --radius-double: 24px;
58
+ --radius-half: 6px;
59
+ --background: var(--gray-50);
60
+ --foreground: var(--gray-700);
61
+ --foreground-prominent: var(--gray-900);
62
+ --foreground-secondary: var(--gray-400);
63
+ --surface: var(--gray-25);
64
+ --surface-loader: rgb(from var(--gray-25) r g b / .75);
65
+ --surface-stroke: var(--gray-200);
66
+ --surface-stroke-hover: var(--gray-300);
67
+ --surface-stroke-out: rgb(from var(--gray-900) r g b / .1);
68
+ --surface-stroke-out-hover: rgb(from var(--gray-950) r g b / .1);
69
+ --surface-hover: var(--gray-50);
70
+ --surface-active: var(--gray-100);
71
+ --surface-disabled: var(--gray-100);
72
+ --overlay: rgb(from var(--gray-950) r g b / .3);
73
+ --overlay-secondary: rgb(from var(--gray-950) r g b / .15);
63
74
  }
64
75
  :root, [light] {
65
- --gray-0: oklch(100% 0 270);
66
- --gray-1: oklch(98% 0.005 270);
67
- --gray-2: oklch(95% 0.008 270);
68
- --gray-3: oklch(91% 0.012 270);
69
- --gray-4: oklch(84% 0.015 270);
70
- --gray-5: oklch(72% 0.03 270);
71
- --gray-6: oklch(64% 0.035 270);
72
- --gray-7: oklch(52% 0.04 270);
73
- --gray-8: oklch(40% 0.04 270);
74
- --gray-9: oklch(32% 0.028 270);
75
- --gray-10: oklch(24% 0.028 270);
76
- --gray-11: oklch(16% 0.028 270);
77
- --primary-0: oklch(99% 0 264);
78
- --primary-1: oklch(96% 0.02 264);
79
- --primary-2: oklch(92% 0.04 264);
80
- --primary-3: oklch(88% 0.06 264);
81
- --primary-4: oklch(80% 0.10 264);
82
- --primary-5: oklch(72% 0.14 264);
83
- --primary-6: oklch(64% 0.18 264);
84
- --primary-7: oklch(52% 0.22 264);
85
- --primary-8: oklch(40% 0.20 264);
86
- --primary-9: oklch(32% 0.18 264);
87
- --primary-10: oklch(24% 0.14 264);
88
- --primary-11: oklch(16% 0.10 264);
89
- --danger-0: oklch(99% 0.004 25);
90
- --danger-1: oklch(96.9% 0.015 12);
91
- --danger-2: oklch(94.1% 0.03 13);
92
- --danger-3: oklch(89.2% 0.058 9);
93
- --danger-4: oklch(80.6% 0.112 12);
94
- --danger-5: oklch(70.6% 0.19 13);
95
- --danger-6: oklch(64.3% 0.245 17);
96
- --danger-7: oklch(59.7% 0.24 20);
97
- --danger-8: oklch(52.5% 0.211 19);
98
- --danger-9: oklch(45.9% 0.184 15);
99
- --danger-10: oklch(41.1% 0.159 10);
100
- --danger-11: oklch(27% 0.105 12);
101
- --info-0: oklch(99% 0.005 235);
102
- --info-1: oklch(97% 0.014 255);
103
- --info-2: oklch(93.2% 0.032 256);
104
- --info-3: oklch(88.2% 0.059 254);
105
- --info-4: oklch(80.7% 0.101 250);
106
- --info-5: oklch(70.4% 0.158 254);
107
- --info-6: oklch(61.9% 0.207 259);
108
- --info-7: oklch(54.7% 0.246 263);
109
- --info-8: oklch(48.8% 0.243 264);
110
- --info-9: oklch(42.4% 0.198 265);
111
- --info-10: oklch(38% 0.145 265);
112
- --info-11: oklch(28.1% 0.092 268);
113
- --success-0: oklch(99% 0.005 145);
114
- --success-1: oklch(98.2% 0.018 156);
115
- --success-2: oklch(96.2% 0.043 157);
116
- --success-3: oklch(92.6% 0.084 156);
117
- --success-4: oklch(87% 0.149 155);
118
- --success-5: oklch(79.1% 0.209 152);
119
- --success-6: oklch(72.9% 0.212 148);
120
- --success-7: oklch(63.2% 0.186 147);
121
- --success-8: oklch(53% 0.149 149);
122
- --success-9: oklch(44.7% 0.119 151);
123
- --success-10: oklch(39.3% 0.096 152);
124
- --success-11: oklch(26.5% 0.065 153);
125
- --warning-0: oklch(99% 0.005 85);
126
- --warning-1: oklch(98.7% 0.021 95);
127
- --warning-2: oklch(96.2% 0.059 96);
128
- --warning-3: oklch(92.4% 0.12 96);
129
- --warning-4: oklch(87.8% 0.169 92);
130
- --warning-5: oklch(82.9% 0.171 81);
131
- --warning-6: oklch(77.2% 0.173 62);
132
- --warning-7: oklch(66.7% 0.169 60);
133
- --warning-8: oklch(55.7% 0.158 58);
134
- --warning-9: oklch(47.5% 0.136 56);
135
- --warning-10: oklch(41.5% 0.113 54);
136
- --warning-11: oklch(27.9% 0.077 52);
137
- --shadow-px: 0 1px 1px oklch(from var(--gray-9) l c h / 0.02);
138
- --shadow-xs: 0 1px 2px 0 oklch(from var(--gray-9) l c h / 0.02);
139
- --shadow-sm: 0 1px 3px oklch(from var(--gray-9) l c h / 0.05), 0 1px 2px -1px oklch(from var(--gray-9) l c h / 0.05);
140
- --shadow-md: 0 4px 6px -1px oklch(from var(--gray-9) l c h / 0.05), 0 2px 4px -2px oklch(from var(--gray-9) l c h / 0.05);
141
- --shadow-lg: 0 10px 15px -3px oklch(from var(--gray-9) l c h / 0.05), 0 4px 6px -4px oklch(from var(--gray-9) l c h / 0.05);
142
- --shadow-xl: 0 20px 25px -5px oklch(from var(--gray-9) l c h / 0.05), 0 8px 10px -6px oklch(from var(--gray-9) l c h / 0.05);
143
- --shadow-2xl: 0 25px 50px -12px oklch(from var(--gray-9) l c h / 0.12);
76
+ --gray-25: #ffffff;
77
+ --gray-50: #f7f8fc;
78
+ --gray-100: #eceef4;
79
+ --gray-200: #dee1ea;
80
+ --gray-300: #c6cad5;
81
+ --gray-400: #9da4b8;
82
+ --gray-500: #848ca2;
83
+ --gray-600: #606881;
84
+ --gray-700: #3f475e;
85
+ --gray-800: #2d3241;
86
+ --gray-900: #1a1f2d;
87
+ --gray-950: #090c19;
88
+ --primary-25: #fcfcfc;
89
+ --primary-50: #ebf2ff;
90
+ --primary-100: #d7e5ff;
91
+ --primary-200: #c4d8ff;
92
+ --primary-300: #9dbdff;
93
+ --primary-400: #77a2fc;
94
+ --primary-500: #5285f8;
95
+ --primary-600: #2258e5;
96
+ --primary-700: #0935b1;
97
+ --primary-800: #011e8c;
98
+ --primary-900: #000f60;
99
+ --primary-950: #000337;
100
+ --danger-25: #fefbfa;
101
+ --danger-50: #fff1f2;
102
+ --danger-100: #ffe4e6;
103
+ --danger-200: #ffccd3;
104
+ --danger-300: #ffa1ac;
105
+ --danger-400: #ff637e;
106
+ --danger-500: #ff2054;
107
+ --danger-600: #ec003e;
108
+ --danger-700: #c70036;
109
+ --danger-800: #a50035;
110
+ --danger-900: #8b0836;
111
+ --danger-950: #4d0218;
112
+ --info-25: #f9fcff;
113
+ --info-50: #eff6ff;
114
+ --info-100: #dbeafe;
115
+ --info-200: #bedbff;
116
+ --info-300: #8dc5ff;
117
+ --info-400: #52a2ff;
118
+ --info-500: #297fff;
119
+ --info-600: #165dfc;
120
+ --info-700: #1048e6;
121
+ --info-800: #163cb8;
122
+ --info-900: #1b398e;
123
+ --info-950: #162456;
124
+ --success-25: #fafdfa;
125
+ --success-50: #f0fdf4;
126
+ --success-100: #dcfce7;
127
+ --success-200: #b9f8cf;
128
+ --success-300: #7af1a9;
129
+ --success-400: #00df73;
130
+ --success-500: #00c951;
131
+ --success-600: #08a63d;
132
+ --success-700: #028236;
133
+ --success-800: #03662f;
134
+ --success-900: #0d542a;
135
+ --success-950: #032e15;
136
+ --warning-25: #fdfcf8;
137
+ --warning-50: #fffbeb;
138
+ --warning-100: #fef3c6;
139
+ --warning-200: #fee685;
140
+ --warning-300: #ffd22f;
141
+ --warning-400: #ffb902;
142
+ --warning-500: #ff9717;
143
+ --warning-600: #dd7500;
144
+ --warning-700: #b55500;
145
+ --warning-800: #934200;
146
+ --warning-900: #793600;
147
+ --warning-950: #451b00;
148
+ --shadow-px: 0 1px 1px rgb(from var(--gray-800) r g b / 0.02);
149
+ --shadow-xs: 0 1px 2px 0 rgb(from var(--gray-800) r g b / 0.02);
150
+ --shadow-sm: 0 1px 3px rgb(from var(--gray-800) r g b / 0.05), 0 1px 2px -1px rgb(from var(--gray-800) r g b / 0.05);
151
+ --shadow-md: 0 4px 6px -1px rgb(from var(--gray-800) r g b / 0.05), 0 2px 4px -2px rgb(from var(--gray-800) r g b / 0.05);
152
+ --shadow-lg: 0 10px 15px -3px rgb(from var(--gray-800) r g b / 0.05), 0 4px 6px -4px rgb(from var(--gray-800) r g b / 0.05);
153
+ --shadow-xl: 0 20px 25px -5px rgb(from var(--gray-800) r g b / 0.05), 0 8px 10px -6px rgb(from var(--gray-800) r g b / 0.05);
154
+ --shadow-2xl: 0 25px 50px -12px rgb(from var(--gray-800) r g b / 0.12);
144
155
  }
145
156
  [dark] {
146
157
  --overlay: rgb(0 0 0 / .6);
147
158
  --overlay-secondary: rgb(0 0 0 / .4);
148
- --gray-0: oklch(16% 0.01 270);
149
- --gray-1: oklch(19% 0.012 270);
150
- --gray-2: oklch(23% 0.015 270);
151
- --gray-3: oklch(27% 0.017 270);
152
- --gray-4: oklch(35% 0.02 270);
153
- --gray-5: oklch(43% 0.03 270);
154
- --gray-6: oklch(51% 0.035 270);
155
- --gray-7: oklch(63% 0.04 270);
156
- --gray-8: oklch(75% 0.04 270);
157
- --gray-9: oklch(83% 0.028 270);
158
- --gray-10: oklch(91% 0.028 270);
159
- --gray-11: oklch(99% 0.028 270);
160
- --primary-0: oklch(26.8% 0.012 264);
161
- --primary-1: oklch(29.3% 0.025 264);
162
- --primary-2: oklch(32.4% 0.038 264);
163
- --primary-3: oklch(36.4% 0.052 264);
164
- --primary-4: oklch(40.6% 0.068 264);
165
- --primary-5: oklch(45.3% 0.085 264);
166
- --primary-6: oklch(49.8% 0.102 264);
167
- --primary-7: oklch(54.9% 0.118 264);
168
- --primary-8: oklch(60.9% 0.134 264);
169
- --primary-9: oklch(68.5% 0.148 264);
170
- --primary-10: oklch(73.9% 0.158 264);
171
- --primary-11: oklch(79.5% 0.165 264);
172
- --danger-0: oklch(26.1% 0.007 346);
173
- --danger-1: oklch(29.3% 0.025 4);
174
- --danger-2: oklch(32.4% 0.038 8);
175
- --danger-3: oklch(36.4% 0.052 12);
176
- --danger-4: oklch(40.6% 0.068 15);
177
- --danger-5: oklch(45.3% 0.085 17);
178
- --danger-6: oklch(49.8% 0.102 18);
179
- --danger-7: oklch(54.9% 0.118 19);
180
- --danger-8: oklch(60.9% 0.134 18);
181
- --danger-9: oklch(68.5% 0.148 16);
182
- --danger-10: oklch(73.9% 0.158 14);
183
- --danger-11: oklch(79.5% 0.165 12);
184
- --info-0: oklch(26.8% 0.012 264);
185
- --info-1: oklch(29.3% 0.025 260);
186
- --info-2: oklch(32.4% 0.038 258);
187
- --info-3: oklch(36.4% 0.052 256);
188
- --info-4: oklch(40.6% 0.068 254);
189
- --info-5: oklch(45.3% 0.085 253);
190
- --info-6: oklch(49.8% 0.102 252);
191
- --info-7: oklch(54.9% 0.118 252);
192
- --info-8: oklch(60.9% 0.134 253);
193
- --info-9: oklch(68.5% 0.148 254);
194
- --info-10: oklch(73.9% 0.158 254);
195
- --info-11: oklch(79.5% 0.165 254);
196
- --success-0: oklch(25.8% 0.017 156);
197
- --success-1: oklch(29.3% 0.025 155);
198
- --success-2: oklch(32.4% 0.038 155);
199
- --success-3: oklch(36.4% 0.052 155);
200
- --success-4: oklch(40.6% 0.068 154);
201
- --success-5: oklch(45.3% 0.085 153);
202
- --success-6: oklch(49.8% 0.102 152);
203
- --success-7: oklch(54.9% 0.118 151);
204
- --success-8: oklch(60.9% 0.134 150);
205
- --success-9: oklch(68.5% 0.148 149);
206
- --success-10: oklch(73.9% 0.158 148);
207
- --success-11: oklch(79.5% 0.165 147);
208
- --warning-0: oklch(27% 0.022 88);
209
- --warning-1: oklch(29.3% 0.029 87);
210
- --warning-2: oklch(32.4% 0.036 86);
211
- --warning-3: oklch(36.4% 0.046 85);
212
- --warning-4: oklch(40.6% 0.054 84);
213
- --warning-5: oklch(45.3% 0.064 82);
214
- --warning-6: oklch(49.8% 0.072 80);
215
- --warning-7: oklch(54.9% 0.083 78);
216
- --warning-8: oklch(60.9% 0.096 76);
217
- --warning-9: oklch(68.5% 0.112 75);
218
- --warning-10: oklch(73.9% 0.122 74);
219
- --warning-11: oklch(79.5% 0.132 73);
220
- --shadow-px: 0 1px 1px oklch(0 0 0 / 0.1);
221
- --shadow-xs: 0 1px 2px 0 oklch(0 0 0 / 0.1);
222
- --shadow-sm: 0 1px 3px oklch(0 0 0 / 0.15), 0 1px 2px -1px oklch(0 0 0 / 0.15);
223
- --shadow-md: 0 4px 6px -1px oklch(0 0 0 / 0.15), 0 2px 4px -2px oklch(0 0 0 / 0.15);
224
- --shadow-lg: 0 10px 15px -3px oklch(0 0 0 / 0.15), 0 4px 6px -4px oklch(0 0 0 / 0.15);
225
- --shadow-xl: 0 20px 25px -5px oklch(0 0 0 / 0.15), 0 8px 10px -6px oklch(0 0 0 / 0.15);
226
- --shadow-2xl: 0 25px 50px -12px oklch(0 0 0 / 0.25);
159
+ --gray-25: #0c0d12;
160
+ --gray-50: #121419;
161
+ --gray-100: #1a1d24;
162
+ --gray-200: #23262f;
163
+ --gray-300: #363a45;
164
+ --gray-400: #494f61;
165
+ --gray-500: #5e657b;
166
+ --gray-600: #7f88a2;
167
+ --gray-700: #a4adc8;
168
+ --gray-800: #c0c7da;
169
+ --gray-900: #dae1f5;
170
+ --gray-950: #f4fbff;
171
+ --primary-25: #23262c;
172
+ --primary-50: #262c39;
173
+ --primary-100: #2a3448;
174
+ --primary-200: #303e5a;
175
+ --primary-300: #36486e;
176
+ --primary-400: #3e5585;
177
+ --primary-500: #44619d;
178
+ --primary-600: #4d6fb6;
179
+ --primary-700: #5980d3;
180
+ --primary-800: #6a96f5;
181
+ --primary-900: #77a7ff;
182
+ --primary-950: #85b8ff;
183
+ --danger-25: #272325;
184
+ --danger-50: #37272b;
185
+ --danger-100: #452c30;
186
+ --danger-200: #563237;
187
+ --danger-300: #69393d;
188
+ --danger-400: #7f4145;
189
+ --danger-500: #94484c;
190
+ --danger-600: #ab5155;
191
+ --danger-700: #c65d64;
192
+ --danger-800: #e66f7a;
193
+ --danger-900: #fd7c8c;
194
+ --danger-950: #ff8ba0;
195
+ --info-25: #23262c;
196
+ --info-50: #252c39;
197
+ --info-100: #283447;
198
+ --info-200: #2c3f59;
199
+ --info-300: #2e4b6d;
200
+ --info-400: #315884;
201
+ --info-500: #33659b;
202
+ --info-600: #3874b4;
203
+ --info-700: #4285d1;
204
+ --info-800: #539cf3;
205
+ --info-900: #5dadff;
206
+ --info-950: #6bbfff;
207
+ --success-25: #1d2620;
208
+ --success-50: #223027;
209
+ --success-100: #243a2b;
210
+ --success-200: #264632;
211
+ --success-300: #285438;
212
+ --success-400: #2b643f;
213
+ --success-500: #2d7345;
214
+ --success-600: #32844c;
215
+ --success-700: #3b9956;
216
+ --success-800: #4cb265;
217
+ --success-900: #59c56f;
218
+ --success-950: #6ad87b;
219
+ --warning-25: #2b261a;
220
+ --warning-50: #322b1b;
221
+ --warning-100: #3c331e;
222
+ --warning-200: #493c21;
223
+ --warning-300: #574725;
224
+ --warning-400: #68532a;
225
+ --warning-500: #785e30;
226
+ --warning-600: #8c6b35;
227
+ --warning-700: #a47a3b;
228
+ --warning-800: #c28f42;
229
+ --warning-900: #d89e4a;
230
+ --warning-950: #efae52;
231
+ --shadow-px: 0 1px 1px rgb(0 0 0 / 0.1);
232
+ --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.1);
233
+ --shadow-sm: 0 1px 3px rgb(0 0 0 / 0.15), 0 1px 2px -1px rgb(0 0 0 / 0.15);
234
+ --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.15), 0 2px 4px -2px rgb(0 0 0 / 0.15);
235
+ --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.15), 0 4px 6px -4px rgb(0 0 0 / 0.15);
236
+ --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.15), 0 8px 10px -6px rgb(0 0 0 / 0.15);
237
+ --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
227
238
  }
228
239
  html {
229
240
  font-size: var(--font-size);
@@ -267,7 +278,7 @@
267
278
  font-size: 14px;
268
279
  }
269
280
  a:not([class]), a[class=""] {
270
- color: var(--primary-7);
281
+ color: var(--primary-600);
271
282
  text-decoration: underline;
272
283
  text-decoration-thickness: 1px;
273
284
  text-underline-offset: 4px;
@@ -276,13 +287,13 @@
276
287
  text-decoration: none;
277
288
  }
278
289
  p {
279
- line-height: 1.8;
290
+ line-height: 1.6;
280
291
  }
281
292
  blockquote {
282
293
  position: relative;
283
294
  margin: 0 0 0 30px;
284
295
  padding: 15px 21px;
285
- background: var(--gray-2);
296
+ background: var(--gray-100);
286
297
  border-radius: var(--radius);
287
298
  }
288
299
  blockquote::before {
@@ -290,7 +301,7 @@
290
301
  top: 5px;
291
302
  left: -27px;
292
303
  content: "”";
293
- color: var(--primary-7);
304
+ color: var(--primary-600);
294
305
  font-size: 39px;
295
306
  font-weight: 700;
296
307
  }
@@ -299,7 +310,7 @@
299
310
  }
300
311
  img:not([class]) {
301
312
  height: unset;
302
- border-radius: calc(var(--radius) / 2);
313
+ border-radius: var(--radius-half);
303
314
  outline: 1px solid rgba(0, 0, 0, 0.025);
304
315
  outline-offset: -1px;
305
316
  }
@@ -312,10 +323,182 @@
312
323
  :where(h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote, img, [data-typography-aware]) + :where([data-typography-aware]) {
313
324
  margin-top: 21px;
314
325
  }
326
+ }.overlay-view {
327
+ position: fixed;
328
+ inset: 0;
329
+ height: 100dvh;
330
+ width: 100dvw;
331
+ }
332
+
333
+ .overlay-provider {
334
+ pointer-events: none;
335
+ z-index: 10000;
336
+ }
337
+
338
+ .overlay-shade {
339
+ background: var(--overlay);
340
+ backdrop-filter: blur(3px) saturate(180%);
341
+ pointer-events: none;
342
+ transition: opacity 600ms var(--swift-out);
343
+ }
344
+
345
+ .overlay-provider:not(:has(.overlay:not(.overlay-transition-leave-active):not(.slide-over-transition-leave-active))) .overlay-shade {
346
+ opacity: 0;
347
+ }
348
+
349
+ .overlay {
350
+ position: fixed;
351
+ display: flex;
352
+ inset: 0;
353
+ height: 100dvh;
354
+ width: 100dvw;
355
+ outline: 0;
356
+ }
357
+ .overlay > .base-pane-structure {
358
+ display: flex;
359
+ margin: auto;
360
+ max-height: min(840px, 100dvh - 180px);
361
+ width: calc(100dvw - 90px);
362
+ flex-flow: column nowrap;
363
+ box-shadow: var(--shadow-lg);
364
+ overflow: auto;
365
+ transition: 420ms var(--swift-out);
366
+ transition-property: filter, scale;
367
+ }
368
+ .overlay > .base-pane-structure .pane-footer {
369
+ position: sticky;
370
+ bottom: 0;
371
+ margin-top: auto;
372
+ }
373
+ .overlay > .base-pane-structure::after {
374
+ position: absolute;
375
+ display: block;
376
+ inset: 0;
377
+ content: "";
378
+ background: var(--overlay-secondary);
379
+ opacity: 0;
380
+ pointer-events: none;
381
+ transition: opacity 420ms var(--swift-out);
382
+ z-index: 1;
383
+ }
384
+ .overlay.is-current > .base-pane-structure {
385
+ pointer-events: auto;
386
+ }
387
+ .overlay:not(.is-current) > .base-pane-structure {
388
+ filter: blur(3px);
389
+ scale: 0.95;
390
+ }
391
+ .overlay:not(.is-current) > .base-pane-structure::after {
392
+ opacity: 1;
393
+ }
394
+
395
+ .overlay-small {
396
+ }
397
+ .overlay-small > .base-pane-structure {
398
+ max-width: 420px;
399
+ }
400
+
401
+ .overlay-medium {
402
+ }
403
+ .overlay-medium > .base-pane-structure {
404
+ max-width: 540px;
405
+ }
406
+
407
+ .overlay-large {
408
+ }
409
+ .overlay-large > .base-pane-structure {
410
+ max-width: 720px;
411
+ }
412
+
413
+ .slide-over {
414
+ justify-content: flex-end;
415
+ }
416
+ .slide-over > .base-pane-structure {
417
+ margin: 9px;
418
+ max-height: calc(100% - 18px);
419
+ width: min(100dvw, 720px);
420
+ contain: paint;
421
+ overflow: auto;
422
+ }
423
+ .slide-over > .base-pane-structure > .pane-header,
424
+ .slide-over > .base-pane-structure > .pane-footer {
425
+ position: sticky;
426
+ z-index: 100;
427
+ }
428
+ .slide-over > .base-pane-structure > .pane-header {
429
+ top: 0;
430
+ padding-bottom: 21px;
431
+ border-bottom: 1px solid var(--gray-100);
432
+ box-shadow: var(--shadow-xs);
433
+ }
434
+ .slide-over > .base-pane-structure > .pane-header:has(+ :where(.tabs, .tab-bar)) {
435
+ padding-bottom: 0;
436
+ border-bottom: 0;
437
+ box-shadow: none;
438
+ }
439
+ .slide-over > .base-pane-structure > .pane-header:not(:has(+ :where(.tabs, .tab-bar))) {
440
+ background: inherit;
441
+ }
442
+ .slide-over > .base-pane-structure > .pane-header + .tab-bar {
443
+ position: sticky;
444
+ top: 45px;
445
+ z-index: 100;
446
+ }
447
+ .slide-over > .base-pane-structure > .pane-header:has(.pane-header-caption > :is(span)) + .tab-bar {
448
+ top: 69px;
449
+ }
450
+ .slide-over > .base-pane-structure > .pane-footer {
451
+ bottom: 0;
452
+ }
453
+
454
+ .overlay-transition-enter-active,
455
+ .overlay-transition-leave-active {
456
+ transition: opacity 420ms var(--swift-out);
457
+ }
458
+ .overlay-transition-enter-active > .base-pane-structure,
459
+ .overlay-transition-leave-active > .base-pane-structure {
460
+ transition: 420ms var(--swift-out);
461
+ transition-property: opacity, scale;
462
+ }
463
+
464
+ .overlay-transition-enter-from {
465
+ opacity: 0;
466
+ }
467
+ .overlay-transition-enter-from > .base-pane-structure {
468
+ opacity: 0;
469
+ scale: 0.9;
470
+ }
471
+
472
+ .overlay-transition-leave-to {
473
+ opacity: 0;
474
+ }
475
+ .overlay-transition-leave-to > .base-pane-structure {
476
+ opacity: 0;
477
+ scale: 0.95;
478
+ }
479
+
480
+ .slide-over-transition-enter-active,
481
+ .slide-over-transition-leave-active {
482
+ transition: opacity 600ms var(--swift-out);
483
+ }
484
+ .slide-over-transition-enter-active > .base-pane-structure,
485
+ .slide-over-transition-leave-active > .base-pane-structure {
486
+ transition: 600ms var(--swift-out);
487
+ transition-property: opacity, transform;
488
+ }
489
+
490
+ .slide-over-transition-enter-from,
491
+ .slide-over-transition-leave-to {
492
+ opacity: 0;
493
+ transition-delay: 210ms;
494
+ }
495
+ .slide-over-transition-enter-from > .base-pane-structure,
496
+ .slide-over-transition-leave-to > .base-pane-structure {
497
+ transform: translate3d(100%, 0, 0);
315
498
  }.base-pane {
316
- background: var(--gray-0);
499
+ background: var(--surface);
317
500
  background-clip: padding-box;
318
- border: 1px solid oklch(from var(--gray-11) l c h/0.05);
501
+ border: 1px solid var(--surface-stroke-out);
319
502
  border-radius: var(--radius);
320
503
  }
321
504
 
@@ -325,8 +508,8 @@
325
508
  inset: 0;
326
509
  align-items: center;
327
510
  justify-content: center;
328
- backdrop-filter: blur(2px) saturate(180%);
329
- background: oklch(from var(--gray-0) l c h/0.75);
511
+ backdrop-filter: blur(3px) saturate(180%);
512
+ background: var(--surface-loader);
330
513
  border-radius: inherit;
331
514
  z-index: 100;
332
515
  }
@@ -389,7 +572,7 @@
389
572
  font-size: 42px;
390
573
  }
391
574
  .icon-boxed .icon {
392
- font-size: 0.33em;
575
+ font-size: 0.45em;
393
576
  }
394
577
  .icon-boxed .material-symbol-icon {
395
578
  font-size: 0.5em;
@@ -404,36 +587,36 @@
404
587
  }
405
588
 
406
589
  .icon-boxed-gray {
407
- background: var(--gray-2);
590
+ background: var(--gray-100);
408
591
  color: var(--foreground);
409
592
  }
410
593
 
411
594
  .icon-boxed-primary {
412
- background: var(--primary-2);
413
- color: var(--primary-10);
595
+ background: var(--primary-100);
596
+ color: var(--primary-900);
414
597
  }
415
598
 
416
599
  .icon-boxed-danger {
417
- background: var(--danger-2);
418
- color: var(--danger-10);
600
+ background: var(--danger-100);
601
+ color: var(--danger-900);
419
602
  }
420
603
 
421
604
  .icon-boxed-info {
422
- background: var(--info-2);
423
- color: var(--info-10);
605
+ background: var(--info-100);
606
+ color: var(--info-900);
424
607
  }
425
608
 
426
609
  .icon-boxed-success {
427
- background: var(--success-2);
428
- color: var(--success-10);
610
+ background: var(--success-100);
611
+ color: var(--success-900);
429
612
  }
430
613
 
431
614
  .icon-boxed-warning {
432
- background: var(--warning-2);
433
- color: var(--warning-10);
615
+ background: var(--warning-100);
616
+ color: var(--warning-900);
434
617
  }.spinner {
435
- --track: var(--gray-1);
436
- --value: var(--primary-7);
618
+ --track: var(--gray-100);
619
+ --value: var(--primary-600);
437
620
  display: inline-block;
438
621
  height: 1em;
439
622
  width: 1em;
@@ -485,11 +668,11 @@
485
668
  transition: 180ms var(--swift-out);
486
669
  transition-property: background, border, box-shadow, color, scale, outline-color, outline-offset;
487
670
  user-select: none;
488
- outline: 2px solid oklch(from var(--primary-7) l c h/0);
671
+ outline: 2px solid rgb(from var(--primary-600) r g b/0);
489
672
  outline-offset: 0;
490
673
  }
491
674
  .button:focus-visible {
492
- outline-color: var(--primary-7);
675
+ outline-color: var(--primary-600);
493
676
  outline-offset: 2px;
494
677
  }
495
678
  .button:active {
@@ -546,16 +729,16 @@
546
729
  padding-left: 6px;
547
730
  padding-right: 6px;
548
731
  border: 0;
549
- border-radius: var(--radius);
732
+ border-radius: var(--radius-half);
550
733
  box-shadow: none;
551
734
  }
552
735
  @media (hover: hover) {
553
736
  .action:hover {
554
- background: var(--gray-2);
737
+ background: var(--gray-100);
555
738
  }
556
739
  }
557
740
  .action:active {
558
- background: var(--gray-3);
741
+ background: var(--gray-200);
559
742
  }
560
743
  .action .spinner {
561
744
  font-size: 24px;
@@ -567,7 +750,7 @@
567
750
  }
568
751
 
569
752
  .action.is-destructive .action-icon {
570
- color: var(--danger-7);
753
+ color: var(--danger-600);
571
754
  }
572
755
 
573
756
  .action-label {
@@ -589,8 +772,8 @@
589
772
 
590
773
  .base-pane-structure > .action-bar {
591
774
  padding: 15px 21px;
592
- background: var(--gray-1);
593
- border: 1px solid var(--gray-2);
775
+ background: var(--gray-50);
776
+ border: 1px solid var(--gray-100);
594
777
  border-left: 0;
595
778
  border-right: 0;
596
779
  }
@@ -633,88 +816,123 @@
633
816
  .action-pane-body.pane-body {
634
817
  padding: 0;
635
818
  }.primary-button {
636
- background: var(--primary-7);
637
- border-color: var(--primary-8);
638
- box-shadow: 0 1px 1px oklch(from var(--primary-7) l c h/0.25);
639
- color: var(--primary-0);
819
+ background: var(--primary-600);
820
+ border-color: var(--primary-700);
821
+ box-shadow: 0 1px 1px rgb(from var(--primary-600) r g b/0.25);
822
+ color: var(--primary-25);
640
823
  }
641
824
  @media (hover: hover) {
642
825
  .primary-button:hover {
643
- background: var(--primary-8);
644
- border-color: var(--primary-9);
826
+ background: var(--primary-700);
827
+ border-color: var(--primary-800);
645
828
  }
646
829
  }
647
830
  .primary-button:active {
648
- background: var(--primary-9);
831
+ background: var(--primary-800);
649
832
  scale: 0.9875;
650
833
  }
651
834
  .primary-button .spinner {
652
- --track: var(--primary-8);
653
- --value: var(--primary-0);
835
+ --track: var(--primary-700);
836
+ --value: var(--primary-25);
654
837
  }
655
838
 
656
839
  .primary-button-icon {
657
- color: var(--primary-0);
840
+ color: var(--primary-25);
658
841
  }
659
842
 
660
843
  .primary-button-label {
661
844
  }
662
845
 
663
846
  .secondary-button {
664
- background: var(--gray-0);
665
- border-color: var(--gray-2);
847
+ background: var(--surface);
848
+ border-color: var(--surface-stroke);
666
849
  color: var(--foreground);
667
850
  }
668
851
  @media (hover: hover) {
669
852
  .secondary-button:hover {
670
- background: var(--gray-1);
853
+ background: var(--surface-hover);
671
854
  }
672
855
  }
673
856
  .secondary-button:active {
674
- background: var(--gray-2);
675
- border-color: var(--gray-3);
857
+ background: var(--surface-active);
676
858
  scale: 0.9875;
677
859
  }
678
860
 
679
861
  .secondary-button-icon {
680
- color: var(--foreground-prominent);
862
+ color: var(--foreground);
681
863
  }
682
864
 
683
865
  .secondary-button-label {
684
866
  }
685
867
 
686
868
  .destructive-button {
687
- background: var(--gray-0);
688
- border-color: var(--gray-2);
869
+ background: var(--surface);
870
+ border-color: var(--surface-stroke);
689
871
  color: var(--foreground);
690
872
  }
691
873
  @media (hover: hover) {
692
874
  .destructive-button:hover {
693
- background: var(--gray-1);
875
+ background: var(--surface-hover);
694
876
  }
695
877
  }
696
878
  .destructive-button:active {
697
- background: var(--gray-2);
698
- border-color: var(--gray-3);
879
+ background: var(--surface-active);
699
880
  scale: 0.9875;
700
881
  }
701
882
  .destructive-button .spinner {
702
- --value: var(--danger-7);
883
+ --value: var(--danger-600);
703
884
  }
704
885
 
705
886
  .destructive-button-icon {
706
- color: var(--danger-7);
887
+ color: var(--danger-600);
707
888
  }
708
889
 
709
890
  .destructive-button-label {
710
891
  }
711
892
  .destructive-button-label:only-child {
712
- color: var(--danger-7);
893
+ color: var(--danger-600);
713
894
  }
714
895
 
715
896
  .secondary-button,
716
897
  .destructive-button {
717
- box-shadow: var(--shadow-px), inset 0 -1px oklch(from var(--gray-3) l c h/0.15);
898
+ box-shadow: var(--shadow-px), inset 0 -1px rgb(from var(--gray-200) r g b/0.15);
899
+ }
900
+
901
+ .base-link-button {
902
+ gap: 6px;
903
+ border-color: transparent;
904
+ box-shadow: none;
905
+ }
906
+ @media (hover: hover) {
907
+ .base-link-button:hover {
908
+ background: var(--surface-hover);
909
+ }
910
+ }
911
+ .base-link-button:active {
912
+ background: var(--surface-active);
913
+ scale: 0.9875;
914
+ }
915
+
916
+ .primary-link-button {
917
+ color: var(--primary-700);
918
+ }
919
+
920
+ .primary-link-button-icon {
921
+ color: var(--primary-700);
922
+ }
923
+
924
+ .primary-link-button-label {
925
+ }
926
+
927
+ .secondary-link-button {
928
+ color: var(--foreground-prominent);
929
+ }
930
+
931
+ .secondary-link-button-icon {
932
+ color: var(--foreground);
933
+ }
934
+
935
+ .secondary-link-button-label {
718
936
  }
719
937
 
720
938
  .link-button {
@@ -723,20 +941,20 @@
723
941
  padding: 0;
724
942
  border: 0;
725
943
  box-shadow: unset;
726
- color: var(--primary-7);
944
+ color: var(--primary-600);
727
945
  text-decoration: underline;
728
946
  text-decoration-thickness: 1px;
729
947
  text-underline-offset: 4px;
730
- outline: 2px solid oklch(from var(--primary-7) l c h/0);
948
+ outline: 2px solid rgb(from var(--primary-600) r g b/0);
731
949
  outline-offset: 0;
732
950
  }
733
951
  .link-button:focus-visible {
734
- outline-color: var(--primary-7);
952
+ outline-color: var(--primary-600);
735
953
  outline-offset: 6px;
736
954
  }
737
955
  @media (hover: hover) {
738
956
  .link-button:hover {
739
- color: var(--primary-10);
957
+ color: var(--primary-900);
740
958
  }
741
959
  .link-button:hover .link-button-icon {
742
960
  transform: translate3d(6px, 0, 0);
@@ -744,7 +962,7 @@
744
962
  }
745
963
 
746
964
  .link-button-icon {
747
- color: var(--primary-7);
965
+ color: var(--primary-600);
748
966
  transition: inherit;
749
967
  transition-property: transform;
750
968
  }
@@ -876,7 +1094,14 @@
876
1094
  }
877
1095
 
878
1096
  .pane-well {
879
- background: var(--gray-1);
1097
+ --surface: var(--background);
1098
+ }
1099
+
1100
+ :is(.pane-default, .pane-flat, .pane-well):is(a, button) {
1101
+ transition: box-shadow 210ms var(--swift-out);
1102
+ }
1103
+ :is(.pane-default, .pane-flat, .pane-well):is(a, button):hover {
1104
+ box-shadow: var(--shadow-lg);
880
1105
  }
881
1106
 
882
1107
  .pane-header {
@@ -910,7 +1135,7 @@
910
1135
 
911
1136
  .pane-header-icon {
912
1137
  margin-top: 2px;
913
- color: var(--primary-7);
1138
+ color: var(--primary-600);
914
1139
  }
915
1140
 
916
1141
  .pane-body {
@@ -925,8 +1150,8 @@
925
1150
  display: flex;
926
1151
  padding: 21px;
927
1152
  gap: 9px;
928
- background: var(--gray-1);
929
- border-top: 1px solid var(--gray-2);
1153
+ background: var(--gray-50);
1154
+ border-top: 1px solid var(--gray-100);
930
1155
  }
931
1156
 
932
1157
  .pane-loader {
@@ -937,9 +1162,9 @@
937
1162
  top: 15px;
938
1163
  right: 15px;
939
1164
  padding: 6px 9px;
940
- background: var(--gray-10);
941
- border-radius: calc(var(--radius) / 2);
942
- color: var(--gray-0);
1165
+ background: var(--gray-900);
1166
+ border-radius: var(--radius-half);
1167
+ color: var(--gray-25);
943
1168
  font-size: 11px;
944
1169
  font-weight: 700;
945
1170
  letter-spacing: 1px;
@@ -950,11 +1175,32 @@
950
1175
  .pane-media {
951
1176
  position: relative;
952
1177
  overflow: hidden;
1178
+ z-index: 0;
1179
+ }
1180
+ .pane-media::after {
1181
+ position: absolute;
1182
+ inset: 0;
1183
+ content: "";
1184
+ border: 1px solid var(--surface-stroke-out);
1185
+ border-radius: inherit;
1186
+ z-index: 1;
1187
+ }
1188
+ .pane-media:first-child {
1189
+ margin: -1px;
1190
+ margin-bottom: 0;
1191
+ border-top-left-radius: var(--radius);
1192
+ border-top-right-radius: var(--radius);
1193
+ }
1194
+ .pane-media:not(:first-child)::after {
1195
+ border-top: 0;
1196
+ }
1197
+ .pane-media:not(:last-child)::after {
1198
+ border-bottom: 0;
953
1199
  }
954
1200
 
955
1201
  .pane-media-inset {
956
1202
  margin: 21px;
957
- border-radius: calc(var(--radius) / 2);
1203
+ border-radius: var(--radius-half);
958
1204
  }
959
1205
  .pane-media-inset:not(:first-child) {
960
1206
  margin-top: 0;
@@ -991,7 +1237,7 @@
991
1237
  }
992
1238
 
993
1239
  .pane-group + .pane-group {
994
- border-top: 1px solid oklch(from var(--gray-11) l c h/0.05);
1240
+ border-top: 1px solid var(--surface-stroke);
995
1241
  }
996
1242
 
997
1243
  .pane-illustration {
@@ -1051,7 +1297,7 @@
1051
1297
  top: var(--pane-y);
1052
1298
  left: var(--pane-x);
1053
1299
  margin: 0;
1054
- padding: 12px;
1300
+ padding: 24px;
1055
1301
  background: unset;
1056
1302
  border: 0;
1057
1303
  font-size: 1rem;
@@ -1109,8 +1355,11 @@
1109
1355
  flex-shrink: 0;
1110
1356
  }
1111
1357
  .aspect-ratio > * {
1358
+ position: absolute;
1112
1359
  height: 100%;
1113
1360
  width: 100%;
1361
+ object-fit: cover;
1362
+ object-position: center;
1114
1363
  }
1115
1364
 
1116
1365
  .auto-grid {
@@ -1186,7 +1435,7 @@
1186
1435
  }
1187
1436
 
1188
1437
  .dot-pattern {
1189
- fill: var(--gray-4);
1438
+ fill: var(--gray-300);
1190
1439
  pointer-events: none;
1191
1440
  }
1192
1441
 
@@ -1195,8 +1444,8 @@
1195
1444
  }
1196
1445
 
1197
1446
  .grid-pattern {
1198
- fill: var(--gray-2);
1199
- stroke: var(--gray-4);
1447
+ fill: var(--gray-100);
1448
+ stroke: var(--gray-300);
1200
1449
  pointer-events: none;
1201
1450
  }
1202
1451
 
@@ -1282,264 +1531,92 @@
1282
1531
  transition-property: opacity, scale;
1283
1532
  }
1284
1533
 
1285
- .route-transition-enter-active,
1286
- .route-transition-back-enter-active {
1287
- transition-duration: 180ms;
1288
- transition-timing-function: var(--deceleration-curve);
1289
- }
1290
-
1291
- .route-transition-leave-active,
1292
- .route-transition-back-leave-active {
1293
- transition-duration: 120ms;
1294
- transition-timing-function: var(--acceleration-curve);
1295
- }
1296
-
1297
- .route-transition-enter-from,
1298
- .route-transition-back-leave-to {
1299
- opacity: 0;
1300
- scale: 0.975;
1301
- }
1302
-
1303
- .route-transition-leave-to,
1304
- .route-transition-back-enter-from {
1305
- opacity: 0;
1306
- scale: 0.975;
1307
- }
1308
-
1309
- .tooltip-transition-enter-active,
1310
- .tooltip-transition-leave-active {
1311
- transition: 210ms var(--swift-out);
1312
- transition-property: opacity, scale;
1313
- }
1314
-
1315
- .tooltip-transition-enter-from {
1316
- scale: 0.975;
1317
- }
1318
-
1319
- .tooltip-transition-enter-from,
1320
- .tooltip-transition-leave-to {
1321
- opacity: 0;
1322
- }
1323
-
1324
- .vertical-window-transition-enter-active,
1325
- .vertical-window-transition-back-enter-active {
1326
- contain: paint;
1327
- transition: 150ms var(--deceleration-curve);
1328
- transition-property: opacity, transform;
1329
- }
1330
-
1331
- .vertical-window-transition-leave-active,
1332
- .vertical-window-transition-back-leave-active {
1333
- transition: 150ms var(--acceleration-curve);
1334
- transition-property: opacity, transform;
1335
- }
1336
-
1337
- .vertical-window-transition-back-leave-to,
1338
- .vertical-window-transition-enter-from {
1339
- opacity: 0;
1340
- transform: translate3d(0, 15px, 0);
1341
- }
1342
-
1343
- .vertical-window-transition-back-enter-from,
1344
- .vertical-window-transition-leave-to {
1345
- opacity: 0;
1346
- transform: translate3d(0, -15px, 0);
1347
- }
1348
-
1349
- .window-transition-enter-active,
1350
- .window-transition-back-enter-active {
1351
- transition: 150ms var(--deceleration-curve);
1352
- transition-property: height, opacity, transform;
1353
- }
1354
-
1355
- .window-transition-leave-active,
1356
- .window-transition-back-leave-active {
1357
- transition: 150ms var(--acceleration-curve);
1358
- transition-property: height, opacity, transform;
1359
- }
1360
-
1361
- .window-transition-back-leave-to,
1362
- .window-transition-enter-from {
1363
- opacity: 0;
1364
- transform: translate3d(15px, 0, 0);
1365
- }
1366
-
1367
- .window-transition-back-enter-from,
1368
- .window-transition-leave-to {
1369
- opacity: 0;
1370
- transform: translate3d(-15px, 0, 0);
1371
- }.overlay-view {
1372
- position: fixed;
1373
- inset: 0;
1374
- height: 100dvh;
1375
- width: 100dvw;
1376
- }
1377
-
1378
- .overlay-provider {
1379
- pointer-events: none;
1380
- z-index: 10000;
1381
- }
1382
-
1383
- .overlay-shade {
1384
- background: var(--overlay);
1385
- backdrop-filter: blur(3px) saturate(180%);
1386
- pointer-events: none;
1387
- transition: opacity 600ms var(--swift-out);
1388
- }
1389
-
1390
- .overlay-provider:not(:has(.overlay:not(.overlay-transition-leave-active))) .overlay-shade {
1391
- opacity: 0;
1392
- }
1393
-
1394
- .overlay {
1395
- position: fixed;
1396
- display: flex;
1397
- inset: 0;
1398
- height: 100dvh;
1399
- width: 100dvw;
1400
- outline: 0;
1401
- }
1402
- .overlay > .base-pane-structure {
1403
- display: flex;
1404
- margin: auto;
1405
- max-height: min(840px, 100dvh - 180px);
1406
- width: calc(100dvw - 90px);
1407
- flex-flow: column nowrap;
1408
- box-shadow: var(--shadow-lg);
1409
- overflow: auto;
1410
- transition: 420ms var(--swift-out);
1411
- transition-property: filter, scale;
1412
- }
1413
- .overlay > .base-pane-structure .pane-footer {
1414
- position: sticky;
1415
- bottom: 0;
1416
- margin-top: auto;
1417
- }
1418
- .overlay > .base-pane-structure::after {
1419
- position: absolute;
1420
- display: block;
1421
- inset: 0;
1422
- content: "";
1423
- background: var(--overlay-secondary);
1424
- opacity: 0;
1425
- pointer-events: none;
1426
- transition: opacity 420ms var(--swift-out);
1427
- z-index: 1;
1428
- }
1429
- .overlay.is-current > .base-pane-structure {
1430
- pointer-events: auto;
1431
- }
1432
- .overlay:not(.is-current) > .base-pane-structure {
1433
- filter: blur(3px);
1434
- scale: 0.95;
1435
- }
1436
- .overlay:not(.is-current) > .base-pane-structure::after {
1437
- opacity: 1;
1438
- }
1439
-
1440
- .overlay-small {
1534
+ .route-transition-enter-active,
1535
+ .route-transition-back-enter-active {
1536
+ transition-duration: 180ms;
1537
+ transition-timing-function: var(--deceleration-curve);
1441
1538
  }
1442
- .overlay-small > .base-pane-structure {
1443
- max-width: 420px;
1539
+
1540
+ .route-transition-leave-active,
1541
+ .route-transition-back-leave-active {
1542
+ transition-duration: 120ms;
1543
+ transition-timing-function: var(--acceleration-curve);
1444
1544
  }
1445
1545
 
1446
- .overlay-medium {
1546
+ .route-transition-enter-from,
1547
+ .route-transition-back-leave-to {
1548
+ opacity: 0;
1549
+ scale: 0.975;
1447
1550
  }
1448
- .overlay-medium > .base-pane-structure {
1449
- max-width: 540px;
1551
+
1552
+ .route-transition-leave-to,
1553
+ .route-transition-back-enter-from {
1554
+ opacity: 0;
1555
+ scale: 0.975;
1450
1556
  }
1451
1557
 
1452
- .overlay-large {
1558
+ .tooltip-transition-enter-active,
1559
+ .tooltip-transition-leave-active {
1560
+ transition: 210ms var(--swift-out);
1561
+ transition-property: opacity, scale;
1453
1562
  }
1454
- .overlay-large > .base-pane-structure {
1455
- max-width: 720px;
1563
+
1564
+ .tooltip-transition-enter-from {
1565
+ scale: 0.975;
1456
1566
  }
1457
1567
 
1458
- .slide-over {
1459
- justify-content: flex-end;
1568
+ .tooltip-transition-enter-from,
1569
+ .tooltip-transition-leave-to {
1570
+ opacity: 0;
1460
1571
  }
1461
- .slide-over > .base-pane-structure {
1462
- margin: 9px;
1463
- max-height: calc(100% - 18px);
1464
- width: min(100dvw, 720px);
1572
+
1573
+ .vertical-window-transition-enter-active,
1574
+ .vertical-window-transition-back-enter-active {
1465
1575
  contain: paint;
1466
- overflow: auto;
1467
- }
1468
- .slide-over > .base-pane-structure > .pane-header,
1469
- .slide-over > .base-pane-structure > .pane-footer {
1470
- position: sticky;
1471
- z-index: 100;
1472
- }
1473
- .slide-over > .base-pane-structure > .pane-header {
1474
- top: 0;
1475
- padding-bottom: 21px;
1476
- border-bottom: 1px solid var(--gray-1);
1477
- box-shadow: var(--shadow-xs);
1478
- }
1479
- .slide-over > .base-pane-structure > .pane-header:has(+ :where(.tabs, .tab-bar)) {
1480
- padding-bottom: 0;
1481
- border-bottom: 0;
1482
- box-shadow: none;
1483
- }
1484
- .slide-over > .base-pane-structure > .pane-header:not(:has(+ :where(.tabs, .tab-bar))) {
1485
- background: inherit;
1486
- }
1487
- .slide-over > .base-pane-structure > .pane-header + .tab-bar {
1488
- position: sticky;
1489
- top: 45px;
1490
- z-index: 100;
1491
- }
1492
- .slide-over > .base-pane-structure > .pane-header:has(.pane-header-caption > :is(span)) + .tab-bar {
1493
- top: 69px;
1494
- }
1495
- .slide-over > .base-pane-structure > .pane-footer {
1496
- bottom: 0;
1576
+ transition: 120ms var(--deceleration-curve);
1577
+ transition-property: opacity, transform;
1497
1578
  }
1498
1579
 
1499
- .overlay-transition-enter-active,
1500
- .overlay-transition-leave-active {
1501
- transition: opacity 420ms var(--swift-out);
1502
- }
1503
- .overlay-transition-enter-active > .base-pane-structure,
1504
- .overlay-transition-leave-active > .base-pane-structure {
1505
- transition: 420ms var(--swift-out);
1506
- transition-property: opacity, scale;
1580
+ .vertical-window-transition-leave-active,
1581
+ .vertical-window-transition-back-leave-active {
1582
+ transition: 120ms var(--acceleration-curve);
1583
+ transition-property: opacity, transform;
1507
1584
  }
1508
1585
 
1509
- .overlay-transition-enter-from {
1510
- opacity: 0;
1511
- }
1512
- .overlay-transition-enter-from > .base-pane-structure {
1586
+ .vertical-window-transition-back-leave-to,
1587
+ .vertical-window-transition-enter-from {
1513
1588
  opacity: 0;
1514
- scale: 0.9;
1589
+ transform: translate3d(0, 15px, 0);
1515
1590
  }
1516
1591
 
1517
- .overlay-transition-leave-to {
1518
- opacity: 0;
1519
- }
1520
- .overlay-transition-leave-to > .base-pane-structure {
1592
+ .vertical-window-transition-back-enter-from,
1593
+ .vertical-window-transition-leave-to {
1521
1594
  opacity: 0;
1522
- scale: 0.95;
1595
+ transform: translate3d(0, -15px, 0);
1523
1596
  }
1524
1597
 
1525
- .slide-over-transition-enter-active,
1526
- .slide-over-transition-leave-active {
1527
- transition: opacity 600ms var(--swift-out);
1598
+ .window-transition-enter-active,
1599
+ .window-transition-back-enter-active {
1600
+ transition: 120ms var(--deceleration-curve);
1601
+ transition-property: height, opacity, transform;
1528
1602
  }
1529
- .slide-over-transition-enter-active > .base-pane-structure,
1530
- .slide-over-transition-leave-active > .base-pane-structure {
1531
- transition: 600ms var(--swift-out);
1532
- transition-property: opacity, transform;
1603
+
1604
+ .window-transition-leave-active,
1605
+ .window-transition-back-leave-active {
1606
+ transition: 120ms var(--acceleration-curve);
1607
+ transition-property: height, opacity, transform;
1533
1608
  }
1534
1609
 
1535
- .slide-over-transition-enter-from,
1536
- .slide-over-transition-leave-to {
1610
+ .window-transition-back-leave-to,
1611
+ .window-transition-enter-from {
1537
1612
  opacity: 0;
1538
- transition-delay: 210ms;
1613
+ transform: translate3d(15px, 0, 0);
1539
1614
  }
1540
- .slide-over-transition-enter-from > .base-pane-structure,
1541
- .slide-over-transition-leave-to > .base-pane-structure {
1542
- transform: translate3d(100%, 0, 0);
1615
+
1616
+ .window-transition-back-enter-from,
1617
+ .window-transition-leave-to {
1618
+ opacity: 0;
1619
+ transform: translate3d(-15px, 0, 0);
1543
1620
  }.avatar {
1544
1621
  position: relative;
1545
1622
  display: inline-flex;
@@ -1554,9 +1631,9 @@
1554
1631
  display: block;
1555
1632
  height: inherit;
1556
1633
  width: inherit;
1557
- background: var(--gray-1);
1634
+ background: var(--gray-50);
1558
1635
  border-radius: inherit;
1559
- box-shadow: inset 0 0 0 1px var(--gray-2);
1636
+ box-shadow: inset 0 0 0 1px var(--gray-100);
1560
1637
  }
1561
1638
 
1562
1639
  .avatar-fallback {
@@ -1577,16 +1654,16 @@
1577
1654
  }
1578
1655
 
1579
1656
  .avatar-fallback-colorized {
1580
- background: color-mix(in srgb, var(--color), var(--gray-0) 80%);
1657
+ background: color-mix(in srgb, var(--color), var(--gray-25) 80%);
1581
1658
  color: var(--color);
1582
1659
  }
1583
1660
 
1584
1661
  [dark] .avatar-fallback-colorized {
1585
- background: color-mix(in srgb, var(--color), var(--gray-0) 70%);
1662
+ background: color-mix(in srgb, var(--color), var(--gray-25) 70%);
1586
1663
  }
1587
1664
 
1588
1665
  .avatar-fallback-neutral {
1589
- background: var(--gray-2);
1666
+ background: var(--gray-100);
1590
1667
  color: var(--foreground-secondary);
1591
1668
  }
1592
1669
 
@@ -1596,8 +1673,8 @@
1596
1673
  inset: 0;
1597
1674
  align-items: center;
1598
1675
  justify-content: center;
1599
- background: oklch(from var(--gray-1) l c h/0.84);
1600
- box-shadow: inset 0 0 0 1px var(--gray-2);
1676
+ background: rgb(from var(--gray-50) r g b/0.84);
1677
+ box-shadow: inset 0 0 0 1px var(--gray-100);
1601
1678
  border-radius: inherit;
1602
1679
  backdrop-filter: blur(3px) saturate(180%);
1603
1680
  }
@@ -1617,27 +1694,27 @@
1617
1694
  }
1618
1695
 
1619
1696
  .avatar-status-gray {
1620
- background: var(--gray-6);
1697
+ background: var(--gray-500);
1621
1698
  }
1622
1699
 
1623
1700
  .avatar-status-primary {
1624
- background: var(--primary-7);
1701
+ background: var(--primary-600);
1625
1702
  }
1626
1703
 
1627
1704
  .avatar-status-danger {
1628
- background: var(--danger-7);
1705
+ background: var(--danger-600);
1629
1706
  }
1630
1707
 
1631
1708
  .avatar-status-info {
1632
- background: var(--info-7);
1709
+ background: var(--info-600);
1633
1710
  }
1634
1711
 
1635
1712
  .avatar-status-success {
1636
- background: var(--success-7);
1713
+ background: var(--success-600);
1637
1714
  }
1638
1715
 
1639
1716
  .avatar-status-warning {
1640
- background: var(--warning-7);
1717
+ background: var(--warning-600);
1641
1718
  }
1642
1719
 
1643
1720
  .avatar-clickable {
@@ -1671,16 +1748,16 @@
1671
1748
  text-align: left;
1672
1749
  transition: 180ms var(--swift-out);
1673
1750
  transition-property: background, outline-color, outline-offset;
1674
- outline: 2px solid oklch(from var(--primary-7) l c h/0);
1751
+ outline: 2px solid rgb(from var(--primary-600) r g b/0);
1675
1752
  outline-offset: 0;
1676
1753
  }
1677
1754
  .persona:focus-visible {
1678
- outline-color: var(--primary-7);
1755
+ outline-color: var(--primary-600);
1679
1756
  outline-offset: 2px;
1680
1757
  }
1681
1758
  @media (hover: hover) {
1682
1759
  .persona:hover {
1683
- background: var(--gray-2);
1760
+ background: var(--gray-100);
1684
1761
  }
1685
1762
  }
1686
1763
 
@@ -1708,8 +1785,8 @@
1708
1785
  padding-right: 9px;
1709
1786
  align-items: center;
1710
1787
  gap: 6px;
1711
- background: var(--gray-0);
1712
- border: 1px solid var(--gray-2);
1788
+ background: var(--surface);
1789
+ border: 1px solid var(--surface-stroke);
1713
1790
  border-radius: 99px;
1714
1791
  color: var(--foreground-prominent);
1715
1792
  font-size: 13px;
@@ -1723,7 +1800,7 @@
1723
1800
  }
1724
1801
  @media (hover: hover) {
1725
1802
  .badge:is(a):hover {
1726
- background: var(--gray-1);
1803
+ background: var(--gray-50);
1727
1804
  color: var(--foreground-prominent);
1728
1805
  }
1729
1806
  }
@@ -1747,12 +1824,12 @@
1747
1824
  }
1748
1825
  @media (hover: hover) {
1749
1826
  .badge-close:hover {
1750
- background: var(--gray-2);
1827
+ background: var(--gray-100);
1751
1828
  color: var(--foreground);
1752
1829
  }
1753
1830
  }
1754
1831
  .badge-close:active {
1755
- background: var(--gray-3);
1832
+ background: var(--gray-200);
1756
1833
  color: var(--foreground);
1757
1834
  }
1758
1835
  .badge-close .icon {
@@ -1784,44 +1861,44 @@
1784
1861
  }
1785
1862
 
1786
1863
  .badge-gray {
1787
- --color: var(--gray-8);
1864
+ --color: var(--gray-700);
1788
1865
  }
1789
1866
  .badge-gray .badge-label {
1790
1867
  color: var(--foreground-prominent);
1791
1868
  }
1792
1869
  .badge-gray .spinner {
1793
- --value: var(--primary-7);
1870
+ --value: var(--primary-600);
1794
1871
  }
1795
1872
 
1796
1873
  .badge-primary {
1797
- --color: var(--primary-7);
1874
+ --color: var(--primary-600);
1798
1875
  }
1799
1876
 
1800
1877
  .badge-danger {
1801
- --color: var(--danger-7);
1878
+ --color: var(--danger-600);
1802
1879
  }
1803
1880
 
1804
1881
  .badge-info {
1805
- --color: var(--info-7);
1882
+ --color: var(--info-600);
1806
1883
  }
1807
1884
 
1808
1885
  .badge-success {
1809
- --color: var(--success-7);
1886
+ --color: var(--success-600);
1810
1887
  }
1811
1888
 
1812
1889
  .badge-warning {
1813
- --color: var(--warning-7);
1890
+ --color: var(--warning-600);
1814
1891
  }
1815
1892
 
1816
1893
  .tag {
1817
- background: var(--gray-1);
1818
- border-color: var(--gray-2);
1819
- border-radius: calc(var(--radius) / 2);
1894
+ background: var(--gray-50);
1895
+ border-color: var(--gray-200);
1896
+ border-radius: var(--radius-half);
1820
1897
  font-weight: 400;
1821
1898
  }
1822
1899
 
1823
1900
  .tag-close {
1824
- border-radius: calc(var(--radius) / 3);
1901
+ border-radius: var(--radius-half);
1825
1902
  }
1826
1903
 
1827
1904
  .tag-dot {
@@ -1890,11 +1967,14 @@
1890
1967
  }
1891
1968
  @media (hover: hover) {
1892
1969
  .menu-item:hover {
1893
- background: var(--gray-2);
1970
+ background: var(--gray-100);
1894
1971
  }
1895
1972
  }
1896
1973
  .menu-item:active {
1897
- background: var(--gray-3);
1974
+ background: var(--gray-200);
1975
+ }
1976
+ .menu-item .badge:last-child {
1977
+ margin-right: -6px;
1898
1978
  }
1899
1979
 
1900
1980
  .menu-item-icon {
@@ -1913,42 +1993,45 @@
1913
1993
  }
1914
1994
 
1915
1995
  .menu-item-active {
1916
- background: var(--primary-7);
1917
- color: var(--primary-1);
1996
+ background: var(--primary-600);
1997
+ color: var(--primary-50);
1918
1998
  }
1919
1999
  .menu-item-active .menu-item-icon {
1920
- color: var(--primary-0);
2000
+ color: var(--primary-25);
1921
2001
  }
1922
2002
  @media (hover: hover) {
1923
2003
  .menu-item-active:hover {
1924
- background: var(--primary-7);
2004
+ background: var(--primary-600);
1925
2005
  }
1926
2006
  }
1927
2007
  .menu-item-active:active {
1928
- background: var(--primary-7);
2008
+ background: var(--primary-600);
1929
2009
  }
1930
2010
 
1931
2011
  .menu-item-destructive .menu-item-icon {
1932
- color: var(--danger-8);
2012
+ color: var(--danger-700);
1933
2013
  }
1934
2014
  .menu-item-destructive .menu-item-label {
1935
- color: var(--danger-8);
2015
+ color: var(--danger-700);
1936
2016
  }
1937
2017
 
1938
2018
  .menu-item-highlighted {
1939
- background: var(--primary-2);
1940
- color: var(--primary-7);
2019
+ background: var(--primary-100);
2020
+ color: var(--primary-600);
1941
2021
  }
1942
2022
  .menu-item-highlighted .menu-item-icon {
1943
- color: var(--primary-8);
2023
+ color: var(--primary-700);
1944
2024
  }
1945
2025
  @media (hover: hover) {
1946
2026
  .menu-item-highlighted:hover {
1947
- background: var(--primary-2);
2027
+ background: var(--primary-100);
1948
2028
  }
1949
2029
  }
1950
2030
  .menu-item-highlighted:active {
1951
- background: var(--primary-2);
2031
+ background: var(--primary-100);
2032
+ }
2033
+ .menu-item-highlighted .badge {
2034
+ --surface-stroke: var(--primary-200);
1952
2035
  }
1953
2036
 
1954
2037
  .menu-item-indented {
@@ -1959,7 +2042,7 @@
1959
2042
  }
1960
2043
 
1961
2044
  .menu-item-selected .menu-item-selectable-icon {
1962
- color: var(--primary-7);
2045
+ color: var(--primary-600);
1963
2046
  }
1964
2047
 
1965
2048
  .menu-item-command {
@@ -1986,7 +2069,7 @@
1986
2069
 
1987
2070
  .menu-item-active .menu-item-command,
1988
2071
  .menu-item-active .menu-item-command-icon {
1989
- color: var(--primary-4);
2072
+ color: var(--primary-300);
1990
2073
  }
1991
2074
 
1992
2075
  .menu-item-image {
@@ -2021,7 +2104,7 @@
2021
2104
  padding: 12px 12px 6px;
2022
2105
  align-items: center;
2023
2106
  gap: 9px;
2024
- background: linear-gradient(to bottom, var(--gray-0) 75%, transparent);
2107
+ background: linear-gradient(to bottom, var(--surface) 75%, transparent);
2025
2108
  font-size: 14px;
2026
2109
  pointer-events: none;
2027
2110
  z-index: 1;
@@ -2057,7 +2140,7 @@
2057
2140
  bottom: 12px;
2058
2141
  width: 4px;
2059
2142
  content: "";
2060
- background: var(--primary-7);
2143
+ background: var(--primary-600);
2061
2144
  border-radius: 99px;
2062
2145
  opacity: 0;
2063
2146
  transition: opacity 180ms var(--swift-out);
@@ -2067,14 +2150,14 @@
2067
2150
  min-height: 48px;
2068
2151
  }
2069
2152
  .menu-large .menu-item:not(.menu-item-indented)::after {
2070
- background: var(--primary-0);
2153
+ background: var(--primary-25);
2071
2154
  }
2072
2155
 
2073
2156
  .menu-large .menu-item-active::after {
2074
2157
  opacity: 1;
2075
2158
  }
2076
2159
  .menu-large .menu-item-active.menu-item-indented {
2077
- background: var(--gray-2);
2160
+ background: var(--gray-100);
2078
2161
  }
2079
2162
  .menu-large .menu-item-active.menu-item-indented .menu-item-icon,
2080
2163
  .menu-large .menu-item-active.menu-item-indented .menu-item-label {
@@ -2146,10 +2229,17 @@
2146
2229
  align-self: flex-start;
2147
2230
  }
2148
2231
 
2232
+ .form-grid {
2233
+ --columns: 2;
2234
+ display: grid;
2235
+ gap: 18px;
2236
+ grid-template-columns: repeat(var(--columns), 1fr);
2237
+ }
2238
+
2149
2239
  .form-row {
2150
2240
  display: flex;
2151
2241
  flex-grow: 1;
2152
- gap: 12px;
2242
+ gap: 18px;
2153
2243
  }
2154
2244
 
2155
2245
  .form-section-title {
@@ -2159,6 +2249,9 @@
2159
2249
  }
2160
2250
 
2161
2251
  @media (max-width: 767.98px) {
2252
+ .form-grid {
2253
+ grid-template-columns: 1fr;
2254
+ }
2162
2255
  .form-row {
2163
2256
  flex-flow: column;
2164
2257
  gap: 18px;
@@ -2219,7 +2312,7 @@
2219
2312
  }
2220
2313
 
2221
2314
  .form-field-addition-error {
2222
- color: var(--danger-7);
2315
+ color: var(--danger-600);
2223
2316
  }
2224
2317
 
2225
2318
  .form-field-addition-hint {
@@ -2237,9 +2330,9 @@
2237
2330
  width: 100%;
2238
2331
  padding: 0 12px;
2239
2332
  align-self: start;
2240
- background: var(--gray-0);
2333
+ background: var(--surface);
2241
2334
  background-clip: padding-box;
2242
- border: 1px solid var(--gray-2);
2335
+ border: 1px solid var(--surface-stroke);
2243
2336
  border-radius: var(--radius);
2244
2337
  box-shadow: var(--shadow-px);
2245
2338
  color: var(--foreground);
@@ -2250,13 +2343,14 @@
2250
2343
  color: var(--foreground-secondary);
2251
2344
  }
2252
2345
  .form-input.is-secondary {
2253
- background: var(--gray-1);
2346
+ background: var(--background);
2254
2347
  border-color: transparent;
2255
2348
  box-shadow: none;
2256
2349
  }
2257
2350
 
2258
2351
  .form-input-disabled {
2259
- background: var(--gray-2);
2352
+ background: var(--surface-disabled);
2353
+ color: var(--foreground-secondary);
2260
2354
  cursor: not-allowed;
2261
2355
  }
2262
2356
  .form-input-disabled input {
@@ -2264,16 +2358,16 @@
2264
2358
  }
2265
2359
 
2266
2360
  .form-input-enabled {
2267
- outline: 2px solid oklch(from var(--primary-7) l c h/0);
2361
+ outline: 2px solid rgb(from var(--primary-600) r g b/0);
2268
2362
  outline-offset: 0;
2269
2363
  }
2270
2364
  .form-input-enabled:focus-visible, .form-input-enabled:focus-within {
2271
- outline-color: var(--primary-7);
2365
+ outline-color: var(--primary-600);
2272
2366
  outline-offset: -1px;
2273
2367
  }
2274
2368
  @media (hover: hover) {
2275
2369
  .form-input-enabled:hover {
2276
- border-color: var(--gray-3);
2370
+ border-color: var(--surface-stroke-hover);
2277
2371
  }
2278
2372
  }
2279
2373
 
@@ -2325,7 +2419,7 @@
2325
2419
  }
2326
2420
  .form-input-native::-webkit-color-swatch {
2327
2421
  border: 0;
2328
- border-radius: calc(var(--radius) / 2);
2422
+ border-radius: var(--radius-half);
2329
2423
  }
2330
2424
  .form-input-native::-webkit-color-swatch-wrapper {
2331
2425
  margin: 0 -12px;
@@ -2347,37 +2441,37 @@
2347
2441
  align-items: center;
2348
2442
  flex-grow: 0;
2349
2443
  justify-content: center;
2350
- background: var(--gray-1);
2444
+ background: var(--surface-disabled);
2351
2445
  color: var(--foreground-secondary);
2352
2446
  pointer-events: none;
2353
2447
  }
2354
2448
  .form-input-addition:has(+ .form-input .form-input-native) {
2355
- border-right: 1px solid var(--gray-2);
2449
+ border-right: 1px solid var(--surface-stroke);
2356
2450
  }
2357
2451
  .form-input-addition + .form-input-addition {
2358
- border-left: 1px solid var(--gray-2);
2452
+ border-left: 1px solid var(--surface-stroke);
2359
2453
  }
2360
2454
  .form-input:has(.form-input-native) + .form-input-addition {
2361
- border-left: 1px solid var(--gray-2);
2455
+ border-left: 1px solid var(--surface-stroke);
2362
2456
  }
2363
2457
 
2364
2458
  .form-input-group {
2365
2459
  display: flex;
2366
2460
  padding: 0;
2367
- outline: 2px solid oklch(from var(--primary-7) l c h/0);
2461
+ outline: 2px solid rgb(from var(--primary-600) r g b/0);
2368
2462
  outline-offset: 0;
2369
2463
  }
2370
2464
  .form-input-group:focus-visible, .form-input-group:focus-within {
2371
- outline-color: var(--primary-7);
2465
+ outline-color: var(--primary-600);
2372
2466
  outline-offset: -1px;
2373
2467
  }
2374
2468
  .form-input-group > :is(.form-input, .form-select, .button) + :is(.button, .button-group) {
2375
2469
  margin: 0;
2376
- border-left: 1px solid var(--gray-2);
2470
+ border-left: 1px solid var(--surface-stroke);
2377
2471
  }
2378
2472
  .form-input-group > .button-group > .button + .button {
2379
2473
  margin: 0;
2380
- border-left: 1px solid var(--gray-2);
2474
+ border-left: 1px solid var(--surface-stroke);
2381
2475
  }
2382
2476
  .form-input-group > .button-group:not(:first-child) > .button:first-child {
2383
2477
  border-top-left-radius: 0;
@@ -2395,14 +2489,31 @@
2395
2489
  }
2396
2490
  .form-input-group.is-secondary .secondary-button {
2397
2491
  background: transparent;
2398
- border-color: var(--gray-2);
2492
+ border-color: var(--surface-stroke);
2399
2493
  box-shadow: none;
2400
2494
  }
2401
2495
  @media (hover: hover) {
2402
2496
  .form-input-group.is-secondary .secondary-button:hover {
2403
- background: var(--gray-3);
2497
+ background: var(--surface-stroke-hover);
2404
2498
  }
2405
2499
  }
2500
+ .form-input-group:has(*:disabled) {
2501
+ cursor: not-allowed;
2502
+ }
2503
+ .form-input-group:has(*:disabled) > * {
2504
+ pointer-events: none;
2505
+ }
2506
+ .form-input-group :is(.button[disabled]),
2507
+ .form-input-group :is(.button[aria-disabled=true]) {
2508
+ background: var(--surface-disabled);
2509
+ opacity: 1;
2510
+ }
2511
+ .form-input-group :is(.button[disabled]),
2512
+ .form-input-group :is(.button[disabled]) .button-icon,
2513
+ .form-input-group :is(.button[aria-disabled=true]),
2514
+ .form-input-group :is(.button[aria-disabled=true]) .button-icon {
2515
+ color: var(--foreground-secondary);
2516
+ }
2406
2517
 
2407
2518
  .form-date-input {
2408
2519
  cursor: default;
@@ -2446,23 +2557,23 @@
2446
2557
  cursor: pointer;
2447
2558
  }
2448
2559
  .form-select:not(.is-disabled) {
2449
- outline: 2px solid oklch(from var(--primary-7) l c h/0);
2560
+ outline: 2px solid rgb(from var(--primary-600) r g b/0);
2450
2561
  outline-offset: 0;
2451
2562
  }
2452
2563
  .form-select:not(.is-disabled):focus-visible, .form-select:not(.is-disabled):focus-within {
2453
- outline-color: var(--primary-7);
2564
+ outline-color: var(--primary-600);
2454
2565
  outline-offset: -1px;
2455
2566
  }
2456
2567
  @media (hover: hover) {
2457
2568
  .form-select:not(.is-disabled):hover {
2458
- border-color: var(--gray-4);
2569
+ border-color: var(--surface-stroke-hover);
2459
2570
  }
2460
2571
  }
2461
2572
  .form-select.is-disabled {
2462
2573
  cursor: not-allowed;
2463
2574
  }
2464
2575
  .form-select.is-focused {
2465
- outline-color: var(--primary-7);
2576
+ outline-color: var(--primary-600);
2466
2577
  outline-offset: -1px;
2467
2578
  }
2468
2579
  .form-select .badge {
@@ -2484,7 +2595,7 @@
2484
2595
  top: 0;
2485
2596
  height: 48px;
2486
2597
  margin-bottom: 9px;
2487
- background: var(--gray-0);
2598
+ background: var(--surface);
2488
2599
  border-top: 0;
2489
2600
  border-left: 0;
2490
2601
  border-right: 0;
@@ -2552,8 +2663,8 @@
2552
2663
  }
2553
2664
 
2554
2665
  .is-disabled .form-select-selected {
2555
- background: var(--gray-2);
2556
- border: 1px solid var(--gray-3);
2666
+ background: var(--surface-disabled);
2667
+ border: 1px solid var(--surface-stroke);
2557
2668
  color: var(--foreground-secondary);
2558
2669
  opacity: 1;
2559
2670
  }
@@ -2596,15 +2707,15 @@
2596
2707
  padding: 0;
2597
2708
  align-items: center;
2598
2709
  justify-content: center;
2599
- background: var(--gray-2);
2600
- border: 0;
2601
- border-radius: calc(var(--radius) / 2);
2602
- color: var(--primary-0);
2710
+ background: var(--gray-50);
2711
+ border: 1px solid var(--gray-200);
2712
+ border-radius: var(--radius-half);
2713
+ color: var(--primary-25);
2603
2714
  cursor: pointer;
2604
2715
  pointer-events: none;
2605
2716
  transition: 210ms var(--swift-out);
2606
- transition-property: background, color, outline-color, outline-offset;
2607
- outline: 2px solid oklch(from var(--primary-7) l c h/0);
2717
+ transition-property: background, border-color, color, outline-color, outline-offset;
2718
+ outline: 2px solid rgb(from var(--primary-600) r g b/0);
2608
2719
  outline-offset: 0;
2609
2720
  }
2610
2721
  .checkbox-element .icon {
@@ -2628,17 +2739,18 @@
2628
2739
  }
2629
2740
  @media (hover: hover) {
2630
2741
  .checkbox-native:hover + .checkbox-element {
2631
- background: var(--gray-3);
2742
+ background: var(--gray-100);
2632
2743
  }
2633
2744
  }
2634
2745
  .checkbox-native:is(:checked, :indeterminate) + .checkbox-element {
2635
- background: var(--primary-7);
2746
+ background: var(--primary-600);
2747
+ border-color: var(--primary-600);
2636
2748
  }
2637
2749
  .checkbox-native:is(:checked, :indeterminate) + .checkbox-element .icon {
2638
2750
  opacity: 1;
2639
2751
  }
2640
2752
  .checkbox-native:focus-visible + .checkbox-element {
2641
- outline-color: var(--primary-7);
2753
+ outline-color: var(--primary-600);
2642
2754
  outline-offset: 2px;
2643
2755
  }
2644
2756
 
@@ -2646,22 +2758,22 @@
2646
2758
  min-width: max-content;
2647
2759
  align-self: center;
2648
2760
  justify-self: center;
2649
- border: 1px solid var(--gray-2);
2761
+ border: 1px solid var(--surface-stroke);
2650
2762
  border-radius: var(--radius);
2651
2763
  box-shadow: var(--shadow-px);
2652
2764
  overflow: hidden;
2653
2765
  transition: 180ms var(--swift-out);
2654
- transition-property: outline-color, outline-offset;
2655
- outline: 2px solid oklch(from var(--primary-7) l c h/0);
2766
+ transition-property: border-color, outline-color, outline-offset;
2767
+ outline: 2px solid rgb(from var(--primary-600) r g b/0);
2656
2768
  outline-offset: 0;
2657
2769
  }
2658
2770
  .quantity-selector:focus-visible, .quantity-selector:focus-within {
2659
- outline-color: var(--primary-7);
2771
+ outline-color: var(--primary-600);
2660
2772
  outline-offset: 2px;
2661
2773
  }
2662
2774
  @media (hover: hover) {
2663
2775
  .quantity-selector:hover {
2664
- border-color: var(--gray-3);
2776
+ border-color: var(--surface-stroke-hover);
2665
2777
  }
2666
2778
  }
2667
2779
 
@@ -2689,7 +2801,7 @@
2689
2801
  text-align: center;
2690
2802
  }
2691
2803
  .quantity-selector-input:hover {
2692
- border-color: var(--gray-3);
2804
+ border-color: var(--surface-stroke-hover);
2693
2805
  }
2694
2806
  .quantity-selector-input, .quantity-selector-input:focus-visible, .quantity-selector-input:focus-within {
2695
2807
  outline: 0 !important;
@@ -2717,8 +2829,7 @@
2717
2829
  .pin-input-field {
2718
2830
  padding: 0;
2719
2831
  width: 2.7ch;
2720
- background-clip: padding-box;
2721
- border: 1px solid var(--gray-3);
2832
+ border: 1px solid var(--surface-stroke);
2722
2833
  border-radius: var(--radius);
2723
2834
  box-shadow: var(--shadow-px);
2724
2835
  font: inherit;
@@ -2732,20 +2843,20 @@
2732
2843
  .pin-input-enabled {
2733
2844
  }
2734
2845
  .pin-input-enabled .pin-input-field {
2735
- background-color: var(--gray-0);
2846
+ background-color: var(--surface);
2736
2847
  color: var(--foreground-prominent);
2737
- outline: 2px solid oklch(from var(--primary-7) l c h/0);
2848
+ outline: 2px solid rgb(from var(--primary-600) r g b/0);
2738
2849
  outline-offset: 0;
2739
2850
  }
2740
2851
  .pin-input-enabled .pin-input-field:focus-visible, .pin-input-enabled .pin-input-field:focus-within {
2741
- outline-color: var(--primary-7);
2852
+ outline-color: var(--primary-600);
2742
2853
  outline-offset: -1px;
2743
2854
  }
2744
2855
 
2745
2856
  .pin-input-disabled {
2746
2857
  }
2747
2858
  .pin-input-disabled .pin-input-field {
2748
- background-color: var(--gray-2);
2859
+ background-color: var(--surface-disabled);
2749
2860
  color: var(--foreground-secondary);
2750
2861
  cursor: not-allowed;
2751
2862
  }
@@ -2756,18 +2867,22 @@
2756
2867
  width: 54px;
2757
2868
  height: 30px;
2758
2869
  flex: 0 0 auto;
2759
- background: var(--gray-2);
2870
+ background: var(--gray-50);
2871
+ border: 1px solid var(--gray-200);
2760
2872
  border-radius: 99px;
2761
2873
  contain: paint;
2762
2874
  }
2875
+ .toggle.is-checked {
2876
+ border-color: transparent;
2877
+ }
2763
2878
  .toggle.is-checked .toggle-input::after {
2764
2879
  translate: 24px 0;
2765
2880
  }
2766
2881
  .toggle.is-checked:not(.is-switch) {
2767
- background: var(--primary-7);
2882
+ background: var(--primary-600);
2768
2883
  }
2769
2884
  .toggle.is-checked:not(.is-switch) .toggle-icon {
2770
- color: var(--primary-0);
2885
+ color: var(--primary-25);
2771
2886
  }
2772
2887
  .toggle.is-checked:not(.is-switch) .toggle-input::after {
2773
2888
  border-color: transparent;
@@ -2812,24 +2927,23 @@
2812
2927
  border-radius: inherit;
2813
2928
  cursor: pointer;
2814
2929
  outline: 0;
2815
- outline: 2px solid oklch(from var(--primary-7) l c h/0);
2930
+ outline: 2px solid rgb(from var(--primary-600) r g b/0);
2816
2931
  outline-offset: 0;
2817
2932
  }
2818
2933
  .toggle-input:focus-visible {
2819
- outline-color: var(--primary-7);
2934
+ outline-color: var(--primary-600);
2820
2935
  outline-offset: 2px;
2821
2936
  }
2822
2937
  .toggle-input::after {
2823
2938
  position: absolute;
2824
2939
  display: block;
2825
- top: 3px;
2826
- left: 3px;
2940
+ top: 2px;
2941
+ left: 2px;
2827
2942
  height: 24px;
2828
2943
  width: 24px;
2829
2944
  content: "";
2830
- background: var(--gray-0);
2831
- background-clip: padding-box;
2832
- border: 1px solid var(--gray-3);
2945
+ background: var(--surface);
2946
+ border: 1px solid var(--surface-stroke);
2833
2947
  border-radius: 99px;
2834
2948
  box-shadow: var(--shadow-sm);
2835
2949
  }
@@ -2844,7 +2958,7 @@
2844
2958
  max-height: 50dvh;
2845
2959
  max-width: 100%;
2846
2960
  padding: 9px;
2847
- width: 330px;
2961
+ width: 300px;
2848
2962
  overflow: auto;
2849
2963
  scrollbar-width: none;
2850
2964
  transition: height 150ms var(--deceleration-curve);
@@ -2879,8 +2993,8 @@
2879
2993
  margin: -9px -9px 3px;
2880
2994
  padding: 9px;
2881
2995
  top: -9px;
2882
- background: var(--gray-0);
2883
- border-bottom: 1px solid var(--gray-2);
2996
+ background: var(--surface);
2997
+ border-bottom: 1px solid var(--surface-stroke);
2884
2998
  z-index: 2;
2885
2999
  }
2886
3000
  .filter-header:first-child {
@@ -2906,8 +3020,19 @@
2906
3020
  top: 52px;
2907
3021
  margin: -9px -9px 0;
2908
3022
  padding: 9px;
2909
- background: linear-gradient(to bottom, var(--gray-0) 75%, transparent);
3023
+ background: linear-gradient(to bottom, var(--surface) 75%, transparent);
2910
3024
  z-index: 1;
3025
+ }
3026
+
3027
+ .filter-bar {
3028
+ display: flex;
3029
+ flex-flow: row nowrap;
3030
+ flex-grow: 1;
3031
+ gap: 15px;
3032
+ }
3033
+
3034
+ .filter-bar-search {
3035
+ max-width: 300px;
2911
3036
  }.slider {
2912
3037
  position: relative;
2913
3038
  display: flex;
@@ -2929,9 +3054,9 @@
2929
3054
  height: 24px;
2930
3055
  width: 24px;
2931
3056
  padding: 0;
2932
- background: var(--gray-0);
3057
+ background: var(--surface);
2933
3058
  background-clip: padding-box;
2934
- border: 1px solid oklch(from var(--gray-11) l c h/0.05);
3059
+ border: 1px solid var(--surface-stroke-out);
2935
3060
  border-radius: 99px;
2936
3061
  box-shadow: var(--shadow-sm);
2937
3062
  cursor: grab;
@@ -2939,20 +3064,20 @@
2939
3064
  translate: -50% -50%;
2940
3065
  transition: 180ms var(--swift-out);
2941
3066
  transition-property: outline-color, outline-offset;
2942
- outline: 2px solid oklch(from var(--primary-7) l c h/0);
3067
+ outline: 2px solid rgb(from var(--primary-600) r g b/0);
2943
3068
  outline-offset: 0;
2944
3069
  }
2945
3070
  .slider-thumb:focus-visible {
2946
- outline-color: var(--primary-7);
3071
+ outline-color: var(--primary-600);
2947
3072
  outline-offset: 2px;
2948
3073
  }
2949
3074
  @media (hover: hover) {
2950
3075
  .slider-thumb:hover {
2951
- background-color: var(--gray-1);
3076
+ background-color: var(--surface-hover);
2952
3077
  }
2953
3078
  }
2954
3079
  .slider-thumb.is-disabled {
2955
- background-color: var(--gray-1);
3080
+ background-color: var(--surface-disabled);
2956
3081
  box-shadow: none;
2957
3082
  pointer-events: none;
2958
3083
  }
@@ -2964,9 +3089,9 @@
2964
3089
  .slider-track {
2965
3090
  position: relative;
2966
3091
  height: 12px;
2967
- background: var(--gray-2);
2968
- border-radius: calc(var(--radius) / 2);
2969
- box-shadow: inset 0 0 0 1px var(--gray-3);
3092
+ background: var(--gray-50);
3093
+ border-radius: var(--radius-half);
3094
+ box-shadow: inset 0 0 0 1px var(--surface-stroke);
2970
3095
  }
2971
3096
 
2972
3097
  .slider-track-value {
@@ -2974,12 +3099,12 @@
2974
3099
  display: block;
2975
3100
  top: 0;
2976
3101
  height: inherit;
2977
- background: var(--primary-7);
3102
+ background: var(--primary-600);
2978
3103
  border-radius: inherit;
2979
3104
  }
2980
3105
 
2981
3106
  .slider.is-disabled .slider-track-value {
2982
- background: var(--gray-4);
3107
+ background: var(--gray-300);
2983
3108
  }
2984
3109
 
2985
3110
  .tick {
@@ -2988,7 +3113,7 @@
2988
3113
  bottom: 0;
2989
3114
  height: 9px;
2990
3115
  width: 2px;
2991
- background: var(--gray-4);
3116
+ background: var(--gray-300);
2992
3117
  border-radius: 99px;
2993
3118
  color: var(--foreground-prominent);
2994
3119
  font-size: 10px;
@@ -3064,11 +3189,11 @@
3064
3189
  .divider-line {
3065
3190
  height: 1px;
3066
3191
  content: "";
3067
- background: var(--gray-2);
3192
+ background: var(--gray-100);
3068
3193
  }
3069
3194
 
3070
3195
  .separator {
3071
- background: var(--gray-2);
3196
+ background: var(--gray-200);
3072
3197
  }
3073
3198
 
3074
3199
  .separator-horizontal {
@@ -3108,7 +3233,7 @@
3108
3233
  }
3109
3234
  @media (hover: hover) {
3110
3235
  .calendar-current-value:hover {
3111
- color: var(--primary-7);
3236
+ color: var(--primary-600);
3112
3237
  }
3113
3238
  }
3114
3239
 
@@ -3127,12 +3252,12 @@
3127
3252
  gap: 1px;
3128
3253
  grid-template-columns: repeat(7, 1fr);
3129
3254
  grid-template-rows: min-content repeat(6, auto);
3130
- background: var(--gray-1);
3255
+ background: var(--gray-100);
3131
3256
  }
3132
3257
 
3133
3258
  .calendar-cell {
3134
3259
  padding: 12px 21px;
3135
- background: var(--gray-0);
3260
+ background: var(--gray-25);
3136
3261
  }
3137
3262
 
3138
3263
  .calendar-day {
@@ -3152,7 +3277,7 @@
3152
3277
  padding-bottom: 39px;
3153
3278
  }
3154
3279
  .calendar-entry.is-disabled {
3155
- background: oklch(from var(--gray-0) l c h/0.5);
3280
+ background: var(--gray-50);
3156
3281
  color: var(--foreground-secondary);
3157
3282
  pointer-events: none;
3158
3283
  }
@@ -3184,9 +3309,9 @@
3184
3309
  margin-left: -9px;
3185
3310
  margin-right: -9px;
3186
3311
  padding: 6px 9px;
3187
- background: var(--primary-2);
3312
+ background: var(--primary-100);
3188
3313
  border: 0;
3189
- color: var(--primary-9);
3314
+ color: var(--primary-800);
3190
3315
  cursor: pointer;
3191
3316
  font-size: 14px;
3192
3317
  line-height: 1.3em;
@@ -3198,7 +3323,7 @@
3198
3323
  -webkit-box-orient: vertical;
3199
3324
  }
3200
3325
  .calendar-event.is-single {
3201
- border-radius: calc(var(--radius) / 2);
3326
+ border-radius: var(--radius-half);
3202
3327
  }
3203
3328
  .calendar-event.is-middle {
3204
3329
  margin-left: -22px;
@@ -3206,20 +3331,20 @@
3206
3331
  }
3207
3332
  .calendar-event.is-start {
3208
3333
  margin-right: -21px;
3209
- border-top-left-radius: calc(var(--radius) / 2);
3210
- border-bottom-left-radius: calc(var(--radius) / 2);
3334
+ border-top-left-radius: var(--radius-half);
3335
+ border-bottom-left-radius: var(--radius-half);
3211
3336
  }
3212
3337
  .calendar-event.is-end {
3213
3338
  margin-left: -21px;
3214
- border-top-right-radius: calc(var(--radius) / 2);
3215
- border-bottom-right-radius: calc(var(--radius) / 2);
3339
+ border-top-right-radius: var(--radius-half);
3340
+ border-bottom-right-radius: var(--radius-half);
3216
3341
  }
3217
3342
  .calendar-event:not(.is-single):not(.is-start) span {
3218
3343
  opacity: 0;
3219
3344
  }
3220
3345
  @media (hover: hover) {
3221
3346
  .calendar-event:hover {
3222
- background: var(--primary-3);
3347
+ background: var(--primary-200);
3223
3348
  }
3224
3349
  }.date-picker {
3225
3350
  display: flex;
@@ -3243,8 +3368,8 @@
3243
3368
  display: flex;
3244
3369
  top: 0;
3245
3370
  align-items: center;
3246
- background: var(--gray-1);
3247
- border-bottom: 1px solid var(--gray-2);
3371
+ background: var(--gray-50);
3372
+ border-bottom: 1px solid var(--surface-stroke);
3248
3373
  z-index: 1;
3249
3374
  }
3250
3375
 
@@ -3274,7 +3399,7 @@
3274
3399
  }
3275
3400
  @media (hover: hover) {
3276
3401
  .date-picker-header-view-button:hover {
3277
- color: var(--primary-7);
3402
+ color: var(--primary-600);
3278
3403
  }
3279
3404
  }
3280
3405
 
@@ -3296,7 +3421,7 @@
3296
3421
  }
3297
3422
  @media (hover: hover) {
3298
3423
  .date-picker-date:hover {
3299
- background: var(--gray-2);
3424
+ background: var(--gray-100);
3300
3425
  color: var(--foreground-prominent);
3301
3426
  }
3302
3427
  }
@@ -3308,18 +3433,18 @@
3308
3433
  font-weight: 500;
3309
3434
  }
3310
3435
  .date-picker-date.is-selected {
3311
- background: var(--primary-7);
3312
- color: var(--primary-1);
3436
+ background: var(--primary-600);
3437
+ color: var(--primary-50);
3313
3438
  font-weight: 700;
3314
3439
  }
3315
3440
  .date-picker-date.is-range-entry {
3316
- background: var(--primary-3);
3441
+ background: var(--primary-200);
3317
3442
  border-radius: 0;
3318
- color: var(--primary-11);
3443
+ color: var(--primary-950);
3319
3444
  }
3320
3445
  .date-picker-date.is-range-end, .date-picker-date.is-range-start {
3321
- background: var(--primary-7);
3322
- color: var(--primary-1);
3446
+ background: var(--primary-600);
3447
+ color: var(--primary-50);
3323
3448
  font-weight: 700;
3324
3449
  }
3325
3450
  .date-picker-date.is-range-entry:nth-child(7n+8), .date-picker-date.is-range-start {
@@ -3331,12 +3456,12 @@
3331
3456
  border-bottom-right-radius: var(--radius);
3332
3457
  }
3333
3458
  .date-picker-date.is-selection-entry {
3334
- background: var(--gray-2);
3459
+ background: var(--gray-100);
3335
3460
  border-radius: 0;
3336
3461
  color: var(--foreground-prominent);
3337
3462
  }
3338
3463
  .date-picker-date.is-selection-end, .date-picker-date.is-selection-start {
3339
- background: var(--gray-3);
3464
+ background: var(--gray-200);
3340
3465
  font-weight: 700;
3341
3466
  }
3342
3467
  .date-picker-date.is-selection-entry:nth-child(7n+8), .date-picker-date.is-selection-start {
@@ -3390,8 +3515,8 @@
3390
3515
  align-items: center;
3391
3516
  flex-grow: 0;
3392
3517
  gap: 9px;
3393
- background: var(--gray-1);
3394
- border: 1px solid var(--gray-2);
3518
+ background: var(--gray-50);
3519
+ border: 1px solid var(--gray-200);
3395
3520
  border-radius: 99px;
3396
3521
  color: var(--foreground);
3397
3522
  transition: 180ms var(--swift-out);
@@ -3399,28 +3524,26 @@
3399
3524
  }
3400
3525
  .chip.is-selectable {
3401
3526
  cursor: pointer;
3402
- outline: 2px solid oklch(from var(--primary-7) l c h/0);
3527
+ outline: 2px solid rgb(from var(--primary-600) r g b/0);
3403
3528
  outline-offset: 0;
3404
3529
  }
3405
3530
  .chip.is-selectable:focus-visible {
3406
- outline-color: var(--primary-7);
3531
+ outline-color: var(--primary-600);
3407
3532
  outline-offset: 2px;
3408
3533
  }
3409
3534
  @media (hover: hover) {
3410
3535
  .chip.is-selectable:hover {
3411
- background: var(--gray-2);
3412
- border-color: var(--gray-3);
3536
+ background: var(--gray-100);
3413
3537
  }
3414
3538
  }
3415
3539
  .chip.is-selected {
3416
- background: var(--primary-2);
3417
- border-color: var(--primary-3);
3418
- color: var(--primary-7);
3540
+ background: var(--primary-50);
3541
+ border-color: var(--primary-200);
3542
+ color: var(--primary-600);
3419
3543
  }
3420
3544
  @media (hover: hover) {
3421
3545
  .chip.is-selected:hover {
3422
- background: var(--primary-3);
3423
- border-color: var(--primary-4);
3546
+ background: var(--primary-100);
3424
3547
  }
3425
3548
  }
3426
3549
  .chip :is(span) {
@@ -3463,8 +3586,8 @@
3463
3586
  .comment-content {
3464
3587
  min-width: 0;
3465
3588
  padding: 12px 18px;
3466
- background: linear-gradient(to bottom, var(--gray-0), var(--gray-1));
3467
- border: 1px solid var(--gray-2);
3589
+ background: linear-gradient(to bottom, var(--gray-25), var(--gray-50));
3590
+ border: 1px solid var(--gray-200);
3468
3591
  border-radius: calc(var(--radius) * 2);
3469
3592
  box-shadow: var(--shadow-xs);
3470
3593
  }
@@ -3474,8 +3597,8 @@
3474
3597
  }
3475
3598
 
3476
3599
  .comment.is-received .comment-content {
3477
- background: linear-gradient(to bottom, var(--gray-1), var(--gray-2));
3478
- border-color: var(--gray-3);
3600
+ background: linear-gradient(to bottom, var(--gray-50), var(--gray-100));
3601
+ border-color: var(--gray-200);
3479
3602
  border-bottom-left-radius: var(--radius);
3480
3603
  }
3481
3604
 
@@ -3508,40 +3631,40 @@
3508
3631
  }
3509
3632
 
3510
3633
  [dark] .comment-content {
3511
- background: linear-gradient(to bottom, var(--gray-1), var(--gray-0));
3634
+ background: linear-gradient(to bottom, var(--gray-50), var(--gray-25));
3512
3635
  }
3513
3636
 
3514
3637
  [dark] .comment.is-received .comment-content {
3515
- background: linear-gradient(to bottom, var(--gray-2), var(--gray-1));
3638
+ background: linear-gradient(to bottom, var(--gray-100), var(--gray-50));
3516
3639
  }
3517
3640
 
3518
3641
  @keyframes comment-typing {
3519
3642
  0%, 80%, 100% {
3520
- background: var(--gray-3);
3521
- box-shadow: -9px 0 var(--gray-3), 9px 0 var(--gray-3);
3643
+ background: var(--gray-200);
3644
+ box-shadow: -9px 0 var(--gray-200), 9px 0 var(--gray-200);
3522
3645
  translate: 0 0;
3523
3646
  }
3524
3647
  20% {
3525
- background: var(--gray-3);
3526
- box-shadow: -9px -4px var(--gray-5), 9px 0 var(--gray-3);
3648
+ background: var(--gray-200);
3649
+ box-shadow: -9px -4px var(--gray-300), 9px 0 var(--gray-200);
3527
3650
  translate: 0 0;
3528
3651
  }
3529
3652
  40% {
3530
- background: var(--gray-5);
3531
- box-shadow: -9px 4px var(--gray-3), 9px 4px var(--gray-3);
3653
+ background: var(--gray-300);
3654
+ box-shadow: -9px 4px var(--gray-200), 9px 4px var(--gray-200);
3532
3655
  translate: 0 -4px;
3533
3656
  }
3534
3657
  60% {
3535
- background: var(--gray-3);
3536
- box-shadow: -9px 0 var(--gray-3), 9px -4px var(--gray-5);
3658
+ background: var(--gray-200);
3659
+ box-shadow: -9px 0 var(--gray-200), 9px -4px var(--gray-300);
3537
3660
  translate: 0 0;
3538
3661
  }
3539
3662
  }.coordinate-picker {
3540
3663
  position: relative;
3541
3664
  aspect-ratio: 5/3;
3542
- background: var(--gray-1);
3543
- border: 1px solid oklch(from var(--gray-11) l c h/0.05);
3544
- border-radius: calc(var(--radius) / 2);
3665
+ background: var(--gray-50);
3666
+ border: 1px solid var(--surface-stroke-out);
3667
+ border-radius: var(--radius-half);
3545
3668
  z-index: 0;
3546
3669
  }
3547
3670
 
@@ -3579,7 +3702,7 @@
3579
3702
  }
3580
3703
  .color-picker-preview::after {
3581
3704
  background: var(--color);
3582
- box-shadow: inset 0 0 0 1px oklch(from var(--gray-11) l c h/0.05);
3705
+ box-shadow: inset 0 0 0 1px var(--surface-stroke-out);
3583
3706
  }
3584
3707
 
3585
3708
  .color-picker-saturation {
@@ -3597,7 +3720,7 @@
3597
3720
  }
3598
3721
  .color-picker-saturation::after {
3599
3722
  background: linear-gradient(to top, black, transparent);
3600
- box-shadow: inset 0 0 0 1px oklch(from var(--gray-11) l c h/0.05);
3723
+ box-shadow: inset 0 0 0 1px var(--surface-stroke-out);
3601
3724
  }
3602
3725
 
3603
3726
  .color-picker-slider {
@@ -3684,8 +3807,8 @@
3684
3807
  }
3685
3808
 
3686
3809
  .color-select-custom {
3687
- background: var(--gray-1);
3688
- border: 1px solid var(--gray-2);
3810
+ background: var(--gray-50);
3811
+ border: 1px solid var(--gray-200);
3689
3812
  }
3690
3813
 
3691
3814
  .color-select-custom-picker {
@@ -3724,7 +3847,7 @@
3724
3847
  }
3725
3848
 
3726
3849
  .pagination-button-arrow.secondary-button {
3727
- border-color: var(--gray-2);
3850
+ border-color: var(--surface-stroke);
3728
3851
  }
3729
3852
  .pagination-button-arrow:first-child {
3730
3853
  margin-right: 6px;
@@ -3734,8 +3857,8 @@
3734
3857
  }
3735
3858
 
3736
3859
  .pagination-button.pagination-button-current {
3737
- background: var(--primary-1);
3738
- border-color: var(--primary-3);
3860
+ background: var(--primary-50);
3861
+ border-color: var(--primary-200);
3739
3862
  }
3740
3863
 
3741
3864
  .pagination-button-spacer {
@@ -3825,7 +3948,7 @@
3825
3948
  .table-cell {
3826
3949
  height: 0;
3827
3950
  padding: 0;
3828
- border: 0 solid var(--gray-2);
3951
+ border: 0 solid var(--gray-100);
3829
3952
  }
3830
3953
  @-moz-document url-prefix() {
3831
3954
  .table-cell {
@@ -3841,7 +3964,7 @@
3841
3964
  }
3842
3965
 
3843
3966
  .table-header {
3844
- border-bottom: 2px solid var(--gray-2);
3967
+ border-bottom: 2px solid var(--gray-100);
3845
3968
  color: var(--foreground-prominent);
3846
3969
  }
3847
3970
  .table-header.is-shrinking {
@@ -3851,7 +3974,7 @@
3851
3974
  .table-header.is-sticky {
3852
3975
  position: sticky;
3853
3976
  top: 0;
3854
- background: var(--gray-1);
3977
+ background: var(--gray-50);
3855
3978
  z-index: 1;
3856
3979
  }
3857
3980
 
@@ -3861,17 +3984,17 @@
3861
3984
  }
3862
3985
 
3863
3986
  tbody .table-row:nth-child(even) .table-cell.is-striped {
3864
- background: oklch(from var(--gray-1) l c h/0.5);
3987
+ background: rgb(from var(--gray-50) r g b/0.5);
3865
3988
  }
3866
3989
 
3867
3990
  @media (hover: hover) {
3868
3991
  tbody .table-row:hover .table-cell.is-hoverable,
3869
3992
  tbody .table-row:has(:focus-visible) .table-cell.is-hoverable {
3870
- background: var(--gray-1);
3993
+ background: var(--gray-50);
3871
3994
  }
3872
3995
  }
3873
3996
  tfoot .table-cell {
3874
- border-top: 1px solid var(--gray-2);
3997
+ border-top: 1px solid var(--gray-100);
3875
3998
  }
3876
3999
 
3877
4000
  .table-cell + .table-cell.is-bordered {
@@ -3898,8 +4021,8 @@ tfoot .table-cell {
3898
4021
 
3899
4022
  .table-bar {
3900
4023
  position: relative;
3901
- background: var(--gray-1);
3902
- box-shadow: 0 0 24px var(--gray-1), 0 0 18px var(--gray-1), 0 0 12px var(--gray-1), 0 0 9px var(--gray-1), 0 0 6px var(--gray-1), 0 0 3px var(--gray-1);
4024
+ background: var(--gray-50);
4025
+ box-shadow: 0 0 24px var(--gray-50), 0 0 24px var(--gray-50), 0 0 24px var(--gray-50), 0 0 24px var(--gray-50), 0 0 24px var(--gray-50), 0 0 24px var(--gray-50);
3903
4026
  z-index: 2;
3904
4027
  }
3905
4028
 
@@ -3910,18 +4033,14 @@ tfoot .table-cell {
3910
4033
  flex-flow: row nowrap;
3911
4034
  gap: 15px;
3912
4035
  }
3913
- .table-bar-content > .form-input {
3914
- max-width: 300px;
3915
- min-width: 210px;
3916
- }
3917
4036
 
3918
4037
  .table-pagination {
3919
4038
  position: sticky;
3920
4039
  bottom: 0;
3921
4040
  margin-top: auto;
3922
4041
  margin-bottom: -1px;
3923
- background: var(--gray-0);
3924
- border-top: 1px solid var(--gray-2);
4042
+ background: var(--surface);
4043
+ border-top: 1px solid var(--gray-100);
3925
4044
  translate: 0 -1px;
3926
4045
  z-index: 100;
3927
4046
  }
@@ -3936,14 +4055,14 @@ tfoot .table-cell {
3936
4055
  justify-content: center;
3937
4056
  background: unset;
3938
4057
  border: 0;
3939
- border-radius: calc(var(--radius) / 2);
4058
+ border-radius: var(--radius-half);
3940
4059
  color: var(--foreground-secondary);
3941
4060
  cursor: pointer;
3942
4061
  outline: 0;
3943
4062
  }
3944
4063
  @media (hover: hover) {
3945
4064
  .table-sort:hover {
3946
- background: var(--gray-2);
4065
+ background: var(--gray-100);
3947
4066
  color: var(--foreground);
3948
4067
  }
3949
4068
  }
@@ -3962,7 +4081,7 @@ tfoot .table-cell {
3962
4081
 
3963
4082
  .base-pane-structure > .table :is(caption) {
3964
4083
  padding: 12px 21px;
3965
- border-top: 1px solid var(--gray-3);
4084
+ border-top: 1px solid var(--gray-100);
3966
4085
  }
3967
4086
 
3968
4087
  .base-pane-structure > .table .table-loader {
@@ -3990,8 +4109,8 @@ tfoot .table-cell {
3990
4109
  --dz-width: calc(100% + 6px);
3991
4110
  }
3992
4111
  .drop-zone:has(.drop-zone-content > .placeholder) {
3993
- --dz-fill: var(--gray-1);
3994
- --dz-stroke: var(--gray-3);
4112
+ --dz-fill: var(--gray-50);
4113
+ --dz-stroke: var(--gray-200);
3995
4114
  }
3996
4115
 
3997
4116
  .drop-zone {
@@ -4042,11 +4161,11 @@ tfoot .table-cell {
4042
4161
  }
4043
4162
 
4044
4163
  .is-dragging .drop-zone-content {
4045
- --dz-stroke: var(--primary-7);
4164
+ --dz-stroke: var(--primary-600);
4046
4165
  }
4047
4166
 
4048
4167
  .is-dragging-over .drop-zone-content:has(.placeholder) {
4049
- --dz-fill: var(--primary-2);
4168
+ --dz-fill: var(--primary-100);
4050
4169
  }
4051
4170
  .is-dragging-over .drop-zone-content .drop-zone-border rect {
4052
4171
  animation: drop-zone-border-animation 480ms linear infinite both;
@@ -4058,7 +4177,7 @@ tfoot .table-cell {
4058
4177
  inset: var(--dz-inset);
4059
4178
  align-items: center;
4060
4179
  justify-content: center;
4061
- background: oklch(from var(--gray-1) l c h/0.84);
4180
+ background: rgb(from var(--gray-50) r g b/0.84);
4062
4181
  backdrop-filter: blur(3px) saturate(180%);
4063
4182
  border-radius: var(--dz-radius);
4064
4183
  z-index: 100;
@@ -4091,16 +4210,16 @@ tfoot .table-cell {
4091
4210
  transition: background 180ms var(--swift-out);
4092
4211
  transition-property: background, outline-color, outline-offset;
4093
4212
  z-index: 1;
4094
- outline: 2px solid oklch(from var(--primary-7) l c h/0);
4213
+ outline: 2px solid rgb(from var(--primary-600) r g b/0);
4095
4214
  outline-offset: 0;
4096
4215
  }
4097
4216
  .expandable-header:focus-visible {
4098
- outline-color: var(--primary-7);
4217
+ outline-color: var(--primary-600);
4099
4218
  outline-offset: 0;
4100
4219
  }
4101
4220
  @media (hover: hover) {
4102
4221
  .expandable-header:hover {
4103
- background: var(--gray-1);
4222
+ background: var(--surface-hover);
4104
4223
  }
4105
4224
  }
4106
4225
  .expandable-header :is(span) {
@@ -4150,13 +4269,13 @@ tfoot .table-cell {
4150
4269
  flex-flow: column;
4151
4270
  }
4152
4271
  .expandable-group .expandable + .expandable {
4153
- border-top: 1px solid var(--gray-2);
4272
+ border-top: 1px solid var(--surface-stroke);
4154
4273
  }
4155
4274
  .expandable-group:not(:first-child) {
4156
- border-top: 1px solid var(--gray-2);
4275
+ border-top: 1px solid var(--surface-stroke);
4157
4276
  }
4158
4277
  .expandable-group:not(:last-child) {
4159
- border-bottom: 1px solid var(--gray-2);
4278
+ border-bottom: 1px solid var(--surface-stroke);
4160
4279
  }
4161
4280
 
4162
4281
  .base-pane > .expandable-group:first-child .expandable:first-child .expandable-header {
@@ -4199,6 +4318,39 @@ tfoot .table-cell {
4199
4318
  .fader-item :is(img):not(.focal-point-image) {
4200
4319
  object-fit: cover;
4201
4320
  object-position: center;
4321
+ }.overflow-bar {
4322
+ display: flex;
4323
+ flex-basis: 0;
4324
+ flex-grow: 2;
4325
+ overflow: hidden;
4326
+ }
4327
+ .overflow-bar.align-start {
4328
+ justify-content: flex-start;
4329
+ }
4330
+ .overflow-bar.align-center {
4331
+ justify-content: center;
4332
+ }
4333
+ .overflow-bar.align-end {
4334
+ justify-content: flex-end;
4335
+ }
4336
+
4337
+ .overflow-bar-horizontal {
4338
+ flex-flow: row nowrap;
4339
+ }
4340
+
4341
+ .overflow-bar-vertical {
4342
+ flex-flow: column nowrap;
4343
+ }
4344
+
4345
+ .overflow-bar-measurer {
4346
+ position: absolute;
4347
+ overflow: hidden;
4348
+ pointer-events: none;
4349
+ visibility: hidden;
4350
+ }
4351
+
4352
+ .overflow-bar-overflow {
4353
+ display: contents;
4202
4354
  }.focal-point-image {
4203
4355
  object-fit: cover;
4204
4356
  }
@@ -4286,17 +4438,17 @@ tfoot .table-cell {
4286
4438
  width: 27px;
4287
4439
  align-items: center;
4288
4440
  justify-content: center;
4289
- background: var(--danger-7);
4290
- border: 3px solid var(--gray-0);
4441
+ background: var(--danger-600);
4442
+ border: 3px solid var(--surface);
4291
4443
  border-radius: 99px;
4292
- color: var(--danger-0);
4444
+ color: var(--danger-25);
4293
4445
  cursor: pointer;
4294
4446
  transition: 300ms var(--swift-out);
4295
4447
  transition-property: background, opacity, scale;
4296
4448
  }
4297
4449
  @media (hover: hover) {
4298
4450
  .remove:hover {
4299
- background: var(--danger-8);
4451
+ background: var(--danger-700);
4300
4452
  }
4301
4453
  }
4302
4454
  .remove.is-hidden {
@@ -4310,8 +4462,8 @@ tfoot .table-cell {
4310
4462
  flex: 1 0 auto;
4311
4463
  flex-flow: column;
4312
4464
  justify-content: center;
4313
- background: var(--gray-1);
4314
- border: 2px dashed var(--gray-3);
4465
+ background: var(--gray-50);
4466
+ border: 2px dashed var(--gray-200);
4315
4467
  border-radius: var(--radius);
4316
4468
  text-align: center;
4317
4469
  user-select: none;
@@ -4321,7 +4473,7 @@ tfoot .table-cell {
4321
4473
  }
4322
4474
  @media (hover: hover) {
4323
4475
  .placeholder.is-button:hover {
4324
- background: var(--gray-2);
4476
+ background: var(--gray-100);
4325
4477
  }
4326
4478
  }
4327
4479
  .placeholder.is-extended {
@@ -4362,7 +4514,7 @@ tfoot .table-cell {
4362
4514
  }
4363
4515
 
4364
4516
  .placeholder-icon {
4365
- color: var(--primary-7);
4517
+ color: var(--primary-600);
4366
4518
  font-size: 20px;
4367
4519
  }.gallery {
4368
4520
  --dz-fill: transparent;
@@ -4382,12 +4534,12 @@ tfoot .table-cell {
4382
4534
  .gallery-add {
4383
4535
  position: relative;
4384
4536
  aspect-ratio: 1/1;
4385
- color: var(--gray-7);
4537
+ color: var(--foreground-secondary);
4386
4538
  }
4387
4539
  @media (hover: hover) {
4388
4540
  .gallery-add:hover {
4389
- background: var(--gray-2);
4390
- border-color: var(--gray-3);
4541
+ background: var(--gray-100);
4542
+ border-color: var(--gray-200);
4391
4543
  }
4392
4544
  }
4393
4545
 
@@ -4422,7 +4574,7 @@ tfoot .table-cell {
4422
4574
  inset: 1px;
4423
4575
  align-items: center;
4424
4576
  justify-content: center;
4425
- backdrop-filter: blur(2px) saturate(180%);
4577
+ backdrop-filter: blur(3px) saturate(180%);
4426
4578
  background: rgba(0, 0, 0, 0.25);
4427
4579
  border-radius: calc(var(--radius) - 1px);
4428
4580
  z-index: 0;
@@ -4471,14 +4623,68 @@ tfoot .table-cell {
4471
4623
  gap: 15px;
4472
4624
  }
4473
4625
  .info > .icon {
4474
- margin-top: 1px;
4626
+ margin-top: 3px;
4475
4627
  flex-shrink: 0;
4476
- color: var(--primary-7);
4628
+ color: var(--primary-600);
4477
4629
  }
4478
4630
 
4479
4631
  .info-body {
4480
4632
  align-items: center;
4481
- line-height: 1.5;
4633
+ }.item {
4634
+ display: flex;
4635
+ flex-flow: row nowrap;
4636
+ gap: 21px;
4637
+ }
4638
+
4639
+ .item-actions {
4640
+ flex-shrink: 0;
4641
+ }
4642
+
4643
+ .item-content {
4644
+ display: flex;
4645
+ flex-flow: column;
4646
+ gap: 3px;
4647
+ }
4648
+
4649
+ .item-media {
4650
+ flex-shrink: 0;
4651
+ }
4652
+
4653
+ .item-media > img {
4654
+ height: 48px;
4655
+ width: 48px;
4656
+ object-fit: cover;
4657
+ object-position: center;
4658
+ }
4659
+
4660
+ .item-media > .avatar {
4661
+ font-size: 48px;
4662
+ }
4663
+
4664
+ .item-media > .icon {
4665
+ font-size: 24px;
4666
+ }
4667
+
4668
+ .item-media > .icon-boxed {
4669
+ font-size: 48px;
4670
+ }
4671
+
4672
+ .item-stack {
4673
+ position: relative;
4674
+ }
4675
+ .item-stack .item + .item {
4676
+ margin-top: 21px;
4677
+ padding-top: 21px;
4678
+ border-top: 1px solid var(--surface-stroke);
4679
+ }
4680
+
4681
+ .base-pane-structure > .item,
4682
+ .base-pane-structure > .item-stack > .item {
4683
+ padding: 21px;
4684
+ }
4685
+
4686
+ .base-pane-structure > .item-stack > .item {
4687
+ margin: 0;
4482
4688
  }.legend-horizontal {
4483
4689
  gap: 12px 21px;
4484
4690
  }
@@ -4599,12 +4805,12 @@ tfoot .table-cell {
4599
4805
  }
4600
4806
 
4601
4807
  .notice-gray {
4602
- background: var(--gray-1);
4603
- border-color: var(--gray-2);
4808
+ background: var(--gray-50);
4809
+ border-color: var(--gray-200);
4604
4810
  color: var(--foreground);
4605
4811
  }
4606
4812
  .notice-gray .notice-close {
4607
- background: var(--gray-3);
4813
+ background: var(--gray-200);
4608
4814
  }
4609
4815
  .notice-gray .notice-prefix,
4610
4816
  .notice-gray .notice-title {
@@ -4612,118 +4818,118 @@ tfoot .table-cell {
4612
4818
  }
4613
4819
 
4614
4820
  .notice-primary {
4615
- background: var(--primary-2);
4616
- border-color: var(--primary-3);
4617
- color: var(--primary-11);
4821
+ background: var(--primary-100);
4822
+ border-color: var(--primary-200);
4823
+ color: var(--primary-950);
4618
4824
  }
4619
4825
  .notice-primary .notice-close {
4620
- background: var(--primary-3);
4826
+ background: var(--primary-200);
4621
4827
  }
4622
4828
  .notice-primary .notice-prefix,
4623
4829
  .notice-primary .notice-title {
4624
- color: var(--primary-7);
4830
+ color: var(--primary-600);
4625
4831
  }
4626
4832
  .notice-primary .button {
4627
- border-color: var(--primary-4);
4833
+ border-color: var(--primary-300);
4628
4834
  }
4629
4835
  .notice-primary .spinner-track {
4630
- stroke: var(--primary-3);
4836
+ stroke: var(--primary-200);
4631
4837
  }
4632
4838
  .notice-primary .spinner-effect,
4633
4839
  .notice-primary .spinner-value {
4634
- stroke: var(--primary-7);
4840
+ stroke: var(--primary-600);
4635
4841
  }
4636
4842
 
4637
4843
  .notice-danger {
4638
- background: var(--danger-2);
4639
- border-color: var(--danger-3);
4640
- color: var(--danger-11);
4844
+ background: var(--danger-100);
4845
+ border-color: var(--danger-200);
4846
+ color: var(--danger-950);
4641
4847
  }
4642
4848
  .notice-danger .notice-close {
4643
- background: var(--danger-3);
4849
+ background: var(--danger-200);
4644
4850
  }
4645
4851
  .notice-danger .notice-prefix,
4646
4852
  .notice-danger .notice-title {
4647
- color: var(--danger-7);
4853
+ color: var(--danger-600);
4648
4854
  }
4649
4855
  .notice-danger .button {
4650
- border-color: var(--danger-4);
4856
+ border-color: var(--danger-300);
4651
4857
  }
4652
4858
  .notice-danger .spinner-track {
4653
- stroke: var(--danger-3);
4859
+ stroke: var(--danger-200);
4654
4860
  }
4655
4861
  .notice-danger .spinner-effect,
4656
4862
  .notice-danger .spinner-value {
4657
- stroke: var(--danger-7);
4863
+ stroke: var(--danger-600);
4658
4864
  }
4659
4865
 
4660
4866
  .notice-info {
4661
- background: var(--info-2);
4662
- border-color: var(--info-3);
4663
- color: var(--info-11);
4867
+ background: var(--info-100);
4868
+ border-color: var(--info-200);
4869
+ color: var(--info-950);
4664
4870
  }
4665
4871
  .notice-info .notice-close {
4666
- background: var(--info-3);
4872
+ background: var(--info-200);
4667
4873
  }
4668
4874
  .notice-info .notice-prefix,
4669
4875
  .notice-info .notice-title {
4670
- color: var(--info-7);
4876
+ color: var(--info-600);
4671
4877
  }
4672
4878
  .notice-info .button {
4673
- border-color: var(--info-4);
4879
+ border-color: var(--info-300);
4674
4880
  }
4675
4881
  .notice-info .spinner-track {
4676
- stroke: var(--info-3);
4882
+ stroke: var(--info-200);
4677
4883
  }
4678
4884
  .notice-info .spinner-effect,
4679
4885
  .notice-info .spinner-value {
4680
- stroke: var(--info-7);
4886
+ stroke: var(--info-600);
4681
4887
  }
4682
4888
 
4683
4889
  .notice-success {
4684
- background: var(--success-2);
4685
- border-color: var(--success-3);
4686
- color: var(--success-11);
4890
+ background: var(--success-100);
4891
+ border-color: var(--success-200);
4892
+ color: var(--success-950);
4687
4893
  }
4688
4894
  .notice-success .notice-close {
4689
- background: var(--success-3);
4895
+ background: var(--success-200);
4690
4896
  }
4691
4897
  .notice-success .notice-prefix,
4692
4898
  .notice-success .notice-title {
4693
- color: var(--success-7);
4899
+ color: var(--success-600);
4694
4900
  }
4695
4901
  .notice-success .button {
4696
- border-color: var(--success-4);
4902
+ border-color: var(--success-300);
4697
4903
  }
4698
4904
  .notice-success .spinner-track {
4699
- stroke: var(--success-3);
4905
+ stroke: var(--success-200);
4700
4906
  }
4701
4907
  .notice-success .spinner-effect,
4702
4908
  .notice-success .spinner-value {
4703
- stroke: var(--success-7);
4909
+ stroke: var(--success-600);
4704
4910
  }
4705
4911
 
4706
4912
  .notice-warning {
4707
- background: var(--warning-2);
4708
- border-color: var(--warning-3);
4709
- color: var(--warning-11);
4913
+ background: var(--warning-100);
4914
+ border-color: var(--warning-200);
4915
+ color: var(--warning-950);
4710
4916
  }
4711
4917
  .notice-warning .notice-close {
4712
- background: var(--warning-3);
4918
+ background: var(--warning-200);
4713
4919
  }
4714
4920
  .notice-warning .notice-prefix,
4715
4921
  .notice-warning .notice-title {
4716
- color: var(--warning-7);
4922
+ color: var(--warning-600);
4717
4923
  }
4718
4924
  .notice-warning .button {
4719
- border-color: var(--warning-4);
4925
+ border-color: var(--warning-300);
4720
4926
  }
4721
4927
  .notice-warning .spinner-track {
4722
- stroke: var(--warning-3);
4928
+ stroke: var(--warning-200);
4723
4929
  }
4724
4930
  .notice-warning .spinner-effect,
4725
4931
  .notice-warning .spinner-value {
4726
- stroke: var(--warning-7);
4932
+ stroke: var(--warning-600);
4727
4933
  }
4728
4934
 
4729
4935
  .base-pane > .notice {
@@ -4739,7 +4945,7 @@ tfoot .table-cell {
4739
4945
  height: 12px;
4740
4946
  border-radius: calc(var(--radius) / 3);
4741
4947
  transition: 180ms var(--swift-out);
4742
- transition-property: height, margin;
4948
+ transition-property: height, margin, flex-grow;
4743
4949
  }
4744
4950
  .percentage-bar-segment:hover {
4745
4951
  height: 16px;
@@ -4765,9 +4971,9 @@ tfoot .table-cell {
4765
4971
  .progress-bar-track {
4766
4972
  position: relative;
4767
4973
  height: 9px;
4768
- background: var(--gray-1);
4769
- border-radius: calc(var(--radius) / 2);
4770
- box-shadow: inset 0 0 0 1px var(--gray-2);
4974
+ background: var(--gray-50);
4975
+ border-radius: var(--radius-half);
4976
+ box-shadow: inset 0 0 0 1px var(--gray-200);
4771
4977
  contain: paint;
4772
4978
  }
4773
4979
 
@@ -4780,11 +4986,11 @@ tfoot .table-cell {
4780
4986
  }
4781
4987
 
4782
4988
  .progress-bar-value-complete {
4783
- background: var(--primary-7);
4989
+ background: var(--primary-600);
4784
4990
  }
4785
4991
 
4786
4992
  .progress-bar-value-incomplete {
4787
- background: linear-gradient(to right, var(--primary-7) 20%, var(--primary-6), var(--primary-7) 80%);
4993
+ background: linear-gradient(to right, var(--primary-600) 20%, var(--primary-500), var(--primary-600) 80%);
4788
4994
  background-size: 150px 100%;
4789
4995
  animation: progress-bar-value 1s linear infinite;
4790
4996
  }
@@ -4792,7 +4998,7 @@ tfoot .table-cell {
4792
4998
  .progress-bar-track-indeterminate {
4793
4999
  }
4794
5000
  .progress-bar-track-indeterminate .progress-bar-value {
4795
- background: linear-gradient(to right, var(--primary-7) 20%, var(--primary-6), var(--primary-7) 80%);
5001
+ background: linear-gradient(to right, var(--primary-600) 20%, var(--primary-500), var(--primary-600) 80%);
4796
5002
  background-size: 90px 100%;
4797
5003
  animation: progress-bar-indeterminate 1s linear infinite;
4798
5004
  }
@@ -4855,9 +5061,6 @@ tfoot .table-cell {
4855
5061
  .snackbar .progress-bar:not(:last-child) {
4856
5062
  margin-bottom: 6px;
4857
5063
  }
4858
- .snackbar .progress-bar-track {
4859
- height: 6px;
4860
- }
4861
5064
 
4862
5065
  .snackbar-content {
4863
5066
  display: flex;
@@ -4899,7 +5102,7 @@ tfoot .table-cell {
4899
5102
  align-items: center;
4900
5103
  justify-content: center;
4901
5104
  flex-grow: 1;
4902
- background: var(--gray-0);
5105
+ background: var(--surface);
4903
5106
  border: 0;
4904
5107
  border-radius: 0;
4905
5108
  color: var(--foreground);
@@ -4912,14 +5115,14 @@ tfoot .table-cell {
4912
5115
  transition-property: background, color;
4913
5116
  }
4914
5117
  .snackbar-action:hover {
4915
- background: var(--gray-1);
5118
+ background: var(--surface-hover);
4916
5119
  color: var(--foreground-prominent);
4917
5120
  }
4918
5121
  .snackbar-action:first-child {
4919
5122
  font-weight: 600;
4920
5123
  }
4921
5124
  .snackbar-action:active {
4922
- background: var(--gray-2);
5125
+ background: var(--surface-active);
4923
5126
  }
4924
5127
 
4925
5128
  .snackbar-actions {
@@ -4929,7 +5132,7 @@ tfoot .table-cell {
4929
5132
  flex-flow: column;
4930
5133
  flex-grow: 1;
4931
5134
  gap: 1px;
4932
- background: var(--gray-2);
5135
+ background: var(--surface-stroke);
4933
5136
  }
4934
5137
 
4935
5138
  .snackbar-gray {
@@ -4945,11 +5148,11 @@ tfoot .table-cell {
4945
5148
  .snackbar-primary .snackbar-action:first-child,
4946
5149
  .snackbar-primary .snackbar-content > .icon,
4947
5150
  .snackbar-primary .snackbar-title {
4948
- color: var(--primary-7);
5151
+ color: var(--primary-600);
4949
5152
  }
4950
5153
  .snackbar-primary .spinner-effect,
4951
5154
  .snackbar-primary .spinner-value {
4952
- stroke: var(--primary-8);
5155
+ stroke: var(--primary-700);
4953
5156
  }
4954
5157
 
4955
5158
  .snackbar-danger {
@@ -4957,11 +5160,11 @@ tfoot .table-cell {
4957
5160
  .snackbar-danger .snackbar-action:first-child,
4958
5161
  .snackbar-danger .snackbar-content > .icon,
4959
5162
  .snackbar-danger .snackbar-title {
4960
- color: var(--danger-7);
5163
+ color: var(--danger-600);
4961
5164
  }
4962
5165
  .snackbar-danger .spinner-effect,
4963
5166
  .snackbar-danger .spinner-value {
4964
- stroke: var(--danger-8);
5167
+ stroke: var(--danger-700);
4965
5168
  }
4966
5169
 
4967
5170
  .snackbar-info {
@@ -4969,11 +5172,11 @@ tfoot .table-cell {
4969
5172
  .snackbar-info .snackbar-action:first-child,
4970
5173
  .snackbar-info .snackbar-content > .icon,
4971
5174
  .snackbar-info .snackbar-title {
4972
- color: var(--info-7);
5175
+ color: var(--info-600);
4973
5176
  }
4974
5177
  .snackbar-info .spinner-effect,
4975
5178
  .snackbar-info .spinner-value {
4976
- stroke: var(--info-8);
5179
+ stroke: var(--info-700);
4977
5180
  }
4978
5181
 
4979
5182
  .snackbar-success {
@@ -4981,11 +5184,11 @@ tfoot .table-cell {
4981
5184
  .snackbar-success .snackbar-action:first-child,
4982
5185
  .snackbar-success .snackbar-content > .icon,
4983
5186
  .snackbar-success .snackbar-title {
4984
- color: var(--success-7);
5187
+ color: var(--success-600);
4985
5188
  }
4986
5189
  .snackbar-success .spinner-effect,
4987
5190
  .snackbar-success .spinner-value {
4988
- stroke: var(--success-8);
5191
+ stroke: var(--success-700);
4989
5192
  }
4990
5193
 
4991
5194
  .snackbar-warning {
@@ -4993,11 +5196,11 @@ tfoot .table-cell {
4993
5196
  .snackbar-warning .snackbar-action:first-child,
4994
5197
  .snackbar-warning .snackbar-content > .icon,
4995
5198
  .snackbar-warning .snackbar-title {
4996
- color: var(--warning-7);
5199
+ color: var(--warning-600);
4997
5200
  }
4998
5201
  .snackbar-warning .spinner-effect,
4999
5202
  .snackbar-warning .spinner-value {
5000
- stroke: var(--warning-8);
5203
+ stroke: var(--warning-700);
5001
5204
  }
5002
5205
 
5003
5206
  .snackbars {
@@ -5051,14 +5254,15 @@ tfoot .table-cell {
5051
5254
  max-width: 360px;
5052
5255
  padding: 9px 15px;
5053
5256
  flex-flow: column;
5054
- background: oklch(from var(--gray-11) l c h/0.9);
5257
+ background: rgb(from var(--gray-950) r g b/0.9);
5055
5258
  backdrop-filter: blur(6px) saturate(180%);
5056
5259
  border-radius: var(--radius);
5057
- color: var(--gray-0);
5260
+ color: var(--gray-25);
5058
5261
  font-size: 14px;
5059
5262
  font-variant-numeric: tabular-nums;
5060
5263
  pointer-events: none;
5061
5264
  translate: calc(var(--x) * 1px) calc(var(--y) * 1px);
5265
+ isolation: isolate;
5062
5266
  z-index: 100000;
5063
5267
  }
5064
5268
  .tooltip::after {
@@ -5106,8 +5310,8 @@ tfoot .table-cell {
5106
5310
  position: relative;
5107
5311
  align-items: center;
5108
5312
  gap: 1px;
5109
- background: var(--gray-1);
5110
- border: 1px solid var(--gray-2);
5313
+ background: var(--gray-50);
5314
+ border: 1px solid var(--surface-stroke);
5111
5315
  border-radius: var(--radius);
5112
5316
  }
5113
5317
 
@@ -5124,10 +5328,10 @@ tfoot .table-cell {
5124
5328
  position: absolute;
5125
5329
  top: 0;
5126
5330
  bottom: 0;
5127
- background: var(--gray-0);
5128
- border-radius: var(--radius);
5331
+ background: var(--surface);
5332
+ border-radius: calc(var(--radius) - 2px);
5129
5333
  box-shadow: var(--shadow-sm);
5130
- outline: 1px solid var(--gray-2);
5334
+ outline: 1px solid var(--surface-stroke);
5131
5335
  pointer-events: none;
5132
5336
  transition: 300ms var(--swift-out);
5133
5337
  transition-property: left, width;
@@ -5144,7 +5348,7 @@ tfoot .table-cell {
5144
5348
  justify-content: center;
5145
5349
  background: none;
5146
5350
  border: 0;
5147
- border-radius: calc(var(--radius) - 3px);
5351
+ border-radius: var(--radius);
5148
5352
  color: var(--foreground);
5149
5353
  cursor: pointer;
5150
5354
  font-weight: 500;
@@ -5154,7 +5358,7 @@ tfoot .table-cell {
5154
5358
  }
5155
5359
  @media (hover: hover) {
5156
5360
  .segmented-control-item:hover {
5157
- background: var(--gray-2);
5361
+ background: var(--gray-100);
5158
5362
  }
5159
5363
  }
5160
5364
  .segmented-control-item.is-active {
@@ -5170,7 +5374,7 @@ tfoot .table-cell {
5170
5374
  height: 15px;
5171
5375
  width: 1px;
5172
5376
  flex-shrink: 0;
5173
- background: var(--gray-2);
5377
+ background: var(--surface-stroke);
5174
5378
  transition: opacity 300ms var(--swift-out);
5175
5379
  }
5176
5380
  .segmented-control-separator.is-active {
@@ -5181,30 +5385,6 @@ tfoot .table-cell {
5181
5385
  flex-grow: 1;
5182
5386
  gap: 21px;
5183
5387
  }
5184
- .statistic.is-gray .statistic-icon {
5185
- background: var(--gray-2);
5186
- color: var(--gray-7);
5187
- }
5188
- .statistic.is-primary .statistic-icon {
5189
- background: var(--primary-2);
5190
- color: var(--primary-7);
5191
- }
5192
- .statistic.is-danger .statistic-icon {
5193
- background: var(--danger-2);
5194
- color: var(--danger-7);
5195
- }
5196
- .statistic.is-info .statistic-icon {
5197
- background: var(--info-2);
5198
- color: var(--info-7);
5199
- }
5200
- .statistic.is-success .statistic-icon {
5201
- background: var(--success-2);
5202
- color: var(--success-7);
5203
- }
5204
- .statistic.is-warning .statistic-icon {
5205
- background: var(--warning-2);
5206
- color: var(--warning-7);
5207
- }
5208
5388
 
5209
5389
  .statistic-change {
5210
5390
  display: flex;
@@ -5219,19 +5399,19 @@ tfoot .table-cell {
5219
5399
  color: var(--foreground-prominent);
5220
5400
  }
5221
5401
  .statistic-change.is-primary {
5222
- color: var(--primary-7);
5402
+ color: var(--primary-600);
5223
5403
  }
5224
5404
  .statistic-change.is-danger {
5225
- color: var(--danger-7);
5405
+ color: var(--danger-600);
5226
5406
  }
5227
5407
  .statistic-change.is-info {
5228
- color: var(--info-7);
5408
+ color: var(--info-600);
5229
5409
  }
5230
5410
  .statistic-change.is-success {
5231
- color: var(--success-7);
5411
+ color: var(--success-600);
5232
5412
  }
5233
5413
  .statistic-change.is-warning {
5234
- color: var(--warning-7);
5414
+ color: var(--warning-600);
5235
5415
  }
5236
5416
 
5237
5417
  .statistic-data {
@@ -5250,13 +5430,8 @@ tfoot .table-cell {
5250
5430
  font-weight: 700;
5251
5431
  }
5252
5432
 
5253
- .statistic-icon {
5254
- display: flex;
5255
- height: 48px;
5256
- width: 48px;
5257
- align-items: center;
5258
- justify-content: center;
5259
- border-radius: var(--radius);
5433
+ .statistic-icon .icon {
5434
+ font-size: 0.45em;
5260
5435
  }
5261
5436
 
5262
5437
  .statistic-image {
@@ -5393,11 +5568,11 @@ tfoot .table-cell {
5393
5568
  }
5394
5569
  .stepper-steps::before {
5395
5570
  width: var(--max);
5396
- background: var(--gray-2);
5571
+ background: var(--gray-100);
5397
5572
  }
5398
5573
  .stepper-steps::after {
5399
5574
  width: calc(min(1, var(--progress)) * var(--max));
5400
- background: var(--primary-7);
5575
+ background: var(--primary-600);
5401
5576
  transition: width 300ms var(--swift-out);
5402
5577
  }
5403
5578
 
@@ -5408,7 +5583,7 @@ tfoot .table-cell {
5408
5583
  width: 33px;
5409
5584
  align-items: center;
5410
5585
  justify-content: center;
5411
- background: var(--gray-3);
5586
+ background: var(--gray-100);
5412
5587
  border: 0;
5413
5588
  border-radius: 99px;
5414
5589
  color: var(--foreground);
@@ -5430,21 +5605,21 @@ tfoot .table-cell {
5430
5605
  }
5431
5606
 
5432
5607
  .stepper-steps-item-complete {
5433
- background: var(--primary-7);
5434
- border-color: var(--primary-7);
5435
- color: var(--primary-0);
5608
+ background: var(--primary-600);
5609
+ border-color: var(--primary-600);
5610
+ color: var(--primary-25);
5436
5611
  }
5437
5612
 
5438
5613
  .stepper-steps-item-current {
5439
- background: var(--gray-1);
5614
+ background: var(--gray-100);
5440
5615
  color: var(--foreground-prominent);
5441
- outline-color: var(--primary-7);
5616
+ outline-color: var(--primary-600);
5442
5617
  outline-width: 2px;
5443
5618
  transition-delay: 75ms;
5444
5619
  }
5445
5620
 
5446
5621
  .stepper-steps-item-idle {
5447
- outline-color: var(--gray-0);
5622
+ outline-color: var(--gray-25);
5448
5623
  }
5449
5624
 
5450
5625
  .stepper-steps-item-particles {
@@ -5455,7 +5630,7 @@ tfoot .table-cell {
5455
5630
  .tab-bar {
5456
5631
  --tab-padding: 12px;
5457
5632
  position: relative;
5458
- box-shadow: inset 0 -2px var(--gray-2);
5633
+ box-shadow: inset 0 -2px var(--surface-stroke);
5459
5634
  z-index: 0;
5460
5635
  }
5461
5636
 
@@ -5478,7 +5653,7 @@ tfoot .table-cell {
5478
5653
  }
5479
5654
  @media (hover: hover) {
5480
5655
  .tab-bar-arrow:hover {
5481
- background: var(--gray-2);
5656
+ background: var(--surface-stroke);
5482
5657
  }
5483
5658
  }
5484
5659
 
@@ -5539,11 +5714,11 @@ tfoot .table-cell {
5539
5714
  transition: 180ms var(--swift-out) outline-color, outline-offset;
5540
5715
  }
5541
5716
  .tab-bar-item::before {
5542
- outline: 2px solid oklch(from var(--primary-7) l c h/0);
5717
+ outline: 2px solid rgb(from var(--primary-600) r g b/0);
5543
5718
  outline-offset: 0;
5544
5719
  }
5545
5720
  .tab-bar-item:focus-visible::before {
5546
- outline-color: var(--primary-7);
5721
+ outline-color: var(--primary-600);
5547
5722
  outline-offset: 0;
5548
5723
  }
5549
5724
  @media (hover: hover) {
@@ -5553,7 +5728,7 @@ tfoot .table-cell {
5553
5728
  }
5554
5729
 
5555
5730
  .tab-bar-item-active {
5556
- border-color: var(--primary-7);
5731
+ border-color: var(--primary-600);
5557
5732
  color: var(--foreground-prominent);
5558
5733
  }
5559
5734
 
@@ -5568,33 +5743,43 @@ tfoot .table-cell {
5568
5743
  }
5569
5744
 
5570
5745
  .base-pane-structure > .tab-bar,
5571
- .base-pane-structure > .tabs > .tab-bar {
5746
+ .base-pane-structure > .tabs > .tab-bar,
5747
+ .base-pane-structure > .form > .tab-bar,
5748
+ .base-pane-structure > .form > .tabs > .tab-bar {
5572
5749
  --tab-padding: 18px;
5573
5750
  padding-left: 21px;
5574
5751
  padding-right: 21px;
5575
- background: var(--gray-1);
5752
+ background: var(--gray-50);
5576
5753
  }
5577
5754
  .base-pane-structure > .tab-bar:first-child,
5578
- .base-pane-structure > .tabs > .tab-bar:first-child {
5755
+ .base-pane-structure > .tabs > .tab-bar:first-child,
5756
+ .base-pane-structure > .form > .tab-bar:first-child,
5757
+ .base-pane-structure > .form > .tabs > .tab-bar:first-child {
5579
5758
  border-radius: var(--radius) var(--radius) 0 0;
5580
5759
  }
5581
5760
  .base-pane-structure > .tab-bar:not(:first-child),
5582
- .base-pane-structure > .tabs > .tab-bar:not(:first-child) {
5583
- border-top: 1px solid var(--gray-2);
5761
+ .base-pane-structure > .tabs > .tab-bar:not(:first-child),
5762
+ .base-pane-structure > .form > .tab-bar:not(:first-child),
5763
+ .base-pane-structure > .form > .tabs > .tab-bar:not(:first-child) {
5764
+ border-top: 1px solid var(--surface-stroke);
5584
5765
  }
5585
5766
 
5586
5767
  .base-pane-structure > .pane-header + .tab-bar,
5587
- .base-pane-structure > .pane-header + .tabs > .tab-bar {
5768
+ .base-pane-structure > .pane-header + .tabs > .tab-bar,
5769
+ .base-pane-structure > .form > .pane-header + .tab-bar,
5770
+ .base-pane-structure > .form > .pane-header + .tabs > .tab-bar {
5588
5771
  padding-top: 6px;
5589
5772
  }
5590
5773
  .base-pane-structure > .pane-header + .tab-bar:not(:first-child),
5591
- .base-pane-structure > .pane-header + .tabs > .tab-bar:not(:first-child) {
5774
+ .base-pane-structure > .pane-header + .tabs > .tab-bar:not(:first-child),
5775
+ .base-pane-structure > .form > .pane-header + .tab-bar:not(:first-child),
5776
+ .base-pane-structure > .form > .pane-header + .tabs > .tab-bar:not(:first-child) {
5592
5777
  border-top: 0;
5593
5778
  }
5594
5779
 
5595
5780
  .pane-header:has(+ .tab-bar),
5596
5781
  .pane-header:has(+ .tabs > .tab-bar) {
5597
- background: var(--gray-1);
5782
+ background: var(--gray-50);
5598
5783
  }
5599
5784
 
5600
5785
  .base-pane-structure > .tabs > .tabs-bar {
@@ -5619,7 +5804,7 @@ tfoot .table-cell {
5619
5804
  align-items: center;
5620
5805
  justify-content: center;
5621
5806
  border-radius: 99px;
5622
- outline: 6px solid var(--gray-0);
5807
+ outline: 6px solid var(--surface);
5623
5808
  }
5624
5809
 
5625
5810
  .timeline-item-icon {
@@ -5642,7 +5827,7 @@ tfoot .table-cell {
5642
5827
  width: 30px;
5643
5828
  align-items: center;
5644
5829
  justify-content: center;
5645
- background: var(--gray-0);
5830
+ background: var(--gray-25);
5646
5831
  border-radius: 99px;
5647
5832
  }
5648
5833
 
@@ -5682,7 +5867,7 @@ tfoot .table-cell {
5682
5867
  left: 20px;
5683
5868
  height: 100%;
5684
5869
  width: 2px;
5685
- background: var(--gray-2);
5870
+ background: var(--gray-100);
5686
5871
  }
5687
5872
 
5688
5873
  .timeline .timeline-item:last-of-type .timeline-item-line {
@@ -5696,57 +5881,57 @@ tfoot .table-cell {
5696
5881
  color: var(--foreground-prominent);
5697
5882
  }
5698
5883
  .timeline-item-gray .timeline-item-icon {
5699
- background: var(--gray-2);
5884
+ background: var(--gray-100);
5700
5885
  }
5701
5886
 
5702
5887
  .timeline-item-primary {
5703
5888
  }
5704
5889
  .timeline-item-primary .timeline-item-icon,
5705
5890
  .timeline-item-primary .timeline-item-photo-icon {
5706
- color: var(--primary-7);
5891
+ color: var(--primary-600);
5707
5892
  }
5708
5893
  .timeline-item-primary .timeline-item-icon {
5709
- background: var(--primary-2);
5894
+ background: var(--primary-100);
5710
5895
  }
5711
5896
 
5712
5897
  .timeline-item-danger {
5713
5898
  }
5714
5899
  .timeline-item-danger .timeline-item-icon,
5715
5900
  .timeline-item-danger .timeline-item-photo-icon {
5716
- color: var(--danger-7);
5901
+ color: var(--danger-600);
5717
5902
  }
5718
5903
  .timeline-item-danger .timeline-item-icon {
5719
- background: var(--danger-2);
5904
+ background: var(--danger-100);
5720
5905
  }
5721
5906
 
5722
5907
  .timeline-item-info {
5723
5908
  }
5724
5909
  .timeline-item-info .timeline-item-icon,
5725
5910
  .timeline-item-info .timeline-item-photo-icon {
5726
- color: var(--info-7);
5911
+ color: var(--info-600);
5727
5912
  }
5728
5913
  .timeline-item-info .timeline-item-icon {
5729
- background: var(--info-2);
5914
+ background: var(--info-100);
5730
5915
  }
5731
5916
 
5732
5917
  .timeline-item-success {
5733
5918
  }
5734
5919
  .timeline-item-success .timeline-item-icon,
5735
5920
  .timeline-item-success .timeline-item-photo-icon {
5736
- color: var(--success-7);
5921
+ color: var(--success-600);
5737
5922
  }
5738
5923
  .timeline-item-success .timeline-item-icon {
5739
- background: var(--success-2);
5924
+ background: var(--success-100);
5740
5925
  }
5741
5926
 
5742
5927
  .timeline-item-warning {
5743
5928
  }
5744
5929
  .timeline-item-warning .timeline-item-icon,
5745
5930
  .timeline-item-warning .timeline-item-photo-icon {
5746
- color: var(--warning-7);
5931
+ color: var(--warning-600);
5747
5932
  }
5748
5933
  .timeline-item-warning .timeline-item-icon {
5749
- background: var(--warning-2);
5934
+ background: var(--warning-100);
5750
5935
  }.toolbar {
5751
5936
  padding: 6px;
5752
5937
  contain: paint;
@@ -5788,8 +5973,9 @@ tfoot .table-cell {
5788
5973
 
5789
5974
  .base-pane-structure > .toolbar-flat {
5790
5975
  padding: 12px 15px;
5791
- background: var(--gray-1);
5792
- border: 1px solid var(--gray-2);
5976
+ align-self: unset;
5977
+ background: var(--gray-50);
5978
+ border: 1px solid var(--surface-stroke);
5793
5979
  border-left: 0;
5794
5980
  border-right: 0;
5795
5981
  border-radius: 0;
@@ -5806,9 +5992,9 @@ tfoot .table-cell {
5806
5992
  border-bottom-right-radius: var(--radius);
5807
5993
  }
5808
5994
  .base-pane-structure > .toolbar-flat .separator {
5809
- background: var(--gray-2);
5995
+ background: var(--surface-stroke);
5810
5996
  }
5811
5997
 
5812
5998
  .pane-header + .toolbar-flat {
5813
5999
  margin-top: 21px;
5814
- }
6000
+ }/*$vite$:1*/