@pathscale/ui 0.0.163 → 0.0.165

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