@mkbabb/glass-ui 3.2.0 → 3.4.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 (306) hide show
  1. package/dist/{CardFooter-3-VGho1J.js → CardFooter-C390imy7.js} +2 -2
  2. package/dist/{CollapsibleContent-wlmlDujU.js → CollapsibleContent-cauTbZEM.js} +1 -1
  3. package/dist/{CommandShortcut-C6lsz3pG.js → CommandShortcut-BiVyqipe.js} +5 -4
  4. package/dist/DataTable-FfkaAg2z.js +465 -0
  5. package/dist/DialogContent-IQ8_BRrC.js +100 -0
  6. package/dist/{DiscoGlyph-B7YooI2-.js → DiscoGlyph-BaZ8OawK.js} +1 -1
  7. package/dist/{GlyphFace-Bvk6OIas.js → GlyphFace-B_7vOmYn.js} +1 -1
  8. package/dist/HoverPopover-DTSYkJtw.js +96 -0
  9. package/dist/{IconTooltip-DXveGjx7.js → IconTooltip-BTyYn4mr.js} +1 -1
  10. package/dist/Input-CU9CNKmo.js +52 -0
  11. package/dist/{MetricBadge-J_GBCb8e.js → MetricBadge-BlrdbOGN.js} +1 -1
  12. package/dist/{NumberFieldContent-B6L6YrQz.js → NumberFieldContent-iOTQ5rGO.js} +8 -4
  13. package/dist/{PopoverContent-CxEEUL7Y.js → PopoverContent-B8WtJECb.js} +1 -1
  14. package/dist/Progress-DjM86vfb.js +254 -0
  15. package/dist/{ScrollingText-1Qjnwz6H.js → ScrollingText-P9o_DuMn.js} +1 -1
  16. package/dist/{SelectScrollDownButton-BvvvAbuh.js → SelectScrollDownButton-BGn3rjs9.js} +9 -8
  17. package/dist/TabsIndicator-DA0x9gPr.js +97 -0
  18. package/dist/{ToggleGroupItem-Cy7xHFEo.js → ToggleGroupItem-gyXj998A.js} +37 -40
  19. package/dist/UnderlineTabs-Cq_AD03t.js +39 -0
  20. package/dist/animated-digit.js +2 -2
  21. package/dist/api/index.d.ts +2 -0
  22. package/dist/api.js +1 -1
  23. package/dist/aurora.js +454 -271
  24. package/dist/{button-DS3ULf5i.js → button-Ckn3eDfB.js} +27 -22
  25. package/dist/button.js +1 -1
  26. package/dist/card.js +1 -1
  27. package/dist/carousel.js +2 -2
  28. package/dist/collapsible.js +1 -1
  29. package/dist/color-rkK4RMx2.js +33 -0
  30. package/dist/color.d.ts +1 -0
  31. package/dist/color.js +2 -0
  32. package/dist/command.js +1 -1
  33. package/dist/compile-DVgAxagk.js +106 -0
  34. package/dist/components/custom/animated-digit/AnimatedDigit.vue.d.ts +7 -7
  35. package/dist/components/custom/aurora/Aurora.vue.d.ts +3 -3
  36. package/dist/components/custom/aurora/composables/color.d.ts +3 -25
  37. package/dist/components/custom/aurora/composables/cursorModel.d.ts +45 -0
  38. package/dist/components/custom/aurora/composables/frameLoop.d.ts +30 -0
  39. package/dist/components/custom/aurora/composables/glSetup.d.ts +29 -0
  40. package/dist/components/custom/aurora/composables/runtime.d.ts +45 -35
  41. package/dist/components/custom/aurora/composables/uniformBridge.d.ts +67 -0
  42. package/dist/components/custom/aurora/composables/useAurora.d.ts +14 -1
  43. package/dist/components/custom/aurora/composables/useCursorInteraction.d.ts +1 -1
  44. package/dist/components/custom/aurora/constants/budget.d.ts +50 -0
  45. package/dist/components/custom/aurora/{presets.d.ts → constants/presets.d.ts} +2 -5
  46. package/dist/components/custom/aurora/constants/shaders/aurora.frag.d.ts +1 -0
  47. package/dist/components/custom/aurora/constants/shaders/brush.glsl.d.ts +1 -0
  48. package/dist/components/custom/aurora/constants/shaders/composition.glsl.d.ts +1 -0
  49. package/dist/components/custom/aurora/constants/shaders/flow.glsl.d.ts +1 -0
  50. package/dist/components/custom/aurora/constants/shaders/mediums.glsl.d.ts +2 -0
  51. package/dist/components/custom/aurora/constants/shaders/tonemap.glsl.d.ts +1 -0
  52. package/dist/components/custom/aurora/index.d.ts +2 -2
  53. package/dist/components/custom/configurator/ConfiguratorLayer.vue.d.ts +14 -7
  54. package/dist/components/custom/configurator/density.d.ts +3 -8
  55. package/dist/components/custom/dock/DockBackgroundToggle.vue.d.ts +46 -0
  56. package/dist/components/custom/dock/DockIconButton.vue.d.ts +3 -3
  57. package/dist/components/custom/dock/DockLayerGroup.vue.d.ts +2 -2
  58. package/dist/components/custom/dock/GlassDock.vue.d.ts +22 -18
  59. package/dist/components/custom/dock/composables/dockContext.d.ts +4 -4
  60. package/dist/components/custom/dock/composables/dockLayerContext.d.ts +13 -6
  61. package/dist/components/custom/dock/composables/useLayerTransition.d.ts +32 -8
  62. package/dist/components/custom/dock/index.d.ts +1 -0
  63. package/dist/components/custom/expandable-container/ExpandableContainer.vue.d.ts +10 -0
  64. package/dist/components/custom/glass-panel/GlassPanel.vue.d.ts +1 -1
  65. package/dist/components/custom/glyph-face/keys.d.ts +3 -29
  66. package/dist/components/custom/goo-blob/GooBlob.vue.d.ts +48 -0
  67. package/dist/components/custom/goo-blob/composables/easing.d.ts +6 -0
  68. package/dist/components/custom/goo-blob/composables/useBlobMood.d.ts +14 -0
  69. package/dist/components/custom/goo-blob/composables/useBlobPointer.d.ts +18 -0
  70. package/dist/components/custom/goo-blob/composables/useBlobSatellites.d.ts +13 -0
  71. package/dist/components/custom/goo-blob/composables/useMetaballRenderer.d.ts +42 -0
  72. package/dist/components/custom/goo-blob/index.d.ts +7 -0
  73. package/dist/components/custom/goo-blob/shaders/metaball.frag.d.ts +1 -0
  74. package/dist/components/custom/goo-blob/shaders/metaball.vert.d.ts +1 -0
  75. package/dist/components/custom/goo-blob/shaders/oklch-perturb.glsl.d.ts +1 -0
  76. package/dist/components/custom/goo-blob/shaders/sdf-body.glsl.d.ts +1 -0
  77. package/dist/components/custom/goo-blob/shaders/watercolor-edges.glsl.d.ts +2 -0
  78. package/dist/components/custom/goo-blob/types.d.ts +77 -0
  79. package/dist/components/custom/hover-popover/HoverPopover.vue.d.ts +48 -9
  80. package/dist/components/custom/labeled-field/LabeledField.vue.d.ts +2 -0
  81. package/dist/components/custom/labeled-field/LabeledSelect.vue.d.ts +2 -2
  82. package/dist/components/custom/metric-stack/MetricRow.vue.d.ts +2 -2
  83. package/dist/components/custom/responsive-tabs/ResponsiveTabs.vue.d.ts +13 -7
  84. package/dist/components/custom/search/FuzzySearch.vue.d.ts +1 -1
  85. package/dist/components/custom/search/SearchBar.vue.d.ts +1 -1
  86. package/dist/components/custom/sortable-list/SortableHandle.vue.d.ts +7 -1
  87. package/dist/components/custom/sortable-list/context.d.ts +2 -3
  88. package/dist/components/custom/tabs/BouncyTabs.vue.d.ts +6 -3
  89. package/dist/components/custom/tabs/BouncyToggle.vue.d.ts +7 -3
  90. package/dist/components/custom/tabs/UnderlineTabs.vue.d.ts +6 -3
  91. package/dist/components/custom/tabs/composables/useBouncySlider.d.ts +39 -0
  92. package/dist/components/custom/timeline/ContinuousMarkers.vue.d.ts +49 -0
  93. package/dist/components/custom/timeline/ContinuousRail.vue.d.ts +26 -0
  94. package/dist/components/custom/timeline/ContinuousTimeline.vue.d.ts +4 -4
  95. package/dist/components/custom/typewriter/TypewriterText.vue.d.ts +2 -2
  96. package/dist/components/custom/watercolor-dot/WatercolorDot.vue.d.ts +45 -0
  97. package/dist/components/custom/watercolor-dot/index.d.ts +3 -0
  98. package/dist/components/custom/watercolor-dot/prng.d.ts +5 -0
  99. package/dist/components/custom/watercolor-dot/useWatercolorBlob.d.ts +24 -0
  100. package/dist/components/ui/_shared/menuItemVariants.d.ts +1 -1
  101. package/dist/components/ui/avatar/Avatar.vue.d.ts +1 -1
  102. package/dist/components/ui/avatar/AvatarImage.vue.d.ts +5 -1
  103. package/dist/components/ui/avatar/index.d.ts +1 -1
  104. package/dist/components/ui/badge/index.d.ts +2 -2
  105. package/dist/components/ui/button/Button.vue.d.ts +3 -1
  106. package/dist/components/ui/button/index.d.ts +2 -2
  107. package/dist/components/ui/carousel/CarouselNext.vue.d.ts +2 -2
  108. package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts +2 -2
  109. package/dist/components/ui/combobox/Combobox.vue.d.ts +2 -2
  110. package/dist/components/ui/combobox/ComboboxInput.vue.d.ts +2 -1
  111. package/dist/components/ui/command/Command.vue.d.ts +3 -3
  112. package/dist/components/ui/command/CommandInput.vue.d.ts +2 -1
  113. package/dist/components/ui/data-table/DataTable.vue.d.ts +5 -4
  114. package/dist/components/ui/dialog/DialogContent.vue.d.ts +8 -0
  115. package/dist/components/ui/drawer/Drawer.vue.d.ts +4 -4
  116. package/dist/components/ui/input/Input.vue.d.ts +19 -1
  117. package/dist/components/ui/multi-select/MultiSelect.vue.d.ts +8 -4
  118. package/dist/components/ui/progress/Progress.vue.d.ts +26 -88
  119. package/dist/components/ui/progress/ProgressDefault.vue.d.ts +14 -0
  120. package/dist/components/ui/progress/ProgressGradient.vue.d.ts +25 -0
  121. package/dist/components/ui/progress/ProgressSectioned.vue.d.ts +36 -0
  122. package/dist/components/ui/progress/index.d.ts +5 -2
  123. package/dist/components/ui/progress/useProgressGeometry.d.ts +60 -0
  124. package/dist/components/ui/select/Select.vue.d.ts +2 -2
  125. package/dist/components/ui/select/SelectContent.vue.d.ts +1 -1
  126. package/dist/components/ui/select/SelectTrigger.vue.d.ts +3 -0
  127. package/dist/components/ui/sheet/index.d.ts +1 -1
  128. package/dist/components/ui/slider/index.d.ts +12 -11
  129. package/dist/components/ui/tags-input/TagsInput.vue.d.ts +2 -2
  130. package/dist/components/ui/textarea/Textarea.vue.d.ts +5 -1
  131. package/dist/components/ui/toast/Toast.vue.d.ts +4 -4
  132. package/dist/components/ui/toggle/Toggle.vue.d.ts +1 -1
  133. package/dist/components/ui/toggle/index.d.ts +1 -1
  134. package/dist/components/ui/toggle-group/toggleGroupContext.d.ts +2 -3
  135. package/dist/composables/color/index.d.ts +49 -0
  136. package/dist/composables/context/createContext.d.ts +56 -0
  137. package/dist/composables/context/index.d.ts +1 -0
  138. package/dist/composables/dark/darkModeSyncScript.d.ts +23 -0
  139. package/dist/composables/dark/index.d.ts +3 -0
  140. package/dist/composables/dark/useGlobalDark.d.ts +19 -2
  141. package/dist/composables/dom/index.d.ts +0 -3
  142. package/dist/composables/dom/useClipboard.d.ts +35 -12
  143. package/dist/composables/dom/useDocumentVisibility.d.ts +20 -0
  144. package/dist/composables/glass/webgl/compile.d.ts +15 -0
  145. package/dist/composables/glass/webgl/shaders/procedural-color.glsl.d.ts +3 -0
  146. package/dist/composables/glass/webgl/useWebGLCanvas.d.ts +55 -0
  147. package/dist/composables/motion/core/index.d.ts +1 -1
  148. package/dist/composables/motion/index.d.ts +1 -1
  149. package/dist/composables/motion/useCountup.d.ts +29 -0
  150. package/dist/composables/motion/useNumericTransition.d.ts +14 -3
  151. package/dist/composables/motion/vReveal.d.ts +2 -0
  152. package/dist/composables/sidebar/useSidebarState.d.ts +2 -2
  153. package/dist/composables/sortable/dragController.d.ts +44 -0
  154. package/dist/composables/sortable/dropResolver.d.ts +34 -0
  155. package/dist/composables/sortable/ghostRenderer.d.ts +44 -0
  156. package/dist/composables/sortable/index.d.ts +1 -1
  157. package/dist/composables/sortable/touchGate.d.ts +26 -0
  158. package/dist/composables/sortable/transitionTiming.d.ts +50 -0
  159. package/dist/composables/sortable/types.d.ts +133 -0
  160. package/dist/composables/sortable/useSortable.d.ts +25 -153
  161. package/dist/configurator.js +1 -1
  162. package/dist/confirm-dialog.js +1 -1
  163. package/dist/controls.js +4 -4
  164. package/dist/createContext-DBMGRlx4.js +25 -0
  165. package/dist/dark.d.ts +2 -1
  166. package/dist/dark.js +9 -2
  167. package/dist/data-table.js +1 -1
  168. package/dist/dialog.js +1 -1
  169. package/dist/disco-glyph.js +1 -1
  170. package/dist/dock.js +400 -261
  171. package/dist/dockContext-spUj_-E5.js +9 -0
  172. package/dist/dom.js +6 -6
  173. package/dist/{dropdown-menu-naE0skDg.js → dropdown-menu-EFjl5iKo.js} +1 -1
  174. package/dist/dropdown-menu.js +1 -1
  175. package/dist/expandable-container.js +26 -20
  176. package/dist/fonts/README.md +21 -0
  177. package/dist/fonts/fraunces/fraunces-latin.woff2 +0 -0
  178. package/dist/forms.js +68 -59
  179. package/dist/glass-panel.js +1 -1
  180. package/dist/glass-ui.css +1 -1
  181. package/dist/glass-ui.js +226 -328
  182. package/dist/glyph-face.js +2 -2
  183. package/dist/goo-blob.d.ts +1 -0
  184. package/dist/goo-blob.js +538 -0
  185. package/dist/header-ribbon.js +2 -2
  186. package/dist/hover-card.js +1 -1
  187. package/dist/hover-popover.js +1 -1
  188. package/dist/icon-tooltip.js +1 -1
  189. package/dist/index.d.ts +1 -0
  190. package/dist/instrument-chassis.js +1 -1
  191. package/dist/instrument-rail.js +1 -1
  192. package/dist/keys-BFoma9vm.js +9 -0
  193. package/dist/label.js +1 -1
  194. package/dist/labeled-field.js +57 -39
  195. package/dist/metric-badge.js +1 -1
  196. package/dist/motion-core.js +82 -123
  197. package/dist/motion.js +62 -14
  198. package/dist/number-field.js +1 -1
  199. package/dist/paper-backdrop.js +1 -1
  200. package/dist/popover.js +1 -1
  201. package/dist/{presets-BpTf63Hp.js → presets-1OhFpaIC.js} +1 -1
  202. package/dist/prng-Bz_1Tydc.js +15 -0
  203. package/dist/progress.js +2 -2
  204. package/dist/reactive.js +2 -2
  205. package/dist/responsive-tabs.js +38 -32
  206. package/dist/scrolling-text.js +1 -1
  207. package/dist/search.js +8 -8
  208. package/dist/select.js +3 -3
  209. package/dist/separator.js +1 -1
  210. package/dist/sheet.js +1 -1
  211. package/dist/{slider-wx8ifVFB.js → slider-BOh8ycfZ.js} +7 -11
  212. package/dist/slider.js +1 -1
  213. package/dist/sortable-list.js +36 -38
  214. package/dist/stacked-icons.js +2 -2
  215. package/dist/styles/animations.css +1 -1
  216. package/dist/styles/cards.css +1 -1
  217. package/dist/styles/components.css +1 -1
  218. package/dist/styles/dock-controls.css +486 -0
  219. package/dist/styles/dock.css +284 -450
  220. package/dist/styles/fonts.css +25 -0
  221. package/dist/styles/glass-specular-track.css +154 -0
  222. package/dist/styles/glass.css +74 -2
  223. package/dist/styles/index.css +21 -2
  224. package/dist/styles/instrument-chassis.css +11 -4
  225. package/dist/styles/theme.css +73 -21
  226. package/dist/styles/tokens.css +271 -140
  227. package/dist/styles/typography.css +14 -8
  228. package/dist/styles/utilities.css +36 -8
  229. package/dist/styles/view-transition.css +10 -4
  230. package/dist/switch.js +1 -1
  231. package/dist/tabs.js +139 -112
  232. package/dist/timeline.js +219 -158
  233. package/dist/toast.js +1 -1
  234. package/dist/toggle-group.js +1 -1
  235. package/dist/tokens.d.ts +1 -1
  236. package/dist/tooltip.js +1 -1
  237. package/dist/{useAnimatedNumber-BOxrS3a6.js → useAnimatedNumber-BF6r64lA.js} +1 -1
  238. package/dist/useClipboard-D8vFyRCa.js +97 -0
  239. package/dist/{useConfiguratorState-Dq2gNv4A.js → useConfiguratorState-DUtC1jxr.js} +82 -86
  240. package/dist/useGlobalDark-CWiaCoEw.js +34 -0
  241. package/dist/useIntersectionPause-DAdVPVp4.js +53 -0
  242. package/dist/useSortable-DnyGXKKY.js +246 -0
  243. package/dist/{useTouchGate-XX8gHfay.js → useTouchGate-CS5Csc2h.js} +1 -1
  244. package/dist/utils/prng.d.ts +4 -0
  245. package/dist/vReveal-u2wSG2El.js +35 -0
  246. package/dist/watercolor-dot.d.ts +1 -0
  247. package/dist/watercolor-dot.js +129 -0
  248. package/package.json +101 -16
  249. package/src/fonts/README.md +21 -0
  250. package/src/fonts/fraunces/fraunces-latin.woff2 +0 -0
  251. package/src/styles/animations.css +1 -1
  252. package/src/styles/cards.css +1 -1
  253. package/src/styles/dock-controls.css +486 -0
  254. package/src/styles/dock.css +284 -450
  255. package/src/styles/fonts.css +25 -0
  256. package/src/styles/glass-specular-track.css +154 -0
  257. package/src/styles/glass.css +74 -2
  258. package/src/styles/index.css +21 -2
  259. package/src/styles/instrument-chassis.css +11 -4
  260. package/src/styles/theme.css +73 -21
  261. package/src/styles/tokens.css +271 -140
  262. package/src/styles/typography.css +14 -8
  263. package/src/styles/utilities.css +36 -8
  264. package/src/styles/view-transition.css +10 -4
  265. package/dist/DataTable-BsrDYdoE.js +0 -460
  266. package/dist/DialogContent-B61rP8lj.js +0 -93
  267. package/dist/HoverPopover-BlEwqG7S.js +0 -96
  268. package/dist/Input-IFsIzId2.js +0 -30
  269. package/dist/Progress-Bs44qWEM.js +0 -126
  270. package/dist/UnderlineTabs-B4FV2zi_.js +0 -37
  271. package/dist/components/custom/aurora/shaders/aurora.frag.d.ts +0 -1
  272. package/dist/composables/dom/useBreakpoint.d.ts +0 -38
  273. package/dist/composables/dom/useIdleReady.d.ts +0 -63
  274. package/dist/composables/dom/useViewportReady.d.ts +0 -87
  275. package/dist/composables/glass/webgl/frostShader.d.ts +0 -27
  276. package/dist/composables/motion/useAnimatedNumberMap.d.ts +0 -29
  277. package/dist/composables/motion/useStagger.d.ts +0 -50
  278. package/dist/dockContext-DM58L1Jt.js +0 -16
  279. package/dist/keys-SIKQYNx1.js +0 -11
  280. package/dist/supportsCssTimeline-IQY3gfKD.js +0 -12
  281. package/dist/useGlobalDark-BUUTZvkU.js +0 -24
  282. package/dist/useIdleReady-sLhGo6CL.js +0 -162
  283. package/dist/useIntersectionPause-CUmANkoc.js +0 -39
  284. package/dist/useSortable-DLK9kwZp.js +0 -189
  285. /package/dist/{HoverCardContent-DGUhpRVt.js → HoverCardContent-ICfIMZX1.js} +0 -0
  286. /package/dist/{InstrumentChassis-CqKPBNqp.js → InstrumentChassis-DaHIZCqy.js} +0 -0
  287. /package/dist/{InstrumentRail-CCjvKkpB.js → InstrumentRail-B0qqLFN0.js} +0 -0
  288. /package/dist/{Label-D53EOwLE.js → Label-CZk-3nTc.js} +0 -0
  289. /package/dist/{PaperBackdrop-Ds-wDsKf.js → PaperBackdrop-D_YZW47j.js} +0 -0
  290. /package/dist/{SelectGroup-DAgcsfFw.js → SelectGroup-CMdoCjRE.js} +0 -0
  291. /package/dist/{SelectSeparator-DN1jzLaI.js → SelectSeparator-CaJnPF3_.js} +0 -0
  292. /package/dist/{Separator-DXxac0j8.js → Separator-C2XtAXRp.js} +0 -0
  293. /package/dist/{Switch-imA0Hdjs.js → Switch-x8n6husW.js} +0 -0
  294. /package/dist/{Toaster-Brs6QjBU.js → Toaster-DdhMKfus.js} +0 -0
  295. /package/dist/{TooltipProvider-MZFRxOvT.js → TooltipProvider-D-JrSqDu.js} +0 -0
  296. /package/dist/components/custom/aurora/{renderMode.d.ts → constants/renderMode.d.ts} +0 -0
  297. /package/dist/components/custom/aurora/{shaders → constants/shaders}/aurora.vert.d.ts +0 -0
  298. /package/dist/{constants-DfWPi8kh.js → constants-DsCdlK9I.js} +0 -0
  299. /package/dist/{sheet-BnvZRXPq.js → sheet-CQYYrkr9.js} +0 -0
  300. /package/dist/{useGlassRenderer-C98tZnJ7.js → useGlassRenderer-Dn3WpfG-.js} +0 -0
  301. /package/dist/{useInterval-B58LmYth.js → useInterval-CHVYFpXV.js} +0 -0
  302. /package/dist/{useResizeObserver-C_7GjpRn.js → useResizeObserver-DX-STszm.js} +0 -0
  303. /package/dist/{useTextHighlight-CLST6an0.js → useTextHighlight-Dmtofpk2.js} +0 -0
  304. /package/dist/{useTimer-6FoosoDY.js → useTimer-DGgoxTXL.js} +0 -0
  305. /package/dist/{useUserInvalidAria-BW5iyqWR.js → useUserInvalidAria-DmvZ_6Dx.js} +0 -0
  306. /package/dist/{useViewTransition-CUJM7fXT.js → useViewTransition-D4ssvnXZ.js} +0 -0
@@ -0,0 +1,15 @@
1
+ //#region src/utils/prng.ts
2
+ function e(e) {
3
+ return () => {
4
+ e |= 0, e = e + 1831565813 | 0;
5
+ let t = Math.imul(e ^ e >>> 15, 1 | e);
6
+ return t = t + Math.imul(t ^ t >>> 7, 61 | t) ^ t, ((t ^ t >>> 14) >>> 0) / 4294967296;
7
+ };
8
+ }
9
+ function t(e) {
10
+ let t = 5381;
11
+ for (let n = 0; n < e.length; n++) t = (t << 5) + t + e.charCodeAt(n) | 0;
12
+ return t >>> 0;
13
+ }
14
+ //#endregion
15
+ export { e as n, t };
package/dist/progress.js CHANGED
@@ -1,2 +1,2 @@
1
- import { t as e } from "./Progress-Bs44qWEM.js";
2
- export { e as Progress };
1
+ import { a as e, i as t, n, r, t as i } from "./Progress-DjM86vfb.js";
2
+ export { i as Progress, e as ProgressDefault, t as ProgressGradient, n as ProgressSectioned, r as useProgressGeometry };
package/dist/reactive.js CHANGED
@@ -1,3 +1,3 @@
1
- import { t as e } from "./useTimer-6FoosoDY.js";
2
- import { t } from "./useInterval-B58LmYth.js";
1
+ import { t as e } from "./useTimer-DGgoxTXL.js";
2
+ import { t } from "./useInterval-CHVYFpXV.js";
3
3
  export { t as useInterval, e as useTimer };
@@ -1,15 +1,14 @@
1
1
  import { t as e } from "./cn-DJXf4yaB.js";
2
- import { a as t, i as n, o as r, r as i, s as a } from "./SelectScrollDownButton-BvvvAbuh.js";
3
- import { t as o } from "./UnderlineTabs-B4FV2zi_.js";
4
- import { Fragment as s, computed as c, createBlock as l, createElementBlock as u, createTextVNode as d, createVNode as f, defineComponent as p, normalizeClass as m, onBeforeUnmount as h, onMounted as g, openBlock as _, ref as v, renderList as y, toDisplayString as b, unref as x, withCtx as S } from "vue";
2
+ import { a as t, i as n, o as r, r as i, s as a } from "./SelectScrollDownButton-BGn3rjs9.js";
3
+ import { t as o } from "./UnderlineTabs-Cq_AD03t.js";
4
+ import { Fragment as s, computed as c, createBlock as l, createElementBlock as u, createTextVNode as d, createVNode as f, defineComponent as p, mergeModels as m, normalizeClass as h, onBeforeUnmount as g, onMounted as _, openBlock as v, ref as y, renderList as b, toDisplayString as x, unref as S, useModel as C, withCtx as w } from "vue";
5
5
  //#endregion
6
6
  //#region src/components/custom/responsive-tabs/ResponsiveTabs.vue
7
- var C = /* @__PURE__ */ p({
7
+ var T = /* @__PURE__ */ p({
8
8
  __name: "ResponsiveTabs",
9
- props: {
9
+ props: /* @__PURE__ */ m({
10
10
  options: {},
11
11
  desktopOptions: { default: null },
12
- modelValue: {},
13
12
  breakpoint: { default: "640px" },
14
13
  class: { type: [
15
14
  Boolean,
@@ -31,52 +30,59 @@ var C = /* @__PURE__ */ p({
31
30
  String,
32
31
  Object,
33
32
  Array
34
- ] }
35
- },
33
+ ] },
34
+ ariaLabel: {}
35
+ }, {
36
+ modelValue: { required: !0 },
37
+ modelModifiers: {}
38
+ }),
36
39
  emits: ["update:modelValue"],
37
- setup(p, { emit: C }) {
38
- let w = p, T = C, E = v(!0), D = null;
40
+ setup(p) {
41
+ let m = p, T = C(p, "modelValue"), E = y(!0), D = null;
39
42
  function O(e) {
40
43
  E.value = e.matches;
41
44
  }
42
- g(() => {
43
- typeof window > "u" || !window.matchMedia || (D = window.matchMedia(`(min-width: ${w.breakpoint})`), E.value = D.matches, D.addEventListener("change", O));
44
- }), h(() => {
45
+ _(() => {
46
+ typeof window > "u" || !window.matchMedia || (D = window.matchMedia(`(min-width: ${m.breakpoint})`), E.value = D.matches, D.addEventListener("change", O));
47
+ }), g(() => {
45
48
  D?.removeEventListener("change", O), D = null;
46
49
  });
47
- let k = c(() => w.desktopOptions ?? w.options), A = c(() => {
50
+ let k = c(() => m.desktopOptions ?? m.options), A = c(() => {
48
51
  let e = k.value;
49
- return e.some((e) => e.value === w.modelValue) ? w.modelValue : e[0]?.value ?? w.modelValue;
50
- });
51
- function j(e) {
52
- typeof e == "string" && T("update:modelValue", e);
52
+ return e.some((e) => e.value === T.value) ? T.value : e[0]?.value ?? T.value;
53
+ }), j = c(() => m.ariaLabel ?? m.options.find((e) => e.value === T.value)?.label ?? "Select");
54
+ function M(e) {
55
+ typeof e == "string" && (T.value = e);
53
56
  }
54
- return (c, h) => E.value ? (_(), l(x(o), {
57
+ return (c, g) => E.value ? (v(), l(S(o), {
55
58
  key: 0,
56
59
  options: k.value,
57
60
  "model-value": A.value,
58
- class: m(x(e)("responsive-tabs__desktop text-body", w.class, p.desktopClass)),
59
- "onUpdate:modelValue": j
61
+ class: h(S(e)("responsive-tabs__desktop text-body", m.class, p.desktopClass)),
62
+ "onUpdate:modelValue": M
60
63
  }, null, 8, [
61
64
  "options",
62
65
  "model-value",
63
66
  "class"
64
- ])) : (_(), u("div", {
67
+ ])) : (v(), u("div", {
65
68
  key: 1,
66
- class: m(x(e)("responsive-tabs__mobile w-fit", w.class))
67
- }, [f(x(a), {
68
- "model-value": p.modelValue,
69
- "onUpdate:modelValue": j
69
+ class: h(S(e)("responsive-tabs__mobile w-fit", m.class))
70
+ }, [f(S(a), {
71
+ "model-value": T.value,
72
+ "onUpdate:modelValue": M
70
73
  }, {
71
- default: S(() => [f(x(t), { class: m(x(e)("responsive-tabs__trigger text-small w-auto min-w-input-sm", p.mobileTriggerClass)) }, {
72
- default: S(() => [f(x(r))]),
74
+ default: w(() => [f(S(t), {
75
+ "aria-label": j.value,
76
+ class: h(S(e)("responsive-tabs__trigger text-small w-auto min-w-input-sm", p.mobileTriggerClass))
77
+ }, {
78
+ default: w(() => [f(S(r))]),
73
79
  _: 1
74
- }, 8, ["class"]), f(x(n), null, {
75
- default: S(() => [(_(!0), u(s, null, y(p.options, (e) => (_(), l(x(i), {
80
+ }, 8, ["aria-label", "class"]), f(S(n), null, {
81
+ default: w(() => [(v(!0), u(s, null, b(p.options, (e) => (v(), l(S(i), {
76
82
  key: e.value,
77
83
  value: e.value
78
84
  }, {
79
- default: S(() => [d(b(e.label), 1)]),
85
+ default: w(() => [d(x(e.label), 1)]),
80
86
  _: 2
81
87
  }, 1032, ["value"]))), 128))]),
82
88
  _: 1
@@ -86,4 +92,4 @@ var C = /* @__PURE__ */ p({
86
92
  }
87
93
  });
88
94
  //#endregion
89
- export { C as ResponsiveTabs };
95
+ export { T as ResponsiveTabs };
@@ -1,2 +1,2 @@
1
- import { t as e } from "./ScrollingText-1Qjnwz6H.js";
1
+ import { t as e } from "./ScrollingText-P9o_DuMn.js";
2
2
  export { e as ScrollingText };
package/dist/search.js CHANGED
@@ -3,10 +3,10 @@ import { n as t, t as n } from "./minimize-2-BP27-qBY.js";
3
3
  import { t as r } from "./search-DBG8qaRs.js";
4
4
  import { t as i } from "./x-C4pz9nbD.js";
5
5
  import { n as a } from "./badge-Cl6JZ1B7.js";
6
- import { n as o } from "./button-DS3ULf5i.js";
7
- import { n as s, t as c } from "./DialogContent-B61rP8lj.js";
8
- import { n as l, r as u, t as d } from "./PopoverContent-CxEEUL7Y.js";
9
- import { t as f } from "./useTextHighlight-CLST6an0.js";
6
+ import { n as o } from "./button-Ckn3eDfB.js";
7
+ import { n as s, t as c } from "./DialogContent-IQ8_BRrC.js";
8
+ import { t as l } from "./useTextHighlight-Dmtofpk2.js";
9
+ import { n as u, r as d, t as f } from "./PopoverContent-B8WtJECb.js";
10
10
  import { Fragment as p, computed as m, createBlock as h, createCommentVNode as g, createElementBlock as _, createElementVNode as v, createTextVNode as y, createVNode as b, defineComponent as x, nextTick as S, normalizeClass as C, onScopeDispose as w, openBlock as T, ref as E, renderList as D, renderSlot as O, resolveDynamicComponent as k, toDisplayString as A, unref as j, watch as M, withCtx as N } from "vue";
11
11
  //#region src/components/custom/search/composables/fuzzySearchIndex.ts
12
12
  function P(e, t) {
@@ -160,7 +160,7 @@ var H = ["placeholder", "value"], U = ["onClick", "onMouseenter"], W = { class:
160
160
  function R(e) {
161
161
  return w.typeLabel ? w.typeLabel(e.item) : e.item.type ?? "";
162
162
  }
163
- let z = E(null), B = E(null), V = f("glass-search-mark");
163
+ let z = E(null), B = E(null), V = l("glass-search-mark");
164
164
  function X(e, t) {
165
165
  let n = t.toLowerCase().trim().split(/\s+/).filter(Boolean);
166
166
  if (n.length === 0) return [];
@@ -186,11 +186,11 @@ var H = ["placeholder", "value"], U = ["onClick", "onMouseenter"], W = { class:
186
186
  }
187
187
  S(() => V.setFromMatches(e, w.state.query.value, X));
188
188
  }
189
- return (f, m) => (T(), _("div", { class: C(["fuzzy-search relative", `fuzzy-search--${e.variant}`]) }, [b(j(u), {
189
+ return (l, m) => (T(), _("div", { class: C(["fuzzy-search relative", `fuzzy-search--${e.variant}`]) }, [b(j(d), {
190
190
  open: F.value,
191
191
  "onUpdate:open": m[6] ||= (e) => F.value = e
192
192
  }, {
193
- default: N(() => [b(j(l), { "as-child": "" }, {
193
+ default: N(() => [b(j(u), { "as-child": "" }, {
194
194
  default: N(() => [v("div", { class: C(["input-bar", e.variant === "floating" && "!border-none !bg-transparent !p-0 !rounded-none"]) }, [
195
195
  b(j(r), { class: "h-3.5 w-3.5 shrink-0 text-muted-foreground/70" }),
196
196
  v("input", {
@@ -236,7 +236,7 @@ var H = ["placeholder", "value"], U = ["onClick", "onMouseenter"], W = { class:
236
236
  })) : g("", !0)
237
237
  ], 2)]),
238
238
  _: 1
239
- }), b(j(d), {
239
+ }), b(j(f), {
240
240
  align: "start",
241
241
  "side-offset": 4,
242
242
  portal: !1,
package/dist/select.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a as e, i as t, n, o as r, r as i, s as a, t as o } from "./SelectScrollDownButton-BvvvAbuh.js";
2
- import { t as s } from "./SelectGroup-DAgcsfFw.js";
3
- import { n as c, t as l } from "./SelectSeparator-DN1jzLaI.js";
1
+ import { a as e, i as t, n, o as r, r as i, s as a, t as o } from "./SelectScrollDownButton-BGn3rjs9.js";
2
+ import { t as s } from "./SelectGroup-CMdoCjRE.js";
3
+ import { n as c, t as l } from "./SelectSeparator-CaJnPF3_.js";
4
4
  export { a as Select, t as SelectContent, s as SelectGroup, i as SelectItem, c as SelectLabel, o as SelectScrollDownButton, n as SelectScrollUpButton, l as SelectSeparator, e as SelectTrigger, r as SelectValue };
package/dist/separator.js CHANGED
@@ -1,2 +1,2 @@
1
- import { t as e } from "./Separator-DXxac0j8.js";
1
+ import { t as e } from "./Separator-C2XtAXRp.js";
2
2
  export { e as Separator };
package/dist/sheet.js CHANGED
@@ -1,2 +1,2 @@
1
- import { a as e, c as t, i as n, l as r, n as i, o as a, r as o, s, t as c } from "./sheet-BnvZRXPq.js";
1
+ import { a as e, c as t, i as n, l as r, n as i, o as a, r as o, s, t as c } from "./sheet-CQYYrkr9.js";
2
2
  export { r as Sheet, s as SheetClose, a as SheetContent, o as SheetDescription, i as SheetFooter, e as SheetHeader, n as SheetTitle, t as SheetTrigger, c as sheetVariants };
@@ -1,7 +1,7 @@
1
1
  import { t as e } from "./cn-DJXf4yaB.js";
2
2
  import { t } from "./_plugin-vue_export-helper-C1je1s0u.js";
3
- import { i as n } from "./dockContext-DM58L1Jt.js";
4
- import { t as r } from "./useTouchGate-XX8gHfay.js";
3
+ import { t as n } from "./useTouchGate-CS5Csc2h.js";
4
+ import { i as r } from "./dockContext-spUj_-E5.js";
5
5
  import { Fragment as i, computed as a, createBlock as o, createElementBlock as s, createVNode as c, defineComponent as l, mergeProps as u, onBeforeUnmount as d, openBlock as f, renderList as p, unref as m, useTemplateRef as h, watch as g, withCtx as _ } from "vue";
6
6
  import { SliderRange as v, SliderRoot as y, SliderThumb as b, SliderTrack as x, useForwardPropsEmits as S } from "reka-ui";
7
7
  import { cva as C } from "class-variance-authority";
@@ -40,8 +40,8 @@ var w = /* @__PURE__ */ t(/* @__PURE__ */ l({
40
40
  setup(t, { emit: l }) {
41
41
  let C = t, w = l, E = a(() => C.variant ?? "standard"), D = a(() => C.size ?? "md"), O = a(() => C.keepDockOpen ?? !0), k = S(a(() => {
42
42
  let { class: e, variant: t, size: n, keepDockOpen: r, ...i } = C;
43
- return (E.value === "timeline" || E.value === "glass-pill" || E.value === "glass-scrubber") && !i.thumbAlignment && (i.thumbAlignment = "contain"), i;
44
- }), w), A = n(), j = !1;
43
+ return E.value === "spectrum" && !i.thumbAlignment && (i.thumbAlignment = "contain"), i;
44
+ }), w), A = r(), j = !1;
45
45
  function M() {
46
46
  !O.value || j || (A?.keepOpen(), j = !0);
47
47
  }
@@ -55,7 +55,7 @@ var w = /* @__PURE__ */ t(/* @__PURE__ */ l({
55
55
  };
56
56
  window.addEventListener("pointerup", e), window.addEventListener("pointercancel", e);
57
57
  }
58
- let F = h("sliderRootRef"), I = r();
58
+ let F = h("sliderRootRef"), I = n();
59
59
  function L() {
60
60
  let e = F.value;
61
61
  return e ? e instanceof HTMLElement ? e : e.$el ?? null : null;
@@ -108,15 +108,11 @@ var w = /* @__PURE__ */ t(/* @__PURE__ */ l({
108
108
  "data-touch-active"
109
109
  ]));
110
110
  }
111
- }), [["__scopeId", "data-v-41099404"]]), T = C("glass-slider focus-ring relative flex w-full touch-none select-none items-center transition-colors", {
111
+ }), [["__scopeId", "data-v-78e48602"]]), T = C("glass-slider focus-ring relative flex w-full touch-none select-none items-center transition-colors", {
112
112
  variants: {
113
113
  variant: {
114
114
  standard: "",
115
- spectrum: "",
116
- timeline: "",
117
- "glass-pill": "",
118
- "glass-cartoon": "",
119
- "glass-scrubber": ""
115
+ spectrum: ""
120
116
  },
121
117
  size: {
122
118
  sm: "[--slider-track-height:0.25rem] [--slider-thumb-size:0.75rem]",
package/dist/slider.js CHANGED
@@ -1,2 +1,2 @@
1
- import { n as e, t } from "./slider-wx8ifVFB.js";
1
+ import { n as e, t } from "./slider-BOh8ycfZ.js";
2
2
  export { e as Slider, t as sliderVariants };
@@ -1,19 +1,13 @@
1
1
  import { t as e } from "./_plugin-vue_export-helper-C1je1s0u.js";
2
- import { t } from "./useSortable-DLK9kwZp.js";
3
- import { computed as n, createBlock as r, defineComponent as i, inject as a, mergeProps as o, openBlock as s, provide as c, renderSlot as l, resolveDynamicComponent as u, toRef as d, unref as f, withCtx as p } from "vue";
2
+ import { n as t } from "./createContext-DBMGRlx4.js";
3
+ import { t as n } from "./useSortable-DnyGXKKY.js";
4
+ import { computed as r, createBlock as i, defineComponent as a, mergeProps as o, openBlock as s, renderSlot as c, resolveDynamicComponent as l, toRef as u, unref as d, withCtx as f } from "vue";
4
5
  //#region src/components/custom/sortable-list/context.ts
5
- var m = Symbol("glass-ui:sortable");
6
+ var p = t("glass-ui:sortable", "[glass-ui:sortable] <SortableItem> must be used inside <SortableList>"), m = p.KEY;
6
7
  function h(e) {
7
- c(m, e);
8
+ p.provide(e);
8
9
  }
9
- function g() {
10
- let e = a(m);
11
- if (!e) throw Error("[glass-ui:sortable] <SortableItem> must be used inside <SortableList>");
12
- return e;
13
- }
14
- //#endregion
15
- //#region src/components/custom/sortable-list/SortableList.vue
16
- var _ = /* @__PURE__ */ i({
10
+ var g = p.use, _ = /* @__PURE__ */ a({
17
11
  __name: "SortableList",
18
12
  props: {
19
13
  items: {},
@@ -24,62 +18,66 @@ var _ = /* @__PURE__ */ i({
24
18
  as: { default: "div" }
25
19
  },
26
20
  emits: ["reorder", "insert"],
27
- setup(e, { expose: n, emit: i }) {
28
- let a = e, c = i, m = t({
29
- items: d(a, "items"),
21
+ setup(e, { expose: t, emit: r }) {
22
+ let a = e, p = r, m = n({
23
+ items: u(a, "items"),
30
24
  getId: a.getId,
31
25
  group: a.group,
32
26
  handleSelector: a.handleSelector,
33
27
  axis: a.axis,
34
- onReorder: (e) => c("reorder", e),
35
- onInsert: (e, t) => c("insert", e, t)
28
+ onReorder: (e) => p("reorder", e),
29
+ onInsert: (e, t) => p("insert", e, t)
36
30
  });
37
- return h(m), n({
31
+ return h(m), t({
38
32
  isDragging: m.isDragging,
39
33
  dragId: m.dragId
40
- }), (t, n) => (s(), r(u(e.as), o({ ref: f(m).container.ref }, f(m).container.dataAttrs), {
41
- default: p(() => [l(t.$slots, "default", {
42
- isDragging: f(m).isDragging.value,
43
- dragId: f(m).dragId.value
34
+ }), (t, n) => (s(), i(l(e.as), o({ ref: d(m).container.ref }, d(m).container.dataAttrs), {
35
+ default: f(() => [c(t.$slots, "default", {
36
+ isDragging: d(m).isDragging.value,
37
+ dragId: d(m).dragId.value
44
38
  })]),
45
39
  _: 3
46
40
  }, 16));
47
41
  }
48
- }), v = /* @__PURE__ */ e(/* @__PURE__ */ i({
42
+ }), v = /* @__PURE__ */ e(/* @__PURE__ */ a({
49
43
  __name: "SortableItem",
50
44
  props: {
51
45
  id: {},
52
46
  as: { default: "div" }
53
47
  },
54
48
  setup(e) {
55
- let t = e, i = g(), a = n(() => i.registerItem(t.id)), c = n(() => i.dragId.value === t.id);
56
- return (t, n) => (s(), r(u(e.as), o({
49
+ let t = e, n = g(), a = r(() => n.registerItem(t.id)), u = r(() => n.dragId.value === t.id);
50
+ return (t, n) => (s(), i(l(e.as), o({
57
51
  ref: a.value.ref,
58
52
  class: [
59
53
  "sortable-item",
60
54
  a.value.class.value,
61
- { "is-sortable-dragging": c.value }
55
+ { "is-sortable-dragging": u.value }
62
56
  ]
63
57
  }, a.value.dataAttrs, { onPointerdown: a.value.onPointerdown }), {
64
- default: p(() => [l(t.$slots, "default", { isBeingDragged: c.value }, void 0, !0)]),
58
+ default: f(() => [c(t.$slots, "default", { isBeingDragged: u.value }, void 0, !0)]),
65
59
  _: 3
66
60
  }, 16, ["class", "onPointerdown"]));
67
61
  }
68
- }), [["__scopeId", "data-v-ca5cd3d7"]]), y = /* @__PURE__ */ e(/* @__PURE__ */ i({
62
+ }), [["__scopeId", "data-v-ca5cd3d7"]]), y = /* @__PURE__ */ e(/* @__PURE__ */ a({
69
63
  __name: "SortableHandle",
70
- props: { as: { default: "span" } },
64
+ props: {
65
+ as: { default: "span" },
66
+ type: {}
67
+ },
71
68
  setup(e) {
72
- let t = e, i = n(() => t.as === "span");
73
- return (t, n) => (s(), r(u(e.as), {
69
+ let t = e, n = r(() => t.as === "span"), a = r(() => t.as === "button" ? { type: t.type } : {});
70
+ return (t, r) => (s(), i(l(e.as), o({
74
71
  class: "sortable-handle",
75
- "data-sortable-handle": "",
76
- role: i.value ? "button" : void 0,
77
- tabindex: i.value ? 0 : void 0
78
- }, {
79
- default: p(() => [l(t.$slots, "default", {}, void 0, !0)]),
72
+ "data-sortable-handle": ""
73
+ }, a.value, {
74
+ role: n.value ? "button" : void 0,
75
+ tabindex: n.value ? 0 : void 0
76
+ }), {
77
+ default: f(() => [c(t.$slots, "default", {}, void 0, !0)]),
80
78
  _: 3
81
- }, 8, ["role", "tabindex"]));
79
+ }, 16, ["role", "tabindex"]));
82
80
  }
83
- }), [["__scopeId", "data-v-695f8df8"]]);
81
+ }), [["__scopeId", "data-v-814313b7"]]);
84
82
  //#endregion
85
83
  export { m as SORTABLE_CONTEXT, y as SortableHandle, v as SortableItem, _ as SortableList, h as provideSortableContext, g as useSortableContext };
@@ -51,7 +51,7 @@ var h = {
51
51
  class: s([
52
52
  _.value,
53
53
  "relative flex items-center justify-center rounded-pill transform-gpu",
54
- "transition-[transform,box-shadow,opacity] duration-[var(--duration-fast)] ease-[var(--spring-snappy)]",
54
+ "transition-[transform,box-shadow,opacity] duration-fast ease-spring-snappy",
55
55
  n > 0 ? v.value : "",
56
56
  o.expandOnHover && n > 0 ? o.direction === "vertical" ? "group-hover/stack:translate-y-1.5 group-hover/stack:scale-105" : "group-hover/stack:translate-x-1.5 group-hover/stack:scale-105" : ""
57
57
  ]),
@@ -66,7 +66,7 @@ var h = {
66
66
  _.value,
67
67
  "relative flex items-center justify-center rounded-pill",
68
68
  "border-2 border-background bg-[color-mix(in_srgb,var(--background)_96%,transparent)] text-xs font-semibold text-muted-foreground/60 shadow-cartoon-sm",
69
- "transform-gpu transition-[background-color,color,transform,box-shadow] duration-[var(--duration-fast)] ease-[var(--spring-snappy)]",
69
+ "transform-gpu transition-[background-color,color,transform,box-shadow] duration-fast ease-spring-snappy",
70
70
  "hover:bg-background hover:text-muted-foreground hover:shadow-cartoon-md",
71
71
  v.value,
72
72
  o.expandOnHover ? o.direction === "vertical" ? "group-hover/stack:translate-y-1.5 group-hover/stack:scale-105" : "group-hover/stack:translate-x-1.5 group-hover/stack:scale-105" : ""
@@ -331,7 +331,7 @@
331
331
  scale: var(--top-layer-enter-scale, 0.96);
332
332
  transition-property: opacity, scale, display, overlay;
333
333
  transition-duration: var(--duration-normal);
334
- transition-timing-function: var(--ease-apple-spring);
334
+ transition-timing-function: var(--spring-bouncy);
335
335
  transition-behavior: allow-discrete;
336
336
  }
337
337
 
@@ -38,7 +38,7 @@
38
38
  mints the stacking context once. Longhand maps `translate(x, y)` 1:1. */
39
39
  translate: 0;
40
40
  transition:
41
- translate var(--duration-normal) var(--ease-apple-spring),
41
+ translate var(--duration-normal) var(--spring-bouncy),
42
42
  box-shadow var(--duration-normal) var(--ease-apple);
43
43
 
44
44
  &:hover:not(:disabled) {