@pathscale/ui 0.0.163 → 0.0.164

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 (469) hide show
  1. package/dist/components/accordion/Accordion.d.ts +0 -1
  2. package/dist/components/alert/Alert.d.ts +0 -1
  3. package/dist/components/avatar/Avatar.d.ts +0 -1
  4. package/dist/components/badge/Badge.d.ts +0 -1
  5. package/dist/components/breadcrumbs/Breadcrumbs.d.ts +0 -1
  6. package/dist/components/button/Button.d.ts +0 -1
  7. package/dist/components/calendar/Calendar.d.ts +0 -1
  8. package/dist/components/card/Card.d.ts +0 -1
  9. package/dist/components/carousel/Carousel.d.ts +0 -1
  10. package/dist/components/chatbubble/ChatBubble.d.ts +0 -1
  11. package/dist/components/checkbox/Checkbox.d.ts +0 -1
  12. package/dist/components/collapse/Collapse.d.ts +0 -1
  13. package/dist/components/countdown/Countdown.d.ts +0 -1
  14. package/dist/components/diff/Diff.d.ts +0 -1
  15. package/dist/components/dock/Dock.d.ts +0 -1
  16. package/dist/components/drawer/Drawer.d.ts +0 -1
  17. package/dist/components/dropdown/Dropdown.d.ts +3 -3
  18. package/dist/components/dropdown/dropdownContext.d.ts +0 -10
  19. package/dist/components/fileinput/FileInput.d.ts +0 -1
  20. package/dist/components/footer/Footer.d.ts +0 -1
  21. package/dist/components/form/Form.d.ts +8 -3
  22. package/dist/components/form/ValidatedForm.d.ts +1 -1
  23. package/dist/components/hero/Hero.d.ts +0 -1
  24. package/dist/components/indicator/Indicator.d.ts +0 -1
  25. package/dist/components/input/Input.d.ts +0 -1
  26. package/dist/components/kbd/Kbd.d.ts +0 -1
  27. package/dist/components/link/Link.d.ts +0 -1
  28. package/dist/components/loading/Loading.d.ts +0 -1
  29. package/dist/components/mask/Mask.d.ts +0 -1
  30. package/dist/components/menu/Menu.d.ts +0 -1
  31. package/dist/components/modal/Modal.d.ts +0 -1
  32. package/dist/components/navbar/Navbar.d.ts +0 -1
  33. package/dist/components/progress/Progress.d.ts +0 -1
  34. package/dist/components/radio/Radio.d.ts +0 -1
  35. package/dist/components/radio-group/RadioGroup.d.ts +0 -1
  36. package/dist/components/range/Range.d.ts +0 -1
  37. package/dist/components/range-slider/RangeSlider.d.ts +0 -1
  38. package/dist/components/rating/Rating.d.ts +0 -1
  39. package/dist/components/select/Select.d.ts +0 -1
  40. package/dist/components/skeleton/Skeleton.d.ts +0 -1
  41. package/dist/components/stack/Stack.d.ts +0 -1
  42. package/dist/components/stats/Stat.d.ts +0 -1
  43. package/dist/components/steps/Step.d.ts +0 -1
  44. package/dist/components/swap/Swap.d.ts +0 -1
  45. package/dist/components/table/EnhancedTable.d.ts +0 -3
  46. package/dist/components/table/Table.d.ts +0 -1
  47. package/dist/components/tabs/RadioTab.d.ts +0 -1
  48. package/dist/components/tabs/Tabs.d.ts +0 -1
  49. package/dist/components/textarea/Textarea.d.ts +0 -1
  50. package/dist/components/timeline/Timeline.d.ts +0 -1
  51. package/dist/components/toast/Toast.d.ts +0 -1
  52. package/dist/components/toggle/Toggle.d.ts +0 -1
  53. package/dist/components/tooltip/Tooltip.d.ts +0 -1
  54. package/dist/index.css +55 -53
  55. package/dist/index.js +19872 -239
  56. package/dist/styles/compat/daisy-primitives.css +6919 -0
  57. package/package.json +5 -26
  58. package/dist/accordion/collapse.css +0 -248
  59. package/dist/alert/alert.css +0 -123
  60. package/dist/avatar/avatar.css +0 -58
  61. package/dist/badge/badge.css +0 -128
  62. package/dist/breadcrumbs/breadcrumbs.css +0 -85
  63. package/dist/button/btn.css +0 -429
  64. package/dist/calendar/input.css +0 -277
  65. package/dist/card/card.css +0 -171
  66. package/dist/carousel/carousel.css +0 -39
  67. package/dist/chatbubble/chat.css +0 -153
  68. package/dist/checkbox/checkbox.css +0 -168
  69. package/dist/collapse/collapse.css +0 -248
  70. package/dist/components/accordion/Accordion.js +0 -180
  71. package/dist/components/accordion/collapse.css +0 -248
  72. package/dist/components/accordion/index.js +0 -3
  73. package/dist/components/alert/Alert.js +0 -75
  74. package/dist/components/alert/alert.css +0 -123
  75. package/dist/components/alert/index.js +0 -3
  76. package/dist/components/artboard/Artboard.js +0 -42
  77. package/dist/components/artboard/index.js +0 -3
  78. package/dist/components/avatar/Avatar.js +0 -164
  79. package/dist/components/avatar/AvatarGroup.js +0 -52
  80. package/dist/components/avatar/avatar.css +0 -58
  81. package/dist/components/avatar/index.js +0 -3
  82. package/dist/components/background/Background.js +0 -22
  83. package/dist/components/background/index.js +0 -3
  84. package/dist/components/badge/Badge.js +0 -75
  85. package/dist/components/badge/badge.css +0 -128
  86. package/dist/components/badge/index.js +0 -3
  87. package/dist/components/bottom-sheet/BottomSheet.js +0 -109
  88. package/dist/components/bottom-sheet/index.js +0 -3
  89. package/dist/components/breadcrumbs/Breadcrumbs.js +0 -36
  90. package/dist/components/breadcrumbs/BreadcrumbsItem.js +0 -30
  91. package/dist/components/breadcrumbs/breadcrumbs.css +0 -85
  92. package/dist/components/breadcrumbs/index.js +0 -5
  93. package/dist/components/browsermockup/BrowserMockup.js +0 -55
  94. package/dist/components/browsermockup/index.js +0 -3
  95. package/dist/components/button/Button.js +0 -205
  96. package/dist/components/button/btn.css +0 -429
  97. package/dist/components/button/index.js +0 -3
  98. package/dist/components/calendar/Calendar.js +0 -194
  99. package/dist/components/calendar/index.js +0 -3
  100. package/dist/components/calendar/input.css +0 -277
  101. package/dist/components/card/Card.js +0 -98
  102. package/dist/components/card/CardActions.js +0 -15
  103. package/dist/components/card/CardBody.js +0 -15
  104. package/dist/components/card/CardImage.js +0 -10
  105. package/dist/components/card/CardTitle.js +0 -13
  106. package/dist/components/card/card.css +0 -171
  107. package/dist/components/card/index.js +0 -3
  108. package/dist/components/carousel/Carousel.js +0 -70
  109. package/dist/components/carousel/CarouselItem.js +0 -27
  110. package/dist/components/carousel/carousel.css +0 -39
  111. package/dist/components/carousel/index.js +0 -3
  112. package/dist/components/chatbubble/ChatBubble.js +0 -48
  113. package/dist/components/chatbubble/ChatBubbleAvatar.js +0 -16
  114. package/dist/components/chatbubble/ChatBubbleFooter.js +0 -14
  115. package/dist/components/chatbubble/ChatBubbleHeader.js +0 -14
  116. package/dist/components/chatbubble/ChatBubbleMessage.js +0 -28
  117. package/dist/components/chatbubble/ChatBubbleTime.js +0 -14
  118. package/dist/components/chatbubble/chat.css +0 -153
  119. package/dist/components/chatbubble/index.js +0 -3
  120. package/dist/components/checkbox/Checkbox.js +0 -78
  121. package/dist/components/checkbox/checkbox.css +0 -168
  122. package/dist/components/checkbox/index.js +0 -3
  123. package/dist/components/codemockup/CodeMockup.js +0 -33
  124. package/dist/components/codemockup/CodeMockupLine.js +0 -53
  125. package/dist/components/codemockup/index.js +0 -5
  126. package/dist/components/collapse/Collapse.js +0 -104
  127. package/dist/components/collapse/CollapseContent.js +0 -15
  128. package/dist/components/collapse/CollapseDetails.js +0 -33
  129. package/dist/components/collapse/CollapseTitle.js +0 -47
  130. package/dist/components/collapse/collapse.css +0 -248
  131. package/dist/components/collapse/index.js +0 -10
  132. package/dist/components/colorpicker/AlphaSlider.js +0 -107
  133. package/dist/components/colorpicker/ColorInput.js +0 -88
  134. package/dist/components/colorpicker/ColorPicker.js +0 -264
  135. package/dist/components/colorpicker/ColorPickerFlowerSelector.js +0 -9
  136. package/dist/components/colorpicker/ColorPickerGradientSelector.js +0 -9
  137. package/dist/components/colorpicker/ColorPickerWheelSelector.js +0 -9
  138. package/dist/components/colorpicker/ColorPreview.js +0 -47
  139. package/dist/components/colorpicker/ColorSwatches.js +0 -67
  140. package/dist/components/colorpicker/ColorUtils.js +0 -216
  141. package/dist/components/colorpicker/ColorWheel.js +0 -106
  142. package/dist/components/colorpicker/ColorWheelFlower.js +0 -462
  143. package/dist/components/colorpicker/HueSlider.js +0 -105
  144. package/dist/components/colorpicker/LightnessSlider.js +0 -111
  145. package/dist/components/colorpicker/SaturationBrightness.js +0 -120
  146. package/dist/components/colorpicker/colorpickerContext.js +0 -8
  147. package/dist/components/colorpicker/index.js +0 -31
  148. package/dist/components/confirm-dialog/ConfirmDialog.js +0 -102
  149. package/dist/components/confirm-dialog/index.js +0 -3
  150. package/dist/components/connectionstatus/ConnectionStatus.js +0 -189
  151. package/dist/components/connectionstatus/index.js +0 -3
  152. package/dist/components/copy-button/CopyButton.js +0 -70
  153. package/dist/components/copy-button/index.js +0 -3
  154. package/dist/components/countdown/Countdown.js +0 -37
  155. package/dist/components/countdown/countdown.css +0 -58
  156. package/dist/components/countdown/index.js +0 -3
  157. package/dist/components/diff/Diff.js +0 -29
  158. package/dist/components/diff/diff.css +0 -162
  159. package/dist/components/diff/index.js +0 -3
  160. package/dist/components/divider/Divider.js +0 -41
  161. package/dist/components/divider/Divider.styles.js +0 -71
  162. package/dist/components/divider/index.js +0 -3
  163. package/dist/components/dock/Dock.js +0 -40
  164. package/dist/components/dock/DockItem.js +0 -45
  165. package/dist/components/dock/DockLabel.js +0 -22
  166. package/dist/components/dock/dock.css +0 -147
  167. package/dist/components/dock/index.js +0 -3
  168. package/dist/components/drawer/Drawer.js +0 -68
  169. package/dist/components/drawer/drawer.css +0 -184
  170. package/dist/components/drawer/index.js +0 -3
  171. package/dist/components/dropdown/Dropdown.js +0 -133
  172. package/dist/components/dropdown/DropdownDetails.js +0 -44
  173. package/dist/components/dropdown/DropdownItem.js +0 -60
  174. package/dist/components/dropdown/DropdownMenu.js +0 -44
  175. package/dist/components/dropdown/DropdownToggle.js +0 -92
  176. package/dist/components/dropdown/dropdown.css +0 -253
  177. package/dist/components/dropdown/dropdownContext.js +0 -54
  178. package/dist/components/dropdown/index.js +0 -3
  179. package/dist/components/dropdown-select/DropdownSelect.js +0 -279
  180. package/dist/components/dropdown-select/index.js +0 -3
  181. package/dist/components/empty-state/EmptyState.js +0 -88
  182. package/dist/components/empty-state/index.js +0 -3
  183. package/dist/components/fieldset/Fieldset.js +0 -73
  184. package/dist/components/fieldset/index.js +0 -3
  185. package/dist/components/fileinput/FileInput.js +0 -51
  186. package/dist/components/fileinput/index.js +0 -3
  187. package/dist/components/fileinput/input.css +0 -277
  188. package/dist/components/flex/Flex.js +0 -101
  189. package/dist/components/flex/index.js +0 -3
  190. package/dist/components/floating-dock/FloatingDock.js +0 -550
  191. package/dist/components/floating-dock/index.js +0 -3
  192. package/dist/components/footer/Footer.js +0 -41
  193. package/dist/components/footer/FooterTitle.js +0 -27
  194. package/dist/components/footer/footer.css +0 -51
  195. package/dist/components/footer/index.js +0 -3
  196. package/dist/components/form/Form.js +0 -17
  197. package/dist/components/form/FormBase.d.ts +0 -8
  198. package/dist/components/form/FormBase.js +0 -74
  199. package/dist/components/form/FormDropdown.js +0 -138
  200. package/dist/components/form/FormField.js +0 -78
  201. package/dist/components/form/Label.js +0 -31
  202. package/dist/components/form/NumberField.js +0 -109
  203. package/dist/components/form/PasswordField.js +0 -113
  204. package/dist/components/form/ValidatedForm.js +0 -55
  205. package/dist/components/form/index.js +0 -6
  206. package/dist/components/form-actions/FormActions.js +0 -142
  207. package/dist/components/form-actions/index.js +0 -3
  208. package/dist/components/glass-panel/GlassPanel.js +0 -146
  209. package/dist/components/glass-panel/index.js +0 -3
  210. package/dist/components/glow-card/GlowCard.css +0 -65
  211. package/dist/components/glow-card/GlowCard.js +0 -47
  212. package/dist/components/glow-card/index.js +0 -3
  213. package/dist/components/grid/Grid.js +0 -89
  214. package/dist/components/grid/index.js +0 -3
  215. package/dist/components/hero/Hero.js +0 -47
  216. package/dist/components/hero/HeroContent.js +0 -31
  217. package/dist/components/hero/HeroOverlay.js +0 -39
  218. package/dist/components/hero/hero.css +0 -38
  219. package/dist/components/hero/index.js +0 -3
  220. package/dist/components/icon/Icon.js +0 -38
  221. package/dist/components/icon/index.js +0 -3
  222. package/dist/components/immersive-landing/ImmersiveLanding.js +0 -218
  223. package/dist/components/immersive-landing/ImmersiveLandingArrows.js +0 -60
  224. package/dist/components/immersive-landing/ImmersiveLandingContext.js +0 -8
  225. package/dist/components/immersive-landing/ImmersiveLandingNavigation.js +0 -91
  226. package/dist/components/immersive-landing/ImmersiveLandingPage.js +0 -46
  227. package/dist/components/immersive-landing/components/CookieConsent.js +0 -256
  228. package/dist/components/immersive-landing/components/FirefoxPWABanner.js +0 -173
  229. package/dist/components/immersive-landing/components/PWAInstallPrompt.js +0 -178
  230. package/dist/components/immersive-landing/index.js +0 -14
  231. package/dist/components/immersive-landing/types.js +0 -0
  232. package/dist/components/immersive-landing/useImmersiveLanding.js +0 -151
  233. package/dist/components/indicator/Indicator.js +0 -76
  234. package/dist/components/indicator/index.js +0 -3
  235. package/dist/components/indicator/indicator.css +0 -70
  236. package/dist/components/input/Input.js +0 -136
  237. package/dist/components/input/index.js +0 -3
  238. package/dist/components/input/input.css +0 -277
  239. package/dist/components/join/Join.js +0 -41
  240. package/dist/components/join/index.js +0 -3
  241. package/dist/components/kbd/Kbd.js +0 -22
  242. package/dist/components/kbd/index.js +0 -3
  243. package/dist/components/kbd/kbd.css +0 -55
  244. package/dist/components/language-switcher/LanguageSwitcher.js +0 -101
  245. package/dist/components/language-switcher/createI18n.js +0 -85
  246. package/dist/components/language-switcher/index.js +0 -8
  247. package/dist/components/link/Link.js +0 -70
  248. package/dist/components/link/index.js +0 -3
  249. package/dist/components/link/link.css +0 -153
  250. package/dist/components/live-chat/LiveChatBubble.js +0 -106
  251. package/dist/components/live-chat/LiveChatPanel.js +0 -359
  252. package/dist/components/live-chat/index.js +0 -5
  253. package/dist/components/live-chat/types.js +0 -0
  254. package/dist/components/loading/Loading.js +0 -75
  255. package/dist/components/loading/index.js +0 -3
  256. package/dist/components/loading/loading.css +0 -58
  257. package/dist/components/mask/Mask.js +0 -62
  258. package/dist/components/mask/index.js +0 -3
  259. package/dist/components/mask/mask.css +0 -89
  260. package/dist/components/menu/Menu.js +0 -51
  261. package/dist/components/menu/MenuDetails.js +0 -37
  262. package/dist/components/menu/MenuDropdown.js +0 -48
  263. package/dist/components/menu/MenuItem.js +0 -40
  264. package/dist/components/menu/MenuTitle.js +0 -22
  265. package/dist/components/menu/index.js +0 -3
  266. package/dist/components/menu/menu.css +0 -364
  267. package/dist/components/modal/Modal.js +0 -125
  268. package/dist/components/modal/ModalActions.js +0 -14
  269. package/dist/components/modal/ModalBody.js +0 -14
  270. package/dist/components/modal/ModalHeader.js +0 -15
  271. package/dist/components/modal/ModalLegacy.js +0 -36
  272. package/dist/components/modal/index.js +0 -3
  273. package/dist/components/modal/modal.css +0 -170
  274. package/dist/components/navbar/Navbar.js +0 -54
  275. package/dist/components/navbar/NavbarRow.js +0 -49
  276. package/dist/components/navbar/NavbarSection.js +0 -38
  277. package/dist/components/navbar/NavbarStack.js +0 -39
  278. package/dist/components/navbar/index.js +0 -3
  279. package/dist/components/navbar/navbar.css +0 -33
  280. package/dist/components/noise-background/NoiseBackground.js +0 -200
  281. package/dist/components/noise-background/index.js +0 -3
  282. package/dist/components/pagination/Pagination.js +0 -17
  283. package/dist/components/pagination/index.js +0 -3
  284. package/dist/components/phonemockup/PhoneMockup.js +0 -44
  285. package/dist/components/phonemockup/index.js +0 -3
  286. package/dist/components/progress/Progress.js +0 -70
  287. package/dist/components/progress/index.js +0 -3
  288. package/dist/components/progress/progress.css +0 -94
  289. package/dist/components/props-table/PropsTable.js +0 -56
  290. package/dist/components/props-table/index.js +0 -3
  291. package/dist/components/radialprogress/RadialProgress.js +0 -47
  292. package/dist/components/radialprogress/index.js +0 -3
  293. package/dist/components/radio/Radio.js +0 -73
  294. package/dist/components/radio/index.js +0 -3
  295. package/dist/components/radio/radio.css +0 -152
  296. package/dist/components/radio-group/RadioGroup.js +0 -107
  297. package/dist/components/radio-group/index.js +0 -3
  298. package/dist/components/radio-group/radio.css +0 -152
  299. package/dist/components/range/Range.js +0 -85
  300. package/dist/components/range/index.js +0 -3
  301. package/dist/components/range/range.css +0 -174
  302. package/dist/components/range-slider/RangeSlider.js +0 -112
  303. package/dist/components/range-slider/index.js +0 -3
  304. package/dist/components/range-slider/range.css +0 -174
  305. package/dist/components/rating/Rating.js +0 -54
  306. package/dist/components/rating/RatingHidden.js +0 -29
  307. package/dist/components/rating/RatingItem.js +0 -62
  308. package/dist/components/rating/index.js +0 -3
  309. package/dist/components/rating/rating.css +0 -106
  310. package/dist/components/select/Select.js +0 -62
  311. package/dist/components/select/index.js +0 -3
  312. package/dist/components/select/select.css +0 -351
  313. package/dist/components/showcase/ShowcaseBlock.js +0 -48
  314. package/dist/components/showcase/index.js +0 -3
  315. package/dist/components/showcase-section/ShowcaseSection.js +0 -73
  316. package/dist/components/showcase-section/index.js +0 -3
  317. package/dist/components/sidenav/Sidenav.css +0 -176
  318. package/dist/components/sidenav/Sidenav.js +0 -66
  319. package/dist/components/sidenav/SidenavButton.js +0 -41
  320. package/dist/components/sidenav/SidenavGroup.js +0 -45
  321. package/dist/components/sidenav/SidenavItem.js +0 -37
  322. package/dist/components/sidenav/SidenavLink.js +0 -36
  323. package/dist/components/sidenav/SidenavMenu.js +0 -31
  324. package/dist/components/sidenav/index.js +0 -13
  325. package/dist/components/size-picker/SizePicker.js +0 -63
  326. package/dist/components/size-picker/index.js +0 -6
  327. package/dist/components/size-picker/sizeStore.js +0 -36
  328. package/dist/components/skeleton/Skeleton.js +0 -30
  329. package/dist/components/skeleton/index.js +0 -3
  330. package/dist/components/skeleton/skeleton.css +0 -22
  331. package/dist/components/skip-link/SkipLink.js +0 -34
  332. package/dist/components/skip-link/index.js +0 -3
  333. package/dist/components/stack/Stack.js +0 -53
  334. package/dist/components/stack/index.js +0 -3
  335. package/dist/components/stack/stack.css +0 -90
  336. package/dist/components/stat-card/StatCard.js +0 -46
  337. package/dist/components/stat-card/StatCardSection.js +0 -39
  338. package/dist/components/stat-card/index.js +0 -3
  339. package/dist/components/stats/Stat.js +0 -51
  340. package/dist/components/stats/StatSection.js +0 -29
  341. package/dist/components/stats/Stats.js +0 -29
  342. package/dist/components/stats/index.js +0 -3
  343. package/dist/components/stats/stat.css +0 -67
  344. package/dist/components/status/Status.js +0 -30
  345. package/dist/components/status/index.js +0 -3
  346. package/dist/components/steps/Step.js +0 -88
  347. package/dist/components/steps/Steps.js +0 -80
  348. package/dist/components/steps/index.js +0 -3
  349. package/dist/components/steps/step.css +0 -179
  350. package/dist/components/streaming-table/StreamingTable.js +0 -343
  351. package/dist/components/streaming-table/createRowStore.js +0 -18
  352. package/dist/components/streaming-table/createStreamingTableStore.js +0 -68
  353. package/dist/components/streaming-table/index.js +0 -5
  354. package/dist/components/streaming-table/types.js +0 -0
  355. package/dist/components/svgbackground/SvgBackground.js +0 -413
  356. package/dist/components/svgbackground/index.js +0 -3
  357. package/dist/components/swap/Swap.js +0 -57
  358. package/dist/components/swap/index.js +0 -3
  359. package/dist/components/swap/swap.css +0 -92
  360. package/dist/components/switch-field/SwitchField.js +0 -91
  361. package/dist/components/switch-field/index.js +0 -3
  362. package/dist/components/table/EnhancedTable.js +0 -733
  363. package/dist/components/table/Table.js +0 -57
  364. package/dist/components/table/TableBody.js +0 -30
  365. package/dist/components/table/TableCell.js +0 -34
  366. package/dist/components/table/TableFooter.js +0 -45
  367. package/dist/components/table/TableHead.js +0 -45
  368. package/dist/components/table/TableHeadCell.js +0 -34
  369. package/dist/components/table/TableRow.js +0 -34
  370. package/dist/components/table/index.js +0 -5
  371. package/dist/components/table/table.css +0 -148
  372. package/dist/components/tabs/RadioTab.js +0 -64
  373. package/dist/components/tabs/Tab.js +0 -43
  374. package/dist/components/tabs/Tabs.js +0 -45
  375. package/dist/components/tabs/index.js +0 -3
  376. package/dist/components/tabs/tab.css +0 -414
  377. package/dist/components/textarea/Textarea.js +0 -53
  378. package/dist/components/textarea/index.js +0 -3
  379. package/dist/components/textarea/textarea.css +0 -191
  380. package/dist/components/theme-color-picker/ThemeColorPicker.js +0 -151
  381. package/dist/components/theme-color-picker/hueShift.js +0 -476
  382. package/dist/components/theme-color-picker/index.js +0 -7
  383. package/dist/components/timeline/Timeline.js +0 -42
  384. package/dist/components/timeline/TimelineEnd.js +0 -28
  385. package/dist/components/timeline/TimelineItem.js +0 -47
  386. package/dist/components/timeline/TimelineMiddle.js +0 -25
  387. package/dist/components/timeline/TimelineStart.js +0 -28
  388. package/dist/components/timeline/index.js +0 -11
  389. package/dist/components/timeline/timeline.css +0 -286
  390. package/dist/components/toast/Toast.js +0 -54
  391. package/dist/components/toast/index.js +0 -3
  392. package/dist/components/toast/toast.css +0 -58
  393. package/dist/components/toastcontainer/ToastContainer.js +0 -15
  394. package/dist/components/toastcontainer/ToastStack.js +0 -172
  395. package/dist/components/toastcontainer/index.js +0 -5
  396. package/dist/components/toggle/Toggle.js +0 -74
  397. package/dist/components/toggle/index.js +0 -3
  398. package/dist/components/toggle/toggle.css +0 -234
  399. package/dist/components/tooltip/Tooltip.js +0 -54
  400. package/dist/components/tooltip/index.js +0 -3
  401. package/dist/components/tooltip/tooltip.css +0 -198
  402. package/dist/components/types.js +0 -8
  403. package/dist/components/utils.js +0 -46
  404. package/dist/components/video-preview/VideoPreview.js +0 -55
  405. package/dist/components/video-preview/index.js +0 -3
  406. package/dist/components/windowmockup/WindowMockup.js +0 -85
  407. package/dist/components/windowmockup/index.js +0 -3
  408. package/dist/countdown/countdown.css +0 -58
  409. package/dist/diff/diff.css +0 -162
  410. package/dist/dock/dock.css +0 -147
  411. package/dist/drawer/drawer.css +0 -184
  412. package/dist/dropdown/dropdown.css +0 -253
  413. package/dist/fileinput/input.css +0 -277
  414. package/dist/footer/footer.css +0 -51
  415. package/dist/hero/hero.css +0 -38
  416. package/dist/indicator/indicator.css +0 -70
  417. package/dist/input/input.css +0 -277
  418. package/dist/kbd/kbd.css +0 -55
  419. package/dist/lib/iterable.js +0 -6
  420. package/dist/lib/props/index.js +0 -0
  421. package/dist/lib/props/types.js +0 -0
  422. package/dist/lib/refs/index.js +0 -3
  423. package/dist/lib/refs/mergeRefs.js +0 -5
  424. package/dist/lib/refs/types.js +0 -0
  425. package/dist/lib/style/classes.js +0 -40
  426. package/dist/lib/style/index.js +0 -4
  427. package/dist/lib/tag/createIsButton.js +0 -23
  428. package/dist/lib/tag/createTagName.js +0 -5
  429. package/dist/lib/tag/index.js +0 -7
  430. package/dist/link/link.css +0 -153
  431. package/dist/loading/loading.css +0 -58
  432. package/dist/mask/mask.css +0 -89
  433. package/dist/menu/menu.css +0 -364
  434. package/dist/modal/modal.css +0 -170
  435. package/dist/motion/driver.js +0 -13
  436. package/dist/motion/easing.js +0 -18
  437. package/dist/motion/engine.js +0 -85
  438. package/dist/motion/index.js +0 -34
  439. package/dist/motion/popmotion.js +0 -6
  440. package/dist/motion/presets.js +0 -203
  441. package/dist/motion/reduced-motion.js +0 -2
  442. package/dist/motion/route.js +0 -24
  443. package/dist/motion/solid/MotionDiv.js +0 -76
  444. package/dist/motion/solid/index.js +0 -3
  445. package/dist/motion/system.js +0 -59
  446. package/dist/motion/tokens.js +0 -42
  447. package/dist/motion/types.js +0 -0
  448. package/dist/navbar/navbar.css +0 -33
  449. package/dist/progress/progress.css +0 -94
  450. package/dist/radio/radio.css +0 -152
  451. package/dist/radio-group/radio.css +0 -152
  452. package/dist/range/range.css +0 -174
  453. package/dist/range-slider/range.css +0 -174
  454. package/dist/rating/rating.css +0 -106
  455. package/dist/select/select.css +0 -351
  456. package/dist/skeleton/skeleton.css +0 -22
  457. package/dist/stack/stack.css +0 -90
  458. package/dist/stats/stat.css +0 -67
  459. package/dist/steps/step.css +0 -179
  460. package/dist/stores/index.js +0 -1
  461. package/dist/stores/toastStore.js +0 -64
  462. package/dist/swap/swap.css +0 -92
  463. package/dist/table/table.css +0 -148
  464. package/dist/tabs/tab.css +0 -414
  465. package/dist/textarea/textarea.css +0 -191
  466. package/dist/timeline/timeline.css +0 -286
  467. package/dist/toast/toast.css +0 -58
  468. package/dist/toggle/toggle.css +0 -234
  469. package/dist/tooltip/tooltip.css +0 -198
@@ -1,286 +0,0 @@
1
- @layer components {
2
- .timeline {
3
- position: relative;
4
- display: flex;
5
- }
6
-
7
- .timeline > li {
8
- position: relative;
9
- display: grid;
10
- flex-shrink: 0;
11
- align-items: center;
12
- grid-template-rows: var(--timeline-row-start, minmax(0, 1fr)) auto var( --timeline-row-end, minmax(0, 1fr) );
13
- grid-template-columns: var(--timeline-col-start, minmax(0, 1fr)) auto var( --timeline-col-end, minmax(0, 1fr) );
14
- }
15
-
16
- .timeline > li > hr {
17
- border: none;
18
- width: 100%;
19
- }
20
-
21
- .timeline > li > hr:first-child {
22
- grid-column-start: 1;
23
- grid-row-start: 2;
24
- }
25
-
26
- .timeline > li > hr:last-child {
27
- grid-column-start: 3;
28
- grid-column-end: none;
29
- grid-row-start: 2;
30
- grid-row-end: auto;
31
- }
32
-
33
- @media print {
34
- .timeline > li > hr {
35
- border: 0.1px solid var(--color-base-300);
36
- }
37
- }
38
-
39
- .timeline :where(hr) {
40
- height: calc(0.25rem * 1);
41
- background-color: var(--color-base-300);
42
- }
43
-
44
- .timeline:has(.timeline-middle hr):first-child {
45
- border-start-start-radius: 0;
46
- border-end-start-radius: 0;
47
- border-start-end-radius: var(--radius-selector);
48
- border-end-end-radius: var(--radius-selector);
49
- }
50
-
51
- .timeline:has(.timeline-middle hr):last-child {
52
- border-start-start-radius: var(--radius-selector);
53
- border-end-start-radius: var(--radius-selector);
54
- border-start-end-radius: 0;
55
- border-end-end-radius: 0;
56
- }
57
-
58
- .timeline:not(:has(.timeline-middle)) :first-child hr:last-child {
59
- border-start-start-radius: var(--radius-selector);
60
- border-end-start-radius: var(--radius-selector);
61
- border-start-end-radius: 0;
62
- border-end-end-radius: 0;
63
- }
64
-
65
- .timeline:not(:has(.timeline-middle)) :last-child hr:first-child {
66
- border-start-start-radius: 0;
67
- border-end-start-radius: 0;
68
- border-start-end-radius: var(--radius-selector);
69
- border-end-end-radius: var(--radius-selector);
70
- }
71
-
72
- .timeline-end {
73
- grid-column-start: 1;
74
- grid-column-end: 4;
75
- grid-row-start: 3;
76
- grid-row-end: 4;
77
- margin: calc(0.25rem * 1);
78
- align-self: flex-start;
79
- justify-self: center;
80
- }
81
-
82
- .timeline-start {
83
- grid-column-start: 1;
84
- grid-column-end: 4;
85
- grid-row-start: 1;
86
- grid-row-end: 2;
87
- margin: calc(0.25rem * 1);
88
- align-self: flex-end;
89
- justify-self: center;
90
- }
91
-
92
- .timeline-horizontal {
93
- flex-direction: row;
94
- }
95
-
96
- .timeline-horizontal > li {
97
- align-items: center;
98
- }
99
-
100
- .timeline-horizontal > li > hr {
101
- height: calc(0.25rem * 1);
102
- width: 100%;
103
- }
104
-
105
- .timeline-horizontal > li > hr:first-child {
106
- grid-column-start: 1;
107
- grid-row-start: 2;
108
- }
109
-
110
- .timeline-horizontal > li > hr:last-child {
111
- grid-column-start: 3;
112
- grid-column-end: none;
113
- grid-row-start: 2;
114
- grid-row-end: auto;
115
- }
116
-
117
- .timeline-horizontal .timeline-start {
118
- grid-column-start: 1;
119
- grid-column-end: 4;
120
- grid-row-start: 1;
121
- grid-row-end: 2;
122
- align-self: flex-end;
123
- justify-self: center;
124
- }
125
-
126
- .timeline-horizontal .timeline-end {
127
- grid-column-start: 1;
128
- grid-column-end: 4;
129
- grid-row-start: 3;
130
- grid-row-end: 4;
131
- align-self: flex-start;
132
- justify-self: center;
133
- }
134
-
135
- .timeline-horizontal:has(.timeline-middle) > li > hr:first-child {
136
- border-start-start-radius: 0;
137
- border-end-start-radius: 0;
138
- border-start-end-radius: var(--radius-selector);
139
- border-end-end-radius: var(--radius-selector);
140
- }
141
-
142
- .timeline-horizontal:has(.timeline-middle) > li > hr:last-child {
143
- border-start-start-radius: var(--radius-selector);
144
- border-end-start-radius: var(--radius-selector);
145
- border-start-end-radius: 0;
146
- border-end-end-radius: 0;
147
- }
148
-
149
- .timeline-horizontal:not(:has(.timeline-middle)) :first-child > hr:last-child {
150
- border-start-start-radius: var(--radius-selector);
151
- border-end-start-radius: var(--radius-selector);
152
- border-start-end-radius: 0;
153
- border-end-end-radius: 0;
154
- }
155
-
156
- .timeline-horizontal:not(:has(.timeline-middle)) :last-child > hr:first-child {
157
- border-start-start-radius: 0;
158
- border-end-start-radius: 0;
159
- border-start-end-radius: var(--radius-selector);
160
- border-end-end-radius: var(--radius-selector);
161
- }
162
-
163
- .timeline-vertical {
164
- flex-direction: column;
165
- }
166
-
167
- .timeline-vertical > li {
168
- justify-items: center;
169
- --timeline-row-start: minmax(0, 1fr);
170
- --timeline-row-end: minmax(0, 1fr);
171
- }
172
-
173
- .timeline-vertical > li > hr {
174
- height: 100%;
175
- width: calc(0.25rem * 1);
176
- }
177
-
178
- .timeline-vertical > li > hr:first-child {
179
- grid-column-start: 2;
180
- grid-row-start: 1;
181
- }
182
-
183
- .timeline-vertical > li > hr:last-child {
184
- grid-column-start: 2;
185
- grid-column-end: auto;
186
- grid-row-start: 3;
187
- grid-row-end: none;
188
- }
189
-
190
- .timeline-vertical .timeline-start {
191
- grid-column-start: 1;
192
- grid-column-end: 2;
193
- grid-row-start: 1;
194
- grid-row-end: 4;
195
- align-self: center;
196
- justify-self: flex-end;
197
- }
198
-
199
- .timeline-vertical .timeline-end {
200
- grid-column-start: 3;
201
- grid-column-end: 4;
202
- grid-row-start: 1;
203
- grid-row-end: 4;
204
- align-self: center;
205
- justify-self: flex-start;
206
- }
207
-
208
- .timeline-vertical:has(.timeline-middle) > li > hr:first-child {
209
- border-top-left-radius: 0;
210
- border-top-right-radius: 0;
211
- border-bottom-right-radius: var(--radius-selector);
212
- border-bottom-left-radius: var(--radius-selector);
213
- }
214
-
215
- .timeline-vertical:has(.timeline-middle) > li > hr:last-child {
216
- border-top-left-radius: var(--radius-selector);
217
- border-top-right-radius: var(--radius-selector);
218
- border-bottom-right-radius: 0;
219
- border-bottom-left-radius: 0;
220
- }
221
-
222
- .timeline-vertical:not(:has(.timeline-middle)) :first-child > hr:last-child {
223
- border-top-left-radius: var(--radius-selector);
224
- border-top-right-radius: var(--radius-selector);
225
- border-bottom-right-radius: 0;
226
- border-bottom-left-radius: 0;
227
- }
228
-
229
- .timeline-vertical:not(:has(.timeline-middle)) :last-child > hr:first-child {
230
- border-top-left-radius: 0;
231
- border-top-right-radius: 0;
232
- border-bottom-right-radius: var(--radius-selector);
233
- border-bottom-left-radius: var(--radius-selector);
234
- }
235
-
236
- .timeline-vertical.timeline-snap-icon > li {
237
- --timeline-col-start: minmax(0, 1fr);
238
- --timeline-row-start: 0.5rem;
239
- }
240
-
241
- .timeline-compact {
242
- --timeline-row-start: 0;
243
- }
244
-
245
- .timeline-compact .timeline-start {
246
- grid-column-start: 1;
247
- grid-column-end: 4;
248
- grid-row-start: 3;
249
- grid-row-end: 4;
250
- align-self: flex-start;
251
- justify-self: center;
252
- }
253
-
254
- .timeline-compact li:has(.timeline-start) .timeline-end {
255
- grid-column-start: none;
256
- grid-row-start: auto;
257
- }
258
-
259
- .timeline-compact.timeline-vertical > li {
260
- --timeline-col-start: 0;
261
- }
262
-
263
- .timeline-compact.timeline-vertical .timeline-start {
264
- grid-column-start: 3;
265
- grid-column-end: 4;
266
- grid-row-start: 1;
267
- grid-row-end: 4;
268
- align-self: center;
269
- justify-self: flex-start;
270
- }
271
-
272
- .timeline-compact.timeline-vertical li:has(.timeline-start) .timeline-end {
273
- grid-column-start: auto;
274
- grid-row-start: none;
275
- }
276
-
277
- .timeline-middle {
278
- grid-column-start: 2;
279
- grid-row-start: 2;
280
- }
281
-
282
- .timeline-snap-icon > li {
283
- --timeline-col-start: 0.5rem;
284
- --timeline-row-start: minmax(0, 1fr);
285
- }
286
- }
@@ -1,58 +0,0 @@
1
- @layer components {
2
- .toast {
3
- position: fixed;
4
- inset-inline-start: auto;
5
- inset-inline-end: calc(0.25rem * 4);
6
- top: auto;
7
- bottom: calc(0.25rem * 4);
8
- display: flex;
9
- flex-direction: column;
10
- gap: calc(0.25rem * 2);
11
- background-color: transparent;
12
- translate: var(--toast-x, 0) var(--toast-y, 0);
13
- width: max-content;
14
- max-width: calc(100vw - 2rem);
15
- }
16
-
17
- @media (prefers-reduced-motion: no-preference) {
18
- .toast > * {
19
- animation: toast 0.25s ease-out;
20
- }
21
- }
22
-
23
- .toast-center {
24
- inset-inline-start: calc(1/2 * 100%);
25
- inset-inline-end: calc(1/2 * 100%);
26
- --toast-x: -50%;
27
- }
28
-
29
- .toast-end {
30
- inset-inline-start: auto;
31
- inset-inline-end: calc(0.25rem * 4);
32
- --toast-x: 0;
33
- }
34
-
35
- .toast-start {
36
- inset-inline-start: calc(0.25rem * 4);
37
- inset-inline-end: auto;
38
- --toast-x: 0;
39
- }
40
-
41
- .toast-bottom {
42
- top: auto;
43
- bottom: calc(0.25rem * 4);
44
- --toast-y: 0;
45
- }
46
-
47
- .toast-middle {
48
- top: calc(1/2 * 100%);
49
- bottom: auto;
50
- --toast-y: -50%;
51
- }
52
-
53
- .toast-top {
54
- top: calc(0.25rem * 4);
55
- bottom: auto;
56
- --toast-y: 0;
57
- }
58
- }
@@ -1,234 +0,0 @@
1
- @layer components {
2
- .toggle {
3
- border: var(--border) solid currentColor;
4
- color: var(--input-color);
5
- position: relative;
6
- display: inline-grid;
7
- flex-shrink: 0;
8
- cursor: pointer;
9
- appearance: none;
10
- place-content: center;
11
- vertical-align: middle;
12
- webkit-user-select: none;
13
- user-select: none;
14
- grid-template-columns: 0fr 1fr 1fr;
15
- --radius-selector-max: calc(
16
- var(--radius-selector) + var(--radius-selector) + var(--radius-selector)
17
- );
18
- border-radius: calc( var(--radius-selector) + min(var(--toggle-p), var(--radius-selector-max)) + min(var(--border), var(--radius-selector-max)) );
19
- padding: var(--toggle-p);
20
- box-shadow: 0 1px currentColor inset;
21
- transition: color 0.3s, grid-template-columns 0.2s;
22
- --input-color: var(--color-base-content);
23
- --toggle-p: calc(var(--size) * 0.125);
24
- --size: calc(var(--size-selector, 0.25rem) * 6);
25
- width: calc((var(--size) * 2) - (var(--border) + var(--toggle-p)) * 2);
26
- height: var(--size);
27
- }
28
-
29
- @supports (color: color-mix(in lab, red, red)) {
30
- .toggle {
31
- box-shadow: 0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000) inset;
32
- }
33
- }
34
-
35
- @supports (color: color-mix(in lab, red, red)) {
36
- .toggle {
37
- --input-color: color-mix(in oklab, var(--color-base-content) 50%, #0000);
38
- }
39
- }
40
-
41
- .toggle > * {
42
- z-index: 1;
43
- grid-column: span 1 / span 1;
44
- grid-column-start: 2;
45
- grid-row-start: 1;
46
- height: 100%;
47
- cursor: pointer;
48
- appearance: none;
49
- background-color: transparent;
50
- padding: calc(0.25rem * 0.5);
51
- transition: opacity 0.2s, rotate 0.4s;
52
- border: none;
53
- }
54
-
55
- .toggle > *:focus {
56
- --tw-outline-style: none;
57
- outline-style: none;
58
- }
59
-
60
- @media (forced-colors: active) {
61
- .toggle > *:focus {
62
- outline: 2px solid transparent;
63
- outline-offset: 2px;
64
- }
65
- }
66
-
67
- .toggle > *:nth-child(2) {
68
- color: var(--color-base-100);
69
- rotate: 0deg;
70
- }
71
-
72
- .toggle > *:nth-child(3) {
73
- color: var(--color-base-100);
74
- opacity: 0%;
75
- rotate: -15deg;
76
- }
77
-
78
- .toggle:has(:checked) > :nth-child(2) {
79
- opacity: 0%;
80
- rotate: 15deg;
81
- }
82
-
83
- .toggle:has(:checked) > :nth-child(3) {
84
- opacity: 100%;
85
- rotate: 0deg;
86
- }
87
-
88
- .toggle:before {
89
- position: relative;
90
- inset-inline-start: calc(0.25rem * 0);
91
- grid-column-start: 2;
92
- grid-row-start: 1;
93
- aspect-ratio: 1 / 1;
94
- height: 100%;
95
- width: 100%;
96
- border-radius: var(--radius-selector);
97
- background-color: currentcolor;
98
- translate: 0;
99
- --tw-content: "";
100
- content: var(--tw-content);
101
- transition: background-color 0.1s, translate 0.2s, inset-inline-start 0.2s;
102
- box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px currentColor;
103
- background-size: auto, calc(var(--noise) * 100%);
104
- background-image: none, var(--fx-noise);
105
- }
106
-
107
- @supports (color: color-mix(in lab, red, red)) {
108
- .toggle:before {
109
- box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000);
110
- }
111
- }
112
-
113
- @media (forced-colors: active) {
114
- .toggle:before {
115
- outline-style: var(--tw-outline-style);
116
- outline-width: 1px;
117
- outline-offset: calc(1px * -1);
118
- }
119
- }
120
-
121
- @media print {
122
- .toggle:before {
123
- outline: 0.25rem solid;
124
- outline-offset: -1rem;
125
- }
126
- }
127
-
128
- .toggle:focus-visible,
129
- .toggle:has(:focus-visible) {
130
- outline: 2px solid currentColor;
131
- outline-offset: 2px;
132
- }
133
-
134
- .toggle:checked,
135
- .toggle[aria-checked="true"],
136
- .toggle:has(> input:checked) {
137
- grid-template-columns: 1fr 1fr 0fr;
138
- background-color: var(--color-base-100);
139
- --input-color: var(--color-base-content);
140
- }
141
-
142
- .toggle:checked:before,
143
- .toggle[aria-checked="true"]:before,
144
- .toggle:has(> input:checked):before {
145
- background-color: currentcolor;
146
- }
147
-
148
- @starting-style {
149
- .toggle:checked:before,
150
- .toggle[aria-checked="true"]:before,
151
- .toggle:has(> input:checked):before {
152
- opacity: 0;
153
- }
154
- }
155
-
156
- .toggle:indeterminate {
157
- grid-template-columns: 0.5fr 1fr 0.5fr;
158
- }
159
-
160
- .toggle:disabled {
161
- cursor: not-allowed;
162
- opacity: 30%;
163
- }
164
-
165
- .toggle:disabled:before {
166
- background-color: transparent;
167
- border: var(--border) solid currentColor;
168
- }
169
-
170
- .toggle-accent:checked,
171
- .toggle-accent[aria-checked="true"] {
172
- --input-color: var(--color-accent);
173
- }
174
-
175
- .toggle-error:checked,
176
- .toggle-error[aria-checked="true"] {
177
- --input-color: var(--color-error);
178
- }
179
-
180
- .toggle-info:checked,
181
- .toggle-info[aria-checked="true"] {
182
- --input-color: var(--color-info);
183
- }
184
-
185
- .toggle-lg:is([type="checkbox"]),
186
- .toggle-lg:has([type="checkbox"]) {
187
- --size: calc(var(--size-selector, 0.25rem) * 7);
188
- }
189
-
190
- .toggle-md:is([type="checkbox"]),
191
- .toggle-md:has([type="checkbox"]) {
192
- --size: calc(var(--size-selector, 0.25rem) * 6);
193
- }
194
-
195
- .toggle-neutral:checked,
196
- .toggle-neutral[aria-checked="true"] {
197
- --input-color: var(--color-neutral);
198
- }
199
-
200
- .toggle-primary:checked,
201
- .toggle-primary[aria-checked="true"] {
202
- --input-color: var(--color-primary);
203
- }
204
-
205
- .toggle-secondary:checked,
206
- .toggle-secondary[aria-checked="true"] {
207
- --input-color: var(--color-secondary);
208
- }
209
-
210
- .toggle-sm:is([type="checkbox"]),
211
- .toggle-sm:has([type="checkbox"]) {
212
- --size: calc(var(--size-selector, 0.25rem) * 5);
213
- }
214
-
215
- .toggle-success:checked,
216
- .toggle-success[aria-checked="true"] {
217
- --input-color: var(--color-success);
218
- }
219
-
220
- .toggle-warning:checked,
221
- .toggle-warning[aria-checked="true"] {
222
- --input-color: var(--color-warning);
223
- }
224
-
225
- .toggle-xl:is([type="checkbox"]),
226
- .toggle-xl:has([type="checkbox"]) {
227
- --size: calc(var(--size-selector, 0.25rem) * 8);
228
- }
229
-
230
- .toggle-xs:is([type="checkbox"]),
231
- .toggle-xs:has([type="checkbox"]) {
232
- --size: calc(var(--size-selector, 0.25rem) * 4);
233
- }
234
- }