@flux-ui/components 3.0.0-next.34 → 3.0.0-next.38

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 (339) hide show
  1. package/dist/component/FluxActionBar.vue.d.ts +17 -17
  2. package/dist/component/FluxActionPane.vue.d.ts +7 -7
  3. package/dist/component/{FluxActions.vue.d.ts → FluxActionStack.vue.d.ts} +11 -15
  4. package/dist/component/{FluxAutoGrid.vue.d.ts → FluxAdaptiveGroup.vue.d.ts} +6 -3
  5. package/dist/component/FluxAdaptiveSlot.vue.d.ts +35 -0
  6. package/dist/component/FluxAspectRatio.vue.d.ts +3 -3
  7. package/dist/component/FluxBadgeStack.vue.d.ts +3 -3
  8. package/dist/component/FluxButtonGroup.vue.d.ts +3 -3
  9. package/dist/component/FluxButtonStack.vue.d.ts +3 -3
  10. package/dist/component/FluxCalendar.vue.d.ts +3 -3
  11. package/dist/component/FluxCalendarEvent.vue.d.ts +3 -3
  12. package/dist/component/FluxCheckbox.vue.d.ts +2 -1
  13. package/dist/component/FluxClickablePane.vue.d.ts +5 -5
  14. package/dist/component/FluxColorSelect.vue.d.ts +1 -0
  15. package/dist/component/{FluxPaneDeck.vue.d.ts → FluxColumn.vue.d.ts} +5 -5
  16. package/dist/component/FluxCommandPalette.vue.d.ts +52 -0
  17. package/dist/component/FluxCommandPaletteGroup.vue.d.ts +8 -0
  18. package/dist/component/FluxCommandPaletteItem.vue.d.ts +18 -0
  19. package/dist/component/FluxComment.vue.d.ts +3 -3
  20. package/dist/component/FluxContainer.vue.d.ts +3 -3
  21. package/dist/component/FluxDivider.vue.d.ts +5 -3
  22. package/dist/component/FluxDropZone.vue.d.ts +8 -7
  23. package/dist/component/FluxExpandableGroup.vue.d.ts +3 -3
  24. package/dist/component/FluxFader.vue.d.ts +3 -3
  25. package/dist/component/FluxFaderItem.vue.d.ts +3 -3
  26. package/dist/component/FluxFilter.vue.d.ts +3 -3
  27. package/dist/component/FluxFilterBar.vue.d.ts +3 -3
  28. package/dist/component/FluxFilterBase.vue.d.ts +4 -4
  29. package/dist/component/FluxFilterWindow.vue.d.ts +13 -17
  30. package/dist/component/FluxFlyout.vue.d.ts +19 -21
  31. package/dist/component/FluxForm.vue.d.ts +3 -3
  32. package/dist/component/FluxFormColumn.vue.d.ts +3 -3
  33. package/dist/component/FluxFormDateInput.vue.d.ts +18 -24
  34. package/dist/component/FluxFormDateRangeInput.vue.d.ts +18 -21
  35. package/dist/component/FluxFormDateTimeInput.vue.d.ts +18 -24
  36. package/dist/component/FluxFormField.vue.d.ts +7 -7
  37. package/dist/component/FluxFormGrid.vue.d.ts +3 -3
  38. package/dist/component/FluxFormInput.vue.d.ts +2 -9
  39. package/dist/component/FluxFormInputAddition.vue.d.ts +3 -3
  40. package/dist/component/FluxFormInputGroup.vue.d.ts +3 -3
  41. package/dist/component/FluxFormPinInput.vue.d.ts +2 -4
  42. package/dist/component/FluxFormRangeSlider.vue.d.ts +18 -2
  43. package/dist/component/FluxFormRow.vue.d.ts +3 -3
  44. package/dist/component/FluxFormSection.vue.d.ts +3 -3
  45. package/dist/component/FluxFormSelect.vue.d.ts +2 -4
  46. package/dist/component/FluxFormSelectAsync.vue.d.ts +2 -4
  47. package/dist/component/FluxFormSlider.vue.d.ts +11 -2
  48. package/dist/component/FluxFormTextArea.vue.d.ts +2 -6
  49. package/dist/component/FluxFormTimeZonePicker.vue.d.ts +2 -4
  50. package/dist/component/FluxFormTreeViewSelect.vue.d.ts +15 -37
  51. package/dist/component/FluxGallery.vue.d.ts +3 -3
  52. package/dist/component/FluxGrid.vue.d.ts +3 -3
  53. package/dist/component/FluxGridColumn.vue.d.ts +3 -3
  54. package/dist/component/FluxIcon.vue.d.ts +1 -0
  55. package/dist/component/FluxInfo.vue.d.ts +3 -3
  56. package/dist/component/FluxInfoStack.vue.d.ts +3 -3
  57. package/dist/component/FluxLayerPane.vue.d.ts +20 -0
  58. package/dist/component/FluxLayerPaneSecondary.vue.d.ts +20 -0
  59. package/dist/component/FluxMenu.vue.d.ts +3 -3
  60. package/dist/component/FluxMenuCollapsible.vue.d.ts +47 -0
  61. package/dist/component/FluxMenuGroup.vue.d.ts +3 -3
  62. package/dist/component/FluxMenuItem.vue.d.ts +5 -3
  63. package/dist/component/FluxMenuOptions.vue.d.ts +3 -3
  64. package/dist/component/FluxNotice.vue.d.ts +5 -5
  65. package/dist/component/FluxNoticeStack.vue.d.ts +3 -3
  66. package/dist/component/FluxOverflowBar.vue.d.ts +4 -4
  67. package/dist/component/FluxPane.vue.d.ts +5 -5
  68. package/dist/component/FluxPaneBody.vue.d.ts +3 -3
  69. package/dist/component/FluxPaneFooter.vue.d.ts +3 -3
  70. package/dist/component/FluxPaneGroup.vue.d.ts +3 -3
  71. package/dist/component/FluxPaneHeader.vue.d.ts +6 -6
  72. package/dist/component/FluxPaneIllustration.vue.d.ts +5 -5
  73. package/dist/component/FluxPressable.vue.d.ts +3 -3
  74. package/dist/component/FluxPrompt.vue.d.ts +3 -17
  75. package/dist/component/FluxRoot.vue.d.ts +3 -3
  76. package/dist/component/FluxRow.vue.d.ts +23 -0
  77. package/dist/component/FluxSegmentedControl.vue.d.ts +3 -2
  78. package/dist/component/FluxSplitButton.vue.d.ts +5 -5
  79. package/dist/component/FluxStack.vue.d.ts +3 -3
  80. package/dist/component/FluxStepper.vue.d.ts +6 -6
  81. package/dist/component/FluxStepperStep.vue.d.ts +3 -3
  82. package/dist/component/FluxTab.vue.d.ts +3 -3
  83. package/dist/component/FluxTabBar.vue.d.ts +3 -3
  84. package/dist/component/FluxTabBarItem.vue.d.ts +5 -7
  85. package/dist/component/FluxTableActions.vue.d.ts +3 -3
  86. package/dist/component/FluxTableBar.vue.d.ts +3 -3
  87. package/dist/component/FluxTableCell.vue.d.ts +5 -5
  88. package/dist/component/FluxTableHeader.vue.d.ts +3 -3
  89. package/dist/component/FluxTableRow.vue.d.ts +3 -3
  90. package/dist/component/FluxTabs.vue.d.ts +6 -6
  91. package/dist/component/FluxTag.vue.d.ts +1 -0
  92. package/dist/component/FluxTagStack.vue.d.ts +3 -3
  93. package/dist/component/FluxTimeline.vue.d.ts +3 -3
  94. package/dist/component/FluxTimelineItem.vue.d.ts +3 -3
  95. package/dist/component/FluxToggle.vue.d.ts +2 -3
  96. package/dist/component/FluxToolbar.vue.d.ts +3 -3
  97. package/dist/component/FluxToolbarGroup.vue.d.ts +3 -3
  98. package/dist/component/FluxWindow.vue.d.ts +3 -3
  99. package/dist/component/index.d.ts +11 -3
  100. package/dist/component/primitive/Anchor.vue.d.ts +3 -3
  101. package/dist/component/primitive/AnchorPopup.vue.d.ts +3 -3
  102. package/dist/component/primitive/CoordinatePicker.vue.d.ts +1 -0
  103. package/dist/component/primitive/DialogLayout.vue.d.ts +28 -0
  104. package/dist/component/primitive/FilterOptionBase.vue.d.ts +2 -2
  105. package/dist/component/primitive/SelectBase.vue.d.ts +19 -37
  106. package/dist/component/primitive/SliderThumb.vue.d.ts +4 -0
  107. package/dist/component/primitive/TreeNodeRenderer.vue.d.ts +30 -0
  108. package/dist/component/primitive/index.d.ts +2 -0
  109. package/dist/composable/index.d.ts +1 -0
  110. package/dist/composable/private/index.d.ts +8 -0
  111. package/dist/composable/private/useAsyncFilterOptions.d.ts +14 -0
  112. package/dist/composable/private/useCommandPalette.d.ts +38 -0
  113. package/dist/composable/private/useDateFlyout.d.ts +10 -0
  114. package/dist/composable/private/useDropdownPopup.d.ts +27 -0
  115. package/dist/composable/private/useFilterOption.d.ts +12 -0
  116. package/dist/composable/useAdaptiveGroupInjection.d.ts +2 -0
  117. package/dist/data/di.d.ts +11 -0
  118. package/dist/data/filter.d.ts +4 -17
  119. package/dist/data/i18n.d.ts +17 -0
  120. package/dist/data/timeZones.d.ts +3 -0
  121. package/dist/index.css +710 -349
  122. package/dist/index.d.ts +1 -1
  123. package/dist/index.js +6936 -5537
  124. package/dist/index.js.map +1 -1
  125. package/dist/transition/FluxAutoHeightTransition.vue.d.ts +5 -3
  126. package/dist/transition/FluxAutoWidthTransition.vue.d.ts +5 -3
  127. package/dist/transition/FluxBreakthroughTransition.vue.d.ts +5 -3
  128. package/dist/transition/FluxFadeTransition.vue.d.ts +5 -3
  129. package/dist/transition/FluxOverlayTransition.vue.d.ts +5 -3
  130. package/dist/transition/FluxRouteTransition.vue.d.ts +5 -3
  131. package/dist/transition/FluxSlideOverTransition.vue.d.ts +5 -3
  132. package/dist/transition/FluxTooltipTransition.vue.d.ts +5 -3
  133. package/dist/transition/FluxVerticalWindowTransition.vue.d.ts +5 -3
  134. package/dist/transition/FluxWindowTransition.vue.d.ts +5 -3
  135. package/package.json +19 -23
  136. package/src/component/FluxActionBar.vue +9 -8
  137. package/src/component/FluxActionPane.vue +4 -3
  138. package/src/component/{FluxActions.vue → FluxActionStack.vue} +2 -2
  139. package/src/component/FluxAdaptiveGroup.vue +112 -0
  140. package/src/component/FluxAdaptiveSlot.vue +159 -0
  141. package/src/component/FluxAlert.vue +8 -17
  142. package/src/component/FluxAnimatedColors.vue +1 -1
  143. package/src/component/FluxAspectRatio.vue +2 -1
  144. package/src/component/FluxBadge.vue +5 -1
  145. package/src/component/FluxBadgeStack.vue +2 -1
  146. package/src/component/FluxButtonGroup.vue +2 -1
  147. package/src/component/FluxButtonStack.vue +2 -1
  148. package/src/component/FluxCalendar.vue +8 -1
  149. package/src/component/FluxCalendarEvent.vue +2 -1
  150. package/src/component/FluxCheckbox.vue +33 -6
  151. package/src/component/FluxChip.vue +1 -0
  152. package/src/component/FluxClickablePane.vue +3 -2
  153. package/src/component/FluxColorPicker.vue +8 -1
  154. package/src/component/FluxColorSelect.vue +25 -4
  155. package/src/component/{FluxAutoGrid.vue → FluxColumn.vue} +5 -8
  156. package/src/component/FluxCommandPalette.vue +290 -0
  157. package/src/component/FluxCommandPaletteGroup.vue +23 -0
  158. package/src/component/FluxCommandPaletteItem.vue +60 -0
  159. package/src/component/FluxComment.vue +2 -2
  160. package/src/component/FluxConfirm.vue +8 -17
  161. package/src/component/FluxContainer.vue +3 -2
  162. package/src/component/FluxDataTable.vue +3 -1
  163. package/src/component/FluxDivider.vue +7 -3
  164. package/src/component/FluxDropZone.vue +22 -8
  165. package/src/component/FluxExpandable.vue +3 -2
  166. package/src/component/FluxExpandableGroup.vue +2 -2
  167. package/src/component/FluxFader.vue +2 -2
  168. package/src/component/FluxFaderItem.vue +2 -1
  169. package/src/component/FluxFilter.vue +2 -1
  170. package/src/component/FluxFilterBar.vue +3 -2
  171. package/src/component/FluxFilterBase.vue +17 -9
  172. package/src/component/FluxFilterOption.vue +3 -14
  173. package/src/component/FluxFilterOptionAsync.vue +17 -60
  174. package/src/component/FluxFilterOptions.vue +3 -25
  175. package/src/component/FluxFilterOptionsAsync.vue +9 -73
  176. package/src/component/FluxFilterWindow.vue +1 -1
  177. package/src/component/FluxFlyout.vue +13 -11
  178. package/src/component/FluxForm.vue +2 -1
  179. package/src/component/FluxFormColumn.vue +2 -1
  180. package/src/component/FluxFormDateInput.vue +9 -22
  181. package/src/component/FluxFormDateRangeInput.vue +20 -15
  182. package/src/component/FluxFormDateTimeInput.vue +17 -20
  183. package/src/component/FluxFormField.vue +4 -4
  184. package/src/component/FluxFormGrid.vue +2 -1
  185. package/src/component/FluxFormInput.vue +11 -10
  186. package/src/component/FluxFormInputAddition.vue +2 -1
  187. package/src/component/FluxFormInputGroup.vue +3 -2
  188. package/src/component/FluxFormPinInput.vue +14 -6
  189. package/src/component/FluxFormRangeSlider.vue +12 -2
  190. package/src/component/FluxFormRow.vue +2 -1
  191. package/src/component/FluxFormSection.vue +4 -3
  192. package/src/component/FluxFormSelect.vue +11 -4
  193. package/src/component/FluxFormSelectAsync.vue +14 -8
  194. package/src/component/FluxFormSlider.vue +8 -2
  195. package/src/component/FluxFormTextArea.vue +12 -7
  196. package/src/component/FluxFormTimeZonePicker.vue +13 -626
  197. package/src/component/FluxFormTreeViewSelect.vue +51 -79
  198. package/src/component/FluxGallery.vue +2 -1
  199. package/src/component/FluxGrid.vue +3 -2
  200. package/src/component/FluxGridColumn.vue +2 -1
  201. package/src/component/FluxIcon.vue +4 -2
  202. package/src/component/FluxInfo.vue +2 -1
  203. package/src/component/FluxInfoStack.vue +3 -2
  204. package/src/component/FluxLayerPane.vue +16 -0
  205. package/src/component/FluxLayerPaneSecondary.vue +16 -0
  206. package/src/component/FluxLegend.vue +9 -9
  207. package/src/component/FluxMenu.vue +2 -2
  208. package/src/component/FluxMenuCollapsible.vue +187 -0
  209. package/src/component/FluxMenuGroup.vue +2 -1
  210. package/src/component/FluxMenuItem.vue +9 -1
  211. package/src/component/FluxMenuOptions.vue +1 -1
  212. package/src/component/FluxNotice.vue +7 -2
  213. package/src/component/FluxNoticeStack.vue +2 -1
  214. package/src/component/FluxOverflowBar.vue +3 -3
  215. package/src/component/FluxPagination.vue +1 -0
  216. package/src/component/FluxPane.vue +3 -2
  217. package/src/component/FluxPaneBody.vue +2 -1
  218. package/src/component/FluxPaneFooter.vue +2 -1
  219. package/src/component/FluxPaneGroup.vue +2 -1
  220. package/src/component/FluxPaneHeader.vue +7 -6
  221. package/src/component/FluxPaneIllustration.vue +3 -3
  222. package/src/component/FluxPaneMedia.vue +1 -1
  223. package/src/component/FluxPercentageBar.vue +3 -1
  224. package/src/component/FluxPressable.vue +2 -1
  225. package/src/component/FluxProgressBar.vue +2 -1
  226. package/src/component/FluxPrompt.vue +16 -27
  227. package/src/component/FluxRemove.vue +4 -0
  228. package/src/component/FluxRoot.vue +2 -2
  229. package/src/component/FluxRow.vue +24 -0
  230. package/src/component/FluxSegmentedControl.vue +51 -4
  231. package/src/component/FluxSnackbar.vue +36 -12
  232. package/src/component/FluxSplitButton.vue +3 -2
  233. package/src/component/FluxStack.vue +4 -3
  234. package/src/component/FluxStepper.vue +3 -3
  235. package/src/component/FluxStepperStep.vue +2 -1
  236. package/src/component/FluxTab.vue +2 -1
  237. package/src/component/FluxTabBar.vue +3 -3
  238. package/src/component/FluxTableActions.vue +5 -4
  239. package/src/component/FluxTableBar.vue +2 -1
  240. package/src/component/FluxTableCell.vue +4 -3
  241. package/src/component/FluxTableHeader.vue +4 -2
  242. package/src/component/FluxTableRow.vue +2 -1
  243. package/src/component/FluxTabs.vue +15 -6
  244. package/src/component/FluxTag.vue +8 -2
  245. package/src/component/FluxTagStack.vue +2 -1
  246. package/src/component/FluxTimeline.vue +2 -1
  247. package/src/component/FluxTimelineItem.vue +2 -1
  248. package/src/component/FluxToggle.vue +20 -5
  249. package/src/component/FluxToolbar.vue +2 -1
  250. package/src/component/FluxToolbarGroup.vue +2 -1
  251. package/src/component/FluxTooltip.vue +1 -1
  252. package/src/component/FluxTreeView.vue +9 -35
  253. package/src/component/FluxWindow.vue +2 -2
  254. package/src/component/index.ts +11 -3
  255. package/src/component/primitive/Anchor.vue +3 -1
  256. package/src/component/primitive/AnchorPopup.vue +3 -3
  257. package/src/component/primitive/CoordinatePicker.vue +2 -1
  258. package/src/component/primitive/CoordinatePickerThumb.vue +2 -0
  259. package/src/component/primitive/DialogLayout.vue +44 -0
  260. package/src/component/primitive/SelectBase.vue +22 -28
  261. package/src/component/primitive/SliderBase.vue +0 -1
  262. package/src/component/primitive/SliderThumb.vue +9 -0
  263. package/src/component/primitive/TreeNodeRenderer.vue +77 -0
  264. package/src/component/primitive/index.ts +2 -0
  265. package/src/composable/index.ts +1 -0
  266. package/src/composable/private/index.ts +8 -0
  267. package/src/composable/private/useAsyncFilterOptions.ts +70 -0
  268. package/src/composable/private/useCommandPalette.ts +405 -0
  269. package/src/composable/private/useDateFlyout.ts +34 -0
  270. package/src/composable/private/useDropdownPopup.ts +99 -0
  271. package/src/composable/private/useFilterOption.ts +59 -0
  272. package/src/composable/useAdaptiveGroupInjection.ts +6 -0
  273. package/src/css/component/Action.module.scss +2 -2
  274. package/src/css/component/AdaptiveSlot.module.scss +25 -0
  275. package/src/css/component/Avatar.module.scss +10 -11
  276. package/src/css/component/Badge.module.scss +11 -4
  277. package/src/css/component/Button.module.scss +4 -16
  278. package/src/css/component/Calendar.module.scss +4 -4
  279. package/src/css/component/Chip.module.scss +6 -10
  280. package/src/css/component/Color.module.scss +1 -1
  281. package/src/css/component/CommandPalette.module.scss +332 -0
  282. package/src/css/component/DatePicker.module.scss +1 -1
  283. package/src/css/component/Expandable.module.scss +5 -5
  284. package/src/css/component/Fader.module.scss +2 -1
  285. package/src/css/component/Flyout.module.scss +1 -1
  286. package/src/css/component/FocalPoint.module.scss +1 -1
  287. package/src/css/component/Form.module.scss +56 -10
  288. package/src/css/component/Item.module.scss +4 -4
  289. package/src/css/component/LayerPane.module.scss +40 -0
  290. package/src/css/component/Layout.module.scss +11 -4
  291. package/src/css/component/Legend.module.scss +2 -2
  292. package/src/css/component/Menu.module.scss +59 -11
  293. package/src/css/component/Notice.module.scss +7 -7
  294. package/src/css/component/Overlay.module.scss +2 -2
  295. package/src/css/component/Pane.module.scss +10 -23
  296. package/src/css/component/PercentageBar.module.scss +1 -1
  297. package/src/css/component/Remove.module.scss +1 -1
  298. package/src/css/component/SegmentedControl.module.scss +1 -0
  299. package/src/css/component/Snackbar.module.scss +1 -1
  300. package/src/css/component/Statistic.module.scss +2 -2
  301. package/src/css/component/Stepper.module.scss +1 -1
  302. package/src/css/component/Tab.module.scss +11 -15
  303. package/src/css/component/Table.module.scss +13 -13
  304. package/src/css/component/Timeline.module.scss +2 -2
  305. package/src/css/component/Toolbar.module.scss +3 -3
  306. package/src/css/component/Tooltip.module.scss +3 -4
  307. package/src/css/component/Transition.module.scss +1 -1
  308. package/src/css/component/TreeView.module.scss +2 -15
  309. package/src/css/component/TreeViewSelect.module.scss +1 -15
  310. package/src/css/component/base/Button.module.scss +6 -7
  311. package/src/css/component/base/Effect.module.scss +2 -1
  312. package/src/css/component/primitive/Slider.module.scss +6 -7
  313. package/src/css/component/primitive/TreeNode.module.scss +19 -0
  314. package/src/css/mixin/button-active.scss +6 -0
  315. package/src/css/mixin/focus-ring.scss +1 -1
  316. package/src/css/mixin/index.scss +1 -0
  317. package/src/css/typography.scss +3 -2
  318. package/src/css/variables.scss +7 -2
  319. package/src/data/di.ts +13 -0
  320. package/src/data/filter.ts +24 -28
  321. package/src/data/i18n.ts +17 -0
  322. package/src/data/store.ts +46 -11
  323. package/src/data/timeZones.ts +619 -0
  324. package/src/index.ts +2 -0
  325. package/src/transition/FluxAutoHeightTransition.vue +5 -0
  326. package/src/transition/FluxAutoWidthTransition.vue +5 -0
  327. package/src/transition/FluxBreakthroughTransition.vue +5 -0
  328. package/src/transition/FluxFadeTransition.vue +5 -0
  329. package/src/transition/FluxOverlayTransition.vue +5 -0
  330. package/src/transition/FluxRouteTransition.vue +5 -0
  331. package/src/transition/FluxSlideOverTransition.vue +5 -0
  332. package/src/transition/FluxTooltipTransition.vue +5 -0
  333. package/src/transition/FluxVerticalWindowTransition.vue +5 -0
  334. package/src/transition/FluxWindowTransition.vue +5 -0
  335. package/dist/0db98648.svg +0 -3
  336. package/src/component/FluxPaneDeck.vue +0 -24
  337. package/src/css/component/base/Grid.module.scss +0 -8
  338. package/src/image/avatar-mask.svg +0 -3
  339. package/tsconfig.json +0 -7
package/dist/index.css CHANGED
@@ -55,8 +55,10 @@
55
55
  --font-size: 15px;
56
56
  --radius: 12px;
57
57
  --radius-double: 24px;
58
+ --radius-full: 9999px;
58
59
  --radius-half: 6px;
59
- --background: var(--gray-50);
60
+ --transition-default: 180ms var(--swift-out);
61
+ --background: var(--gray-25);
60
62
  --foreground: var(--gray-700);
61
63
  --foreground-prominent: var(--gray-900);
62
64
  --foreground-secondary: var(--gray-500);
@@ -69,8 +71,9 @@
69
71
  --surface-hover: var(--gray-50);
70
72
  --surface-active: var(--gray-100);
71
73
  --surface-disabled: var(--gray-100);
72
- --overlay: rgb(from var(--gray-950) r g b / .3);
74
+ --overlay: rgb(from var(--gray-950) r g b / .5);
73
75
  --overlay-secondary: rgb(from var(--gray-950) r g b / .15);
76
+ --overlay-strong: rgb(from var(--gray-950) r g b / .9);
74
77
  }
75
78
  :root, [light] {
76
79
  --gray-25: #ffffff;
@@ -156,6 +159,7 @@
156
159
  [dark] {
157
160
  --overlay: rgb(0 0 0 / .6);
158
161
  --overlay-secondary: rgb(0 0 0 / .4);
162
+ --overlay-strong: rgb(0 0 0 / .9);
159
163
  --gray-25: #0c0d12;
160
164
  --gray-50: #121419;
161
165
  --gray-100: #1a1d24;
@@ -252,7 +256,7 @@
252
256
  }
253
257
  @layer flux-base {
254
258
  h1, h2, h3, h4, h5, h6 {
255
- font-weight: 700;
259
+ font-weight: 600;
256
260
  line-height: 1.6;
257
261
  text-wrap: balance;
258
262
  }
@@ -278,9 +282,10 @@
278
282
  font-size: 14px;
279
283
  }
280
284
  a:not([class]), a[class=""] {
285
+ align-self: start;
281
286
  color: var(--primary-600);
282
287
  text-decoration: underline;
283
- text-decoration-color: var(--primary-400);
288
+ text-decoration-color: currentColor;
284
289
  text-decoration-skip: auto;
285
290
  text-decoration-thickness: 1px;
286
291
  text-underline-offset: 2px;
@@ -432,7 +437,7 @@
432
437
  }
433
438
  .slide-over > .base-pane-structure > .pane-header {
434
439
  top: 0;
435
- padding-bottom: 21px;
440
+ padding-bottom: 18px;
436
441
  border-bottom: 1px solid var(--gray-100);
437
442
  box-shadow: var(--shadow-xs);
438
443
  }
@@ -450,7 +455,7 @@
450
455
  z-index: 100;
451
456
  }
452
457
  .slide-over > .base-pane-structure > .pane-header:has(.pane-header-caption > :is(span)) + .tab-bar {
453
- top: 69px;
458
+ top: 66px;
454
459
  }
455
460
  .slide-over > .base-pane-structure > .pane-footer {
456
461
  bottom: 0;
@@ -641,8 +646,6 @@
641
646
  }@layer flux-base {
642
647
  .button {
643
648
  display: inline-flex;
644
- height: 42px;
645
- padding: 0 12px;
646
649
  align-items: center;
647
650
  flex-grow: 0;
648
651
  flex-shrink: 0;
@@ -655,7 +658,7 @@
655
658
  cursor: pointer;
656
659
  font: inherit;
657
660
  text-decoration: none;
658
- transition: 180ms var(--swift-out);
661
+ transition: var(--transition-default);
659
662
  transition-property: background, border, box-shadow, color, scale, outline-color, outline-offset;
660
663
  user-select: none;
661
664
  outline: 2px solid rgb(from var(--primary-600) r g b/0);
@@ -696,12 +699,13 @@
696
699
  align-self: stretch;
697
700
  }
698
701
  .button-icon {
702
+ margin: 1px;
699
703
  flex-shrink: 0;
700
- font-size: 20px;
704
+ font-size: 18px;
701
705
  }
702
706
  .button-icon:only-child {
703
- margin-left: -2px;
704
- margin-right: -2px;
707
+ margin-left: -1px;
708
+ margin-right: -1px;
705
709
  }
706
710
  .button-label {
707
711
  display: inline-block;
@@ -713,10 +717,10 @@
713
717
  margin-right: 6px;
714
718
  min-width: 42px;
715
719
  }
716
- .badge:first-child {
720
+ .button .badge:first-child {
717
721
  margin-left: -6px;
718
722
  }
719
- .badge:last-child {
723
+ .button .badge:last-child {
720
724
  margin-right: -6px;
721
725
  }
722
726
  }.action {
@@ -767,7 +771,7 @@
767
771
  }
768
772
 
769
773
  .base-pane-structure > .action-bar {
770
- padding: 15px 21px;
774
+ padding: 12px 18px;
771
775
  background: var(--gray-50);
772
776
  border: 1px solid var(--gray-100);
773
777
  border-left: 0;
@@ -785,7 +789,7 @@
785
789
  }
786
790
 
787
791
  .pane-header + .action-bar {
788
- margin-top: 21px;
792
+ margin-top: 18px;
789
793
  }
790
794
 
791
795
  .action-pane {
@@ -1111,14 +1115,14 @@
1111
1115
 
1112
1116
  .pane-header {
1113
1117
  display: flex;
1114
- padding: 21px 21px 0;
1118
+ padding: 18px 18px 0;
1115
1119
  gap: 15px;
1116
1120
  }
1117
1121
  .pane-header:only-child {
1118
- padding: 21px;
1122
+ padding: 18px;
1119
1123
  }
1120
1124
  .pane-header:has(+ .base-pane-element:not(.pane-body)) {
1121
- padding: 21px;
1125
+ padding: 18px;
1122
1126
  }
1123
1127
 
1124
1128
  .pane-header-caption {
@@ -1144,7 +1148,7 @@
1144
1148
  }
1145
1149
 
1146
1150
  .pane-body {
1147
- padding: 21px;
1151
+ padding: 18px;
1148
1152
  }
1149
1153
 
1150
1154
  .pane-body + .pane-body {
@@ -1153,7 +1157,7 @@
1153
1157
 
1154
1158
  .pane-footer {
1155
1159
  display: flex;
1156
- padding: 21px;
1160
+ padding: 18px;
1157
1161
  gap: 9px;
1158
1162
  background: var(--gray-50);
1159
1163
  border-top: 1px solid var(--gray-100);
@@ -1190,21 +1194,24 @@
1190
1194
  border-radius: inherit;
1191
1195
  z-index: 1;
1192
1196
  }
1193
- .pane-media:first-child {
1197
+
1198
+ .pane-media-default {
1199
+ }
1200
+ .pane-media-default:first-child {
1194
1201
  margin: -1px;
1195
1202
  margin-bottom: 0;
1196
1203
  border-top-left-radius: var(--radius);
1197
1204
  border-top-right-radius: var(--radius);
1198
1205
  }
1199
- .pane-media:not(:first-child)::after {
1206
+ .pane-media-default:not(:first-child)::after {
1200
1207
  border-top: 0;
1201
1208
  }
1202
- .pane-media:not(:last-child)::after {
1209
+ .pane-media-default:not(:last-child)::after {
1203
1210
  border-bottom: 0;
1204
1211
  }
1205
1212
 
1206
1213
  .pane-media-inset {
1207
- margin: 21px;
1214
+ margin: 18px;
1208
1215
  border-radius: var(--radius-half);
1209
1216
  }
1210
1217
  .pane-media-inset:not(:first-child) {
@@ -1224,19 +1231,6 @@
1224
1231
  object-position: center;
1225
1232
  }
1226
1233
 
1227
- .pane-deck {
1228
- overflow: hidden;
1229
- }
1230
- .pane-deck > .base-auto-grid {
1231
- margin-right: -1px;
1232
- margin-bottom: -1px;
1233
- }
1234
- .pane-deck > .base-auto-grid > .pane {
1235
- border-top: 0;
1236
- border-left: 0;
1237
- border-radius: 0;
1238
- }
1239
-
1240
1234
  .pane-group {
1241
1235
  position: relative;
1242
1236
  }
@@ -1302,7 +1296,7 @@
1302
1296
  top: var(--pane-y);
1303
1297
  left: var(--pane-x);
1304
1298
  margin: 0;
1305
- padding: 24px;
1299
+ padding: 30px;
1306
1300
  background: unset;
1307
1301
  border: 0;
1308
1302
  font-size: 1rem;
@@ -1349,12 +1343,6 @@
1349
1343
  opacity: 0;
1350
1344
  transform: translate3d(0, 100%, 0);
1351
1345
  }
1352
- }@layer flux-base {
1353
- .base-auto-grid {
1354
- --min-column-width: 0;
1355
- display: grid;
1356
- grid-template-columns: repeat(auto-fit, minmax(calc(var(--min-column-width) * 1px), 1fr));
1357
- }
1358
1346
  }.aspect-ratio {
1359
1347
  position: relative;
1360
1348
  flex-shrink: 0;
@@ -1367,9 +1355,6 @@
1367
1355
  object-position: center;
1368
1356
  }
1369
1357
 
1370
- .auto-grid {
1371
- }
1372
-
1373
1358
  .container {
1374
1359
  margin-left: auto;
1375
1360
  margin-right: auto;
@@ -1398,6 +1383,17 @@
1398
1383
  }
1399
1384
  }
1400
1385
 
1386
+ .column {
1387
+ display: flex;
1388
+ flex-flow: column;
1389
+ gap: var(--gap, 0);
1390
+ }
1391
+
1392
+ .row {
1393
+ display: flex;
1394
+ gap: var(--gap, 0);
1395
+ }
1396
+
1401
1397
  .spacer {
1402
1398
  flex-grow: 1;
1403
1399
  }
@@ -1423,6 +1419,30 @@
1423
1419
  .stack-vertical {
1424
1420
  display: flex;
1425
1421
  flex-flow: column;
1422
+ }.adaptive-group {
1423
+ display: flex;
1424
+ overflow: hidden;
1425
+ flex-flow: row nowrap;
1426
+ gap: var(--gap, 9px);
1427
+ min-width: 0;
1428
+ }
1429
+
1430
+ .adaptive-slot {
1431
+ display: flex;
1432
+ overflow: hidden;
1433
+ flex-flow: row nowrap;
1434
+ min-width: 0;
1435
+ }
1436
+
1437
+ .adaptive-slot-measurer {
1438
+ position: absolute;
1439
+ top: 0;
1440
+ left: 0;
1441
+ display: flex;
1442
+ visibility: hidden;
1443
+ flex-flow: row nowrap;
1444
+ width: max-content;
1445
+ pointer-events: none;
1426
1446
  }@property --shine-degrees {
1427
1447
  syntax: "<angle>";
1428
1448
  initial-value: 0deg;
@@ -1515,7 +1535,7 @@
1515
1535
 
1516
1536
  .fade-transition-enter-active,
1517
1537
  .fade-transition-leave-active {
1518
- transition: opacity 180ms var(--swift-out) !important;
1538
+ transition: opacity var(--transition-default) !important;
1519
1539
  }
1520
1540
 
1521
1541
  .fade-transition-enter-from,
@@ -1628,7 +1648,7 @@
1628
1648
  height: 1em;
1629
1649
  width: 1em;
1630
1650
  flex: 0 0 1em;
1631
- border-radius: 0.5em;
1651
+ border-radius: 0.3em;
1632
1652
  user-select: none;
1633
1653
  }
1634
1654
 
@@ -1684,18 +1704,17 @@
1684
1704
  backdrop-filter: blur(3px) saturate(180%);
1685
1705
  }
1686
1706
  .avatar-loading .spinner {
1687
- --track: rgb(0 0 0 / .12);
1707
+ --track: rgb(from var(--gray-950) r g b / .12);
1688
1708
  }
1689
1709
 
1690
1710
  .avatar-status {
1691
1711
  position: absolute;
1692
1712
  display: block;
1693
- right: 0.0238095238em;
1694
- bottom: 0.0238095238em;
1695
- height: 0.285714286em;
1696
- width: 0.285714286em;
1697
- background: black;
1698
- border-radius: 99px;
1713
+ right: 0.021em;
1714
+ bottom: 0.021em;
1715
+ height: 0.27em;
1716
+ width: 0.27em;
1717
+ border-radius: var(--radius-full);
1699
1718
  }
1700
1719
 
1701
1720
  .avatar-status-gray {
@@ -1737,8 +1756,8 @@
1737
1756
 
1738
1757
  .status-avatar .avatar-fallback,
1739
1758
  .status-avatar .avatar-image {
1740
- mask: url("./0db98648.svg") no-repeat center center/cover;
1741
- -webkit-mask: url("./0db98648.svg") no-repeat center center/cover;
1759
+ mask: radial-gradient(circle 0.18em at calc(100% - 0.16em) calc(100% - 0.16em), transparent 100%, #000 100%);
1760
+ -webkit-mask: radial-gradient(circle 0.18em at calc(100% - 0.16em) calc(100% - 0.16em), transparent 100%, #000 100%);
1742
1761
  }
1743
1762
 
1744
1763
  .persona {
@@ -1751,7 +1770,7 @@
1751
1770
  border-radius: var(--radius);
1752
1771
  cursor: pointer;
1753
1772
  text-align: left;
1754
- transition: 180ms var(--swift-out);
1773
+ transition: var(--transition-default);
1755
1774
  transition-property: background, outline-color, outline-offset;
1756
1775
  outline: 2px solid rgb(from var(--primary-600) r g b/0);
1757
1776
  outline-offset: 0;
@@ -1792,7 +1811,7 @@
1792
1811
  gap: 6px;
1793
1812
  background: var(--surface);
1794
1813
  border: 1px solid var(--surface-stroke);
1795
- border-radius: 99px;
1814
+ border-radius: var(--radius-full);
1796
1815
  color: var(--foreground-prominent);
1797
1816
  font-size: 13px;
1798
1817
  font-weight: 500;
@@ -1802,7 +1821,7 @@
1802
1821
  color: var(--foreground-prominent);
1803
1822
  cursor: pointer;
1804
1823
  text-decoration: none;
1805
- transition: background 180ms var(--swift-out);
1824
+ transition: background var(--transition-default);
1806
1825
  }
1807
1826
  @media (hover: hover) {
1808
1827
  .badge:is(a):hover {
@@ -1824,7 +1843,7 @@
1824
1843
  justify-content: center;
1825
1844
  background: unset;
1826
1845
  border: 0;
1827
- border-radius: 99px;
1846
+ border-radius: var(--radius-full);
1828
1847
  color: var(--foreground-secondary);
1829
1848
  cursor: pointer;
1830
1849
  }
@@ -1847,7 +1866,7 @@
1847
1866
  height: 9px;
1848
1867
  width: 9px;
1849
1868
  background: var(--color);
1850
- border-radius: 99px;
1869
+ border-radius: var(--radius-full);
1851
1870
  }
1852
1871
 
1853
1872
  .badge-icon {
@@ -1903,6 +1922,11 @@
1903
1922
  font-weight: 400;
1904
1923
  }
1905
1924
 
1925
+ .tag-keyboard-shortcut {
1926
+ padding-left: 3px;
1927
+ padding-right: 3px;
1928
+ }
1929
+
1906
1930
  .tag-close {
1907
1931
  border-radius: var(--radius-half);
1908
1932
  }
@@ -2068,7 +2092,6 @@
2068
2092
  .menu-item {
2069
2093
  height: unset;
2070
2094
  min-height: 42px;
2071
- padding: 6px 12px;
2072
2095
  gap: 15px;
2073
2096
  justify-content: flex-start;
2074
2097
  border: 0;
@@ -2089,10 +2112,6 @@
2089
2112
  }
2090
2113
 
2091
2114
  .menu-item-icon {
2092
- margin-left: 2px;
2093
- margin-right: 2px;
2094
- color: var(--foreground-prominent);
2095
- font-size: 16px;
2096
2115
  }
2097
2116
 
2098
2117
  .menu-item-label {
@@ -2152,6 +2171,47 @@
2152
2171
  margin-left: 33px;
2153
2172
  }
2154
2173
 
2174
+ .menu-collapsible {
2175
+ display: flex;
2176
+ flex-flow: column;
2177
+ }
2178
+
2179
+ .menu-collapsible-opened {
2180
+ }
2181
+
2182
+ .menu-collapsible-body {
2183
+ position: relative;
2184
+ min-height: 0;
2185
+ transition: height 300ms var(--swift-out), opacity 200ms var(--swift-out);
2186
+ }
2187
+ .menu-collapsible-body::before {
2188
+ content: "";
2189
+ position: absolute;
2190
+ top: 3px;
2191
+ bottom: 3px;
2192
+ left: 21px;
2193
+ width: 2px;
2194
+ background: var(--surface-stroke);
2195
+ }
2196
+ .menu-collapsible-body.v-enter-from, .menu-collapsible-body.v-leave-to {
2197
+ opacity: 0;
2198
+ }
2199
+ .menu-collapsible-body.v-enter-to, .menu-collapsible-body.v-leave-from {
2200
+ opacity: 1;
2201
+ }
2202
+ .menu-collapsible-body.v-enter-active, .menu-collapsible-body.v-leave-active {
2203
+ overflow: hidden;
2204
+ }
2205
+
2206
+ .menu-collapsible-content {
2207
+ display: flex;
2208
+ padding-top: 3px;
2209
+ padding-bottom: 3px;
2210
+ padding-left: 35px;
2211
+ flex-flow: column;
2212
+ gap: 3px;
2213
+ }
2214
+
2155
2215
  .menu-item-selectable-icon {
2156
2216
  }
2157
2217
 
@@ -2194,6 +2254,11 @@
2194
2254
  border-radius: 3px;
2195
2255
  }
2196
2256
 
2257
+ .menu-item .avatar {
2258
+ margin: -3px;
2259
+ font-size: 24px;
2260
+ }
2261
+
2197
2262
  .menu-group-horizontal .menu-item {
2198
2263
  flex-basis: 0;
2199
2264
  flex-grow: 1;
@@ -2219,7 +2284,6 @@
2219
2284
  align-items: center;
2220
2285
  gap: 9px;
2221
2286
  background: linear-gradient(to bottom, var(--surface) 75%, transparent);
2222
- font-size: 14px;
2223
2287
  pointer-events: none;
2224
2288
  z-index: 1;
2225
2289
  }
@@ -2235,6 +2299,7 @@
2235
2299
 
2236
2300
  .menu-sub-header-label {
2237
2301
  flex-grow: 1;
2302
+ font-size: 14px;
2238
2303
  }
2239
2304
 
2240
2305
  .menu-item + .menu-sub-header {
@@ -2255,9 +2320,9 @@
2255
2320
  width: 4px;
2256
2321
  content: "";
2257
2322
  background: var(--primary-600);
2258
- border-radius: 99px;
2323
+ border-radius: var(--radius-full);
2259
2324
  opacity: 0;
2260
- transition: opacity 180ms var(--swift-out);
2325
+ transition: opacity var(--transition-default);
2261
2326
  }
2262
2327
 
2263
2328
  .menu-large .menu-item:not(.menu-item-indented) {
@@ -2300,8 +2365,8 @@
2300
2365
  margin-bottom: 9px;
2301
2366
  }
2302
2367
  .expandable-body > .menu > :where(.divider, .separator) {
2303
- margin-left: 21px;
2304
- margin-right: 21px;
2368
+ margin-left: 18px;
2369
+ margin-right: 18px;
2305
2370
  }.form-input-group > .button-group > .button, .form-input-group > :is(.form-input, .form-select, .button) {
2306
2371
  height: 100%;
2307
2372
  min-height: unset;
@@ -2443,24 +2508,33 @@
2443
2508
  height: 42px;
2444
2509
  width: 100%;
2445
2510
  padding: 0 12px;
2446
- align-self: start;
2447
2511
  background: var(--surface);
2448
2512
  background-clip: padding-box;
2449
2513
  border: 1px solid var(--surface-stroke);
2450
2514
  border-radius: var(--radius);
2451
2515
  box-shadow: var(--shadow-px);
2452
2516
  color: var(--foreground);
2453
- transition: 180ms var(--swift-out);
2517
+ transition: var(--transition-default);
2454
2518
  transition-property: background, border-color, outline-color, outline-offset;
2455
2519
  }
2456
2520
  .form-input::placeholder {
2457
2521
  color: var(--foreground-secondary);
2458
2522
  }
2459
2523
  .form-input.is-secondary {
2460
- background: var(--background);
2524
+ background: var(--gray-100);
2461
2525
  border-color: transparent;
2462
2526
  box-shadow: none;
2463
2527
  }
2528
+ .form-input.is-condensed {
2529
+ height: 34px;
2530
+ }
2531
+ .form-input.is-invalid {
2532
+ border-color: var(--danger-500);
2533
+ }
2534
+
2535
+ .form .form-input {
2536
+ align-self: start;
2537
+ }
2464
2538
 
2465
2539
  .form-input-disabled {
2466
2540
  background: var(--surface-disabled);
@@ -2719,12 +2793,13 @@
2719
2793
  outline: 0 !important;
2720
2794
  }
2721
2795
  .form-select-input .form-input-icon {
2796
+ right: 0;
2722
2797
  margin: 15px;
2723
2798
  font-size: 18px;
2724
2799
  }
2725
2800
  .form-select-input .form-input-native {
2726
- padding-left: 21px;
2727
- padding-right: 21px;
2801
+ padding-left: 18px;
2802
+ padding-right: 18px;
2728
2803
  }
2729
2804
 
2730
2805
  .form-select-placeholder {
@@ -2805,6 +2880,26 @@
2805
2880
  gap: 12px;
2806
2881
  outline: 0;
2807
2882
  }
2883
+ .checkbox.is-disabled {
2884
+ cursor: not-allowed;
2885
+ }
2886
+ .checkbox.is-disabled .checkbox-element {
2887
+ background: var(--surface-disabled);
2888
+ border-color: var(--surface-stroke);
2889
+ color: var(--foreground-secondary);
2890
+ }
2891
+ .checkbox.is-disabled .checkbox-label {
2892
+ color: var(--foreground-secondary);
2893
+ }
2894
+ .checkbox.is-readonly {
2895
+ cursor: default;
2896
+ }
2897
+ .checkbox.is-readonly .checkbox-native {
2898
+ pointer-events: none;
2899
+ }
2900
+ .checkbox.is-invalid .checkbox-element {
2901
+ border-color: var(--danger-500);
2902
+ }
2808
2903
 
2809
2904
  .checkbox-element,
2810
2905
  .checkbox-native {
@@ -2876,7 +2971,7 @@
2876
2971
  border-radius: var(--radius);
2877
2972
  box-shadow: var(--shadow-px);
2878
2973
  overflow: hidden;
2879
- transition: 180ms var(--swift-out);
2974
+ transition: var(--transition-default);
2880
2975
  transition-property: border-color, outline-color, outline-offset;
2881
2976
  outline: 2px solid rgb(from var(--primary-600) r g b/0);
2882
2977
  outline-offset: 0;
@@ -2950,7 +3045,7 @@
2950
3045
  line-height: 3.3ch;
2951
3046
  outline: 0;
2952
3047
  text-align: center;
2953
- transition: 180ms var(--swift-out);
3048
+ transition: var(--transition-default);
2954
3049
  transition-property: border-color, outline-color, outline-offset;
2955
3050
  }
2956
3051
 
@@ -2983,7 +3078,7 @@
2983
3078
  flex: 0 0 auto;
2984
3079
  background: var(--gray-50);
2985
3080
  border: 1px solid var(--gray-200);
2986
- border-radius: 99px;
3081
+ border-radius: var(--radius-full);
2987
3082
  contain: paint;
2988
3083
  }
2989
3084
  .toggle.is-checked {
@@ -3011,6 +3106,12 @@
3011
3106
  cursor: not-allowed;
3012
3107
  opacity: 0.6;
3013
3108
  }
3109
+ .toggle.is-readonly .toggle-input {
3110
+ pointer-events: none;
3111
+ }
3112
+ .toggle.is-invalid {
3113
+ border-color: var(--danger-500);
3114
+ }
3014
3115
 
3015
3116
  .toggle-icon {
3016
3117
  position: absolute;
@@ -3058,7 +3159,7 @@
3058
3159
  content: "";
3059
3160
  background: var(--surface);
3060
3161
  border: 1px solid var(--surface-stroke);
3061
- border-radius: 99px;
3162
+ border-radius: var(--radius-full);
3062
3163
  box-shadow: var(--shadow-sm);
3063
3164
  }
3064
3165
 
@@ -3092,12 +3193,12 @@
3092
3193
  background: var(--surface);
3093
3194
  background-clip: padding-box;
3094
3195
  border: 1px solid var(--surface-stroke-out);
3095
- border-radius: 99px;
3196
+ border-radius: var(--radius-full);
3096
3197
  box-shadow: var(--shadow-sm);
3097
3198
  cursor: grab;
3098
3199
  outline: 0;
3099
3200
  translate: -50% -50%;
3100
- transition: 180ms var(--swift-out);
3201
+ transition: var(--transition-default);
3101
3202
  transition-property: outline-color, outline-offset;
3102
3203
  outline: 2px solid rgb(from var(--primary-600) r g b/0);
3103
3204
  outline-offset: 0;
@@ -3125,8 +3226,9 @@
3125
3226
  position: relative;
3126
3227
  height: 12px;
3127
3228
  background: var(--gray-50);
3229
+ background-clip: padding-box;
3128
3230
  border-radius: var(--radius-half);
3129
- box-shadow: inset 0 0 0 1px var(--surface-stroke);
3231
+ box-shadow: inset 0 0 0 1px var(--surface-stroke-out);
3130
3232
  }
3131
3233
 
3132
3234
  .slider-track-value {
@@ -3149,7 +3251,7 @@
3149
3251
  height: 9px;
3150
3252
  width: 2px;
3151
3253
  background: var(--gray-300);
3152
- border-radius: 99px;
3254
+ border-radius: var(--radius-full);
3153
3255
  color: var(--foreground-prominent);
3154
3256
  font-size: 10px;
3155
3257
  font-weight: 600;
@@ -3173,6 +3275,103 @@
3173
3275
  position: relative;
3174
3276
  display: block;
3175
3277
  height: 21px;
3278
+ }.tree-node {
3279
+ display: flex;
3280
+ width: 100%;
3281
+ min-height: 36px;
3282
+ padding: 0 8px;
3283
+ align-items: center;
3284
+ border-radius: var(--radius-half);
3285
+ color: var(--foreground);
3286
+ font-size: 14px;
3287
+ gap: 8px;
3288
+ outline: 0;
3289
+ transition: 150ms var(--swift-out);
3290
+ transition-property: background, color;
3291
+ user-select: none;
3292
+ }
3293
+
3294
+ .tree-node-line-area {
3295
+ display: flex;
3296
+ align-self: stretch;
3297
+ flex-shrink: 0;
3298
+ }
3299
+
3300
+ .tree-indent {
3301
+ position: relative;
3302
+ width: 20px;
3303
+ align-self: stretch;
3304
+ flex-shrink: 0;
3305
+ pointer-events: none;
3306
+ }
3307
+ .tree-indent.has-line::before {
3308
+ content: "";
3309
+ position: absolute;
3310
+ top: 0;
3311
+ bottom: 0;
3312
+ left: 9px;
3313
+ width: 1px;
3314
+ background: var(--surface-stroke);
3315
+ }
3316
+
3317
+ .tree-connector {
3318
+ position: relative;
3319
+ width: 20px;
3320
+ align-self: stretch;
3321
+ flex-shrink: 0;
3322
+ pointer-events: none;
3323
+ }
3324
+ .tree-connector:not(.is-last)::before {
3325
+ content: "";
3326
+ position: absolute;
3327
+ top: 0;
3328
+ bottom: 0;
3329
+ left: 9px;
3330
+ width: 1px;
3331
+ background: var(--surface-stroke);
3332
+ }
3333
+ .tree-connector::after {
3334
+ content: "";
3335
+ position: absolute;
3336
+ top: 0;
3337
+ bottom: 50%;
3338
+ left: 9px;
3339
+ right: 0;
3340
+ border-left: 1px solid var(--surface-stroke);
3341
+ border-bottom: 1px solid var(--surface-stroke);
3342
+ border-bottom-left-radius: 6px;
3343
+ }
3344
+
3345
+ .tree-node-expand {
3346
+ display: flex;
3347
+ width: 16px;
3348
+ flex-shrink: 0;
3349
+ align-items: center;
3350
+ justify-content: center;
3351
+ color: var(--foreground-secondary);
3352
+ }
3353
+ .tree-node-expand:not(:empty) {
3354
+ cursor: pointer;
3355
+ }
3356
+
3357
+ .tree-node-color-dot {
3358
+ display: block;
3359
+ width: 8px;
3360
+ height: 8px;
3361
+ border-radius: 50%;
3362
+ flex-shrink: 0;
3363
+ }
3364
+
3365
+ .tree-node-icon {
3366
+ color: var(--foreground-secondary);
3367
+ flex-shrink: 0;
3368
+ }
3369
+
3370
+ .tree-node-label {
3371
+ flex: 1;
3372
+ overflow: hidden;
3373
+ text-overflow: ellipsis;
3374
+ white-space: nowrap;
3176
3375
  }.divider {
3177
3376
  position: relative;
3178
3377
  display: grid;
@@ -3291,7 +3490,7 @@
3291
3490
  }
3292
3491
 
3293
3492
  .calendar-cell {
3294
- padding: 12px 21px;
3493
+ padding: 12px 18px;
3295
3494
  background: var(--gray-25);
3296
3495
  }
3297
3496
 
@@ -3326,7 +3525,7 @@
3326
3525
 
3327
3526
  .calendar-entry-date {
3328
3527
  position: absolute;
3329
- right: 21px;
3528
+ right: 18px;
3330
3529
  bottom: 15px;
3331
3530
  color: var(--foreground);
3332
3531
  font-size: 15px;
@@ -3365,12 +3564,12 @@
3365
3564
  margin-right: -22px;
3366
3565
  }
3367
3566
  .calendar-event.is-start {
3368
- margin-right: -21px;
3567
+ margin-right: -18px;
3369
3568
  border-top-left-radius: var(--radius-half);
3370
3569
  border-bottom-left-radius: var(--radius-half);
3371
3570
  }
3372
3571
  .calendar-event.is-end {
3373
- margin-left: -21px;
3572
+ margin-left: -18px;
3374
3573
  border-top-right-radius: var(--radius-half);
3375
3574
  border-bottom-right-radius: var(--radius-half);
3376
3575
  }
@@ -3451,7 +3650,7 @@
3451
3650
  cursor: pointer;
3452
3651
  font-size: 14px;
3453
3652
  outline: 0;
3454
- transition: 180ms var(--swift-out);
3653
+ transition: var(--transition-default);
3455
3654
  transition-property: background, border-radius, color, opacity;
3456
3655
  }
3457
3656
  @media (hover: hover) {
@@ -3552,9 +3751,9 @@
3552
3751
  gap: 9px;
3553
3752
  background: var(--gray-50);
3554
3753
  border: 1px solid var(--gray-200);
3555
- border-radius: 99px;
3754
+ border-radius: var(--radius-full);
3556
3755
  color: var(--foreground);
3557
- transition: 180ms var(--swift-out);
3756
+ transition: var(--transition-default);
3558
3757
  transition-property: background, border, color, outline-color, outline-offset;
3559
3758
  }
3560
3759
  .chip.is-selectable {
@@ -3585,28 +3784,343 @@
3585
3784
  font-size: 14px;
3586
3785
  font-weight: 500;
3587
3786
  white-space: nowrap;
3588
- }.comment {
3589
- display: grid;
3590
- max-width: 100%;
3591
- gap: 3px 15px;
3592
- grid-template-columns: 1fr auto;
3593
- grid-template-rows: repeat(2, auto);
3787
+ }.command-palette-backdrop {
3788
+ position: fixed;
3789
+ inset: 0;
3790
+ background: var(--overlay);
3791
+ backdrop-filter: blur(3px) saturate(180%);
3792
+ animation: command-palette-backdrop-in 300ms var(--swift-out) both;
3793
+ z-index: 99000;
3594
3794
  }
3595
- .comment .avatar {
3596
- align-self: end;
3597
- grid-column: 2;
3598
- grid-row: 1;
3795
+ .command-palette-backdrop.is-closing {
3796
+ animation: command-palette-backdrop-out 210ms var(--swift-out) both;
3599
3797
  }
3600
- .comment .comment-content {
3601
- grid-column: 1;
3602
- grid-row: 1;
3798
+
3799
+ .command-palette-dialog {
3800
+ position: fixed;
3801
+ inset: 0;
3802
+ display: flex;
3803
+ padding-top: clamp(60px, 15vh, 160px);
3804
+ align-items: flex-start;
3805
+ justify-content: center;
3806
+ animation: command-palette-in 300ms var(--swift-out) both;
3807
+ z-index: 99001;
3603
3808
  }
3604
- .comment .comment-footer {
3605
- grid-column: 1;
3606
- grid-row: 2;
3809
+ .command-palette-dialog.is-closing {
3810
+ animation: command-palette-out 210ms var(--swift-out) both;
3811
+ pointer-events: none;
3607
3812
  }
3608
- .comment.is-received {
3609
- grid-template-columns: auto 1fr;
3813
+
3814
+ .command-palette {
3815
+ display: flex;
3816
+ overflow: hidden;
3817
+ width: min(600px, 100dvw - 48px);
3818
+ max-height: min(480px, 100dvh - 120px - clamp(60px, 15vh, 160px));
3819
+ flex-flow: column nowrap;
3820
+ background: var(--surface);
3821
+ background-clip: padding-box;
3822
+ border: 1px solid var(--surface-stroke-out);
3823
+ border-radius: var(--radius);
3824
+ box-shadow: var(--shadow-lg);
3825
+ transition: height 120ms var(--deceleration-curve);
3826
+ }
3827
+
3828
+ .command-palette-search {
3829
+ display: flex;
3830
+ height: 54px;
3831
+ padding: 0 18px;
3832
+ align-items: center;
3833
+ flex-shrink: 0;
3834
+ gap: 12px;
3835
+ border-bottom: 1px solid var(--gray-100);
3836
+ }
3837
+
3838
+ .command-palette-search-icon {
3839
+ flex-shrink: 0;
3840
+ color: var(--foreground-secondary);
3841
+ font-size: 16px;
3842
+ }
3843
+
3844
+ .command-palette-search-input {
3845
+ height: 100%;
3846
+ flex-grow: 1;
3847
+ background: transparent;
3848
+ border: 0;
3849
+ color: var(--foreground);
3850
+ font: inherit;
3851
+ font-size: 16px;
3852
+ outline: 0;
3853
+ }
3854
+ .command-palette-search-input::placeholder {
3855
+ color: var(--foreground-secondary);
3856
+ }
3857
+
3858
+ .command-palette-breadcrumb {
3859
+ padding: 0;
3860
+ flex-shrink: 0;
3861
+ background: transparent;
3862
+ border: 0;
3863
+ cursor: pointer;
3864
+ color: var(--foreground-secondary);
3865
+ font: inherit;
3866
+ font-size: 15px;
3867
+ font-weight: 500;
3868
+ white-space: nowrap;
3869
+ transition: color 150ms;
3870
+ }
3871
+ @media (hover: hover) {
3872
+ .command-palette-breadcrumb:hover {
3873
+ color: var(--foreground);
3874
+ }
3875
+ }
3876
+
3877
+ .command-palette-breadcrumb-separator {
3878
+ flex-shrink: 0;
3879
+ opacity: 0.5;
3880
+ color: var(--foreground-secondary);
3881
+ font-size: 14px;
3882
+ }
3883
+
3884
+ .command-palette-tabs {
3885
+ display: flex;
3886
+ overflow-x: auto;
3887
+ scrollbar-width: none;
3888
+ padding: 6px 15px;
3889
+ flex-shrink: 0;
3890
+ gap: 3px;
3891
+ border-bottom: 1px solid var(--gray-100);
3892
+ }
3893
+ .command-palette-tabs::-webkit-scrollbar {
3894
+ display: none;
3895
+ }
3896
+
3897
+ .command-palette-tab {
3898
+ display: flex;
3899
+ height: 30px;
3900
+ padding: 0 10px;
3901
+ align-items: center;
3902
+ gap: 6px;
3903
+ background: transparent;
3904
+ border: 0;
3905
+ border-radius: var(--radius-half);
3906
+ cursor: pointer;
3907
+ color: var(--foreground-secondary);
3908
+ font: inherit;
3909
+ font-size: 13px;
3910
+ font-weight: 500;
3911
+ white-space: nowrap;
3912
+ transition: background 150ms, color 150ms;
3913
+ }
3914
+ @media (hover: hover) {
3915
+ .command-palette-tab:hover {
3916
+ background: var(--gray-100);
3917
+ color: var(--foreground);
3918
+ }
3919
+ }
3920
+
3921
+ .command-palette-tab-active {
3922
+ background: var(--primary-100);
3923
+ color: var(--primary-700);
3924
+ }
3925
+ @media (hover: hover) {
3926
+ .command-palette-tab-active:hover {
3927
+ background: var(--primary-100);
3928
+ color: var(--primary-700);
3929
+ }
3930
+ }
3931
+
3932
+ .command-palette-tab-icon {
3933
+ font-size: 13px;
3934
+ }
3935
+
3936
+ .command-palette-results {
3937
+ overflow-y: auto;
3938
+ overscroll-behavior: contain;
3939
+ scroll-padding-block: 42px 6px;
3940
+ scrollbar-width: thin;
3941
+ padding: 6px;
3942
+ flex-grow: 1;
3943
+ }
3944
+
3945
+ .command-palette-loading {
3946
+ display: flex;
3947
+ padding: 24px;
3948
+ align-items: center;
3949
+ justify-content: center;
3950
+ }
3951
+
3952
+ .command-palette-empty {
3953
+ display: flex;
3954
+ padding: 24px;
3955
+ align-items: center;
3956
+ justify-content: center;
3957
+ color: var(--foreground-secondary);
3958
+ font-size: 14px;
3959
+ }
3960
+
3961
+ .command-palette-group {
3962
+ display: flex;
3963
+ padding: 9px 10px 3px;
3964
+ align-items: center;
3965
+ gap: 6px;
3966
+ color: var(--foreground-secondary);
3967
+ font-size: 12px;
3968
+ font-weight: 600;
3969
+ text-transform: uppercase;
3970
+ letter-spacing: 0.05em;
3971
+ pointer-events: none;
3972
+ }
3973
+
3974
+ .command-palette-group-icon {
3975
+ font-size: 12px;
3976
+ }
3977
+
3978
+ .command-palette-item {
3979
+ display: flex;
3980
+ width: 100%;
3981
+ padding: 8px 10px;
3982
+ align-items: center;
3983
+ gap: 10px;
3984
+ background: transparent;
3985
+ border: 0;
3986
+ border-radius: var(--radius-half);
3987
+ cursor: pointer;
3988
+ color: var(--foreground);
3989
+ font: inherit;
3990
+ font-size: 14px;
3991
+ text-align: left;
3992
+ transition: background 100ms;
3993
+ }
3994
+ @media (hover: hover) {
3995
+ .command-palette-item:hover {
3996
+ background: var(--gray-100);
3997
+ }
3998
+ }
3999
+ .command-palette-item:active {
4000
+ background: var(--gray-200);
4001
+ }
4002
+
4003
+ .command-palette-item-highlighted {
4004
+ background: var(--gray-100);
4005
+ }
4006
+ @media (hover: hover) {
4007
+ .command-palette-item-highlighted:hover {
4008
+ background: var(--gray-100);
4009
+ }
4010
+ }
4011
+
4012
+ .command-palette-item-icon {
4013
+ display: flex;
4014
+ width: 30px;
4015
+ height: 30px;
4016
+ align-items: center;
4017
+ align-self: flex-start;
4018
+ flex-shrink: 0;
4019
+ justify-content: center;
4020
+ background: var(--gray-100);
4021
+ border-radius: var(--radius-half);
4022
+ color: var(--foreground);
4023
+ transition: background 100ms, color 100ms;
4024
+ }
4025
+ .command-palette-item-icon .icon {
4026
+ font-size: 16px;
4027
+ }
4028
+
4029
+ .command-palette-item-highlighted .command-palette-item-icon {
4030
+ background: var(--gray-200);
4031
+ }
4032
+
4033
+ .command-palette-item-content {
4034
+ overflow: hidden;
4035
+ flex-grow: 1;
4036
+ }
4037
+
4038
+ .command-palette-item-label {
4039
+ overflow: hidden;
4040
+ white-space: nowrap;
4041
+ text-overflow: ellipsis;
4042
+ }
4043
+
4044
+ .command-palette-item-sub-label {
4045
+ overflow: hidden;
4046
+ margin-top: 1px;
4047
+ color: var(--foreground-secondary);
4048
+ font-size: 12px;
4049
+ white-space: nowrap;
4050
+ text-overflow: ellipsis;
4051
+ transition: color 100ms;
4052
+ }
4053
+
4054
+ .command-palette-item-highlighted .command-palette-item-sub-label {
4055
+ color: var(--primary-500);
4056
+ }
4057
+
4058
+ .command-palette-item-sub-action-indicator {
4059
+ flex-shrink: 0;
4060
+ color: var(--foreground-secondary);
4061
+ font-size: 12px;
4062
+ transition: color 100ms;
4063
+ }
4064
+
4065
+ .command-palette-item-highlighted .command-palette-item-sub-action-indicator {
4066
+ color: var(--primary-500);
4067
+ }
4068
+
4069
+ @keyframes command-palette-in {
4070
+ from {
4071
+ opacity: 0;
4072
+ scale: 1.05;
4073
+ }
4074
+ to {
4075
+ opacity: 1;
4076
+ scale: 1;
4077
+ }
4078
+ }
4079
+ @keyframes command-palette-out {
4080
+ from {
4081
+ opacity: 1;
4082
+ }
4083
+ to {
4084
+ opacity: 0;
4085
+ }
4086
+ }
4087
+ @keyframes command-palette-backdrop-in {
4088
+ from {
4089
+ opacity: 0;
4090
+ }
4091
+ to {
4092
+ opacity: 1;
4093
+ }
4094
+ }
4095
+ @keyframes command-palette-backdrop-out {
4096
+ from {
4097
+ opacity: 1;
4098
+ }
4099
+ to {
4100
+ opacity: 0;
4101
+ }
4102
+ }.comment {
4103
+ display: grid;
4104
+ max-width: 100%;
4105
+ gap: 3px 15px;
4106
+ grid-template-columns: 1fr auto;
4107
+ grid-template-rows: repeat(2, auto);
4108
+ }
4109
+ .comment .avatar {
4110
+ align-self: end;
4111
+ grid-column: 2;
4112
+ grid-row: 1;
4113
+ }
4114
+ .comment .comment-content {
4115
+ grid-column: 1;
4116
+ grid-row: 1;
4117
+ }
4118
+ .comment .comment-footer {
4119
+ grid-column: 1;
4120
+ grid-row: 2;
4121
+ }
4122
+ .comment.is-received {
4123
+ grid-template-columns: auto 1fr;
3610
4124
  }
3611
4125
  .comment.is-received .avatar {
3612
4126
  grid-column: 1;
@@ -3714,7 +4228,7 @@
3714
4228
  }.color-picker {
3715
4229
  --transparent: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMElEQVQ4T2N89uzZfwY8QFJSEp80A+OoAcMiDP7//483HTx//hx/Ohg1gIFx6IcBALl+VXknOCvFAAAAAElFTkSuQmCC);
3716
4230
  display: flex;
3717
- padding: 21px;
4231
+ padding: 18px;
3718
4232
  flex-flow: column;
3719
4233
  gap: 15px;
3720
4234
  }
@@ -4103,11 +4617,11 @@ tfoot .table-cell {
4103
4617
  }
4104
4618
 
4105
4619
  .base-pane-structure > .table .table-cell:first-child .table-cell-content {
4106
- padding-left: 21px;
4620
+ padding-left: 18px;
4107
4621
  }
4108
4622
 
4109
4623
  .base-pane-structure > .table .table-cell:last-child .table-cell-content {
4110
- padding-right: 21px;
4624
+ padding-right: 18px;
4111
4625
  }
4112
4626
 
4113
4627
  .base-pane-structure > .table .table-actions {
@@ -4115,7 +4629,7 @@ tfoot .table-cell {
4115
4629
  }
4116
4630
 
4117
4631
  .base-pane-structure > .table :is(caption) {
4118
- padding: 12px 21px;
4632
+ padding: 12px 18px;
4119
4633
  border-top: 1px solid var(--gray-100);
4120
4634
  }
4121
4635
 
@@ -4232,9 +4746,9 @@ tfoot .table-cell {
4232
4746
 
4233
4747
  .expandable-header {
4234
4748
  display: flex;
4235
- height: 60px;
4236
- padding-left: 21px;
4237
- padding-right: 21px;
4749
+ height: 54px;
4750
+ padding-left: 18px;
4751
+ padding-right: 18px;
4238
4752
  align-items: center;
4239
4753
  gap: 12px;
4240
4754
  background: unset;
@@ -4242,7 +4756,7 @@ tfoot .table-cell {
4242
4756
  color: var(--foreground-prominent);
4243
4757
  cursor: pointer;
4244
4758
  text-align: left;
4245
- transition: background 180ms var(--swift-out);
4759
+ transition: background var(--transition-default);
4246
4760
  transition-property: background, outline-color, outline-offset;
4247
4761
  z-index: 1;
4248
4762
  outline: 2px solid rgb(from var(--primary-600) r g b/0);
@@ -4283,7 +4797,7 @@ tfoot .table-cell {
4283
4797
  }
4284
4798
 
4285
4799
  .expandable-content {
4286
- padding: 0 21px 21px;
4800
+ padding: 0 18px 18px;
4287
4801
  }
4288
4802
 
4289
4803
  .base-pane > .expandable {
@@ -4406,7 +4920,7 @@ tfoot .table-cell {
4406
4920
  width: 42px;
4407
4921
  background: rgba(0, 0, 0, 0.1);
4408
4922
  border: 4px solid white;
4409
- border-radius: 99px;
4923
+ border-radius: var(--radius-full);
4410
4924
  box-shadow: var(--shadow-md);
4411
4925
  cursor: move;
4412
4926
  transform: translate3d(-50%, -50%, 0);
@@ -4485,19 +4999,6 @@ tfoot .table-cell {
4485
4999
  }
4486
5000
 
4487
5001
  .tree-node {
4488
- display: flex;
4489
- width: 100%;
4490
- min-height: 36px;
4491
- padding: 0 8px;
4492
- align-items: center;
4493
- border-radius: var(--radius-half);
4494
- color: var(--foreground);
4495
- font-size: 14px;
4496
- gap: 8px;
4497
- outline: 0;
4498
- transition: 150ms var(--swift-out);
4499
- transition-property: background, color;
4500
- user-select: none;
4501
5002
  }
4502
5003
  .tree-node.is-selectable, .tree-node.is-expandable {
4503
5004
  cursor: pointer;
@@ -4527,89 +5028,6 @@ tfoot .table-cell {
4527
5028
  .tree-node-check {
4528
5029
  color: var(--primary-600);
4529
5030
  flex-shrink: 0;
4530
- }
4531
-
4532
- .tree-node-line-area {
4533
- display: flex;
4534
- align-self: stretch;
4535
- flex-shrink: 0;
4536
- }
4537
-
4538
- .tree-indent {
4539
- position: relative;
4540
- width: 20px;
4541
- align-self: stretch;
4542
- flex-shrink: 0;
4543
- pointer-events: none;
4544
- }
4545
- .tree-indent.has-line::before {
4546
- content: "";
4547
- position: absolute;
4548
- top: 0;
4549
- bottom: 0;
4550
- left: 9px;
4551
- width: 1px;
4552
- background: var(--surface-stroke);
4553
- }
4554
-
4555
- .tree-connector {
4556
- position: relative;
4557
- width: 20px;
4558
- align-self: stretch;
4559
- flex-shrink: 0;
4560
- pointer-events: none;
4561
- }
4562
- .tree-connector:not(.is-last)::before {
4563
- content: "";
4564
- position: absolute;
4565
- top: 0;
4566
- bottom: 0;
4567
- left: 9px;
4568
- width: 1px;
4569
- background: var(--surface-stroke);
4570
- }
4571
- .tree-connector::after {
4572
- content: "";
4573
- position: absolute;
4574
- top: 0;
4575
- bottom: 50%;
4576
- left: 9px;
4577
- right: 0;
4578
- border-left: 1px solid var(--surface-stroke);
4579
- border-bottom: 1px solid var(--surface-stroke);
4580
- border-bottom-left-radius: 6px;
4581
- }
4582
-
4583
- .tree-node-expand {
4584
- display: flex;
4585
- width: 16px;
4586
- flex-shrink: 0;
4587
- align-items: center;
4588
- justify-content: center;
4589
- color: var(--foreground-secondary);
4590
- }
4591
- .tree-node-expand:not(:empty) {
4592
- cursor: pointer;
4593
- }
4594
-
4595
- .tree-node-color-dot {
4596
- display: block;
4597
- width: 8px;
4598
- height: 8px;
4599
- border-radius: 50%;
4600
- flex-shrink: 0;
4601
- }
4602
-
4603
- .tree-node-icon {
4604
- color: var(--foreground-secondary);
4605
- flex-shrink: 0;
4606
- }
4607
-
4608
- .tree-node-label {
4609
- flex: 1;
4610
- overflow: hidden;
4611
- text-overflow: ellipsis;
4612
- white-space: nowrap;
4613
5031
  }.remove {
4614
5032
  position: absolute;
4615
5033
  display: flex;
@@ -4621,7 +5039,7 @@ tfoot .table-cell {
4621
5039
  justify-content: center;
4622
5040
  background: var(--danger-600);
4623
5041
  border: 3px solid var(--surface);
4624
- border-radius: 99px;
5042
+ border-radius: var(--radius-full);
4625
5043
  color: var(--danger-25);
4626
5044
  cursor: pointer;
4627
5045
  transition: 300ms var(--swift-out);
@@ -4814,7 +5232,7 @@ tfoot .table-cell {
4814
5232
  }.item {
4815
5233
  display: flex;
4816
5234
  flex-flow: row nowrap;
4817
- gap: 21px;
5235
+ gap: 18px;
4818
5236
  text-align: left;
4819
5237
  }
4820
5238
 
@@ -4864,14 +5282,14 @@ tfoot .table-cell {
4864
5282
  position: relative;
4865
5283
  }
4866
5284
  .item-stack .item + .item {
4867
- margin-top: 21px;
4868
- padding-top: 21px;
5285
+ margin-top: 18px;
5286
+ padding-top: 18px;
4869
5287
  border-top: 1px solid var(--surface-stroke);
4870
5288
  }
4871
5289
 
4872
5290
  .base-pane-structure > .item,
4873
5291
  .base-pane-structure > .item-stack > .item {
4874
- padding: 21px;
5292
+ padding: 18px;
4875
5293
  }
4876
5294
 
4877
5295
  .base-pane-structure > .item-stack > .item {
@@ -4880,8 +5298,47 @@ tfoot .table-cell {
4880
5298
 
4881
5299
  .base-pane-structure:is(a, button):hover:has(> .item) {
4882
5300
  background-color: color-mix(in srgb, rgb(from var(--surface-hover) r g b/0.125), var(--surface));
5301
+ }.layer-pane {
5302
+ display: flex;
5303
+ flex-flow: column;
5304
+ border: 1px solid var(--surface-stroke-out);
5305
+ border-radius: var(--radius);
5306
+ background: var(--gray-50);
5307
+ background-clip: padding-box;
5308
+ }
5309
+
5310
+ .layer-pane > .base-pane-structure {
5311
+ border-right-width: 0;
5312
+ border-left-width: 0;
5313
+ }
5314
+
5315
+ .layer-pane > .base-pane-structure:first-child {
5316
+ border-top-width: 0;
5317
+ }
5318
+
5319
+ .layer-pane > .base-pane-structure:last-child {
5320
+ border-bottom-width: 0;
5321
+ }
5322
+
5323
+ .layer-pane > .base-pane-structure + .base-pane-structure {
5324
+ border-top-width: 0;
5325
+ border-top-left-radius: 0;
5326
+ border-top-right-radius: 0;
5327
+ }
5328
+
5329
+ .layer-pane > .base-pane-structure:has(+ .base-pane-structure) {
5330
+ border-bottom-left-radius: 0;
5331
+ border-bottom-right-radius: 0;
5332
+ }
5333
+
5334
+ .layer-pane-secondary {
5335
+ display: flex;
5336
+ align-items: center;
5337
+ gap: 9px;
5338
+ padding: 12px 18px;
5339
+ color: var(--foreground-prominent);
4883
5340
  }.legend-horizontal {
4884
- gap: 12px 21px;
5341
+ gap: 12px 18px;
4885
5342
  }
4886
5343
 
4887
5344
  .legend-vertical {
@@ -4903,7 +5360,7 @@ tfoot .table-cell {
4903
5360
  content: "";
4904
5361
  flex: 0 0 12px;
4905
5362
  background: var(--color);
4906
- border-radius: 99px;
5363
+ border-radius: var(--radius-full);
4907
5364
  }.notice {
4908
5365
  display: flex;
4909
5366
  padding: 12px 15px;
@@ -5022,7 +5479,7 @@ tfoot .table-cell {
5022
5479
  }
5023
5480
  .notice-primary .notice-prefix,
5024
5481
  .notice-primary .notice-title {
5025
- color: var(--primary-600);
5482
+ color: var(--primary-800);
5026
5483
  }
5027
5484
  .notice-primary .button {
5028
5485
  border-color: var(--primary-300);
@@ -5045,7 +5502,7 @@ tfoot .table-cell {
5045
5502
  }
5046
5503
  .notice-danger .notice-prefix,
5047
5504
  .notice-danger .notice-title {
5048
- color: var(--danger-600);
5505
+ color: var(--danger-800);
5049
5506
  }
5050
5507
  .notice-danger .button {
5051
5508
  border-color: var(--danger-300);
@@ -5068,7 +5525,7 @@ tfoot .table-cell {
5068
5525
  }
5069
5526
  .notice-info .notice-prefix,
5070
5527
  .notice-info .notice-title {
5071
- color: var(--info-600);
5528
+ color: var(--info-800);
5072
5529
  }
5073
5530
  .notice-info .button {
5074
5531
  border-color: var(--info-300);
@@ -5091,7 +5548,7 @@ tfoot .table-cell {
5091
5548
  }
5092
5549
  .notice-success .notice-prefix,
5093
5550
  .notice-success .notice-title {
5094
- color: var(--success-600);
5551
+ color: var(--success-800);
5095
5552
  }
5096
5553
  .notice-success .button {
5097
5554
  border-color: var(--success-300);
@@ -5114,7 +5571,7 @@ tfoot .table-cell {
5114
5571
  }
5115
5572
  .notice-warning .notice-prefix,
5116
5573
  .notice-warning .notice-title {
5117
- color: var(--warning-600);
5574
+ color: var(--warning-800);
5118
5575
  }
5119
5576
  .notice-warning .button {
5120
5577
  border-color: var(--warning-300);
@@ -5128,8 +5585,8 @@ tfoot .table-cell {
5128
5585
  }
5129
5586
 
5130
5587
  .base-pane > .notice {
5131
- padding-left: 21px;
5132
- padding-right: 21px;
5588
+ padding-left: 18px;
5589
+ padding-right: 18px;
5133
5590
  }.percentage-bar {
5134
5591
  display: flex;
5135
5592
  flex-flow: column;
@@ -5139,7 +5596,7 @@ tfoot .table-cell {
5139
5596
  .percentage-bar-segment {
5140
5597
  height: 12px;
5141
5598
  border-radius: calc(var(--radius) / 3);
5142
- transition: 180ms var(--swift-out);
5599
+ transition: var(--transition-default);
5143
5600
  transition-property: height, margin, flex-grow;
5144
5601
  }
5145
5602
  .percentage-bar-segment:hover {
@@ -5306,7 +5763,7 @@ tfoot .table-cell {
5306
5763
  font-weight: 500;
5307
5764
  outline: 0;
5308
5765
  text-align: center;
5309
- transition: 180ms var(--swift-out);
5766
+ transition: var(--transition-default);
5310
5767
  transition-property: background, color;
5311
5768
  }
5312
5769
  .snackbar-action:hover {
@@ -5449,8 +5906,8 @@ tfoot .table-cell {
5449
5906
  max-width: 360px;
5450
5907
  padding: 9px 15px;
5451
5908
  flex-flow: column;
5452
- background: rgb(from var(--gray-950) r g b/0.9);
5453
- backdrop-filter: blur(6px) saturate(180%);
5909
+ background: var(--overlay-strong);
5910
+ backdrop-filter: blur(3px) saturate(180%);
5454
5911
  border-radius: var(--radius);
5455
5912
  color: var(--gray-25);
5456
5913
  font-size: 14px;
@@ -5477,8 +5934,7 @@ tfoot .table-cell {
5477
5934
  }
5478
5935
 
5479
5936
  [dark] .tooltip {
5480
- background: rgba(0, 0, 0, 0.9);
5481
- color: white;
5937
+ color: var(--gray-700);
5482
5938
  }
5483
5939
 
5484
5940
  .tooltip-above {
@@ -5530,6 +5986,7 @@ tfoot .table-cell {
5530
5986
  pointer-events: none;
5531
5987
  transition: 300ms var(--swift-out);
5532
5988
  transition-property: left, width;
5989
+ translate: -1px 0;
5533
5990
  }
5534
5991
 
5535
5992
  .segmented-control-item {
@@ -5575,10 +6032,10 @@ tfoot .table-cell {
5575
6032
  .segmented-control-separator.is-active {
5576
6033
  opacity: 0;
5577
6034
  }.statistic {
5578
- padding: 21px;
6035
+ padding: 18px;
5579
6036
  flex-basis: 0;
5580
6037
  flex-grow: 1;
5581
- gap: 21px;
6038
+ gap: 18px;
5582
6039
  }
5583
6040
 
5584
6041
  .statistic-change {
@@ -5780,7 +6237,7 @@ tfoot .table-cell {
5780
6237
  justify-content: center;
5781
6238
  background: var(--gray-100);
5782
6239
  border: 0;
5783
- border-radius: 99px;
6240
+ border-radius: var(--radius-full);
5784
6241
  color: var(--foreground);
5785
6242
  cursor: default;
5786
6243
  font-size: 14px;
@@ -5843,7 +6300,7 @@ tfoot .table-cell {
5843
6300
  color: var(--foreground);
5844
6301
  cursor: pointer;
5845
6302
  outline: 0;
5846
- transition: background 180ms var(--swift-out);
6303
+ transition: background var(--transition-default);
5847
6304
  z-index: 1;
5848
6305
  }
5849
6306
  @media (hover: hover) {
@@ -5869,8 +6326,8 @@ tfoot .table-cell {
5869
6326
  margin-right: -3px;
5870
6327
  padding-left: 3px;
5871
6328
  padding-right: 3px;
5872
- align-items: flex-end;
5873
- gap: 30px;
6329
+ align-items: center;
6330
+ gap: 27px;
5874
6331
  overflow: auto;
5875
6332
  scrollbar-width: none;
5876
6333
  -webkit-mask-image: var(--mask);
@@ -5896,7 +6353,7 @@ tfoot .table-cell {
5896
6353
  cursor: pointer;
5897
6354
  font-weight: 500;
5898
6355
  outline: 0;
5899
- transition: 180ms var(--swift-out);
6356
+ transition: var(--transition-default);
5900
6357
  transition-property: border-color, color;
5901
6358
  white-space: nowrap;
5902
6359
  }
@@ -5906,7 +6363,7 @@ tfoot .table-cell {
5906
6363
  content: "";
5907
6364
  border-radius: var(--radius);
5908
6365
  pointer-events: none;
5909
- transition: 180ms var(--swift-out) outline-color, outline-offset;
6366
+ transition: var(--transition-default) outline-color, outline-offset;
5910
6367
  }
5911
6368
  .tab-bar-item::before {
5912
6369
  outline: 2px solid rgb(from var(--primary-600) r g b/0);
@@ -5947,8 +6404,8 @@ tfoot .table-cell {
5947
6404
  .base-pane-structure > .form > .tab-bar,
5948
6405
  .base-pane-structure > .form > .tabs > .tab-bar {
5949
6406
  --tab-padding: 18px;
5950
- padding-left: 21px;
5951
- padding-right: 21px;
6407
+ padding-left: 18px;
6408
+ padding-right: 18px;
5952
6409
  background: var(--gray-50);
5953
6410
  }
5954
6411
  .base-pane-structure > .tab-bar:first-child,
@@ -6003,7 +6460,7 @@ tfoot .table-cell {
6003
6460
  display: flex;
6004
6461
  align-items: center;
6005
6462
  justify-content: center;
6006
- border-radius: 99px;
6463
+ border-radius: var(--radius-full);
6007
6464
  outline: 6px solid var(--surface);
6008
6465
  }
6009
6466
 
@@ -6028,7 +6485,7 @@ tfoot .table-cell {
6028
6485
  align-items: center;
6029
6486
  justify-content: center;
6030
6487
  background: var(--gray-25);
6031
- border-radius: 99px;
6488
+ border-radius: var(--radius-full);
6032
6489
  }
6033
6490
 
6034
6491
  .timeline-item-photo-image {
@@ -6169,10 +6626,10 @@ tfoot .table-cell {
6169
6626
  translate: 0 50%;
6170
6627
  }
6171
6628
  .toolbar-floating.is-top-end, .toolbar-floating.is-bottom-end {
6172
- right: 21px;
6629
+ right: 18px;
6173
6630
  }
6174
6631
  .toolbar-floating.is-top-start, .toolbar-floating.is-bottom-start {
6175
- left: 21px;
6632
+ left: 18px;
6176
6633
  }
6177
6634
 
6178
6635
  .base-pane-structure > .toolbar-flat {
@@ -6200,7 +6657,7 @@ tfoot .table-cell {
6200
6657
  }
6201
6658
 
6202
6659
  .pane-header + .toolbar-flat {
6203
- margin-top: 21px;
6660
+ margin-top: 18px;
6204
6661
  }.tree-view {
6205
6662
  display: flex;
6206
6663
  flex-flow: column;
@@ -6208,20 +6665,7 @@ tfoot .table-cell {
6208
6665
  }
6209
6666
 
6210
6667
  .tree-node {
6211
- display: flex;
6212
- width: 100%;
6213
- min-height: 36px;
6214
- padding: 0 8px;
6215
- align-items: center;
6216
- border-radius: var(--radius-half);
6217
- color: var(--foreground);
6218
6668
  cursor: pointer;
6219
- font-size: 14px;
6220
- gap: 8px;
6221
- outline: 0;
6222
- transition: 150ms var(--swift-out);
6223
- transition-property: background, color;
6224
- user-select: none;
6225
6669
  }
6226
6670
  @media (hover: hover) {
6227
6671
  .tree-node:hover {
@@ -6230,87 +6674,4 @@ tfoot .table-cell {
6230
6674
  }
6231
6675
  .tree-node.is-highlighted {
6232
6676
  background: var(--surface-hover);
6233
- }
6234
-
6235
- .tree-node-line-area {
6236
- display: flex;
6237
- align-self: stretch;
6238
- flex-shrink: 0;
6239
- }
6240
-
6241
- .tree-indent {
6242
- position: relative;
6243
- width: 20px;
6244
- align-self: stretch;
6245
- flex-shrink: 0;
6246
- pointer-events: none;
6247
- }
6248
- .tree-indent.has-line::before {
6249
- content: "";
6250
- position: absolute;
6251
- top: 0;
6252
- bottom: 0;
6253
- left: 9px;
6254
- width: 1px;
6255
- background: var(--surface-stroke);
6256
- }
6257
-
6258
- .tree-connector {
6259
- position: relative;
6260
- width: 20px;
6261
- align-self: stretch;
6262
- flex-shrink: 0;
6263
- pointer-events: none;
6264
- }
6265
- .tree-connector:not(.is-last)::before {
6266
- content: "";
6267
- position: absolute;
6268
- top: 0;
6269
- bottom: 0;
6270
- left: 9px;
6271
- width: 1px;
6272
- background: var(--surface-stroke);
6273
- }
6274
- .tree-connector::after {
6275
- content: "";
6276
- position: absolute;
6277
- top: 0;
6278
- bottom: 50%;
6279
- left: 9px;
6280
- right: 0;
6281
- border-left: 1px solid var(--surface-stroke);
6282
- border-bottom: 1px solid var(--surface-stroke);
6283
- border-bottom-left-radius: 6px;
6284
- }
6285
-
6286
- .tree-node-expand {
6287
- display: flex;
6288
- width: 16px;
6289
- flex-shrink: 0;
6290
- align-items: center;
6291
- justify-content: center;
6292
- color: var(--foreground-secondary);
6293
- }
6294
- .tree-node-expand:not(:empty) {
6295
- cursor: pointer;
6296
- }
6297
-
6298
- .tree-node-color-dot {
6299
- display: block;
6300
- width: 8px;
6301
- height: 8px;
6302
- border-radius: 50%;
6303
- flex-shrink: 0;
6304
- }
6305
-
6306
- .tree-node-icon {
6307
- color: var(--foreground-secondary);
6308
- flex-shrink: 0;
6309
- }
6310
-
6311
- .tree-node-label {
6312
- flex: 1;
6313
- overflow: hidden;
6314
- text-overflow: ellipsis;
6315
- white-space: nowrap;
6316
6677
  }/*$vite$:1*/