@flux-ui/components 3.0.0-next.9 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (801) hide show
  1. package/README.md +23 -6
  2. package/dist/component/FluxAction.vue.d.ts +7 -7
  3. package/dist/component/FluxActionBar.vue.d.ts +26 -51
  4. package/dist/component/FluxActionPane.vue.d.ts +8 -18
  5. package/dist/component/FluxActionStack.vue.d.ts +12 -0
  6. package/dist/component/FluxAdaptiveGroup.vue.d.ts +15 -0
  7. package/dist/component/FluxAdaptiveSlot.vue.d.ts +16 -0
  8. package/dist/component/FluxAlert.vue.d.ts +2 -2
  9. package/dist/component/FluxAnimatedColors.vue.d.ts +3 -4
  10. package/dist/component/FluxAspectRatio.vue.d.ts +8 -15
  11. package/dist/component/FluxAvatar.vue.d.ts +7 -7
  12. package/dist/component/FluxBadge.vue.d.ts +8 -8
  13. package/dist/component/FluxBadgeStack.vue.d.ts +6 -14
  14. package/dist/component/FluxBorderBeam.vue.d.ts +31 -0
  15. package/dist/component/FluxBorderShine.vue.d.ts +8 -9
  16. package/dist/component/FluxBoxedIcon.vue.d.ts +2 -6
  17. package/dist/component/FluxButton.vue.d.ts +9 -9
  18. package/dist/component/FluxButtonGroup.vue.d.ts +6 -14
  19. package/dist/component/FluxButtonStack.vue.d.ts +6 -14
  20. package/dist/component/FluxCalendar.vue.d.ts +66 -17
  21. package/dist/component/FluxCalendarItem.vue.d.ts +23 -0
  22. package/dist/component/FluxCheckbox.vue.d.ts +11 -11
  23. package/dist/component/FluxChip.vue.d.ts +5 -5
  24. package/dist/component/FluxClickablePane.vue.d.ts +7 -16
  25. package/dist/component/FluxColorPicker.vue.d.ts +11 -7
  26. package/dist/component/FluxColorSelect.vue.d.ts +9 -7
  27. package/dist/component/FluxCommandPalette.vue.d.ts +18 -0
  28. package/dist/component/FluxCommandPaletteGroup.vue.d.ts +8 -0
  29. package/dist/component/FluxCommandPaletteItem.vue.d.ts +18 -0
  30. package/dist/component/FluxComment.vue.d.ts +6 -14
  31. package/dist/component/FluxConfirm.vue.d.ts +2 -2
  32. package/dist/component/FluxContainer.vue.d.ts +7 -14
  33. package/dist/component/FluxDataTable.vue.d.ts +30 -44
  34. package/dist/component/FluxDatePicker.vue.d.ts +9 -8
  35. package/dist/component/FluxDestructiveButton.vue.d.ts +10 -16
  36. package/dist/component/FluxDisabled.vue.d.ts +7 -12
  37. package/dist/component/FluxDivider.vue.d.ts +8 -14
  38. package/dist/component/FluxDotPattern.vue.d.ts +2 -4
  39. package/dist/component/FluxDropZone.vue.d.ts +25 -50
  40. package/dist/component/FluxDynamicView.vue.d.ts +2 -3
  41. package/dist/component/FluxExpandable.vue.d.ts +28 -31
  42. package/dist/component/FluxExpandableGroup.vue.d.ts +6 -14
  43. package/dist/component/FluxFader.vue.d.ts +13 -29
  44. package/dist/component/FluxFaderItem.vue.d.ts +6 -14
  45. package/dist/component/FluxFilter.vue.d.ts +15 -156
  46. package/dist/component/FluxFilterBar.vue.d.ts +32 -0
  47. package/dist/component/FluxFilterBase.vue.d.ts +33 -0
  48. package/dist/component/FluxFilterDate.vue.d.ts +4 -7
  49. package/dist/component/FluxFilterDateRange.vue.d.ts +4 -7
  50. package/dist/component/FluxFilterOption.vue.d.ts +11 -13
  51. package/dist/component/FluxFilterOptionAsync.vue.d.ts +11 -13
  52. package/dist/component/FluxFilterOptions.vue.d.ts +11 -13
  53. package/dist/component/FluxFilterOptionsAsync.vue.d.ts +11 -13
  54. package/dist/component/FluxFilterRange.vue.d.ts +4 -8
  55. package/dist/component/FluxFilterWindow.vue.d.ts +17 -0
  56. package/dist/component/FluxFlex.vue.d.ts +22 -0
  57. package/dist/component/FluxFlexItem.vue.d.ts +17 -0
  58. package/dist/component/FluxFlickeringGrid.vue.d.ts +2 -4
  59. package/dist/component/FluxFlyout.vue.d.ts +20 -162
  60. package/dist/component/FluxFocalPointEditor.vue.d.ts +15 -22
  61. package/dist/component/FluxFocalPointImage.vue.d.ts +2 -2
  62. package/dist/component/FluxForm.vue.d.ts +9 -17
  63. package/dist/component/FluxFormColumn.vue.d.ts +6 -14
  64. package/dist/component/FluxFormDateInput.vue.d.ts +13 -169
  65. package/dist/component/FluxFormDateRangeInput.vue.d.ts +11 -168
  66. package/dist/component/FluxFormDateTimeInput.vue.d.ts +11 -167
  67. package/dist/component/FluxFormField.vue.d.ts +25 -51
  68. package/dist/component/FluxFormFieldAddition.vue.d.ts +7 -12
  69. package/dist/component/FluxFormGrid.vue.d.ts +15 -0
  70. package/dist/component/FluxFormInput.vue.d.ts +15 -21
  71. package/dist/component/FluxFormInputAddition.vue.d.ts +6 -14
  72. package/dist/component/FluxFormInputGroup.vue.d.ts +7 -14
  73. package/dist/component/FluxFormPinInput.vue.d.ts +10 -13
  74. package/dist/component/FluxFormRangeSlider.vue.d.ts +10 -66
  75. package/dist/component/FluxFormRow.vue.d.ts +6 -14
  76. package/dist/component/FluxFormSection.vue.d.ts +6 -14
  77. package/dist/component/FluxFormSelect.vue.d.ts +11 -12
  78. package/dist/component/FluxFormSelectAsync.vue.d.ts +11 -12
  79. package/dist/component/FluxFormSlider.vue.d.ts +11 -38
  80. package/dist/component/FluxFormTextArea.vue.d.ts +12 -17
  81. package/dist/component/FluxFormTimeZonePicker.vue.d.ts +11 -12
  82. package/dist/component/FluxFormTreeViewSelect.vue.d.ts +18 -0
  83. package/dist/component/FluxGallery.vue.d.ts +10 -18
  84. package/dist/component/FluxGalleryItem.vue.d.ts +5 -5
  85. package/dist/component/FluxGrid.vue.d.ts +7 -14
  86. package/dist/component/FluxGridColumn.vue.d.ts +7 -14
  87. package/dist/component/FluxGridPattern.vue.d.ts +2 -4
  88. package/dist/component/FluxIcon.vue.d.ts +6 -5
  89. package/dist/component/FluxInfo.vue.d.ts +6 -14
  90. package/dist/component/FluxInfoStack.vue.d.ts +6 -14
  91. package/dist/component/FluxItem.vue.d.ts +13 -0
  92. package/dist/component/FluxItemActions.vue.d.ts +16 -0
  93. package/dist/component/FluxItemContent.vue.d.ts +16 -0
  94. package/dist/component/FluxItemMedia.vue.d.ts +17 -0
  95. package/dist/component/FluxItemStack.vue.d.ts +13 -0
  96. package/dist/component/FluxKanban.vue.d.ts +25 -0
  97. package/dist/component/FluxKanbanColumn.vue.d.ts +24 -0
  98. package/dist/component/FluxKanbanItem.vue.d.ts +17 -0
  99. package/dist/component/FluxLayerPane.vue.d.ts +16 -0
  100. package/dist/component/FluxLayerPaneSecondary.vue.d.ts +12 -0
  101. package/dist/component/FluxLink.vue.d.ts +10 -16
  102. package/dist/component/FluxMenu.vue.d.ts +6 -18
  103. package/dist/component/FluxMenuCollapsible.vue.d.ts +38 -0
  104. package/dist/component/FluxMenuGroup.vue.d.ts +6 -14
  105. package/dist/component/FluxMenuItem.vue.d.ts +18 -7
  106. package/dist/component/FluxMenuOptions.vue.d.ts +12 -19
  107. package/dist/component/FluxMenuSubHeader.vue.d.ts +2 -2
  108. package/dist/component/FluxMenuTitle.vue.d.ts +2 -2
  109. package/dist/component/FluxNotice.vue.d.ts +10 -19
  110. package/dist/component/FluxNoticeStack.vue.d.ts +6 -14
  111. package/dist/component/FluxOverflowBar.vue.d.ts +22 -0
  112. package/dist/component/FluxOverlay.vue.d.ts +5 -6
  113. package/dist/component/FluxOverlayProvider.vue.d.ts +3 -0
  114. package/dist/component/FluxPagination.vue.d.ts +5 -5
  115. package/dist/component/FluxPaginationBar.vue.d.ts +6 -6
  116. package/dist/component/FluxPaginationButton.vue.d.ts +10 -16
  117. package/dist/component/FluxPane.vue.d.ts +7 -16
  118. package/dist/component/FluxPaneBody.vue.d.ts +6 -14
  119. package/dist/component/FluxPaneFooter.vue.d.ts +6 -14
  120. package/dist/component/FluxPaneGroup.vue.d.ts +6 -14
  121. package/dist/component/FluxPaneHeader.vue.d.ts +8 -17
  122. package/dist/component/FluxPaneIllustration.vue.d.ts +7 -16
  123. package/dist/component/FluxPaneMedia.vue.d.ts +3 -2
  124. package/dist/component/FluxPersona.vue.d.ts +5 -5
  125. package/dist/component/FluxPlaceholder.vue.d.ts +10 -15
  126. package/dist/component/FluxPressable.vue.d.ts +11 -19
  127. package/dist/component/FluxPrimaryButton.vue.d.ts +10 -16
  128. package/dist/component/FluxPrimaryLinkButton.vue.d.ts +19 -0
  129. package/dist/component/FluxProgressBar.vue.d.ts +2 -2
  130. package/dist/component/FluxPrompt.vue.d.ts +2 -68
  131. package/dist/component/FluxPublishButton.vue.d.ts +7 -7
  132. package/dist/component/FluxQuantitySelector.vue.d.ts +8 -9
  133. package/dist/component/FluxRemove.vue.d.ts +5 -5
  134. package/dist/component/FluxRoot.vue.d.ts +6 -14
  135. package/dist/component/FluxScroller.vue.d.ts +20 -0
  136. package/dist/component/FluxSecondaryButton.vue.d.ts +10 -16
  137. package/dist/component/FluxSecondaryLinkButton.vue.d.ts +19 -0
  138. package/dist/component/FluxSegmentedControl.vue.d.ts +23 -14
  139. package/dist/component/FluxSegmentedControlItem.vue.d.ts +20 -0
  140. package/dist/component/FluxSeparator.vue.d.ts +2 -2
  141. package/dist/component/FluxSlideOver.vue.d.ts +7 -7
  142. package/dist/component/FluxSnackbar.vue.d.ts +6 -6
  143. package/dist/component/FluxSnackbarProvider.vue.d.ts +2 -2
  144. package/dist/component/FluxSpacer.vue.d.ts +2 -2
  145. package/dist/component/FluxSpacing.vue.d.ts +4 -3
  146. package/dist/component/FluxSpinner.vue.d.ts +2 -2
  147. package/dist/component/FluxSplitButton.vue.d.ts +17 -36
  148. package/dist/component/FluxSplitView.vue.d.ts +18 -0
  149. package/dist/component/FluxSplitViewPane.vue.d.ts +18 -0
  150. package/dist/component/FluxStepper.vue.d.ts +24 -46
  151. package/dist/component/FluxStepperStep.vue.d.ts +6 -14
  152. package/dist/component/FluxStepperSteps.vue.d.ts +5 -5
  153. package/dist/component/FluxSticky.vue.d.ts +20 -0
  154. package/dist/component/FluxTab.vue.d.ts +6 -14
  155. package/dist/component/FluxTabBar.vue.d.ts +9 -18
  156. package/dist/component/FluxTabBarItem.vue.d.ts +7 -87
  157. package/dist/component/FluxTable.vue.d.ts +11 -25
  158. package/dist/component/FluxTableActions.vue.d.ts +6 -14
  159. package/dist/component/FluxTableBar.vue.d.ts +12 -0
  160. package/dist/component/FluxTableCell.vue.d.ts +8 -16
  161. package/dist/component/FluxTableHeader.vue.d.ts +10 -18
  162. package/dist/component/FluxTableRow.vue.d.ts +9 -14
  163. package/dist/component/FluxTabs.vue.d.ts +33 -56
  164. package/dist/component/FluxTag.vue.d.ts +9 -8
  165. package/dist/component/FluxTagStack.vue.d.ts +6 -14
  166. package/dist/component/FluxTicks.vue.d.ts +2 -2
  167. package/dist/component/FluxTimeline.vue.d.ts +6 -14
  168. package/dist/component/FluxTimelineItem.vue.d.ts +6 -14
  169. package/dist/component/FluxToggle.vue.d.ts +10 -10
  170. package/dist/component/FluxToolbar.vue.d.ts +6 -14
  171. package/dist/component/FluxToolbarGroup.vue.d.ts +6 -14
  172. package/dist/component/FluxTooltip.vue.d.ts +5 -6
  173. package/dist/component/FluxTooltipProvider.vue.d.ts +2 -2
  174. package/dist/component/FluxTreeView.vue.d.ts +14 -0
  175. package/dist/component/FluxWindow.vue.d.ts +15 -30
  176. package/dist/component/calendar/FluxCalendarItemDisplay.vue.d.ts +7 -0
  177. package/dist/component/calendar/FluxCalendarMonthView.vue.d.ts +19 -0
  178. package/dist/component/calendar/FluxCalendarTimeGridView.vue.d.ts +36 -0
  179. package/dist/component/calendar/index.d.ts +3 -0
  180. package/dist/component/index.d.ts +35 -10
  181. package/dist/component/primitive/Anchor.vue.d.ts +6 -14
  182. package/dist/component/primitive/AnchorPopup.vue.d.ts +6 -19
  183. package/dist/component/primitive/CoordinatePicker.vue.d.ts +10 -10
  184. package/dist/component/primitive/CoordinatePickerThumb.vue.d.ts +7 -7
  185. package/dist/component/primitive/DialogLayout.vue.d.ts +19 -0
  186. package/dist/component/primitive/FilterBadge.vue.d.ts +12 -0
  187. package/dist/component/primitive/FilterItem.vue.d.ts +8 -7
  188. package/dist/component/primitive/FilterMenuRenderer.d.ts +21 -10
  189. package/dist/component/primitive/FilterOptionBase.vue.d.ts +9 -8
  190. package/dist/component/primitive/SelectBase.vue.d.ts +16 -240
  191. package/dist/component/primitive/SliderBase.vue.d.ts +12 -21
  192. package/dist/component/primitive/SliderThumb.vue.d.ts +11 -7
  193. package/dist/component/primitive/SliderTrack.vue.d.ts +7 -12
  194. package/dist/component/primitive/TreeNodeRenderer.vue.d.ts +30 -0
  195. package/dist/component/primitive/VNodeRenderer.d.ts +5 -6
  196. package/dist/component/primitive/index.d.ts +4 -1
  197. package/dist/composable/index.d.ts +6 -1
  198. package/dist/composable/private/index.d.ts +9 -2
  199. package/dist/composable/private/useAsyncFilterOptions.d.ts +14 -0
  200. package/dist/composable/private/useBorderBeamPulse.d.ts +21 -0
  201. package/dist/composable/private/useCommandPalette.d.ts +38 -0
  202. package/dist/composable/private/useDateFlyout.d.ts +10 -0
  203. package/dist/composable/private/useDropdownPopup.d.ts +27 -0
  204. package/dist/composable/private/useFilterOption.d.ts +12 -0
  205. package/dist/composable/private/useFormSelect.d.ts +5 -6
  206. package/dist/composable/private/useKanban.d.ts +17 -0
  207. package/dist/composable/private/useKanbanAutoScroll.d.ts +13 -0
  208. package/dist/composable/private/useSplitView.d.ts +23 -0
  209. package/dist/composable/private/useTranslate.d.ts +0 -1
  210. package/dist/composable/private/useTreeView.d.ts +28 -0
  211. package/dist/composable/useAdaptiveGroupInjection.d.ts +2 -0
  212. package/dist/composable/useBreakpoints.d.ts +1 -2
  213. package/dist/composable/useCalendarInjection.d.ts +2 -0
  214. package/dist/composable/useDisabled.d.ts +2 -3
  215. package/dist/composable/useDisabledInjection.d.ts +2 -2
  216. package/dist/composable/useExpandableGroupInjection.d.ts +2 -2
  217. package/dist/composable/useFilterInjection.d.ts +2 -2
  218. package/dist/composable/useFlyoutInjection.d.ts +2 -6
  219. package/dist/composable/useFormFieldInjection.d.ts +2 -2
  220. package/dist/composable/useKanbanInjection.d.ts +2 -0
  221. package/dist/composable/useSegmentedControlInjection.d.ts +2 -0
  222. package/dist/composable/useTabBarInjection.d.ts +2 -0
  223. package/dist/composable/useTableInjection.d.ts +2 -7
  224. package/dist/composable/useTooltipInjection.d.ts +3 -0
  225. package/dist/data/di.d.ts +139 -8
  226. package/dist/data/helper.d.ts +0 -1
  227. package/dist/data/i18n.d.ts +21 -1
  228. package/dist/data/iconRegistry.d.ts +1 -2
  229. package/dist/data/index.d.ts +0 -2
  230. package/dist/data/inputMask.d.ts +0 -1
  231. package/dist/data/store.d.ts +10 -4
  232. package/dist/data/timeZones.d.ts +3 -0
  233. package/dist/index.css +8176 -1
  234. package/dist/index.d.ts +4 -3
  235. package/dist/index.js +24066 -11457
  236. package/dist/index.js.map +1 -1
  237. package/dist/transition/FluxAutoHeightTransition.vue.d.ts +6 -12
  238. package/dist/transition/FluxAutoWidthTransition.vue.d.ts +6 -12
  239. package/dist/transition/FluxBreakthroughTransition.vue.d.ts +6 -12
  240. package/dist/transition/FluxFadeTransition.vue.d.ts +6 -12
  241. package/dist/transition/FluxOverlayTransition.vue.d.ts +6 -12
  242. package/dist/transition/FluxRouteTransition.vue.d.ts +6 -12
  243. package/dist/transition/FluxSlideOverTransition.vue.d.ts +6 -12
  244. package/dist/transition/FluxTooltipTransition.vue.d.ts +6 -12
  245. package/dist/transition/FluxVerticalWindowTransition.vue.d.ts +6 -12
  246. package/dist/transition/FluxWindowTransition.vue.d.ts +6 -12
  247. package/dist/transition/index.d.ts +0 -1
  248. package/dist/util/createDialogRenderer.d.ts +1 -2
  249. package/dist/util/createLabelForDateRange.d.ts +0 -1
  250. package/dist/util/defineFilter.d.ts +3 -0
  251. package/dist/util/filter.d.ts +7 -0
  252. package/dist/util/index.d.ts +3 -1
  253. package/dist/util/sanitizeUrl.d.ts +7 -0
  254. package/dist/vite/defineFilterMacro.d.ts +3 -0
  255. package/dist/vite/index.d.ts +1 -0
  256. package/dist/vite.d.ts +7 -0
  257. package/dist/vite.js +241 -0
  258. package/dist/vite.js.map +1 -0
  259. package/package.json +32 -25
  260. package/src/component/FluxAction.vue +2 -2
  261. package/src/component/FluxActionBar.vue +15 -15
  262. package/src/component/FluxActionPane.vue +5 -4
  263. package/src/component/{FluxActions.vue → FluxActionStack.vue} +5 -5
  264. package/src/component/FluxAdaptiveGroup.vue +112 -0
  265. package/src/component/FluxAdaptiveSlot.vue +159 -0
  266. package/src/component/FluxAlert.vue +9 -18
  267. package/src/component/FluxAnimatedColors.vue +8 -6
  268. package/src/component/FluxAspectRatio.vue +8 -5
  269. package/src/component/FluxAvatar.vue +2 -2
  270. package/src/component/FluxBadge.vue +6 -2
  271. package/src/component/FluxBadgeStack.vue +6 -5
  272. package/src/component/FluxBorderBeam.vue +168 -0
  273. package/src/component/FluxBorderShine.vue +2 -2
  274. package/src/component/FluxBoxedIcon.vue +2 -6
  275. package/src/component/FluxButton.vue +2 -2
  276. package/src/component/FluxButtonGroup.vue +3 -2
  277. package/src/component/FluxButtonStack.vue +8 -5
  278. package/src/component/FluxCalendar.vue +609 -189
  279. package/src/component/FluxCalendarItem.vue +79 -0
  280. package/src/component/FluxCheckbox.vue +38 -11
  281. package/src/component/FluxChip.vue +4 -3
  282. package/src/component/FluxClickablePane.vue +4 -3
  283. package/src/component/FluxColorPicker.vue +36 -11
  284. package/src/component/FluxColorSelect.vue +30 -9
  285. package/src/component/FluxCommandPalette.vue +344 -0
  286. package/src/component/FluxCommandPaletteGroup.vue +23 -0
  287. package/src/component/FluxCommandPaletteItem.vue +60 -0
  288. package/src/component/FluxComment.vue +25 -6
  289. package/src/component/FluxConfirm.vue +9 -18
  290. package/src/component/FluxContainer.vue +8 -5
  291. package/src/component/FluxDataTable.vue +184 -19
  292. package/src/component/FluxDatePicker.vue +23 -11
  293. package/src/component/FluxDestructiveButton.vue +2 -2
  294. package/src/component/FluxDisabled.vue +1 -1
  295. package/src/component/FluxDivider.vue +8 -4
  296. package/src/component/FluxDotPattern.vue +1 -1
  297. package/src/component/FluxDropZone.vue +30 -13
  298. package/src/component/FluxDynamicView.vue +3 -3
  299. package/src/component/FluxExpandable.vue +7 -6
  300. package/src/component/FluxExpandableGroup.vue +4 -5
  301. package/src/component/FluxFader.vue +31 -13
  302. package/src/component/FluxFaderItem.vue +3 -2
  303. package/src/component/FluxFilter.vue +25 -112
  304. package/src/component/FluxFilterBar.vue +174 -0
  305. package/src/component/FluxFilterBase.vue +163 -0
  306. package/src/component/FluxFilterDate.vue +26 -10
  307. package/src/component/FluxFilterDateRange.vue +29 -11
  308. package/src/component/FluxFilterOption.vue +22 -23
  309. package/src/component/FluxFilterOptionAsync.vue +35 -71
  310. package/src/component/FluxFilterOptions.vue +27 -34
  311. package/src/component/FluxFilterOptionsAsync.vue +34 -83
  312. package/src/component/FluxFilterRange.vue +27 -13
  313. package/src/component/FluxFilterWindow.vue +97 -0
  314. package/src/component/FluxFlex.vue +53 -0
  315. package/src/component/FluxFlexItem.vue +40 -0
  316. package/src/component/FluxFlickeringGrid.vue +3 -3
  317. package/src/component/FluxFlyout.vue +69 -19
  318. package/src/component/FluxFocalPointEditor.vue +6 -6
  319. package/src/component/FluxFocalPointImage.vue +1 -1
  320. package/src/component/FluxForm.vue +10 -9
  321. package/src/component/FluxFormColumn.vue +3 -2
  322. package/src/component/FluxFormDateInput.vue +11 -24
  323. package/src/component/FluxFormDateRangeInput.vue +23 -23
  324. package/src/component/FluxFormDateTimeInput.vue +24 -28
  325. package/src/component/FluxFormField.vue +11 -9
  326. package/src/component/FluxFormFieldAddition.vue +3 -3
  327. package/src/component/FluxFormGrid.vue +24 -0
  328. package/src/component/FluxFormInput.vue +68 -14
  329. package/src/component/FluxFormInputAddition.vue +3 -2
  330. package/src/component/FluxFormInputGroup.vue +6 -3
  331. package/src/component/FluxFormPinInput.vue +21 -17
  332. package/src/component/FluxFormRangeSlider.vue +22 -5
  333. package/src/component/FluxFormRow.vue +3 -2
  334. package/src/component/FluxFormSection.vue +5 -4
  335. package/src/component/FluxFormSelect.vue +16 -9
  336. package/src/component/FluxFormSelectAsync.vue +46 -20
  337. package/src/component/FluxFormSlider.vue +19 -6
  338. package/src/component/FluxFormTextArea.vue +15 -9
  339. package/src/component/FluxFormTimeZonePicker.vue +21 -629
  340. package/src/component/FluxFormTreeViewSelect.vue +336 -0
  341. package/src/component/FluxGallery.vue +6 -5
  342. package/src/component/FluxGalleryItem.vue +1 -1
  343. package/src/component/FluxGrid.vue +8 -5
  344. package/src/component/FluxGridColumn.vue +7 -4
  345. package/src/component/FluxGridPattern.vue +1 -1
  346. package/src/component/FluxIcon.vue +6 -16
  347. package/src/component/FluxInfo.vue +5 -4
  348. package/src/component/FluxInfoStack.vue +8 -7
  349. package/src/component/FluxItem.vue +11 -0
  350. package/src/component/FluxItemActions.vue +18 -0
  351. package/src/component/FluxItemContent.vue +15 -0
  352. package/src/component/FluxItemMedia.vue +20 -0
  353. package/src/component/FluxItemStack.vue +14 -0
  354. package/src/component/FluxKanban.vue +96 -0
  355. package/src/component/FluxKanbanColumn.vue +288 -0
  356. package/src/component/FluxKanbanItem.vue +165 -0
  357. package/src/component/FluxLayerPane.vue +32 -0
  358. package/src/component/FluxLayerPaneSecondary.vue +16 -0
  359. package/src/component/FluxLink.vue +2 -2
  360. package/src/component/FluxMenu.vue +3 -3
  361. package/src/component/FluxMenuCollapsible.vue +187 -0
  362. package/src/component/FluxMenuGroup.vue +3 -2
  363. package/src/component/FluxMenuItem.vue +19 -3
  364. package/src/component/FluxMenuOptions.vue +2 -2
  365. package/src/component/FluxMenuSubHeader.vue +1 -1
  366. package/src/component/FluxMenuTitle.vue +1 -1
  367. package/src/component/FluxNotice.vue +8 -3
  368. package/src/component/FluxNoticeStack.vue +5 -4
  369. package/src/component/FluxOverflowBar.vue +137 -0
  370. package/src/component/FluxOverlay.vue +4 -4
  371. package/src/component/FluxOverlayProvider.vue +39 -0
  372. package/src/component/FluxPagination.vue +8 -10
  373. package/src/component/FluxPaginationBar.vue +2 -5
  374. package/src/component/FluxPaginationButton.vue +1 -1
  375. package/src/component/FluxPane.vue +14 -10
  376. package/src/component/FluxPaneBody.vue +3 -2
  377. package/src/component/FluxPaneFooter.vue +3 -2
  378. package/src/component/FluxPaneGroup.vue +3 -2
  379. package/src/component/FluxPaneHeader.vue +8 -7
  380. package/src/component/FluxPaneIllustration.vue +4 -4
  381. package/src/component/FluxPaneMedia.vue +4 -2
  382. package/src/component/FluxPersona.vue +1 -1
  383. package/src/component/FluxPlaceholder.vue +1 -1
  384. package/src/component/FluxPressable.vue +37 -21
  385. package/src/component/FluxPrimaryButton.vue +2 -2
  386. package/src/component/FluxPrimaryLinkButton.vue +28 -0
  387. package/src/component/FluxProgressBar.vue +16 -8
  388. package/src/component/FluxPrompt.vue +17 -28
  389. package/src/component/FluxPublishButton.vue +2 -2
  390. package/src/component/FluxQuantitySelector.vue +8 -6
  391. package/src/component/FluxRemove.vue +5 -1
  392. package/src/component/FluxRoot.vue +7 -30
  393. package/src/component/FluxScroller.vue +63 -0
  394. package/src/component/FluxSecondaryButton.vue +2 -2
  395. package/src/component/FluxSecondaryLinkButton.vue +28 -0
  396. package/src/component/FluxSegmentedControl.vue +119 -48
  397. package/src/component/FluxSegmentedControlItem.vue +98 -0
  398. package/src/component/FluxSeparator.vue +1 -1
  399. package/src/component/FluxSlideOver.vue +3 -3
  400. package/src/component/FluxSnackbar.vue +38 -12
  401. package/src/component/FluxSnackbarProvider.vue +3 -10
  402. package/src/component/FluxSpacer.vue +1 -1
  403. package/src/component/FluxSpacing.vue +5 -1
  404. package/src/component/FluxSpinner.vue +1 -1
  405. package/src/component/FluxSplitButton.vue +6 -5
  406. package/src/component/FluxSplitView.vue +101 -0
  407. package/src/component/FluxSplitViewPane.vue +23 -0
  408. package/src/component/FluxStepper.vue +7 -6
  409. package/src/component/FluxStepperStep.vue +3 -2
  410. package/src/component/FluxStepperSteps.vue +2 -2
  411. package/src/component/FluxSticky.vue +67 -0
  412. package/src/component/FluxTab.vue +3 -2
  413. package/src/component/FluxTabBar.vue +98 -24
  414. package/src/component/FluxTabBarItem.vue +35 -4
  415. package/src/component/FluxTable.vue +22 -11
  416. package/src/component/FluxTableActions.vue +6 -5
  417. package/src/component/FluxTableBar.vue +38 -0
  418. package/src/component/FluxTableCell.vue +8 -5
  419. package/src/component/FluxTableHeader.vue +7 -5
  420. package/src/component/FluxTableRow.vue +9 -3
  421. package/src/component/FluxTabs.vue +26 -11
  422. package/src/component/FluxTag.vue +11 -5
  423. package/src/component/FluxTagStack.vue +6 -5
  424. package/src/component/FluxTicks.vue +1 -1
  425. package/src/component/FluxTimeline.vue +3 -2
  426. package/src/component/FluxTimelineItem.vue +3 -2
  427. package/src/component/FluxToggle.vue +22 -7
  428. package/src/component/FluxToolbar.vue +7 -7
  429. package/src/component/FluxToolbarGroup.vue +5 -5
  430. package/src/component/FluxTooltip.vue +4 -2
  431. package/src/component/FluxTooltipProvider.vue +65 -30
  432. package/src/component/FluxTreeView.vue +89 -0
  433. package/src/component/FluxWindow.vue +3 -3
  434. package/src/component/calendar/FluxCalendarItemDisplay.vue +117 -0
  435. package/src/component/calendar/FluxCalendarMonthView.vue +134 -0
  436. package/src/component/calendar/FluxCalendarTimeGridView.vue +584 -0
  437. package/src/component/calendar/index.ts +3 -0
  438. package/src/component/index.ts +35 -9
  439. package/src/component/primitive/Anchor.vue +3 -1
  440. package/src/component/primitive/AnchorPopup.vue +13 -7
  441. package/src/component/primitive/CoordinatePicker.vue +38 -19
  442. package/src/component/primitive/CoordinatePickerThumb.vue +4 -2
  443. package/src/component/primitive/DialogLayout.vue +44 -0
  444. package/src/component/primitive/FilterBadge.vue +52 -0
  445. package/src/component/primitive/FilterItem.vue +17 -6
  446. package/src/component/primitive/FilterMenuRenderer.ts +18 -201
  447. package/src/component/primitive/FilterOptionBase.vue +6 -6
  448. package/src/component/primitive/SelectBase.vue +47 -43
  449. package/src/component/primitive/SliderBase.vue +17 -18
  450. package/src/component/primitive/SliderThumb.vue +11 -2
  451. package/src/component/primitive/SliderTrack.vue +1 -1
  452. package/src/component/primitive/TreeNodeRenderer.vue +76 -0
  453. package/src/component/primitive/VNodeRenderer.ts +1 -2
  454. package/src/component/primitive/index.ts +4 -0
  455. package/src/composable/index.ts +6 -0
  456. package/src/composable/private/index.ts +9 -1
  457. package/src/composable/private/useAsyncFilterOptions.ts +75 -0
  458. package/src/composable/private/useBorderBeamPulse.ts +202 -0
  459. package/src/composable/private/useCommandPalette.ts +405 -0
  460. package/src/composable/private/useDateFlyout.ts +48 -0
  461. package/src/composable/private/useDropdownPopup.ts +99 -0
  462. package/src/composable/private/useFilterOption.ts +59 -0
  463. package/src/composable/private/useFormSelect.ts +4 -5
  464. package/src/composable/private/useKanban.ts +571 -0
  465. package/src/composable/private/useKanbanAutoScroll.ts +95 -0
  466. package/src/composable/private/useSplitView.ts +260 -0
  467. package/src/composable/private/useTranslate.ts +1 -2
  468. package/src/composable/private/useTreeView.ts +190 -0
  469. package/src/composable/useAdaptiveGroupInjection.ts +6 -0
  470. package/src/composable/useBreakpoints.ts +6 -9
  471. package/src/composable/useCalendarInjection.ts +6 -0
  472. package/src/composable/useDisabled.ts +1 -2
  473. package/src/composable/useDisabledInjection.ts +1 -1
  474. package/src/composable/useExpandableGroupInjection.ts +1 -1
  475. package/src/composable/useFilterInjection.ts +5 -10
  476. package/src/composable/useFlyoutInjection.ts +1 -1
  477. package/src/composable/useFormFieldInjection.ts +1 -1
  478. package/src/composable/useKanbanInjection.ts +12 -0
  479. package/src/composable/useSegmentedControlInjection.ts +13 -0
  480. package/src/composable/useTabBarInjection.ts +10 -0
  481. package/src/composable/useTableInjection.ts +8 -8
  482. package/src/composable/useTooltipInjection.ts +8 -0
  483. package/src/css/base.scss +6 -3
  484. package/src/css/component/Action.module.scss +12 -17
  485. package/src/css/component/AdaptiveSlot.module.scss +23 -0
  486. package/src/css/component/Avatar.module.scss +25 -26
  487. package/src/css/component/Badge.module.scss +30 -22
  488. package/src/css/component/BorderBeam.module.scss +1149 -0
  489. package/src/css/component/Button.module.scss +69 -47
  490. package/src/css/component/Calendar.module.scss +277 -53
  491. package/src/css/component/Chip.module.scss +12 -28
  492. package/src/css/component/Color.module.scss +6 -6
  493. package/src/css/component/CommandPalette.module.scss +332 -0
  494. package/src/css/component/Comment.module.scss +13 -20
  495. package/src/css/component/DatePicker.module.scss +14 -25
  496. package/src/css/component/Divider.module.scss +2 -2
  497. package/src/css/component/DropZone.module.scss +27 -24
  498. package/src/css/component/Expandable.module.scss +10 -10
  499. package/src/css/component/Fader.module.scss +2 -1
  500. package/src/css/component/Filter.module.scss +50 -6
  501. package/src/css/component/Flex.module.scss +84 -0
  502. package/src/css/component/Flyout.module.scss +3 -2
  503. package/src/css/component/FocalPoint.module.scss +1 -1
  504. package/src/css/component/Form.module.scss +171 -67
  505. package/src/css/component/Gallery.module.scss +15 -5
  506. package/src/css/component/Grid.module.scss +1 -1
  507. package/src/css/component/Icon.module.scss +39 -49
  508. package/src/css/component/Info.module.scss +2 -3
  509. package/src/css/component/Item.module.scss +74 -0
  510. package/src/css/component/Kanban.module.scss +192 -0
  511. package/src/css/component/LayerPane.module.scss +111 -0
  512. package/src/css/component/Layout.module.scss +4 -35
  513. package/src/css/component/Menu.module.scss +85 -37
  514. package/src/css/component/Notice.module.scss +47 -47
  515. package/src/css/component/OverflowBar.module.scss +41 -0
  516. package/src/css/component/Overlay.module.scss +67 -18
  517. package/src/css/component/Pagination.module.scss +13 -8
  518. package/src/css/component/Pane.module.scss +75 -33
  519. package/src/css/component/Placeholder.module.scss +5 -5
  520. package/src/css/component/Progress.module.scss +17 -6
  521. package/src/css/component/Remove.module.scss +6 -6
  522. package/src/css/component/Scroller.module.scss +109 -0
  523. package/src/css/component/SegmentedControl.module.scss +56 -27
  524. package/src/css/component/Snackbar.module.scss +21 -20
  525. package/src/css/component/Spinner.module.scss +3 -2
  526. package/src/css/component/SplitView.module.scss +78 -0
  527. package/src/css/component/Stepper.module.scss +10 -10
  528. package/src/css/component/Sticky.module.scss +35 -0
  529. package/src/css/component/Tab.module.scss +160 -47
  530. package/src/css/component/Table.module.scss +79 -32
  531. package/src/css/component/Timeline.module.scss +22 -22
  532. package/src/css/component/Toolbar.module.scss +10 -5
  533. package/src/css/component/Tooltip.module.scss +20 -5
  534. package/src/css/component/Transition.module.scss +5 -5
  535. package/src/css/component/TreeView.module.scss +21 -0
  536. package/src/css/component/TreeViewSelect.module.scss +59 -0
  537. package/src/css/component/Visual.module.scss +4 -3
  538. package/src/css/component/base/Button.module.scss +46 -7
  539. package/src/css/component/base/Effect.module.scss +2 -1
  540. package/src/css/component/base/Pane.module.scss +4 -8
  541. package/src/css/component/primitive/CoordinatePicker.module.scss +3 -3
  542. package/src/css/component/primitive/Slider.module.scss +15 -21
  543. package/src/css/component/primitive/TreeNode.module.scss +19 -0
  544. package/src/css/mixin/breakpoints.scss +15 -3
  545. package/src/css/mixin/button-active.scss +6 -0
  546. package/src/css/mixin/focus-ring.scss +3 -3
  547. package/src/css/mixin/index.scss +2 -0
  548. package/src/css/mixin/tree-node.scss +94 -0
  549. package/src/css/reset.scss +0 -107
  550. package/src/css/typography.scss +16 -9
  551. package/src/css/variables.scss +197 -186
  552. package/src/data/di.ts +164 -7
  553. package/src/data/i18n.ts +21 -0
  554. package/src/data/iconRegistry.ts +13 -7
  555. package/src/data/index.ts +0 -1
  556. package/src/data/store.ts +129 -24
  557. package/src/data/timeZones.ts +619 -0
  558. package/src/index.ts +15 -0
  559. package/src/transition/FluxAutoHeightTransition.vue +5 -0
  560. package/src/transition/FluxAutoWidthTransition.vue +5 -0
  561. package/src/transition/FluxBreakthroughTransition.vue +6 -1
  562. package/src/transition/FluxFadeTransition.vue +6 -1
  563. package/src/transition/FluxOverlayTransition.vue +6 -1
  564. package/src/transition/FluxRouteTransition.vue +6 -1
  565. package/src/transition/FluxSlideOverTransition.vue +6 -1
  566. package/src/transition/FluxTooltipTransition.vue +6 -1
  567. package/src/transition/FluxVerticalWindowTransition.vue +6 -1
  568. package/src/transition/FluxWindowTransition.vue +6 -1
  569. package/src/util/createDialogRenderer.ts +41 -30
  570. package/src/util/createLabelForDateRange.ts +1 -1
  571. package/src/util/defineFilter.ts +10 -0
  572. package/src/util/filter.ts +63 -0
  573. package/src/util/index.ts +3 -0
  574. package/src/util/sanitizeUrl.ts +40 -0
  575. package/src/vite/defineFilterMacro.ts +387 -0
  576. package/src/vite/index.ts +1 -0
  577. package/src/vite.d.ts +2 -8
  578. package/dist/0db98648.svg +0 -3
  579. package/dist/component/FluxAction.vue.d.ts.map +0 -1
  580. package/dist/component/FluxActionBar.vue.d.ts.map +0 -1
  581. package/dist/component/FluxActionPane.vue.d.ts.map +0 -1
  582. package/dist/component/FluxActions.vue.d.ts +0 -154
  583. package/dist/component/FluxActions.vue.d.ts.map +0 -1
  584. package/dist/component/FluxAlert.vue.d.ts.map +0 -1
  585. package/dist/component/FluxAnimatedColors.vue.d.ts.map +0 -1
  586. package/dist/component/FluxAspectRatio.vue.d.ts.map +0 -1
  587. package/dist/component/FluxAutoGrid.vue.d.ts +0 -24
  588. package/dist/component/FluxAutoGrid.vue.d.ts.map +0 -1
  589. package/dist/component/FluxAvatar.vue.d.ts.map +0 -1
  590. package/dist/component/FluxBadge.vue.d.ts.map +0 -1
  591. package/dist/component/FluxBadgeStack.vue.d.ts.map +0 -1
  592. package/dist/component/FluxBorderShine.vue.d.ts.map +0 -1
  593. package/dist/component/FluxBoxedIcon.vue.d.ts.map +0 -1
  594. package/dist/component/FluxButton.vue.d.ts.map +0 -1
  595. package/dist/component/FluxButtonGroup.vue.d.ts.map +0 -1
  596. package/dist/component/FluxButtonStack.vue.d.ts.map +0 -1
  597. package/dist/component/FluxCalendar.vue.d.ts.map +0 -1
  598. package/dist/component/FluxCalendarEvent.vue.d.ts +0 -29
  599. package/dist/component/FluxCalendarEvent.vue.d.ts.map +0 -1
  600. package/dist/component/FluxCheckbox.vue.d.ts.map +0 -1
  601. package/dist/component/FluxChip.vue.d.ts.map +0 -1
  602. package/dist/component/FluxClickablePane.vue.d.ts.map +0 -1
  603. package/dist/component/FluxColorPicker.vue.d.ts.map +0 -1
  604. package/dist/component/FluxColorSelect.vue.d.ts.map +0 -1
  605. package/dist/component/FluxComment.vue.d.ts.map +0 -1
  606. package/dist/component/FluxConfirm.vue.d.ts.map +0 -1
  607. package/dist/component/FluxContainer.vue.d.ts.map +0 -1
  608. package/dist/component/FluxDataTable.vue.d.ts.map +0 -1
  609. package/dist/component/FluxDatePicker.vue.d.ts.map +0 -1
  610. package/dist/component/FluxDestructiveButton.vue.d.ts.map +0 -1
  611. package/dist/component/FluxDisabled.vue.d.ts.map +0 -1
  612. package/dist/component/FluxDivider.vue.d.ts.map +0 -1
  613. package/dist/component/FluxDotPattern.vue.d.ts.map +0 -1
  614. package/dist/component/FluxDropZone.vue.d.ts.map +0 -1
  615. package/dist/component/FluxDynamicView.vue.d.ts.map +0 -1
  616. package/dist/component/FluxExpandable.vue.d.ts.map +0 -1
  617. package/dist/component/FluxExpandableGroup.vue.d.ts.map +0 -1
  618. package/dist/component/FluxFader.vue.d.ts.map +0 -1
  619. package/dist/component/FluxFaderItem.vue.d.ts.map +0 -1
  620. package/dist/component/FluxFilter.vue.d.ts.map +0 -1
  621. package/dist/component/FluxFilterDate.vue.d.ts.map +0 -1
  622. package/dist/component/FluxFilterDateRange.vue.d.ts.map +0 -1
  623. package/dist/component/FluxFilterOption.vue.d.ts.map +0 -1
  624. package/dist/component/FluxFilterOptionAsync.vue.d.ts.map +0 -1
  625. package/dist/component/FluxFilterOptions.vue.d.ts.map +0 -1
  626. package/dist/component/FluxFilterOptionsAsync.vue.d.ts.map +0 -1
  627. package/dist/component/FluxFilterRange.vue.d.ts.map +0 -1
  628. package/dist/component/FluxFlickeringGrid.vue.d.ts.map +0 -1
  629. package/dist/component/FluxFlyout.vue.d.ts.map +0 -1
  630. package/dist/component/FluxFocalPointEditor.vue.d.ts.map +0 -1
  631. package/dist/component/FluxFocalPointImage.vue.d.ts.map +0 -1
  632. package/dist/component/FluxForm.vue.d.ts.map +0 -1
  633. package/dist/component/FluxFormColumn.vue.d.ts.map +0 -1
  634. package/dist/component/FluxFormDateInput.vue.d.ts.map +0 -1
  635. package/dist/component/FluxFormDateRangeInput.vue.d.ts.map +0 -1
  636. package/dist/component/FluxFormDateTimeInput.vue.d.ts.map +0 -1
  637. package/dist/component/FluxFormField.vue.d.ts.map +0 -1
  638. package/dist/component/FluxFormFieldAddition.vue.d.ts.map +0 -1
  639. package/dist/component/FluxFormInput.vue.d.ts.map +0 -1
  640. package/dist/component/FluxFormInputAddition.vue.d.ts.map +0 -1
  641. package/dist/component/FluxFormInputGroup.vue.d.ts.map +0 -1
  642. package/dist/component/FluxFormPinInput.vue.d.ts.map +0 -1
  643. package/dist/component/FluxFormRangeSlider.vue.d.ts.map +0 -1
  644. package/dist/component/FluxFormRow.vue.d.ts.map +0 -1
  645. package/dist/component/FluxFormSection.vue.d.ts.map +0 -1
  646. package/dist/component/FluxFormSelect.vue.d.ts.map +0 -1
  647. package/dist/component/FluxFormSelectAsync.vue.d.ts.map +0 -1
  648. package/dist/component/FluxFormSlider.vue.d.ts.map +0 -1
  649. package/dist/component/FluxFormTextArea.vue.d.ts.map +0 -1
  650. package/dist/component/FluxFormTimeZonePicker.vue.d.ts.map +0 -1
  651. package/dist/component/FluxGallery.vue.d.ts.map +0 -1
  652. package/dist/component/FluxGalleryItem.vue.d.ts.map +0 -1
  653. package/dist/component/FluxGrid.vue.d.ts.map +0 -1
  654. package/dist/component/FluxGridColumn.vue.d.ts.map +0 -1
  655. package/dist/component/FluxGridPattern.vue.d.ts.map +0 -1
  656. package/dist/component/FluxIcon.vue.d.ts.map +0 -1
  657. package/dist/component/FluxInfo.vue.d.ts.map +0 -1
  658. package/dist/component/FluxInfoStack.vue.d.ts.map +0 -1
  659. package/dist/component/FluxLegend.vue.d.ts +0 -8
  660. package/dist/component/FluxLegend.vue.d.ts.map +0 -1
  661. package/dist/component/FluxLink.vue.d.ts.map +0 -1
  662. package/dist/component/FluxMenu.vue.d.ts.map +0 -1
  663. package/dist/component/FluxMenuGroup.vue.d.ts.map +0 -1
  664. package/dist/component/FluxMenuItem.vue.d.ts.map +0 -1
  665. package/dist/component/FluxMenuOptions.vue.d.ts.map +0 -1
  666. package/dist/component/FluxMenuSubHeader.vue.d.ts.map +0 -1
  667. package/dist/component/FluxMenuTitle.vue.d.ts.map +0 -1
  668. package/dist/component/FluxNotice.vue.d.ts.map +0 -1
  669. package/dist/component/FluxNoticeStack.vue.d.ts.map +0 -1
  670. package/dist/component/FluxOverlay.vue.d.ts.map +0 -1
  671. package/dist/component/FluxPagination.vue.d.ts.map +0 -1
  672. package/dist/component/FluxPaginationBar.vue.d.ts.map +0 -1
  673. package/dist/component/FluxPaginationButton.vue.d.ts.map +0 -1
  674. package/dist/component/FluxPane.vue.d.ts.map +0 -1
  675. package/dist/component/FluxPaneBody.vue.d.ts.map +0 -1
  676. package/dist/component/FluxPaneDeck.vue.d.ts +0 -23
  677. package/dist/component/FluxPaneDeck.vue.d.ts.map +0 -1
  678. package/dist/component/FluxPaneFooter.vue.d.ts.map +0 -1
  679. package/dist/component/FluxPaneGroup.vue.d.ts.map +0 -1
  680. package/dist/component/FluxPaneHeader.vue.d.ts.map +0 -1
  681. package/dist/component/FluxPaneIllustration.vue.d.ts.map +0 -1
  682. package/dist/component/FluxPaneMedia.vue.d.ts.map +0 -1
  683. package/dist/component/FluxPercentageBar.vue.d.ts +0 -8
  684. package/dist/component/FluxPercentageBar.vue.d.ts.map +0 -1
  685. package/dist/component/FluxPersona.vue.d.ts.map +0 -1
  686. package/dist/component/FluxPlaceholder.vue.d.ts.map +0 -1
  687. package/dist/component/FluxPressable.vue.d.ts.map +0 -1
  688. package/dist/component/FluxPrimaryButton.vue.d.ts.map +0 -1
  689. package/dist/component/FluxProgressBar.vue.d.ts.map +0 -1
  690. package/dist/component/FluxPrompt.vue.d.ts.map +0 -1
  691. package/dist/component/FluxPublishButton.vue.d.ts.map +0 -1
  692. package/dist/component/FluxQuantitySelector.vue.d.ts.map +0 -1
  693. package/dist/component/FluxRemove.vue.d.ts.map +0 -1
  694. package/dist/component/FluxRoot.vue.d.ts.map +0 -1
  695. package/dist/component/FluxSecondaryButton.vue.d.ts.map +0 -1
  696. package/dist/component/FluxSegmentedControl.vue.d.ts.map +0 -1
  697. package/dist/component/FluxSegmentedView.vue.d.ts +0 -9
  698. package/dist/component/FluxSegmentedView.vue.d.ts.map +0 -1
  699. package/dist/component/FluxSeparator.vue.d.ts.map +0 -1
  700. package/dist/component/FluxSlideOver.vue.d.ts.map +0 -1
  701. package/dist/component/FluxSnackbar.vue.d.ts.map +0 -1
  702. package/dist/component/FluxSnackbarProvider.vue.d.ts.map +0 -1
  703. package/dist/component/FluxSpacer.vue.d.ts.map +0 -1
  704. package/dist/component/FluxSpacing.vue.d.ts.map +0 -1
  705. package/dist/component/FluxSpinner.vue.d.ts.map +0 -1
  706. package/dist/component/FluxSplitButton.vue.d.ts.map +0 -1
  707. package/dist/component/FluxStack.vue.d.ts +0 -29
  708. package/dist/component/FluxStack.vue.d.ts.map +0 -1
  709. package/dist/component/FluxStatistic.vue.d.ts +0 -14
  710. package/dist/component/FluxStatistic.vue.d.ts.map +0 -1
  711. package/dist/component/FluxStepper.vue.d.ts.map +0 -1
  712. package/dist/component/FluxStepperStep.vue.d.ts.map +0 -1
  713. package/dist/component/FluxStepperSteps.vue.d.ts.map +0 -1
  714. package/dist/component/FluxTab.vue.d.ts.map +0 -1
  715. package/dist/component/FluxTabBar.vue.d.ts.map +0 -1
  716. package/dist/component/FluxTabBarItem.vue.d.ts.map +0 -1
  717. package/dist/component/FluxTable.vue.d.ts.map +0 -1
  718. package/dist/component/FluxTableActions.vue.d.ts.map +0 -1
  719. package/dist/component/FluxTableCell.vue.d.ts.map +0 -1
  720. package/dist/component/FluxTableHeader.vue.d.ts.map +0 -1
  721. package/dist/component/FluxTableRow.vue.d.ts.map +0 -1
  722. package/dist/component/FluxTabs.vue.d.ts.map +0 -1
  723. package/dist/component/FluxTag.vue.d.ts.map +0 -1
  724. package/dist/component/FluxTagStack.vue.d.ts.map +0 -1
  725. package/dist/component/FluxTicks.vue.d.ts.map +0 -1
  726. package/dist/component/FluxTimeline.vue.d.ts.map +0 -1
  727. package/dist/component/FluxTimelineItem.vue.d.ts.map +0 -1
  728. package/dist/component/FluxToggle.vue.d.ts.map +0 -1
  729. package/dist/component/FluxToolbar.vue.d.ts.map +0 -1
  730. package/dist/component/FluxToolbarGroup.vue.d.ts.map +0 -1
  731. package/dist/component/FluxTooltip.vue.d.ts.map +0 -1
  732. package/dist/component/FluxTooltipProvider.vue.d.ts.map +0 -1
  733. package/dist/component/FluxWindow.vue.d.ts.map +0 -1
  734. package/dist/component/index.d.ts.map +0 -1
  735. package/dist/component/primitive/Anchor.vue.d.ts.map +0 -1
  736. package/dist/component/primitive/AnchorPopup.vue.d.ts.map +0 -1
  737. package/dist/component/primitive/CoordinatePicker.vue.d.ts.map +0 -1
  738. package/dist/component/primitive/CoordinatePickerThumb.vue.d.ts.map +0 -1
  739. package/dist/component/primitive/FilterItem.vue.d.ts.map +0 -1
  740. package/dist/component/primitive/FilterMenuRenderer.d.ts.map +0 -1
  741. package/dist/component/primitive/FilterOptionBase.vue.d.ts.map +0 -1
  742. package/dist/component/primitive/SelectBase.vue.d.ts.map +0 -1
  743. package/dist/component/primitive/SliderBase.vue.d.ts.map +0 -1
  744. package/dist/component/primitive/SliderThumb.vue.d.ts.map +0 -1
  745. package/dist/component/primitive/SliderTrack.vue.d.ts.map +0 -1
  746. package/dist/component/primitive/VNodeRenderer.d.ts.map +0 -1
  747. package/dist/component/primitive/index.d.ts.map +0 -1
  748. package/dist/composable/index.d.ts.map +0 -1
  749. package/dist/composable/private/index.d.ts.map +0 -1
  750. package/dist/composable/private/useFormSelect.d.ts.map +0 -1
  751. package/dist/composable/private/useLoaded.d.ts +0 -5
  752. package/dist/composable/private/useLoaded.d.ts.map +0 -1
  753. package/dist/composable/private/useTranslate.d.ts.map +0 -1
  754. package/dist/composable/useBreakpoints.d.ts.map +0 -1
  755. package/dist/composable/useDisabled.d.ts.map +0 -1
  756. package/dist/composable/useDisabledInjection.d.ts.map +0 -1
  757. package/dist/composable/useExpandableGroupInjection.d.ts.map +0 -1
  758. package/dist/composable/useFilterInjection.d.ts.map +0 -1
  759. package/dist/composable/useFlyoutInjection.d.ts.map +0 -1
  760. package/dist/composable/useFormFieldInjection.d.ts.map +0 -1
  761. package/dist/composable/useTableInjection.d.ts.map +0 -1
  762. package/dist/data/di.d.ts.map +0 -1
  763. package/dist/data/filter.d.ts +0 -4
  764. package/dist/data/filter.d.ts.map +0 -1
  765. package/dist/data/helper.d.ts.map +0 -1
  766. package/dist/data/i18n.d.ts.map +0 -1
  767. package/dist/data/iconRegistry.d.ts.map +0 -1
  768. package/dist/data/index.d.ts.map +0 -1
  769. package/dist/data/inputMask.d.ts.map +0 -1
  770. package/dist/data/store.d.ts.map +0 -1
  771. package/dist/index.d.ts.map +0 -1
  772. package/dist/transition/FluxAutoHeightTransition.vue.d.ts.map +0 -1
  773. package/dist/transition/FluxAutoWidthTransition.vue.d.ts.map +0 -1
  774. package/dist/transition/FluxBreakthroughTransition.vue.d.ts.map +0 -1
  775. package/dist/transition/FluxFadeTransition.vue.d.ts.map +0 -1
  776. package/dist/transition/FluxOverlayTransition.vue.d.ts.map +0 -1
  777. package/dist/transition/FluxRouteTransition.vue.d.ts.map +0 -1
  778. package/dist/transition/FluxSlideOverTransition.vue.d.ts.map +0 -1
  779. package/dist/transition/FluxTooltipTransition.vue.d.ts.map +0 -1
  780. package/dist/transition/FluxVerticalWindowTransition.vue.d.ts.map +0 -1
  781. package/dist/transition/FluxWindowTransition.vue.d.ts.map +0 -1
  782. package/dist/transition/index.d.ts.map +0 -1
  783. package/dist/util/createDialogRenderer.d.ts.map +0 -1
  784. package/dist/util/createLabelForDateRange.d.ts.map +0 -1
  785. package/dist/util/index.d.ts.map +0 -1
  786. package/src/component/FluxAutoGrid.vue +0 -27
  787. package/src/component/FluxCalendarEvent.vue +0 -41
  788. package/src/component/FluxLegend.vue +0 -27
  789. package/src/component/FluxPaneDeck.vue +0 -24
  790. package/src/component/FluxPercentageBar.vue +0 -45
  791. package/src/component/FluxSegmentedView.vue +0 -15
  792. package/src/component/FluxStack.vue +0 -40
  793. package/src/component/FluxStatistic.vue +0 -68
  794. package/src/composable/private/useLoaded.ts +0 -21
  795. package/src/css/component/Legend.module.scss +0 -30
  796. package/src/css/component/PercentageBar.module.scss +0 -31
  797. package/src/css/component/Statistic.module.scss +0 -118
  798. package/src/css/component/base/Grid.module.scss +0 -8
  799. package/src/data/filter.ts +0 -9
  800. package/src/image/avatar-mask.svg +0 -3
  801. package/tsconfig.json +0 -45
@@ -0,0 +1,1149 @@
1
+ @use 'sass:list';
2
+ @use 'sass:map';
3
+ @use 'sass:math';
4
+ @use 'sass:string';
5
+
6
+ @property --beam-angle {
7
+ syntax: '<angle>';
8
+ initial-value: 0deg;
9
+ inherits: true;
10
+ }
11
+
12
+ @property --beam-hue {
13
+ syntax: '<angle>';
14
+ initial-value: 0deg;
15
+ inherits: true;
16
+ }
17
+
18
+ @property --beam-opacity {
19
+ syntax: '<number>';
20
+ initial-value: 0;
21
+ inherits: true;
22
+ }
23
+
24
+ @property --beam-x {
25
+ syntax: '<number>';
26
+ initial-value: 0;
27
+ inherits: true;
28
+ }
29
+
30
+ @property --beam-w {
31
+ syntax: '<number>';
32
+ initial-value: 1;
33
+ inherits: true;
34
+ }
35
+
36
+ @property --beam-h {
37
+ syntax: '<number>';
38
+ initial-value: 1;
39
+ inherits: true;
40
+ }
41
+
42
+ @property --beam-edge {
43
+ syntax: '<number>';
44
+ initial-value: 1;
45
+ inherits: true;
46
+ }
47
+
48
+ @property --beam-spike {
49
+ syntax: '<number>';
50
+ initial-value: 1;
51
+ inherits: true;
52
+ }
53
+
54
+ @property --beam-spike2 {
55
+ syntax: '<number>';
56
+ initial-value: 1;
57
+ inherits: true;
58
+ }
59
+
60
+ @each $name in (bw1, bh1, bw2, bh2, bw3, bh3, bgh, bop-tl, bop-tr, bop-bl, bop-br) {
61
+ @property --beam-#{$name} {
62
+ syntax: '<number>';
63
+ initial-value: 1;
64
+ inherits: true;
65
+ }
66
+ }
67
+
68
+ @each $name in (bx1, by1, bx2, by2, bx3, by3) {
69
+ @property --beam-#{$name} {
70
+ syntax: '<length>';
71
+ initial-value: 0px;
72
+ inherits: true;
73
+ }
74
+ }
75
+
76
+ /*
77
+ * Palette data, ported from github.com/Jakubantalik/border-beam. Geometry is
78
+ * shared between palettes; only the colors differ. The ring geometry doubles as
79
+ * the pulse perimeter, where each blob is assigned to a breathing size region
80
+ * (1-3) and an opacity quadrant (tl/tr/bl/br).
81
+ */
82
+
83
+ $ring-geometry: (
84
+ (x: 33%, y: -7.4%, w: 70, h: 40, region: 1, quad: tl),
85
+ (x: 12%, y: -5%, w: 60, h: 35, region: 2, quad: tl),
86
+ (x: 2.1%, y: 68.3%, w: 40, h: 70, region: 3, quad: bl),
87
+ (x: 2.1%, y: 68.3%, w: 20, h: 35, region: 1, quad: bl),
88
+ (x: 74.4%, y: 100%, w: 180, h: 32, region: 2, quad: br),
89
+ (x: 55%, y: 100%, w: 85, h: 26, region: 3, quad: br),
90
+ (x: 93.9%, y: 0%, w: 74, h: 32, region: 1, quad: tr),
91
+ (x: 100%, y: 27.1%, w: 26, h: 42, region: 2, quad: tr),
92
+ (x: 100%, y: 27.1%, w: 52, h: 48, region: 3, quad: tr)
93
+ );
94
+
95
+ $ring-colors: (
96
+ colorful: ((255, 50, 100), (40, 140, 255), (50, 200, 80), (30, 185, 170), (100, 70, 255), (40, 140, 255), (255, 120, 40), (240, 50, 180), (180, 40, 240)),
97
+ mono: ((180, 180, 180), (140, 140, 140), (160, 160, 160), (130, 130, 130), (170, 170, 170), (150, 150, 150), (190, 190, 190), (145, 145, 145), (165, 165, 165)),
98
+ ocean: ((100, 80, 220), (60, 120, 255), (80, 100, 200), (50, 140, 220), (120, 80, 255), (70, 130, 255), (140, 100, 240), (90, 110, 230), (130, 70, 255)),
99
+ sunset: ((255, 80, 50), (255, 160, 40), (255, 120, 60), (255, 200, 50), (255, 100, 80), (255, 180, 60), (255, 60, 60), (255, 140, 50), (255, 90, 70))
100
+ );
101
+
102
+ $sm-geometry: (
103
+ (x: 2%, y: 68%, w: 9, h: 18),
104
+ (x: 2%, y: 68%, w: 4, h: 8),
105
+ (x: 72%, y: -3%, w: 59, h: 9),
106
+ (x: 74%, y: 100%, w: 42, h: 7),
107
+ (x: 100%, y: 27%, w: 10, h: 17),
108
+ (x: 100%, y: 27%, w: 10, h: 18),
109
+ (x: 100%, y: 27%, w: 5, h: 10),
110
+ (x: 100%, y: 27%, w: 11, h: 12)
111
+ );
112
+
113
+ $sm-colors: (
114
+ colorful: ((50, 200, 80), (30, 185, 170), (255, 120, 40), (100, 70, 255), (240, 50, 180), (180, 40, 240), (40, 140, 255), (255, 50, 100)),
115
+ mono: ((160, 160, 160), (140, 140, 140), (180, 180, 180), (150, 150, 150), (170, 170, 170), (155, 155, 155), (145, 145, 145), (165, 165, 165)),
116
+ ocean: ((60, 140, 200), (50, 120, 180), (100, 80, 220), (80, 100, 255), (120, 70, 240), (90, 80, 220), (70, 110, 255), (110, 90, 230)),
117
+ sunset: ((255, 180, 50), (255, 150, 40), (255, 80, 60), (255, 100, 80), (255, 60, 80), (255, 120, 60), (255, 200, 50), (255, 90, 70))
118
+ );
119
+
120
+ $sm-inner-alphas: (
121
+ colorful: (.5, .45, .35, .35, .3, .4, .3, .3),
122
+ mono: (.25, .22, .17, .17, .15, .2, .15, .15),
123
+ ocean: (.5, .45, .35, .35, .3, .4, .3, .3),
124
+ sunset: (.5, .45, .35, .35, .3, .4, .3, .3)
125
+ );
126
+
127
+ $line-geometry-dark: (
128
+ (w: 36, h: 36, ox: 0, oy: 2),
129
+ (w: 30, h: 32, ox: 39, oy: 0),
130
+ (w: 33, h: 28, ox: -36, oy: 2),
131
+ (w: 29, h: 34, ox: -54, oy: 0),
132
+ (w: 27, h: 30, ox: 51, oy: -1),
133
+ (w: 36, h: 24, ox: 21, oy: 1),
134
+ (w: 30, h: 22, ox: -21, oy: 0),
135
+ (w: 25, h: 28, ox: 66, oy: 1),
136
+ (w: 23, h: 30, ox: -66, oy: -1)
137
+ );
138
+
139
+ $line-geometry-light: (
140
+ (w: 45, h: 36, ox: 0, oy: 2),
141
+ (w: 35, h: 32, ox: 65, oy: 0),
142
+ (w: 40, h: 28, ox: -60, oy: 2),
143
+ (w: 35, h: 34, ox: -90, oy: 0),
144
+ (w: 38, h: 30, ox: 85, oy: -1),
145
+ (w: 50, h: 24, ox: 35, oy: 1),
146
+ (w: 40, h: 22, ox: -35, oy: 0),
147
+ (w: 35, h: 28, ox: 110, oy: 1),
148
+ (w: 30, h: 30, ox: -110, oy: -1)
149
+ );
150
+
151
+ $line-colors: (
152
+ colorful: (
153
+ dark: ((255, 50, 100), (40, 180, 220), (50, 200, 80), (180, 40, 240), (255, 160, 30), (100, 70, 255), (40, 140, 255), (240, 50, 180), (30, 185, 170)),
154
+ light: ((255, 50, 100), (40, 140, 255), (50, 200, 80), (180, 40, 240), (30, 185, 170), (100, 70, 255), (40, 140, 255), (255, 120, 40), (240, 50, 180))
155
+ ),
156
+ mono: (
157
+ dark: ((200, 200, 200), (170, 170, 170), (155, 155, 155), (185, 185, 185), (165, 165, 165), (180, 180, 180), (160, 160, 160), (175, 175, 175), (190, 190, 190)),
158
+ light: ((100, 100, 100), (80, 80, 80), (90, 90, 90), (70, 70, 70), (85, 85, 85), (95, 95, 95), (75, 75, 75), (105, 105, 105), (65, 65, 65))
159
+ ),
160
+ ocean: (
161
+ dark: ((100, 80, 220), (60, 120, 255), (80, 100, 200), (130, 70, 255), (70, 130, 255), (120, 80, 255), (90, 110, 230), (110, 90, 240), (140, 100, 255)),
162
+ light: ((80, 60, 200), (50, 100, 220), (70, 90, 190), (110, 60, 220), (60, 110, 230), (100, 70, 240), (80, 100, 210), (90, 80, 225), (120, 90, 245))
163
+ ),
164
+ sunset: (
165
+ dark: ((255, 100, 60), (255, 180, 50), (255, 140, 70), (255, 80, 80), (255, 200, 60), (255, 120, 50), (255, 160, 80), (255, 90, 60), (255, 70, 70)),
166
+ light: ((220, 80, 40), (230, 150, 30), (210, 110, 50), (200, 60, 60), (220, 170, 40), (210, 100, 30), (230, 130, 60), (190, 70, 50), (180, 50, 50))
167
+ )
168
+ );
169
+
170
+ $line-inner-geometry: (
171
+ (w: 33, h: 30, ox: 0, oy: 0),
172
+ (w: 24, h: 26, ox: 39, oy: -3),
173
+ (w: 27, h: 24, ox: -36, oy: 0),
174
+ (w: 23, h: 28, ox: -54, oy: -2),
175
+ (w: 24, h: 24, ox: 51, oy: -1),
176
+ (w: 30, h: 20, ox: 21, oy: 0),
177
+ (w: 25, h: 18, ox: -21, oy: -2),
178
+ (w: 21, h: 24, ox: 66, oy: 0),
179
+ (w: 18, h: 26, ox: -66, oy: -1)
180
+ );
181
+
182
+ $line-inner-colors: (
183
+ colorful: ((255, 50, 100), (40, 180, 220), (50, 200, 80), (180, 40, 240), (255, 160, 30), (100, 70, 255), (40, 140, 255), (240, 50, 180), (30, 185, 170)),
184
+ mono: ((200, 200, 200), (170, 170, 170), (155, 155, 155), (185, 185, 185), (165, 165, 165), (180, 180, 180), (160, 160, 160), (175, 175, 175), (190, 190, 190)),
185
+ ocean: ((100, 80, 220), (60, 120, 255), (80, 100, 200), (130, 70, 255), (70, 130, 255), (120, 80, 255), (90, 110, 230), (110, 90, 240), (140, 100, 255)),
186
+ sunset: ((255, 100, 60), (255, 180, 50), (255, 140, 70), (255, 80, 80), (255, 200, 60), (255, 120, 50), (255, 160, 80), (255, 90, 60), (255, 70, 70))
187
+ );
188
+
189
+ $line-inner-alphas: (.48, .42, .48, .42, .5, .45, .4, .45, .52);
190
+
191
+ $line-spikes: (
192
+ colorful: (
193
+ dark: (primary: ((255, 60, 80), 1), secondary: ((40, 190, 180), .98)),
194
+ light: (primary: ((200, 30, 60), 1), secondary: ((20, 150, 140), 1))
195
+ ),
196
+ mono: (
197
+ dark: (primary: ((200, 200, 200), 1), secondary: ((170, 170, 170), 1)),
198
+ light: (primary: ((80, 80, 80), 1), secondary: ((120, 120, 120), 1))
199
+ ),
200
+ ocean: (
201
+ dark: (primary: ((100, 120, 255), 1), secondary: ((130, 100, 220), .98)),
202
+ light: (primary: ((60, 60, 180), 1), secondary: ((80, 100, 200), 1))
203
+ ),
204
+ sunset: (
205
+ dark: (primary: ((255, 140, 80), 1), secondary: ((255, 100, 60), .98)),
206
+ light: (primary: ((200, 80, 40), 1), secondary: ((220, 120, 30), 1))
207
+ )
208
+ );
209
+
210
+ $line-bloom-spikes: (
211
+ colorful: (
212
+ dark: ((((100, 70, 255), 1), ((100, 70, 255), 1)), (((255, 170, 40), .59), ((255, 170, 40), .29)), (((50, 200, 100), 1), ((50, 200, 100), 1)), (((200, 50, 240), .91), ((200, 50, 240), .45)), (((40, 140, 255), 1), ((40, 140, 255), 1))),
213
+ light: ((((80, 50, 200), 1), ((80, 50, 200), .8)), (((210, 130, 0), .7), ((210, 130, 0), .46)), (((30, 160, 70), 1), ((30, 160, 70), .82)), (((160, 30, 190), 1), ((160, 30, 190), .7)), (((30, 100, 200), 1), ((30, 100, 200), .78)))
214
+ ),
215
+ mono: (
216
+ dark: ((((200, 200, 200), 1), ((200, 200, 200), 1)), (((180, 180, 180), .59), ((180, 180, 180), .29)), (((190, 190, 190), 1), ((190, 190, 190), 1)), (((170, 170, 170), .91), ((170, 170, 170), .45)), (((185, 185, 185), 1), ((185, 185, 185), 1))),
217
+ light: ((((80, 80, 80), 1), ((80, 80, 80), .8)), (((100, 100, 100), .7), ((100, 100, 100), .46)), (((70, 70, 70), 1), ((70, 70, 70), .82)), (((90, 90, 90), 1), ((90, 90, 90), .7)), (((85, 85, 85), 1), ((85, 85, 85), .78)))
218
+ ),
219
+ ocean: (
220
+ dark: ((((100, 80, 255), 1), ((100, 80, 255), 1)), (((80, 130, 220), .59), ((80, 130, 220), .29)), (((60, 100, 255), 1), ((60, 100, 255), 1)), (((90, 120, 200), .91), ((90, 120, 200), .45)), (((120, 90, 255), 1), ((120, 90, 255), 1))),
221
+ light: ((((50, 40, 180), 1), ((50, 40, 180), .8)), (((40, 80, 200), .7), ((40, 80, 200), .46)), (((30, 50, 190), 1), ((30, 50, 190), .82)), (((60, 90, 180), 1), ((60, 90, 180), .7)), (((70, 60, 200), 1), ((70, 60, 200), .78)))
222
+ ),
223
+ sunset: (
224
+ dark: ((((255, 100, 80), 1), ((255, 100, 80), 1)), (((255, 150, 80), .59), ((255, 150, 80), .29)), (((255, 80, 60), 1), ((255, 80, 60), 1)), (((255, 120, 50), .91), ((255, 120, 50), .45)), (((255, 140, 70), 1), ((255, 140, 70), 1))),
225
+ light: ((((200, 60, 30), 1), ((200, 60, 30), .8)), (((220, 100, 20), .7), ((220, 100, 20), .46)), (((180, 40, 20), 1), ((180, 40, 20), .82)), (((210, 80, 10), 1), ((210, 80, 10), .7)), (((190, 70, 30), 1), ((190, 70, 30), .78)))
226
+ )
227
+ );
228
+
229
+ $pulse-inner-sizes: ((65, 35), (55, 30), (35, 65), (15, 30), (173, 28), (80, 22), (69, 28), (22, 38), (47, 44));
230
+
231
+ $pulse-inner-bloom: (
232
+ (ci: 1, region: 1, quad: tl, w: 84, h: 48),
233
+ (ci: 2, region: 2, quad: tl, w: 72, h: 42),
234
+ (ci: 3, region: 3, quad: bl, w: 48, h: 84),
235
+ (ci: 5, region: 2, quad: br, w: 216, h: 38),
236
+ (ci: 6, region: 3, quad: br, w: 102, h: 31),
237
+ (ci: 7, region: 1, quad: tr, w: 89, h: 38),
238
+ (ci: 9, region: 3, quad: tr, w: 62, h: 58)
239
+ );
240
+
241
+ $pulse-outer-core: (
242
+ (ci: 1, region: 1, quad: tl, w: 80, h: 19, x: 27%, y: 0%),
243
+ (ci: 7, region: 2, quad: tr, w: 74, h: 11, x: 73%, y: -1%),
244
+ (ci: 8, region: 3, quad: tr, w: 15, h: 44, x: 100%, y: 33%),
245
+ (ci: 9, region: 1, quad: br, w: 19, h: 38, x: 101%, y: 72%),
246
+ (ci: 5, region: 2, quad: br, w: 84, h: 13, x: 67%, y: 100%),
247
+ (ci: 2, region: 3, quad: bl, w: 60, h: 21, x: 24%, y: 101%),
248
+ (ci: 3, region: 1, quad: bl, w: 17, h: 40, x: 0%, y: 60%),
249
+ (ci: 4, region: 2, quad: tl, w: 13, h: 32, x: -1%, y: 28%)
250
+ );
251
+
252
+ $pulse-outer-bloom: (
253
+ (ci: 1, region: 1, quad: tl, w: 110, h: 30, x: 27%, y: 3%),
254
+ (ci: 7, region: 2, quad: tr, w: 100, h: 20, x: 73%, y: 1%),
255
+ (ci: 8, region: 3, quad: tr, w: 26, h: 62, x: 100%, y: 33%),
256
+ (ci: 9, region: 1, quad: br, w: 30, h: 56, x: 101%, y: 72%),
257
+ (ci: 5, region: 2, quad: br, w: 120, h: 22, x: 67%, y: 99%),
258
+ (ci: 2, region: 3, quad: bl, w: 88, h: 32, x: 24%, y: 99%),
259
+ (ci: 3, region: 1, quad: bl, w: 28, h: 58, x: 0%, y: 60%)
260
+ );
261
+
262
+ @function rgb-str($c, $alpha: null) {
263
+ @if $alpha == null or $alpha == 1 {
264
+ @return string.unquote('rgb(#{list.nth($c, 1)}, #{list.nth($c, 2)}, #{list.nth($c, 3)})');
265
+ }
266
+ @return string.unquote('rgba(#{list.nth($c, 1)}, #{list.nth($c, 2)}, #{list.nth($c, 3)}, #{$alpha})');
267
+ }
268
+
269
+ @function spike-color($pair, $factor: 1) {
270
+ $alpha: math.div(math.round(list.nth($pair, 2) * $factor * 100), 100);
271
+ @return rgb-str(list.nth($pair, 1), $alpha);
272
+ }
273
+
274
+ @function offset-str($value) {
275
+ @if $value < 0 {
276
+ @return ' - #{math.abs($value)}px';
277
+ }
278
+ @return ' + #{$value}px';
279
+ }
280
+
281
+ // Static blobs around the perimeter (md & sm stroke/inner layers).
282
+ @function blobs($colors, $geometry, $alphas: null, $scale: 1) {
283
+ $grads: ();
284
+ @for $i from 1 through list.length($geometry) {
285
+ $g: list.nth($geometry, $i);
286
+ $alpha: null;
287
+ @if $alphas != null {
288
+ @if list.length($alphas) > 1 {
289
+ $alpha: list.nth($alphas, $i);
290
+ } @else {
291
+ $alpha: $alphas;
292
+ }
293
+ }
294
+ $w: math.round(map.get($g, w) * $scale);
295
+ $h: math.round(map.get($g, h) * $scale);
296
+ $grads: list.append($grads, string.unquote('radial-gradient(ellipse #{$w}px #{$h}px at #{map.get($g, x)} #{map.get($g, y)}, #{rgb-str(list.nth($colors, $i), $alpha)}, transparent)'), comma);
297
+ }
298
+ @return $grads;
299
+ }
300
+
301
+ // Traveling blobs along the bottom edge (line stroke/inner layers).
302
+ @function line-blobs($colors, $geometry, $alphas: null) {
303
+ $grads: ();
304
+ @for $i from 1 through list.length($geometry) {
305
+ $g: list.nth($geometry, $i);
306
+ $alpha: null;
307
+ @if $alphas != null {
308
+ $alpha: list.nth($alphas, $i);
309
+ }
310
+ $grads: list.append($grads, string.unquote('radial-gradient(ellipse calc(#{map.get($g, w)}px * var(--beam-w)) calc(#{map.get($g, h)}px * var(--beam-h)) at calc(var(--beam-x) * 100%#{offset-str(map.get($g, ox))}) calc(100%#{offset-str(map.get($g, oy))}), #{rgb-str(list.nth($colors, $i), $alpha)}, transparent)'), comma);
311
+ }
312
+ @return $grads;
313
+ }
314
+
315
+ // Breathing blobs whose size, drift and opacity are driven from JS (pulse layers).
316
+ @function pulse-blobs($entries) {
317
+ $grads: ();
318
+ @each $e in $entries {
319
+ $r: map.get($e, region);
320
+ $size: 'calc(#{map.get($e, w)}px * var(--beam-bw#{$r}) * var(--beam-glow-sx, 1)) calc(#{map.get($e, h)}px * var(--beam-bh#{$r}) * var(--beam-bgh) * var(--beam-glow-sy, 1))';
321
+ $at: 'calc(#{map.get($e, x)} + var(--beam-bx#{$r})) calc(#{map.get($e, y)} + var(--beam-by#{$r}))';
322
+ $color: 'rgba(#{list.nth(map.get($e, c), 1)}, #{list.nth(map.get($e, c), 2)}, #{list.nth(map.get($e, c), 3)}, var(--beam-bop-#{map.get($e, quad)}))';
323
+ $grads: list.append($grads, string.unquote('radial-gradient(ellipse #{$size} at #{$at}, #{$color}, transparent)'), comma);
324
+ }
325
+ @return $grads;
326
+ }
327
+
328
+ // Frozen variant of the pulse blobs: literal sizes/positions with the time-average
329
+ // alpha, so the heavily blurred bloom bitmap is painted once and cached instead of
330
+ // being re-rasterized every frame.
331
+ @function pulse-blobs-frozen($entries) {
332
+ $grads: ();
333
+ @each $e in $entries {
334
+ $size: 'calc(#{map.get($e, w)}px * var(--beam-glow-sx, 1)) calc(#{map.get($e, h)}px * var(--beam-glow-sy, 1))';
335
+ $color: 'rgba(#{list.nth(map.get($e, c), 1)}, #{list.nth(map.get($e, c), 2)}, #{list.nth(map.get($e, c), 3)}, var(--beam-pulse-frozen))';
336
+ $grads: list.append($grads, string.unquote('radial-gradient(ellipse #{$size} at #{map.get($e, x)} #{map.get($e, y)}, #{$color}, transparent)'), comma);
337
+ }
338
+ @return $grads;
339
+ }
340
+
341
+ // The 9-blob pulse perimeter, with palette geometry and colors.
342
+ @function pulse-ring($palette) {
343
+ $entries: ();
344
+ @for $i from 1 through list.length($ring-geometry) {
345
+ $entries: list.append($entries, map.merge(list.nth($ring-geometry, $i), (c: list.nth(map.get($ring-colors, $palette), $i))), comma);
346
+ }
347
+ @return $entries;
348
+ }
349
+
350
+ // Same perimeter with the smaller inner sizes.
351
+ @function pulse-ring-resized($palette) {
352
+ $ring: pulse-ring($palette);
353
+ $entries: ();
354
+ @for $i from 1 through list.length($ring) {
355
+ $size: list.nth($pulse-inner-sizes, $i);
356
+ $entries: list.append($entries, map.merge(list.nth($ring, $i), (w: list.nth($size, 1), h: list.nth($size, 2))), comma);
357
+ }
358
+ @return $entries;
359
+ }
360
+
361
+ // Resolve a gradient table (ci references the palette ring) to emit-ready entries.
362
+ @function pulse-table($palette, $table) {
363
+ $ring: pulse-ring($palette);
364
+ $entries: ();
365
+ @each $t in $table {
366
+ $src: list.nth($ring, map.get($t, ci));
367
+ $x: map.get($src, x);
368
+ $y: map.get($src, y);
369
+ @if map.has-key($t, x) {
370
+ $x: map.get($t, x);
371
+ }
372
+ @if map.has-key($t, y) {
373
+ $y: map.get($t, y);
374
+ }
375
+ $entry: (
376
+ c: map.get($src, c),
377
+ x: $x,
378
+ y: $y,
379
+ w: map.get($t, w),
380
+ h: map.get($t, h),
381
+ region: map.get($t, region),
382
+ quad: map.get($t, quad)
383
+ );
384
+ $entries: list.append($entries, $entry, comma);
385
+ }
386
+ @return $entries;
387
+ }
388
+
389
+ // The desynced spike/glow stack at the bottom edge (line bloom layer).
390
+ @function line-bloom($palette, $theme) {
391
+ $is-dark: $theme == dark;
392
+ $is-mono: $palette == mono;
393
+ $spikes-def: map.get($line-spikes, $palette, $theme);
394
+ $primary: map.get($spikes-def, primary);
395
+ $secondary: map.get($spikes-def, secondary);
396
+ $pairs: map.get($line-bloom-spikes, $palette, $theme);
397
+
398
+ // Mono uses uniform gray, so thin spikes at full opacity look like harsh
399
+ // bars. Attenuate the opacity and widen the thin gradients so they appear
400
+ // as soft glows instead.
401
+ $sc1: spike-color($primary);
402
+ $sc2: spike-color($secondary);
403
+ $sc1-mid: $sc1;
404
+ $sc2-mid: rgb-str(list.nth($secondary, 1), .49);
405
+ $thin-w1: .8px;
406
+ $thin-w2: 2px;
407
+ $thin-w3: 1.2px;
408
+ $thin-w4: .6px;
409
+ $thin-h1: 92px;
410
+ $thin-h2: 72px;
411
+ $thin-h3: 85px;
412
+ $thin-h4: 60px;
413
+ $att: 1;
414
+
415
+ @if not $is-dark {
416
+ $sc1-mid: rgb-str(list.nth($primary, 1), .85);
417
+ $sc2-mid: rgb-str(list.nth($secondary, 1), .7);
418
+ $thin-w4: 1px;
419
+ }
420
+
421
+ @if $is-mono {
422
+ $sc1: spike-color($primary, .14);
423
+ $sc2: spike-color($secondary, .12);
424
+ $thin-w1: 12px;
425
+ $thin-w2: 14px;
426
+ $thin-w3: 12px;
427
+ $thin-w4: 10px;
428
+ $thin-h1: 42px;
429
+ $thin-h2: 38px;
430
+ $thin-h3: 40px;
431
+ $thin-h4: 32px;
432
+ $att: .14;
433
+
434
+ @if $is-dark {
435
+ $sc1-mid: spike-color($primary, .09);
436
+ $sc2-mid: rgb-str(list.nth($secondary, 1), .06);
437
+ } @else {
438
+ $sc1-mid: spike-color($primary, .11);
439
+ $sc2-mid: spike-color($secondary, .09);
440
+ }
441
+ }
442
+
443
+ $att2: $att;
444
+ @if $is-mono {
445
+ $att2: $att * .7;
446
+ }
447
+
448
+ $colors1: ();
449
+ $colors2: ();
450
+ @each $pair in $pairs {
451
+ $colors1: list.append($colors1, spike-color(list.nth($pair, 1), $att), comma);
452
+ $colors2: list.append($colors2, spike-color(list.nth($pair, 2), $att2), comma);
453
+ }
454
+
455
+ $grads: (
456
+ string.unquote('radial-gradient(ellipse calc(#{$thin-w1} * var(--beam-spike)) calc(#{$thin-h1} * var(--beam-h)) at 8% calc(100% - 2px), #{$sc1}, #{$sc1-mid} 30%, transparent 88%)'),
457
+ string.unquote('radial-gradient(ellipse calc(10px * var(--beam-spike2)) calc(35px * var(--beam-h)) at 22% calc(100% - 4px), #{$sc2}, #{$sc2-mid} 50%, transparent 95%)'),
458
+ string.unquote('radial-gradient(ellipse calc(#{$thin-w2} * (2 - var(--beam-spike))) calc(#{$thin-h2} * var(--beam-h)) at 36% calc(100% - 3px), #{list.nth($colors1, 1)}, #{list.nth($colors2, 1)} 40%, transparent 90%)'),
459
+ string.unquote('radial-gradient(ellipse calc(14px * var(--beam-spike2)) calc(28px * var(--beam-h)) at 50% calc(100% - 2px), #{list.nth($colors1, 2)}, #{list.nth($colors2, 2)} 55%, transparent 96%)'),
460
+ string.unquote('radial-gradient(ellipse calc(#{$thin-w3} * (2 - var(--beam-spike2))) calc(#{$thin-h3} * var(--beam-h)) at 64% calc(100% - 4px), #{list.nth($colors1, 3)}, #{list.nth($colors2, 3)} 35%, transparent 89%)'),
461
+ string.unquote('radial-gradient(ellipse calc(7px * var(--beam-spike)) calc(45px * var(--beam-h)) at 78% calc(100% - 2px), #{list.nth($colors1, 4)}, #{list.nth($colors2, 4)} 48%, transparent 94%)'),
462
+ string.unquote('radial-gradient(ellipse calc(#{$thin-w4} * (2 - var(--beam-spike))) calc(#{$thin-h4} * var(--beam-h)) at 92% calc(100% - 3px), #{list.nth($colors1, 5)}, #{list.nth($colors2, 5)} 42%, transparent 91%)')
463
+ );
464
+
465
+ @if $is-dark {
466
+ $dot-c: 'rgba(255, 255, 255, 1)';
467
+ $dot-20: 'rgba(255, 255, 255, 0.9)';
468
+ $dot-50: 'rgba(255, 255, 255, 0.5)';
469
+ $amb-c: 'rgba(255, 255, 255, 0.3)';
470
+ $amb-25: 'rgba(255, 255, 255, 0.12)';
471
+ $amb-55: 'rgba(255, 255, 255, 0.03)';
472
+
473
+ @if $is-mono {
474
+ $dot-c: 'rgba(255, 255, 255, 0.5)';
475
+ $dot-20: 'rgba(255, 255, 255, 0.45)';
476
+ $dot-50: 'rgba(255, 255, 255, 0.25)';
477
+ $amb-c: 'rgba(255, 255, 255, 0.15)';
478
+ $amb-25: 'rgba(255, 255, 255, 0.06)';
479
+ $amb-55: 'rgba(255, 255, 255, 0.015)';
480
+ }
481
+ $grads: list.append($grads, string.unquote('radial-gradient(ellipse calc(21px * var(--beam-spike)) calc(15px * var(--beam-spike2)) at calc(var(--beam-x) * 100%) calc(100% + 1px), #{$dot-c} 0%, #{$dot-20} 20%, #{$dot-50} 50%, transparent 100%)'), comma);
482
+ $grads: list.append($grads, string.unquote('radial-gradient(ellipse calc(42px * var(--beam-w)) calc(40px * var(--beam-h)) at calc(var(--beam-x) * 100%) 100%, #{$amb-c} 0%, #{$amb-25} 25%, #{$amb-55} 55%, transparent 80%)'), comma);
483
+ } @else {
484
+ $grads: list.append($grads, string.unquote('radial-gradient(ellipse calc(50px * var(--beam-w)) calc(32px * var(--beam-h)) at calc(var(--beam-x) * 100%) 100%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.18) 30%, rgba(0, 0, 0, 0.03) 60%, transparent 85%)'), comma);
485
+ }
486
+
487
+ @return $grads;
488
+ }
489
+
490
+ $ring-mask: string.unquote('linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0)');
491
+ $edge-fade-y: string.unquote('linear-gradient(white, transparent 28px, transparent calc(100% - 28px), white)');
492
+ $edge-fade-x: string.unquote('linear-gradient(to right, white, transparent 28px, transparent calc(100% - 28px), white)');
493
+ $md-window: string.unquote('conic-gradient(from var(--beam-angle), transparent 0%, transparent 30%, rgba(255, 255, 255, 0.1) 36%, rgba(255, 255, 255, 0.35) 44%, white 52%, white 80%, rgba(255, 255, 255, 0.35) 86%, rgba(255, 255, 255, 0.1) 92%, transparent 95%, transparent 100%)');
494
+ $sm-window: string.unquote('conic-gradient(from var(--beam-angle), transparent 0%, transparent 22%, rgba(255, 255, 255, 0.12) 28%, rgba(255, 255, 255, 0.4) 36%, white 46%, white 82%, rgba(255, 255, 255, 0.4) 88%, rgba(255, 255, 255, 0.12) 94%, transparent 97%, transparent 100%)');
495
+ $line-window: string.unquote('radial-gradient(ellipse calc(78px * var(--beam-w)) calc(60px * var(--beam-h)) at calc(var(--beam-x) * 100%) 100%, white 0%, rgba(255, 255, 255, 0.5) 45%, transparent 100%)');
496
+ $line-bloom-window: string.unquote('radial-gradient(ellipse calc(84px * var(--beam-w)) calc(110px * var(--beam-h)) at calc(var(--beam-x) * 100%) 100%, white 0%, rgba(255, 255, 255, 0.5) 35%, transparent 100%)');
497
+
498
+ .borderBeam {
499
+ position: relative;
500
+ width: fit-content;
501
+ border-radius: var(--beam-radius);
502
+
503
+ --beam-hue-range: 30;
504
+ --beam-mono: 1;
505
+ --beam-radius: var(--radius);
506
+ --beam-strength: 1;
507
+
508
+ &::before,
509
+ &::after {
510
+ pointer-events: none;
511
+ }
512
+ }
513
+
514
+ .bloom {
515
+ position: absolute;
516
+ display: none;
517
+ pointer-events: none;
518
+ }
519
+
520
+ .mono {
521
+ --beam-mono: .5;
522
+ }
523
+
524
+ @each $palette in (colorful, mono, ocean, sunset) {
525
+ $inner-alpha: .45;
526
+ @if $palette == mono {
527
+ $inner-alpha: .225;
528
+ }
529
+
530
+ .#{$palette} {
531
+ --beam-rotate-blobs: #{blobs(map.get($ring-colors, $palette), $ring-geometry)};
532
+ --beam-rotate-inner: #{blobs(map.get($ring-colors, $palette), $ring-geometry, $inner-alpha, .9)};
533
+ --beam-sm-blobs: #{blobs(map.get($sm-colors, $palette), $sm-geometry)};
534
+ --beam-sm-inner: #{blobs(map.get($sm-colors, $palette), $sm-geometry, map.get($sm-inner-alphas, $palette))};
535
+ --beam-line-blobs: #{line-blobs(map.get($line-colors, $palette, light), $line-geometry-light)};
536
+ --beam-line-inner: #{line-blobs(map.get($line-inner-colors, $palette), $line-inner-geometry, $line-inner-alphas)};
537
+ --beam-line-bloom: #{line-bloom($palette, light)};
538
+ --beam-pulse-ring: #{pulse-blobs(pulse-ring($palette))};
539
+ --beam-pulse-inner-ring: #{pulse-blobs(pulse-ring-resized($palette))};
540
+ --beam-pulse-inner-bloom: #{pulse-blobs-frozen(pulse-table($palette, $pulse-inner-bloom))};
541
+ --beam-pulse-outer-core: #{pulse-blobs(pulse-table($palette, $pulse-outer-core))};
542
+ --beam-pulse-outer-bloom: #{pulse-blobs-frozen(pulse-table($palette, $pulse-outer-bloom))};
543
+
544
+ [dark] & {
545
+ --beam-line-blobs: #{line-blobs(map.get($line-colors, $palette, dark), $line-geometry-dark)};
546
+ --beam-line-bloom: #{line-bloom($palette, dark)};
547
+ }
548
+ }
549
+ }
550
+
551
+ /*
552
+ * Rotate family — a soft conic window travels around the perimeter and reveals
553
+ * the colorful blobs, with a hot highlight inside the window.
554
+ */
555
+
556
+ .md,
557
+ .sm {
558
+ overflow: hidden;
559
+
560
+ --beam-rotate-highlight: conic-gradient(from var(--beam-angle), transparent 0%, transparent 54%, rgba(0, 0, 0, 0.08) 57%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.4) 63%, rgba(0, 0, 0, 0.55) 66%, rgba(0, 0, 0, 0.4) 69%, rgba(0, 0, 0, 0.2) 72%, rgba(0, 0, 0, 0.08) 75%, transparent 78%, transparent 100%);
561
+ --beam-rotate-bloom: conic-gradient(from var(--beam-angle), transparent 0%, transparent 58%, rgba(0, 0, 0, 0.02) 62%, rgba(0, 0, 0, 0.08) 65%, rgba(0, 0, 0, 0.2) 67%, rgba(0, 0, 0, 0.4) 69%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.6) 70.5%, rgba(0, 0, 0, 0.4) 71.5%, rgba(0, 0, 0, 0.2) 73%, rgba(0, 0, 0, 0.08) 75%, rgba(0, 0, 0, 0.02) 78%, transparent 82%);
562
+
563
+ [dark] & {
564
+ --beam-rotate-highlight: conic-gradient(from var(--beam-angle), transparent 0%, transparent 54%, rgba(255, 255, 255, 0.1) 57%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.6) 63%, rgba(255, 255, 255, 0.75) 66%, rgba(255, 255, 255, 0.6) 69%, rgba(255, 255, 255, 0.3) 72%, rgba(255, 255, 255, 0.1) 75%, transparent 78%, transparent 100%);
565
+ --beam-rotate-bloom: conic-gradient(from var(--beam-angle), transparent 0%, transparent 58%, rgba(255, 255, 255, 0.03) 62%, rgba(255, 255, 255, 0.08) 65%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.45) 69%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 70.5%, rgba(255, 255, 255, 0.45) 71.5%, rgba(255, 255, 255, 0.2) 73%, rgba(255, 255, 255, 0.08) 75%, rgba(255, 255, 255, 0.03) 78%, transparent 82%);
566
+ }
567
+
568
+ &.isActive {
569
+ animation: borderBeamSpin calc(var(--beam-duration) * 1s) linear infinite, borderBeamFadeIn .6s ease forwards;
570
+ }
571
+
572
+ &.isFading {
573
+ animation: borderBeamSpin calc(var(--beam-duration) * 1s) linear infinite, borderBeamFadeOut .5s ease forwards;
574
+ }
575
+
576
+ &.isActive::after,
577
+ &.isFading::after {
578
+ position: absolute;
579
+ z-index: 2;
580
+ inset: 0;
581
+ padding: 1px;
582
+ content: '';
583
+ border-radius: calc(var(--beam-radius) - 1px);
584
+ opacity: calc(var(--beam-opacity) * var(--beam-stroke-opacity) * var(--beam-mono) * var(--beam-strength));
585
+ animation: borderBeamHueShift 12s ease-in-out infinite;
586
+ clip-path: inset(0 round var(--beam-radius));
587
+ }
588
+
589
+ &.isActive::before,
590
+ &.isFading::before {
591
+ position: absolute;
592
+ z-index: 1;
593
+ inset: 0;
594
+ content: '';
595
+ opacity: calc(var(--beam-opacity) * var(--beam-inner-opacity) * var(--beam-mono) * var(--beam-strength));
596
+ animation: borderBeamHueShift 12s ease-in-out infinite;
597
+ clip-path: inset(0 round var(--beam-radius));
598
+ }
599
+
600
+ &.isStatic::before,
601
+ &.isStatic::after {
602
+ animation: none;
603
+ }
604
+
605
+ > .bloom {
606
+ z-index: 3;
607
+ inset: 0;
608
+ padding: 1px;
609
+ background: var(--beam-rotate-bloom);
610
+ border-radius: calc(var(--beam-radius) - 1px);
611
+ opacity: 0;
612
+ filter: blur(8px) brightness(var(--beam-brightness)) saturate(var(--beam-saturation));
613
+ clip-path: inset(0 round var(--beam-radius));
614
+ mask: #{$ring-mask};
615
+ mask-composite: exclude;
616
+ }
617
+
618
+ &.isActive > .bloom,
619
+ &.isFading > .bloom {
620
+ display: block;
621
+ opacity: calc(var(--beam-opacity) * var(--beam-bloom-opacity) * var(--beam-mono) * var(--beam-strength));
622
+ }
623
+ }
624
+
625
+ .md {
626
+ --beam-bloom-opacity: .34;
627
+ --beam-brightness: 1.3;
628
+ --beam-inner-opacity: .26;
629
+ --beam-inner-shadow: rgba(0, 0, 0, .14);
630
+ --beam-saturation: 1.5;
631
+ --beam-stroke-opacity: .12;
632
+
633
+ [dark] & {
634
+ --beam-bloom-opacity: .24;
635
+ --beam-inner-opacity: .42;
636
+ --beam-inner-shadow: rgba(255, 255, 255, .27);
637
+ --beam-saturation: 1.2;
638
+ --beam-stroke-opacity: .26;
639
+ }
640
+
641
+ &.isActive::after,
642
+ &.isFading::after {
643
+ background: var(--beam-rotate-highlight), var(--beam-rotate-blobs);
644
+ mask: #{$md-window}, #{$ring-mask};
645
+ mask-composite: intersect, exclude;
646
+ }
647
+
648
+ &.isActive::before,
649
+ &.isFading::before {
650
+ background: var(--beam-rotate-inner);
651
+ border-radius: var(--beam-radius);
652
+ box-shadow: inset 0 0 9px 1px var(--beam-inner-shadow);
653
+ mask: #{$md-window}, #{$edge-fade-y}, #{$edge-fade-x};
654
+ mask-composite: intersect, add;
655
+ }
656
+ }
657
+
658
+ .sm {
659
+ --beam-bloom-opacity: .16;
660
+ --beam-brightness: 1.3;
661
+ --beam-inner-opacity: .3;
662
+ --beam-inner-shadow: rgba(0, 0, 0, .14);
663
+ --beam-saturation: 1.8;
664
+ --beam-stroke-opacity: .12;
665
+
666
+ [dark] & {
667
+ --beam-bloom-opacity: .38;
668
+ --beam-inner-opacity: .24;
669
+ --beam-inner-shadow: rgba(255, 255, 255, .3);
670
+ --beam-saturation: 1.2;
671
+ --beam-stroke-opacity: .46;
672
+ }
673
+
674
+ &.isActive::after,
675
+ &.isFading::after {
676
+ background: var(--beam-rotate-highlight), var(--beam-sm-blobs);
677
+ mask: #{$sm-window}, #{$ring-mask};
678
+ mask-composite: intersect, exclude;
679
+ }
680
+
681
+ &.isActive::before,
682
+ &.isFading::before {
683
+ background: var(--beam-sm-inner);
684
+ border-radius: var(--beam-radius);
685
+ box-shadow: inset 0 0 5px 1px var(--beam-inner-shadow);
686
+ mask: #{$sm-window};
687
+ mask-composite: add;
688
+ }
689
+ }
690
+
691
+ /*
692
+ * Line — a glow that travels along the bottom edge, with breathing width/height
693
+ * and desynced bloom spikes.
694
+ */
695
+
696
+ .line {
697
+ overflow: hidden;
698
+
699
+ --beam-bloom-opacity: .3;
700
+ --beam-brightness: 1.3;
701
+ --beam-inner-opacity: .32;
702
+ --beam-inner-shadow: rgba(0, 0, 0, .14);
703
+ --beam-line-highlight: radial-gradient(ellipse calc(35px * var(--beam-w)) calc(28px * var(--beam-h)) at calc(var(--beam-x) * 100%) calc(100% + 2px), rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.25) 35%, transparent 70%);
704
+ --beam-saturation: 1.95;
705
+ --beam-stroke-opacity: .16;
706
+
707
+ [dark] & {
708
+ --beam-bloom-opacity: .8;
709
+ --beam-inner-opacity: .7;
710
+ --beam-inner-shadow: rgba(255, 255, 255, .1);
711
+ --beam-line-highlight: radial-gradient(ellipse calc(24px * var(--beam-w)) calc(28px * var(--beam-h)) at calc(var(--beam-x) * 100%) calc(100% + 2px), rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.12) 30%, transparent 65%);
712
+ --beam-saturation: 1.2;
713
+ --beam-stroke-opacity: 1.14;
714
+ }
715
+
716
+ &.isActive {
717
+ animation: borderBeamTravel calc(var(--beam-duration) * 1s) linear infinite, borderBeamEdgeFade calc(var(--beam-duration) * 1s) linear infinite, borderBeamBreathe calc(var(--beam-duration) * 1.3s) ease-in-out infinite, borderBeamSpike calc(var(--beam-duration) * 1.33s) ease-in-out infinite, borderBeamSpike2 calc(var(--beam-duration) * 1.7s) ease-in-out infinite, borderBeamFadeIn .6s ease forwards;
718
+ }
719
+
720
+ &.isFading {
721
+ animation: borderBeamTravel calc(var(--beam-duration) * 1s) linear infinite, borderBeamEdgeFade calc(var(--beam-duration) * 1s) linear infinite, borderBeamBreathe calc(var(--beam-duration) * 1.3s) ease-in-out infinite, borderBeamSpike calc(var(--beam-duration) * 1.33s) ease-in-out infinite, borderBeamSpike2 calc(var(--beam-duration) * 1.7s) ease-in-out infinite, borderBeamFadeOut .5s ease forwards;
722
+ }
723
+
724
+ &.isActive::after,
725
+ &.isFading::after {
726
+ position: absolute;
727
+ z-index: 2;
728
+ inset: 0;
729
+ padding: 1px;
730
+ content: '';
731
+ background: var(--beam-line-highlight), var(--beam-line-blobs);
732
+ border-radius: calc(var(--beam-radius) - 1px);
733
+ opacity: calc(var(--beam-opacity) * var(--beam-edge) * var(--beam-stroke-opacity) * var(--beam-strength));
734
+ animation: borderBeamHueShift 12s ease-in-out infinite;
735
+ clip-path: inset(0 round var(--beam-radius));
736
+ mask: #{$line-window}, #{$ring-mask};
737
+ mask-composite: intersect, exclude;
738
+ }
739
+
740
+ &.isActive::before,
741
+ &.isFading::before {
742
+ position: absolute;
743
+ z-index: 1;
744
+ inset: 0;
745
+ content: '';
746
+ background: var(--beam-line-inner);
747
+ border-radius: var(--beam-radius);
748
+ box-shadow: inset 0 0 9px 1px var(--beam-inner-shadow);
749
+ opacity: calc(var(--beam-opacity) * var(--beam-edge) * var(--beam-inner-opacity) * var(--beam-strength));
750
+ animation: borderBeamHueShift 12s ease-in-out infinite;
751
+ clip-path: inset(0 round var(--beam-radius));
752
+ mask: #{$line-window}, #{$edge-fade-y}, #{$edge-fade-x};
753
+ mask-composite: intersect, add;
754
+ }
755
+
756
+ &.isStatic::before,
757
+ &.isStatic::after {
758
+ animation: none;
759
+ }
760
+
761
+ > .bloom {
762
+ z-index: 3;
763
+ inset: 0;
764
+ background: var(--beam-line-bloom);
765
+ border-radius: calc(var(--beam-radius) - 1px);
766
+ opacity: 0;
767
+ clip-path: inset(0 round var(--beam-radius));
768
+ mask: #{$line-bloom-window};
769
+ mask-composite: add;
770
+ }
771
+
772
+ &.isActive > .bloom,
773
+ &.isFading > .bloom {
774
+ display: block;
775
+ opacity: calc(var(--beam-opacity) * var(--beam-edge) * var(--beam-bloom-opacity) * var(--beam-strength));
776
+ animation: borderBeamHueShiftBloom 8s ease-in-out infinite;
777
+ }
778
+
779
+ &.isStatic > .bloom {
780
+ animation: none;
781
+ }
782
+
783
+ &.mono > .bloom {
784
+ filter: blur(6px);
785
+ }
786
+ }
787
+
788
+ /*
789
+ * Pulse family — a breathing glow without rotation. The motion is driven from a
790
+ * shared, frame-rate-capped JS loop that writes the --beam-b* custom properties.
791
+ */
792
+
793
+ .pulseInner,
794
+ .pulseOutside {
795
+ isolation: isolate;
796
+
797
+ &.isActive {
798
+ animation: borderBeamFadeIn .6s ease forwards;
799
+ }
800
+
801
+ &.isFading {
802
+ animation: borderBeamFadeOut .5s ease forwards;
803
+ }
804
+ }
805
+
806
+ .pulseInner {
807
+ overflow: hidden;
808
+
809
+ --beam-bloom-opacity: .8;
810
+ --beam-brightness: 1.3;
811
+ --beam-inner-opacity: .4;
812
+ --beam-pulse-corner: 0, 0, 0;
813
+ --beam-pulse-corner-alpha: .08;
814
+ --beam-pulse-frozen: .775;
815
+ --beam-saturation: .75;
816
+ --beam-stroke-opacity: .32;
817
+
818
+ [dark] & {
819
+ --beam-bloom-opacity: .66;
820
+ --beam-brightness: .75;
821
+ --beam-inner-opacity: .44;
822
+ --beam-pulse-corner: 255, 255, 255;
823
+ --beam-pulse-corner-alpha: .18;
824
+ --beam-pulse-frozen: .76;
825
+ --beam-saturation: 1.2;
826
+ --beam-stroke-opacity: 1.54;
827
+ }
828
+
829
+ &.isActive::after,
830
+ &.isFading::after {
831
+ position: absolute;
832
+ z-index: 2;
833
+ inset: 0;
834
+ padding: 1px;
835
+ content: '';
836
+ background: var(--beam-pulse-ring);
837
+ border-radius: var(--beam-radius);
838
+ opacity: calc(var(--beam-opacity) * var(--beam-stroke-opacity) * var(--beam-mono) * var(--beam-strength));
839
+ will-change: opacity, filter;
840
+ filter: hue-rotate(var(--beam-hue)) brightness(var(--beam-brightness)) saturate(var(--beam-saturation));
841
+ clip-path: inset(0 round var(--beam-radius));
842
+ mask: #{$ring-mask};
843
+ mask-composite: exclude;
844
+ }
845
+
846
+ &.isActive::before,
847
+ &.isFading::before {
848
+ position: absolute;
849
+ z-index: 1;
850
+ inset: 0;
851
+ content: '';
852
+ background:
853
+ var(--beam-pulse-inner-ring),
854
+ radial-gradient(ellipse 60px 60px at 0% 0%, rgba(var(--beam-pulse-corner), calc(var(--beam-pulse-corner-alpha) * var(--beam-bop-tl))), transparent 70%),
855
+ radial-gradient(ellipse 60px 60px at 100% 0%, rgba(var(--beam-pulse-corner), calc(var(--beam-pulse-corner-alpha) * var(--beam-bop-tr))), transparent 70%),
856
+ radial-gradient(ellipse 60px 60px at 0% 100%, rgba(var(--beam-pulse-corner), calc(var(--beam-pulse-corner-alpha) * var(--beam-bop-bl))), transparent 70%),
857
+ radial-gradient(ellipse 60px 60px at 100% 100%, rgba(var(--beam-pulse-corner), calc(var(--beam-pulse-corner-alpha) * var(--beam-bop-br))), transparent 70%);
858
+ border-radius: var(--beam-radius);
859
+ opacity: calc(var(--beam-opacity) * var(--beam-inner-opacity) * var(--beam-mono) * var(--beam-strength));
860
+ will-change: opacity, filter;
861
+ filter: hue-rotate(var(--beam-hue)) brightness(var(--beam-brightness)) saturate(var(--beam-saturation));
862
+ clip-path: inset(0 round var(--beam-radius));
863
+ mask: #{$edge-fade-y}, #{$edge-fade-x};
864
+ mask-composite: add;
865
+ }
866
+
867
+ > .bloom {
868
+ z-index: 3;
869
+ inset: 0;
870
+ padding: 1px;
871
+ background: var(--beam-pulse-inner-bloom);
872
+ border-radius: var(--beam-radius);
873
+ opacity: 0;
874
+ will-change: opacity;
875
+ clip-path: inset(0 round var(--beam-radius));
876
+ mask: #{$ring-mask};
877
+ mask-composite: exclude;
878
+ }
879
+
880
+ &.isActive > .bloom,
881
+ &.isFading > .bloom {
882
+ display: block;
883
+ opacity: calc(var(--beam-opacity) * var(--beam-bloom-opacity) * var(--beam-mono) * var(--beam-strength));
884
+ filter: blur(8px) hue-rotate(var(--beam-hue)) brightness(var(--beam-brightness)) saturate(var(--beam-saturation));
885
+ }
886
+ }
887
+
888
+ .pulseOutside {
889
+ overflow: visible;
890
+
891
+ --beam-bloom-opacity: .42;
892
+ --beam-brightness: 1.7;
893
+ --beam-inner-opacity: 1.04;
894
+ --beam-pulse-bloom-blur: 15px;
895
+ --beam-pulse-frozen: 1;
896
+ --beam-pulse-glow-blur: 6px;
897
+ --beam-saturation: .6;
898
+ --beam-stroke-opacity: 1.96;
899
+
900
+ [dark] & {
901
+ --beam-bloom-opacity: .3;
902
+ --beam-brightness: 1.9;
903
+ --beam-inner-opacity: .34;
904
+ --beam-pulse-bloom-blur: 22.5px;
905
+ --beam-pulse-frozen: .77;
906
+ --beam-pulse-glow-blur: 3px;
907
+ --beam-saturation: 1.2;
908
+ --beam-stroke-opacity: .94;
909
+ }
910
+
911
+ &.isActive::after,
912
+ &.isFading::after {
913
+ position: absolute;
914
+ z-index: 2;
915
+ inset: 0;
916
+ padding: 1px;
917
+ content: '';
918
+ background: var(--beam-pulse-outer-core);
919
+ border-radius: var(--beam-radius);
920
+ opacity: calc(var(--beam-opacity) * var(--beam-stroke-opacity) * var(--beam-mono) * var(--beam-strength));
921
+ will-change: opacity, filter;
922
+ filter: hue-rotate(var(--beam-hue)) brightness(var(--beam-brightness)) saturate(var(--beam-saturation));
923
+ clip-path: inset(0 round var(--beam-radius));
924
+ mask: #{$ring-mask};
925
+ mask-composite: exclude;
926
+ }
927
+
928
+ &.isActive::before,
929
+ &.isFading::before {
930
+ position: absolute;
931
+ z-index: -1;
932
+ inset: -10px;
933
+ content: '';
934
+ background: var(--beam-pulse-outer-core);
935
+ border-radius: calc(var(--beam-radius) + 10px);
936
+ opacity: calc(var(--beam-opacity) * var(--beam-inner-opacity) * var(--beam-mono) * var(--beam-strength));
937
+ will-change: opacity, filter;
938
+ transform: scale(.95, .9);
939
+ filter: blur(var(--beam-pulse-glow-blur)) hue-rotate(var(--beam-hue)) brightness(var(--beam-brightness)) saturate(var(--beam-saturation));
940
+ }
941
+
942
+ > .bloom {
943
+ z-index: -1;
944
+ inset: -30px;
945
+ background: var(--beam-pulse-outer-bloom);
946
+ border-radius: calc(var(--beam-radius) + 30px);
947
+ opacity: 0;
948
+ will-change: transform;
949
+ transform: scale(.95, .9);
950
+ }
951
+
952
+ &.isActive > .bloom,
953
+ &.isFading > .bloom {
954
+ display: block;
955
+ opacity: calc(var(--beam-opacity) * var(--beam-bloom-opacity) * var(--beam-mono) * var(--beam-strength));
956
+ filter: blur(var(--beam-pulse-bloom-blur)) hue-rotate(var(--beam-hue)) brightness(var(--beam-brightness)) saturate(var(--beam-saturation));
957
+ }
958
+ }
959
+
960
+ .isPaused,
961
+ .isPaused::before,
962
+ .isPaused::after,
963
+ .isPaused > .bloom {
964
+ animation-play-state: paused !important;
965
+ }
966
+
967
+ @media (prefers-reduced-motion: reduce) {
968
+ .pulseInner,
969
+ .pulseOutside,
970
+ .pulseInner::before,
971
+ .pulseInner::after,
972
+ .pulseOutside::before,
973
+ .pulseOutside::after,
974
+ .pulseInner > .bloom,
975
+ .pulseOutside > .bloom {
976
+ animation: none !important;
977
+ }
978
+ }
979
+
980
+ @keyframes borderBeamSpin {
981
+ to {
982
+ --beam-angle: 360deg;
983
+ }
984
+ }
985
+
986
+ @keyframes borderBeamFadeIn {
987
+ to {
988
+ --beam-opacity: 1;
989
+ }
990
+ }
991
+
992
+ @keyframes borderBeamFadeOut {
993
+ from {
994
+ --beam-opacity: 1;
995
+ }
996
+
997
+ to {
998
+ --beam-opacity: 0;
999
+ }
1000
+ }
1001
+
1002
+ @keyframes borderBeamHueShift {
1003
+ 0%, 100% {
1004
+ filter: hue-rotate(calc(var(--beam-hue-range) * -1deg)) brightness(var(--beam-brightness)) saturate(var(--beam-saturation));
1005
+ }
1006
+
1007
+ 50% {
1008
+ filter: hue-rotate(calc(var(--beam-hue-range) * 1deg)) brightness(var(--beam-brightness)) saturate(var(--beam-saturation));
1009
+ }
1010
+ }
1011
+
1012
+ @keyframes borderBeamHueShiftBloom {
1013
+ 0%, 100% {
1014
+ filter: blur(8px) hue-rotate(calc((var(--beam-hue-range) + 10) * -1deg)) brightness(var(--beam-brightness)) saturate(var(--beam-saturation));
1015
+ }
1016
+
1017
+ 50% {
1018
+ filter: blur(8px) hue-rotate(calc((var(--beam-hue-range) + 10) * 1deg)) brightness(var(--beam-brightness)) saturate(var(--beam-saturation));
1019
+ }
1020
+ }
1021
+
1022
+ @keyframes borderBeamTravel {
1023
+ 0% {
1024
+ --beam-x: .06;
1025
+ --beam-w: .5;
1026
+ }
1027
+
1028
+ 10% {
1029
+ --beam-x: .15;
1030
+ --beam-w: .8;
1031
+ }
1032
+
1033
+ 20% {
1034
+ --beam-x: .25;
1035
+ --beam-w: 1.1;
1036
+ }
1037
+
1038
+ 30% {
1039
+ --beam-x: .35;
1040
+ --beam-w: 1.3;
1041
+ }
1042
+
1043
+ 40% {
1044
+ --beam-x: .44;
1045
+ --beam-w: 1.45;
1046
+ }
1047
+
1048
+ 50% {
1049
+ --beam-x: .5;
1050
+ --beam-w: 1.5;
1051
+ }
1052
+
1053
+ 60% {
1054
+ --beam-x: .56;
1055
+ --beam-w: 1.45;
1056
+ }
1057
+
1058
+ 70% {
1059
+ --beam-x: .65;
1060
+ --beam-w: 1.3;
1061
+ }
1062
+
1063
+ 80% {
1064
+ --beam-x: .75;
1065
+ --beam-w: 1.1;
1066
+ }
1067
+
1068
+ 90% {
1069
+ --beam-x: .85;
1070
+ --beam-w: .8;
1071
+ }
1072
+
1073
+ 100% {
1074
+ --beam-x: .94;
1075
+ --beam-w: .5;
1076
+ }
1077
+ }
1078
+
1079
+ @keyframes borderBeamEdgeFade {
1080
+ 0%, 100% {
1081
+ --beam-edge: 0;
1082
+ }
1083
+
1084
+ 12.5% {
1085
+ --beam-edge: 0;
1086
+ }
1087
+
1088
+ 32.5%, 67.5% {
1089
+ --beam-edge: 1;
1090
+ }
1091
+
1092
+ 87.5% {
1093
+ --beam-edge: 0;
1094
+ }
1095
+ }
1096
+
1097
+ @keyframes borderBeamBreathe {
1098
+ 0%, 100% {
1099
+ --beam-h: .8;
1100
+ }
1101
+
1102
+ 25% {
1103
+ --beam-h: 1.25;
1104
+ }
1105
+
1106
+ 55% {
1107
+ --beam-h: .85;
1108
+ }
1109
+
1110
+ 80% {
1111
+ --beam-h: 1.3;
1112
+ }
1113
+ }
1114
+
1115
+ @keyframes borderBeamSpike {
1116
+ 0%, 100% {
1117
+ --beam-spike: .8;
1118
+ }
1119
+
1120
+ 25% {
1121
+ --beam-spike: 1.3;
1122
+ }
1123
+
1124
+ 50% {
1125
+ --beam-spike: .9;
1126
+ }
1127
+
1128
+ 75% {
1129
+ --beam-spike: 1.4;
1130
+ }
1131
+ }
1132
+
1133
+ @keyframes borderBeamSpike2 {
1134
+ 0%, 100% {
1135
+ --beam-spike2: 1.2;
1136
+ }
1137
+
1138
+ 25% {
1139
+ --beam-spike2: .7;
1140
+ }
1141
+
1142
+ 50% {
1143
+ --beam-spike2: 1.4;
1144
+ }
1145
+
1146
+ 75% {
1147
+ --beam-spike2: .8;
1148
+ }
1149
+ }