@pathscale/ui 1.2.6 → 1.2.7

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 (389) hide show
  1. package/LICENSE +22 -22
  2. package/README.md +59 -59
  3. package/dist/components/_shared/index.js +2 -3
  4. package/dist/components/_shared/overlayPosition.js +5 -5
  5. package/dist/components/accordion/Accordion.css +158 -158
  6. package/dist/components/accordion/Accordion.js +44 -44
  7. package/dist/components/accordion/index.js +2 -9
  8. package/dist/components/alert/Alert.css +116 -116
  9. package/dist/components/alert/Alert.js +30 -30
  10. package/dist/components/alert/index.js +2 -8
  11. package/dist/components/auth-card/AuthCard.js +20 -20
  12. package/dist/components/auth-card/index.js +2 -3
  13. package/dist/components/auth-error-message/AuthErrorMessage.js +12 -12
  14. package/dist/components/auth-error-message/index.js +2 -3
  15. package/dist/components/auth-field-group/AuthFieldGroup.js +11 -11
  16. package/dist/components/auth-field-group/index.js +2 -3
  17. package/dist/components/auth-footer-links/AuthFooterLinks.js +20 -20
  18. package/dist/components/auth-footer-links/index.js +2 -3
  19. package/dist/components/auth-form/AuthForm.js +11 -11
  20. package/dist/components/auth-form/index.js +2 -3
  21. package/dist/components/auth-powered-by/AuthPoweredBy.js +12 -12
  22. package/dist/components/auth-powered-by/index.js +2 -3
  23. package/dist/components/auth-submit-button/AuthSubmitButton.js +10 -10
  24. package/dist/components/auth-submit-button/index.js +2 -3
  25. package/dist/components/auth-success-message/AuthSuccessMessage.js +9 -9
  26. package/dist/components/auth-success-message/index.js +2 -3
  27. package/dist/components/avatar/Avatar.css +124 -124
  28. package/dist/components/avatar/Avatar.js +27 -27
  29. package/dist/components/avatar/AvatarGroup.js +11 -11
  30. package/dist/components/avatar/index.js +2 -6
  31. package/dist/components/badge/Badge.css +164 -164
  32. package/dist/components/badge/Badge.js +19 -19
  33. package/dist/components/badge/index.js +6 -9
  34. package/dist/components/breadcrumbs/Breadcrumbs.css +63 -63
  35. package/dist/components/breadcrumbs/Breadcrumbs.js +25 -25
  36. package/dist/components/breadcrumbs/index.js +2 -5
  37. package/dist/components/button/Button.css +194 -194
  38. package/dist/components/button/Button.js +22 -22
  39. package/dist/components/button/index.js +2 -3
  40. package/dist/components/button-group/ButtonGroup.css +117 -117
  41. package/dist/components/button-group/ButtonGroup.js +14 -14
  42. package/dist/components/button-group/context.js +2 -2
  43. package/dist/components/button-group/index.js +2 -6
  44. package/dist/components/calendar/Calendar.css +258 -258
  45. package/dist/components/calendar/Calendar.js +85 -85
  46. package/dist/components/calendar/index.js +2 -3
  47. package/dist/components/card/Card.css +110 -110
  48. package/dist/components/card/Card.js +21 -21
  49. package/dist/components/card/index.js +2 -8
  50. package/dist/components/chatbubble/ChatBubble.css +164 -164
  51. package/dist/components/chatbubble/ChatBubble.js +19 -19
  52. package/dist/components/chatbubble/ChatBubbleAvatar.js +8 -8
  53. package/dist/components/chatbubble/ChatBubbleFooter.js +11 -11
  54. package/dist/components/chatbubble/ChatBubbleHeader.js +8 -8
  55. package/dist/components/chatbubble/ChatBubbleMessage.js +12 -12
  56. package/dist/components/chatbubble/ChatBubbleTime.js +11 -11
  57. package/dist/components/chatbubble/index.js +2 -3
  58. package/dist/components/checkbox/Checkbox.css +183 -183
  59. package/dist/components/checkbox/Checkbox.js +29 -29
  60. package/dist/components/checkbox/index.js +2 -3
  61. package/dist/components/checkbox-group/CheckboxGroup.css +10 -10
  62. package/dist/components/checkbox-group/CheckboxGroup.js +16 -16
  63. package/dist/components/checkbox-group/context.js +2 -2
  64. package/dist/components/checkbox-group/index.js +3 -4
  65. package/dist/components/chip/Chip.css +197 -197
  66. package/dist/components/chip/Chip.js +32 -32
  67. package/dist/components/chip/index.js +5 -7
  68. package/dist/components/close-button/CloseButton.css +81 -81
  69. package/dist/components/close-button/CloseButton.js +22 -22
  70. package/dist/components/close-button/index.js +2 -3
  71. package/dist/components/color-area/ColorArea.css +54 -54
  72. package/dist/components/color-area/ColorArea.js +13 -13
  73. package/dist/components/color-area/index.js +2 -2
  74. package/dist/components/color-field/ColorField.css +88 -88
  75. package/dist/components/color-field/ColorField.js +23 -23
  76. package/dist/components/color-field/index.js +2 -2
  77. package/dist/components/color-picker/ColorPicker.css +28 -28
  78. package/dist/components/color-picker/ColorPicker.js +44 -44
  79. package/dist/components/color-picker/index.js +2 -8
  80. package/dist/components/color-slider/ColorSlider.css +57 -57
  81. package/dist/components/color-slider/ColorSlider.js +21 -21
  82. package/dist/components/color-slider/index.js +2 -2
  83. package/dist/components/color-swatch/ColorSwatch.css +84 -84
  84. package/dist/components/color-swatch/ColorSwatch.js +14 -14
  85. package/dist/components/color-swatch/index.js +2 -2
  86. package/dist/components/color-swatch-picker/ColorSwatchPicker.css +12 -12
  87. package/dist/components/color-swatch-picker/ColorSwatchPicker.js +14 -14
  88. package/dist/components/color-swatch-picker/index.js +2 -5
  89. package/dist/components/color-wheel-flower/ColorWheelFlower.css +147 -147
  90. package/dist/components/color-wheel-flower/ColorWheelFlower.js +83 -83
  91. package/dist/components/color-wheel-flower/colorWheelFlowerContext.js +3 -3
  92. package/dist/components/color-wheel-flower/index.js +3 -6
  93. package/dist/components/combo-box/ComboBox.css +344 -344
  94. package/dist/components/combo-box/ComboBox.js +90 -90
  95. package/dist/components/combo-box/index.js +2 -10
  96. package/dist/components/date-field/DateField.css +215 -215
  97. package/dist/components/date-field/DateField.js +41 -41
  98. package/dist/components/date-field/index.js +2 -11
  99. package/dist/components/date-picker/DatePicker.css +143 -143
  100. package/dist/components/date-picker/DatePicker.js +40 -40
  101. package/dist/components/date-picker/index.js +2 -3
  102. package/dist/components/date-range-picker/DateRangePicker.css +149 -149
  103. package/dist/components/date-range-picker/DateRangePicker.js +55 -55
  104. package/dist/components/date-range-picker/index.js +2 -3
  105. package/dist/components/description/Description.css +10 -10
  106. package/dist/components/description/Description.js +9 -9
  107. package/dist/components/description/index.js +2 -5
  108. package/dist/components/disclosure/Disclosure.css +84 -84
  109. package/dist/components/disclosure/Disclosure.js +40 -40
  110. package/dist/components/disclosure/index.js +3 -9
  111. package/dist/components/disclosure-group/DisclosureGroup.css +9 -9
  112. package/dist/components/disclosure-group/DisclosureGroup.js +13 -13
  113. package/dist/components/disclosure-group/index.js +4 -6
  114. package/dist/components/disclosure-group/useDisclosureGroupNavigation.js +4 -4
  115. package/dist/components/drawer/Drawer.context.js +3 -3
  116. package/dist/components/drawer/Drawer.css +463 -463
  117. package/dist/components/drawer/Drawer.js +107 -107
  118. package/dist/components/drawer/index.js +2 -15
  119. package/dist/components/dropdown/Dropdown.css +211 -211
  120. package/dist/components/dropdown/Dropdown.js +66 -66
  121. package/dist/components/dropdown/index.js +2 -4
  122. package/dist/components/empty-state/EmptyState.css +39 -39
  123. package/dist/components/empty-state/EmptyState.js +25 -25
  124. package/dist/components/empty-state/index.js +2 -8
  125. package/dist/components/error-message/ErrorMessage.css +20 -20
  126. package/dist/components/error-message/ErrorMessage.js +12 -12
  127. package/dist/components/error-message/index.js +2 -5
  128. package/dist/components/field-error/FieldError.css +27 -27
  129. package/dist/components/field-error/FieldError.js +14 -14
  130. package/dist/components/field-error/index.js +2 -5
  131. package/dist/components/fieldset/Fieldset.css +30 -30
  132. package/dist/components/fieldset/Fieldset.js +21 -21
  133. package/dist/components/fieldset/index.js +2 -8
  134. package/dist/components/flex/Flex.css +5 -5
  135. package/dist/components/flex/Flex.js +14 -14
  136. package/dist/components/flex/index.js +2 -3
  137. package/dist/components/floating-dock/FloatingDock.css +208 -208
  138. package/dist/components/floating-dock/FloatingDock.js +76 -76
  139. package/dist/components/floating-dock/index.js +2 -3
  140. package/dist/components/footer/Footer.js +11 -11
  141. package/dist/components/footer/FooterTitle.js +9 -9
  142. package/dist/components/footer/footer.css +51 -51
  143. package/dist/components/footer/index.js +2 -3
  144. package/dist/components/form/FieldErrorMessage.js +8 -8
  145. package/dist/components/form/Form.css +5 -5
  146. package/dist/components/form/Form.js +21 -21
  147. package/dist/components/form/FormField.js +19 -19
  148. package/dist/components/form/FormSubmitButton.js +11 -11
  149. package/dist/components/form/index.js +5 -12
  150. package/dist/components/glass-panel/GlassPanel.classes.d.ts +3 -0
  151. package/dist/components/glass-panel/GlassPanel.classes.js +3 -0
  152. package/dist/components/glass-panel/GlassPanel.css +359 -282
  153. package/dist/components/glass-panel/GlassPanel.d.ts +3 -0
  154. package/dist/components/glass-panel/GlassPanel.js +32 -29
  155. package/dist/components/glass-panel/index.js +2 -3
  156. package/dist/components/glow-card/GlowCard.css +100 -100
  157. package/dist/components/glow-card/GlowCard.js +10 -10
  158. package/dist/components/glow-card/index.js +2 -3
  159. package/dist/components/grid/Grid.css +5 -5
  160. package/dist/components/grid/Grid.js +15 -15
  161. package/dist/components/grid/index.js +2 -3
  162. package/dist/components/header/Header.css +13 -13
  163. package/dist/components/header/Header.js +12 -12
  164. package/dist/components/header/index.js +2 -5
  165. package/dist/components/icon/Icon.css +10 -10
  166. package/dist/components/icon/Icon.js +8 -8
  167. package/dist/components/icon/index.js +2 -3
  168. package/dist/components/immersive-landing/ImmersiveLanding.css +565 -565
  169. package/dist/components/immersive-landing/ImmersiveLanding.js +44 -44
  170. package/dist/components/immersive-landing/ImmersiveLandingArrows.js +17 -17
  171. package/dist/components/immersive-landing/ImmersiveLandingContext.js +3 -3
  172. package/dist/components/immersive-landing/ImmersiveLandingNavigation.js +36 -36
  173. package/dist/components/immersive-landing/ImmersiveLandingPage.js +15 -15
  174. package/dist/components/immersive-landing/components/CookieConsent.js +71 -71
  175. package/dist/components/immersive-landing/components/FirefoxPWABanner.js +42 -42
  176. package/dist/components/immersive-landing/components/PWAInstallPrompt.js +40 -40
  177. package/dist/components/immersive-landing/index.js +7 -14
  178. package/dist/components/immersive-landing/useImmersiveLanding.js +7 -7
  179. package/dist/components/input/Input.css +155 -155
  180. package/dist/components/input/Input.js +48 -48
  181. package/dist/components/input/index.js +2 -2
  182. package/dist/components/input-group/InputGroup.css +172 -172
  183. package/dist/components/input-group/InputGroup.js +33 -33
  184. package/dist/components/input-group/index.js +2 -9
  185. package/dist/components/input-otp/InputOTP.css +170 -170
  186. package/dist/components/input-otp/InputOTP.js +48 -48
  187. package/dist/components/input-otp/index.js +2 -11
  188. package/dist/components/join/Join.js +14 -14
  189. package/dist/components/join/index.js +2 -3
  190. package/dist/components/kbd/Kbd.css +60 -60
  191. package/dist/components/kbd/Kbd.js +20 -20
  192. package/dist/components/kbd/index.js +2 -8
  193. package/dist/components/label/Label.css +30 -30
  194. package/dist/components/label/Label.js +9 -9
  195. package/dist/components/label/index.js +2 -5
  196. package/dist/components/language-switcher/LanguageSwitcher.css +56 -56
  197. package/dist/components/language-switcher/LanguageSwitcher.js +26 -26
  198. package/dist/components/language-switcher/createI18n.js +8 -8
  199. package/dist/components/language-switcher/index.js +3 -8
  200. package/dist/components/link/Link.css +131 -131
  201. package/dist/components/link/Link.js +22 -22
  202. package/dist/components/link/index.js +2 -5
  203. package/dist/components/list-box/ListBox.css +148 -148
  204. package/dist/components/list-box/ListBox.js +17 -17
  205. package/dist/components/list-box/ListBoxItem.js +32 -32
  206. package/dist/components/list-box/ListBoxSection.js +13 -13
  207. package/dist/components/list-box/context.js +2 -2
  208. package/dist/components/list-box/index.js +9 -15
  209. package/dist/components/live-chat/LiveChat.css +324 -324
  210. package/dist/components/live-chat/LiveChatBubble.js +27 -27
  211. package/dist/components/live-chat/LiveChatPanel.js +62 -62
  212. package/dist/components/live-chat/index.js +3 -5
  213. package/dist/components/menu/Menu.css +199 -199
  214. package/dist/components/menu/Menu.js +25 -30
  215. package/dist/components/menu/MenuItem.js +38 -38
  216. package/dist/components/menu/MenuSection.js +13 -13
  217. package/dist/components/menu/context.js +2 -2
  218. package/dist/components/menu/index.js +3 -12
  219. package/dist/components/meter/Meter.css +89 -89
  220. package/dist/components/meter/Meter.js +31 -31
  221. package/dist/components/meter/index.js +2 -8
  222. package/dist/components/modal/Modal.css +320 -320
  223. package/dist/components/modal/Modal.js +80 -80
  224. package/dist/components/modal/index.js +2 -13
  225. package/dist/components/navbar/Navbar.css +110 -110
  226. package/dist/components/navbar/Navbar.js +18 -18
  227. package/dist/components/navbar/NavbarRow.js +10 -10
  228. package/dist/components/navbar/NavbarSection.js +9 -9
  229. package/dist/components/navbar/NavbarStack.js +10 -10
  230. package/dist/components/navbar/index.js +2 -3
  231. package/dist/components/noise-background/NoiseBackground.css +66 -66
  232. package/dist/components/noise-background/NoiseBackground.js +35 -35
  233. package/dist/components/noise-background/index.js +2 -3
  234. package/dist/components/number-field/NumberField.css +198 -198
  235. package/dist/components/number-field/NumberField.js +42 -42
  236. package/dist/components/number-field/index.js +2 -9
  237. package/dist/components/pagination/Pagination.css +121 -121
  238. package/dist/components/pagination/Pagination.js +34 -34
  239. package/dist/components/pagination/index.js +2 -3
  240. package/dist/components/password-field/PasswordField.js +15 -15
  241. package/dist/components/password-field/index.js +2 -3
  242. package/dist/components/password-requirements/PasswordRequirements.js +24 -24
  243. package/dist/components/password-requirements/index.js +2 -3
  244. package/dist/components/password-rules/index.js +2 -4
  245. package/dist/components/popover/Popover.css +117 -117
  246. package/dist/components/popover/Popover.js +50 -50
  247. package/dist/components/popover/index.js +3 -9
  248. package/dist/components/progress-bar/ProgressBar.css +104 -104
  249. package/dist/components/progress-bar/ProgressBar.js +27 -27
  250. package/dist/components/progress-bar/index.js +2 -3
  251. package/dist/components/progress-circle/ProgressCircle.css +82 -82
  252. package/dist/components/progress-circle/ProgressCircle.js +32 -32
  253. package/dist/components/progress-circle/index.js +2 -3
  254. package/dist/components/radio/Radio.css +129 -129
  255. package/dist/components/radio/Radio.js +27 -27
  256. package/dist/components/radio/index.js +2 -3
  257. package/dist/components/radio-group/RadioGroup.css +58 -58
  258. package/dist/components/radio-group/RadioGroup.js +33 -33
  259. package/dist/components/radio-group/context.js +2 -2
  260. package/dist/components/radio-group/index.js +3 -4
  261. package/dist/components/range-calendar/RangeCalendar.css +51 -51
  262. package/dist/components/range-calendar/RangeCalendar.js +15 -15
  263. package/dist/components/range-calendar/index.js +2 -3
  264. package/dist/components/scroll-shadow/ScrollShadow.css +93 -93
  265. package/dist/components/scroll-shadow/ScrollShadow.js +19 -19
  266. package/dist/components/scroll-shadow/index.js +2 -3
  267. package/dist/components/scroll-shadow/useScrollShadow.js +3 -3
  268. package/dist/components/search-field/SearchField.css +183 -183
  269. package/dist/components/search-field/SearchField.js +38 -38
  270. package/dist/components/search-field/index.js +2 -9
  271. package/dist/components/select/Select.css +284 -284
  272. package/dist/components/select/Select.js +129 -129
  273. package/dist/components/select/index.js +2 -3
  274. package/dist/components/separator/Separator.css +35 -35
  275. package/dist/components/separator/Separator.js +11 -11
  276. package/dist/components/separator/index.js +2 -4
  277. package/dist/components/size-picker/SizePicker.js +17 -17
  278. package/dist/components/size-picker/index.js +3 -6
  279. package/dist/components/size-picker/sizeStore.js +3 -3
  280. package/dist/components/skeleton/Skeleton.css +95 -95
  281. package/dist/components/skeleton/Skeleton.js +8 -8
  282. package/dist/components/skeleton/index.js +2 -3
  283. package/dist/components/slider/Slider.css +122 -122
  284. package/dist/components/slider/Slider.js +26 -26
  285. package/dist/components/slider/index.js +2 -3
  286. package/dist/components/spinner/Spinner.css +131 -131
  287. package/dist/components/spinner/Spinner.js +19 -19
  288. package/dist/components/spinner/index.js +2 -5
  289. package/dist/components/surface/Surface.css +37 -37
  290. package/dist/components/surface/Surface.js +9 -9
  291. package/dist/components/surface/index.js +2 -4
  292. package/dist/components/table/ExpandToggle.js +14 -14
  293. package/dist/components/table/InlineConfirm.js +11 -11
  294. package/dist/components/table/MobileListView.js +24 -24
  295. package/dist/components/table/SortIcon.js +13 -13
  296. package/dist/components/table/Table.css +426 -426
  297. package/dist/components/table/Table.js +80 -80
  298. package/dist/components/table/VirtualSpacerRow.js +8 -8
  299. package/dist/components/table/index.js +8 -38
  300. package/dist/components/tabs/Tabs.css +203 -203
  301. package/dist/components/tabs/Tabs.js +59 -59
  302. package/dist/components/tabs/index.js +2 -4
  303. package/dist/components/tag/Tag.css +121 -121
  304. package/dist/components/tag/Tag.js +40 -40
  305. package/dist/components/tag/index.js +2 -6
  306. package/dist/components/tag-group/TagGroup.css +22 -22
  307. package/dist/components/tag-group/TagGroup.js +20 -20
  308. package/dist/components/tag-group/context.js +2 -2
  309. package/dist/components/tag-group/index.js +2 -6
  310. package/dist/components/text/Text.css +66 -66
  311. package/dist/components/text/Text.js +9 -9
  312. package/dist/components/text/index.js +2 -5
  313. package/dist/components/text-area/TextArea.css +95 -95
  314. package/dist/components/text-area/TextArea.js +10 -10
  315. package/dist/components/text-area/index.js +2 -5
  316. package/dist/components/text-field/TextField.css +33 -33
  317. package/dist/components/text-field/TextField.js +15 -15
  318. package/dist/components/text-field/index.js +2 -7
  319. package/dist/components/textarea/Textarea.js +11 -13
  320. package/dist/components/textarea/index.js +2 -6
  321. package/dist/components/theme-color-picker/ThemeColorPicker.js +49 -49
  322. package/dist/components/theme-color-picker/hueShift.js +3 -3
  323. package/dist/components/theme-color-picker/index.js +3 -7
  324. package/dist/components/time-field/TimeField.css +215 -215
  325. package/dist/components/time-field/TimeField.js +41 -41
  326. package/dist/components/time-field/index.js +2 -11
  327. package/dist/components/toast/Toast.css +344 -344
  328. package/dist/components/toast/Toast.js +98 -98
  329. package/dist/components/toast/index.js +2 -19
  330. package/dist/components/toggle/Toggle.css +237 -237
  331. package/dist/components/toggle/Toggle.js +31 -31
  332. package/dist/components/toggle/index.js +2 -3
  333. package/dist/components/toolbar/Toolbar.css +55 -55
  334. package/dist/components/toolbar/Toolbar.js +10 -10
  335. package/dist/components/toolbar/index.js +2 -5
  336. package/dist/components/tooltip/Tooltip.css +153 -153
  337. package/dist/components/tooltip/Tooltip.js +36 -36
  338. package/dist/components/tooltip/index.js +2 -7
  339. package/dist/components/utils.js +6 -7
  340. package/dist/components/video-preview/VideoPreview.js +15 -15
  341. package/dist/components/video-preview/index.js +2 -3
  342. package/dist/hooks/date/useCalendarNavigation.js +18 -18
  343. package/dist/hooks/date/useCalendarState.js +19 -19
  344. package/dist/hooks/date/useDateSelection.js +7 -7
  345. package/dist/hooks/date/usePickerOpenState.js +8 -8
  346. package/dist/hooks/date/useRangeSelection.js +16 -16
  347. package/dist/hooks/form/FormContext.js +3 -3
  348. package/dist/hooks/form/createForm.js +4 -4
  349. package/dist/hooks/form/index.js +5 -10
  350. package/dist/hooks/form/useFieldNew.js +10 -10
  351. package/dist/hooks/layout/index.js +2 -3
  352. package/dist/hooks/layout/useDesktop.js +4 -4
  353. package/dist/hooks/table/index.js +9 -18
  354. package/dist/hooks/table/useAnchoredOverlayPosition.js +4 -4
  355. package/dist/hooks/table/useTableExpansion.js +4 -4
  356. package/dist/hooks/table/useTableFiltering.js +8 -8
  357. package/dist/hooks/table/useTableModel.js +10 -10
  358. package/dist/hooks/table/useTablePagination.js +4 -4
  359. package/dist/hooks/table/useTableSelection.js +4 -4
  360. package/dist/hooks/table/useTableSorting.js +6 -6
  361. package/dist/index.css +74 -74
  362. package/dist/index.js +108 -398
  363. package/dist/lib/refs/index.js +2 -3
  364. package/dist/lib/refs/mergeRefs.js +2 -2
  365. package/dist/lib/style/index.js +2 -4
  366. package/dist/lib/tag/createIsButton.js +4 -4
  367. package/dist/lib/tag/createTagName.js +2 -2
  368. package/dist/lib/tag/index.js +3 -7
  369. package/dist/motion/engine.js +4 -4
  370. package/dist/motion/index.js +11 -39
  371. package/dist/motion/popmotion.js +2 -2
  372. package/dist/motion/presets.js +4 -4
  373. package/dist/motion/route.js +7 -7
  374. package/dist/motion/solid/AnimatedCollapse.js +27 -27
  375. package/dist/motion/solid/MotionDiv.js +13 -13
  376. package/dist/motion/solid/Presence.js +9 -9
  377. package/dist/motion/solid/index.js +4 -10
  378. package/dist/motion/system.js +9 -9
  379. package/dist/primitives/streaming/index.js +3 -5
  380. package/dist/primitives/streaming/useStreamingBuffer.js +2 -2
  381. package/dist/primitives/streaming/useStreamingSubscription.js +7 -7
  382. package/dist/primitives/virtualizer/index.js +2 -3
  383. package/dist/primitives/virtualizer/useVirtualRows.js +7 -7
  384. package/dist/purge-manifest.json +14972 -15063
  385. package/dist/styles/base/index.css +43 -43
  386. package/dist/styles/icons/generated-icons.css +1 -173
  387. package/dist/styles/themes/dark.css +141 -141
  388. package/dist/styles/themes/light.css +143 -143
  389. package/package.json +31 -31
@@ -1,43 +1,43 @@
1
- @layer base {
2
- html {
3
- scrollbar-color: var(--color-base-300) transparent;
4
- }
5
-
6
- body {
7
- color: var(--color-base-content);
8
- background: var(--color-base-100);
9
- overflow-x: clip;
10
- touch-action: manipulation;
11
- }
12
-
13
- *::selection {
14
- color: var(--color-primary-content);
15
- background: var(--color-primary);
16
- }
17
-
18
- .resize-y {
19
- resize: vertical;
20
- }
21
-
22
- .resize-x {
23
- resize: horizontal;
24
- }
25
-
26
- .resize-both {
27
- resize: both;
28
- }
29
-
30
- .resize-none {
31
- resize: none;
32
- }
33
- }
34
-
35
- @layer components {
36
- .table tr.active {
37
- background-color: var(--b2);
38
- }
39
-
40
- .table.table-hover tbody tr:hover {
41
- background-color: var(--b2);
42
- }
43
- }
1
+ @layer base {
2
+ html {
3
+ scrollbar-color: var(--color-base-300) transparent;
4
+ }
5
+
6
+ body {
7
+ color: var(--color-base-content);
8
+ background: var(--color-base-100);
9
+ overflow-x: clip;
10
+ touch-action: manipulation;
11
+ }
12
+
13
+ *::selection {
14
+ color: var(--color-primary-content);
15
+ background: var(--color-primary);
16
+ }
17
+
18
+ .resize-y {
19
+ resize: vertical;
20
+ }
21
+
22
+ .resize-x {
23
+ resize: horizontal;
24
+ }
25
+
26
+ .resize-both {
27
+ resize: both;
28
+ }
29
+
30
+ .resize-none {
31
+ resize: none;
32
+ }
33
+ }
34
+
35
+ @layer components {
36
+ .table tr.active {
37
+ background-color: var(--b2);
38
+ }
39
+
40
+ .table.table-hover tbody tr:hover {
41
+ background-color: var(--b2);
42
+ }
43
+ }
@@ -1,173 +1 @@
1
-
2
- .iconify {
3
- display: inline-block;
4
- width: 1em;
5
- height: 1em;
6
- background-color: currentColor;
7
- -webkit-mask-repeat: no-repeat;
8
- mask-repeat: no-repeat;
9
- -webkit-mask-size: 100% 100%;
10
- mask-size: 100% 100%;
11
- }
12
-
13
- .iconify-color {
14
- display: inline-block;
15
- width: 1em;
16
- height: 1em;
17
- background-repeat: no-repeat;
18
- background-size: 100% 100%;
19
- }
20
-
21
- .icon-[mdi--close] {
22
- --svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3C%2Fsvg%3E");
23
- }
24
- .icon-[mdi--close].iconify {
25
- -webkit-mask-image: var(--svg);
26
- mask-image: var(--svg);
27
- }
28
- .icon-[mdi--close].iconify-color {
29
- background-image: var(--svg);
30
- }
31
-
32
- .icon-[mdi--firefox] {
33
- --svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.85%206.74q.015%200%200%200M21.28%208.6c-.43-1.05-1.32-2.18-2.01-2.54.56%201.11.89%202.22%201.02%203.04v.02c-1.13-2.82-3.05-3.96-4.62-6.44-.08-.12-.17-.25-.24-.38-.04-.07-.07-.14-.11-.21-.06-.13-.12-.26-.15-.4%200-.01-.01-.02-.02-.02h-.03c-2.22%201.3-3.15%203.59-3.38%205.04-.69.04-1.37.21-1.99.51-.12.05-.17.19-.13.31.05.14.21.21.34.15.54-.26%201.14-.41%201.74-.45h.05c.08-.01.17-.01.25-.01.5-.01.97.06%201.44.2l.06.02c.1.02.17.06.25.06.05.04.11.06.16.08l.14.06c.07.03.14.06.2.09.03.02.06.03.09.05.07.04.16.07.2.11.04.02.08.05.12.07.73.45%201.34%201.07%201.75%201.81-.53-.37-1.49-.74-2.41-.58%203.6%201.81%202.63%208-2.36%207.76-.44-.01-.88-.1-1.3-.25-.1-.03-.2-.07-.29-.12-.05-.02-.12-.05-.17-.08-1.23-.63-2.24-1.82-2.38-3.27%200%200%20.5-1.73%203.33-1.73.31%200%201.17-.86%201.2-1.1%200-.09-1.74-.78-2.42-1.45-.37-.36-.54-.53-.69-.66-.08-.07-.17-.13-.26-.19a4.63%204.63%200%200%201-.03-2.45C7.6%206.12%206.8%206.86%206.22%207.5c-.4-.5-.37-2.15-.35-2.5-.01%200-.3.16-.33.18-.35.25-.68.53-.98.82-.35.37-.66.74-.94%201.14-.62.91-1.12%201.95-1.34%203.04%200%20.01-.1.41-.17.92l-.03.23c-.02.17-.04.32-.08.58v.41c0%205.53%204.5%2010.01%2010%2010.01%204.97%200%209.08-3.59%209.88-8.33.02-.11.03-.24.05-.37.2-1.72-.02-3.52-.65-5.03%22%2F%3E%3C%2Fsvg%3E");
34
- }
35
- .icon-[mdi--firefox].iconify {
36
- -webkit-mask-image: var(--svg);
37
- mask-image: var(--svg);
38
- }
39
- .icon-[mdi--firefox].iconify-color {
40
- background-image: var(--svg);
41
- }
42
-
43
- .icon-[mdi--inbox-outline] {
44
- --svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%203H5a2%202%200%200%200-2%202v14a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2M5%2019v-2h3.13a4.13%204.13%200%200%200%201.27%202m9.6%200h-4.4a4.13%204.13%200%200%200%201.27-2H19m0-2h-5v1a2%202%200%200%201-4%200v-1H5V5h14Z%22%2F%3E%3C%2Fsvg%3E");
45
- }
46
- .icon-[mdi--inbox-outline].iconify {
47
- -webkit-mask-image: var(--svg);
48
- mask-image: var(--svg);
49
- }
50
- .icon-[mdi--inbox-outline].iconify-color {
51
- background-image: var(--svg);
52
- }
53
-
54
- .icon-[mdi--loading] {
55
- --svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204V2A10%2010%200%200%200%202%2012h2a8%208%200%200%201%208-8%22%2F%3E%3C%2Fsvg%3E");
56
- }
57
- .icon-[mdi--loading].iconify {
58
- -webkit-mask-image: var(--svg);
59
- mask-image: var(--svg);
60
- }
61
- .icon-[mdi--loading].iconify-color {
62
- background-image: var(--svg);
63
- }
64
-
65
- .icon-[mdi--palette] {
66
- --svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%2012a1.5%201.5%200%200%201-1.5-1.5A1.5%201.5%200%200%201%2017.5%209a1.5%201.5%200%200%201%201.5%201.5%201.5%201.5%200%200%201-1.5%201.5m-3-4A1.5%201.5%200%200%201%2013%206.5%201.5%201.5%200%200%201%2014.5%205%201.5%201.5%200%200%201%2016%206.5%201.5%201.5%200%200%201%2014.5%208m-5%200A1.5%201.5%200%200%201%208%206.5%201.5%201.5%200%200%201%209.5%205%201.5%201.5%200%200%201%2011%206.5%201.5%201.5%200%200%201%209.5%208m-3%204A1.5%201.5%200%200%201%205%2010.5%201.5%201.5%200%200%201%206.5%209%201.5%201.5%200%200%201%208%2010.5%201.5%201.5%200%200%201%206.5%2012M12%203a9%209%200%200%200-9%209%209%209%200%200%200%209%209%201.5%201.5%200%200%200%201.5-1.5c0-.39-.15-.74-.39-1-.23-.27-.38-.62-.38-1a1.5%201.5%200%200%201%201.5-1.5H16a5%205%200%200%200%205-5c0-4.42-4.03-8-9-8%22%2F%3E%3C%2Fsvg%3E");
67
- }
68
- .icon-[mdi--palette].iconify {
69
- -webkit-mask-image: var(--svg);
70
- mask-image: var(--svg);
71
- }
72
- .icon-[mdi--palette].iconify-color {
73
- background-image: var(--svg);
74
- }
75
-
76
- .icon-[lucide--arrow-down] {
77
- --svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%205v14m7-7-7%207-7-7%22%2F%3E%3C%2Fsvg%3E");
78
- }
79
- .icon-[lucide--arrow-down].iconify {
80
- -webkit-mask-image: var(--svg);
81
- mask-image: var(--svg);
82
- }
83
- .icon-[lucide--arrow-down].iconify-color {
84
- background-image: var(--svg);
85
- }
86
-
87
- .icon-[lucide--arrow-up] {
88
- --svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m5%2012%207-7%207%207m-7%207V5%22%2F%3E%3C%2Fsvg%3E");
89
- }
90
- .icon-[lucide--arrow-up].iconify {
91
- -webkit-mask-image: var(--svg);
92
- mask-image: var(--svg);
93
- }
94
- .icon-[lucide--arrow-up].iconify-color {
95
- background-image: var(--svg);
96
- }
97
-
98
- .icon-[lucide--arrow-up-down] {
99
- --svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m21%2016-4%204-4-4m4%204V4M3%208l4-4%204%204M7%204v16%22%2F%3E%3C%2Fsvg%3E");
100
- }
101
- .icon-[lucide--arrow-up-down].iconify {
102
- -webkit-mask-image: var(--svg);
103
- mask-image: var(--svg);
104
- }
105
- .icon-[lucide--arrow-up-down].iconify-color {
106
- background-image: var(--svg);
107
- }
108
-
109
- .icon-[lucide--check] {
110
- --svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M20%206%209%2017l-5-5%22%2F%3E%3C%2Fsvg%3E");
111
- }
112
- .icon-[lucide--check].iconify {
113
- -webkit-mask-image: var(--svg);
114
- mask-image: var(--svg);
115
- }
116
- .icon-[lucide--check].iconify-color {
117
- background-image: var(--svg);
118
- }
119
-
120
- .icon-[lucide--chevron-down] {
121
- --svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m6%209%206%206%206-6%22%2F%3E%3C%2Fsvg%3E");
122
- }
123
- .icon-[lucide--chevron-down].iconify {
124
- -webkit-mask-image: var(--svg);
125
- mask-image: var(--svg);
126
- }
127
- .icon-[lucide--chevron-down].iconify-color {
128
- background-image: var(--svg);
129
- }
130
-
131
- .icon-[lucide--chevron-right] {
132
- --svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m9%2018%206-6-6-6%22%2F%3E%3C%2Fsvg%3E");
133
- }
134
- .icon-[lucide--chevron-right].iconify {
135
- -webkit-mask-image: var(--svg);
136
- mask-image: var(--svg);
137
- }
138
- .icon-[lucide--chevron-right].iconify-color {
139
- background-image: var(--svg);
140
- }
141
-
142
- .icon-[lucide--eye] {
143
- --svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M2.062%2012.348a1%201%200%200%201%200-.696%2010.75%2010.75%200%200%201%2019.876%200%201%201%200%200%201%200%20.696%2010.75%2010.75%200%200%201-19.876%200%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
144
- }
145
- .icon-[lucide--eye].iconify {
146
- -webkit-mask-image: var(--svg);
147
- mask-image: var(--svg);
148
- }
149
- .icon-[lucide--eye].iconify-color {
150
- background-image: var(--svg);
151
- }
152
-
153
- .icon-[lucide--eye-off] {
154
- --svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M10.733%205.076a10.744%2010.744%200%200%201%2011.205%206.575%201%201%200%200%201%200%20.696%2010.8%2010.8%200%200%201-1.444%202.49m-6.41-.679a3%203%200%200%201-4.242-4.242%22%2F%3E%3Cpath%20d%3D%22M17.479%2017.499a10.75%2010.75%200%200%201-15.417-5.151%201%201%200%200%201%200-.696%2010.75%2010.75%200%200%201%204.446-5.143M2%202l20%2020%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
155
- }
156
- .icon-[lucide--eye-off].iconify {
157
- -webkit-mask-image: var(--svg);
158
- mask-image: var(--svg);
159
- }
160
- .icon-[lucide--eye-off].iconify-color {
161
- background-image: var(--svg);
162
- }
163
-
164
- .icon-[lucide--minus] {
165
- --svg: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5%2012h14%22%2F%3E%3C%2Fsvg%3E");
166
- }
167
- .icon-[lucide--minus].iconify {
168
- -webkit-mask-image: var(--svg);
169
- mask-image: var(--svg);
170
- }
171
- .icon-[lucide--minus].iconify-color {
172
- background-image: var(--svg);
173
- }
1
+ .iconify{background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.iconify,.iconify-color{display:inline-block;height:1em;width:1em}.iconify-color{background-repeat:no-repeat;background-size:100% 100%}.icon-[mdi--close]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E")}.icon-[mdi--close].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[mdi--close].iconify-color{background-image:var(--svg)}.icon-[mdi--firefox]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M6.85 6.74q.015 0 0 0M21.28 8.6c-.43-1.05-1.32-2.18-2.01-2.54.56 1.11.89 2.22 1.02 3.04v.02c-1.13-2.82-3.05-3.96-4.62-6.44-.08-.12-.17-.25-.24-.38-.04-.07-.07-.14-.11-.21-.06-.13-.12-.26-.15-.4 0-.01-.01-.02-.02-.02h-.03c-2.22 1.3-3.15 3.59-3.38 5.04-.69.04-1.37.21-1.99.51-.12.05-.17.19-.13.31.05.14.21.21.34.15.54-.26 1.14-.41 1.74-.45h.05c.08-.01.17-.01.25-.01.5-.01.97.06 1.44.2l.06.02c.1.02.17.06.25.06.05.04.11.06.16.08l.14.06c.07.03.14.06.2.09.03.02.06.03.09.05.07.04.16.07.2.11.04.02.08.05.12.07.73.45 1.34 1.07 1.75 1.81-.53-.37-1.49-.74-2.41-.58 3.6 1.81 2.63 8-2.36 7.76-.44-.01-.88-.1-1.3-.25-.1-.03-.2-.07-.29-.12-.05-.02-.12-.05-.17-.08-1.23-.63-2.24-1.82-2.38-3.27 0 0 .5-1.73 3.33-1.73.31 0 1.17-.86 1.2-1.1 0-.09-1.74-.78-2.42-1.45-.37-.36-.54-.53-.69-.66-.08-.07-.17-.13-.26-.19a4.63 4.63 0 0 1-.03-2.45C7.6 6.12 6.8 6.86 6.22 7.5c-.4-.5-.37-2.15-.35-2.5-.01 0-.3.16-.33.18-.35.25-.68.53-.98.82-.35.37-.66.74-.94 1.14-.62.91-1.12 1.95-1.34 3.04 0 .01-.1.41-.17.92l-.03.23c-.02.17-.04.32-.08.58v.41c0 5.53 4.5 10.01 10 10.01 4.97 0 9.08-3.59 9.88-8.33.02-.11.03-.24.05-.37.2-1.72-.02-3.52-.65-5.03'/%3E%3C/svg%3E")}.icon-[mdi--firefox].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[mdi--firefox].iconify-color{background-image:var(--svg)}.icon-[mdi--inbox-outline]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M5 19v-2h3.13a4.13 4.13 0 0 0 1.27 2m9.6 0h-4.4a4.13 4.13 0 0 0 1.27-2H19m0-2h-5v1a2 2 0 0 1-4 0v-1H5V5h14Z'/%3E%3C/svg%3E")}.icon-[mdi--inbox-outline].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[mdi--inbox-outline].iconify-color{background-image:var(--svg)}.icon-[mdi--loading]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 4V2A10 10 0 0 0 2 12h2a8 8 0 0 1 8-8'/%3E%3C/svg%3E")}.icon-[mdi--loading].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[mdi--loading].iconify-color{background-image:var(--svg)}.icon-[mdi--palette]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M17.5 12a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 17.5 9a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5m-3-4A1.5 1.5 0 0 1 13 6.5 1.5 1.5 0 0 1 14.5 5 1.5 1.5 0 0 1 16 6.5 1.5 1.5 0 0 1 14.5 8m-5 0A1.5 1.5 0 0 1 8 6.5 1.5 1.5 0 0 1 9.5 5 1.5 1.5 0 0 1 11 6.5 1.5 1.5 0 0 1 9.5 8m-3 4A1.5 1.5 0 0 1 5 10.5 1.5 1.5 0 0 1 6.5 9 1.5 1.5 0 0 1 8 10.5 1.5 1.5 0 0 1 6.5 12M12 3a9 9 0 0 0-9 9 9 9 0 0 0 9 9 1.5 1.5 0 0 0 1.5-1.5c0-.39-.15-.74-.39-1-.23-.27-.38-.62-.38-1a1.5 1.5 0 0 1 1.5-1.5H16a5 5 0 0 0 5-5c0-4.42-4.03-8-9-8'/%3E%3C/svg%3E")}.icon-[mdi--palette].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[mdi--palette].iconify-color{background-image:var(--svg)}.icon-[lucide--arrow-down]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 5v14m7-7-7 7-7-7'/%3E%3C/svg%3E")}.icon-[lucide--arrow-down].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[lucide--arrow-down].iconify-color{background-image:var(--svg)}.icon-[lucide--arrow-up]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m5 12 7-7 7 7m-7 7V5'/%3E%3C/svg%3E")}.icon-[lucide--arrow-up].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[lucide--arrow-up].iconify-color{background-image:var(--svg)}.icon-[lucide--arrow-up-down]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m21 16-4 4-4-4m4 4V4M3 8l4-4 4 4M7 4v16'/%3E%3C/svg%3E")}.icon-[lucide--arrow-up-down].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[lucide--arrow-up-down].iconify-color{background-image:var(--svg)}.icon-[lucide--check]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")}.icon-[lucide--check].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[lucide--check].iconify-color{background-image:var(--svg)}.icon-[lucide--chevron-down]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}.icon-[lucide--chevron-down].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[lucide--chevron-down].iconify-color{background-image:var(--svg)}.icon-[lucide--chevron-right]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 18 6-6-6-6'/%3E%3C/svg%3E")}.icon-[lucide--chevron-right].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[lucide--chevron-right].iconify-color{background-image:var(--svg)}.icon-[lucide--eye]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/g%3E%3C/svg%3E")}.icon-[lucide--eye].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[lucide--eye].iconify-color{background-image:var(--svg)}.icon-[lucide--eye-off]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.8 10.8 0 0 1-1.444 2.49m-6.41-.679a3 3 0 0 1-4.242-4.242'/%3E%3Cpath d='M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143M2 2l20 20'/%3E%3C/g%3E%3C/svg%3E")}.icon-[lucide--eye-off].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[lucide--eye-off].iconify-color{background-image:var(--svg)}.icon-[lucide--minus]{--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14'/%3E%3C/svg%3E")}.icon-[lucide--minus].iconify{-webkit-mask-image:var(--svg);mask-image:var(--svg)}.icon-[lucide--minus].iconify-color{background-image:var(--svg)}
@@ -1,141 +1,141 @@
1
- @layer theme {
2
- [data-theme="dark"] {
3
- /* Base colors */
4
- --color-primary: var(--color-blue-500);
5
- --color-primary-content: var(--color-white);
6
- --color-secondary: var(--color-purple-500);
7
- --color-secondary-content: var(--color-white);
8
- --color-accent: var(--color-sky-500);
9
- --color-accent-content: var(--color-white);
10
- --color-accent-foreground: var(--color-white);
11
- --color-accent-soft: color-mix(
12
- in oklab,
13
- var(--color-sky-500) 20%,
14
- var(--color-gray-900)
15
- );
16
- --color-accent-soft-foreground: var(--color-sky-400);
17
- --color-accent-soft-hover: color-mix(
18
- in oklab,
19
- var(--color-sky-500) 28%,
20
- var(--color-gray-900)
21
- );
22
- --color-accent-hover: var(--color-sky-400);
23
- --color-neutral: var(--color-gray-700);
24
- --color-neutral-content: var(--color-gray-100);
25
-
26
- /* Semantic colors */
27
- --color-info: var(--color-blue-400);
28
- --color-info-content: var(--color-gray-900);
29
- --color-success: var(--color-emerald-500);
30
- --color-success-content: var(--color-gray-900);
31
- --color-success-foreground: var(--color-white);
32
- --color-success-soft: color-mix(
33
- in oklab,
34
- var(--color-emerald-500) 20%,
35
- var(--color-gray-900)
36
- );
37
- --color-success-soft-foreground: var(--color-emerald-400);
38
- --color-warning: var(--color-amber-400);
39
- --color-warning-content: var(--color-gray-900);
40
- --color-warning-foreground: var(--color-gray-900);
41
- --color-warning-soft: color-mix(
42
- in oklab,
43
- var(--color-amber-400) 20%,
44
- var(--color-gray-900)
45
- );
46
- --color-warning-soft-foreground: var(--color-amber-300);
47
- --color-error: var(--color-rose-500);
48
- --color-error-content: var(--color-white);
49
- --color-danger: var(--color-rose-500);
50
- --color-danger-foreground: var(--color-white);
51
- --color-danger-soft: color-mix(
52
- in oklab,
53
- var(--color-rose-500) 20%,
54
- var(--color-gray-900)
55
- );
56
- --color-danger-soft-foreground: var(--color-rose-400);
57
-
58
- /* HeroUI generic tokens */
59
- --color-default: var(--color-gray-700);
60
- --color-default-foreground: var(--color-gray-100);
61
- --color-default-hover: var(--color-gray-600);
62
- --color-background: var(--color-gray-900);
63
- --color-foreground: var(--color-gray-100);
64
-
65
- /* Base background colors */
66
- --color-base-100: var(--color-gray-900);
67
- --color-base-200: var(--color-gray-800);
68
- --color-base-300: var(--color-gray-700);
69
- --color-base-content: var(--color-gray-100);
70
-
71
- /* Legacy support */
72
- --color-bg-body: var(--color-gray-900);
73
- --color-bg-inverse: var(--color-white);
74
- --color-bg-primary: var(--color-gray-800);
75
- --color-bg-secondary: var(--color-gray-700);
76
- --color-bg-tertiary: var(--color-gray-600);
77
- --color-bg-positive: var(--color-emerald-500);
78
- --color-bg-destructive: var(--color-rose-500);
79
-
80
- --color-fg-body: var(--color-gray-100);
81
- --color-fg-inverse: var(--color-gray-900);
82
- --color-fg-primary: var(--color-gray-200);
83
- --color-fg-secondary: var(--color-gray-300);
84
- --color-fg-tertiary: var(--color-gray-400);
85
- --color-fg-positive: var(--color-emerald-400);
86
- --color-fg-destructive: var(--color-rose-400);
87
-
88
- /* Daisy-compatible aliases and structural tokens */
89
- --b1: var(--color-base-100);
90
- --b2: var(--color-base-200);
91
- --b3: var(--color-base-300);
92
- --bc: var(--color-base-content);
93
- --radius-selector: 0.375rem;
94
- --radius-field: 0.375rem;
95
- --radius-box: 0.75rem;
96
- --size-selector: 0.25rem;
97
- --size-field: 0.25rem;
98
- --border: 1px;
99
- --depth: 0;
100
- --noise: 1;
101
-
102
- /* Glass surface tokens */
103
- --glass-background-color: white;
104
- --glass-background-opacity: 0.96%;
105
- --glass-border-color: white;
106
- --glass-border-opacity: 30%;
107
- --glass-highlight-color: white;
108
- --glass-highlight-opacity: 6.4%;
109
- --glass-bottom-highlight-opacity: 3.2%;
110
- --glass-edge-highlight-opacity: 8%;
111
- --glass-inner-glow-rgb: 255 255 255;
112
- --glass-inner-glow-alpha: 0.15;
113
- --glass-inner-glow-blur: 2px;
114
- --glass-inner-glow-spread: 0px;
115
- --glass-depth-top-glow-opacity: 8%;
116
- --glass-depth-bottom-glow-opacity: 12%;
117
- --glass-depth-sheen-opacity: 7.5%;
118
- --glass-depth-sheen-size: 70%;
119
- --glass-depth-surface-opacity: 0%;
120
- --glass-depth-surface-size: 82%;
121
- --glass-rim-start-color: var(--color-base-content);
122
- --glass-rim-start-opacity: 21%;
123
- --glass-rim-end-color: white;
124
- --glass-rim-end-opacity: 35%;
125
- --glass-glow-ring-opacity: 10%;
126
- --glass-liquid-edge-size: 3px;
127
- --glass-liquid-inner-blur: 18px;
128
- --glass-border-radius: 20px;
129
- --glass-blur: 50px;
130
- --glass-saturation: 1.2;
131
- --glass-brightness: 1;
132
- --glass-shadow-depth: 0 8px 32px rgb(0 0 0 / 10%);
133
- --glass-fallback-background-opacity: 78%;
134
- }
135
- }
136
-
137
- @layer base {
138
- [data-theme="dark"] {
139
- color-scheme: only dark;
140
- }
141
- }
1
+ @layer theme {
2
+ [data-theme="dark"] {
3
+ /* Base colors */
4
+ --color-primary: var(--color-blue-500);
5
+ --color-primary-content: var(--color-white);
6
+ --color-secondary: var(--color-purple-500);
7
+ --color-secondary-content: var(--color-white);
8
+ --color-accent: var(--color-sky-500);
9
+ --color-accent-content: var(--color-white);
10
+ --color-accent-foreground: var(--color-white);
11
+ --color-accent-soft: color-mix(
12
+ in oklab,
13
+ var(--color-sky-500) 20%,
14
+ var(--color-gray-900)
15
+ );
16
+ --color-accent-soft-foreground: var(--color-sky-400);
17
+ --color-accent-soft-hover: color-mix(
18
+ in oklab,
19
+ var(--color-sky-500) 28%,
20
+ var(--color-gray-900)
21
+ );
22
+ --color-accent-hover: var(--color-sky-400);
23
+ --color-neutral: var(--color-gray-700);
24
+ --color-neutral-content: var(--color-gray-100);
25
+
26
+ /* Semantic colors */
27
+ --color-info: var(--color-blue-400);
28
+ --color-info-content: var(--color-gray-900);
29
+ --color-success: var(--color-emerald-500);
30
+ --color-success-content: var(--color-gray-900);
31
+ --color-success-foreground: var(--color-white);
32
+ --color-success-soft: color-mix(
33
+ in oklab,
34
+ var(--color-emerald-500) 20%,
35
+ var(--color-gray-900)
36
+ );
37
+ --color-success-soft-foreground: var(--color-emerald-400);
38
+ --color-warning: var(--color-amber-400);
39
+ --color-warning-content: var(--color-gray-900);
40
+ --color-warning-foreground: var(--color-gray-900);
41
+ --color-warning-soft: color-mix(
42
+ in oklab,
43
+ var(--color-amber-400) 20%,
44
+ var(--color-gray-900)
45
+ );
46
+ --color-warning-soft-foreground: var(--color-amber-300);
47
+ --color-error: var(--color-rose-500);
48
+ --color-error-content: var(--color-white);
49
+ --color-danger: var(--color-rose-500);
50
+ --color-danger-foreground: var(--color-white);
51
+ --color-danger-soft: color-mix(
52
+ in oklab,
53
+ var(--color-rose-500) 20%,
54
+ var(--color-gray-900)
55
+ );
56
+ --color-danger-soft-foreground: var(--color-rose-400);
57
+
58
+ /* HeroUI generic tokens */
59
+ --color-default: var(--color-gray-700);
60
+ --color-default-foreground: var(--color-gray-100);
61
+ --color-default-hover: var(--color-gray-600);
62
+ --color-background: var(--color-gray-900);
63
+ --color-foreground: var(--color-gray-100);
64
+
65
+ /* Base background colors */
66
+ --color-base-100: var(--color-gray-900);
67
+ --color-base-200: var(--color-gray-800);
68
+ --color-base-300: var(--color-gray-700);
69
+ --color-base-content: var(--color-gray-100);
70
+
71
+ /* Legacy support */
72
+ --color-bg-body: var(--color-gray-900);
73
+ --color-bg-inverse: var(--color-white);
74
+ --color-bg-primary: var(--color-gray-800);
75
+ --color-bg-secondary: var(--color-gray-700);
76
+ --color-bg-tertiary: var(--color-gray-600);
77
+ --color-bg-positive: var(--color-emerald-500);
78
+ --color-bg-destructive: var(--color-rose-500);
79
+
80
+ --color-fg-body: var(--color-gray-100);
81
+ --color-fg-inverse: var(--color-gray-900);
82
+ --color-fg-primary: var(--color-gray-200);
83
+ --color-fg-secondary: var(--color-gray-300);
84
+ --color-fg-tertiary: var(--color-gray-400);
85
+ --color-fg-positive: var(--color-emerald-400);
86
+ --color-fg-destructive: var(--color-rose-400);
87
+
88
+ /* Daisy-compatible aliases and structural tokens */
89
+ --b1: var(--color-base-100);
90
+ --b2: var(--color-base-200);
91
+ --b3: var(--color-base-300);
92
+ --bc: var(--color-base-content);
93
+ --radius-selector: 0.375rem;
94
+ --radius-field: 0.375rem;
95
+ --radius-box: 0.75rem;
96
+ --size-selector: 0.25rem;
97
+ --size-field: 0.25rem;
98
+ --border: 1px;
99
+ --depth: 0;
100
+ --noise: 1;
101
+
102
+ /* Glass surface tokens */
103
+ --glass-background-color: white;
104
+ --glass-background-opacity: 0.96%;
105
+ --glass-border-color: white;
106
+ --glass-border-opacity: 30%;
107
+ --glass-highlight-color: white;
108
+ --glass-highlight-opacity: 6.4%;
109
+ --glass-bottom-highlight-opacity: 3.2%;
110
+ --glass-edge-highlight-opacity: 8%;
111
+ --glass-inner-glow-rgb: 255 255 255;
112
+ --glass-inner-glow-alpha: 0.15;
113
+ --glass-inner-glow-blur: 2px;
114
+ --glass-inner-glow-spread: 0px;
115
+ --glass-depth-top-glow-opacity: 8%;
116
+ --glass-depth-bottom-glow-opacity: 12%;
117
+ --glass-depth-sheen-opacity: 7.5%;
118
+ --glass-depth-sheen-size: 70%;
119
+ --glass-depth-surface-opacity: 0%;
120
+ --glass-depth-surface-size: 82%;
121
+ --glass-rim-start-color: var(--color-base-content);
122
+ --glass-rim-start-opacity: 21%;
123
+ --glass-rim-end-color: white;
124
+ --glass-rim-end-opacity: 35%;
125
+ --glass-glow-ring-opacity: 10%;
126
+ --glass-liquid-edge-size: 3px;
127
+ --glass-liquid-inner-blur: 18px;
128
+ --glass-border-radius: 20px;
129
+ --glass-blur: 50px;
130
+ --glass-saturation: 1.2;
131
+ --glass-brightness: 1;
132
+ --glass-shadow-depth: 0 8px 32px rgb(0 0 0 / 10%);
133
+ --glass-fallback-background-opacity: 78%;
134
+ }
135
+ }
136
+
137
+ @layer base {
138
+ [data-theme="dark"] {
139
+ color-scheme: only dark;
140
+ }
141
+ }