@stevederico/skateboard-ui 3.0.1 → 3.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1984) hide show
  1. package/App.jsx +13 -13
  2. package/CHANGELOG.md +69 -0
  3. package/README.md +59 -65
  4. package/components/AuthOverlay.jsx +4 -4
  5. package/components/ProtectedRoute.jsx +1 -1
  6. package/components/ThemeToggle.jsx +1 -1
  7. package/components/UpgradeSheet.jsx +2 -2
  8. package/components/core/DynamicIcon.jsx +110 -0
  9. package/components/layout/Header.jsx +50 -0
  10. package/components/layout/Layout.jsx +60 -0
  11. package/components/layout/Sidebar.jsx +124 -0
  12. package/components/layout/TabBar.jsx +70 -0
  13. package/components/views/LandingView.jsx +207 -0
  14. package/components/views/NotFound.jsx +27 -0
  15. package/components/views/PaymentView.jsx +118 -0
  16. package/components/views/SettingsView.jsx +199 -0
  17. package/components/views/SignInView.jsx +171 -0
  18. package/components/views/SignOutView.jsx +54 -0
  19. package/components/views/SignUpView.jsx +208 -0
  20. package/components/views/TextView.jsx +48 -0
  21. package/hooks/useAuthGate.js +1 -1
  22. package/index.js +1 -1
  23. package/package.json +43 -46
  24. package/shadcn/lib/base-ui/LICENSE +21 -0
  25. package/shadcn/lib/base-ui/_chunk-01rqe37g.js +70 -0
  26. package/shadcn/lib/base-ui/_chunk-0h5sskyw.js +347 -0
  27. package/shadcn/lib/base-ui/_chunk-0xhx4g7r.js +57 -0
  28. package/shadcn/lib/base-ui/_chunk-1e6khrvm.js +218 -0
  29. package/shadcn/lib/base-ui/_chunk-1s41sngz.js +302 -0
  30. package/shadcn/lib/base-ui/_chunk-20rtfsz9.js +23 -0
  31. package/shadcn/lib/base-ui/_chunk-2tyt8f8r.js +6034 -0
  32. package/shadcn/lib/base-ui/_chunk-3f31ka8n.js +11 -0
  33. package/shadcn/lib/base-ui/_chunk-3h6zpchb.js +89 -0
  34. package/shadcn/lib/base-ui/_chunk-4s0k3h7t.js +114 -0
  35. package/shadcn/lib/base-ui/_chunk-502wngfc.js +598 -0
  36. package/shadcn/lib/base-ui/_chunk-536jvgeq.js +68 -0
  37. package/shadcn/lib/base-ui/_chunk-611pz5sm.js +10 -0
  38. package/shadcn/lib/base-ui/_chunk-65zw5gs2.js +15 -0
  39. package/shadcn/lib/base-ui/_chunk-6b17g8t7.js +34 -0
  40. package/shadcn/lib/base-ui/_chunk-6xevjepc.js +15 -0
  41. package/shadcn/lib/base-ui/_chunk-71zm6zgv.js +16 -0
  42. package/shadcn/lib/base-ui/_chunk-7fmjymvh.js +32 -0
  43. package/shadcn/lib/base-ui/_chunk-7jjzay8b.js +176 -0
  44. package/shadcn/lib/base-ui/_chunk-7v1t86x1.js +43 -0
  45. package/shadcn/lib/base-ui/_chunk-85vrgzwr.js +227 -0
  46. package/shadcn/lib/base-ui/_chunk-8jz3hb7q.js +9 -0
  47. package/shadcn/lib/base-ui/_chunk-8kh3xk78.js +35 -0
  48. package/shadcn/lib/base-ui/_chunk-97tas84n.js +67 -0
  49. package/shadcn/lib/base-ui/_chunk-9nyxkvte.js +13 -0
  50. package/shadcn/lib/base-ui/_chunk-a8fwg9d0.js +52 -0
  51. package/shadcn/lib/base-ui/_chunk-agc6ew3g.js +29 -0
  52. package/shadcn/lib/base-ui/_chunk-aqwsk46c.js +64 -0
  53. package/shadcn/lib/base-ui/_chunk-atd5kq5q.js +803 -0
  54. package/shadcn/lib/base-ui/_chunk-atnkefgd.js +104 -0
  55. package/shadcn/lib/base-ui/_chunk-b40erthe.js +7 -0
  56. package/shadcn/lib/base-ui/_chunk-b5jsqt97.js +50 -0
  57. package/shadcn/lib/base-ui/_chunk-bk7n9s9e.js +15 -0
  58. package/shadcn/lib/base-ui/_chunk-c3572b5x.js +19 -0
  59. package/shadcn/lib/base-ui/_chunk-cwr896nf.js +25 -0
  60. package/shadcn/lib/base-ui/_chunk-drfb9kp2.js +27 -0
  61. package/shadcn/lib/base-ui/_chunk-ds8fnpjj.js +0 -0
  62. package/shadcn/lib/base-ui/_chunk-ek863ta9.js +82 -0
  63. package/shadcn/lib/base-ui/_chunk-f09cp81f.js +12 -0
  64. package/shadcn/lib/base-ui/_chunk-f5d01bp9.js +0 -0
  65. package/shadcn/lib/base-ui/_chunk-f9tgee1q.js +21 -0
  66. package/shadcn/lib/base-ui/_chunk-fch5cba8.js +84 -0
  67. package/shadcn/lib/base-ui/_chunk-gfce3j3z.js +18 -0
  68. package/shadcn/lib/base-ui/_chunk-ha06w2pp.js +2391 -0
  69. package/shadcn/lib/base-ui/_chunk-hzgetm70.js +23 -0
  70. package/shadcn/lib/base-ui/_chunk-j0eqdjta.js +39 -0
  71. package/shadcn/lib/base-ui/_chunk-k1e5fvcj.js +48 -0
  72. package/shadcn/lib/base-ui/_chunk-k4mc2kan.js +81 -0
  73. package/shadcn/lib/base-ui/_chunk-kfz96xv1.js +128 -0
  74. package/shadcn/lib/base-ui/_chunk-m45547cc.js +15 -0
  75. package/shadcn/lib/base-ui/_chunk-mbn76q14.js +184 -0
  76. package/shadcn/lib/base-ui/_chunk-mvv30fkv.js +9 -0
  77. package/shadcn/lib/base-ui/_chunk-mznt6ktj.js +33 -0
  78. package/shadcn/lib/base-ui/_chunk-n7dnqnbw.js +7 -0
  79. package/shadcn/lib/base-ui/_chunk-nya71ccw.js +546 -0
  80. package/shadcn/lib/base-ui/_chunk-p6qynd6r.js +146 -0
  81. package/shadcn/lib/base-ui/_chunk-q3nee19r.js +323 -0
  82. package/shadcn/lib/base-ui/_chunk-q7yw9mz4.js +385 -0
  83. package/shadcn/lib/base-ui/_chunk-qce0xt57.js +107 -0
  84. package/shadcn/lib/base-ui/_chunk-qgzhcjsj.js +14 -0
  85. package/shadcn/lib/base-ui/_chunk-qt6r015s.js +38 -0
  86. package/shadcn/lib/base-ui/_chunk-r0vsdknk.js +4 -0
  87. package/shadcn/lib/base-ui/_chunk-sx6vkz01.js +150 -0
  88. package/shadcn/lib/base-ui/_chunk-szcr6mhk.js +6 -0
  89. package/shadcn/lib/base-ui/_chunk-t7j3rbpv.js +67 -0
  90. package/shadcn/lib/base-ui/_chunk-tmfmrzwe.js +39 -0
  91. package/shadcn/lib/base-ui/_chunk-v92ycsfj.js +9 -0
  92. package/shadcn/lib/base-ui/_chunk-vdc01ss3.js +6 -0
  93. package/shadcn/lib/base-ui/_chunk-vjbnhhg1.js +26 -0
  94. package/shadcn/lib/base-ui/_chunk-w68yxg9d.js +21 -0
  95. package/shadcn/lib/base-ui/_chunk-wana68v3.js +477 -0
  96. package/shadcn/lib/base-ui/_chunk-wtw745qd.js +12 -0
  97. package/shadcn/lib/base-ui/_chunk-xb7ph1ka.js +6 -0
  98. package/shadcn/lib/base-ui/_chunk-xfagb0fq.js +28 -0
  99. package/shadcn/lib/base-ui/_chunk-xxhqanfd.js +16 -0
  100. package/shadcn/lib/base-ui/_chunk-y887e46p.js +15 -0
  101. package/shadcn/lib/base-ui/_chunk-ymj1dpqg.js +14 -0
  102. package/shadcn/lib/base-ui/accordion.js +650 -0
  103. package/shadcn/lib/base-ui/alert-dialog.js +138 -0
  104. package/shadcn/lib/base-ui/avatar.js +235 -0
  105. package/shadcn/lib/base-ui/button.js +52 -0
  106. package/shadcn/lib/base-ui/checkbox.js +454 -0
  107. package/shadcn/lib/base-ui/collapsible.js +283 -0
  108. package/shadcn/lib/base-ui/context-menu.js +324 -0
  109. package/shadcn/lib/base-ui/dialog.js +71 -0
  110. package/shadcn/lib/base-ui/input.js +1028 -0
  111. package/shadcn/lib/base-ui/menu.js +61 -0
  112. package/shadcn/lib/base-ui/menubar.js +157 -0
  113. package/shadcn/lib/base-ui/merge-props.js +15 -0
  114. package/shadcn/lib/base-ui/navigation-menu.js +1854 -0
  115. package/shadcn/lib/base-ui/popover.js +1090 -0
  116. package/shadcn/lib/base-ui/preview-card.js +709 -0
  117. package/shadcn/lib/base-ui/progress.js +278 -0
  118. package/shadcn/lib/base-ui/radio-group.js +247 -0
  119. package/shadcn/lib/base-ui/radio.js +382 -0
  120. package/shadcn/lib/base-ui/scroll-area.js +1061 -0
  121. package/shadcn/lib/base-ui/select.js +2438 -0
  122. package/shadcn/lib/base-ui/separator.js +11 -0
  123. package/shadcn/lib/base-ui/slider.js +1595 -0
  124. package/shadcn/lib/base-ui/switch.js +333 -0
  125. package/shadcn/lib/base-ui/tabs.js +892 -0
  126. package/shadcn/lib/base-ui/toggle-group.js +152 -0
  127. package/shadcn/lib/base-ui/toggle.js +133 -0
  128. package/shadcn/lib/base-ui/tooltip.js +791 -0
  129. package/shadcn/lib/base-ui/use-render.js +15 -0
  130. package/shadcn/lib/tailwind-merge.js +3312 -0
  131. package/shadcn/lib/utils.js +1 -1
  132. package/shadcn/ui/accordion.jsx +1 -1
  133. package/shadcn/ui/alert-dialog.jsx +1 -1
  134. package/shadcn/ui/avatar.jsx +1 -1
  135. package/shadcn/ui/badge.jsx +2 -2
  136. package/shadcn/ui/breadcrumb.jsx +2 -2
  137. package/shadcn/ui/button-group.jsx +2 -2
  138. package/shadcn/ui/button.jsx +1 -1
  139. package/shadcn/ui/calendar.jsx +1 -1
  140. package/shadcn/ui/checkbox.jsx +1 -1
  141. package/shadcn/ui/collapsible.jsx +1 -1
  142. package/shadcn/ui/command.jsx +1 -1
  143. package/shadcn/ui/context-menu.jsx +1 -1
  144. package/shadcn/ui/dialog.jsx +1 -1
  145. package/shadcn/ui/drawer.jsx +176 -74
  146. package/shadcn/ui/dropdown-menu.jsx +1 -1
  147. package/shadcn/ui/hover-card.jsx +1 -1
  148. package/shadcn/ui/input.jsx +1 -1
  149. package/shadcn/ui/item.jsx +2 -2
  150. package/shadcn/ui/menubar.jsx +2 -2
  151. package/shadcn/ui/navigation-menu.jsx +1 -1
  152. package/shadcn/ui/popover.jsx +1 -1
  153. package/shadcn/ui/progress.jsx +1 -1
  154. package/shadcn/ui/radio-group.jsx +2 -2
  155. package/shadcn/ui/scroll-area.jsx +1 -1
  156. package/shadcn/ui/select.jsx +1 -1
  157. package/shadcn/ui/separator.jsx +1 -1
  158. package/shadcn/ui/sheet.jsx +1 -1
  159. package/shadcn/ui/sidebar.jsx +3 -3
  160. package/shadcn/ui/slider.jsx +1 -1
  161. package/shadcn/ui/switch.jsx +1 -1
  162. package/shadcn/ui/tabs.jsx +1 -1
  163. package/shadcn/ui/toggle-group.jsx +2 -2
  164. package/shadcn/ui/toggle.jsx +1 -1
  165. package/shadcn/ui/tooltip.jsx +1 -1
  166. package/styles.css +31 -0
  167. package/.claude/worktrees/strange-feistel-abc494/App.jsx +0 -179
  168. package/.claude/worktrees/strange-feistel-abc494/CHANGELOG.md +0 -687
  169. package/.claude/worktrees/strange-feistel-abc494/MIGRATION.md +0 -230
  170. package/.claude/worktrees/strange-feistel-abc494/README.md +0 -1252
  171. package/.claude/worktrees/strange-feistel-abc494/components/AuthOverlay.jsx +0 -74
  172. package/.claude/worktrees/strange-feistel-abc494/components/ErrorBoundary.jsx +0 -106
  173. package/.claude/worktrees/strange-feistel-abc494/components/ProtectedRoute.jsx +0 -66
  174. package/.claude/worktrees/strange-feistel-abc494/components/Sheet.jsx +0 -61
  175. package/.claude/worktrees/strange-feistel-abc494/components/ThemeToggle.jsx +0 -53
  176. package/.claude/worktrees/strange-feistel-abc494/components/UpgradeSheet.jsx +0 -127
  177. package/.claude/worktrees/strange-feistel-abc494/components.json +0 -21
  178. package/.claude/worktrees/strange-feistel-abc494/core/DynamicIcon.jsx +0 -110
  179. package/.claude/worktrees/strange-feistel-abc494/fonts/GeistMonoVF.woff2 +0 -0
  180. package/.claude/worktrees/strange-feistel-abc494/fonts/GeistVF.woff2 +0 -0
  181. package/.claude/worktrees/strange-feistel-abc494/hooks/useAuthGate.js +0 -37
  182. package/.claude/worktrees/strange-feistel-abc494/index.js +0 -3
  183. package/.claude/worktrees/strange-feistel-abc494/jsconfig.json +0 -9
  184. package/.claude/worktrees/strange-feistel-abc494/layout/Header.jsx +0 -50
  185. package/.claude/worktrees/strange-feistel-abc494/layout/Layout.jsx +0 -60
  186. package/.claude/worktrees/strange-feistel-abc494/layout/Sidebar.jsx +0 -124
  187. package/.claude/worktrees/strange-feistel-abc494/layout/TabBar.jsx +0 -70
  188. package/.claude/worktrees/strange-feistel-abc494/package.json +0 -146
  189. package/.claude/worktrees/strange-feistel-abc494/shadcn/hooks/use-mobile.js +0 -19
  190. package/.claude/worktrees/strange-feistel-abc494/shadcn/lib/utils.js +0 -6
  191. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/accordion.jsx +0 -77
  192. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/alert-dialog.jsx +0 -172
  193. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/alert.jsx +0 -77
  194. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/aspect-ratio.jsx +0 -21
  195. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/avatar.jsx +0 -107
  196. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/badge.jsx +0 -45
  197. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/breadcrumb.jsx +0 -124
  198. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/button-group.jsx +0 -82
  199. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/button.jsx +0 -61
  200. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/calendar.jsx +0 -177
  201. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/card.jsx +0 -114
  202. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/carousel.jsx +0 -195
  203. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/chart.jsx +0 -312
  204. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/checkbox.jsx +0 -29
  205. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/collapsible.jsx +0 -21
  206. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/command.jsx +0 -178
  207. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/context-menu.jsx +0 -239
  208. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/dialog.jsx +0 -150
  209. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/drawer.jsx +0 -130
  210. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/dropdown-menu.jsx +0 -248
  211. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/empty.jsx +0 -110
  212. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/field.jsx +0 -229
  213. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/hover-card.jsx +0 -45
  214. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/input-group.jsx +0 -149
  215. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/input.jsx +0 -23
  216. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/item.jsx +0 -203
  217. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/kbd.jsx +0 -30
  218. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/label.jsx +0 -20
  219. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/menubar.jsx +0 -265
  220. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/navigation-menu.jsx +0 -159
  221. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/pagination.jsx +0 -122
  222. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/popover.jsx +0 -91
  223. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/progress.jsx +0 -82
  224. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/radio-group.jsx +0 -43
  225. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/resizable.jsx +0 -47
  226. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/scroll-area.jsx +0 -48
  227. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/select.jsx +0 -187
  228. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/separator.jsx +0 -24
  229. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/sheet.jsx +0 -140
  230. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/sidebar.jsx +0 -668
  231. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/skeleton.jsx +0 -15
  232. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/slider.jsx +0 -51
  233. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/sonner.jsx +0 -50
  234. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/spinner.jsx +0 -17
  235. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/switch.jsx +0 -26
  236. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/table.jsx +0 -123
  237. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/tabs.jsx +0 -79
  238. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/textarea.jsx +0 -20
  239. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/toggle-group.jsx +0 -75
  240. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/toggle.jsx +0 -43
  241. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/tooltip.jsx +0 -61
  242. package/.claude/worktrees/strange-feistel-abc494/styles.css +0 -300
  243. package/.claude/worktrees/strange-feistel-abc494/views/LandingView.jsx +0 -207
  244. package/.claude/worktrees/strange-feistel-abc494/views/NotFound.jsx +0 -27
  245. package/.claude/worktrees/strange-feistel-abc494/views/PaymentView.jsx +0 -118
  246. package/.claude/worktrees/strange-feistel-abc494/views/SettingsView.jsx +0 -199
  247. package/.claude/worktrees/strange-feistel-abc494/views/SignInView.jsx +0 -171
  248. package/.claude/worktrees/strange-feistel-abc494/views/SignOutView.jsx +0 -54
  249. package/.claude/worktrees/strange-feistel-abc494/views/SignUpView.jsx +0 -208
  250. package/.claude/worktrees/strange-feistel-abc494/views/TextView.jsx +0 -48
  251. package/MIGRATION.md +0 -230
  252. package/components.json +0 -21
  253. package/core/Context.jsx +0 -251
  254. package/core/DynamicIcon.jsx +0 -110
  255. package/core/Utilities.js +0 -1031
  256. package/icons/AArrowDown.jsx +0 -12
  257. package/icons/AArrowUp.jsx +0 -12
  258. package/icons/ALargeSmall.jsx +0 -12
  259. package/icons/Accessibility.jsx +0 -13
  260. package/icons/Activity.jsx +0 -9
  261. package/icons/AirVent.jsx +0 -12
  262. package/icons/Airplay.jsx +0 -10
  263. package/icons/AlarmClock.jsx +0 -14
  264. package/icons/AlarmClockCheck.jsx +0 -14
  265. package/icons/AlarmClockMinus.jsx +0 -14
  266. package/icons/AlarmClockOff.jsx +0 -14
  267. package/icons/AlarmClockPlus.jsx +0 -15
  268. package/icons/AlarmSmoke.jsx +0 -13
  269. package/icons/Album.jsx +0 -10
  270. package/icons/AlignCenterHorizontal.jsx +0 -13
  271. package/icons/AlignCenterVertical.jsx +0 -13
  272. package/icons/AlignEndHorizontal.jsx +0 -11
  273. package/icons/AlignEndVertical.jsx +0 -11
  274. package/icons/AlignHorizontalDistributeCenter.jsx +0 -14
  275. package/icons/AlignHorizontalDistributeEnd.jsx +0 -12
  276. package/icons/AlignHorizontalDistributeStart.jsx +0 -12
  277. package/icons/AlignHorizontalJustifyCenter.jsx +0 -11
  278. package/icons/AlignHorizontalJustifyEnd.jsx +0 -11
  279. package/icons/AlignHorizontalJustifyStart.jsx +0 -11
  280. package/icons/AlignHorizontalSpaceAround.jsx +0 -11
  281. package/icons/AlignHorizontalSpaceBetween.jsx +0 -12
  282. package/icons/AlignStartHorizontal.jsx +0 -11
  283. package/icons/AlignStartVertical.jsx +0 -11
  284. package/icons/AlignVerticalDistributeCenter.jsx +0 -14
  285. package/icons/AlignVerticalDistributeEnd.jsx +0 -12
  286. package/icons/AlignVerticalDistributeStart.jsx +0 -12
  287. package/icons/AlignVerticalJustifyCenter.jsx +0 -11
  288. package/icons/AlignVerticalJustifyEnd.jsx +0 -11
  289. package/icons/AlignVerticalJustifyStart.jsx +0 -11
  290. package/icons/AlignVerticalSpaceAround.jsx +0 -11
  291. package/icons/AlignVerticalSpaceBetween.jsx +0 -12
  292. package/icons/Ambulance.jsx +0 -16
  293. package/icons/Ampersand.jsx +0 -10
  294. package/icons/Ampersands.jsx +0 -10
  295. package/icons/Amphora.jsx +0 -14
  296. package/icons/Anchor.jsx +0 -12
  297. package/icons/Angry.jsx +0 -14
  298. package/icons/Annoyed.jsx +0 -12
  299. package/icons/Antenna.jsx +0 -14
  300. package/icons/Anvil.jsx +0 -13
  301. package/icons/Aperture.jsx +0 -15
  302. package/icons/AppWindow.jsx +0 -12
  303. package/icons/AppWindowMac.jsx +0 -12
  304. package/icons/Apple.jsx +0 -10
  305. package/icons/Archive.jsx +0 -11
  306. package/icons/ArchiveRestore.jsx +0 -13
  307. package/icons/ArchiveX.jsx +0 -12
  308. package/icons/Armchair.jsx +0 -12
  309. package/icons/ArrowBigDown.jsx +0 -9
  310. package/icons/ArrowBigDownDash.jsx +0 -10
  311. package/icons/ArrowBigLeft.jsx +0 -9
  312. package/icons/ArrowBigLeftDash.jsx +0 -10
  313. package/icons/ArrowBigRight.jsx +0 -9
  314. package/icons/ArrowBigRightDash.jsx +0 -10
  315. package/icons/ArrowBigUp.jsx +0 -9
  316. package/icons/ArrowBigUpDash.jsx +0 -10
  317. package/icons/ArrowDown.jsx +0 -10
  318. package/icons/ArrowDown01.jsx +0 -13
  319. package/icons/ArrowDown10.jsx +0 -13
  320. package/icons/ArrowDownAZ.jsx +0 -13
  321. package/icons/ArrowDownFromLine.jsx +0 -11
  322. package/icons/ArrowDownLeft.jsx +0 -10
  323. package/icons/ArrowDownNarrowWide.jsx +0 -13
  324. package/icons/ArrowDownRight.jsx +0 -10
  325. package/icons/ArrowDownToDot.jsx +0 -11
  326. package/icons/ArrowDownToLine.jsx +0 -11
  327. package/icons/ArrowDownUp.jsx +0 -12
  328. package/icons/ArrowDownWideNarrow.jsx +0 -13
  329. package/icons/ArrowDownZA.jsx +0 -13
  330. package/icons/ArrowLeft.jsx +0 -10
  331. package/icons/ArrowLeftFromLine.jsx +0 -11
  332. package/icons/ArrowLeftRight.jsx +0 -12
  333. package/icons/ArrowLeftToLine.jsx +0 -11
  334. package/icons/ArrowRight.jsx +0 -10
  335. package/icons/ArrowRightFromLine.jsx +0 -11
  336. package/icons/ArrowRightLeft.jsx +0 -12
  337. package/icons/ArrowRightToLine.jsx +0 -11
  338. package/icons/ArrowUp.jsx +0 -10
  339. package/icons/ArrowUp01.jsx +0 -13
  340. package/icons/ArrowUp10.jsx +0 -13
  341. package/icons/ArrowUpAZ.jsx +0 -13
  342. package/icons/ArrowUpDown.jsx +0 -12
  343. package/icons/ArrowUpFromDot.jsx +0 -11
  344. package/icons/ArrowUpFromLine.jsx +0 -11
  345. package/icons/ArrowUpLeft.jsx +0 -10
  346. package/icons/ArrowUpNarrowWide.jsx +0 -13
  347. package/icons/ArrowUpRight.jsx +0 -10
  348. package/icons/ArrowUpToLine.jsx +0 -11
  349. package/icons/ArrowUpWideNarrow.jsx +0 -13
  350. package/icons/ArrowUpZA.jsx +0 -13
  351. package/icons/ArrowsUpFromLine.jsx +0 -13
  352. package/icons/Asterisk.jsx +0 -11
  353. package/icons/Astroid.jsx +0 -9
  354. package/icons/AtSign.jsx +0 -10
  355. package/icons/Atom.jsx +0 -11
  356. package/icons/AudioLines.jsx +0 -14
  357. package/icons/AudioWaveform.jsx +0 -9
  358. package/icons/Award.jsx +0 -10
  359. package/icons/Axe.jsx +0 -10
  360. package/icons/Axis3d.jsx +0 -12
  361. package/icons/Baby.jsx +0 -12
  362. package/icons/Backpack.jsx +0 -13
  363. package/icons/Badge.jsx +0 -9
  364. package/icons/BadgeAlert.jsx +0 -11
  365. package/icons/BadgeCent.jsx +0 -11
  366. package/icons/BadgeCheck.jsx +0 -10
  367. package/icons/BadgeDollarSign.jsx +0 -11
  368. package/icons/BadgeEuro.jsx +0 -11
  369. package/icons/BadgeIndianRupee.jsx +0 -12
  370. package/icons/BadgeInfo.jsx +0 -11
  371. package/icons/BadgeJapaneseYen.jsx +0 -13
  372. package/icons/BadgeMinus.jsx +0 -10
  373. package/icons/BadgePercent.jsx +0 -12
  374. package/icons/BadgePlus.jsx +0 -11
  375. package/icons/BadgePoundSterling.jsx +0 -12
  376. package/icons/BadgeQuestionMark.jsx +0 -11
  377. package/icons/BadgeRussianRuble.jsx +0 -11
  378. package/icons/BadgeSwissFranc.jsx +0 -12
  379. package/icons/BadgeTurkishLira.jsx +0 -11
  380. package/icons/BadgeX.jsx +0 -11
  381. package/icons/BaggageClaim.jsx +0 -13
  382. package/icons/Balloon.jsx +0 -11
  383. package/icons/Ban.jsx +0 -10
  384. package/icons/Banana.jsx +0 -10
  385. package/icons/Bandage.jsx +0 -15
  386. package/icons/Banknote.jsx +0 -11
  387. package/icons/BanknoteArrowDown.jsx +0 -14
  388. package/icons/BanknoteArrowUp.jsx +0 -14
  389. package/icons/BanknoteX.jsx +0 -14
  390. package/icons/Barcode.jsx +0 -13
  391. package/icons/Barrel.jsx +0 -13
  392. package/icons/Baseline.jsx +0 -11
  393. package/icons/Bath.jsx +0 -13
  394. package/icons/Battery.jsx +0 -10
  395. package/icons/BatteryCharging.jsx +0 -12
  396. package/icons/BatteryFull.jsx +0 -13
  397. package/icons/BatteryLow.jsx +0 -11
  398. package/icons/BatteryMedium.jsx +0 -12
  399. package/icons/BatteryPlus.jsx +0 -13
  400. package/icons/BatteryWarning.jsx +0 -13
  401. package/icons/Beaker.jsx +0 -11
  402. package/icons/Bean.jsx +0 -10
  403. package/icons/BeanOff.jsx +0 -12
  404. package/icons/Bed.jsx +0 -12
  405. package/icons/BedDouble.jsx +0 -12
  406. package/icons/BedSingle.jsx +0 -11
  407. package/icons/Beef.jsx +0 -11
  408. package/icons/BeefOff.jsx +0 -14
  409. package/icons/Beer.jsx +0 -13
  410. package/icons/BeerOff.jsx +0 -16
  411. package/icons/Bell.jsx +0 -10
  412. package/icons/BellCheck.jsx +0 -12
  413. package/icons/BellDot.jsx +0 -11
  414. package/icons/BellElectric.jsx +0 -14
  415. package/icons/BellMinus.jsx +0 -11
  416. package/icons/BellOff.jsx +0 -12
  417. package/icons/BellPlus.jsx +0 -12
  418. package/icons/BellRing.jsx +0 -12
  419. package/icons/BetweenHorizontalEnd.jsx +0 -11
  420. package/icons/BetweenHorizontalStart.jsx +0 -11
  421. package/icons/BetweenVerticalEnd.jsx +0 -11
  422. package/icons/BetweenVerticalStart.jsx +0 -11
  423. package/icons/BicepsFlexed.jsx +0 -11
  424. package/icons/Bike.jsx +0 -12
  425. package/icons/Binary.jsx +0 -14
  426. package/icons/Binoculars.jsx +0 -14
  427. package/icons/Biohazard.jsx +0 -18
  428. package/icons/Bird.jsx +0 -14
  429. package/icons/Birdhouse.jsx +0 -14
  430. package/icons/Bitcoin.jsx +0 -9
  431. package/icons/Blend.jsx +0 -10
  432. package/icons/Blinds.jsx +0 -15
  433. package/icons/Blocks.jsx +0 -10
  434. package/icons/Bluetooth.jsx +0 -9
  435. package/icons/BluetoothConnected.jsx +0 -11
  436. package/icons/BluetoothOff.jsx +0 -11
  437. package/icons/BluetoothSearching.jsx +0 -11
  438. package/icons/Bold.jsx +0 -9
  439. package/icons/Bolt.jsx +0 -10
  440. package/icons/Bomb.jsx +0 -11
  441. package/icons/Bone.jsx +0 -9
  442. package/icons/Book.jsx +0 -9
  443. package/icons/BookA.jsx +0 -11
  444. package/icons/BookAlert.jsx +0 -11
  445. package/icons/BookAudio.jsx +0 -12
  446. package/icons/BookCheck.jsx +0 -10
  447. package/icons/BookCopy.jsx +0 -11
  448. package/icons/BookDashed.jsx +0 -19
  449. package/icons/BookDown.jsx +0 -11
  450. package/icons/BookHeadphones.jsx +0 -12
  451. package/icons/BookHeart.jsx +0 -10
  452. package/icons/BookImage.jsx +0 -11
  453. package/icons/BookKey.jsx +0 -13
  454. package/icons/BookLock.jsx +0 -12
  455. package/icons/BookMarked.jsx +0 -10
  456. package/icons/BookMinus.jsx +0 -10
  457. package/icons/BookOpen.jsx +0 -10
  458. package/icons/BookOpenCheck.jsx +0 -11
  459. package/icons/BookOpenText.jsx +0 -14
  460. package/icons/BookPlus.jsx +0 -11
  461. package/icons/BookSearch.jsx +0 -12
  462. package/icons/BookText.jsx +0 -11
  463. package/icons/BookType.jsx +0 -12
  464. package/icons/BookUp.jsx +0 -11
  465. package/icons/BookUp2.jsx +0 -13
  466. package/icons/BookUser.jsx +0 -11
  467. package/icons/BookX.jsx +0 -11
  468. package/icons/Bookmark.jsx +0 -9
  469. package/icons/BookmarkCheck.jsx +0 -10
  470. package/icons/BookmarkMinus.jsx +0 -10
  471. package/icons/BookmarkOff.jsx +0 -11
  472. package/icons/BookmarkPlus.jsx +0 -11
  473. package/icons/BookmarkX.jsx +0 -11
  474. package/icons/BoomBox.jsx +0 -15
  475. package/icons/Bot.jsx +0 -14
  476. package/icons/BotMessageSquare.jsx +0 -14
  477. package/icons/BotOff.jsx +0 -15
  478. package/icons/BottleWine.jsx +0 -10
  479. package/icons/BowArrow.jsx +0 -13
  480. package/icons/Box.jsx +0 -11
  481. package/icons/Boxes.jsx +0 -20
  482. package/icons/Braces.jsx +0 -10
  483. package/icons/Brackets.jsx +0 -10
  484. package/icons/Brain.jsx +0 -16
  485. package/icons/BrainCircuit.jsx +0 -21
  486. package/icons/BrainCog.jsx +0 -23
  487. package/icons/BrickWall.jsx +0 -16
  488. package/icons/BrickWallFire.jsx +0 -15
  489. package/icons/BrickWallShield.jsx +0 -16
  490. package/icons/Briefcase.jsx +0 -10
  491. package/icons/BriefcaseBusiness.jsx +0 -12
  492. package/icons/BriefcaseConveyorBelt.jsx +0 -15
  493. package/icons/BriefcaseMedical.jsx +0 -14
  494. package/icons/BringToFront.jsx +0 -11
  495. package/icons/Brush.jsx +0 -11
  496. package/icons/BrushCleaning.jsx +0 -12
  497. package/icons/Bubbles.jsx +0 -12
  498. package/icons/Bug.jsx +0 -19
  499. package/icons/BugOff.jsx +0 -20
  500. package/icons/BugPlay.jsx +0 -17
  501. package/icons/Building.jsx +0 -19
  502. package/icons/Building2.jsx +0 -13
  503. package/icons/Bus.jsx +0 -15
  504. package/icons/BusFront.jsx +0 -17
  505. package/icons/Cable.jsx +0 -15
  506. package/icons/CableCar.jsx +0 -16
  507. package/icons/Cake.jsx +0 -17
  508. package/icons/CakeSlice.jsx +0 -12
  509. package/icons/Calculator.jsx +0 -18
  510. package/icons/Calendar.jsx +0 -12
  511. package/icons/Calendar1.jsx +0 -13
  512. package/icons/CalendarArrowDown.jsx +0 -14
  513. package/icons/CalendarArrowUp.jsx +0 -14
  514. package/icons/CalendarCheck.jsx +0 -13
  515. package/icons/CalendarCheck2.jsx +0 -13
  516. package/icons/CalendarClock.jsx +0 -14
  517. package/icons/CalendarCog.jsx +0 -21
  518. package/icons/CalendarDays.jsx +0 -18
  519. package/icons/CalendarFold.jsx +0 -13
  520. package/icons/CalendarHeart.jsx +0 -13
  521. package/icons/CalendarMinus.jsx +0 -13
  522. package/icons/CalendarMinus2.jsx +0 -13
  523. package/icons/CalendarOff.jsx +0 -14
  524. package/icons/CalendarPlus.jsx +0 -14
  525. package/icons/CalendarPlus2.jsx +0 -14
  526. package/icons/CalendarRange.jsx +0 -16
  527. package/icons/CalendarSearch.jsx +0 -14
  528. package/icons/CalendarSync.jsx +0 -16
  529. package/icons/CalendarX.jsx +0 -14
  530. package/icons/CalendarX2.jsx +0 -14
  531. package/icons/Calendars.jsx +0 -14
  532. package/icons/Camera.jsx +0 -10
  533. package/icons/CameraOff.jsx +0 -12
  534. package/icons/Candy.jsx +0 -13
  535. package/icons/CandyCane.jsx +0 -13
  536. package/icons/CandyOff.jsx +0 -15
  537. package/icons/Cannabis.jsx +0 -10
  538. package/icons/CannabisOff.jsx +0 -14
  539. package/icons/Captions.jsx +0 -10
  540. package/icons/CaptionsOff.jsx +0 -14
  541. package/icons/Car.jsx +0 -12
  542. package/icons/CarFront.jsx +0 -14
  543. package/icons/CarTaxiFront.jsx +0 -15
  544. package/icons/Caravan.jsx +0 -12
  545. package/icons/CardSim.jsx +0 -12
  546. package/icons/Carrot.jsx +0 -11
  547. package/icons/CaseLower.jsx +0 -12
  548. package/icons/CaseSensitive.jsx +0 -12
  549. package/icons/CaseUpper.jsx +0 -11
  550. package/icons/CassetteTape.jsx +0 -13
  551. package/icons/Cast.jsx +0 -12
  552. package/icons/Castle.jsx +0 -16
  553. package/icons/Cat.jsx +0 -12
  554. package/icons/Cctv.jsx +0 -13
  555. package/icons/CctvOff.jsx +0 -14
  556. package/icons/ChartArea.jsx +0 -10
  557. package/icons/ChartBar.jsx +0 -12
  558. package/icons/ChartBarBig.jsx +0 -11
  559. package/icons/ChartBarDecreasing.jsx +0 -12
  560. package/icons/ChartBarIncreasing.jsx +0 -12
  561. package/icons/ChartBarStacked.jsx +0 -13
  562. package/icons/ChartCandlestick.jsx +0 -15
  563. package/icons/ChartColumn.jsx +0 -12
  564. package/icons/ChartColumnBig.jsx +0 -11
  565. package/icons/ChartColumnDecreasing.jsx +0 -12
  566. package/icons/ChartColumnIncreasing.jsx +0 -12
  567. package/icons/ChartColumnStacked.jsx +0 -13
  568. package/icons/ChartGantt.jsx +0 -12
  569. package/icons/ChartLine.jsx +0 -10
  570. package/icons/ChartNetwork.jsx +0 -15
  571. package/icons/ChartNoAxesColumn.jsx +0 -11
  572. package/icons/ChartNoAxesColumnDecreasing.jsx +0 -11
  573. package/icons/ChartNoAxesColumnIncreasing.jsx +0 -11
  574. package/icons/ChartNoAxesCombined.jsx +0 -14
  575. package/icons/ChartNoAxesGantt.jsx +0 -11
  576. package/icons/ChartPie.jsx +0 -10
  577. package/icons/ChartScatter.jsx +0 -14
  578. package/icons/ChartSpline.jsx +0 -10
  579. package/icons/Check.jsx +0 -9
  580. package/icons/CheckCheck.jsx +0 -10
  581. package/icons/CheckLine.jsx +0 -11
  582. package/icons/ChefHat.jsx +0 -10
  583. package/icons/Cherry.jsx +0 -12
  584. package/icons/ChessBishop.jsx +0 -12
  585. package/icons/ChessKing.jsx +0 -12
  586. package/icons/ChessKnight.jsx +0 -13
  587. package/icons/ChessPawn.jsx +0 -13
  588. package/icons/ChessQueen.jsx +0 -16
  589. package/icons/ChessRook.jsx +0 -15
  590. package/icons/ChevronDown.jsx +0 -9
  591. package/icons/ChevronFirst.jsx +0 -10
  592. package/icons/ChevronLast.jsx +0 -10
  593. package/icons/ChevronLeft.jsx +0 -9
  594. package/icons/ChevronRight.jsx +0 -9
  595. package/icons/ChevronUp.jsx +0 -9
  596. package/icons/ChevronsDown.jsx +0 -10
  597. package/icons/ChevronsDownUp.jsx +0 -10
  598. package/icons/ChevronsLeft.jsx +0 -10
  599. package/icons/ChevronsLeftRight.jsx +0 -10
  600. package/icons/ChevronsLeftRightEllipsis.jsx +0 -13
  601. package/icons/ChevronsRight.jsx +0 -10
  602. package/icons/ChevronsRightLeft.jsx +0 -10
  603. package/icons/ChevronsUp.jsx +0 -10
  604. package/icons/ChevronsUpDown.jsx +0 -10
  605. package/icons/Church.jsx +0 -13
  606. package/icons/Cigarette.jsx +0 -13
  607. package/icons/CigaretteOff.jsx +0 -14
  608. package/icons/Circle.jsx +0 -9
  609. package/icons/CircleAlert.jsx +0 -11
  610. package/icons/CircleArrowDown.jsx +0 -11
  611. package/icons/CircleArrowLeft.jsx +0 -11
  612. package/icons/CircleArrowOutDownLeft.jsx +0 -11
  613. package/icons/CircleArrowOutDownRight.jsx +0 -11
  614. package/icons/CircleArrowOutUpLeft.jsx +0 -11
  615. package/icons/CircleArrowOutUpRight.jsx +0 -11
  616. package/icons/CircleArrowRight.jsx +0 -11
  617. package/icons/CircleArrowUp.jsx +0 -11
  618. package/icons/CircleCheck.jsx +0 -10
  619. package/icons/CircleCheckBig.jsx +0 -10
  620. package/icons/CircleChevronDown.jsx +0 -10
  621. package/icons/CircleChevronLeft.jsx +0 -10
  622. package/icons/CircleChevronRight.jsx +0 -10
  623. package/icons/CircleChevronUp.jsx +0 -10
  624. package/icons/CircleDashed.jsx +0 -16
  625. package/icons/CircleDivide.jsx +0 -12
  626. package/icons/CircleDollarSign.jsx +0 -11
  627. package/icons/CircleDot.jsx +0 -10
  628. package/icons/CircleDotDashed.jsx +0 -17
  629. package/icons/CircleEllipsis.jsx +0 -12
  630. package/icons/CircleEqual.jsx +0 -11
  631. package/icons/CircleFadingArrowUp.jsx +0 -15
  632. package/icons/CircleFadingPlus.jsx +0 -15
  633. package/icons/CircleGauge.jsx +0 -11
  634. package/icons/CircleMinus.jsx +0 -10
  635. package/icons/CircleOff.jsx +0 -11
  636. package/icons/CircleParking.jsx +0 -10
  637. package/icons/CircleParkingOff.jsx +0 -14
  638. package/icons/CirclePause.jsx +0 -11
  639. package/icons/CirclePercent.jsx +0 -12
  640. package/icons/CirclePile.jsx +0 -14
  641. package/icons/CirclePlay.jsx +0 -10
  642. package/icons/CirclePlus.jsx +0 -11
  643. package/icons/CirclePoundSterling.jsx +0 -12
  644. package/icons/CirclePower.jsx +0 -11
  645. package/icons/CircleQuestionMark.jsx +0 -11
  646. package/icons/CircleSlash.jsx +0 -10
  647. package/icons/CircleSlash2.jsx +0 -10
  648. package/icons/CircleSmall.jsx +0 -9
  649. package/icons/CircleStar.jsx +0 -10
  650. package/icons/CircleStop.jsx +0 -10
  651. package/icons/CircleUser.jsx +0 -11
  652. package/icons/CircleUserRound.jsx +0 -11
  653. package/icons/CircleX.jsx +0 -11
  654. package/icons/CircuitBoard.jsx +0 -13
  655. package/icons/Citrus.jsx +0 -12
  656. package/icons/Clapperboard.jsx +0 -12
  657. package/icons/Clipboard.jsx +0 -10
  658. package/icons/ClipboardCheck.jsx +0 -11
  659. package/icons/ClipboardClock.jsx +0 -13
  660. package/icons/ClipboardCopy.jsx +0 -13
  661. package/icons/ClipboardList.jsx +0 -14
  662. package/icons/ClipboardMinus.jsx +0 -11
  663. package/icons/ClipboardPaste.jsx +0 -13
  664. package/icons/ClipboardPen.jsx +0 -12
  665. package/icons/ClipboardPenLine.jsx +0 -13
  666. package/icons/ClipboardPlus.jsx +0 -12
  667. package/icons/ClipboardType.jsx +0 -13
  668. package/icons/ClipboardX.jsx +0 -12
  669. package/icons/Clock.jsx +0 -10
  670. package/icons/Clock1.jsx +0 -10
  671. package/icons/Clock10.jsx +0 -10
  672. package/icons/Clock11.jsx +0 -10
  673. package/icons/Clock12.jsx +0 -10
  674. package/icons/Clock2.jsx +0 -10
  675. package/icons/Clock3.jsx +0 -10
  676. package/icons/Clock4.jsx +0 -10
  677. package/icons/Clock5.jsx +0 -10
  678. package/icons/Clock6.jsx +0 -10
  679. package/icons/Clock7.jsx +0 -10
  680. package/icons/Clock8.jsx +0 -10
  681. package/icons/Clock9.jsx +0 -10
  682. package/icons/ClockAlert.jsx +0 -12
  683. package/icons/ClockArrowDown.jsx +0 -12
  684. package/icons/ClockArrowUp.jsx +0 -12
  685. package/icons/ClockCheck.jsx +0 -11
  686. package/icons/ClockFading.jsx +0 -14
  687. package/icons/ClockPlus.jsx +0 -12
  688. package/icons/ClosedCaption.jsx +0 -11
  689. package/icons/Cloud.jsx +0 -9
  690. package/icons/CloudAlert.jsx +0 -11
  691. package/icons/CloudBackup.jsx +0 -11
  692. package/icons/CloudCheck.jsx +0 -10
  693. package/icons/CloudCog.jsx +0 -17
  694. package/icons/CloudDownload.jsx +0 -11
  695. package/icons/CloudDrizzle.jsx +0 -15
  696. package/icons/CloudFog.jsx +0 -11
  697. package/icons/CloudHail.jsx +0 -15
  698. package/icons/CloudLightning.jsx +0 -10
  699. package/icons/CloudMoon.jsx +0 -10
  700. package/icons/CloudMoonRain.jsx +0 -12
  701. package/icons/CloudOff.jsx +0 -11
  702. package/icons/CloudRain.jsx +0 -12
  703. package/icons/CloudRainWind.jsx +0 -12
  704. package/icons/CloudSnow.jsx +0 -15
  705. package/icons/CloudSun.jsx +0 -14
  706. package/icons/CloudSunRain.jsx +0 -16
  707. package/icons/CloudSync.jsx +0 -13
  708. package/icons/CloudUpload.jsx +0 -11
  709. package/icons/Cloudy.jsx +0 -10
  710. package/icons/Clover.jsx +0 -11
  711. package/icons/Club.jsx +0 -10
  712. package/icons/Code.jsx +0 -10
  713. package/icons/CodeXml.jsx +0 -11
  714. package/icons/Coffee.jsx +0 -12
  715. package/icons/Cog.jsx +0 -22
  716. package/icons/Coins.jsx +0 -12
  717. package/icons/Columns2.jsx +0 -10
  718. package/icons/Columns3.jsx +0 -11
  719. package/icons/Columns3Cog.jsx +0 -20
  720. package/icons/Columns4.jsx +0 -12
  721. package/icons/Combine.jsx +0 -14
  722. package/icons/Command.jsx +0 -9
  723. package/icons/Compass.jsx +0 -10
  724. package/icons/Component.jsx +0 -12
  725. package/icons/Computer.jsx +0 -12
  726. package/icons/ConciergeBell.jsx +0 -12
  727. package/icons/Cone.jsx +0 -10
  728. package/icons/Construction.jsx +0 -16
  729. package/icons/Contact.jsx +0 -13
  730. package/icons/ContactRound.jsx +0 -13
  731. package/icons/Container.jsx +0 -13
  732. package/icons/Contrast.jsx +0 -10
  733. package/icons/Cookie.jsx +0 -14
  734. package/icons/CookingPot.jsx +0 -12
  735. package/icons/Copy.jsx +0 -10
  736. package/icons/CopyCheck.jsx +0 -11
  737. package/icons/CopyMinus.jsx +0 -11
  738. package/icons/CopyPlus.jsx +0 -12
  739. package/icons/CopySlash.jsx +0 -11
  740. package/icons/CopyX.jsx +0 -12
  741. package/icons/Copyleft.jsx +0 -10
  742. package/icons/Copyright.jsx +0 -10
  743. package/icons/CornerDownLeft.jsx +0 -10
  744. package/icons/CornerDownRight.jsx +0 -10
  745. package/icons/CornerLeftDown.jsx +0 -10
  746. package/icons/CornerLeftUp.jsx +0 -10
  747. package/icons/CornerRightDown.jsx +0 -10
  748. package/icons/CornerRightUp.jsx +0 -10
  749. package/icons/CornerUpLeft.jsx +0 -10
  750. package/icons/CornerUpRight.jsx +0 -10
  751. package/icons/Cpu.jsx +0 -22
  752. package/icons/CreativeCommons.jsx +0 -11
  753. package/icons/CreditCard.jsx +0 -10
  754. package/icons/Croissant.jsx +0 -13
  755. package/icons/Crop.jsx +0 -10
  756. package/icons/Cross.jsx +0 -9
  757. package/icons/Crosshair.jsx +0 -13
  758. package/icons/Crown.jsx +0 -10
  759. package/icons/Cuboid.jsx +0 -11
  760. package/icons/CupSoda.jsx +0 -12
  761. package/icons/Currency.jsx +0 -13
  762. package/icons/Cylinder.jsx +0 -10
  763. package/icons/Dam.jsx +0 -15
  764. package/icons/Database.jsx +0 -11
  765. package/icons/DatabaseBackup.jsx +0 -14
  766. package/icons/DatabaseSearch.jsx +0 -14
  767. package/icons/DatabaseZap.jsx +0 -13
  768. package/icons/DecimalsArrowLeft.jsx +0 -12
  769. package/icons/DecimalsArrowRight.jsx +0 -13
  770. package/icons/Delete.jsx +0 -11
  771. package/icons/Dessert.jsx +0 -11
  772. package/icons/Diameter.jsx +0 -13
  773. package/icons/Diamond.jsx +0 -9
  774. package/icons/DiamondMinus.jsx +0 -10
  775. package/icons/DiamondPercent.jsx +0 -12
  776. package/icons/DiamondPlus.jsx +0 -11
  777. package/icons/Dice1.jsx +0 -10
  778. package/icons/Dice2.jsx +0 -11
  779. package/icons/Dice3.jsx +0 -12
  780. package/icons/Dice4.jsx +0 -13
  781. package/icons/Dice5.jsx +0 -14
  782. package/icons/Dice6.jsx +0 -15
  783. package/icons/Dices.jsx +0 -14
  784. package/icons/Diff.jsx +0 -11
  785. package/icons/Disc.jsx +0 -10
  786. package/icons/Disc2.jsx +0 -11
  787. package/icons/Disc3.jsx +0 -12
  788. package/icons/DiscAlbum.jsx +0 -11
  789. package/icons/Divide.jsx +0 -11
  790. package/icons/Dna.jsx +0 -19
  791. package/icons/DnaOff.jsx +0 -18
  792. package/icons/Dock.jsx +0 -11
  793. package/icons/Dog.jsx +0 -13
  794. package/icons/DollarSign.jsx +0 -10
  795. package/icons/Donut.jsx +0 -10
  796. package/icons/DoorClosed.jsx +0 -11
  797. package/icons/DoorClosedLocked.jsx +0 -13
  798. package/icons/DoorOpen.jsx +0 -13
  799. package/icons/Dot.jsx +0 -9
  800. package/icons/Download.jsx +0 -11
  801. package/icons/DraftingCompass.jsx +0 -13
  802. package/icons/Drama.jsx +0 -16
  803. package/icons/Drill.jsx +0 -14
  804. package/icons/Drone.jsx +0 -17
  805. package/icons/Droplet.jsx +0 -9
  806. package/icons/DropletOff.jsx +0 -11
  807. package/icons/Droplets.jsx +0 -10
  808. package/icons/Drum.jsx +0 -15
  809. package/icons/Drumstick.jsx +0 -10
  810. package/icons/Dumbbell.jsx +0 -13
  811. package/icons/Ear.jsx +0 -10
  812. package/icons/EarOff.jsx +0 -13
  813. package/icons/Earth.jsx +0 -12
  814. package/icons/EarthLock.jsx +0 -14
  815. package/icons/Eclipse.jsx +0 -10
  816. package/icons/Egg.jsx +0 -9
  817. package/icons/EggFried.jsx +0 -10
  818. package/icons/EggOff.jsx +0 -11
  819. package/icons/Ellipse.jsx +0 -9
  820. package/icons/Ellipsis.jsx +0 -11
  821. package/icons/EllipsisVertical.jsx +0 -11
  822. package/icons/Equal.jsx +0 -10
  823. package/icons/EqualApproximately.jsx +0 -10
  824. package/icons/EqualNot.jsx +0 -11
  825. package/icons/Eraser.jsx +0 -10
  826. package/icons/EthernetPort.jsx +0 -13
  827. package/icons/Euro.jsx +0 -11
  828. package/icons/EvCharger.jsx +0 -13
  829. package/icons/Expand.jsx +0 -16
  830. package/icons/ExternalLink.jsx +0 -11
  831. package/icons/Eye.jsx +0 -10
  832. package/icons/EyeClosed.jsx +0 -13
  833. package/icons/EyeOff.jsx +0 -12
  834. package/icons/Factory.jsx +0 -12
  835. package/icons/Fan.jsx +0 -10
  836. package/icons/FastForward.jsx +0 -10
  837. package/icons/Feather.jsx +0 -11
  838. package/icons/Fence.jsx +0 -15
  839. package/icons/FerrisWheel.jsx +0 -17
  840. package/icons/File.jsx +0 -10
  841. package/icons/FileArchive.jsx +0 -14
  842. package/icons/FileAxis3d.jsx +0 -12
  843. package/icons/FileBadge.jsx +0 -12
  844. package/icons/FileBox.jsx +0 -13
  845. package/icons/FileBraces.jsx +0 -12
  846. package/icons/FileBracesCorner.jsx +0 -12
  847. package/icons/FileChartColumn.jsx +0 -13
  848. package/icons/FileChartColumnIncreasing.jsx +0 -13
  849. package/icons/FileChartLine.jsx +0 -11
  850. package/icons/FileChartPie.jsx +0 -12
  851. package/icons/FileCheck.jsx +0 -11
  852. package/icons/FileCheckCorner.jsx +0 -11
  853. package/icons/FileClock.jsx +0 -12
  854. package/icons/FileCode.jsx +0 -12
  855. package/icons/FileCodeCorner.jsx +0 -12
  856. package/icons/FileCog.jsx +0 -20
  857. package/icons/FileDiff.jsx +0 -12
  858. package/icons/FileDigit.jsx +0 -13
  859. package/icons/FileDown.jsx +0 -12
  860. package/icons/FileExclamationPoint.jsx +0 -11
  861. package/icons/FileHeadphone.jsx +0 -11
  862. package/icons/FileHeart.jsx +0 -11
  863. package/icons/FileImage.jsx +0 -12
  864. package/icons/FileInput.jsx +0 -12
  865. package/icons/FileKey.jsx +0 -13
  866. package/icons/FileLock.jsx +0 -12
  867. package/icons/FileMinus.jsx +0 -11
  868. package/icons/FileMinusCorner.jsx +0 -11
  869. package/icons/FileMusic.jsx +0 -12
  870. package/icons/FileOutput.jsx +0 -12
  871. package/icons/FilePen.jsx +0 -11
  872. package/icons/FilePenLine.jsx +0 -12
  873. package/icons/FilePlay.jsx +0 -11
  874. package/icons/FilePlus.jsx +0 -12
  875. package/icons/FilePlusCorner.jsx +0 -12
  876. package/icons/FileQuestionMark.jsx +0 -11
  877. package/icons/FileScan.jsx +0 -14
  878. package/icons/FileSearch.jsx +0 -12
  879. package/icons/FileSearchCorner.jsx +0 -12
  880. package/icons/FileSignal.jsx +0 -13
  881. package/icons/FileSliders.jsx +0 -14
  882. package/icons/FileSpreadsheet.jsx +0 -14
  883. package/icons/FileStack.jsx +0 -11
  884. package/icons/FileSymlink.jsx +0 -11
  885. package/icons/FileTerminal.jsx +0 -12
  886. package/icons/FileText.jsx +0 -13
  887. package/icons/FileType.jsx +0 -13
  888. package/icons/FileTypeCorner.jsx +0 -13
  889. package/icons/FileUp.jsx +0 -12
  890. package/icons/FileUser.jsx +0 -12
  891. package/icons/FileVideoCamera.jsx +0 -12
  892. package/icons/FileVolume.jsx +0 -12
  893. package/icons/FileX.jsx +0 -12
  894. package/icons/FileXCorner.jsx +0 -12
  895. package/icons/Files.jsx +0 -11
  896. package/icons/Film.jsx +0 -16
  897. package/icons/FingerprintPattern.jsx +0 -17
  898. package/icons/FireExtinguisher.jsx +0 -14
  899. package/icons/Fish.jsx +0 -14
  900. package/icons/FishOff.jsx +0 -11
  901. package/icons/FishSymbol.jsx +0 -9
  902. package/icons/FishingHook.jsx +0 -11
  903. package/icons/FishingRod.jsx +0 -11
  904. package/icons/Flag.jsx +0 -9
  905. package/icons/FlagOff.jsx +0 -12
  906. package/icons/FlagTriangleLeft.jsx +0 -9
  907. package/icons/FlagTriangleRight.jsx +0 -9
  908. package/icons/Flame.jsx +0 -9
  909. package/icons/FlameKindling.jsx +0 -11
  910. package/icons/Flashlight.jsx +0 -11
  911. package/icons/FlashlightOff.jsx +0 -13
  912. package/icons/FlaskConical.jsx +0 -11
  913. package/icons/FlaskConicalOff.jsx +0 -14
  914. package/icons/FlaskRound.jsx +0 -11
  915. package/icons/FlipHorizontal2.jsx +0 -14
  916. package/icons/FlipVertical2.jsx +0 -14
  917. package/icons/Flower.jsx +0 -18
  918. package/icons/Flower2.jsx +0 -13
  919. package/icons/Focus.jsx +0 -13
  920. package/icons/FoldHorizontal.jsx +0 -16
  921. package/icons/FoldVertical.jsx +0 -16
  922. package/icons/Folder.jsx +0 -9
  923. package/icons/FolderArchive.jsx +0 -12
  924. package/icons/FolderBookmark.jsx +0 -10
  925. package/icons/FolderCheck.jsx +0 -10
  926. package/icons/FolderClock.jsx +0 -11
  927. package/icons/FolderClosed.jsx +0 -10
  928. package/icons/FolderCode.jsx +0 -11
  929. package/icons/FolderCog.jsx +0 -18
  930. package/icons/FolderDot.jsx +0 -10
  931. package/icons/FolderDown.jsx +0 -11
  932. package/icons/FolderGit.jsx +0 -12
  933. package/icons/FolderGit2.jsx +0 -12
  934. package/icons/FolderHeart.jsx +0 -10
  935. package/icons/FolderInput.jsx +0 -11
  936. package/icons/FolderKanban.jsx +0 -12
  937. package/icons/FolderKey.jsx +0 -12
  938. package/icons/FolderLock.jsx +0 -11
  939. package/icons/FolderMinus.jsx +0 -10
  940. package/icons/FolderOpen.jsx +0 -9
  941. package/icons/FolderOpenDot.jsx +0 -10
  942. package/icons/FolderOutput.jsx +0 -11
  943. package/icons/FolderPen.jsx +0 -10
  944. package/icons/FolderPlus.jsx +0 -11
  945. package/icons/FolderRoot.jsx +0 -11
  946. package/icons/FolderSearch.jsx +0 -11
  947. package/icons/FolderSearch2.jsx +0 -11
  948. package/icons/FolderSymlink.jsx +0 -10
  949. package/icons/FolderSync.jsx +0 -13
  950. package/icons/FolderTree.jsx +0 -12
  951. package/icons/FolderUp.jsx +0 -11
  952. package/icons/FolderX.jsx +0 -11
  953. package/icons/Folders.jsx +0 -10
  954. package/icons/Footprints.jsx +0 -12
  955. package/icons/Forklift.jsx +0 -15
  956. package/icons/Form.jsx +0 -12
  957. package/icons/Forward.jsx +0 -10
  958. package/icons/Frame.jsx +0 -12
  959. package/icons/Frown.jsx +0 -12
  960. package/icons/Fuel.jsx +0 -12
  961. package/icons/Fullscreen.jsx +0 -13
  962. package/icons/Funnel.jsx +0 -9
  963. package/icons/FunnelPlus.jsx +0 -11
  964. package/icons/FunnelX.jsx +0 -11
  965. package/icons/GalleryHorizontal.jsx +0 -11
  966. package/icons/GalleryHorizontalEnd.jsx +0 -11
  967. package/icons/GalleryThumbnails.jsx +0 -13
  968. package/icons/GalleryVertical.jsx +0 -11
  969. package/icons/GalleryVerticalEnd.jsx +0 -11
  970. package/icons/Gamepad.jsx +0 -13
  971. package/icons/Gamepad2.jsx +0 -13
  972. package/icons/GamepadDirectional.jsx +0 -16
  973. package/icons/Gauge.jsx +0 -10
  974. package/icons/Gavel.jsx +0 -13
  975. package/icons/Gem.jsx +0 -11
  976. package/icons/GeorgianLari.jsx +0 -12
  977. package/icons/Ghost.jsx +0 -11
  978. package/icons/Gift.jsx +0 -12
  979. package/icons/GitBranch.jsx +0 -11
  980. package/icons/GitBranchMinus.jsx +0 -12
  981. package/icons/GitBranchPlus.jsx +0 -14
  982. package/icons/GitCommitHorizontal.jsx +0 -11
  983. package/icons/GitCommitVertical.jsx +0 -11
  984. package/icons/GitCompare.jsx +0 -12
  985. package/icons/GitCompareArrows.jsx +0 -14
  986. package/icons/GitFork.jsx +0 -13
  987. package/icons/GitGraph.jsx +0 -14
  988. package/icons/GitMerge.jsx +0 -11
  989. package/icons/GitMergeConflict.jsx +0 -13
  990. package/icons/GitPullRequest.jsx +0 -12
  991. package/icons/GitPullRequestArrow.jsx +0 -13
  992. package/icons/GitPullRequestClosed.jsx +0 -14
  993. package/icons/GitPullRequestCreate.jsx +0 -13
  994. package/icons/GitPullRequestCreateArrow.jsx +0 -14
  995. package/icons/GitPullRequestDraft.jsx +0 -13
  996. package/icons/GlassWater.jsx +0 -10
  997. package/icons/Glasses.jsx +0 -13
  998. package/icons/Globe.jsx +0 -11
  999. package/icons/GlobeLock.jsx +0 -12
  1000. package/icons/GlobeOff.jsx +0 -15
  1001. package/icons/GlobeX.jsx +0 -11
  1002. package/icons/Goal.jsx +0 -11
  1003. package/icons/Gpu.jsx +0 -13
  1004. package/icons/GraduationCap.jsx +0 -11
  1005. package/icons/Grape.jsx +0 -17
  1006. package/icons/Grid2x2.jsx +0 -11
  1007. package/icons/Grid2x2Check.jsx +0 -10
  1008. package/icons/Grid2x2Plus.jsx +0 -11
  1009. package/icons/Grid2x2X.jsx +0 -11
  1010. package/icons/Grid3x2.jsx +0 -12
  1011. package/icons/Grid3x3.jsx +0 -13
  1012. package/icons/Grip.jsx +0 -17
  1013. package/icons/GripHorizontal.jsx +0 -14
  1014. package/icons/GripVertical.jsx +0 -14
  1015. package/icons/Group.jsx +0 -14
  1016. package/icons/Guitar.jsx +0 -12
  1017. package/icons/Ham.jsx +0 -12
  1018. package/icons/Hamburger.jsx +0 -12
  1019. package/icons/Hammer.jsx +0 -11
  1020. package/icons/Hand.jsx +0 -12
  1021. package/icons/HandCoins.jsx +0 -13
  1022. package/icons/HandFist.jsx +0 -12
  1023. package/icons/HandGrab.jsx +0 -13
  1024. package/icons/HandHeart.jsx +0 -12
  1025. package/icons/HandHelping.jsx +0 -11
  1026. package/icons/HandMetal.jsx +0 -12
  1027. package/icons/HandPlatter.jsx +0 -14
  1028. package/icons/Handbag.jsx +0 -10
  1029. package/icons/Handshake.jsx +0 -13
  1030. package/icons/HardDrive.jsx +0 -12
  1031. package/icons/HardDriveDownload.jsx +0 -13
  1032. package/icons/HardDriveUpload.jsx +0 -13
  1033. package/icons/HardHat.jsx +0 -12
  1034. package/icons/Hash.jsx +0 -12
  1035. package/icons/HatGlasses.jsx +0 -13
  1036. package/icons/Haze.jsx +0 -16
  1037. package/icons/Hd.jsx +0 -13
  1038. package/icons/HdmiPort.jsx +0 -10
  1039. package/icons/Heading.jsx +0 -11
  1040. package/icons/Heading1.jsx +0 -12
  1041. package/icons/Heading2.jsx +0 -12
  1042. package/icons/Heading3.jsx +0 -13
  1043. package/icons/Heading4.jsx +0 -13
  1044. package/icons/Heading5.jsx +0 -13
  1045. package/icons/Heading6.jsx +0 -13
  1046. package/icons/HeadphoneOff.jsx +0 -13
  1047. package/icons/Headphones.jsx +0 -9
  1048. package/icons/Headset.jsx +0 -10
  1049. package/icons/Heart.jsx +0 -9
  1050. package/icons/HeartCrack.jsx +0 -10
  1051. package/icons/HeartHandshake.jsx +0 -9
  1052. package/icons/HeartMinus.jsx +0 -10
  1053. package/icons/HeartOff.jsx +0 -11
  1054. package/icons/HeartPlus.jsx +0 -11
  1055. package/icons/HeartPulse.jsx +0 -10
  1056. package/icons/HeartX.jsx +0 -11
  1057. package/icons/Heater.jsx +0 -18
  1058. package/icons/Helicopter.jsx +0 -16
  1059. package/icons/Hexagon.jsx +0 -9
  1060. package/icons/Highlighter.jsx +0 -10
  1061. package/icons/History.jsx +0 -11
  1062. package/icons/Hop.jsx +0 -16
  1063. package/icons/HopOff.jsx +0 -17
  1064. package/icons/Hospital.jsx +0 -13
  1065. package/icons/Hotel.jsx +0 -18
  1066. package/icons/Hourglass.jsx +0 -12
  1067. package/icons/House.jsx +0 -10
  1068. package/icons/HouseHeart.jsx +0 -10
  1069. package/icons/HousePlug.jsx +0 -12
  1070. package/icons/HousePlus.jsx +0 -12
  1071. package/icons/HouseWifi.jsx +0 -12
  1072. package/icons/IceCreamBowl.jsx +0 -11
  1073. package/icons/IceCreamCone.jsx +0 -11
  1074. package/icons/IdCard.jsx +0 -13
  1075. package/icons/IdCardLanyard.jsx +0 -13
  1076. package/icons/Image.jsx +0 -11
  1077. package/icons/ImageDown.jsx +0 -12
  1078. package/icons/ImageMinus.jsx +0 -12
  1079. package/icons/ImageOff.jsx +0 -14
  1080. package/icons/ImagePlay.jsx +0 -12
  1081. package/icons/ImagePlus.jsx +0 -13
  1082. package/icons/ImageUp.jsx +0 -12
  1083. package/icons/ImageUpscale.jsx +0 -16
  1084. package/icons/Images.jsx +0 -12
  1085. package/icons/Import.jsx +0 -11
  1086. package/icons/Inbox.jsx +0 -10
  1087. package/icons/IndianRupee.jsx +0 -13
  1088. package/icons/Infinity.jsx +0 -9
  1089. package/icons/Info.jsx +0 -11
  1090. package/icons/InspectionPanel.jsx +0 -13
  1091. package/icons/Italic.jsx +0 -11
  1092. package/icons/IterationCcw.jsx +0 -10
  1093. package/icons/IterationCw.jsx +0 -10
  1094. package/icons/JapaneseYen.jsx +0 -11
  1095. package/icons/Joystick.jsx +0 -12
  1096. package/icons/Kanban.jsx +0 -11
  1097. package/icons/Kayak.jsx +0 -12
  1098. package/icons/Key.jsx +0 -11
  1099. package/icons/KeyRound.jsx +0 -10
  1100. package/icons/KeySquare.jsx +0 -11
  1101. package/icons/Keyboard.jsx +0 -17
  1102. package/icons/KeyboardMusic.jsx +0 -17
  1103. package/icons/KeyboardOff.jsx +0 -18
  1104. package/icons/LICENSE +0 -43
  1105. package/icons/Lamp.jsx +0 -11
  1106. package/icons/LampCeiling.jsx +0 -11
  1107. package/icons/LampDesk.jsx +0 -12
  1108. package/icons/LampFloor.jsx +0 -11
  1109. package/icons/LampWallDown.jsx +0 -11
  1110. package/icons/LampWallUp.jsx +0 -11
  1111. package/icons/LandPlot.jsx +0 -12
  1112. package/icons/Landmark.jsx +0 -14
  1113. package/icons/Languages.jsx +0 -14
  1114. package/icons/Laptop.jsx +0 -10
  1115. package/icons/LaptopMinimal.jsx +0 -10
  1116. package/icons/LaptopMinimalCheck.jsx +0 -11
  1117. package/icons/Lasso.jsx +0 -11
  1118. package/icons/LassoSelect.jsx +0 -13
  1119. package/icons/Laugh.jsx +0 -12
  1120. package/icons/Layers.jsx +0 -11
  1121. package/icons/Layers2.jsx +0 -10
  1122. package/icons/LayersMinus.jsx +0 -13
  1123. package/icons/LayersPlus.jsx +0 -13
  1124. package/icons/LayoutDashboard.jsx +0 -12
  1125. package/icons/LayoutGrid.jsx +0 -12
  1126. package/icons/LayoutList.jsx +0 -14
  1127. package/icons/LayoutPanelLeft.jsx +0 -11
  1128. package/icons/LayoutPanelTop.jsx +0 -11
  1129. package/icons/LayoutTemplate.jsx +0 -11
  1130. package/icons/Leaf.jsx +0 -10
  1131. package/icons/LeafyGreen.jsx +0 -10
  1132. package/icons/Lectern.jsx +0 -11
  1133. package/icons/LensConcave.jsx +0 -9
  1134. package/icons/LensConvex.jsx +0 -10
  1135. package/icons/Library.jsx +0 -12
  1136. package/icons/LibraryBig.jsx +0 -11
  1137. package/icons/LifeBuoy.jsx +0 -14
  1138. package/icons/Ligature.jsx +0 -13
  1139. package/icons/Lightbulb.jsx +0 -11
  1140. package/icons/LightbulbOff.jsx +0 -13
  1141. package/icons/LineDotRightHorizontal.jsx +0 -10
  1142. package/icons/LineSquiggle.jsx +0 -9
  1143. package/icons/LineStyle.jsx +0 -14
  1144. package/icons/Link.jsx +0 -10
  1145. package/icons/Link2.jsx +0 -11
  1146. package/icons/Link2Off.jsx +0 -12
  1147. package/icons/List.jsx +0 -14
  1148. package/icons/ListCheck.jsx +0 -12
  1149. package/icons/ListChecks.jsx +0 -13
  1150. package/icons/ListChevronsDownUp.jsx +0 -13
  1151. package/icons/ListChevronsUpDown.jsx +0 -13
  1152. package/icons/ListCollapse.jsx +0 -13
  1153. package/icons/ListEnd.jsx +0 -13
  1154. package/icons/ListFilter.jsx +0 -11
  1155. package/icons/ListFilterPlus.jsx +0 -13
  1156. package/icons/ListIndentDecrease.jsx +0 -12
  1157. package/icons/ListIndentIncrease.jsx +0 -12
  1158. package/icons/ListMinus.jsx +0 -12
  1159. package/icons/ListMusic.jsx +0 -13
  1160. package/icons/ListOrdered.jsx +0 -14
  1161. package/icons/ListPlus.jsx +0 -13
  1162. package/icons/ListRestart.jsx +0 -13
  1163. package/icons/ListStart.jsx +0 -13
  1164. package/icons/ListTodo.jsx +0 -13
  1165. package/icons/ListTree.jsx +0 -13
  1166. package/icons/ListVideo.jsx +0 -12
  1167. package/icons/ListX.jsx +0 -13
  1168. package/icons/Loader.jsx +0 -16
  1169. package/icons/LoaderCircle.jsx +0 -9
  1170. package/icons/LoaderPinwheel.jsx +0 -12
  1171. package/icons/Locate.jsx +0 -13
  1172. package/icons/LocateFixed.jsx +0 -14
  1173. package/icons/LocateOff.jsx +0 -15
  1174. package/icons/Lock.jsx +0 -10
  1175. package/icons/LockKeyhole.jsx +0 -11
  1176. package/icons/LockKeyholeOpen.jsx +0 -11
  1177. package/icons/LockOpen.jsx +0 -10
  1178. package/icons/LogIn.jsx +0 -11
  1179. package/icons/LogOut.jsx +0 -11
  1180. package/icons/Logs.jsx +0 -17
  1181. package/icons/Lollipop.jsx +0 -11
  1182. package/icons/Luggage.jsx +0 -13
  1183. package/icons/Magnet.jsx +0 -11
  1184. package/icons/Mail.jsx +0 -10
  1185. package/icons/MailCheck.jsx +0 -11
  1186. package/icons/MailMinus.jsx +0 -11
  1187. package/icons/MailOpen.jsx +0 -10
  1188. package/icons/MailPlus.jsx +0 -12
  1189. package/icons/MailQuestionMark.jsx +0 -12
  1190. package/icons/MailSearch.jsx +0 -13
  1191. package/icons/MailWarning.jsx +0 -12
  1192. package/icons/MailX.jsx +0 -12
  1193. package/icons/Mailbox.jsx +0 -12
  1194. package/icons/Mails.jsx +0 -11
  1195. package/icons/Map.jsx +0 -11
  1196. package/icons/MapMinus.jsx +0 -12
  1197. package/icons/MapPin.jsx +0 -10
  1198. package/icons/MapPinCheck.jsx +0 -11
  1199. package/icons/MapPinCheckInside.jsx +0 -10
  1200. package/icons/MapPinHouse.jsx +0 -12
  1201. package/icons/MapPinMinus.jsx +0 -11
  1202. package/icons/MapPinMinusInside.jsx +0 -10
  1203. package/icons/MapPinOff.jsx +0 -13
  1204. package/icons/MapPinPen.jsx +0 -11
  1205. package/icons/MapPinPlus.jsx +0 -12
  1206. package/icons/MapPinPlusInside.jsx +0 -11
  1207. package/icons/MapPinSearch.jsx +0 -12
  1208. package/icons/MapPinX.jsx +0 -12
  1209. package/icons/MapPinXInside.jsx +0 -11
  1210. package/icons/MapPinned.jsx +0 -11
  1211. package/icons/MapPlus.jsx +0 -13
  1212. package/icons/Mars.jsx +0 -11
  1213. package/icons/MarsStroke.jsx +0 -12
  1214. package/icons/Martini.jsx +0 -11
  1215. package/icons/Maximize.jsx +0 -12
  1216. package/icons/Maximize2.jsx +0 -12
  1217. package/icons/Medal.jsx +0 -14
  1218. package/icons/Megaphone.jsx +0 -11
  1219. package/icons/MegaphoneOff.jsx +0 -13
  1220. package/icons/Meh.jsx +0 -12
  1221. package/icons/MemoryStick.jsx +0 -19
  1222. package/icons/Menu.jsx +0 -11
  1223. package/icons/Merge.jsx +0 -11
  1224. package/icons/MessageCircle.jsx +0 -9
  1225. package/icons/MessageCircleCheck.jsx +0 -10
  1226. package/icons/MessageCircleCode.jsx +0 -11
  1227. package/icons/MessageCircleDashed.jsx +0 -16
  1228. package/icons/MessageCircleHeart.jsx +0 -10
  1229. package/icons/MessageCircleMore.jsx +0 -12
  1230. package/icons/MessageCircleOff.jsx +0 -11
  1231. package/icons/MessageCirclePlus.jsx +0 -11
  1232. package/icons/MessageCircleQuestionMark.jsx +0 -11
  1233. package/icons/MessageCircleReply.jsx +0 -11
  1234. package/icons/MessageCircleWarning.jsx +0 -11
  1235. package/icons/MessageCircleX.jsx +0 -11
  1236. package/icons/MessageSquare.jsx +0 -9
  1237. package/icons/MessageSquareCheck.jsx +0 -10
  1238. package/icons/MessageSquareCode.jsx +0 -11
  1239. package/icons/MessageSquareDashed.jsx +0 -18
  1240. package/icons/MessageSquareDiff.jsx +0 -12
  1241. package/icons/MessageSquareDot.jsx +0 -10
  1242. package/icons/MessageSquareHeart.jsx +0 -10
  1243. package/icons/MessageSquareLock.jsx +0 -11
  1244. package/icons/MessageSquareMore.jsx +0 -12
  1245. package/icons/MessageSquareOff.jsx +0 -11
  1246. package/icons/MessageSquarePlus.jsx +0 -11
  1247. package/icons/MessageSquareQuote.jsx +0 -11
  1248. package/icons/MessageSquareReply.jsx +0 -11
  1249. package/icons/MessageSquareShare.jsx +0 -11
  1250. package/icons/MessageSquareText.jsx +0 -12
  1251. package/icons/MessageSquareWarning.jsx +0 -11
  1252. package/icons/MessageSquareX.jsx +0 -11
  1253. package/icons/MessagesSquare.jsx +0 -10
  1254. package/icons/Metronome.jsx +0 -12
  1255. package/icons/Mic.jsx +0 -11
  1256. package/icons/MicOff.jsx +0 -14
  1257. package/icons/MicVocal.jsx +0 -11
  1258. package/icons/Microchip.jsx +0 -18
  1259. package/icons/Microscope.jsx +0 -14
  1260. package/icons/Microwave.jsx +0 -13
  1261. package/icons/Milestone.jsx +0 -11
  1262. package/icons/Milk.jsx +0 -11
  1263. package/icons/MilkOff.jsx +0 -12
  1264. package/icons/Minimize.jsx +0 -12
  1265. package/icons/Minimize2.jsx +0 -12
  1266. package/icons/Minus.jsx +0 -9
  1267. package/icons/MirrorRectangular.jsx +0 -11
  1268. package/icons/MirrorRound.jsx +0 -13
  1269. package/icons/Monitor.jsx +0 -11
  1270. package/icons/MonitorCheck.jsx +0 -12
  1271. package/icons/MonitorCloud.jsx +0 -12
  1272. package/icons/MonitorCog.jsx +0 -20
  1273. package/icons/MonitorDot.jsx +0 -12
  1274. package/icons/MonitorDown.jsx +0 -13
  1275. package/icons/MonitorOff.jsx +0 -13
  1276. package/icons/MonitorPause.jsx +0 -13
  1277. package/icons/MonitorPlay.jsx +0 -12
  1278. package/icons/MonitorSmartphone.jsx +0 -12
  1279. package/icons/MonitorSpeaker.jsx +0 -13
  1280. package/icons/MonitorStop.jsx +0 -12
  1281. package/icons/MonitorUp.jsx +0 -13
  1282. package/icons/MonitorX.jsx +0 -13
  1283. package/icons/Moon.jsx +0 -9
  1284. package/icons/MoonStar.jsx +0 -11
  1285. package/icons/Motorbike.jsx +0 -13
  1286. package/icons/Mountain.jsx +0 -9
  1287. package/icons/MountainSnow.jsx +0 -10
  1288. package/icons/Mouse.jsx +0 -10
  1289. package/icons/MouseLeft.jsx +0 -11
  1290. package/icons/MouseOff.jsx +0 -12
  1291. package/icons/MousePointer.jsx +0 -10
  1292. package/icons/MousePointer2.jsx +0 -9
  1293. package/icons/MousePointer2Off.jsx +0 -11
  1294. package/icons/MousePointerBan.jsx +0 -11
  1295. package/icons/MousePointerClick.jsx +0 -13
  1296. package/icons/MouseRight.jsx +0 -11
  1297. package/icons/Move.jsx +0 -14
  1298. package/icons/Move3d.jsx +0 -12
  1299. package/icons/MoveDiagonal.jsx +0 -11
  1300. package/icons/MoveDiagonal2.jsx +0 -11
  1301. package/icons/MoveDown.jsx +0 -10
  1302. package/icons/MoveDownLeft.jsx +0 -10
  1303. package/icons/MoveDownRight.jsx +0 -10
  1304. package/icons/MoveHorizontal.jsx +0 -11
  1305. package/icons/MoveLeft.jsx +0 -10
  1306. package/icons/MoveRight.jsx +0 -10
  1307. package/icons/MoveUp.jsx +0 -10
  1308. package/icons/MoveUpLeft.jsx +0 -10
  1309. package/icons/MoveUpRight.jsx +0 -10
  1310. package/icons/MoveVertical.jsx +0 -11
  1311. package/icons/Music.jsx +0 -11
  1312. package/icons/Music2.jsx +0 -10
  1313. package/icons/Music3.jsx +0 -10
  1314. package/icons/Music4.jsx +0 -12
  1315. package/icons/Navigation.jsx +0 -9
  1316. package/icons/Navigation2.jsx +0 -9
  1317. package/icons/Navigation2Off.jsx +0 -11
  1318. package/icons/NavigationOff.jsx +0 -11
  1319. package/icons/Network.jsx +0 -13
  1320. package/icons/Newspaper.jsx +0 -12
  1321. package/icons/Nfc.jsx +0 -12
  1322. package/icons/NonBinary.jsx +0 -12
  1323. package/icons/Notebook.jsx +0 -14
  1324. package/icons/NotebookPen.jsx +0 -14
  1325. package/icons/NotebookTabs.jsx +0 -17
  1326. package/icons/NotebookText.jsx +0 -16
  1327. package/icons/NotepadText.jsx +0 -15
  1328. package/icons/NotepadTextDashed.jsx +0 -21
  1329. package/icons/Nut.jsx +0 -11
  1330. package/icons/NutOff.jsx +0 -13
  1331. package/icons/Octagon.jsx +0 -9
  1332. package/icons/OctagonAlert.jsx +0 -11
  1333. package/icons/OctagonMinus.jsx +0 -10
  1334. package/icons/OctagonPause.jsx +0 -11
  1335. package/icons/OctagonX.jsx +0 -11
  1336. package/icons/Omega.jsx +0 -9
  1337. package/icons/Option.jsx +0 -10
  1338. package/icons/Orbit.jsx +0 -13
  1339. package/icons/Origami.jsx +0 -11
  1340. package/icons/Package.jsx +0 -12
  1341. package/icons/Package2.jsx +0 -11
  1342. package/icons/PackageCheck.jsx +0 -13
  1343. package/icons/PackageMinus.jsx +0 -13
  1344. package/icons/PackageOpen.jsx +0 -12
  1345. package/icons/PackagePlus.jsx +0 -14
  1346. package/icons/PackageSearch.jsx +0 -14
  1347. package/icons/PackageX.jsx +0 -14
  1348. package/icons/PaintBucket.jsx +0 -12
  1349. package/icons/PaintRoller.jsx +0 -11
  1350. package/icons/Paintbrush.jsx +0 -11
  1351. package/icons/PaintbrushVertical.jsx +0 -12
  1352. package/icons/Palette.jsx +0 -13
  1353. package/icons/Panda.jsx +0 -14
  1354. package/icons/PanelBottom.jsx +0 -10
  1355. package/icons/PanelBottomClose.jsx +0 -11
  1356. package/icons/PanelBottomDashed.jsx +0 -13
  1357. package/icons/PanelBottomOpen.jsx +0 -11
  1358. package/icons/PanelLeft.jsx +0 -10
  1359. package/icons/PanelLeftClose.jsx +0 -11
  1360. package/icons/PanelLeftDashed.jsx +0 -13
  1361. package/icons/PanelLeftOpen.jsx +0 -11
  1362. package/icons/PanelLeftRightDashed.jsx +0 -17
  1363. package/icons/PanelRight.jsx +0 -10
  1364. package/icons/PanelRightClose.jsx +0 -11
  1365. package/icons/PanelRightDashed.jsx +0 -13
  1366. package/icons/PanelRightOpen.jsx +0 -11
  1367. package/icons/PanelTop.jsx +0 -10
  1368. package/icons/PanelTopBottomDashed.jsx +0 -17
  1369. package/icons/PanelTopClose.jsx +0 -11
  1370. package/icons/PanelTopDashed.jsx +0 -13
  1371. package/icons/PanelTopOpen.jsx +0 -11
  1372. package/icons/PanelsLeftBottom.jsx +0 -11
  1373. package/icons/PanelsRightBottom.jsx +0 -11
  1374. package/icons/PanelsTopLeft.jsx +0 -11
  1375. package/icons/Paperclip.jsx +0 -9
  1376. package/icons/Parentheses.jsx +0 -10
  1377. package/icons/ParkingMeter.jsx +0 -13
  1378. package/icons/PartyPopper.jsx +0 -17
  1379. package/icons/Pause.jsx +0 -10
  1380. package/icons/PawPrint.jsx +0 -12
  1381. package/icons/PcCase.jsx +0 -12
  1382. package/icons/Pen.jsx +0 -9
  1383. package/icons/PenLine.jsx +0 -10
  1384. package/icons/PenOff.jsx +0 -11
  1385. package/icons/PenTool.jsx +0 -12
  1386. package/icons/Pencil.jsx +0 -10
  1387. package/icons/PencilLine.jsx +0 -11
  1388. package/icons/PencilOff.jsx +0 -12
  1389. package/icons/PencilRuler.jsx +0 -14
  1390. package/icons/Pentagon.jsx +0 -9
  1391. package/icons/Percent.jsx +0 -11
  1392. package/icons/PersonStanding.jsx +0 -12
  1393. package/icons/PhilippinePeso.jsx +0 -11
  1394. package/icons/Phone.jsx +0 -9
  1395. package/icons/PhoneCall.jsx +0 -11
  1396. package/icons/PhoneForwarded.jsx +0 -11
  1397. package/icons/PhoneIncoming.jsx +0 -11
  1398. package/icons/PhoneMissed.jsx +0 -11
  1399. package/icons/PhoneOff.jsx +0 -11
  1400. package/icons/PhoneOutgoing.jsx +0 -11
  1401. package/icons/Pi.jsx +0 -11
  1402. package/icons/Piano.jsx +0 -14
  1403. package/icons/Pickaxe.jsx +0 -12
  1404. package/icons/PictureInPicture.jsx +0 -13
  1405. package/icons/PictureInPicture2.jsx +0 -10
  1406. package/icons/PiggyBank.jsx +0 -11
  1407. package/icons/Pilcrow.jsx +0 -11
  1408. package/icons/PilcrowLeft.jsx +0 -13
  1409. package/icons/PilcrowRight.jsx +0 -13
  1410. package/icons/Pill.jsx +0 -10
  1411. package/icons/PillBottle.jsx +0 -11
  1412. package/icons/Pin.jsx +0 -10
  1413. package/icons/PinOff.jsx +0 -12
  1414. package/icons/Pipette.jsx +0 -11
  1415. package/icons/Pizza.jsx +0 -13
  1416. package/icons/Plane.jsx +0 -9
  1417. package/icons/PlaneLanding.jsx +0 -10
  1418. package/icons/PlaneTakeoff.jsx +0 -10
  1419. package/icons/Play.jsx +0 -9
  1420. package/icons/Plug.jsx +0 -12
  1421. package/icons/Plug2.jsx +0 -13
  1422. package/icons/PlugZap.jsx +0 -13
  1423. package/icons/Plus.jsx +0 -10
  1424. package/icons/PocketKnife.jsx +0 -13
  1425. package/icons/Podcast.jsx +0 -12
  1426. package/icons/Pointer.jsx +0 -13
  1427. package/icons/PointerOff.jsx +0 -14
  1428. package/icons/Popcorn.jsx +0 -12
  1429. package/icons/Popsicle.jsx +0 -10
  1430. package/icons/PoundSterling.jsx +0 -12
  1431. package/icons/Power.jsx +0 -10
  1432. package/icons/PowerOff.jsx +0 -12
  1433. package/icons/Presentation.jsx +0 -11
  1434. package/icons/Printer.jsx +0 -11
  1435. package/icons/PrinterCheck.jsx +0 -12
  1436. package/icons/PrinterX.jsx +0 -13
  1437. package/icons/Projector.jsx +0 -14
  1438. package/icons/Proportions.jsx +0 -11
  1439. package/icons/Puzzle.jsx +0 -9
  1440. package/icons/Pyramid.jsx +0 -10
  1441. package/icons/QrCode.jsx +0 -20
  1442. package/icons/Quote.jsx +0 -10
  1443. package/icons/Rabbit.jsx +0 -13
  1444. package/icons/Radar.jsx +0 -16
  1445. package/icons/Radiation.jsx +0 -12
  1446. package/icons/Radical.jsx +0 -9
  1447. package/icons/Radio.jsx +0 -13
  1448. package/icons/RadioOff.jsx +0 -14
  1449. package/icons/RadioReceiver.jsx +0 -12
  1450. package/icons/RadioTower.jsx +0 -15
  1451. package/icons/Radius.jsx +0 -12
  1452. package/icons/Rainbow.jsx +0 -11
  1453. package/icons/Rat.jsx +0 -13
  1454. package/icons/Ratio.jsx +0 -10
  1455. package/icons/Receipt.jsx +0 -11
  1456. package/icons/ReceiptCent.jsx +0 -11
  1457. package/icons/ReceiptEuro.jsx +0 -11
  1458. package/icons/ReceiptIndianRupee.jsx +0 -12
  1459. package/icons/ReceiptJapaneseYen.jsx +0 -13
  1460. package/icons/ReceiptPoundSterling.jsx +0 -12
  1461. package/icons/ReceiptRussianRuble.jsx +0 -11
  1462. package/icons/ReceiptSwissFranc.jsx +0 -12
  1463. package/icons/ReceiptText.jsx +0 -12
  1464. package/icons/ReceiptTurkishLira.jsx +0 -11
  1465. package/icons/RectangleCircle.jsx +0 -10
  1466. package/icons/RectangleEllipsis.jsx +0 -12
  1467. package/icons/RectangleGoggles.jsx +0 -9
  1468. package/icons/RectangleHorizontal.jsx +0 -9
  1469. package/icons/RectangleVertical.jsx +0 -9
  1470. package/icons/Recycle.jsx +0 -14
  1471. package/icons/Redo.jsx +0 -10
  1472. package/icons/Redo2.jsx +0 -10
  1473. package/icons/RedoDot.jsx +0 -11
  1474. package/icons/RefreshCcw.jsx +0 -12
  1475. package/icons/RefreshCcwDot.jsx +0 -13
  1476. package/icons/RefreshCw.jsx +0 -12
  1477. package/icons/RefreshCwOff.jsx +0 -15
  1478. package/icons/Refrigerator.jsx +0 -11
  1479. package/icons/Regex.jsx +0 -12
  1480. package/icons/RemoveFormatting.jsx +0 -13
  1481. package/icons/Repeat.jsx +0 -12
  1482. package/icons/Repeat1.jsx +0 -13
  1483. package/icons/Repeat2.jsx +0 -12
  1484. package/icons/RepeatOff.jsx +0 -15
  1485. package/icons/Replace.jsx +0 -15
  1486. package/icons/ReplaceAll.jsx +0 -17
  1487. package/icons/Reply.jsx +0 -10
  1488. package/icons/ReplyAll.jsx +0 -11
  1489. package/icons/Rewind.jsx +0 -10
  1490. package/icons/Ribbon.jsx +0 -13
  1491. package/icons/Road.jsx +0 -12
  1492. package/icons/Rocket.jsx +0 -12
  1493. package/icons/RockingChair.jsx +0 -12
  1494. package/icons/RollerCoaster.jsx +0 -15
  1495. package/icons/Rose.jsx +0 -13
  1496. package/icons/Rotate3d.jsx +0 -11
  1497. package/icons/RotateCcw.jsx +0 -10
  1498. package/icons/RotateCcwKey.jsx +0 -13
  1499. package/icons/RotateCcwSquare.jsx +0 -11
  1500. package/icons/RotateCw.jsx +0 -10
  1501. package/icons/RotateCwSquare.jsx +0 -11
  1502. package/icons/Route.jsx +0 -11
  1503. package/icons/RouteOff.jsx +0 -15
  1504. package/icons/Router.jsx +0 -14
  1505. package/icons/Rows2.jsx +0 -10
  1506. package/icons/Rows3.jsx +0 -11
  1507. package/icons/Rows4.jsx +0 -12
  1508. package/icons/Rss.jsx +0 -11
  1509. package/icons/Ruler.jsx +0 -13
  1510. package/icons/RulerDimensionLine.jsx +0 -16
  1511. package/icons/RussianRuble.jsx +0 -10
  1512. package/icons/Sailboat.jsx +0 -11
  1513. package/icons/Salad.jsx +0 -13
  1514. package/icons/Sandwich.jsx +0 -13
  1515. package/icons/Satellite.jsx +0 -13
  1516. package/icons/SatelliteDish.jsx +0 -12
  1517. package/icons/SaudiRiyal.jsx +0 -12
  1518. package/icons/Save.jsx +0 -11
  1519. package/icons/SaveAll.jsx +0 -12
  1520. package/icons/SaveOff.jsx +0 -15
  1521. package/icons/Scale.jsx +0 -13
  1522. package/icons/Scale3d.jsx +0 -12
  1523. package/icons/Scaling.jsx +0 -12
  1524. package/icons/Scan.jsx +0 -12
  1525. package/icons/ScanBarcode.jsx +0 -15
  1526. package/icons/ScanEye.jsx +0 -14
  1527. package/icons/ScanFace.jsx +0 -15
  1528. package/icons/ScanHeart.jsx +0 -13
  1529. package/icons/ScanLine.jsx +0 -13
  1530. package/icons/ScanQrCode.jsx +0 -16
  1531. package/icons/ScanSearch.jsx +0 -14
  1532. package/icons/ScanText.jsx +0 -15
  1533. package/icons/School.jsx +0 -14
  1534. package/icons/Scissors.jsx +0 -13
  1535. package/icons/ScissorsLineDashed.jsx +0 -15
  1536. package/icons/Scooter.jsx +0 -12
  1537. package/icons/ScreenShare.jsx +0 -13
  1538. package/icons/ScreenShareOff.jsx +0 -13
  1539. package/icons/Scroll.jsx +0 -10
  1540. package/icons/ScrollText.jsx +0 -12
  1541. package/icons/Search.jsx +0 -10
  1542. package/icons/SearchAlert.jsx +0 -12
  1543. package/icons/SearchCheck.jsx +0 -11
  1544. package/icons/SearchCode.jsx +0 -12
  1545. package/icons/SearchSlash.jsx +0 -11
  1546. package/icons/SearchX.jsx +0 -12
  1547. package/icons/Section.jsx +0 -10
  1548. package/icons/Send.jsx +0 -10
  1549. package/icons/SendHorizontal.jsx +0 -10
  1550. package/icons/SendToBack.jsx +0 -12
  1551. package/icons/SeparatorHorizontal.jsx +0 -11
  1552. package/icons/SeparatorVertical.jsx +0 -11
  1553. package/icons/Server.jsx +0 -12
  1554. package/icons/ServerCog.jsx +0 -20
  1555. package/icons/ServerCrash.jsx +0 -13
  1556. package/icons/ServerOff.jsx +0 -14
  1557. package/icons/Settings.jsx +0 -10
  1558. package/icons/Settings2.jsx +0 -12
  1559. package/icons/Shapes.jsx +0 -11
  1560. package/icons/Share.jsx +0 -11
  1561. package/icons/Share2.jsx +0 -13
  1562. package/icons/Sheet.jsx +0 -13
  1563. package/icons/Shell.jsx +0 -9
  1564. package/icons/ShelvingUnit.jsx +0 -15
  1565. package/icons/Shield.jsx +0 -9
  1566. package/icons/ShieldAlert.jsx +0 -11
  1567. package/icons/ShieldBan.jsx +0 -10
  1568. package/icons/ShieldCheck.jsx +0 -10
  1569. package/icons/ShieldCog.jsx +0 -18
  1570. package/icons/ShieldCogCorner.jsx +0 -18
  1571. package/icons/ShieldEllipsis.jsx +0 -12
  1572. package/icons/ShieldHalf.jsx +0 -10
  1573. package/icons/ShieldMinus.jsx +0 -10
  1574. package/icons/ShieldOff.jsx +0 -11
  1575. package/icons/ShieldPlus.jsx +0 -11
  1576. package/icons/ShieldQuestionMark.jsx +0 -11
  1577. package/icons/ShieldUser.jsx +0 -11
  1578. package/icons/ShieldX.jsx +0 -11
  1579. package/icons/Ship.jsx +0 -13
  1580. package/icons/ShipWheel.jsx +0 -18
  1581. package/icons/Shirt.jsx +0 -9
  1582. package/icons/ShoppingBag.jsx +0 -11
  1583. package/icons/ShoppingBasket.jsx +0 -15
  1584. package/icons/ShoppingCart.jsx +0 -11
  1585. package/icons/Shovel.jsx +0 -11
  1586. package/icons/ShowerHead.jsx +0 -18
  1587. package/icons/Shredder.jsx +0 -15
  1588. package/icons/Shrimp.jsx +0 -13
  1589. package/icons/Shrink.jsx +0 -12
  1590. package/icons/Shrub.jsx +0 -11
  1591. package/icons/Shuffle.jsx +0 -13
  1592. package/icons/Sigma.jsx +0 -9
  1593. package/icons/Signal.jsx +0 -13
  1594. package/icons/SignalHigh.jsx +0 -12
  1595. package/icons/SignalLow.jsx +0 -10
  1596. package/icons/SignalMedium.jsx +0 -11
  1597. package/icons/SignalZero.jsx +0 -9
  1598. package/icons/Signature.jsx +0 -10
  1599. package/icons/Signpost.jsx +0 -11
  1600. package/icons/SignpostBig.jsx +0 -12
  1601. package/icons/Siren.jsx +0 -16
  1602. package/icons/SkipBack.jsx +0 -10
  1603. package/icons/SkipForward.jsx +0 -10
  1604. package/icons/Skull.jsx +0 -12
  1605. package/icons/Slash.jsx +0 -9
  1606. package/icons/Slice.jsx +0 -9
  1607. package/icons/SlidersHorizontal.jsx +0 -17
  1608. package/icons/SlidersVertical.jsx +0 -17
  1609. package/icons/Smartphone.jsx +0 -10
  1610. package/icons/SmartphoneCharging.jsx +0 -10
  1611. package/icons/SmartphoneNfc.jsx +0 -12
  1612. package/icons/Smile.jsx +0 -12
  1613. package/icons/SmilePlus.jsx +0 -14
  1614. package/icons/Snail.jsx +0 -13
  1615. package/icons/Snowflake.jsx +0 -20
  1616. package/icons/SoapDispenserDroplet.jsx +0 -12
  1617. package/icons/Sofa.jsx +0 -13
  1618. package/icons/SolarPanel.jsx +0 -15
  1619. package/icons/Soup.jsx +0 -14
  1620. package/icons/Space.jsx +0 -9
  1621. package/icons/Spade.jsx +0 -10
  1622. package/icons/Sparkle.jsx +0 -9
  1623. package/icons/Sparkles.jsx +0 -12
  1624. package/icons/Speaker.jsx +0 -12
  1625. package/icons/Speech.jsx +0 -11
  1626. package/icons/SpellCheck.jsx +0 -11
  1627. package/icons/SpellCheck2.jsx +0 -11
  1628. package/icons/Spline.jsx +0 -11
  1629. package/icons/SplinePointer.jsx +0 -12
  1630. package/icons/Split.jsx +0 -12
  1631. package/icons/Spool.jsx +0 -10
  1632. package/icons/SportShoe.jsx +0 -11
  1633. package/icons/Spotlight.jsx +0 -13
  1634. package/icons/SprayCan.jsx +0 -18
  1635. package/icons/Sprout.jsx +0 -11
  1636. package/icons/Square.jsx +0 -9
  1637. package/icons/SquareActivity.jsx +0 -10
  1638. package/icons/SquareArrowDown.jsx +0 -11
  1639. package/icons/SquareArrowDownLeft.jsx +0 -11
  1640. package/icons/SquareArrowDownRight.jsx +0 -11
  1641. package/icons/SquareArrowLeft.jsx +0 -11
  1642. package/icons/SquareArrowOutDownLeft.jsx +0 -11
  1643. package/icons/SquareArrowOutDownRight.jsx +0 -11
  1644. package/icons/SquareArrowOutUpLeft.jsx +0 -11
  1645. package/icons/SquareArrowOutUpRight.jsx +0 -11
  1646. package/icons/SquareArrowRight.jsx +0 -11
  1647. package/icons/SquareArrowRightEnter.jsx +0 -11
  1648. package/icons/SquareArrowRightExit.jsx +0 -11
  1649. package/icons/SquareArrowUp.jsx +0 -11
  1650. package/icons/SquareArrowUpLeft.jsx +0 -11
  1651. package/icons/SquareArrowUpRight.jsx +0 -11
  1652. package/icons/SquareAsterisk.jsx +0 -12
  1653. package/icons/SquareBottomDashedScissors.jsx +0 -22
  1654. package/icons/SquareCenterlineDashedHorizontal.jsx +0 -14
  1655. package/icons/SquareCenterlineDashedVertical.jsx +0 -14
  1656. package/icons/SquareChartGantt.jsx +0 -12
  1657. package/icons/SquareCheck.jsx +0 -10
  1658. package/icons/SquareCheckBig.jsx +0 -10
  1659. package/icons/SquareChevronDown.jsx +0 -10
  1660. package/icons/SquareChevronLeft.jsx +0 -10
  1661. package/icons/SquareChevronRight.jsx +0 -10
  1662. package/icons/SquareChevronUp.jsx +0 -10
  1663. package/icons/SquareCode.jsx +0 -11
  1664. package/icons/SquareDashed.jsx +0 -20
  1665. package/icons/SquareDashedBottom.jsx +0 -11
  1666. package/icons/SquareDashedBottomCode.jsx +0 -13
  1667. package/icons/SquareDashedKanban.jsx +0 -23
  1668. package/icons/SquareDashedMousePointer.jsx +0 -18
  1669. package/icons/SquareDashedText.jsx +0 -23
  1670. package/icons/SquareDashedTopSolid.jsx +0 -17
  1671. package/icons/SquareDivide.jsx +0 -12
  1672. package/icons/SquareDot.jsx +0 -10
  1673. package/icons/SquareEqual.jsx +0 -11
  1674. package/icons/SquareFunction.jsx +0 -11
  1675. package/icons/SquareKanban.jsx +0 -12
  1676. package/icons/SquareLibrary.jsx +0 -12
  1677. package/icons/SquareM.jsx +0 -10
  1678. package/icons/SquareMenu.jsx +0 -12
  1679. package/icons/SquareMinus.jsx +0 -10
  1680. package/icons/SquareMousePointer.jsx +0 -10
  1681. package/icons/SquareParking.jsx +0 -10
  1682. package/icons/SquareParkingOff.jsx +0 -13
  1683. package/icons/SquarePause.jsx +0 -11
  1684. package/icons/SquarePen.jsx +0 -10
  1685. package/icons/SquarePercent.jsx +0 -12
  1686. package/icons/SquarePi.jsx +0 -12
  1687. package/icons/SquarePilcrow.jsx +0 -12
  1688. package/icons/SquarePlay.jsx +0 -10
  1689. package/icons/SquarePlus.jsx +0 -11
  1690. package/icons/SquarePower.jsx +0 -11
  1691. package/icons/SquareRadical.jsx +0 -10
  1692. package/icons/SquareRoundCorner.jsx +0 -10
  1693. package/icons/SquareScissors.jsx +0 -14
  1694. package/icons/SquareSigma.jsx +0 -10
  1695. package/icons/SquareSlash.jsx +0 -10
  1696. package/icons/SquareSplitHorizontal.jsx +0 -11
  1697. package/icons/SquareSplitVertical.jsx +0 -11
  1698. package/icons/SquareSquare.jsx +0 -10
  1699. package/icons/SquareStack.jsx +0 -11
  1700. package/icons/SquareStar.jsx +0 -10
  1701. package/icons/SquareStop.jsx +0 -10
  1702. package/icons/SquareTerminal.jsx +0 -11
  1703. package/icons/SquareUser.jsx +0 -11
  1704. package/icons/SquareUserRound.jsx +0 -11
  1705. package/icons/SquareX.jsx +0 -11
  1706. package/icons/SquaresExclude.jsx +0 -10
  1707. package/icons/SquaresIntersect.jsx +0 -19
  1708. package/icons/SquaresSubtract.jsx +0 -14
  1709. package/icons/SquaresUnite.jsx +0 -9
  1710. package/icons/Squircle.jsx +0 -9
  1711. package/icons/SquircleDashed.jsx +0 -16
  1712. package/icons/Squirrel.jsx +0 -12
  1713. package/icons/Stamp.jsx +0 -11
  1714. package/icons/Star.jsx +0 -9
  1715. package/icons/StarHalf.jsx +0 -9
  1716. package/icons/StarOff.jsx +0 -11
  1717. package/icons/StepBack.jsx +0 -10
  1718. package/icons/StepForward.jsx +0 -10
  1719. package/icons/Stethoscope.jsx +0 -13
  1720. package/icons/Sticker.jsx +0 -13
  1721. package/icons/StickyNote.jsx +0 -10
  1722. package/icons/Stone.jsx +0 -11
  1723. package/icons/Store.jsx +0 -11
  1724. package/icons/StretchHorizontal.jsx +0 -10
  1725. package/icons/StretchVertical.jsx +0 -10
  1726. package/icons/Strikethrough.jsx +0 -11
  1727. package/icons/Subscript.jsx +0 -11
  1728. package/icons/Sun.jsx +0 -17
  1729. package/icons/SunDim.jsx +0 -17
  1730. package/icons/SunMedium.jsx +0 -17
  1731. package/icons/SunMoon.jsx +0 -13
  1732. package/icons/SunSnow.jsx +0 -19
  1733. package/icons/Sunrise.jsx +0 -16
  1734. package/icons/Sunset.jsx +0 -16
  1735. package/icons/Superscript.jsx +0 -11
  1736. package/icons/SwatchBook.jsx +0 -12
  1737. package/icons/SwissFranc.jsx +0 -11
  1738. package/icons/SwitchCamera.jsx +0 -13
  1739. package/icons/Sword.jsx +0 -12
  1740. package/icons/Swords.jsx +0 -16
  1741. package/icons/Syringe.jsx +0 -14
  1742. package/icons/Table.jsx +0 -12
  1743. package/icons/Table2.jsx +0 -9
  1744. package/icons/TableCellsMerge.jsx +0 -13
  1745. package/icons/TableCellsSplit.jsx +0 -12
  1746. package/icons/TableColumnsSplit.jsx +0 -19
  1747. package/icons/TableOfContents.jsx +0 -14
  1748. package/icons/TableProperties.jsx +0 -12
  1749. package/icons/TableRowsSplit.jsx +0 -19
  1750. package/icons/Tablet.jsx +0 -10
  1751. package/icons/TabletSmartphone.jsx +0 -11
  1752. package/icons/Tablets.jsx +0 -12
  1753. package/icons/Tag.jsx +0 -10
  1754. package/icons/Tags.jsx +0 -11
  1755. package/icons/Tally1.jsx +0 -9
  1756. package/icons/Tally2.jsx +0 -10
  1757. package/icons/Tally3.jsx +0 -11
  1758. package/icons/Tally4.jsx +0 -12
  1759. package/icons/Tally5.jsx +0 -13
  1760. package/icons/Tangent.jsx +0 -12
  1761. package/icons/Target.jsx +0 -11
  1762. package/icons/Telescope.jsx +0 -15
  1763. package/icons/Tent.jsx +0 -12
  1764. package/icons/TentTree.jsx +0 -15
  1765. package/icons/Terminal.jsx +0 -10
  1766. package/icons/TestTube.jsx +0 -11
  1767. package/icons/TestTubeDiagonal.jsx +0 -11
  1768. package/icons/TestTubes.jsx +0 -14
  1769. package/icons/TextAlignCenter.jsx +0 -11
  1770. package/icons/TextAlignEnd.jsx +0 -11
  1771. package/icons/TextAlignJustify.jsx +0 -11
  1772. package/icons/TextAlignStart.jsx +0 -11
  1773. package/icons/TextCursor.jsx +0 -11
  1774. package/icons/TextCursorInput.jsx +0 -13
  1775. package/icons/TextInitial.jsx +0 -13
  1776. package/icons/TextQuote.jsx +0 -12
  1777. package/icons/TextSearch.jsx +0 -13
  1778. package/icons/TextWrap.jsx +0 -12
  1779. package/icons/Theater.jsx +0 -17
  1780. package/icons/Thermometer.jsx +0 -9
  1781. package/icons/ThermometerSnowflake.jsx +0 -16
  1782. package/icons/ThermometerSun.jsx +0 -14
  1783. package/icons/ThumbsDown.jsx +0 -10
  1784. package/icons/ThumbsUp.jsx +0 -10
  1785. package/icons/Ticket.jsx +0 -12
  1786. package/icons/TicketCheck.jsx +0 -10
  1787. package/icons/TicketMinus.jsx +0 -10
  1788. package/icons/TicketPercent.jsx +0 -12
  1789. package/icons/TicketPlus.jsx +0 -11
  1790. package/icons/TicketSlash.jsx +0 -10
  1791. package/icons/TicketX.jsx +0 -11
  1792. package/icons/Tickets.jsx +0 -13
  1793. package/icons/TicketsPlane.jsx +0 -15
  1794. package/icons/Timeline.jsx +0 -16
  1795. package/icons/Timer.jsx +0 -11
  1796. package/icons/TimerOff.jsx +0 -13
  1797. package/icons/TimerReset.jsx +0 -12
  1798. package/icons/ToggleLeft.jsx +0 -10
  1799. package/icons/ToggleRight.jsx +0 -10
  1800. package/icons/Toilet.jsx +0 -10
  1801. package/icons/ToolCase.jsx +0 -12
  1802. package/icons/Toolbox.jsx +0 -13
  1803. package/icons/Tornado.jsx +0 -13
  1804. package/icons/Torus.jsx +0 -10
  1805. package/icons/Touchpad.jsx +0 -11
  1806. package/icons/TouchpadOff.jsx +0 -14
  1807. package/icons/TowelRack.jsx +0 -11
  1808. package/icons/TowerControl.jsx +0 -15
  1809. package/icons/ToyBrick.jsx +0 -11
  1810. package/icons/Tractor.jsx +0 -17
  1811. package/icons/TrafficCone.jsx +0 -12
  1812. package/icons/TrainFront.jsx +0 -14
  1813. package/icons/TrainFrontTunnel.jsx +0 -15
  1814. package/icons/TrainTrack.jsx +0 -15
  1815. package/icons/TramFront.jsx +0 -15
  1816. package/icons/Transgender.jsx +0 -16
  1817. package/icons/Trash.jsx +0 -11
  1818. package/icons/Trash2.jsx +0 -13
  1819. package/icons/TreeDeciduous.jsx +0 -10
  1820. package/icons/TreePalm.jsx +0 -12
  1821. package/icons/TreePine.jsx +0 -10
  1822. package/icons/Trees.jsx +0 -12
  1823. package/icons/TrendingDown.jsx +0 -10
  1824. package/icons/TrendingUp.jsx +0 -10
  1825. package/icons/TrendingUpDown.jsx +0 -12
  1826. package/icons/Triangle.jsx +0 -9
  1827. package/icons/TriangleAlert.jsx +0 -11
  1828. package/icons/TriangleDashed.jsx +0 -17
  1829. package/icons/TriangleRight.jsx +0 -9
  1830. package/icons/Trophy.jsx +0 -14
  1831. package/icons/Truck.jsx +0 -13
  1832. package/icons/TruckElectric.jsx +0 -15
  1833. package/icons/TurkishLira.jsx +0 -11
  1834. package/icons/Turntable.jsx +0 -12
  1835. package/icons/Turtle.jsx +0 -12
  1836. package/icons/Tv.jsx +0 -10
  1837. package/icons/TvMinimal.jsx +0 -10
  1838. package/icons/TvMinimalPlay.jsx +0 -11
  1839. package/icons/Type.jsx +0 -11
  1840. package/icons/TypeOutline.jsx +0 -9
  1841. package/icons/Umbrella.jsx +0 -11
  1842. package/icons/UmbrellaOff.jsx +0 -13
  1843. package/icons/Underline.jsx +0 -10
  1844. package/icons/Undo.jsx +0 -10
  1845. package/icons/Undo2.jsx +0 -10
  1846. package/icons/UndoDot.jsx +0 -11
  1847. package/icons/UnfoldHorizontal.jsx +0 -16
  1848. package/icons/UnfoldVertical.jsx +0 -16
  1849. package/icons/Ungroup.jsx +0 -10
  1850. package/icons/University.jsx +0 -15
  1851. package/icons/Unlink.jsx +0 -14
  1852. package/icons/Unlink2.jsx +0 -9
  1853. package/icons/Unplug.jsx +0 -14
  1854. package/icons/Upload.jsx +0 -11
  1855. package/icons/Usb.jsx +0 -15
  1856. package/icons/User.jsx +0 -10
  1857. package/icons/UserCheck.jsx +0 -11
  1858. package/icons/UserCog.jsx +0 -19
  1859. package/icons/UserKey.jsx +0 -13
  1860. package/icons/UserLock.jsx +0 -12
  1861. package/icons/UserMinus.jsx +0 -11
  1862. package/icons/UserPen.jsx +0 -11
  1863. package/icons/UserPlus.jsx +0 -12
  1864. package/icons/UserRound.jsx +0 -10
  1865. package/icons/UserRoundCheck.jsx +0 -11
  1866. package/icons/UserRoundCog.jsx +0 -19
  1867. package/icons/UserRoundKey.jsx +0 -13
  1868. package/icons/UserRoundMinus.jsx +0 -11
  1869. package/icons/UserRoundPen.jsx +0 -11
  1870. package/icons/UserRoundPlus.jsx +0 -12
  1871. package/icons/UserRoundSearch.jsx +0 -12
  1872. package/icons/UserRoundX.jsx +0 -12
  1873. package/icons/UserSearch.jsx +0 -12
  1874. package/icons/UserStar.jsx +0 -11
  1875. package/icons/UserX.jsx +0 -12
  1876. package/icons/Users.jsx +0 -12
  1877. package/icons/UsersRound.jsx +0 -11
  1878. package/icons/Utensils.jsx +0 -11
  1879. package/icons/UtensilsCrossed.jsx +0 -12
  1880. package/icons/UtilityPole.jsx +0 -15
  1881. package/icons/Van.jsx +0 -13
  1882. package/icons/Variable.jsx +0 -12
  1883. package/icons/Vault.jsx +0 -18
  1884. package/icons/VectorSquare.jsx +0 -16
  1885. package/icons/Vegan.jsx +0 -11
  1886. package/icons/VenetianMask.jsx +0 -11
  1887. package/icons/Venus.jsx +0 -11
  1888. package/icons/VenusAndMars.jsx +0 -13
  1889. package/icons/Vibrate.jsx +0 -11
  1890. package/icons/VibrateOff.jsx +0 -13
  1891. package/icons/Video.jsx +0 -10
  1892. package/icons/VideoOff.jsx +0 -11
  1893. package/icons/Videotape.jsx +0 -13
  1894. package/icons/View.jsx +0 -12
  1895. package/icons/Voicemail.jsx +0 -11
  1896. package/icons/Volleyball.jsx +0 -14
  1897. package/icons/Volume.jsx +0 -9
  1898. package/icons/Volume1.jsx +0 -10
  1899. package/icons/Volume2.jsx +0 -11
  1900. package/icons/VolumeOff.jsx +0 -13
  1901. package/icons/VolumeX.jsx +0 -11
  1902. package/icons/Vote.jsx +0 -11
  1903. package/icons/Wallet.jsx +0 -10
  1904. package/icons/WalletCards.jsx +0 -11
  1905. package/icons/WalletMinimal.jsx +0 -10
  1906. package/icons/Wallpaper.jsx +0 -13
  1907. package/icons/Wand.jsx +0 -17
  1908. package/icons/WandSparkles.jsx +0 -16
  1909. package/icons/Warehouse.jsx +0 -12
  1910. package/icons/WashingMachine.jsx +0 -13
  1911. package/icons/Watch.jsx +0 -12
  1912. package/icons/WavesArrowDown.jsx +0 -12
  1913. package/icons/WavesArrowUp.jsx +0 -12
  1914. package/icons/WavesHorizontal.jsx +0 -11
  1915. package/icons/WavesLadder.jsx +0 -13
  1916. package/icons/WavesVertical.jsx +0 -11
  1917. package/icons/Waypoints.jsx +0 -15
  1918. package/icons/Webcam.jsx +0 -12
  1919. package/icons/Webhook.jsx +0 -11
  1920. package/icons/WebhookOff.jsx +0 -15
  1921. package/icons/Weight.jsx +0 -10
  1922. package/icons/WeightTilde.jsx +0 -11
  1923. package/icons/Wheat.jsx +0 -16
  1924. package/icons/WheatOff.jsx +0 -18
  1925. package/icons/WholeWord.jsx +0 -13
  1926. package/icons/Wifi.jsx +0 -12
  1927. package/icons/WifiCog.jsx +0 -20
  1928. package/icons/WifiHigh.jsx +0 -11
  1929. package/icons/WifiLow.jsx +0 -10
  1930. package/icons/WifiOff.jsx +0 -15
  1931. package/icons/WifiPen.jsx +0 -12
  1932. package/icons/WifiSync.jsx +0 -15
  1933. package/icons/WifiZero.jsx +0 -9
  1934. package/icons/Wind.jsx +0 -11
  1935. package/icons/WindArrowDown.jsx +0 -12
  1936. package/icons/Wine.jsx +0 -12
  1937. package/icons/WineOff.jsx +0 -13
  1938. package/icons/Workflow.jsx +0 -11
  1939. package/icons/Worm.jsx +0 -11
  1940. package/icons/Wrench.jsx +0 -9
  1941. package/icons/X.jsx +0 -10
  1942. package/icons/XLineTop.jsx +0 -11
  1943. package/icons/Zap.jsx +0 -9
  1944. package/icons/ZapOff.jsx +0 -12
  1945. package/icons/ZodiacAquarius.jsx +0 -10
  1946. package/icons/ZodiacAries.jsx +0 -10
  1947. package/icons/ZodiacCancer.jsx +0 -12
  1948. package/icons/ZodiacCapricorn.jsx +0 -11
  1949. package/icons/ZodiacGemini.jsx +0 -12
  1950. package/icons/ZodiacLeo.jsx +0 -10
  1951. package/icons/ZodiacLibra.jsx +0 -10
  1952. package/icons/ZodiacOphiuchus.jsx +0 -10
  1953. package/icons/ZodiacPisces.jsx +0 -11
  1954. package/icons/ZodiacSagittarius.jsx +0 -11
  1955. package/icons/ZodiacScorpio.jsx +0 -12
  1956. package/icons/ZodiacTaurus.jsx +0 -10
  1957. package/icons/ZodiacVirgo.jsx +0 -12
  1958. package/icons/ZoomIn.jsx +0 -12
  1959. package/icons/ZoomOut.jsx +0 -11
  1960. package/icons/_Icon.jsx +0 -28
  1961. package/icons/index.js +0 -1948
  1962. package/jsconfig.json +0 -9
  1963. package/layout/Header.jsx +0 -50
  1964. package/layout/Layout.jsx +0 -60
  1965. package/layout/Sidebar.jsx +0 -124
  1966. package/layout/TabBar.jsx +0 -70
  1967. package/scripts/vendor-icons.js +0 -132
  1968. package/shadcn/ui/carousel.jsx +0 -195
  1969. package/shadcn/ui/chart.jsx +0 -312
  1970. package/shadcn/ui/resizable.jsx +0 -47
  1971. package/stevederico-skateboard-ui-3.0.1.tgz +0 -0
  1972. package/views/LandingView.jsx +0 -207
  1973. package/views/NotFound.jsx +0 -27
  1974. package/views/PaymentView.jsx +0 -118
  1975. package/views/SettingsView.jsx +0 -199
  1976. package/views/SignInView.jsx +0 -171
  1977. package/views/SignOutView.jsx +0 -54
  1978. package/views/SignUpView.jsx +0 -208
  1979. package/views/TextView.jsx +0 -48
  1980. /package/{core → components/core}/Calendar.jsx +0 -0
  1981. /package/{core → components/core}/Command.jsx +0 -0
  1982. /package/{.claude/worktrees/strange-feistel-abc494 → components}/core/Context.jsx +0 -0
  1983. /package/{core → components/core}/ThemeProvider.jsx +0 -0
  1984. /package/{.claude/worktrees/strange-feistel-abc494 → components}/core/Utilities.js +0 -0
@@ -0,0 +1,3312 @@
1
+ /**
2
+ * Vendored from tailwind-merge v3.5.0
3
+ * https://github.com/dcastil/tailwind-merge
4
+ *
5
+ * Re-vendor with: node scripts/vendor-tailwind-merge.js
6
+ *
7
+ * ---
8
+ * MIT License
9
+ *
10
+ * Copyright (c) 2021 Dany Castillo
11
+ *
12
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
13
+ * of this software and associated documentation files (the "Software"), to deal
14
+ * in the Software without restriction, including without limitation the rights
15
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16
+ * copies of the Software, and to permit persons to whom the Software is
17
+ * furnished to do so, subject to the following conditions:
18
+ *
19
+ * The above copyright notice and this permission notice shall be included in all
20
+ * copies or substantial portions of the Software.
21
+ *
22
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28
+ * SOFTWARE.
29
+ */
30
+
31
+ /**
32
+ * Concatenates two arrays faster than the array spread operator.
33
+ */
34
+ const concatArrays = (array1, array2) => {
35
+ // Pre-allocate for better V8 optimization
36
+ const combinedArray = new Array(array1.length + array2.length);
37
+ for (let i = 0; i < array1.length; i++) {
38
+ combinedArray[i] = array1[i];
39
+ }
40
+ for (let i = 0; i < array2.length; i++) {
41
+ combinedArray[array1.length + i] = array2[i];
42
+ }
43
+ return combinedArray;
44
+ };
45
+
46
+ // Factory function ensures consistent object shapes
47
+ const createClassValidatorObject = (classGroupId, validator) => ({
48
+ classGroupId,
49
+ validator
50
+ });
51
+ // Factory ensures consistent ClassPartObject shape
52
+ const createClassPartObject = (nextPart = new Map(), validators = null, classGroupId) => ({
53
+ nextPart,
54
+ validators,
55
+ classGroupId
56
+ });
57
+ const CLASS_PART_SEPARATOR = '-';
58
+ const EMPTY_CONFLICTS = [];
59
+ // I use two dots here because one dot is used as prefix for class groups in plugins
60
+ const ARBITRARY_PROPERTY_PREFIX = 'arbitrary..';
61
+ const createClassGroupUtils = config => {
62
+ const classMap = createClassMap(config);
63
+ const {
64
+ conflictingClassGroups,
65
+ conflictingClassGroupModifiers
66
+ } = config;
67
+ const getClassGroupId = className => {
68
+ if (className.startsWith('[') && className.endsWith(']')) {
69
+ return getGroupIdForArbitraryProperty(className);
70
+ }
71
+ const classParts = className.split(CLASS_PART_SEPARATOR);
72
+ // Classes like `-inset-1` produce an empty string as first classPart. We assume that classes for negative values are used correctly and skip it.
73
+ const startIndex = classParts[0] === '' && classParts.length > 1 ? 1 : 0;
74
+ return getGroupRecursive(classParts, startIndex, classMap);
75
+ };
76
+ const getConflictingClassGroupIds = (classGroupId, hasPostfixModifier) => {
77
+ if (hasPostfixModifier) {
78
+ const modifierConflicts = conflictingClassGroupModifiers[classGroupId];
79
+ const baseConflicts = conflictingClassGroups[classGroupId];
80
+ if (modifierConflicts) {
81
+ if (baseConflicts) {
82
+ // Merge base conflicts with modifier conflicts
83
+ return concatArrays(baseConflicts, modifierConflicts);
84
+ }
85
+ // Only modifier conflicts
86
+ return modifierConflicts;
87
+ }
88
+ // Fall back to without postfix if no modifier conflicts
89
+ return baseConflicts || EMPTY_CONFLICTS;
90
+ }
91
+ return conflictingClassGroups[classGroupId] || EMPTY_CONFLICTS;
92
+ };
93
+ return {
94
+ getClassGroupId,
95
+ getConflictingClassGroupIds
96
+ };
97
+ };
98
+ const getGroupRecursive = (classParts, startIndex, classPartObject) => {
99
+ const classPathsLength = classParts.length - startIndex;
100
+ if (classPathsLength === 0) {
101
+ return classPartObject.classGroupId;
102
+ }
103
+ const currentClassPart = classParts[startIndex];
104
+ const nextClassPartObject = classPartObject.nextPart.get(currentClassPart);
105
+ if (nextClassPartObject) {
106
+ const result = getGroupRecursive(classParts, startIndex + 1, nextClassPartObject);
107
+ if (result) return result;
108
+ }
109
+ const validators = classPartObject.validators;
110
+ if (validators === null) {
111
+ return undefined;
112
+ }
113
+ // Build classRest string efficiently by joining from startIndex onwards
114
+ const classRest = startIndex === 0 ? classParts.join(CLASS_PART_SEPARATOR) : classParts.slice(startIndex).join(CLASS_PART_SEPARATOR);
115
+ const validatorsLength = validators.length;
116
+ for (let i = 0; i < validatorsLength; i++) {
117
+ const validatorObj = validators[i];
118
+ if (validatorObj.validator(classRest)) {
119
+ return validatorObj.classGroupId;
120
+ }
121
+ }
122
+ return undefined;
123
+ };
124
+ /**
125
+ * Get the class group ID for an arbitrary property.
126
+ *
127
+ * @param className - The class name to get the group ID for. Is expected to be string starting with `[` and ending with `]`.
128
+ */
129
+ const getGroupIdForArbitraryProperty = className => className.slice(1, -1).indexOf(':') === -1 ? undefined : (() => {
130
+ const content = className.slice(1, -1);
131
+ const colonIndex = content.indexOf(':');
132
+ const property = content.slice(0, colonIndex);
133
+ return property ? ARBITRARY_PROPERTY_PREFIX + property : undefined;
134
+ })();
135
+ /**
136
+ * Exported for testing only
137
+ */
138
+ const createClassMap = config => {
139
+ const {
140
+ theme,
141
+ classGroups
142
+ } = config;
143
+ return processClassGroups(classGroups, theme);
144
+ };
145
+ // Split into separate functions to maintain monomorphic call sites
146
+ const processClassGroups = (classGroups, theme) => {
147
+ const classMap = createClassPartObject();
148
+ for (const classGroupId in classGroups) {
149
+ const group = classGroups[classGroupId];
150
+ processClassesRecursively(group, classMap, classGroupId, theme);
151
+ }
152
+ return classMap;
153
+ };
154
+ const processClassesRecursively = (classGroup, classPartObject, classGroupId, theme) => {
155
+ const len = classGroup.length;
156
+ for (let i = 0; i < len; i++) {
157
+ const classDefinition = classGroup[i];
158
+ processClassDefinition(classDefinition, classPartObject, classGroupId, theme);
159
+ }
160
+ };
161
+ // Split into separate functions for each type to maintain monomorphic call sites
162
+ const processClassDefinition = (classDefinition, classPartObject, classGroupId, theme) => {
163
+ if (typeof classDefinition === 'string') {
164
+ processStringDefinition(classDefinition, classPartObject, classGroupId);
165
+ return;
166
+ }
167
+ if (typeof classDefinition === 'function') {
168
+ processFunctionDefinition(classDefinition, classPartObject, classGroupId, theme);
169
+ return;
170
+ }
171
+ processObjectDefinition(classDefinition, classPartObject, classGroupId, theme);
172
+ };
173
+ const processStringDefinition = (classDefinition, classPartObject, classGroupId) => {
174
+ const classPartObjectToEdit = classDefinition === '' ? classPartObject : getPart(classPartObject, classDefinition);
175
+ classPartObjectToEdit.classGroupId = classGroupId;
176
+ };
177
+ const processFunctionDefinition = (classDefinition, classPartObject, classGroupId, theme) => {
178
+ if (isThemeGetter(classDefinition)) {
179
+ processClassesRecursively(classDefinition(theme), classPartObject, classGroupId, theme);
180
+ return;
181
+ }
182
+ if (classPartObject.validators === null) {
183
+ classPartObject.validators = [];
184
+ }
185
+ classPartObject.validators.push(createClassValidatorObject(classGroupId, classDefinition));
186
+ };
187
+ const processObjectDefinition = (classDefinition, classPartObject, classGroupId, theme) => {
188
+ const entries = Object.entries(classDefinition);
189
+ const len = entries.length;
190
+ for (let i = 0; i < len; i++) {
191
+ const [key, value] = entries[i];
192
+ processClassesRecursively(value, getPart(classPartObject, key), classGroupId, theme);
193
+ }
194
+ };
195
+ const getPart = (classPartObject, path) => {
196
+ let current = classPartObject;
197
+ const parts = path.split(CLASS_PART_SEPARATOR);
198
+ const len = parts.length;
199
+ for (let i = 0; i < len; i++) {
200
+ const part = parts[i];
201
+ let next = current.nextPart.get(part);
202
+ if (!next) {
203
+ next = createClassPartObject();
204
+ current.nextPart.set(part, next);
205
+ }
206
+ current = next;
207
+ }
208
+ return current;
209
+ };
210
+ // Type guard maintains monomorphic check
211
+ const isThemeGetter = func => 'isThemeGetter' in func && func.isThemeGetter === true;
212
+
213
+ // LRU cache implementation using plain objects for simplicity
214
+ const createLruCache = maxCacheSize => {
215
+ if (maxCacheSize < 1) {
216
+ return {
217
+ get: () => undefined,
218
+ set: () => {}
219
+ };
220
+ }
221
+ let cacheSize = 0;
222
+ let cache = Object.create(null);
223
+ let previousCache = Object.create(null);
224
+ const update = (key, value) => {
225
+ cache[key] = value;
226
+ cacheSize++;
227
+ if (cacheSize > maxCacheSize) {
228
+ cacheSize = 0;
229
+ previousCache = cache;
230
+ cache = Object.create(null);
231
+ }
232
+ };
233
+ return {
234
+ get(key) {
235
+ let value = cache[key];
236
+ if (value !== undefined) {
237
+ return value;
238
+ }
239
+ if ((value = previousCache[key]) !== undefined) {
240
+ update(key, value);
241
+ return value;
242
+ }
243
+ },
244
+ set(key, value) {
245
+ if (key in cache) {
246
+ cache[key] = value;
247
+ } else {
248
+ update(key, value);
249
+ }
250
+ }
251
+ };
252
+ };
253
+ const IMPORTANT_MODIFIER = '!';
254
+ const MODIFIER_SEPARATOR = ':';
255
+ const EMPTY_MODIFIERS = [];
256
+ // Pre-allocated result object shape for consistency
257
+ const createResultObject = (modifiers, hasImportantModifier, baseClassName, maybePostfixModifierPosition, isExternal) => ({
258
+ modifiers,
259
+ hasImportantModifier,
260
+ baseClassName,
261
+ maybePostfixModifierPosition,
262
+ isExternal
263
+ });
264
+ const createParseClassName = config => {
265
+ const {
266
+ prefix,
267
+ experimentalParseClassName
268
+ } = config;
269
+ /**
270
+ * Parse class name into parts.
271
+ *
272
+ * Inspired by `splitAtTopLevelOnly` used in Tailwind CSS
273
+ * @see https://github.com/tailwindlabs/tailwindcss/blob/v3.2.2/src/util/splitAtTopLevelOnly.js
274
+ */
275
+ let parseClassName = className => {
276
+ // Use simple array with push for better performance
277
+ const modifiers = [];
278
+ let bracketDepth = 0;
279
+ let parenDepth = 0;
280
+ let modifierStart = 0;
281
+ let postfixModifierPosition;
282
+ const len = className.length;
283
+ for (let index = 0; index < len; index++) {
284
+ const currentCharacter = className[index];
285
+ if (bracketDepth === 0 && parenDepth === 0) {
286
+ if (currentCharacter === MODIFIER_SEPARATOR) {
287
+ modifiers.push(className.slice(modifierStart, index));
288
+ modifierStart = index + 1;
289
+ continue;
290
+ }
291
+ if (currentCharacter === '/') {
292
+ postfixModifierPosition = index;
293
+ continue;
294
+ }
295
+ }
296
+ if (currentCharacter === '[') bracketDepth++;else if (currentCharacter === ']') bracketDepth--;else if (currentCharacter === '(') parenDepth++;else if (currentCharacter === ')') parenDepth--;
297
+ }
298
+ const baseClassNameWithImportantModifier = modifiers.length === 0 ? className : className.slice(modifierStart);
299
+ // Inline important modifier check
300
+ let baseClassName = baseClassNameWithImportantModifier;
301
+ let hasImportantModifier = false;
302
+ if (baseClassNameWithImportantModifier.endsWith(IMPORTANT_MODIFIER)) {
303
+ baseClassName = baseClassNameWithImportantModifier.slice(0, -1);
304
+ hasImportantModifier = true;
305
+ } else if (
306
+ /**
307
+ * In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
308
+ * @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
309
+ */
310
+ baseClassNameWithImportantModifier.startsWith(IMPORTANT_MODIFIER)) {
311
+ baseClassName = baseClassNameWithImportantModifier.slice(1);
312
+ hasImportantModifier = true;
313
+ }
314
+ const maybePostfixModifierPosition = postfixModifierPosition && postfixModifierPosition > modifierStart ? postfixModifierPosition - modifierStart : undefined;
315
+ return createResultObject(modifiers, hasImportantModifier, baseClassName, maybePostfixModifierPosition);
316
+ };
317
+ if (prefix) {
318
+ const fullPrefix = prefix + MODIFIER_SEPARATOR;
319
+ const parseClassNameOriginal = parseClassName;
320
+ parseClassName = className => className.startsWith(fullPrefix) ? parseClassNameOriginal(className.slice(fullPrefix.length)) : createResultObject(EMPTY_MODIFIERS, false, className, undefined, true);
321
+ }
322
+ if (experimentalParseClassName) {
323
+ const parseClassNameOriginal = parseClassName;
324
+ parseClassName = className => experimentalParseClassName({
325
+ className,
326
+ parseClassName: parseClassNameOriginal
327
+ });
328
+ }
329
+ return parseClassName;
330
+ };
331
+
332
+ /**
333
+ * Sorts modifiers according to following schema:
334
+ * - Predefined modifiers are sorted alphabetically
335
+ * - When an arbitrary variant appears, it must be preserved which modifiers are before and after it
336
+ */
337
+ const createSortModifiers = config => {
338
+ // Pre-compute weights for all known modifiers for O(1) comparison
339
+ const modifierWeights = new Map();
340
+ // Assign weights to sensitive modifiers (highest priority, but preserve order)
341
+ config.orderSensitiveModifiers.forEach((mod, index) => {
342
+ modifierWeights.set(mod, 1000000 + index); // High weights for sensitive mods
343
+ });
344
+ return modifiers => {
345
+ const result = [];
346
+ let currentSegment = [];
347
+ // Process modifiers in one pass
348
+ for (let i = 0; i < modifiers.length; i++) {
349
+ const modifier = modifiers[i];
350
+ // Check if modifier is sensitive (starts with '[' or in orderSensitiveModifiers)
351
+ const isArbitrary = modifier[0] === '[';
352
+ const isOrderSensitive = modifierWeights.has(modifier);
353
+ if (isArbitrary || isOrderSensitive) {
354
+ // Sort and flush current segment alphabetically
355
+ if (currentSegment.length > 0) {
356
+ currentSegment.sort();
357
+ result.push(...currentSegment);
358
+ currentSegment = [];
359
+ }
360
+ result.push(modifier);
361
+ } else {
362
+ // Regular modifier - add to current segment for batch sorting
363
+ currentSegment.push(modifier);
364
+ }
365
+ }
366
+ // Sort and add any remaining segment items
367
+ if (currentSegment.length > 0) {
368
+ currentSegment.sort();
369
+ result.push(...currentSegment);
370
+ }
371
+ return result;
372
+ };
373
+ };
374
+ const createConfigUtils = config => ({
375
+ cache: createLruCache(config.cacheSize),
376
+ parseClassName: createParseClassName(config),
377
+ sortModifiers: createSortModifiers(config),
378
+ ...createClassGroupUtils(config)
379
+ });
380
+ const SPLIT_CLASSES_REGEX = /\s+/;
381
+ const mergeClassList = (classList, configUtils) => {
382
+ const {
383
+ parseClassName,
384
+ getClassGroupId,
385
+ getConflictingClassGroupIds,
386
+ sortModifiers
387
+ } = configUtils;
388
+ /**
389
+ * Set of classGroupIds in following format:
390
+ * `{importantModifier}{variantModifiers}{classGroupId}`
391
+ * @example 'float'
392
+ * @example 'hover:focus:bg-color'
393
+ * @example 'md:!pr'
394
+ */
395
+ const classGroupsInConflict = [];
396
+ const classNames = classList.trim().split(SPLIT_CLASSES_REGEX);
397
+ let result = '';
398
+ for (let index = classNames.length - 1; index >= 0; index -= 1) {
399
+ const originalClassName = classNames[index];
400
+ const {
401
+ isExternal,
402
+ modifiers,
403
+ hasImportantModifier,
404
+ baseClassName,
405
+ maybePostfixModifierPosition
406
+ } = parseClassName(originalClassName);
407
+ if (isExternal) {
408
+ result = originalClassName + (result.length > 0 ? ' ' + result : result);
409
+ continue;
410
+ }
411
+ let hasPostfixModifier = !!maybePostfixModifierPosition;
412
+ let classGroupId = getClassGroupId(hasPostfixModifier ? baseClassName.substring(0, maybePostfixModifierPosition) : baseClassName);
413
+ if (!classGroupId) {
414
+ if (!hasPostfixModifier) {
415
+ // Not a Tailwind class
416
+ result = originalClassName + (result.length > 0 ? ' ' + result : result);
417
+ continue;
418
+ }
419
+ classGroupId = getClassGroupId(baseClassName);
420
+ if (!classGroupId) {
421
+ // Not a Tailwind class
422
+ result = originalClassName + (result.length > 0 ? ' ' + result : result);
423
+ continue;
424
+ }
425
+ hasPostfixModifier = false;
426
+ }
427
+ // Fast path: skip sorting for empty or single modifier
428
+ const variantModifier = modifiers.length === 0 ? '' : modifiers.length === 1 ? modifiers[0] : sortModifiers(modifiers).join(':');
429
+ const modifierId = hasImportantModifier ? variantModifier + IMPORTANT_MODIFIER : variantModifier;
430
+ const classId = modifierId + classGroupId;
431
+ if (classGroupsInConflict.indexOf(classId) > -1) {
432
+ // Tailwind class omitted due to conflict
433
+ continue;
434
+ }
435
+ classGroupsInConflict.push(classId);
436
+ const conflictGroups = getConflictingClassGroupIds(classGroupId, hasPostfixModifier);
437
+ for (let i = 0; i < conflictGroups.length; ++i) {
438
+ const group = conflictGroups[i];
439
+ classGroupsInConflict.push(modifierId + group);
440
+ }
441
+ // Tailwind class not in conflict
442
+ result = originalClassName + (result.length > 0 ? ' ' + result : result);
443
+ }
444
+ return result;
445
+ };
446
+
447
+ /**
448
+ * The code in this file is copied from https://github.com/lukeed/clsx and modified to suit the needs of tailwind-merge better.
449
+ *
450
+ * Specifically:
451
+ * - Runtime code from https://github.com/lukeed/clsx/blob/v1.2.1/src/index.js
452
+ * - TypeScript types from https://github.com/lukeed/clsx/blob/v1.2.1/clsx.d.ts
453
+ *
454
+ * Original code has MIT license: Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
455
+ */
456
+ const twJoin = (...classLists) => {
457
+ let index = 0;
458
+ let argument;
459
+ let resolvedValue;
460
+ let string = '';
461
+ while (index < classLists.length) {
462
+ if (argument = classLists[index++]) {
463
+ if (resolvedValue = toValue(argument)) {
464
+ string && (string += ' ');
465
+ string += resolvedValue;
466
+ }
467
+ }
468
+ }
469
+ return string;
470
+ };
471
+ const toValue = mix => {
472
+ // Fast path for strings
473
+ if (typeof mix === 'string') {
474
+ return mix;
475
+ }
476
+ let resolvedValue;
477
+ let string = '';
478
+ for (let k = 0; k < mix.length; k++) {
479
+ if (mix[k]) {
480
+ if (resolvedValue = toValue(mix[k])) {
481
+ string && (string += ' ');
482
+ string += resolvedValue;
483
+ }
484
+ }
485
+ }
486
+ return string;
487
+ };
488
+ const createTailwindMerge = (createConfigFirst, ...createConfigRest) => {
489
+ let configUtils;
490
+ let cacheGet;
491
+ let cacheSet;
492
+ let functionToCall;
493
+ const initTailwindMerge = classList => {
494
+ const config = createConfigRest.reduce((previousConfig, createConfigCurrent) => createConfigCurrent(previousConfig), createConfigFirst());
495
+ configUtils = createConfigUtils(config);
496
+ cacheGet = configUtils.cache.get;
497
+ cacheSet = configUtils.cache.set;
498
+ functionToCall = tailwindMerge;
499
+ return tailwindMerge(classList);
500
+ };
501
+ const tailwindMerge = classList => {
502
+ const cachedResult = cacheGet(classList);
503
+ if (cachedResult) {
504
+ return cachedResult;
505
+ }
506
+ const result = mergeClassList(classList, configUtils);
507
+ cacheSet(classList, result);
508
+ return result;
509
+ };
510
+ functionToCall = initTailwindMerge;
511
+ return (...args) => functionToCall(twJoin(...args));
512
+ };
513
+ const fallbackThemeArr = [];
514
+ const fromTheme = key => {
515
+ const themeGetter = theme => theme[key] || fallbackThemeArr;
516
+ themeGetter.isThemeGetter = true;
517
+ return themeGetter;
518
+ };
519
+ const arbitraryValueRegex = /^\[(?:(\w[\w-]*):)?(.+)\]$/i;
520
+ const arbitraryVariableRegex = /^\((?:(\w[\w-]*):)?(.+)\)$/i;
521
+ const fractionRegex = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/;
522
+ const tshirtUnitRegex = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/;
523
+ const lengthUnitRegex = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/;
524
+ const colorFunctionRegex = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/;
525
+ // Shadow always begins with x and y offset separated by underscore optionally prepended by inset
526
+ const shadowRegex = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/;
527
+ const imageRegex = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;
528
+ const isFraction = value => fractionRegex.test(value);
529
+ const isNumber = value => !!value && !Number.isNaN(Number(value));
530
+ const isInteger = value => !!value && Number.isInteger(Number(value));
531
+ const isPercent = value => value.endsWith('%') && isNumber(value.slice(0, -1));
532
+ const isTshirtSize = value => tshirtUnitRegex.test(value);
533
+ const isAny = () => true;
534
+ const isLengthOnly = value =>
535
+ // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
536
+ // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
537
+ // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
538
+ lengthUnitRegex.test(value) && !colorFunctionRegex.test(value);
539
+ const isNever = () => false;
540
+ const isShadow = value => shadowRegex.test(value);
541
+ const isImage = value => imageRegex.test(value);
542
+ const isAnyNonArbitrary = value => !isArbitraryValue(value) && !isArbitraryVariable(value);
543
+ const isArbitrarySize = value => getIsArbitraryValue(value, isLabelSize, isNever);
544
+ const isArbitraryValue = value => arbitraryValueRegex.test(value);
545
+ const isArbitraryLength = value => getIsArbitraryValue(value, isLabelLength, isLengthOnly);
546
+ const isArbitraryNumber = value => getIsArbitraryValue(value, isLabelNumber, isNumber);
547
+ const isArbitraryWeight = value => getIsArbitraryValue(value, isLabelWeight, isAny);
548
+ const isArbitraryFamilyName = value => getIsArbitraryValue(value, isLabelFamilyName, isNever);
549
+ const isArbitraryPosition = value => getIsArbitraryValue(value, isLabelPosition, isNever);
550
+ const isArbitraryImage = value => getIsArbitraryValue(value, isLabelImage, isImage);
551
+ const isArbitraryShadow = value => getIsArbitraryValue(value, isLabelShadow, isShadow);
552
+ const isArbitraryVariable = value => arbitraryVariableRegex.test(value);
553
+ const isArbitraryVariableLength = value => getIsArbitraryVariable(value, isLabelLength);
554
+ const isArbitraryVariableFamilyName = value => getIsArbitraryVariable(value, isLabelFamilyName);
555
+ const isArbitraryVariablePosition = value => getIsArbitraryVariable(value, isLabelPosition);
556
+ const isArbitraryVariableSize = value => getIsArbitraryVariable(value, isLabelSize);
557
+ const isArbitraryVariableImage = value => getIsArbitraryVariable(value, isLabelImage);
558
+ const isArbitraryVariableShadow = value => getIsArbitraryVariable(value, isLabelShadow, true);
559
+ const isArbitraryVariableWeight = value => getIsArbitraryVariable(value, isLabelWeight, true);
560
+ // Helpers
561
+ const getIsArbitraryValue = (value, testLabel, testValue) => {
562
+ const result = arbitraryValueRegex.exec(value);
563
+ if (result) {
564
+ if (result[1]) {
565
+ return testLabel(result[1]);
566
+ }
567
+ return testValue(result[2]);
568
+ }
569
+ return false;
570
+ };
571
+ const getIsArbitraryVariable = (value, testLabel, shouldMatchNoLabel = false) => {
572
+ const result = arbitraryVariableRegex.exec(value);
573
+ if (result) {
574
+ if (result[1]) {
575
+ return testLabel(result[1]);
576
+ }
577
+ return shouldMatchNoLabel;
578
+ }
579
+ return false;
580
+ };
581
+ // Labels
582
+ const isLabelPosition = label => label === 'position' || label === 'percentage';
583
+ const isLabelImage = label => label === 'image' || label === 'url';
584
+ const isLabelSize = label => label === 'length' || label === 'size' || label === 'bg-size';
585
+ const isLabelLength = label => label === 'length';
586
+ const isLabelNumber = label => label === 'number';
587
+ const isLabelFamilyName = label => label === 'family-name';
588
+ const isLabelWeight = label => label === 'number' || label === 'weight';
589
+ const isLabelShadow = label => label === 'shadow';
590
+ const validators = /*#__PURE__*/Object.defineProperty({
591
+ __proto__: null,
592
+ isAny,
593
+ isAnyNonArbitrary,
594
+ isArbitraryFamilyName,
595
+ isArbitraryImage,
596
+ isArbitraryLength,
597
+ isArbitraryNumber,
598
+ isArbitraryPosition,
599
+ isArbitraryShadow,
600
+ isArbitrarySize,
601
+ isArbitraryValue,
602
+ isArbitraryVariable,
603
+ isArbitraryVariableFamilyName,
604
+ isArbitraryVariableImage,
605
+ isArbitraryVariableLength,
606
+ isArbitraryVariablePosition,
607
+ isArbitraryVariableShadow,
608
+ isArbitraryVariableSize,
609
+ isArbitraryVariableWeight,
610
+ isArbitraryWeight,
611
+ isFraction,
612
+ isInteger,
613
+ isNumber,
614
+ isPercent,
615
+ isTshirtSize
616
+ }, Symbol.toStringTag, {
617
+ value: 'Module'
618
+ });
619
+ const getDefaultConfig = () => {
620
+ /**
621
+ * Theme getters for theme variable namespaces
622
+ * @see https://tailwindcss.com/docs/theme#theme-variable-namespaces
623
+ */
624
+ /***/
625
+ const themeColor = fromTheme('color');
626
+ const themeFont = fromTheme('font');
627
+ const themeText = fromTheme('text');
628
+ const themeFontWeight = fromTheme('font-weight');
629
+ const themeTracking = fromTheme('tracking');
630
+ const themeLeading = fromTheme('leading');
631
+ const themeBreakpoint = fromTheme('breakpoint');
632
+ const themeContainer = fromTheme('container');
633
+ const themeSpacing = fromTheme('spacing');
634
+ const themeRadius = fromTheme('radius');
635
+ const themeShadow = fromTheme('shadow');
636
+ const themeInsetShadow = fromTheme('inset-shadow');
637
+ const themeTextShadow = fromTheme('text-shadow');
638
+ const themeDropShadow = fromTheme('drop-shadow');
639
+ const themeBlur = fromTheme('blur');
640
+ const themePerspective = fromTheme('perspective');
641
+ const themeAspect = fromTheme('aspect');
642
+ const themeEase = fromTheme('ease');
643
+ const themeAnimate = fromTheme('animate');
644
+ /**
645
+ * Helpers to avoid repeating the same scales
646
+ *
647
+ * We use functions that create a new array every time they're called instead of static arrays.
648
+ * This ensures that users who modify any scale by mutating the array (e.g. with `array.push(element)`) don't accidentally mutate arrays in other parts of the config.
649
+ */
650
+ /***/
651
+ const scaleBreak = () => ['auto', 'avoid', 'all', 'avoid-page', 'page', 'left', 'right', 'column'];
652
+ const scalePosition = () => ['center', 'top', 'bottom', 'left', 'right', 'top-left',
653
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
654
+ 'left-top', 'top-right',
655
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
656
+ 'right-top', 'bottom-right',
657
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
658
+ 'right-bottom', 'bottom-left',
659
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
660
+ 'left-bottom'];
661
+ const scalePositionWithArbitrary = () => [...scalePosition(), isArbitraryVariable, isArbitraryValue];
662
+ const scaleOverflow = () => ['auto', 'hidden', 'clip', 'visible', 'scroll'];
663
+ const scaleOverscroll = () => ['auto', 'contain', 'none'];
664
+ const scaleUnambiguousSpacing = () => [isArbitraryVariable, isArbitraryValue, themeSpacing];
665
+ const scaleInset = () => [isFraction, 'full', 'auto', ...scaleUnambiguousSpacing()];
666
+ const scaleGridTemplateColsRows = () => [isInteger, 'none', 'subgrid', isArbitraryVariable, isArbitraryValue];
667
+ const scaleGridColRowStartAndEnd = () => ['auto', {
668
+ span: ['full', isInteger, isArbitraryVariable, isArbitraryValue]
669
+ }, isInteger, isArbitraryVariable, isArbitraryValue];
670
+ const scaleGridColRowStartOrEnd = () => [isInteger, 'auto', isArbitraryVariable, isArbitraryValue];
671
+ const scaleGridAutoColsRows = () => ['auto', 'min', 'max', 'fr', isArbitraryVariable, isArbitraryValue];
672
+ const scaleAlignPrimaryAxis = () => ['start', 'end', 'center', 'between', 'around', 'evenly', 'stretch', 'baseline', 'center-safe', 'end-safe'];
673
+ const scaleAlignSecondaryAxis = () => ['start', 'end', 'center', 'stretch', 'center-safe', 'end-safe'];
674
+ const scaleMargin = () => ['auto', ...scaleUnambiguousSpacing()];
675
+ const scaleSizing = () => [isFraction, 'auto', 'full', 'dvw', 'dvh', 'lvw', 'lvh', 'svw', 'svh', 'min', 'max', 'fit', ...scaleUnambiguousSpacing()];
676
+ const scaleSizingInline = () => [isFraction, 'screen', 'full', 'dvw', 'lvw', 'svw', 'min', 'max', 'fit', ...scaleUnambiguousSpacing()];
677
+ const scaleSizingBlock = () => [isFraction, 'screen', 'full', 'lh', 'dvh', 'lvh', 'svh', 'min', 'max', 'fit', ...scaleUnambiguousSpacing()];
678
+ const scaleColor = () => [themeColor, isArbitraryVariable, isArbitraryValue];
679
+ const scaleBgPosition = () => [...scalePosition(), isArbitraryVariablePosition, isArbitraryPosition, {
680
+ position: [isArbitraryVariable, isArbitraryValue]
681
+ }];
682
+ const scaleBgRepeat = () => ['no-repeat', {
683
+ repeat: ['', 'x', 'y', 'space', 'round']
684
+ }];
685
+ const scaleBgSize = () => ['auto', 'cover', 'contain', isArbitraryVariableSize, isArbitrarySize, {
686
+ size: [isArbitraryVariable, isArbitraryValue]
687
+ }];
688
+ const scaleGradientStopPosition = () => [isPercent, isArbitraryVariableLength, isArbitraryLength];
689
+ const scaleRadius = () => [
690
+ // Deprecated since Tailwind CSS v4.0.0
691
+ '', 'none', 'full', themeRadius, isArbitraryVariable, isArbitraryValue];
692
+ const scaleBorderWidth = () => ['', isNumber, isArbitraryVariableLength, isArbitraryLength];
693
+ const scaleLineStyle = () => ['solid', 'dashed', 'dotted', 'double'];
694
+ const scaleBlendMode = () => ['normal', 'multiply', 'screen', 'overlay', 'darken', 'lighten', 'color-dodge', 'color-burn', 'hard-light', 'soft-light', 'difference', 'exclusion', 'hue', 'saturation', 'color', 'luminosity'];
695
+ const scaleMaskImagePosition = () => [isNumber, isPercent, isArbitraryVariablePosition, isArbitraryPosition];
696
+ const scaleBlur = () => [
697
+ // Deprecated since Tailwind CSS v4.0.0
698
+ '', 'none', themeBlur, isArbitraryVariable, isArbitraryValue];
699
+ const scaleRotate = () => ['none', isNumber, isArbitraryVariable, isArbitraryValue];
700
+ const scaleScale = () => ['none', isNumber, isArbitraryVariable, isArbitraryValue];
701
+ const scaleSkew = () => [isNumber, isArbitraryVariable, isArbitraryValue];
702
+ const scaleTranslate = () => [isFraction, 'full', ...scaleUnambiguousSpacing()];
703
+ return {
704
+ cacheSize: 500,
705
+ theme: {
706
+ animate: ['spin', 'ping', 'pulse', 'bounce'],
707
+ aspect: ['video'],
708
+ blur: [isTshirtSize],
709
+ breakpoint: [isTshirtSize],
710
+ color: [isAny],
711
+ container: [isTshirtSize],
712
+ 'drop-shadow': [isTshirtSize],
713
+ ease: ['in', 'out', 'in-out'],
714
+ font: [isAnyNonArbitrary],
715
+ 'font-weight': ['thin', 'extralight', 'light', 'normal', 'medium', 'semibold', 'bold', 'extrabold', 'black'],
716
+ 'inset-shadow': [isTshirtSize],
717
+ leading: ['none', 'tight', 'snug', 'normal', 'relaxed', 'loose'],
718
+ perspective: ['dramatic', 'near', 'normal', 'midrange', 'distant', 'none'],
719
+ radius: [isTshirtSize],
720
+ shadow: [isTshirtSize],
721
+ spacing: ['px', isNumber],
722
+ text: [isTshirtSize],
723
+ 'text-shadow': [isTshirtSize],
724
+ tracking: ['tighter', 'tight', 'normal', 'wide', 'wider', 'widest']
725
+ },
726
+ classGroups: {
727
+ // --------------
728
+ // --- Layout ---
729
+ // --------------
730
+ /**
731
+ * Aspect Ratio
732
+ * @see https://tailwindcss.com/docs/aspect-ratio
733
+ */
734
+ aspect: [{
735
+ aspect: ['auto', 'square', isFraction, isArbitraryValue, isArbitraryVariable, themeAspect]
736
+ }],
737
+ /**
738
+ * Container
739
+ * @see https://tailwindcss.com/docs/container
740
+ * @deprecated since Tailwind CSS v4.0.0
741
+ */
742
+ container: ['container'],
743
+ /**
744
+ * Columns
745
+ * @see https://tailwindcss.com/docs/columns
746
+ */
747
+ columns: [{
748
+ columns: [isNumber, isArbitraryValue, isArbitraryVariable, themeContainer]
749
+ }],
750
+ /**
751
+ * Break After
752
+ * @see https://tailwindcss.com/docs/break-after
753
+ */
754
+ 'break-after': [{
755
+ 'break-after': scaleBreak()
756
+ }],
757
+ /**
758
+ * Break Before
759
+ * @see https://tailwindcss.com/docs/break-before
760
+ */
761
+ 'break-before': [{
762
+ 'break-before': scaleBreak()
763
+ }],
764
+ /**
765
+ * Break Inside
766
+ * @see https://tailwindcss.com/docs/break-inside
767
+ */
768
+ 'break-inside': [{
769
+ 'break-inside': ['auto', 'avoid', 'avoid-page', 'avoid-column']
770
+ }],
771
+ /**
772
+ * Box Decoration Break
773
+ * @see https://tailwindcss.com/docs/box-decoration-break
774
+ */
775
+ 'box-decoration': [{
776
+ 'box-decoration': ['slice', 'clone']
777
+ }],
778
+ /**
779
+ * Box Sizing
780
+ * @see https://tailwindcss.com/docs/box-sizing
781
+ */
782
+ box: [{
783
+ box: ['border', 'content']
784
+ }],
785
+ /**
786
+ * Display
787
+ * @see https://tailwindcss.com/docs/display
788
+ */
789
+ display: ['block', 'inline-block', 'inline', 'flex', 'inline-flex', 'table', 'inline-table', 'table-caption', 'table-cell', 'table-column', 'table-column-group', 'table-footer-group', 'table-header-group', 'table-row-group', 'table-row', 'flow-root', 'grid', 'inline-grid', 'contents', 'list-item', 'hidden'],
790
+ /**
791
+ * Screen Reader Only
792
+ * @see https://tailwindcss.com/docs/display#screen-reader-only
793
+ */
794
+ sr: ['sr-only', 'not-sr-only'],
795
+ /**
796
+ * Floats
797
+ * @see https://tailwindcss.com/docs/float
798
+ */
799
+ float: [{
800
+ float: ['right', 'left', 'none', 'start', 'end']
801
+ }],
802
+ /**
803
+ * Clear
804
+ * @see https://tailwindcss.com/docs/clear
805
+ */
806
+ clear: [{
807
+ clear: ['left', 'right', 'both', 'none', 'start', 'end']
808
+ }],
809
+ /**
810
+ * Isolation
811
+ * @see https://tailwindcss.com/docs/isolation
812
+ */
813
+ isolation: ['isolate', 'isolation-auto'],
814
+ /**
815
+ * Object Fit
816
+ * @see https://tailwindcss.com/docs/object-fit
817
+ */
818
+ 'object-fit': [{
819
+ object: ['contain', 'cover', 'fill', 'none', 'scale-down']
820
+ }],
821
+ /**
822
+ * Object Position
823
+ * @see https://tailwindcss.com/docs/object-position
824
+ */
825
+ 'object-position': [{
826
+ object: scalePositionWithArbitrary()
827
+ }],
828
+ /**
829
+ * Overflow
830
+ * @see https://tailwindcss.com/docs/overflow
831
+ */
832
+ overflow: [{
833
+ overflow: scaleOverflow()
834
+ }],
835
+ /**
836
+ * Overflow X
837
+ * @see https://tailwindcss.com/docs/overflow
838
+ */
839
+ 'overflow-x': [{
840
+ 'overflow-x': scaleOverflow()
841
+ }],
842
+ /**
843
+ * Overflow Y
844
+ * @see https://tailwindcss.com/docs/overflow
845
+ */
846
+ 'overflow-y': [{
847
+ 'overflow-y': scaleOverflow()
848
+ }],
849
+ /**
850
+ * Overscroll Behavior
851
+ * @see https://tailwindcss.com/docs/overscroll-behavior
852
+ */
853
+ overscroll: [{
854
+ overscroll: scaleOverscroll()
855
+ }],
856
+ /**
857
+ * Overscroll Behavior X
858
+ * @see https://tailwindcss.com/docs/overscroll-behavior
859
+ */
860
+ 'overscroll-x': [{
861
+ 'overscroll-x': scaleOverscroll()
862
+ }],
863
+ /**
864
+ * Overscroll Behavior Y
865
+ * @see https://tailwindcss.com/docs/overscroll-behavior
866
+ */
867
+ 'overscroll-y': [{
868
+ 'overscroll-y': scaleOverscroll()
869
+ }],
870
+ /**
871
+ * Position
872
+ * @see https://tailwindcss.com/docs/position
873
+ */
874
+ position: ['static', 'fixed', 'absolute', 'relative', 'sticky'],
875
+ /**
876
+ * Inset
877
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
878
+ */
879
+ inset: [{
880
+ inset: scaleInset()
881
+ }],
882
+ /**
883
+ * Inset Inline
884
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
885
+ */
886
+ 'inset-x': [{
887
+ 'inset-x': scaleInset()
888
+ }],
889
+ /**
890
+ * Inset Block
891
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
892
+ */
893
+ 'inset-y': [{
894
+ 'inset-y': scaleInset()
895
+ }],
896
+ /**
897
+ * Inset Inline Start
898
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
899
+ * @todo class group will be renamed to `inset-s` in next major release
900
+ */
901
+ start: [{
902
+ 'inset-s': scaleInset(),
903
+ /**
904
+ * @deprecated since Tailwind CSS v4.2.0 in favor of `inset-s-*` utilities.
905
+ * @see https://github.com/tailwindlabs/tailwindcss/pull/19613
906
+ */
907
+ start: scaleInset()
908
+ }],
909
+ /**
910
+ * Inset Inline End
911
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
912
+ * @todo class group will be renamed to `inset-e` in next major release
913
+ */
914
+ end: [{
915
+ 'inset-e': scaleInset(),
916
+ /**
917
+ * @deprecated since Tailwind CSS v4.2.0 in favor of `inset-e-*` utilities.
918
+ * @see https://github.com/tailwindlabs/tailwindcss/pull/19613
919
+ */
920
+ end: scaleInset()
921
+ }],
922
+ /**
923
+ * Inset Block Start
924
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
925
+ */
926
+ 'inset-bs': [{
927
+ 'inset-bs': scaleInset()
928
+ }],
929
+ /**
930
+ * Inset Block End
931
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
932
+ */
933
+ 'inset-be': [{
934
+ 'inset-be': scaleInset()
935
+ }],
936
+ /**
937
+ * Top
938
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
939
+ */
940
+ top: [{
941
+ top: scaleInset()
942
+ }],
943
+ /**
944
+ * Right
945
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
946
+ */
947
+ right: [{
948
+ right: scaleInset()
949
+ }],
950
+ /**
951
+ * Bottom
952
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
953
+ */
954
+ bottom: [{
955
+ bottom: scaleInset()
956
+ }],
957
+ /**
958
+ * Left
959
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
960
+ */
961
+ left: [{
962
+ left: scaleInset()
963
+ }],
964
+ /**
965
+ * Visibility
966
+ * @see https://tailwindcss.com/docs/visibility
967
+ */
968
+ visibility: ['visible', 'invisible', 'collapse'],
969
+ /**
970
+ * Z-Index
971
+ * @see https://tailwindcss.com/docs/z-index
972
+ */
973
+ z: [{
974
+ z: [isInteger, 'auto', isArbitraryVariable, isArbitraryValue]
975
+ }],
976
+ // ------------------------
977
+ // --- Flexbox and Grid ---
978
+ // ------------------------
979
+ /**
980
+ * Flex Basis
981
+ * @see https://tailwindcss.com/docs/flex-basis
982
+ */
983
+ basis: [{
984
+ basis: [isFraction, 'full', 'auto', themeContainer, ...scaleUnambiguousSpacing()]
985
+ }],
986
+ /**
987
+ * Flex Direction
988
+ * @see https://tailwindcss.com/docs/flex-direction
989
+ */
990
+ 'flex-direction': [{
991
+ flex: ['row', 'row-reverse', 'col', 'col-reverse']
992
+ }],
993
+ /**
994
+ * Flex Wrap
995
+ * @see https://tailwindcss.com/docs/flex-wrap
996
+ */
997
+ 'flex-wrap': [{
998
+ flex: ['nowrap', 'wrap', 'wrap-reverse']
999
+ }],
1000
+ /**
1001
+ * Flex
1002
+ * @see https://tailwindcss.com/docs/flex
1003
+ */
1004
+ flex: [{
1005
+ flex: [isNumber, isFraction, 'auto', 'initial', 'none', isArbitraryValue]
1006
+ }],
1007
+ /**
1008
+ * Flex Grow
1009
+ * @see https://tailwindcss.com/docs/flex-grow
1010
+ */
1011
+ grow: [{
1012
+ grow: ['', isNumber, isArbitraryVariable, isArbitraryValue]
1013
+ }],
1014
+ /**
1015
+ * Flex Shrink
1016
+ * @see https://tailwindcss.com/docs/flex-shrink
1017
+ */
1018
+ shrink: [{
1019
+ shrink: ['', isNumber, isArbitraryVariable, isArbitraryValue]
1020
+ }],
1021
+ /**
1022
+ * Order
1023
+ * @see https://tailwindcss.com/docs/order
1024
+ */
1025
+ order: [{
1026
+ order: [isInteger, 'first', 'last', 'none', isArbitraryVariable, isArbitraryValue]
1027
+ }],
1028
+ /**
1029
+ * Grid Template Columns
1030
+ * @see https://tailwindcss.com/docs/grid-template-columns
1031
+ */
1032
+ 'grid-cols': [{
1033
+ 'grid-cols': scaleGridTemplateColsRows()
1034
+ }],
1035
+ /**
1036
+ * Grid Column Start / End
1037
+ * @see https://tailwindcss.com/docs/grid-column
1038
+ */
1039
+ 'col-start-end': [{
1040
+ col: scaleGridColRowStartAndEnd()
1041
+ }],
1042
+ /**
1043
+ * Grid Column Start
1044
+ * @see https://tailwindcss.com/docs/grid-column
1045
+ */
1046
+ 'col-start': [{
1047
+ 'col-start': scaleGridColRowStartOrEnd()
1048
+ }],
1049
+ /**
1050
+ * Grid Column End
1051
+ * @see https://tailwindcss.com/docs/grid-column
1052
+ */
1053
+ 'col-end': [{
1054
+ 'col-end': scaleGridColRowStartOrEnd()
1055
+ }],
1056
+ /**
1057
+ * Grid Template Rows
1058
+ * @see https://tailwindcss.com/docs/grid-template-rows
1059
+ */
1060
+ 'grid-rows': [{
1061
+ 'grid-rows': scaleGridTemplateColsRows()
1062
+ }],
1063
+ /**
1064
+ * Grid Row Start / End
1065
+ * @see https://tailwindcss.com/docs/grid-row
1066
+ */
1067
+ 'row-start-end': [{
1068
+ row: scaleGridColRowStartAndEnd()
1069
+ }],
1070
+ /**
1071
+ * Grid Row Start
1072
+ * @see https://tailwindcss.com/docs/grid-row
1073
+ */
1074
+ 'row-start': [{
1075
+ 'row-start': scaleGridColRowStartOrEnd()
1076
+ }],
1077
+ /**
1078
+ * Grid Row End
1079
+ * @see https://tailwindcss.com/docs/grid-row
1080
+ */
1081
+ 'row-end': [{
1082
+ 'row-end': scaleGridColRowStartOrEnd()
1083
+ }],
1084
+ /**
1085
+ * Grid Auto Flow
1086
+ * @see https://tailwindcss.com/docs/grid-auto-flow
1087
+ */
1088
+ 'grid-flow': [{
1089
+ 'grid-flow': ['row', 'col', 'dense', 'row-dense', 'col-dense']
1090
+ }],
1091
+ /**
1092
+ * Grid Auto Columns
1093
+ * @see https://tailwindcss.com/docs/grid-auto-columns
1094
+ */
1095
+ 'auto-cols': [{
1096
+ 'auto-cols': scaleGridAutoColsRows()
1097
+ }],
1098
+ /**
1099
+ * Grid Auto Rows
1100
+ * @see https://tailwindcss.com/docs/grid-auto-rows
1101
+ */
1102
+ 'auto-rows': [{
1103
+ 'auto-rows': scaleGridAutoColsRows()
1104
+ }],
1105
+ /**
1106
+ * Gap
1107
+ * @see https://tailwindcss.com/docs/gap
1108
+ */
1109
+ gap: [{
1110
+ gap: scaleUnambiguousSpacing()
1111
+ }],
1112
+ /**
1113
+ * Gap X
1114
+ * @see https://tailwindcss.com/docs/gap
1115
+ */
1116
+ 'gap-x': [{
1117
+ 'gap-x': scaleUnambiguousSpacing()
1118
+ }],
1119
+ /**
1120
+ * Gap Y
1121
+ * @see https://tailwindcss.com/docs/gap
1122
+ */
1123
+ 'gap-y': [{
1124
+ 'gap-y': scaleUnambiguousSpacing()
1125
+ }],
1126
+ /**
1127
+ * Justify Content
1128
+ * @see https://tailwindcss.com/docs/justify-content
1129
+ */
1130
+ 'justify-content': [{
1131
+ justify: [...scaleAlignPrimaryAxis(), 'normal']
1132
+ }],
1133
+ /**
1134
+ * Justify Items
1135
+ * @see https://tailwindcss.com/docs/justify-items
1136
+ */
1137
+ 'justify-items': [{
1138
+ 'justify-items': [...scaleAlignSecondaryAxis(), 'normal']
1139
+ }],
1140
+ /**
1141
+ * Justify Self
1142
+ * @see https://tailwindcss.com/docs/justify-self
1143
+ */
1144
+ 'justify-self': [{
1145
+ 'justify-self': ['auto', ...scaleAlignSecondaryAxis()]
1146
+ }],
1147
+ /**
1148
+ * Align Content
1149
+ * @see https://tailwindcss.com/docs/align-content
1150
+ */
1151
+ 'align-content': [{
1152
+ content: ['normal', ...scaleAlignPrimaryAxis()]
1153
+ }],
1154
+ /**
1155
+ * Align Items
1156
+ * @see https://tailwindcss.com/docs/align-items
1157
+ */
1158
+ 'align-items': [{
1159
+ items: [...scaleAlignSecondaryAxis(), {
1160
+ baseline: ['', 'last']
1161
+ }]
1162
+ }],
1163
+ /**
1164
+ * Align Self
1165
+ * @see https://tailwindcss.com/docs/align-self
1166
+ */
1167
+ 'align-self': [{
1168
+ self: ['auto', ...scaleAlignSecondaryAxis(), {
1169
+ baseline: ['', 'last']
1170
+ }]
1171
+ }],
1172
+ /**
1173
+ * Place Content
1174
+ * @see https://tailwindcss.com/docs/place-content
1175
+ */
1176
+ 'place-content': [{
1177
+ 'place-content': scaleAlignPrimaryAxis()
1178
+ }],
1179
+ /**
1180
+ * Place Items
1181
+ * @see https://tailwindcss.com/docs/place-items
1182
+ */
1183
+ 'place-items': [{
1184
+ 'place-items': [...scaleAlignSecondaryAxis(), 'baseline']
1185
+ }],
1186
+ /**
1187
+ * Place Self
1188
+ * @see https://tailwindcss.com/docs/place-self
1189
+ */
1190
+ 'place-self': [{
1191
+ 'place-self': ['auto', ...scaleAlignSecondaryAxis()]
1192
+ }],
1193
+ // Spacing
1194
+ /**
1195
+ * Padding
1196
+ * @see https://tailwindcss.com/docs/padding
1197
+ */
1198
+ p: [{
1199
+ p: scaleUnambiguousSpacing()
1200
+ }],
1201
+ /**
1202
+ * Padding Inline
1203
+ * @see https://tailwindcss.com/docs/padding
1204
+ */
1205
+ px: [{
1206
+ px: scaleUnambiguousSpacing()
1207
+ }],
1208
+ /**
1209
+ * Padding Block
1210
+ * @see https://tailwindcss.com/docs/padding
1211
+ */
1212
+ py: [{
1213
+ py: scaleUnambiguousSpacing()
1214
+ }],
1215
+ /**
1216
+ * Padding Inline Start
1217
+ * @see https://tailwindcss.com/docs/padding
1218
+ */
1219
+ ps: [{
1220
+ ps: scaleUnambiguousSpacing()
1221
+ }],
1222
+ /**
1223
+ * Padding Inline End
1224
+ * @see https://tailwindcss.com/docs/padding
1225
+ */
1226
+ pe: [{
1227
+ pe: scaleUnambiguousSpacing()
1228
+ }],
1229
+ /**
1230
+ * Padding Block Start
1231
+ * @see https://tailwindcss.com/docs/padding
1232
+ */
1233
+ pbs: [{
1234
+ pbs: scaleUnambiguousSpacing()
1235
+ }],
1236
+ /**
1237
+ * Padding Block End
1238
+ * @see https://tailwindcss.com/docs/padding
1239
+ */
1240
+ pbe: [{
1241
+ pbe: scaleUnambiguousSpacing()
1242
+ }],
1243
+ /**
1244
+ * Padding Top
1245
+ * @see https://tailwindcss.com/docs/padding
1246
+ */
1247
+ pt: [{
1248
+ pt: scaleUnambiguousSpacing()
1249
+ }],
1250
+ /**
1251
+ * Padding Right
1252
+ * @see https://tailwindcss.com/docs/padding
1253
+ */
1254
+ pr: [{
1255
+ pr: scaleUnambiguousSpacing()
1256
+ }],
1257
+ /**
1258
+ * Padding Bottom
1259
+ * @see https://tailwindcss.com/docs/padding
1260
+ */
1261
+ pb: [{
1262
+ pb: scaleUnambiguousSpacing()
1263
+ }],
1264
+ /**
1265
+ * Padding Left
1266
+ * @see https://tailwindcss.com/docs/padding
1267
+ */
1268
+ pl: [{
1269
+ pl: scaleUnambiguousSpacing()
1270
+ }],
1271
+ /**
1272
+ * Margin
1273
+ * @see https://tailwindcss.com/docs/margin
1274
+ */
1275
+ m: [{
1276
+ m: scaleMargin()
1277
+ }],
1278
+ /**
1279
+ * Margin Inline
1280
+ * @see https://tailwindcss.com/docs/margin
1281
+ */
1282
+ mx: [{
1283
+ mx: scaleMargin()
1284
+ }],
1285
+ /**
1286
+ * Margin Block
1287
+ * @see https://tailwindcss.com/docs/margin
1288
+ */
1289
+ my: [{
1290
+ my: scaleMargin()
1291
+ }],
1292
+ /**
1293
+ * Margin Inline Start
1294
+ * @see https://tailwindcss.com/docs/margin
1295
+ */
1296
+ ms: [{
1297
+ ms: scaleMargin()
1298
+ }],
1299
+ /**
1300
+ * Margin Inline End
1301
+ * @see https://tailwindcss.com/docs/margin
1302
+ */
1303
+ me: [{
1304
+ me: scaleMargin()
1305
+ }],
1306
+ /**
1307
+ * Margin Block Start
1308
+ * @see https://tailwindcss.com/docs/margin
1309
+ */
1310
+ mbs: [{
1311
+ mbs: scaleMargin()
1312
+ }],
1313
+ /**
1314
+ * Margin Block End
1315
+ * @see https://tailwindcss.com/docs/margin
1316
+ */
1317
+ mbe: [{
1318
+ mbe: scaleMargin()
1319
+ }],
1320
+ /**
1321
+ * Margin Top
1322
+ * @see https://tailwindcss.com/docs/margin
1323
+ */
1324
+ mt: [{
1325
+ mt: scaleMargin()
1326
+ }],
1327
+ /**
1328
+ * Margin Right
1329
+ * @see https://tailwindcss.com/docs/margin
1330
+ */
1331
+ mr: [{
1332
+ mr: scaleMargin()
1333
+ }],
1334
+ /**
1335
+ * Margin Bottom
1336
+ * @see https://tailwindcss.com/docs/margin
1337
+ */
1338
+ mb: [{
1339
+ mb: scaleMargin()
1340
+ }],
1341
+ /**
1342
+ * Margin Left
1343
+ * @see https://tailwindcss.com/docs/margin
1344
+ */
1345
+ ml: [{
1346
+ ml: scaleMargin()
1347
+ }],
1348
+ /**
1349
+ * Space Between X
1350
+ * @see https://tailwindcss.com/docs/margin#adding-space-between-children
1351
+ */
1352
+ 'space-x': [{
1353
+ 'space-x': scaleUnambiguousSpacing()
1354
+ }],
1355
+ /**
1356
+ * Space Between X Reverse
1357
+ * @see https://tailwindcss.com/docs/margin#adding-space-between-children
1358
+ */
1359
+ 'space-x-reverse': ['space-x-reverse'],
1360
+ /**
1361
+ * Space Between Y
1362
+ * @see https://tailwindcss.com/docs/margin#adding-space-between-children
1363
+ */
1364
+ 'space-y': [{
1365
+ 'space-y': scaleUnambiguousSpacing()
1366
+ }],
1367
+ /**
1368
+ * Space Between Y Reverse
1369
+ * @see https://tailwindcss.com/docs/margin#adding-space-between-children
1370
+ */
1371
+ 'space-y-reverse': ['space-y-reverse'],
1372
+ // --------------
1373
+ // --- Sizing ---
1374
+ // --------------
1375
+ /**
1376
+ * Size
1377
+ * @see https://tailwindcss.com/docs/width#setting-both-width-and-height
1378
+ */
1379
+ size: [{
1380
+ size: scaleSizing()
1381
+ }],
1382
+ /**
1383
+ * Inline Size
1384
+ * @see https://tailwindcss.com/docs/width
1385
+ */
1386
+ 'inline-size': [{
1387
+ inline: ['auto', ...scaleSizingInline()]
1388
+ }],
1389
+ /**
1390
+ * Min-Inline Size
1391
+ * @see https://tailwindcss.com/docs/min-width
1392
+ */
1393
+ 'min-inline-size': [{
1394
+ 'min-inline': ['auto', ...scaleSizingInline()]
1395
+ }],
1396
+ /**
1397
+ * Max-Inline Size
1398
+ * @see https://tailwindcss.com/docs/max-width
1399
+ */
1400
+ 'max-inline-size': [{
1401
+ 'max-inline': ['none', ...scaleSizingInline()]
1402
+ }],
1403
+ /**
1404
+ * Block Size
1405
+ * @see https://tailwindcss.com/docs/height
1406
+ */
1407
+ 'block-size': [{
1408
+ block: ['auto', ...scaleSizingBlock()]
1409
+ }],
1410
+ /**
1411
+ * Min-Block Size
1412
+ * @see https://tailwindcss.com/docs/min-height
1413
+ */
1414
+ 'min-block-size': [{
1415
+ 'min-block': ['auto', ...scaleSizingBlock()]
1416
+ }],
1417
+ /**
1418
+ * Max-Block Size
1419
+ * @see https://tailwindcss.com/docs/max-height
1420
+ */
1421
+ 'max-block-size': [{
1422
+ 'max-block': ['none', ...scaleSizingBlock()]
1423
+ }],
1424
+ /**
1425
+ * Width
1426
+ * @see https://tailwindcss.com/docs/width
1427
+ */
1428
+ w: [{
1429
+ w: [themeContainer, 'screen', ...scaleSizing()]
1430
+ }],
1431
+ /**
1432
+ * Min-Width
1433
+ * @see https://tailwindcss.com/docs/min-width
1434
+ */
1435
+ 'min-w': [{
1436
+ 'min-w': [themeContainer, 'screen', /** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1437
+ 'none', ...scaleSizing()]
1438
+ }],
1439
+ /**
1440
+ * Max-Width
1441
+ * @see https://tailwindcss.com/docs/max-width
1442
+ */
1443
+ 'max-w': [{
1444
+ 'max-w': [themeContainer, 'screen', 'none', /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1445
+ 'prose', /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1446
+ {
1447
+ screen: [themeBreakpoint]
1448
+ }, ...scaleSizing()]
1449
+ }],
1450
+ /**
1451
+ * Height
1452
+ * @see https://tailwindcss.com/docs/height
1453
+ */
1454
+ h: [{
1455
+ h: ['screen', 'lh', ...scaleSizing()]
1456
+ }],
1457
+ /**
1458
+ * Min-Height
1459
+ * @see https://tailwindcss.com/docs/min-height
1460
+ */
1461
+ 'min-h': [{
1462
+ 'min-h': ['screen', 'lh', 'none', ...scaleSizing()]
1463
+ }],
1464
+ /**
1465
+ * Max-Height
1466
+ * @see https://tailwindcss.com/docs/max-height
1467
+ */
1468
+ 'max-h': [{
1469
+ 'max-h': ['screen', 'lh', ...scaleSizing()]
1470
+ }],
1471
+ // ------------------
1472
+ // --- Typography ---
1473
+ // ------------------
1474
+ /**
1475
+ * Font Size
1476
+ * @see https://tailwindcss.com/docs/font-size
1477
+ */
1478
+ 'font-size': [{
1479
+ text: ['base', themeText, isArbitraryVariableLength, isArbitraryLength]
1480
+ }],
1481
+ /**
1482
+ * Font Smoothing
1483
+ * @see https://tailwindcss.com/docs/font-smoothing
1484
+ */
1485
+ 'font-smoothing': ['antialiased', 'subpixel-antialiased'],
1486
+ /**
1487
+ * Font Style
1488
+ * @see https://tailwindcss.com/docs/font-style
1489
+ */
1490
+ 'font-style': ['italic', 'not-italic'],
1491
+ /**
1492
+ * Font Weight
1493
+ * @see https://tailwindcss.com/docs/font-weight
1494
+ */
1495
+ 'font-weight': [{
1496
+ font: [themeFontWeight, isArbitraryVariableWeight, isArbitraryWeight]
1497
+ }],
1498
+ /**
1499
+ * Font Stretch
1500
+ * @see https://tailwindcss.com/docs/font-stretch
1501
+ */
1502
+ 'font-stretch': [{
1503
+ 'font-stretch': ['ultra-condensed', 'extra-condensed', 'condensed', 'semi-condensed', 'normal', 'semi-expanded', 'expanded', 'extra-expanded', 'ultra-expanded', isPercent, isArbitraryValue]
1504
+ }],
1505
+ /**
1506
+ * Font Family
1507
+ * @see https://tailwindcss.com/docs/font-family
1508
+ */
1509
+ 'font-family': [{
1510
+ font: [isArbitraryVariableFamilyName, isArbitraryFamilyName, themeFont]
1511
+ }],
1512
+ /**
1513
+ * Font Feature Settings
1514
+ * @see https://tailwindcss.com/docs/font-feature-settings
1515
+ */
1516
+ 'font-features': [{
1517
+ 'font-features': [isArbitraryValue]
1518
+ }],
1519
+ /**
1520
+ * Font Variant Numeric
1521
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1522
+ */
1523
+ 'fvn-normal': ['normal-nums'],
1524
+ /**
1525
+ * Font Variant Numeric
1526
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1527
+ */
1528
+ 'fvn-ordinal': ['ordinal'],
1529
+ /**
1530
+ * Font Variant Numeric
1531
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1532
+ */
1533
+ 'fvn-slashed-zero': ['slashed-zero'],
1534
+ /**
1535
+ * Font Variant Numeric
1536
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1537
+ */
1538
+ 'fvn-figure': ['lining-nums', 'oldstyle-nums'],
1539
+ /**
1540
+ * Font Variant Numeric
1541
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1542
+ */
1543
+ 'fvn-spacing': ['proportional-nums', 'tabular-nums'],
1544
+ /**
1545
+ * Font Variant Numeric
1546
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1547
+ */
1548
+ 'fvn-fraction': ['diagonal-fractions', 'stacked-fractions'],
1549
+ /**
1550
+ * Letter Spacing
1551
+ * @see https://tailwindcss.com/docs/letter-spacing
1552
+ */
1553
+ tracking: [{
1554
+ tracking: [themeTracking, isArbitraryVariable, isArbitraryValue]
1555
+ }],
1556
+ /**
1557
+ * Line Clamp
1558
+ * @see https://tailwindcss.com/docs/line-clamp
1559
+ */
1560
+ 'line-clamp': [{
1561
+ 'line-clamp': [isNumber, 'none', isArbitraryVariable, isArbitraryNumber]
1562
+ }],
1563
+ /**
1564
+ * Line Height
1565
+ * @see https://tailwindcss.com/docs/line-height
1566
+ */
1567
+ leading: [{
1568
+ leading: [/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1569
+ themeLeading, ...scaleUnambiguousSpacing()]
1570
+ }],
1571
+ /**
1572
+ * List Style Image
1573
+ * @see https://tailwindcss.com/docs/list-style-image
1574
+ */
1575
+ 'list-image': [{
1576
+ 'list-image': ['none', isArbitraryVariable, isArbitraryValue]
1577
+ }],
1578
+ /**
1579
+ * List Style Position
1580
+ * @see https://tailwindcss.com/docs/list-style-position
1581
+ */
1582
+ 'list-style-position': [{
1583
+ list: ['inside', 'outside']
1584
+ }],
1585
+ /**
1586
+ * List Style Type
1587
+ * @see https://tailwindcss.com/docs/list-style-type
1588
+ */
1589
+ 'list-style-type': [{
1590
+ list: ['disc', 'decimal', 'none', isArbitraryVariable, isArbitraryValue]
1591
+ }],
1592
+ /**
1593
+ * Text Alignment
1594
+ * @see https://tailwindcss.com/docs/text-align
1595
+ */
1596
+ 'text-alignment': [{
1597
+ text: ['left', 'center', 'right', 'justify', 'start', 'end']
1598
+ }],
1599
+ /**
1600
+ * Placeholder Color
1601
+ * @deprecated since Tailwind CSS v3.0.0
1602
+ * @see https://v3.tailwindcss.com/docs/placeholder-color
1603
+ */
1604
+ 'placeholder-color': [{
1605
+ placeholder: scaleColor()
1606
+ }],
1607
+ /**
1608
+ * Text Color
1609
+ * @see https://tailwindcss.com/docs/text-color
1610
+ */
1611
+ 'text-color': [{
1612
+ text: scaleColor()
1613
+ }],
1614
+ /**
1615
+ * Text Decoration
1616
+ * @see https://tailwindcss.com/docs/text-decoration
1617
+ */
1618
+ 'text-decoration': ['underline', 'overline', 'line-through', 'no-underline'],
1619
+ /**
1620
+ * Text Decoration Style
1621
+ * @see https://tailwindcss.com/docs/text-decoration-style
1622
+ */
1623
+ 'text-decoration-style': [{
1624
+ decoration: [...scaleLineStyle(), 'wavy']
1625
+ }],
1626
+ /**
1627
+ * Text Decoration Thickness
1628
+ * @see https://tailwindcss.com/docs/text-decoration-thickness
1629
+ */
1630
+ 'text-decoration-thickness': [{
1631
+ decoration: [isNumber, 'from-font', 'auto', isArbitraryVariable, isArbitraryLength]
1632
+ }],
1633
+ /**
1634
+ * Text Decoration Color
1635
+ * @see https://tailwindcss.com/docs/text-decoration-color
1636
+ */
1637
+ 'text-decoration-color': [{
1638
+ decoration: scaleColor()
1639
+ }],
1640
+ /**
1641
+ * Text Underline Offset
1642
+ * @see https://tailwindcss.com/docs/text-underline-offset
1643
+ */
1644
+ 'underline-offset': [{
1645
+ 'underline-offset': [isNumber, 'auto', isArbitraryVariable, isArbitraryValue]
1646
+ }],
1647
+ /**
1648
+ * Text Transform
1649
+ * @see https://tailwindcss.com/docs/text-transform
1650
+ */
1651
+ 'text-transform': ['uppercase', 'lowercase', 'capitalize', 'normal-case'],
1652
+ /**
1653
+ * Text Overflow
1654
+ * @see https://tailwindcss.com/docs/text-overflow
1655
+ */
1656
+ 'text-overflow': ['truncate', 'text-ellipsis', 'text-clip'],
1657
+ /**
1658
+ * Text Wrap
1659
+ * @see https://tailwindcss.com/docs/text-wrap
1660
+ */
1661
+ 'text-wrap': [{
1662
+ text: ['wrap', 'nowrap', 'balance', 'pretty']
1663
+ }],
1664
+ /**
1665
+ * Text Indent
1666
+ * @see https://tailwindcss.com/docs/text-indent
1667
+ */
1668
+ indent: [{
1669
+ indent: scaleUnambiguousSpacing()
1670
+ }],
1671
+ /**
1672
+ * Vertical Alignment
1673
+ * @see https://tailwindcss.com/docs/vertical-align
1674
+ */
1675
+ 'vertical-align': [{
1676
+ align: ['baseline', 'top', 'middle', 'bottom', 'text-top', 'text-bottom', 'sub', 'super', isArbitraryVariable, isArbitraryValue]
1677
+ }],
1678
+ /**
1679
+ * Whitespace
1680
+ * @see https://tailwindcss.com/docs/whitespace
1681
+ */
1682
+ whitespace: [{
1683
+ whitespace: ['normal', 'nowrap', 'pre', 'pre-line', 'pre-wrap', 'break-spaces']
1684
+ }],
1685
+ /**
1686
+ * Word Break
1687
+ * @see https://tailwindcss.com/docs/word-break
1688
+ */
1689
+ break: [{
1690
+ break: ['normal', 'words', 'all', 'keep']
1691
+ }],
1692
+ /**
1693
+ * Overflow Wrap
1694
+ * @see https://tailwindcss.com/docs/overflow-wrap
1695
+ */
1696
+ wrap: [{
1697
+ wrap: ['break-word', 'anywhere', 'normal']
1698
+ }],
1699
+ /**
1700
+ * Hyphens
1701
+ * @see https://tailwindcss.com/docs/hyphens
1702
+ */
1703
+ hyphens: [{
1704
+ hyphens: ['none', 'manual', 'auto']
1705
+ }],
1706
+ /**
1707
+ * Content
1708
+ * @see https://tailwindcss.com/docs/content
1709
+ */
1710
+ content: [{
1711
+ content: ['none', isArbitraryVariable, isArbitraryValue]
1712
+ }],
1713
+ // -------------------
1714
+ // --- Backgrounds ---
1715
+ // -------------------
1716
+ /**
1717
+ * Background Attachment
1718
+ * @see https://tailwindcss.com/docs/background-attachment
1719
+ */
1720
+ 'bg-attachment': [{
1721
+ bg: ['fixed', 'local', 'scroll']
1722
+ }],
1723
+ /**
1724
+ * Background Clip
1725
+ * @see https://tailwindcss.com/docs/background-clip
1726
+ */
1727
+ 'bg-clip': [{
1728
+ 'bg-clip': ['border', 'padding', 'content', 'text']
1729
+ }],
1730
+ /**
1731
+ * Background Origin
1732
+ * @see https://tailwindcss.com/docs/background-origin
1733
+ */
1734
+ 'bg-origin': [{
1735
+ 'bg-origin': ['border', 'padding', 'content']
1736
+ }],
1737
+ /**
1738
+ * Background Position
1739
+ * @see https://tailwindcss.com/docs/background-position
1740
+ */
1741
+ 'bg-position': [{
1742
+ bg: scaleBgPosition()
1743
+ }],
1744
+ /**
1745
+ * Background Repeat
1746
+ * @see https://tailwindcss.com/docs/background-repeat
1747
+ */
1748
+ 'bg-repeat': [{
1749
+ bg: scaleBgRepeat()
1750
+ }],
1751
+ /**
1752
+ * Background Size
1753
+ * @see https://tailwindcss.com/docs/background-size
1754
+ */
1755
+ 'bg-size': [{
1756
+ bg: scaleBgSize()
1757
+ }],
1758
+ /**
1759
+ * Background Image
1760
+ * @see https://tailwindcss.com/docs/background-image
1761
+ */
1762
+ 'bg-image': [{
1763
+ bg: ['none', {
1764
+ linear: [{
1765
+ to: ['t', 'tr', 'r', 'br', 'b', 'bl', 'l', 'tl']
1766
+ }, isInteger, isArbitraryVariable, isArbitraryValue],
1767
+ radial: ['', isArbitraryVariable, isArbitraryValue],
1768
+ conic: [isInteger, isArbitraryVariable, isArbitraryValue]
1769
+ }, isArbitraryVariableImage, isArbitraryImage]
1770
+ }],
1771
+ /**
1772
+ * Background Color
1773
+ * @see https://tailwindcss.com/docs/background-color
1774
+ */
1775
+ 'bg-color': [{
1776
+ bg: scaleColor()
1777
+ }],
1778
+ /**
1779
+ * Gradient Color Stops From Position
1780
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1781
+ */
1782
+ 'gradient-from-pos': [{
1783
+ from: scaleGradientStopPosition()
1784
+ }],
1785
+ /**
1786
+ * Gradient Color Stops Via Position
1787
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1788
+ */
1789
+ 'gradient-via-pos': [{
1790
+ via: scaleGradientStopPosition()
1791
+ }],
1792
+ /**
1793
+ * Gradient Color Stops To Position
1794
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1795
+ */
1796
+ 'gradient-to-pos': [{
1797
+ to: scaleGradientStopPosition()
1798
+ }],
1799
+ /**
1800
+ * Gradient Color Stops From
1801
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1802
+ */
1803
+ 'gradient-from': [{
1804
+ from: scaleColor()
1805
+ }],
1806
+ /**
1807
+ * Gradient Color Stops Via
1808
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1809
+ */
1810
+ 'gradient-via': [{
1811
+ via: scaleColor()
1812
+ }],
1813
+ /**
1814
+ * Gradient Color Stops To
1815
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1816
+ */
1817
+ 'gradient-to': [{
1818
+ to: scaleColor()
1819
+ }],
1820
+ // ---------------
1821
+ // --- Borders ---
1822
+ // ---------------
1823
+ /**
1824
+ * Border Radius
1825
+ * @see https://tailwindcss.com/docs/border-radius
1826
+ */
1827
+ rounded: [{
1828
+ rounded: scaleRadius()
1829
+ }],
1830
+ /**
1831
+ * Border Radius Start
1832
+ * @see https://tailwindcss.com/docs/border-radius
1833
+ */
1834
+ 'rounded-s': [{
1835
+ 'rounded-s': scaleRadius()
1836
+ }],
1837
+ /**
1838
+ * Border Radius End
1839
+ * @see https://tailwindcss.com/docs/border-radius
1840
+ */
1841
+ 'rounded-e': [{
1842
+ 'rounded-e': scaleRadius()
1843
+ }],
1844
+ /**
1845
+ * Border Radius Top
1846
+ * @see https://tailwindcss.com/docs/border-radius
1847
+ */
1848
+ 'rounded-t': [{
1849
+ 'rounded-t': scaleRadius()
1850
+ }],
1851
+ /**
1852
+ * Border Radius Right
1853
+ * @see https://tailwindcss.com/docs/border-radius
1854
+ */
1855
+ 'rounded-r': [{
1856
+ 'rounded-r': scaleRadius()
1857
+ }],
1858
+ /**
1859
+ * Border Radius Bottom
1860
+ * @see https://tailwindcss.com/docs/border-radius
1861
+ */
1862
+ 'rounded-b': [{
1863
+ 'rounded-b': scaleRadius()
1864
+ }],
1865
+ /**
1866
+ * Border Radius Left
1867
+ * @see https://tailwindcss.com/docs/border-radius
1868
+ */
1869
+ 'rounded-l': [{
1870
+ 'rounded-l': scaleRadius()
1871
+ }],
1872
+ /**
1873
+ * Border Radius Start Start
1874
+ * @see https://tailwindcss.com/docs/border-radius
1875
+ */
1876
+ 'rounded-ss': [{
1877
+ 'rounded-ss': scaleRadius()
1878
+ }],
1879
+ /**
1880
+ * Border Radius Start End
1881
+ * @see https://tailwindcss.com/docs/border-radius
1882
+ */
1883
+ 'rounded-se': [{
1884
+ 'rounded-se': scaleRadius()
1885
+ }],
1886
+ /**
1887
+ * Border Radius End End
1888
+ * @see https://tailwindcss.com/docs/border-radius
1889
+ */
1890
+ 'rounded-ee': [{
1891
+ 'rounded-ee': scaleRadius()
1892
+ }],
1893
+ /**
1894
+ * Border Radius End Start
1895
+ * @see https://tailwindcss.com/docs/border-radius
1896
+ */
1897
+ 'rounded-es': [{
1898
+ 'rounded-es': scaleRadius()
1899
+ }],
1900
+ /**
1901
+ * Border Radius Top Left
1902
+ * @see https://tailwindcss.com/docs/border-radius
1903
+ */
1904
+ 'rounded-tl': [{
1905
+ 'rounded-tl': scaleRadius()
1906
+ }],
1907
+ /**
1908
+ * Border Radius Top Right
1909
+ * @see https://tailwindcss.com/docs/border-radius
1910
+ */
1911
+ 'rounded-tr': [{
1912
+ 'rounded-tr': scaleRadius()
1913
+ }],
1914
+ /**
1915
+ * Border Radius Bottom Right
1916
+ * @see https://tailwindcss.com/docs/border-radius
1917
+ */
1918
+ 'rounded-br': [{
1919
+ 'rounded-br': scaleRadius()
1920
+ }],
1921
+ /**
1922
+ * Border Radius Bottom Left
1923
+ * @see https://tailwindcss.com/docs/border-radius
1924
+ */
1925
+ 'rounded-bl': [{
1926
+ 'rounded-bl': scaleRadius()
1927
+ }],
1928
+ /**
1929
+ * Border Width
1930
+ * @see https://tailwindcss.com/docs/border-width
1931
+ */
1932
+ 'border-w': [{
1933
+ border: scaleBorderWidth()
1934
+ }],
1935
+ /**
1936
+ * Border Width Inline
1937
+ * @see https://tailwindcss.com/docs/border-width
1938
+ */
1939
+ 'border-w-x': [{
1940
+ 'border-x': scaleBorderWidth()
1941
+ }],
1942
+ /**
1943
+ * Border Width Block
1944
+ * @see https://tailwindcss.com/docs/border-width
1945
+ */
1946
+ 'border-w-y': [{
1947
+ 'border-y': scaleBorderWidth()
1948
+ }],
1949
+ /**
1950
+ * Border Width Inline Start
1951
+ * @see https://tailwindcss.com/docs/border-width
1952
+ */
1953
+ 'border-w-s': [{
1954
+ 'border-s': scaleBorderWidth()
1955
+ }],
1956
+ /**
1957
+ * Border Width Inline End
1958
+ * @see https://tailwindcss.com/docs/border-width
1959
+ */
1960
+ 'border-w-e': [{
1961
+ 'border-e': scaleBorderWidth()
1962
+ }],
1963
+ /**
1964
+ * Border Width Block Start
1965
+ * @see https://tailwindcss.com/docs/border-width
1966
+ */
1967
+ 'border-w-bs': [{
1968
+ 'border-bs': scaleBorderWidth()
1969
+ }],
1970
+ /**
1971
+ * Border Width Block End
1972
+ * @see https://tailwindcss.com/docs/border-width
1973
+ */
1974
+ 'border-w-be': [{
1975
+ 'border-be': scaleBorderWidth()
1976
+ }],
1977
+ /**
1978
+ * Border Width Top
1979
+ * @see https://tailwindcss.com/docs/border-width
1980
+ */
1981
+ 'border-w-t': [{
1982
+ 'border-t': scaleBorderWidth()
1983
+ }],
1984
+ /**
1985
+ * Border Width Right
1986
+ * @see https://tailwindcss.com/docs/border-width
1987
+ */
1988
+ 'border-w-r': [{
1989
+ 'border-r': scaleBorderWidth()
1990
+ }],
1991
+ /**
1992
+ * Border Width Bottom
1993
+ * @see https://tailwindcss.com/docs/border-width
1994
+ */
1995
+ 'border-w-b': [{
1996
+ 'border-b': scaleBorderWidth()
1997
+ }],
1998
+ /**
1999
+ * Border Width Left
2000
+ * @see https://tailwindcss.com/docs/border-width
2001
+ */
2002
+ 'border-w-l': [{
2003
+ 'border-l': scaleBorderWidth()
2004
+ }],
2005
+ /**
2006
+ * Divide Width X
2007
+ * @see https://tailwindcss.com/docs/border-width#between-children
2008
+ */
2009
+ 'divide-x': [{
2010
+ 'divide-x': scaleBorderWidth()
2011
+ }],
2012
+ /**
2013
+ * Divide Width X Reverse
2014
+ * @see https://tailwindcss.com/docs/border-width#between-children
2015
+ */
2016
+ 'divide-x-reverse': ['divide-x-reverse'],
2017
+ /**
2018
+ * Divide Width Y
2019
+ * @see https://tailwindcss.com/docs/border-width#between-children
2020
+ */
2021
+ 'divide-y': [{
2022
+ 'divide-y': scaleBorderWidth()
2023
+ }],
2024
+ /**
2025
+ * Divide Width Y Reverse
2026
+ * @see https://tailwindcss.com/docs/border-width#between-children
2027
+ */
2028
+ 'divide-y-reverse': ['divide-y-reverse'],
2029
+ /**
2030
+ * Border Style
2031
+ * @see https://tailwindcss.com/docs/border-style
2032
+ */
2033
+ 'border-style': [{
2034
+ border: [...scaleLineStyle(), 'hidden', 'none']
2035
+ }],
2036
+ /**
2037
+ * Divide Style
2038
+ * @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
2039
+ */
2040
+ 'divide-style': [{
2041
+ divide: [...scaleLineStyle(), 'hidden', 'none']
2042
+ }],
2043
+ /**
2044
+ * Border Color
2045
+ * @see https://tailwindcss.com/docs/border-color
2046
+ */
2047
+ 'border-color': [{
2048
+ border: scaleColor()
2049
+ }],
2050
+ /**
2051
+ * Border Color Inline
2052
+ * @see https://tailwindcss.com/docs/border-color
2053
+ */
2054
+ 'border-color-x': [{
2055
+ 'border-x': scaleColor()
2056
+ }],
2057
+ /**
2058
+ * Border Color Block
2059
+ * @see https://tailwindcss.com/docs/border-color
2060
+ */
2061
+ 'border-color-y': [{
2062
+ 'border-y': scaleColor()
2063
+ }],
2064
+ /**
2065
+ * Border Color Inline Start
2066
+ * @see https://tailwindcss.com/docs/border-color
2067
+ */
2068
+ 'border-color-s': [{
2069
+ 'border-s': scaleColor()
2070
+ }],
2071
+ /**
2072
+ * Border Color Inline End
2073
+ * @see https://tailwindcss.com/docs/border-color
2074
+ */
2075
+ 'border-color-e': [{
2076
+ 'border-e': scaleColor()
2077
+ }],
2078
+ /**
2079
+ * Border Color Block Start
2080
+ * @see https://tailwindcss.com/docs/border-color
2081
+ */
2082
+ 'border-color-bs': [{
2083
+ 'border-bs': scaleColor()
2084
+ }],
2085
+ /**
2086
+ * Border Color Block End
2087
+ * @see https://tailwindcss.com/docs/border-color
2088
+ */
2089
+ 'border-color-be': [{
2090
+ 'border-be': scaleColor()
2091
+ }],
2092
+ /**
2093
+ * Border Color Top
2094
+ * @see https://tailwindcss.com/docs/border-color
2095
+ */
2096
+ 'border-color-t': [{
2097
+ 'border-t': scaleColor()
2098
+ }],
2099
+ /**
2100
+ * Border Color Right
2101
+ * @see https://tailwindcss.com/docs/border-color
2102
+ */
2103
+ 'border-color-r': [{
2104
+ 'border-r': scaleColor()
2105
+ }],
2106
+ /**
2107
+ * Border Color Bottom
2108
+ * @see https://tailwindcss.com/docs/border-color
2109
+ */
2110
+ 'border-color-b': [{
2111
+ 'border-b': scaleColor()
2112
+ }],
2113
+ /**
2114
+ * Border Color Left
2115
+ * @see https://tailwindcss.com/docs/border-color
2116
+ */
2117
+ 'border-color-l': [{
2118
+ 'border-l': scaleColor()
2119
+ }],
2120
+ /**
2121
+ * Divide Color
2122
+ * @see https://tailwindcss.com/docs/divide-color
2123
+ */
2124
+ 'divide-color': [{
2125
+ divide: scaleColor()
2126
+ }],
2127
+ /**
2128
+ * Outline Style
2129
+ * @see https://tailwindcss.com/docs/outline-style
2130
+ */
2131
+ 'outline-style': [{
2132
+ outline: [...scaleLineStyle(), 'none', 'hidden']
2133
+ }],
2134
+ /**
2135
+ * Outline Offset
2136
+ * @see https://tailwindcss.com/docs/outline-offset
2137
+ */
2138
+ 'outline-offset': [{
2139
+ 'outline-offset': [isNumber, isArbitraryVariable, isArbitraryValue]
2140
+ }],
2141
+ /**
2142
+ * Outline Width
2143
+ * @see https://tailwindcss.com/docs/outline-width
2144
+ */
2145
+ 'outline-w': [{
2146
+ outline: ['', isNumber, isArbitraryVariableLength, isArbitraryLength]
2147
+ }],
2148
+ /**
2149
+ * Outline Color
2150
+ * @see https://tailwindcss.com/docs/outline-color
2151
+ */
2152
+ 'outline-color': [{
2153
+ outline: scaleColor()
2154
+ }],
2155
+ // ---------------
2156
+ // --- Effects ---
2157
+ // ---------------
2158
+ /**
2159
+ * Box Shadow
2160
+ * @see https://tailwindcss.com/docs/box-shadow
2161
+ */
2162
+ shadow: [{
2163
+ shadow: [
2164
+ // Deprecated since Tailwind CSS v4.0.0
2165
+ '', 'none', themeShadow, isArbitraryVariableShadow, isArbitraryShadow]
2166
+ }],
2167
+ /**
2168
+ * Box Shadow Color
2169
+ * @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
2170
+ */
2171
+ 'shadow-color': [{
2172
+ shadow: scaleColor()
2173
+ }],
2174
+ /**
2175
+ * Inset Box Shadow
2176
+ * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
2177
+ */
2178
+ 'inset-shadow': [{
2179
+ 'inset-shadow': ['none', themeInsetShadow, isArbitraryVariableShadow, isArbitraryShadow]
2180
+ }],
2181
+ /**
2182
+ * Inset Box Shadow Color
2183
+ * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
2184
+ */
2185
+ 'inset-shadow-color': [{
2186
+ 'inset-shadow': scaleColor()
2187
+ }],
2188
+ /**
2189
+ * Ring Width
2190
+ * @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
2191
+ */
2192
+ 'ring-w': [{
2193
+ ring: scaleBorderWidth()
2194
+ }],
2195
+ /**
2196
+ * Ring Width Inset
2197
+ * @see https://v3.tailwindcss.com/docs/ring-width#inset-rings
2198
+ * @deprecated since Tailwind CSS v4.0.0
2199
+ * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
2200
+ */
2201
+ 'ring-w-inset': ['ring-inset'],
2202
+ /**
2203
+ * Ring Color
2204
+ * @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
2205
+ */
2206
+ 'ring-color': [{
2207
+ ring: scaleColor()
2208
+ }],
2209
+ /**
2210
+ * Ring Offset Width
2211
+ * @see https://v3.tailwindcss.com/docs/ring-offset-width
2212
+ * @deprecated since Tailwind CSS v4.0.0
2213
+ * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
2214
+ */
2215
+ 'ring-offset-w': [{
2216
+ 'ring-offset': [isNumber, isArbitraryLength]
2217
+ }],
2218
+ /**
2219
+ * Ring Offset Color
2220
+ * @see https://v3.tailwindcss.com/docs/ring-offset-color
2221
+ * @deprecated since Tailwind CSS v4.0.0
2222
+ * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
2223
+ */
2224
+ 'ring-offset-color': [{
2225
+ 'ring-offset': scaleColor()
2226
+ }],
2227
+ /**
2228
+ * Inset Ring Width
2229
+ * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
2230
+ */
2231
+ 'inset-ring-w': [{
2232
+ 'inset-ring': scaleBorderWidth()
2233
+ }],
2234
+ /**
2235
+ * Inset Ring Color
2236
+ * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
2237
+ */
2238
+ 'inset-ring-color': [{
2239
+ 'inset-ring': scaleColor()
2240
+ }],
2241
+ /**
2242
+ * Text Shadow
2243
+ * @see https://tailwindcss.com/docs/text-shadow
2244
+ */
2245
+ 'text-shadow': [{
2246
+ 'text-shadow': ['none', themeTextShadow, isArbitraryVariableShadow, isArbitraryShadow]
2247
+ }],
2248
+ /**
2249
+ * Text Shadow Color
2250
+ * @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
2251
+ */
2252
+ 'text-shadow-color': [{
2253
+ 'text-shadow': scaleColor()
2254
+ }],
2255
+ /**
2256
+ * Opacity
2257
+ * @see https://tailwindcss.com/docs/opacity
2258
+ */
2259
+ opacity: [{
2260
+ opacity: [isNumber, isArbitraryVariable, isArbitraryValue]
2261
+ }],
2262
+ /**
2263
+ * Mix Blend Mode
2264
+ * @see https://tailwindcss.com/docs/mix-blend-mode
2265
+ */
2266
+ 'mix-blend': [{
2267
+ 'mix-blend': [...scaleBlendMode(), 'plus-darker', 'plus-lighter']
2268
+ }],
2269
+ /**
2270
+ * Background Blend Mode
2271
+ * @see https://tailwindcss.com/docs/background-blend-mode
2272
+ */
2273
+ 'bg-blend': [{
2274
+ 'bg-blend': scaleBlendMode()
2275
+ }],
2276
+ /**
2277
+ * Mask Clip
2278
+ * @see https://tailwindcss.com/docs/mask-clip
2279
+ */
2280
+ 'mask-clip': [{
2281
+ 'mask-clip': ['border', 'padding', 'content', 'fill', 'stroke', 'view']
2282
+ }, 'mask-no-clip'],
2283
+ /**
2284
+ * Mask Composite
2285
+ * @see https://tailwindcss.com/docs/mask-composite
2286
+ */
2287
+ 'mask-composite': [{
2288
+ mask: ['add', 'subtract', 'intersect', 'exclude']
2289
+ }],
2290
+ /**
2291
+ * Mask Image
2292
+ * @see https://tailwindcss.com/docs/mask-image
2293
+ */
2294
+ 'mask-image-linear-pos': [{
2295
+ 'mask-linear': [isNumber]
2296
+ }],
2297
+ 'mask-image-linear-from-pos': [{
2298
+ 'mask-linear-from': scaleMaskImagePosition()
2299
+ }],
2300
+ 'mask-image-linear-to-pos': [{
2301
+ 'mask-linear-to': scaleMaskImagePosition()
2302
+ }],
2303
+ 'mask-image-linear-from-color': [{
2304
+ 'mask-linear-from': scaleColor()
2305
+ }],
2306
+ 'mask-image-linear-to-color': [{
2307
+ 'mask-linear-to': scaleColor()
2308
+ }],
2309
+ 'mask-image-t-from-pos': [{
2310
+ 'mask-t-from': scaleMaskImagePosition()
2311
+ }],
2312
+ 'mask-image-t-to-pos': [{
2313
+ 'mask-t-to': scaleMaskImagePosition()
2314
+ }],
2315
+ 'mask-image-t-from-color': [{
2316
+ 'mask-t-from': scaleColor()
2317
+ }],
2318
+ 'mask-image-t-to-color': [{
2319
+ 'mask-t-to': scaleColor()
2320
+ }],
2321
+ 'mask-image-r-from-pos': [{
2322
+ 'mask-r-from': scaleMaskImagePosition()
2323
+ }],
2324
+ 'mask-image-r-to-pos': [{
2325
+ 'mask-r-to': scaleMaskImagePosition()
2326
+ }],
2327
+ 'mask-image-r-from-color': [{
2328
+ 'mask-r-from': scaleColor()
2329
+ }],
2330
+ 'mask-image-r-to-color': [{
2331
+ 'mask-r-to': scaleColor()
2332
+ }],
2333
+ 'mask-image-b-from-pos': [{
2334
+ 'mask-b-from': scaleMaskImagePosition()
2335
+ }],
2336
+ 'mask-image-b-to-pos': [{
2337
+ 'mask-b-to': scaleMaskImagePosition()
2338
+ }],
2339
+ 'mask-image-b-from-color': [{
2340
+ 'mask-b-from': scaleColor()
2341
+ }],
2342
+ 'mask-image-b-to-color': [{
2343
+ 'mask-b-to': scaleColor()
2344
+ }],
2345
+ 'mask-image-l-from-pos': [{
2346
+ 'mask-l-from': scaleMaskImagePosition()
2347
+ }],
2348
+ 'mask-image-l-to-pos': [{
2349
+ 'mask-l-to': scaleMaskImagePosition()
2350
+ }],
2351
+ 'mask-image-l-from-color': [{
2352
+ 'mask-l-from': scaleColor()
2353
+ }],
2354
+ 'mask-image-l-to-color': [{
2355
+ 'mask-l-to': scaleColor()
2356
+ }],
2357
+ 'mask-image-x-from-pos': [{
2358
+ 'mask-x-from': scaleMaskImagePosition()
2359
+ }],
2360
+ 'mask-image-x-to-pos': [{
2361
+ 'mask-x-to': scaleMaskImagePosition()
2362
+ }],
2363
+ 'mask-image-x-from-color': [{
2364
+ 'mask-x-from': scaleColor()
2365
+ }],
2366
+ 'mask-image-x-to-color': [{
2367
+ 'mask-x-to': scaleColor()
2368
+ }],
2369
+ 'mask-image-y-from-pos': [{
2370
+ 'mask-y-from': scaleMaskImagePosition()
2371
+ }],
2372
+ 'mask-image-y-to-pos': [{
2373
+ 'mask-y-to': scaleMaskImagePosition()
2374
+ }],
2375
+ 'mask-image-y-from-color': [{
2376
+ 'mask-y-from': scaleColor()
2377
+ }],
2378
+ 'mask-image-y-to-color': [{
2379
+ 'mask-y-to': scaleColor()
2380
+ }],
2381
+ 'mask-image-radial': [{
2382
+ 'mask-radial': [isArbitraryVariable, isArbitraryValue]
2383
+ }],
2384
+ 'mask-image-radial-from-pos': [{
2385
+ 'mask-radial-from': scaleMaskImagePosition()
2386
+ }],
2387
+ 'mask-image-radial-to-pos': [{
2388
+ 'mask-radial-to': scaleMaskImagePosition()
2389
+ }],
2390
+ 'mask-image-radial-from-color': [{
2391
+ 'mask-radial-from': scaleColor()
2392
+ }],
2393
+ 'mask-image-radial-to-color': [{
2394
+ 'mask-radial-to': scaleColor()
2395
+ }],
2396
+ 'mask-image-radial-shape': [{
2397
+ 'mask-radial': ['circle', 'ellipse']
2398
+ }],
2399
+ 'mask-image-radial-size': [{
2400
+ 'mask-radial': [{
2401
+ closest: ['side', 'corner'],
2402
+ farthest: ['side', 'corner']
2403
+ }]
2404
+ }],
2405
+ 'mask-image-radial-pos': [{
2406
+ 'mask-radial-at': scalePosition()
2407
+ }],
2408
+ 'mask-image-conic-pos': [{
2409
+ 'mask-conic': [isNumber]
2410
+ }],
2411
+ 'mask-image-conic-from-pos': [{
2412
+ 'mask-conic-from': scaleMaskImagePosition()
2413
+ }],
2414
+ 'mask-image-conic-to-pos': [{
2415
+ 'mask-conic-to': scaleMaskImagePosition()
2416
+ }],
2417
+ 'mask-image-conic-from-color': [{
2418
+ 'mask-conic-from': scaleColor()
2419
+ }],
2420
+ 'mask-image-conic-to-color': [{
2421
+ 'mask-conic-to': scaleColor()
2422
+ }],
2423
+ /**
2424
+ * Mask Mode
2425
+ * @see https://tailwindcss.com/docs/mask-mode
2426
+ */
2427
+ 'mask-mode': [{
2428
+ mask: ['alpha', 'luminance', 'match']
2429
+ }],
2430
+ /**
2431
+ * Mask Origin
2432
+ * @see https://tailwindcss.com/docs/mask-origin
2433
+ */
2434
+ 'mask-origin': [{
2435
+ 'mask-origin': ['border', 'padding', 'content', 'fill', 'stroke', 'view']
2436
+ }],
2437
+ /**
2438
+ * Mask Position
2439
+ * @see https://tailwindcss.com/docs/mask-position
2440
+ */
2441
+ 'mask-position': [{
2442
+ mask: scaleBgPosition()
2443
+ }],
2444
+ /**
2445
+ * Mask Repeat
2446
+ * @see https://tailwindcss.com/docs/mask-repeat
2447
+ */
2448
+ 'mask-repeat': [{
2449
+ mask: scaleBgRepeat()
2450
+ }],
2451
+ /**
2452
+ * Mask Size
2453
+ * @see https://tailwindcss.com/docs/mask-size
2454
+ */
2455
+ 'mask-size': [{
2456
+ mask: scaleBgSize()
2457
+ }],
2458
+ /**
2459
+ * Mask Type
2460
+ * @see https://tailwindcss.com/docs/mask-type
2461
+ */
2462
+ 'mask-type': [{
2463
+ 'mask-type': ['alpha', 'luminance']
2464
+ }],
2465
+ /**
2466
+ * Mask Image
2467
+ * @see https://tailwindcss.com/docs/mask-image
2468
+ */
2469
+ 'mask-image': [{
2470
+ mask: ['none', isArbitraryVariable, isArbitraryValue]
2471
+ }],
2472
+ // ---------------
2473
+ // --- Filters ---
2474
+ // ---------------
2475
+ /**
2476
+ * Filter
2477
+ * @see https://tailwindcss.com/docs/filter
2478
+ */
2479
+ filter: [{
2480
+ filter: [
2481
+ // Deprecated since Tailwind CSS v3.0.0
2482
+ '', 'none', isArbitraryVariable, isArbitraryValue]
2483
+ }],
2484
+ /**
2485
+ * Blur
2486
+ * @see https://tailwindcss.com/docs/blur
2487
+ */
2488
+ blur: [{
2489
+ blur: scaleBlur()
2490
+ }],
2491
+ /**
2492
+ * Brightness
2493
+ * @see https://tailwindcss.com/docs/brightness
2494
+ */
2495
+ brightness: [{
2496
+ brightness: [isNumber, isArbitraryVariable, isArbitraryValue]
2497
+ }],
2498
+ /**
2499
+ * Contrast
2500
+ * @see https://tailwindcss.com/docs/contrast
2501
+ */
2502
+ contrast: [{
2503
+ contrast: [isNumber, isArbitraryVariable, isArbitraryValue]
2504
+ }],
2505
+ /**
2506
+ * Drop Shadow
2507
+ * @see https://tailwindcss.com/docs/drop-shadow
2508
+ */
2509
+ 'drop-shadow': [{
2510
+ 'drop-shadow': [
2511
+ // Deprecated since Tailwind CSS v4.0.0
2512
+ '', 'none', themeDropShadow, isArbitraryVariableShadow, isArbitraryShadow]
2513
+ }],
2514
+ /**
2515
+ * Drop Shadow Color
2516
+ * @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
2517
+ */
2518
+ 'drop-shadow-color': [{
2519
+ 'drop-shadow': scaleColor()
2520
+ }],
2521
+ /**
2522
+ * Grayscale
2523
+ * @see https://tailwindcss.com/docs/grayscale
2524
+ */
2525
+ grayscale: [{
2526
+ grayscale: ['', isNumber, isArbitraryVariable, isArbitraryValue]
2527
+ }],
2528
+ /**
2529
+ * Hue Rotate
2530
+ * @see https://tailwindcss.com/docs/hue-rotate
2531
+ */
2532
+ 'hue-rotate': [{
2533
+ 'hue-rotate': [isNumber, isArbitraryVariable, isArbitraryValue]
2534
+ }],
2535
+ /**
2536
+ * Invert
2537
+ * @see https://tailwindcss.com/docs/invert
2538
+ */
2539
+ invert: [{
2540
+ invert: ['', isNumber, isArbitraryVariable, isArbitraryValue]
2541
+ }],
2542
+ /**
2543
+ * Saturate
2544
+ * @see https://tailwindcss.com/docs/saturate
2545
+ */
2546
+ saturate: [{
2547
+ saturate: [isNumber, isArbitraryVariable, isArbitraryValue]
2548
+ }],
2549
+ /**
2550
+ * Sepia
2551
+ * @see https://tailwindcss.com/docs/sepia
2552
+ */
2553
+ sepia: [{
2554
+ sepia: ['', isNumber, isArbitraryVariable, isArbitraryValue]
2555
+ }],
2556
+ /**
2557
+ * Backdrop Filter
2558
+ * @see https://tailwindcss.com/docs/backdrop-filter
2559
+ */
2560
+ 'backdrop-filter': [{
2561
+ 'backdrop-filter': [
2562
+ // Deprecated since Tailwind CSS v3.0.0
2563
+ '', 'none', isArbitraryVariable, isArbitraryValue]
2564
+ }],
2565
+ /**
2566
+ * Backdrop Blur
2567
+ * @see https://tailwindcss.com/docs/backdrop-blur
2568
+ */
2569
+ 'backdrop-blur': [{
2570
+ 'backdrop-blur': scaleBlur()
2571
+ }],
2572
+ /**
2573
+ * Backdrop Brightness
2574
+ * @see https://tailwindcss.com/docs/backdrop-brightness
2575
+ */
2576
+ 'backdrop-brightness': [{
2577
+ 'backdrop-brightness': [isNumber, isArbitraryVariable, isArbitraryValue]
2578
+ }],
2579
+ /**
2580
+ * Backdrop Contrast
2581
+ * @see https://tailwindcss.com/docs/backdrop-contrast
2582
+ */
2583
+ 'backdrop-contrast': [{
2584
+ 'backdrop-contrast': [isNumber, isArbitraryVariable, isArbitraryValue]
2585
+ }],
2586
+ /**
2587
+ * Backdrop Grayscale
2588
+ * @see https://tailwindcss.com/docs/backdrop-grayscale
2589
+ */
2590
+ 'backdrop-grayscale': [{
2591
+ 'backdrop-grayscale': ['', isNumber, isArbitraryVariable, isArbitraryValue]
2592
+ }],
2593
+ /**
2594
+ * Backdrop Hue Rotate
2595
+ * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2596
+ */
2597
+ 'backdrop-hue-rotate': [{
2598
+ 'backdrop-hue-rotate': [isNumber, isArbitraryVariable, isArbitraryValue]
2599
+ }],
2600
+ /**
2601
+ * Backdrop Invert
2602
+ * @see https://tailwindcss.com/docs/backdrop-invert
2603
+ */
2604
+ 'backdrop-invert': [{
2605
+ 'backdrop-invert': ['', isNumber, isArbitraryVariable, isArbitraryValue]
2606
+ }],
2607
+ /**
2608
+ * Backdrop Opacity
2609
+ * @see https://tailwindcss.com/docs/backdrop-opacity
2610
+ */
2611
+ 'backdrop-opacity': [{
2612
+ 'backdrop-opacity': [isNumber, isArbitraryVariable, isArbitraryValue]
2613
+ }],
2614
+ /**
2615
+ * Backdrop Saturate
2616
+ * @see https://tailwindcss.com/docs/backdrop-saturate
2617
+ */
2618
+ 'backdrop-saturate': [{
2619
+ 'backdrop-saturate': [isNumber, isArbitraryVariable, isArbitraryValue]
2620
+ }],
2621
+ /**
2622
+ * Backdrop Sepia
2623
+ * @see https://tailwindcss.com/docs/backdrop-sepia
2624
+ */
2625
+ 'backdrop-sepia': [{
2626
+ 'backdrop-sepia': ['', isNumber, isArbitraryVariable, isArbitraryValue]
2627
+ }],
2628
+ // --------------
2629
+ // --- Tables ---
2630
+ // --------------
2631
+ /**
2632
+ * Border Collapse
2633
+ * @see https://tailwindcss.com/docs/border-collapse
2634
+ */
2635
+ 'border-collapse': [{
2636
+ border: ['collapse', 'separate']
2637
+ }],
2638
+ /**
2639
+ * Border Spacing
2640
+ * @see https://tailwindcss.com/docs/border-spacing
2641
+ */
2642
+ 'border-spacing': [{
2643
+ 'border-spacing': scaleUnambiguousSpacing()
2644
+ }],
2645
+ /**
2646
+ * Border Spacing X
2647
+ * @see https://tailwindcss.com/docs/border-spacing
2648
+ */
2649
+ 'border-spacing-x': [{
2650
+ 'border-spacing-x': scaleUnambiguousSpacing()
2651
+ }],
2652
+ /**
2653
+ * Border Spacing Y
2654
+ * @see https://tailwindcss.com/docs/border-spacing
2655
+ */
2656
+ 'border-spacing-y': [{
2657
+ 'border-spacing-y': scaleUnambiguousSpacing()
2658
+ }],
2659
+ /**
2660
+ * Table Layout
2661
+ * @see https://tailwindcss.com/docs/table-layout
2662
+ */
2663
+ 'table-layout': [{
2664
+ table: ['auto', 'fixed']
2665
+ }],
2666
+ /**
2667
+ * Caption Side
2668
+ * @see https://tailwindcss.com/docs/caption-side
2669
+ */
2670
+ caption: [{
2671
+ caption: ['top', 'bottom']
2672
+ }],
2673
+ // ---------------------------------
2674
+ // --- Transitions and Animation ---
2675
+ // ---------------------------------
2676
+ /**
2677
+ * Transition Property
2678
+ * @see https://tailwindcss.com/docs/transition-property
2679
+ */
2680
+ transition: [{
2681
+ transition: ['', 'all', 'colors', 'opacity', 'shadow', 'transform', 'none', isArbitraryVariable, isArbitraryValue]
2682
+ }],
2683
+ /**
2684
+ * Transition Behavior
2685
+ * @see https://tailwindcss.com/docs/transition-behavior
2686
+ */
2687
+ 'transition-behavior': [{
2688
+ transition: ['normal', 'discrete']
2689
+ }],
2690
+ /**
2691
+ * Transition Duration
2692
+ * @see https://tailwindcss.com/docs/transition-duration
2693
+ */
2694
+ duration: [{
2695
+ duration: [isNumber, 'initial', isArbitraryVariable, isArbitraryValue]
2696
+ }],
2697
+ /**
2698
+ * Transition Timing Function
2699
+ * @see https://tailwindcss.com/docs/transition-timing-function
2700
+ */
2701
+ ease: [{
2702
+ ease: ['linear', 'initial', themeEase, isArbitraryVariable, isArbitraryValue]
2703
+ }],
2704
+ /**
2705
+ * Transition Delay
2706
+ * @see https://tailwindcss.com/docs/transition-delay
2707
+ */
2708
+ delay: [{
2709
+ delay: [isNumber, isArbitraryVariable, isArbitraryValue]
2710
+ }],
2711
+ /**
2712
+ * Animation
2713
+ * @see https://tailwindcss.com/docs/animation
2714
+ */
2715
+ animate: [{
2716
+ animate: ['none', themeAnimate, isArbitraryVariable, isArbitraryValue]
2717
+ }],
2718
+ // ------------------
2719
+ // --- Transforms ---
2720
+ // ------------------
2721
+ /**
2722
+ * Backface Visibility
2723
+ * @see https://tailwindcss.com/docs/backface-visibility
2724
+ */
2725
+ backface: [{
2726
+ backface: ['hidden', 'visible']
2727
+ }],
2728
+ /**
2729
+ * Perspective
2730
+ * @see https://tailwindcss.com/docs/perspective
2731
+ */
2732
+ perspective: [{
2733
+ perspective: [themePerspective, isArbitraryVariable, isArbitraryValue]
2734
+ }],
2735
+ /**
2736
+ * Perspective Origin
2737
+ * @see https://tailwindcss.com/docs/perspective-origin
2738
+ */
2739
+ 'perspective-origin': [{
2740
+ 'perspective-origin': scalePositionWithArbitrary()
2741
+ }],
2742
+ /**
2743
+ * Rotate
2744
+ * @see https://tailwindcss.com/docs/rotate
2745
+ */
2746
+ rotate: [{
2747
+ rotate: scaleRotate()
2748
+ }],
2749
+ /**
2750
+ * Rotate X
2751
+ * @see https://tailwindcss.com/docs/rotate
2752
+ */
2753
+ 'rotate-x': [{
2754
+ 'rotate-x': scaleRotate()
2755
+ }],
2756
+ /**
2757
+ * Rotate Y
2758
+ * @see https://tailwindcss.com/docs/rotate
2759
+ */
2760
+ 'rotate-y': [{
2761
+ 'rotate-y': scaleRotate()
2762
+ }],
2763
+ /**
2764
+ * Rotate Z
2765
+ * @see https://tailwindcss.com/docs/rotate
2766
+ */
2767
+ 'rotate-z': [{
2768
+ 'rotate-z': scaleRotate()
2769
+ }],
2770
+ /**
2771
+ * Scale
2772
+ * @see https://tailwindcss.com/docs/scale
2773
+ */
2774
+ scale: [{
2775
+ scale: scaleScale()
2776
+ }],
2777
+ /**
2778
+ * Scale X
2779
+ * @see https://tailwindcss.com/docs/scale
2780
+ */
2781
+ 'scale-x': [{
2782
+ 'scale-x': scaleScale()
2783
+ }],
2784
+ /**
2785
+ * Scale Y
2786
+ * @see https://tailwindcss.com/docs/scale
2787
+ */
2788
+ 'scale-y': [{
2789
+ 'scale-y': scaleScale()
2790
+ }],
2791
+ /**
2792
+ * Scale Z
2793
+ * @see https://tailwindcss.com/docs/scale
2794
+ */
2795
+ 'scale-z': [{
2796
+ 'scale-z': scaleScale()
2797
+ }],
2798
+ /**
2799
+ * Scale 3D
2800
+ * @see https://tailwindcss.com/docs/scale
2801
+ */
2802
+ 'scale-3d': ['scale-3d'],
2803
+ /**
2804
+ * Skew
2805
+ * @see https://tailwindcss.com/docs/skew
2806
+ */
2807
+ skew: [{
2808
+ skew: scaleSkew()
2809
+ }],
2810
+ /**
2811
+ * Skew X
2812
+ * @see https://tailwindcss.com/docs/skew
2813
+ */
2814
+ 'skew-x': [{
2815
+ 'skew-x': scaleSkew()
2816
+ }],
2817
+ /**
2818
+ * Skew Y
2819
+ * @see https://tailwindcss.com/docs/skew
2820
+ */
2821
+ 'skew-y': [{
2822
+ 'skew-y': scaleSkew()
2823
+ }],
2824
+ /**
2825
+ * Transform
2826
+ * @see https://tailwindcss.com/docs/transform
2827
+ */
2828
+ transform: [{
2829
+ transform: [isArbitraryVariable, isArbitraryValue, '', 'none', 'gpu', 'cpu']
2830
+ }],
2831
+ /**
2832
+ * Transform Origin
2833
+ * @see https://tailwindcss.com/docs/transform-origin
2834
+ */
2835
+ 'transform-origin': [{
2836
+ origin: scalePositionWithArbitrary()
2837
+ }],
2838
+ /**
2839
+ * Transform Style
2840
+ * @see https://tailwindcss.com/docs/transform-style
2841
+ */
2842
+ 'transform-style': [{
2843
+ transform: ['3d', 'flat']
2844
+ }],
2845
+ /**
2846
+ * Translate
2847
+ * @see https://tailwindcss.com/docs/translate
2848
+ */
2849
+ translate: [{
2850
+ translate: scaleTranslate()
2851
+ }],
2852
+ /**
2853
+ * Translate X
2854
+ * @see https://tailwindcss.com/docs/translate
2855
+ */
2856
+ 'translate-x': [{
2857
+ 'translate-x': scaleTranslate()
2858
+ }],
2859
+ /**
2860
+ * Translate Y
2861
+ * @see https://tailwindcss.com/docs/translate
2862
+ */
2863
+ 'translate-y': [{
2864
+ 'translate-y': scaleTranslate()
2865
+ }],
2866
+ /**
2867
+ * Translate Z
2868
+ * @see https://tailwindcss.com/docs/translate
2869
+ */
2870
+ 'translate-z': [{
2871
+ 'translate-z': scaleTranslate()
2872
+ }],
2873
+ /**
2874
+ * Translate None
2875
+ * @see https://tailwindcss.com/docs/translate
2876
+ */
2877
+ 'translate-none': ['translate-none'],
2878
+ // ---------------------
2879
+ // --- Interactivity ---
2880
+ // ---------------------
2881
+ /**
2882
+ * Accent Color
2883
+ * @see https://tailwindcss.com/docs/accent-color
2884
+ */
2885
+ accent: [{
2886
+ accent: scaleColor()
2887
+ }],
2888
+ /**
2889
+ * Appearance
2890
+ * @see https://tailwindcss.com/docs/appearance
2891
+ */
2892
+ appearance: [{
2893
+ appearance: ['none', 'auto']
2894
+ }],
2895
+ /**
2896
+ * Caret Color
2897
+ * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2898
+ */
2899
+ 'caret-color': [{
2900
+ caret: scaleColor()
2901
+ }],
2902
+ /**
2903
+ * Color Scheme
2904
+ * @see https://tailwindcss.com/docs/color-scheme
2905
+ */
2906
+ 'color-scheme': [{
2907
+ scheme: ['normal', 'dark', 'light', 'light-dark', 'only-dark', 'only-light']
2908
+ }],
2909
+ /**
2910
+ * Cursor
2911
+ * @see https://tailwindcss.com/docs/cursor
2912
+ */
2913
+ cursor: [{
2914
+ cursor: ['auto', 'default', 'pointer', 'wait', 'text', 'move', 'help', 'not-allowed', 'none', 'context-menu', 'progress', 'cell', 'crosshair', 'vertical-text', 'alias', 'copy', 'no-drop', 'grab', 'grabbing', 'all-scroll', 'col-resize', 'row-resize', 'n-resize', 'e-resize', 's-resize', 'w-resize', 'ne-resize', 'nw-resize', 'se-resize', 'sw-resize', 'ew-resize', 'ns-resize', 'nesw-resize', 'nwse-resize', 'zoom-in', 'zoom-out', isArbitraryVariable, isArbitraryValue]
2915
+ }],
2916
+ /**
2917
+ * Field Sizing
2918
+ * @see https://tailwindcss.com/docs/field-sizing
2919
+ */
2920
+ 'field-sizing': [{
2921
+ 'field-sizing': ['fixed', 'content']
2922
+ }],
2923
+ /**
2924
+ * Pointer Events
2925
+ * @see https://tailwindcss.com/docs/pointer-events
2926
+ */
2927
+ 'pointer-events': [{
2928
+ 'pointer-events': ['auto', 'none']
2929
+ }],
2930
+ /**
2931
+ * Resize
2932
+ * @see https://tailwindcss.com/docs/resize
2933
+ */
2934
+ resize: [{
2935
+ resize: ['none', '', 'y', 'x']
2936
+ }],
2937
+ /**
2938
+ * Scroll Behavior
2939
+ * @see https://tailwindcss.com/docs/scroll-behavior
2940
+ */
2941
+ 'scroll-behavior': [{
2942
+ scroll: ['auto', 'smooth']
2943
+ }],
2944
+ /**
2945
+ * Scroll Margin
2946
+ * @see https://tailwindcss.com/docs/scroll-margin
2947
+ */
2948
+ 'scroll-m': [{
2949
+ 'scroll-m': scaleUnambiguousSpacing()
2950
+ }],
2951
+ /**
2952
+ * Scroll Margin Inline
2953
+ * @see https://tailwindcss.com/docs/scroll-margin
2954
+ */
2955
+ 'scroll-mx': [{
2956
+ 'scroll-mx': scaleUnambiguousSpacing()
2957
+ }],
2958
+ /**
2959
+ * Scroll Margin Block
2960
+ * @see https://tailwindcss.com/docs/scroll-margin
2961
+ */
2962
+ 'scroll-my': [{
2963
+ 'scroll-my': scaleUnambiguousSpacing()
2964
+ }],
2965
+ /**
2966
+ * Scroll Margin Inline Start
2967
+ * @see https://tailwindcss.com/docs/scroll-margin
2968
+ */
2969
+ 'scroll-ms': [{
2970
+ 'scroll-ms': scaleUnambiguousSpacing()
2971
+ }],
2972
+ /**
2973
+ * Scroll Margin Inline End
2974
+ * @see https://tailwindcss.com/docs/scroll-margin
2975
+ */
2976
+ 'scroll-me': [{
2977
+ 'scroll-me': scaleUnambiguousSpacing()
2978
+ }],
2979
+ /**
2980
+ * Scroll Margin Block Start
2981
+ * @see https://tailwindcss.com/docs/scroll-margin
2982
+ */
2983
+ 'scroll-mbs': [{
2984
+ 'scroll-mbs': scaleUnambiguousSpacing()
2985
+ }],
2986
+ /**
2987
+ * Scroll Margin Block End
2988
+ * @see https://tailwindcss.com/docs/scroll-margin
2989
+ */
2990
+ 'scroll-mbe': [{
2991
+ 'scroll-mbe': scaleUnambiguousSpacing()
2992
+ }],
2993
+ /**
2994
+ * Scroll Margin Top
2995
+ * @see https://tailwindcss.com/docs/scroll-margin
2996
+ */
2997
+ 'scroll-mt': [{
2998
+ 'scroll-mt': scaleUnambiguousSpacing()
2999
+ }],
3000
+ /**
3001
+ * Scroll Margin Right
3002
+ * @see https://tailwindcss.com/docs/scroll-margin
3003
+ */
3004
+ 'scroll-mr': [{
3005
+ 'scroll-mr': scaleUnambiguousSpacing()
3006
+ }],
3007
+ /**
3008
+ * Scroll Margin Bottom
3009
+ * @see https://tailwindcss.com/docs/scroll-margin
3010
+ */
3011
+ 'scroll-mb': [{
3012
+ 'scroll-mb': scaleUnambiguousSpacing()
3013
+ }],
3014
+ /**
3015
+ * Scroll Margin Left
3016
+ * @see https://tailwindcss.com/docs/scroll-margin
3017
+ */
3018
+ 'scroll-ml': [{
3019
+ 'scroll-ml': scaleUnambiguousSpacing()
3020
+ }],
3021
+ /**
3022
+ * Scroll Padding
3023
+ * @see https://tailwindcss.com/docs/scroll-padding
3024
+ */
3025
+ 'scroll-p': [{
3026
+ 'scroll-p': scaleUnambiguousSpacing()
3027
+ }],
3028
+ /**
3029
+ * Scroll Padding Inline
3030
+ * @see https://tailwindcss.com/docs/scroll-padding
3031
+ */
3032
+ 'scroll-px': [{
3033
+ 'scroll-px': scaleUnambiguousSpacing()
3034
+ }],
3035
+ /**
3036
+ * Scroll Padding Block
3037
+ * @see https://tailwindcss.com/docs/scroll-padding
3038
+ */
3039
+ 'scroll-py': [{
3040
+ 'scroll-py': scaleUnambiguousSpacing()
3041
+ }],
3042
+ /**
3043
+ * Scroll Padding Inline Start
3044
+ * @see https://tailwindcss.com/docs/scroll-padding
3045
+ */
3046
+ 'scroll-ps': [{
3047
+ 'scroll-ps': scaleUnambiguousSpacing()
3048
+ }],
3049
+ /**
3050
+ * Scroll Padding Inline End
3051
+ * @see https://tailwindcss.com/docs/scroll-padding
3052
+ */
3053
+ 'scroll-pe': [{
3054
+ 'scroll-pe': scaleUnambiguousSpacing()
3055
+ }],
3056
+ /**
3057
+ * Scroll Padding Block Start
3058
+ * @see https://tailwindcss.com/docs/scroll-padding
3059
+ */
3060
+ 'scroll-pbs': [{
3061
+ 'scroll-pbs': scaleUnambiguousSpacing()
3062
+ }],
3063
+ /**
3064
+ * Scroll Padding Block End
3065
+ * @see https://tailwindcss.com/docs/scroll-padding
3066
+ */
3067
+ 'scroll-pbe': [{
3068
+ 'scroll-pbe': scaleUnambiguousSpacing()
3069
+ }],
3070
+ /**
3071
+ * Scroll Padding Top
3072
+ * @see https://tailwindcss.com/docs/scroll-padding
3073
+ */
3074
+ 'scroll-pt': [{
3075
+ 'scroll-pt': scaleUnambiguousSpacing()
3076
+ }],
3077
+ /**
3078
+ * Scroll Padding Right
3079
+ * @see https://tailwindcss.com/docs/scroll-padding
3080
+ */
3081
+ 'scroll-pr': [{
3082
+ 'scroll-pr': scaleUnambiguousSpacing()
3083
+ }],
3084
+ /**
3085
+ * Scroll Padding Bottom
3086
+ * @see https://tailwindcss.com/docs/scroll-padding
3087
+ */
3088
+ 'scroll-pb': [{
3089
+ 'scroll-pb': scaleUnambiguousSpacing()
3090
+ }],
3091
+ /**
3092
+ * Scroll Padding Left
3093
+ * @see https://tailwindcss.com/docs/scroll-padding
3094
+ */
3095
+ 'scroll-pl': [{
3096
+ 'scroll-pl': scaleUnambiguousSpacing()
3097
+ }],
3098
+ /**
3099
+ * Scroll Snap Align
3100
+ * @see https://tailwindcss.com/docs/scroll-snap-align
3101
+ */
3102
+ 'snap-align': [{
3103
+ snap: ['start', 'end', 'center', 'align-none']
3104
+ }],
3105
+ /**
3106
+ * Scroll Snap Stop
3107
+ * @see https://tailwindcss.com/docs/scroll-snap-stop
3108
+ */
3109
+ 'snap-stop': [{
3110
+ snap: ['normal', 'always']
3111
+ }],
3112
+ /**
3113
+ * Scroll Snap Type
3114
+ * @see https://tailwindcss.com/docs/scroll-snap-type
3115
+ */
3116
+ 'snap-type': [{
3117
+ snap: ['none', 'x', 'y', 'both']
3118
+ }],
3119
+ /**
3120
+ * Scroll Snap Type Strictness
3121
+ * @see https://tailwindcss.com/docs/scroll-snap-type
3122
+ */
3123
+ 'snap-strictness': [{
3124
+ snap: ['mandatory', 'proximity']
3125
+ }],
3126
+ /**
3127
+ * Touch Action
3128
+ * @see https://tailwindcss.com/docs/touch-action
3129
+ */
3130
+ touch: [{
3131
+ touch: ['auto', 'none', 'manipulation']
3132
+ }],
3133
+ /**
3134
+ * Touch Action X
3135
+ * @see https://tailwindcss.com/docs/touch-action
3136
+ */
3137
+ 'touch-x': [{
3138
+ 'touch-pan': ['x', 'left', 'right']
3139
+ }],
3140
+ /**
3141
+ * Touch Action Y
3142
+ * @see https://tailwindcss.com/docs/touch-action
3143
+ */
3144
+ 'touch-y': [{
3145
+ 'touch-pan': ['y', 'up', 'down']
3146
+ }],
3147
+ /**
3148
+ * Touch Action Pinch Zoom
3149
+ * @see https://tailwindcss.com/docs/touch-action
3150
+ */
3151
+ 'touch-pz': ['touch-pinch-zoom'],
3152
+ /**
3153
+ * User Select
3154
+ * @see https://tailwindcss.com/docs/user-select
3155
+ */
3156
+ select: [{
3157
+ select: ['none', 'text', 'all', 'auto']
3158
+ }],
3159
+ /**
3160
+ * Will Change
3161
+ * @see https://tailwindcss.com/docs/will-change
3162
+ */
3163
+ 'will-change': [{
3164
+ 'will-change': ['auto', 'scroll', 'contents', 'transform', isArbitraryVariable, isArbitraryValue]
3165
+ }],
3166
+ // -----------
3167
+ // --- SVG ---
3168
+ // -----------
3169
+ /**
3170
+ * Fill
3171
+ * @see https://tailwindcss.com/docs/fill
3172
+ */
3173
+ fill: [{
3174
+ fill: ['none', ...scaleColor()]
3175
+ }],
3176
+ /**
3177
+ * Stroke Width
3178
+ * @see https://tailwindcss.com/docs/stroke-width
3179
+ */
3180
+ 'stroke-w': [{
3181
+ stroke: [isNumber, isArbitraryVariableLength, isArbitraryLength, isArbitraryNumber]
3182
+ }],
3183
+ /**
3184
+ * Stroke
3185
+ * @see https://tailwindcss.com/docs/stroke
3186
+ */
3187
+ stroke: [{
3188
+ stroke: ['none', ...scaleColor()]
3189
+ }],
3190
+ // ---------------------
3191
+ // --- Accessibility ---
3192
+ // ---------------------
3193
+ /**
3194
+ * Forced Color Adjust
3195
+ * @see https://tailwindcss.com/docs/forced-color-adjust
3196
+ */
3197
+ 'forced-color-adjust': [{
3198
+ 'forced-color-adjust': ['auto', 'none']
3199
+ }]
3200
+ },
3201
+ conflictingClassGroups: {
3202
+ overflow: ['overflow-x', 'overflow-y'],
3203
+ overscroll: ['overscroll-x', 'overscroll-y'],
3204
+ inset: ['inset-x', 'inset-y', 'inset-bs', 'inset-be', 'start', 'end', 'top', 'right', 'bottom', 'left'],
3205
+ 'inset-x': ['right', 'left'],
3206
+ 'inset-y': ['top', 'bottom'],
3207
+ flex: ['basis', 'grow', 'shrink'],
3208
+ gap: ['gap-x', 'gap-y'],
3209
+ p: ['px', 'py', 'ps', 'pe', 'pbs', 'pbe', 'pt', 'pr', 'pb', 'pl'],
3210
+ px: ['pr', 'pl'],
3211
+ py: ['pt', 'pb'],
3212
+ m: ['mx', 'my', 'ms', 'me', 'mbs', 'mbe', 'mt', 'mr', 'mb', 'ml'],
3213
+ mx: ['mr', 'ml'],
3214
+ my: ['mt', 'mb'],
3215
+ size: ['w', 'h'],
3216
+ 'font-size': ['leading'],
3217
+ 'fvn-normal': ['fvn-ordinal', 'fvn-slashed-zero', 'fvn-figure', 'fvn-spacing', 'fvn-fraction'],
3218
+ 'fvn-ordinal': ['fvn-normal'],
3219
+ 'fvn-slashed-zero': ['fvn-normal'],
3220
+ 'fvn-figure': ['fvn-normal'],
3221
+ 'fvn-spacing': ['fvn-normal'],
3222
+ 'fvn-fraction': ['fvn-normal'],
3223
+ 'line-clamp': ['display', 'overflow'],
3224
+ rounded: ['rounded-s', 'rounded-e', 'rounded-t', 'rounded-r', 'rounded-b', 'rounded-l', 'rounded-ss', 'rounded-se', 'rounded-ee', 'rounded-es', 'rounded-tl', 'rounded-tr', 'rounded-br', 'rounded-bl'],
3225
+ 'rounded-s': ['rounded-ss', 'rounded-es'],
3226
+ 'rounded-e': ['rounded-se', 'rounded-ee'],
3227
+ 'rounded-t': ['rounded-tl', 'rounded-tr'],
3228
+ 'rounded-r': ['rounded-tr', 'rounded-br'],
3229
+ 'rounded-b': ['rounded-br', 'rounded-bl'],
3230
+ 'rounded-l': ['rounded-tl', 'rounded-bl'],
3231
+ 'border-spacing': ['border-spacing-x', 'border-spacing-y'],
3232
+ 'border-w': ['border-w-x', 'border-w-y', 'border-w-s', 'border-w-e', 'border-w-bs', 'border-w-be', 'border-w-t', 'border-w-r', 'border-w-b', 'border-w-l'],
3233
+ 'border-w-x': ['border-w-r', 'border-w-l'],
3234
+ 'border-w-y': ['border-w-t', 'border-w-b'],
3235
+ 'border-color': ['border-color-x', 'border-color-y', 'border-color-s', 'border-color-e', 'border-color-bs', 'border-color-be', 'border-color-t', 'border-color-r', 'border-color-b', 'border-color-l'],
3236
+ 'border-color-x': ['border-color-r', 'border-color-l'],
3237
+ 'border-color-y': ['border-color-t', 'border-color-b'],
3238
+ translate: ['translate-x', 'translate-y', 'translate-none'],
3239
+ 'translate-none': ['translate', 'translate-x', 'translate-y', 'translate-z'],
3240
+ 'scroll-m': ['scroll-mx', 'scroll-my', 'scroll-ms', 'scroll-me', 'scroll-mbs', 'scroll-mbe', 'scroll-mt', 'scroll-mr', 'scroll-mb', 'scroll-ml'],
3241
+ 'scroll-mx': ['scroll-mr', 'scroll-ml'],
3242
+ 'scroll-my': ['scroll-mt', 'scroll-mb'],
3243
+ 'scroll-p': ['scroll-px', 'scroll-py', 'scroll-ps', 'scroll-pe', 'scroll-pbs', 'scroll-pbe', 'scroll-pt', 'scroll-pr', 'scroll-pb', 'scroll-pl'],
3244
+ 'scroll-px': ['scroll-pr', 'scroll-pl'],
3245
+ 'scroll-py': ['scroll-pt', 'scroll-pb'],
3246
+ touch: ['touch-x', 'touch-y', 'touch-pz'],
3247
+ 'touch-x': ['touch'],
3248
+ 'touch-y': ['touch'],
3249
+ 'touch-pz': ['touch']
3250
+ },
3251
+ conflictingClassGroupModifiers: {
3252
+ 'font-size': ['leading']
3253
+ },
3254
+ orderSensitiveModifiers: ['*', '**', 'after', 'backdrop', 'before', 'details-content', 'file', 'first-letter', 'first-line', 'marker', 'placeholder', 'selection']
3255
+ };
3256
+ };
3257
+
3258
+ /**
3259
+ * @param baseConfig Config where other config will be merged into. This object will be mutated.
3260
+ * @param configExtension Partial config to merge into the `baseConfig`.
3261
+ */
3262
+ const mergeConfigs = (baseConfig, {
3263
+ cacheSize,
3264
+ prefix,
3265
+ experimentalParseClassName,
3266
+ extend = {},
3267
+ override = {}
3268
+ }) => {
3269
+ overrideProperty(baseConfig, 'cacheSize', cacheSize);
3270
+ overrideProperty(baseConfig, 'prefix', prefix);
3271
+ overrideProperty(baseConfig, 'experimentalParseClassName', experimentalParseClassName);
3272
+ overrideConfigProperties(baseConfig.theme, override.theme);
3273
+ overrideConfigProperties(baseConfig.classGroups, override.classGroups);
3274
+ overrideConfigProperties(baseConfig.conflictingClassGroups, override.conflictingClassGroups);
3275
+ overrideConfigProperties(baseConfig.conflictingClassGroupModifiers, override.conflictingClassGroupModifiers);
3276
+ overrideProperty(baseConfig, 'orderSensitiveModifiers', override.orderSensitiveModifiers);
3277
+ mergeConfigProperties(baseConfig.theme, extend.theme);
3278
+ mergeConfigProperties(baseConfig.classGroups, extend.classGroups);
3279
+ mergeConfigProperties(baseConfig.conflictingClassGroups, extend.conflictingClassGroups);
3280
+ mergeConfigProperties(baseConfig.conflictingClassGroupModifiers, extend.conflictingClassGroupModifiers);
3281
+ mergeArrayProperties(baseConfig, extend, 'orderSensitiveModifiers');
3282
+ return baseConfig;
3283
+ };
3284
+ const overrideProperty = (baseObject, overrideKey, overrideValue) => {
3285
+ if (overrideValue !== undefined) {
3286
+ baseObject[overrideKey] = overrideValue;
3287
+ }
3288
+ };
3289
+ const overrideConfigProperties = (baseObject, overrideObject) => {
3290
+ if (overrideObject) {
3291
+ for (const key in overrideObject) {
3292
+ overrideProperty(baseObject, key, overrideObject[key]);
3293
+ }
3294
+ }
3295
+ };
3296
+ const mergeConfigProperties = (baseObject, mergeObject) => {
3297
+ if (mergeObject) {
3298
+ for (const key in mergeObject) {
3299
+ mergeArrayProperties(baseObject, mergeObject, key);
3300
+ }
3301
+ }
3302
+ };
3303
+ const mergeArrayProperties = (baseObject, mergeObject, key) => {
3304
+ const mergeValue = mergeObject[key];
3305
+ if (mergeValue !== undefined) {
3306
+ baseObject[key] = baseObject[key] ? baseObject[key].concat(mergeValue) : mergeValue;
3307
+ }
3308
+ };
3309
+ const extendTailwindMerge = (configExtension, ...createConfig) => typeof configExtension === 'function' ? createTailwindMerge(getDefaultConfig, configExtension, ...createConfig) : createTailwindMerge(() => mergeConfigs(getDefaultConfig(), configExtension), ...createConfig);
3310
+ const twMerge = /*#__PURE__*/createTailwindMerge(getDefaultConfig);
3311
+ export { createTailwindMerge, extendTailwindMerge, fromTheme, getDefaultConfig, mergeConfigs, twJoin, twMerge, validators };
3312
+ //# sourceMappingURL=bundle-mjs.mjs.map