@gardenfi/garden-book 0.2.3-beta.10 → 0.2.3-beta.11

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 (987) hide show
  1. package/dist/_virtual/index.js +5 -0
  2. package/dist/_virtual/index.js.map +1 -0
  3. package/dist/animations/RollingText/RollingText.js +91 -0
  4. package/dist/animations/RollingText/RollingText.js.map +1 -0
  5. package/dist/animations/ScaleY/ScaleY.js +33 -0
  6. package/dist/animations/ScaleY/ScaleY.js.map +1 -0
  7. package/dist/animations/Shine/Shine.js +9 -0
  8. package/dist/animations/Shine/Shine.js.map +1 -0
  9. package/dist/assets/blogPlaceholder.svg.js +5 -0
  10. package/dist/assets/blogPlaceholder.svg.js.map +1 -0
  11. package/dist/assets/maskRect.svg.js +5 -0
  12. package/dist/assets/maskRect.svg.js.map +1 -0
  13. package/dist/components/BlogCard/BlogCard.js +63 -0
  14. package/dist/components/BlogCard/BlogCard.js.map +1 -0
  15. package/dist/components/BlogCard/index.d.ts +1 -0
  16. package/dist/components/BlogCard/index.js +5 -0
  17. package/dist/components/BlogCard/index.js.map +1 -0
  18. package/dist/components/BottomSheet/BottomSheet.js +20 -0
  19. package/dist/components/BottomSheet/BottomSheet.js.map +1 -0
  20. package/dist/components/BottomSheet/index.d.ts +1 -0
  21. package/dist/components/BottomSheet/index.js +5 -0
  22. package/dist/components/BottomSheet/index.js.map +1 -0
  23. package/dist/components/{atoms/Button → Button}/Button.d.ts +7 -0
  24. package/dist/components/Button/Button.js +122 -0
  25. package/dist/components/Button/Button.js.map +1 -0
  26. package/dist/components/Button/ClientOnlyLottie.js +29 -0
  27. package/dist/components/Button/ClientOnlyLottie.js.map +1 -0
  28. package/dist/components/Button/index.d.ts +1 -0
  29. package/dist/components/Button/index.js +5 -0
  30. package/dist/components/Button/index.js.map +1 -0
  31. package/dist/components/Button/spinner.json.js +387 -0
  32. package/dist/components/Button/spinner.json.js.map +1 -0
  33. package/dist/components/{atoms/Checkbox → Checkbox}/Checkbox.d.ts +1 -0
  34. package/dist/components/Checkbox/Checkbox.js +10 -0
  35. package/dist/components/Checkbox/Checkbox.js.map +1 -0
  36. package/dist/components/Checkbox/index.d.ts +1 -0
  37. package/dist/components/Checkbox/index.js +5 -0
  38. package/dist/components/Checkbox/index.js.map +1 -0
  39. package/dist/components/Chip/Chip.js +25 -0
  40. package/dist/components/Chip/Chip.js.map +1 -0
  41. package/dist/components/Chip/index.d.ts +1 -0
  42. package/dist/components/Chip/index.js +5 -0
  43. package/dist/components/Chip/index.js.map +1 -0
  44. package/dist/components/ClientOnly/ClientOnly.js +13 -0
  45. package/dist/components/ClientOnly/ClientOnly.js.map +1 -0
  46. package/dist/components/ClientOnly/index.js +5 -0
  47. package/dist/components/ClientOnly/index.js.map +1 -0
  48. package/dist/components/Container/Container.js +9 -0
  49. package/dist/components/Container/Container.js.map +1 -0
  50. package/dist/components/Container/index.d.ts +1 -0
  51. package/dist/components/Container/index.js +5 -0
  52. package/dist/components/Container/index.js.map +1 -0
  53. package/dist/components/{organisms/Footer → Footer}/Footer.d.ts +0 -1
  54. package/dist/components/Footer/Footer.js +395 -0
  55. package/dist/components/Footer/Footer.js.map +1 -0
  56. package/dist/components/Footer/FooterBackgroundAnimation.js +111 -0
  57. package/dist/components/Footer/FooterBackgroundAnimation.js.map +1 -0
  58. package/dist/components/Footer/FooterLink.js +89 -0
  59. package/dist/components/Footer/FooterLink.js.map +1 -0
  60. package/dist/components/Footer/index.d.ts +1 -0
  61. package/dist/components/Footer/index.js +5 -0
  62. package/dist/components/Footer/index.js.map +1 -0
  63. package/dist/components/GradientScroll/GradientScroll.js +86 -0
  64. package/dist/components/GradientScroll/GradientScroll.js.map +1 -0
  65. package/dist/components/GradientScroll/index.d.ts +1 -0
  66. package/dist/components/GradientScroll/index.js +5 -0
  67. package/dist/components/GradientScroll/index.js.map +1 -0
  68. package/dist/components/Icons/APIIcon/APIIcon.js +40 -0
  69. package/dist/components/Icons/APIIcon/APIIcon.js.map +1 -0
  70. package/dist/components/Icons/APIIcon/index.d.ts +1 -0
  71. package/dist/components/Icons/APIIcon/index.js +5 -0
  72. package/dist/components/Icons/APIIcon/index.js.map +1 -0
  73. package/dist/components/Icons/AddIcon/AddIcon.js +19 -0
  74. package/dist/components/Icons/AddIcon/AddIcon.js.map +1 -0
  75. package/dist/components/Icons/AddIcon/index.d.ts +1 -0
  76. package/dist/components/Icons/AddIcon/index.js +5 -0
  77. package/dist/components/Icons/AddIcon/index.js.map +1 -0
  78. package/dist/components/Icons/ArrowDownwardIcon/ArrowDownwardIcon.js +19 -0
  79. package/dist/components/Icons/ArrowDownwardIcon/ArrowDownwardIcon.js.map +1 -0
  80. package/dist/components/Icons/ArrowDownwardIcon/index.d.ts +1 -0
  81. package/dist/components/Icons/ArrowDownwardIcon/index.js +5 -0
  82. package/dist/components/Icons/ArrowDownwardIcon/index.js.map +1 -0
  83. package/dist/components/Icons/ArrowEastIcon/ArrowEastIcon.js +25 -0
  84. package/dist/components/Icons/ArrowEastIcon/ArrowEastIcon.js.map +1 -0
  85. package/dist/components/Icons/ArrowEastIcon/index.d.ts +1 -0
  86. package/dist/components/Icons/ArrowEastIcon/index.js +5 -0
  87. package/dist/components/Icons/ArrowEastIcon/index.js.map +1 -0
  88. package/dist/components/Icons/ArrowInwardIcon/ArrowInwardIcon.d.ts +5 -0
  89. package/dist/components/Icons/ArrowInwardIcon/ArrowInwardIcon.js +40 -0
  90. package/dist/components/Icons/ArrowInwardIcon/ArrowInwardIcon.js.map +1 -0
  91. package/dist/components/Icons/ArrowInwardIcon/index.d.ts +1 -0
  92. package/dist/components/Icons/ArrowInwardIcon/index.js +5 -0
  93. package/dist/components/Icons/ArrowInwardIcon/index.js.map +1 -0
  94. package/dist/components/Icons/ArrowLeftIcon/ArrowLeftIcon.js +19 -0
  95. package/dist/components/Icons/ArrowLeftIcon/ArrowLeftIcon.js.map +1 -0
  96. package/dist/components/Icons/ArrowLeftIcon/index.d.ts +1 -0
  97. package/dist/components/Icons/ArrowLeftIcon/index.js +5 -0
  98. package/dist/components/Icons/ArrowLeftIcon/index.js.map +1 -0
  99. package/dist/components/Icons/ArrowNorthEastIcon/ArrowNorthEastIcon.js +19 -0
  100. package/dist/components/Icons/ArrowNorthEastIcon/ArrowNorthEastIcon.js.map +1 -0
  101. package/dist/components/Icons/ArrowNorthEastIcon/index.d.ts +1 -0
  102. package/dist/components/Icons/ArrowNorthEastIcon/index.js +5 -0
  103. package/dist/components/Icons/ArrowNorthEastIcon/index.js.map +1 -0
  104. package/dist/components/Icons/ArrowNorthWestIcon/ArrowNorthWestIcon.js +19 -0
  105. package/dist/components/Icons/ArrowNorthWestIcon/ArrowNorthWestIcon.js.map +1 -0
  106. package/dist/components/Icons/ArrowNorthWestIcon/index.d.ts +1 -0
  107. package/dist/components/Icons/ArrowNorthWestIcon/index.js +5 -0
  108. package/dist/components/Icons/ArrowNorthWestIcon/index.js.map +1 -0
  109. package/dist/components/Icons/ArrowRightIcon/ArrowRightIcon.js +19 -0
  110. package/dist/components/Icons/ArrowRightIcon/ArrowRightIcon.js.map +1 -0
  111. package/dist/components/Icons/ArrowRightIcon/index.d.ts +1 -0
  112. package/dist/components/Icons/ArrowRightIcon/index.js +5 -0
  113. package/dist/components/Icons/ArrowRightIcon/index.js.map +1 -0
  114. package/dist/components/Icons/ArrowSouthEastIcon/ArrowSouthEastIcon.js +19 -0
  115. package/dist/components/Icons/ArrowSouthEastIcon/ArrowSouthEastIcon.js.map +1 -0
  116. package/dist/components/Icons/ArrowSouthEastIcon/index.d.ts +1 -0
  117. package/dist/components/Icons/ArrowSouthEastIcon/index.js +5 -0
  118. package/dist/components/Icons/ArrowSouthEastIcon/index.js.map +1 -0
  119. package/dist/components/Icons/ArrowSouthWestIcon/ArrowSouthWestIcon.js +19 -0
  120. package/dist/components/Icons/ArrowSouthWestIcon/ArrowSouthWestIcon.js.map +1 -0
  121. package/dist/components/Icons/ArrowSouthWestIcon/index.d.ts +1 -0
  122. package/dist/components/Icons/ArrowSouthWestIcon/index.js +5 -0
  123. package/dist/components/Icons/ArrowSouthWestIcon/index.js.map +1 -0
  124. package/dist/components/Icons/ArrowSyncIcon/ArrowSyncIcon.js +19 -0
  125. package/dist/components/Icons/ArrowSyncIcon/ArrowSyncIcon.js.map +1 -0
  126. package/dist/components/Icons/ArrowSyncIcon/index.d.ts +1 -0
  127. package/dist/components/Icons/ArrowSyncIcon/index.js +5 -0
  128. package/dist/components/Icons/ArrowSyncIcon/index.js.map +1 -0
  129. package/dist/components/Icons/ArrowUpwardIcon/ArrowUpwardIcon.js +19 -0
  130. package/dist/components/Icons/ArrowUpwardIcon/ArrowUpwardIcon.js.map +1 -0
  131. package/dist/components/Icons/ArrowUpwardIcon/index.d.ts +1 -0
  132. package/dist/components/Icons/ArrowUpwardIcon/index.js +5 -0
  133. package/dist/components/Icons/ArrowUpwardIcon/index.js.map +1 -0
  134. package/dist/components/Icons/BlogIcon/BlogIcon.js +40 -0
  135. package/dist/components/Icons/BlogIcon/BlogIcon.js.map +1 -0
  136. package/dist/components/Icons/BlogIcon/index.d.ts +1 -0
  137. package/dist/components/Icons/BlogIcon/index.js +5 -0
  138. package/dist/components/Icons/BlogIcon/index.js.map +1 -0
  139. package/dist/components/Icons/BrandKitIcon/BrandKitIcon.js +40 -0
  140. package/dist/components/Icons/BrandKitIcon/BrandKitIcon.js.map +1 -0
  141. package/dist/components/Icons/BrandKitIcon/index.d.ts +1 -0
  142. package/dist/components/Icons/BrandKitIcon/index.js +5 -0
  143. package/dist/components/Icons/BrandKitIcon/index.js.map +1 -0
  144. package/dist/components/Icons/CancelIcon/CancelIcon.js +25 -0
  145. package/dist/components/Icons/CancelIcon/CancelIcon.js.map +1 -0
  146. package/dist/components/Icons/CancelIcon/index.d.ts +1 -0
  147. package/dist/components/Icons/CancelIcon/index.js +5 -0
  148. package/dist/components/Icons/CancelIcon/index.js.map +1 -0
  149. package/dist/components/Icons/ChainflipIcon/ChainflipIcon.js +106 -0
  150. package/dist/components/Icons/ChainflipIcon/ChainflipIcon.js.map +1 -0
  151. package/dist/components/Icons/ChainflipIcon/index.d.ts +1 -0
  152. package/dist/components/Icons/ChainflipIcon/index.js +5 -0
  153. package/dist/components/Icons/ChainflipIcon/index.js.map +1 -0
  154. package/dist/components/Icons/CheckCircleIcon/CheckCircleIcon.js +25 -0
  155. package/dist/components/Icons/CheckCircleIcon/CheckCircleIcon.js.map +1 -0
  156. package/dist/components/Icons/CheckCircleIcon/index.d.ts +1 -0
  157. package/dist/components/Icons/CheckCircleIcon/index.js +5 -0
  158. package/dist/components/Icons/CheckCircleIcon/index.js.map +1 -0
  159. package/dist/components/Icons/CheckIcon/CheckIcon.js +19 -0
  160. package/dist/components/Icons/CheckIcon/CheckIcon.js.map +1 -0
  161. package/dist/components/Icons/CheckIcon/index.d.ts +1 -0
  162. package/dist/components/Icons/CheckIcon/index.js +5 -0
  163. package/dist/components/Icons/CheckIcon/index.js.map +1 -0
  164. package/dist/components/Icons/Checked/Checked.js +40 -0
  165. package/dist/components/Icons/Checked/Checked.js.map +1 -0
  166. package/dist/components/Icons/Checked/index.d.ts +1 -0
  167. package/dist/components/Icons/Checked/index.js +5 -0
  168. package/dist/components/Icons/Checked/index.js.map +1 -0
  169. package/dist/components/Icons/ClockIcon/ClockIcon.js +19 -0
  170. package/dist/components/Icons/ClockIcon/ClockIcon.js.map +1 -0
  171. package/dist/components/Icons/ClockIcon/index.d.ts +1 -0
  172. package/dist/components/Icons/ClockIcon/index.js +5 -0
  173. package/dist/components/Icons/ClockIcon/index.js.map +1 -0
  174. package/dist/components/Icons/CloseIcon/CloseIcon.js +19 -0
  175. package/dist/components/Icons/CloseIcon/CloseIcon.js.map +1 -0
  176. package/dist/components/Icons/CloseIcon/index.d.ts +1 -0
  177. package/dist/components/Icons/CloseIcon/index.js +5 -0
  178. package/dist/components/Icons/CloseIcon/index.js.map +1 -0
  179. package/dist/components/Icons/CodeBlockIcon/CodeBlockIcon.js +25 -0
  180. package/dist/components/Icons/CodeBlockIcon/CodeBlockIcon.js.map +1 -0
  181. package/dist/components/Icons/CodeBlockIcon/index.d.ts +1 -0
  182. package/dist/components/Icons/CodeBlockIcon/index.js +5 -0
  183. package/dist/components/Icons/CodeBlockIcon/index.js.map +1 -0
  184. package/dist/components/Icons/CompareArrowsIcon/CompareArrowsIcon.js +25 -0
  185. package/dist/components/Icons/CompareArrowsIcon/CompareArrowsIcon.js.map +1 -0
  186. package/dist/components/Icons/CompareArrowsIcon/index.d.ts +1 -0
  187. package/dist/components/Icons/CompareArrowsIcon/index.js +5 -0
  188. package/dist/components/Icons/CompareArrowsIcon/index.js.map +1 -0
  189. package/dist/components/Icons/ConsoleIcon/ConsoleIcon.js +25 -0
  190. package/dist/components/Icons/ConsoleIcon/ConsoleIcon.js.map +1 -0
  191. package/dist/components/Icons/ConsoleIcon/index.d.ts +1 -0
  192. package/dist/components/Icons/ConsoleIcon/index.js +5 -0
  193. package/dist/components/Icons/ConsoleIcon/index.js.map +1 -0
  194. package/dist/components/Icons/CopyIcon/CopyIcon.js +19 -0
  195. package/dist/components/Icons/CopyIcon/CopyIcon.js.map +1 -0
  196. package/dist/components/Icons/CopyIcon/index.d.ts +1 -0
  197. package/dist/components/Icons/CopyIcon/index.js +5 -0
  198. package/dist/components/Icons/CopyIcon/index.js.map +1 -0
  199. package/dist/components/Icons/CopyrightsIcon/CopyrightsIcon.js +25 -0
  200. package/dist/components/Icons/CopyrightsIcon/CopyrightsIcon.js.map +1 -0
  201. package/dist/components/Icons/CopyrightsIcon/index.d.ts +1 -0
  202. package/dist/components/Icons/CopyrightsIcon/index.js +5 -0
  203. package/dist/components/Icons/CopyrightsIcon/index.js.map +1 -0
  204. package/dist/components/Icons/DeleteIcon/DeleteIcon.js +19 -0
  205. package/dist/components/Icons/DeleteIcon/DeleteIcon.js.map +1 -0
  206. package/dist/components/Icons/DeleteIcon/index.d.ts +1 -0
  207. package/dist/components/Icons/DeleteIcon/index.js +5 -0
  208. package/dist/components/Icons/DeleteIcon/index.js.map +1 -0
  209. package/dist/components/Icons/DiscordIcon/DiscordIcon.js +25 -0
  210. package/dist/components/Icons/DiscordIcon/DiscordIcon.js.map +1 -0
  211. package/dist/components/Icons/DiscordIcon/index.d.ts +1 -0
  212. package/dist/components/Icons/DiscordIcon/index.js +5 -0
  213. package/dist/components/Icons/DiscordIcon/index.js.map +1 -0
  214. package/dist/components/Icons/DollarChipIcon/DollarChipIcon.js +40 -0
  215. package/dist/components/Icons/DollarChipIcon/DollarChipIcon.js.map +1 -0
  216. package/dist/components/Icons/DollarChipIcon/index.d.ts +1 -0
  217. package/dist/components/Icons/DollarChipIcon/index.js +5 -0
  218. package/dist/components/Icons/DollarChipIcon/index.js.map +1 -0
  219. package/dist/components/Icons/DraftIcon/DraftIcon.js +40 -0
  220. package/dist/components/Icons/DraftIcon/DraftIcon.js.map +1 -0
  221. package/dist/components/Icons/DraftIcon/index.d.ts +1 -0
  222. package/dist/components/Icons/DraftIcon/index.js +5 -0
  223. package/dist/components/Icons/DraftIcon/index.js.map +1 -0
  224. package/dist/components/Icons/EditIcon/EditIcon.js +19 -0
  225. package/dist/components/Icons/EditIcon/EditIcon.js.map +1 -0
  226. package/dist/components/Icons/EditIcon/index.d.ts +1 -0
  227. package/dist/components/Icons/EditIcon/index.js +5 -0
  228. package/dist/components/Icons/EditIcon/index.js.map +1 -0
  229. package/dist/components/Icons/EncryptedIcon/EncryptedIcon.js +40 -0
  230. package/dist/components/Icons/EncryptedIcon/EncryptedIcon.js.map +1 -0
  231. package/dist/components/Icons/EncryptedIcon/index.d.ts +1 -0
  232. package/dist/components/Icons/EncryptedIcon/index.js +5 -0
  233. package/dist/components/Icons/EncryptedIcon/index.js.map +1 -0
  234. package/dist/components/Icons/ExchangeIcon/ExchangeIcon.js +22 -0
  235. package/dist/components/Icons/ExchangeIcon/ExchangeIcon.js.map +1 -0
  236. package/dist/components/Icons/ExchangeIcon/index.d.ts +1 -0
  237. package/dist/components/Icons/ExchangeIcon/index.js +5 -0
  238. package/dist/components/Icons/ExchangeIcon/index.js.map +1 -0
  239. package/dist/components/Icons/FaqIcon/FaqIcon.d.ts +5 -0
  240. package/dist/components/Icons/FaqIcon/FaqIcon.js +40 -0
  241. package/dist/components/Icons/FaqIcon/FaqIcon.js.map +1 -0
  242. package/dist/components/Icons/FaqIcon/index.d.ts +1 -0
  243. package/dist/components/Icons/FaqIcon/index.js +5 -0
  244. package/dist/components/Icons/FaqIcon/index.js.map +1 -0
  245. package/dist/components/Icons/FeesIcon/FeesIcon.js +25 -0
  246. package/dist/components/Icons/FeesIcon/FeesIcon.js.map +1 -0
  247. package/dist/components/Icons/FeesIcon/index.d.ts +1 -0
  248. package/dist/components/Icons/FeesIcon/index.js +5 -0
  249. package/dist/components/Icons/FeesIcon/index.js.map +1 -0
  250. package/dist/components/Icons/FingerprintIcon/FingerprintIcon.js +25 -0
  251. package/dist/components/Icons/FingerprintIcon/FingerprintIcon.js.map +1 -0
  252. package/dist/components/Icons/FingerprintIcon/index.d.ts +1 -0
  253. package/dist/components/Icons/FingerprintIcon/index.js +5 -0
  254. package/dist/components/Icons/FingerprintIcon/index.js.map +1 -0
  255. package/dist/components/Icons/FolderIcon/FolderIcon.d.ts +5 -0
  256. package/dist/components/Icons/FolderIcon/FolderIcon.js +40 -0
  257. package/dist/components/Icons/FolderIcon/FolderIcon.js.map +1 -0
  258. package/dist/components/Icons/FolderIcon/index.d.ts +1 -0
  259. package/dist/components/Icons/FolderIcon/index.js +5 -0
  260. package/dist/components/Icons/FolderIcon/index.js.map +1 -0
  261. package/dist/components/Icons/GasStationIcon/GasStationIcon.js +25 -0
  262. package/dist/components/Icons/GasStationIcon/GasStationIcon.js.map +1 -0
  263. package/dist/components/Icons/GasStationIcon/index.d.ts +1 -0
  264. package/dist/components/Icons/GasStationIcon/index.js +5 -0
  265. package/dist/components/Icons/GasStationIcon/index.js.map +1 -0
  266. package/dist/components/Icons/GiftBoxIcon/GiftBoxIcon.js +40 -0
  267. package/dist/components/Icons/GiftBoxIcon/GiftBoxIcon.js.map +1 -0
  268. package/dist/components/Icons/GiftBoxIcon/index.d.ts +1 -0
  269. package/dist/components/Icons/GiftBoxIcon/index.js +5 -0
  270. package/dist/components/Icons/GiftBoxIcon/index.js.map +1 -0
  271. package/dist/components/Icons/HorizontalSwap/HorizontalSwap.js +40 -0
  272. package/dist/components/Icons/HorizontalSwap/HorizontalSwap.js.map +1 -0
  273. package/dist/components/Icons/HorizontalSwap/index.d.ts +1 -0
  274. package/dist/components/Icons/HorizontalSwap/index.js +5 -0
  275. package/dist/components/Icons/HorizontalSwap/index.js.map +1 -0
  276. package/dist/components/Icons/HubIcon/HubIcon.js +19 -0
  277. package/dist/components/Icons/HubIcon/HubIcon.js.map +1 -0
  278. package/dist/components/Icons/HubIcon/index.d.ts +1 -0
  279. package/dist/components/Icons/HubIcon/index.js +5 -0
  280. package/dist/components/Icons/HubIcon/index.js.map +1 -0
  281. package/dist/components/Icons/InfinityIcon/InfinityIcon.js +25 -0
  282. package/dist/components/Icons/InfinityIcon/InfinityIcon.js.map +1 -0
  283. package/dist/components/Icons/InfinityIcon/index.d.ts +1 -0
  284. package/dist/components/Icons/InfinityIcon/index.js +5 -0
  285. package/dist/components/Icons/InfinityIcon/index.js.map +1 -0
  286. package/dist/components/Icons/InfoIcon/InfoIcon.js +19 -0
  287. package/dist/components/Icons/InfoIcon/InfoIcon.js.map +1 -0
  288. package/dist/components/Icons/InfoIcon/index.d.ts +1 -0
  289. package/dist/components/Icons/InfoIcon/index.js +5 -0
  290. package/dist/components/Icons/InfoIcon/index.js.map +1 -0
  291. package/dist/components/Icons/KeyboardDownIcon/KeyboardDownIcon.js +19 -0
  292. package/dist/components/Icons/KeyboardDownIcon/KeyboardDownIcon.js.map +1 -0
  293. package/dist/components/Icons/KeyboardDownIcon/index.d.ts +1 -0
  294. package/dist/components/Icons/KeyboardDownIcon/index.js +5 -0
  295. package/dist/components/Icons/KeyboardDownIcon/index.js.map +1 -0
  296. package/dist/components/Icons/KeyboardLeftIcon/KeyboardLeftIcon.js +19 -0
  297. package/dist/components/Icons/KeyboardLeftIcon/KeyboardLeftIcon.js.map +1 -0
  298. package/dist/components/Icons/KeyboardLeftIcon/index.d.ts +1 -0
  299. package/dist/components/Icons/KeyboardLeftIcon/index.js +5 -0
  300. package/dist/components/Icons/KeyboardLeftIcon/index.js.map +1 -0
  301. package/dist/components/Icons/KeyboardRightIcon/KeyboardRightIcon.js +19 -0
  302. package/dist/components/Icons/KeyboardRightIcon/KeyboardRightIcon.js.map +1 -0
  303. package/dist/components/Icons/KeyboardRightIcon/index.d.ts +1 -0
  304. package/dist/components/Icons/KeyboardRightIcon/index.js +5 -0
  305. package/dist/components/Icons/KeyboardRightIcon/index.js.map +1 -0
  306. package/dist/components/Icons/KeyboardUpIcon/KeyboardUpIcon.js +19 -0
  307. package/dist/components/Icons/KeyboardUpIcon/KeyboardUpIcon.js.map +1 -0
  308. package/dist/components/Icons/KeyboardUpIcon/index.d.ts +1 -0
  309. package/dist/components/Icons/KeyboardUpIcon/index.js +5 -0
  310. package/dist/components/Icons/KeyboardUpIcon/index.js.map +1 -0
  311. package/dist/components/Icons/LanguageIcon/GlobeIcon.js +19 -0
  312. package/dist/components/Icons/LanguageIcon/GlobeIcon.js.map +1 -0
  313. package/dist/components/Icons/LanguageIcon/index.d.ts +1 -0
  314. package/dist/components/Icons/LanguageIcon/index.js +5 -0
  315. package/dist/components/Icons/LanguageIcon/index.js.map +1 -0
  316. package/dist/components/Icons/LinkIcon/LinkIcon.js +19 -0
  317. package/dist/components/Icons/LinkIcon/LinkIcon.js.map +1 -0
  318. package/dist/components/Icons/LinkIcon/index.d.ts +1 -0
  319. package/dist/components/Icons/LinkIcon/index.js +5 -0
  320. package/dist/components/Icons/LinkIcon/index.js.map +1 -0
  321. package/dist/components/Icons/LockIcon/LockIcon.js +19 -0
  322. package/dist/components/Icons/LockIcon/LockIcon.js.map +1 -0
  323. package/dist/components/Icons/LockIcon/index.d.ts +1 -0
  324. package/dist/components/Icons/LockIcon/index.js +5 -0
  325. package/dist/components/Icons/LockIcon/index.js.map +1 -0
  326. package/dist/components/Icons/LogoutIcon/LogoutIcon.js +19 -0
  327. package/dist/components/Icons/LogoutIcon/LogoutIcon.js.map +1 -0
  328. package/dist/components/Icons/LogoutIcon/index.d.ts +1 -0
  329. package/dist/components/Icons/LogoutIcon/index.js +5 -0
  330. package/dist/components/Icons/LogoutIcon/index.js.map +1 -0
  331. package/dist/components/Icons/MenuIcon/MenuIcon.js +19 -0
  332. package/dist/components/Icons/MenuIcon/MenuIcon.js.map +1 -0
  333. package/dist/components/Icons/MenuIcon/index.d.ts +1 -0
  334. package/dist/components/Icons/MenuIcon/index.js +5 -0
  335. package/dist/components/Icons/MenuIcon/index.js.map +1 -0
  336. package/dist/components/Icons/MinusIcon/MinusIcon.js +22 -0
  337. package/dist/components/Icons/MinusIcon/MinusIcon.js.map +1 -0
  338. package/dist/components/Icons/MinusIcon/index.d.ts +1 -0
  339. package/dist/components/Icons/MinusIcon/index.js +5 -0
  340. package/dist/components/Icons/MinusIcon/index.js.map +1 -0
  341. package/dist/components/Icons/OpenInFullIcon/OpenInFullIcon.js +19 -0
  342. package/dist/components/Icons/OpenInFullIcon/OpenInFullIcon.js.map +1 -0
  343. package/dist/components/Icons/OpenInFullIcon/index.d.ts +1 -0
  344. package/dist/components/Icons/OpenInFullIcon/index.js +5 -0
  345. package/dist/components/Icons/OpenInFullIcon/index.js.map +1 -0
  346. package/dist/components/Icons/OpenInNewIcon/OpenInNewIcon.js +25 -0
  347. package/dist/components/Icons/OpenInNewIcon/OpenInNewIcon.js.map +1 -0
  348. package/dist/components/Icons/OpenInNewIcon/index.d.ts +1 -0
  349. package/dist/components/Icons/OpenInNewIcon/index.js +5 -0
  350. package/dist/components/Icons/OpenInNewIcon/index.js.map +1 -0
  351. package/dist/components/Icons/OtterSecIcon/OtterSecIcon.js +34 -0
  352. package/dist/components/Icons/OtterSecIcon/OtterSecIcon.js.map +1 -0
  353. package/dist/components/Icons/OtterSecIcon/index.d.ts +1 -0
  354. package/dist/components/Icons/OtterSecIcon/index.js +5 -0
  355. package/dist/components/Icons/OtterSecIcon/index.js.map +1 -0
  356. package/dist/components/Icons/PageInfoIcon/PageInfoIcon.js +19 -0
  357. package/dist/components/Icons/PageInfoIcon/PageInfoIcon.js.map +1 -0
  358. package/dist/components/Icons/PageInfoIcon/index.d.ts +1 -0
  359. package/dist/components/Icons/PageInfoIcon/index.js +5 -0
  360. package/dist/components/Icons/PageInfoIcon/index.js.map +1 -0
  361. package/dist/components/Icons/PasskeyIcon/Passkey.js +25 -0
  362. package/dist/components/Icons/PasskeyIcon/Passkey.js.map +1 -0
  363. package/dist/components/Icons/PasskeyIcon/index.d.ts +1 -0
  364. package/dist/components/Icons/PasskeyIcon/index.js +5 -0
  365. package/dist/components/Icons/PasskeyIcon/index.js.map +1 -0
  366. package/dist/components/Icons/PlusIcon/PlusIcon.js +22 -0
  367. package/dist/components/Icons/PlusIcon/PlusIcon.js.map +1 -0
  368. package/dist/components/Icons/PlusIcon/index.d.ts +1 -0
  369. package/dist/components/Icons/PlusIcon/index.js +5 -0
  370. package/dist/components/Icons/PlusIcon/index.js.map +1 -0
  371. package/dist/components/Icons/RadioCheckedIcon/RadioCheckedIcon.js +19 -0
  372. package/dist/components/Icons/RadioCheckedIcon/RadioCheckedIcon.js.map +1 -0
  373. package/dist/components/Icons/RadioCheckedIcon/index.d.ts +1 -0
  374. package/dist/components/Icons/RadioCheckedIcon/index.js +5 -0
  375. package/dist/components/Icons/RadioCheckedIcon/index.js.map +1 -0
  376. package/dist/components/Icons/RadioUncheckedIcon/RadioUncheckedIcon.js +19 -0
  377. package/dist/components/Icons/RadioUncheckedIcon/RadioUncheckedIcon.js.map +1 -0
  378. package/dist/components/Icons/RadioUncheckedIcon/index.d.ts +1 -0
  379. package/dist/components/Icons/RadioUncheckedIcon/index.js +5 -0
  380. package/dist/components/Icons/RadioUncheckedIcon/index.js.map +1 -0
  381. package/dist/components/Icons/RaiseHandIcon/RaiseHandIcon.js +40 -0
  382. package/dist/components/Icons/RaiseHandIcon/RaiseHandIcon.js.map +1 -0
  383. package/dist/components/Icons/RaiseHandIcon/index.d.ts +1 -0
  384. package/dist/components/Icons/RaiseHandIcon/index.js +5 -0
  385. package/dist/components/Icons/RaiseHandIcon/index.js.map +1 -0
  386. package/dist/components/Icons/ReferralIcon/ReferralIcon.js +19 -0
  387. package/dist/components/Icons/ReferralIcon/ReferralIcon.js.map +1 -0
  388. package/dist/components/Icons/ReferralIcon/index.d.ts +1 -0
  389. package/dist/components/Icons/ReferralIcon/index.js +5 -0
  390. package/dist/components/Icons/ReferralIcon/index.js.map +1 -0
  391. package/dist/components/Icons/RelayLinkIcon/RelayLinkIcon.js +91 -0
  392. package/dist/components/Icons/RelayLinkIcon/RelayLinkIcon.js.map +1 -0
  393. package/dist/components/Icons/RelayLinkIcon/index.d.ts +1 -0
  394. package/dist/components/Icons/RelayLinkIcon/index.js +5 -0
  395. package/dist/components/Icons/RelayLinkIcon/index.js.map +1 -0
  396. package/dist/components/Icons/RemoveIcon/RemoveIcon.js +19 -0
  397. package/dist/components/Icons/RemoveIcon/RemoveIcon.js.map +1 -0
  398. package/dist/components/Icons/RemoveIcon/index.d.ts +1 -0
  399. package/dist/components/Icons/RemoveIcon/index.js +5 -0
  400. package/dist/components/Icons/RemoveIcon/index.js.map +1 -0
  401. package/dist/components/Icons/Rotate360Icon/Rotate360Icon.js +40 -0
  402. package/dist/components/Icons/Rotate360Icon/Rotate360Icon.js.map +1 -0
  403. package/dist/components/Icons/Rotate360Icon/index.d.ts +1 -0
  404. package/dist/components/Icons/Rotate360Icon/index.js +5 -0
  405. package/dist/components/Icons/Rotate360Icon/index.js.map +1 -0
  406. package/dist/components/Icons/RoutingIcon/RoutingIcon.js +40 -0
  407. package/dist/components/Icons/RoutingIcon/RoutingIcon.js.map +1 -0
  408. package/dist/components/Icons/RoutingIcon/index.d.ts +1 -0
  409. package/dist/components/Icons/RoutingIcon/index.js +5 -0
  410. package/dist/components/Icons/RoutingIcon/index.js.map +1 -0
  411. package/dist/components/Icons/RowInfoIcon/RowInfoIcon.js +40 -0
  412. package/dist/components/Icons/RowInfoIcon/RowInfoIcon.js.map +1 -0
  413. package/dist/components/Icons/RowInfoIcon/index.d.ts +1 -0
  414. package/dist/components/Icons/RowInfoIcon/index.js +5 -0
  415. package/dist/components/Icons/RowInfoIcon/index.js.map +1 -0
  416. package/dist/components/Icons/SDKIcon/SDKIcon.js +40 -0
  417. package/dist/components/Icons/SDKIcon/SDKIcon.js.map +1 -0
  418. package/dist/components/Icons/SDKIcon/index.d.ts +1 -0
  419. package/dist/components/Icons/SDKIcon/index.js +5 -0
  420. package/dist/components/Icons/SDKIcon/index.js.map +1 -0
  421. package/dist/components/Icons/SearchIcon/SearchIcon.js +19 -0
  422. package/dist/components/Icons/SearchIcon/SearchIcon.js.map +1 -0
  423. package/dist/components/Icons/SearchIcon/index.d.ts +1 -0
  424. package/dist/components/Icons/SearchIcon/index.js +5 -0
  425. package/dist/components/Icons/SearchIcon/index.js.map +1 -0
  426. package/dist/components/Icons/SearchIconThin/SearchIconThin.js +40 -0
  427. package/dist/components/Icons/SearchIconThin/SearchIconThin.js.map +1 -0
  428. package/dist/components/Icons/SearchIconThin/index.d.ts +1 -0
  429. package/dist/components/Icons/SearchIconThin/index.js +5 -0
  430. package/dist/components/Icons/SearchIconThin/index.js.map +1 -0
  431. package/dist/components/Icons/Share/Share.js +25 -0
  432. package/dist/components/Icons/Share/Share.js.map +1 -0
  433. package/dist/components/Icons/Share/index.d.ts +1 -0
  434. package/dist/components/Icons/Share/index.js +5 -0
  435. package/dist/components/Icons/Share/index.js.map +1 -0
  436. package/dist/components/Icons/StakeIcon/StakeIcon.js +40 -0
  437. package/dist/components/Icons/StakeIcon/StakeIcon.js.map +1 -0
  438. package/dist/components/Icons/StakeIcon/index.d.ts +1 -0
  439. package/dist/components/Icons/StakeIcon/index.js +5 -0
  440. package/dist/components/Icons/StakeIcon/index.js.map +1 -0
  441. package/dist/components/Icons/StarIcon/StarIcon.js +19 -0
  442. package/dist/components/Icons/StarIcon/StarIcon.js.map +1 -0
  443. package/dist/components/Icons/StarIcon/index.d.ts +1 -0
  444. package/dist/components/Icons/StarIcon/index.js +5 -0
  445. package/dist/components/Icons/StarIcon/index.js.map +1 -0
  446. package/dist/components/Icons/SwapHorizontalIcon/SwapHorizontalIcon.js +24 -0
  447. package/dist/components/Icons/SwapHorizontalIcon/SwapHorizontalIcon.js.map +1 -0
  448. package/dist/components/Icons/SwapHorizontalIcon/index.d.ts +1 -0
  449. package/dist/components/Icons/SwapHorizontalIcon/index.js +5 -0
  450. package/dist/components/Icons/SwapHorizontalIcon/index.js.map +1 -0
  451. package/dist/components/Icons/ThorswapIcon/ThorswapIcon.js +49 -0
  452. package/dist/components/Icons/ThorswapIcon/ThorswapIcon.js.map +1 -0
  453. package/dist/components/Icons/ThorswapIcon/index.d.ts +1 -0
  454. package/dist/components/Icons/ThorswapIcon/index.js +5 -0
  455. package/dist/components/Icons/ThorswapIcon/index.js.map +1 -0
  456. package/dist/components/Icons/TimerIcon/TimerIcon.js +19 -0
  457. package/dist/components/Icons/TimerIcon/TimerIcon.js.map +1 -0
  458. package/dist/components/Icons/TimerIcon/index.d.ts +1 -0
  459. package/dist/components/Icons/TimerIcon/index.js +5 -0
  460. package/dist/components/Icons/TimerIcon/index.js.map +1 -0
  461. package/dist/components/Icons/Unchecked/Unchecked.js +40 -0
  462. package/dist/components/Icons/Unchecked/Unchecked.js.map +1 -0
  463. package/dist/components/Icons/Unchecked/index.d.ts +1 -0
  464. package/dist/components/Icons/Unchecked/index.js +5 -0
  465. package/dist/components/Icons/Unchecked/index.js.map +1 -0
  466. package/dist/components/Icons/WalletIcon/WalletIcon.js +19 -0
  467. package/dist/components/Icons/WalletIcon/WalletIcon.js.map +1 -0
  468. package/dist/components/Icons/WalletIcon/index.d.ts +1 -0
  469. package/dist/components/Icons/WalletIcon/index.js +5 -0
  470. package/dist/components/Icons/WalletIcon/index.js.map +1 -0
  471. package/dist/components/Icons/WalletIconRose/WalletIconRose.js +25 -0
  472. package/dist/components/Icons/WalletIconRose/WalletIconRose.js.map +1 -0
  473. package/dist/components/Icons/WalletIconRose/index.d.ts +1 -0
  474. package/dist/components/Icons/WalletIconRose/index.js +5 -0
  475. package/dist/components/Icons/WalletIconRose/index.js.map +1 -0
  476. package/dist/components/Icons/WarningIcon/WarningIcon.js +40 -0
  477. package/dist/components/Icons/WarningIcon/WarningIcon.js.map +1 -0
  478. package/dist/components/Icons/WarningIcon/index.d.ts +1 -0
  479. package/dist/components/Icons/WarningIcon/index.js +5 -0
  480. package/dist/components/Icons/WarningIcon/index.js.map +1 -0
  481. package/dist/components/Icons/XIcon/XIcon.js +25 -0
  482. package/dist/components/Icons/XIcon/XIcon.js.map +1 -0
  483. package/dist/components/Icons/XIcon/index.d.ts +1 -0
  484. package/dist/components/Icons/XIcon/index.js +5 -0
  485. package/dist/components/Icons/XIcon/index.js.map +1 -0
  486. package/dist/components/Icons/XSolidIcon/XSolidIcon.js +25 -0
  487. package/dist/components/Icons/XSolidIcon/XSolidIcon.js.map +1 -0
  488. package/dist/components/Icons/XSolidIcon/index.d.ts +1 -0
  489. package/dist/components/Icons/XSolidIcon/index.js +5 -0
  490. package/dist/components/Icons/XSolidIcon/index.js.map +1 -0
  491. package/dist/components/Icons/ZellicIcon/ZellicIcon.js +104 -0
  492. package/dist/components/Icons/ZellicIcon/ZellicIcon.js.map +1 -0
  493. package/dist/components/Icons/ZellicIcon/index.d.ts +1 -0
  494. package/dist/components/Icons/ZellicIcon/index.js +5 -0
  495. package/dist/components/Icons/ZellicIcon/index.js.map +1 -0
  496. package/dist/components/{atoms/Icons → Icons}/index.d.ts +5 -2
  497. package/dist/components/Icons/index.js +173 -0
  498. package/dist/components/Icons/index.js.map +1 -0
  499. package/dist/components/InfoBadge/InfoBadge.js +19 -0
  500. package/dist/components/InfoBadge/InfoBadge.js.map +1 -0
  501. package/dist/components/InfoBadge/index.d.ts +1 -0
  502. package/dist/components/InfoBadge/index.js +5 -0
  503. package/dist/components/InfoBadge/index.js.map +1 -0
  504. package/dist/components/Logo/ArbitrumLogo/ArbitrumLogo.js +69 -0
  505. package/dist/components/Logo/ArbitrumLogo/ArbitrumLogo.js.map +1 -0
  506. package/dist/components/Logo/ArbitrumLogo/index.d.ts +1 -0
  507. package/dist/components/Logo/ArbitrumLogo/index.js +5 -0
  508. package/dist/components/Logo/ArbitrumLogo/index.js.map +1 -0
  509. package/dist/components/Logo/BTCLogo/BTCLogo.js +35 -0
  510. package/dist/components/Logo/BTCLogo/BTCLogo.js.map +1 -0
  511. package/dist/components/Logo/BTCLogo/index.d.ts +1 -0
  512. package/dist/components/Logo/BTCLogo/index.js +5 -0
  513. package/dist/components/Logo/BTCLogo/index.js.map +1 -0
  514. package/dist/components/Logo/Camelot/Camelot.js +76 -0
  515. package/dist/components/Logo/Camelot/Camelot.js.map +1 -0
  516. package/dist/components/Logo/Camelot/index.d.ts +1 -0
  517. package/dist/components/Logo/Camelot/index.js +5 -0
  518. package/dist/components/Logo/Camelot/index.js.map +1 -0
  519. package/dist/components/Logo/CatalogLogo/CatalogLogo.js +47 -0
  520. package/dist/components/Logo/CatalogLogo/CatalogLogo.js.map +1 -0
  521. package/dist/components/Logo/CatalogLogo/index.d.ts +1 -0
  522. package/dist/components/Logo/CatalogLogo/index.js +5 -0
  523. package/dist/components/Logo/CatalogLogo/index.js.map +1 -0
  524. package/dist/components/Logo/Coinbase/Coinbase.js +27 -0
  525. package/dist/components/Logo/Coinbase/Coinbase.js.map +1 -0
  526. package/dist/components/Logo/Coinbase/index.d.ts +1 -0
  527. package/dist/components/Logo/Coinbase/index.js +5 -0
  528. package/dist/components/Logo/Coinbase/index.js.map +1 -0
  529. package/dist/components/Logo/DLCBTC/DLCBTC.js +71 -0
  530. package/dist/components/Logo/DLCBTC/DLCBTC.js.map +1 -0
  531. package/dist/components/Logo/DLCBTC/index.d.ts +1 -0
  532. package/dist/components/Logo/DLCBTC/index.js +5 -0
  533. package/dist/components/Logo/DLCBTC/index.js.map +1 -0
  534. package/dist/components/Logo/Debridge/Debridge.js +106 -0
  535. package/dist/components/Logo/Debridge/Debridge.js.map +1 -0
  536. package/dist/components/Logo/Debridge/index.d.ts +1 -0
  537. package/dist/components/Logo/Debridge/index.js +5 -0
  538. package/dist/components/Logo/Debridge/index.js.map +1 -0
  539. package/dist/components/Logo/Dodo/DODO.js +80 -0
  540. package/dist/components/Logo/Dodo/DODO.js.map +1 -0
  541. package/dist/components/Logo/Dodo/index.d.ts +1 -0
  542. package/dist/components/Logo/Dodo/index.js +5 -0
  543. package/dist/components/Logo/Dodo/index.js.map +1 -0
  544. package/dist/components/Logo/EthereumLogo/EthereumLogo.js +63 -0
  545. package/dist/components/Logo/EthereumLogo/EthereumLogo.js.map +1 -0
  546. package/dist/components/Logo/EthereumLogo/index.d.ts +1 -0
  547. package/dist/components/Logo/EthereumLogo/index.js +5 -0
  548. package/dist/components/Logo/EthereumLogo/index.js.map +1 -0
  549. package/dist/components/Logo/GMX/GMX.js +52 -0
  550. package/dist/components/Logo/GMX/GMX.js.map +1 -0
  551. package/dist/components/Logo/GMX/index.d.ts +1 -0
  552. package/dist/components/Logo/GMX/index.js +5 -0
  553. package/dist/components/Logo/GMX/index.js.map +1 -0
  554. package/dist/components/Logo/GMXLogo/GMXLogo.js +43 -0
  555. package/dist/components/Logo/GMXLogo/GMXLogo.js.map +1 -0
  556. package/dist/components/Logo/GMXLogo/index.d.ts +1 -0
  557. package/dist/components/Logo/GMXLogo/index.js +5 -0
  558. package/dist/components/Logo/GMXLogo/index.js.map +1 -0
  559. package/dist/components/Logo/GardenDocs/GardenDocs.d.ts +5 -0
  560. package/dist/components/Logo/GardenDocs/GardenDocs.js +34 -0
  561. package/dist/components/Logo/GardenDocs/GardenDocs.js.map +1 -0
  562. package/dist/components/Logo/GardenDocs/index.d.ts +1 -0
  563. package/dist/components/Logo/GardenDocs/index.js +5 -0
  564. package/dist/components/Logo/GardenDocs/index.js.map +1 -0
  565. package/dist/components/Logo/GardenExplorer/GardenExplorer.js +37 -0
  566. package/dist/components/Logo/GardenExplorer/GardenExplorer.js.map +1 -0
  567. package/dist/components/Logo/GardenExplorer/index.d.ts +1 -0
  568. package/dist/components/Logo/GardenExplorer/index.js +5 -0
  569. package/dist/components/Logo/GardenExplorer/index.js.map +1 -0
  570. package/dist/components/Logo/GardenExplorerAlt/GardenExplorerAlt.d.ts +5 -0
  571. package/dist/components/Logo/GardenExplorerAlt/GardenExplorerAlt.js +34 -0
  572. package/dist/components/Logo/GardenExplorerAlt/GardenExplorerAlt.js.map +1 -0
  573. package/dist/components/Logo/GardenExplorerAlt/index.d.ts +1 -0
  574. package/dist/components/Logo/GardenExplorerAlt/index.js +5 -0
  575. package/dist/components/Logo/GardenExplorerAlt/index.js.map +1 -0
  576. package/dist/components/Logo/GardenFullLogo/GardenFullLogo.js +69 -0
  577. package/dist/components/Logo/GardenFullLogo/GardenFullLogo.js.map +1 -0
  578. package/dist/components/Logo/GardenFullLogo/index.d.ts +1 -0
  579. package/dist/components/Logo/GardenFullLogo/index.js +5 -0
  580. package/dist/components/Logo/GardenFullLogo/index.js.map +1 -0
  581. package/dist/components/Logo/GardenIcon/GardenIcon.d.ts +8 -0
  582. package/dist/components/Logo/GardenIcon/GardenIcon.js +35 -0
  583. package/dist/components/Logo/GardenIcon/GardenIcon.js.map +1 -0
  584. package/dist/components/Logo/GardenIcon/index.d.ts +1 -0
  585. package/dist/components/Logo/GardenIcon/index.js +5 -0
  586. package/dist/components/Logo/GardenIcon/index.js.map +1 -0
  587. package/dist/components/Logo/GardenIconOutline/GardenIconOutline.js +46 -0
  588. package/dist/components/Logo/GardenIconOutline/GardenIconOutline.js.map +1 -0
  589. package/dist/components/Logo/GardenIconOutline/index.d.ts +1 -0
  590. package/dist/components/Logo/GardenIconOutline/index.js +5 -0
  591. package/dist/components/Logo/GardenIconOutline/index.js.map +1 -0
  592. package/dist/components/Logo/GardenLogo/GardenLogo.js +36 -0
  593. package/dist/components/Logo/GardenLogo/GardenLogo.js.map +1 -0
  594. package/dist/components/Logo/GardenLogo/index.d.ts +1 -0
  595. package/dist/components/Logo/GardenLogo/index.js +5 -0
  596. package/dist/components/Logo/GardenLogo/index.js.map +1 -0
  597. package/dist/components/Logo/GardenLogoDark/GardenLogoDark.d.ts +5 -0
  598. package/dist/components/Logo/GardenLogoDark/GardenLogoDark.js +86 -0
  599. package/dist/components/Logo/GardenLogoDark/GardenLogoDark.js.map +1 -0
  600. package/dist/components/Logo/GardenLogoDark/index.d.ts +1 -0
  601. package/dist/components/Logo/GardenLogoDark/index.js +5 -0
  602. package/dist/components/Logo/GardenLogoDark/index.js.map +1 -0
  603. package/dist/components/Logo/GardenLogoLight/GardenLogoLight.d.ts +5 -0
  604. package/dist/components/Logo/GardenLogoLight/GardenLogoLight.js +86 -0
  605. package/dist/components/Logo/GardenLogoLight/GardenLogoLight.js.map +1 -0
  606. package/dist/components/Logo/GardenLogoLight/index.d.ts +1 -0
  607. package/dist/components/Logo/GardenLogoLight/index.js +5 -0
  608. package/dist/components/Logo/GardenLogoLight/index.js.map +1 -0
  609. package/dist/components/Logo/GardenLogoMarkDark/GardenLogoMarkDark.d.ts +5 -0
  610. package/dist/components/Logo/GardenLogoMarkDark/GardenLogoMarkDark.js +44 -0
  611. package/dist/components/Logo/GardenLogoMarkDark/GardenLogoMarkDark.js.map +1 -0
  612. package/dist/components/Logo/GardenLogoMarkDark/index.d.ts +1 -0
  613. package/dist/components/Logo/GardenLogoMarkDark/index.js +5 -0
  614. package/dist/components/Logo/GardenLogoMarkDark/index.js.map +1 -0
  615. package/dist/components/Logo/GardenLogoMarkLight/GardenLogoMarkLight.d.ts +5 -0
  616. package/dist/components/Logo/GardenLogoMarkLight/GardenLogoMarkLight.js +44 -0
  617. package/dist/components/Logo/GardenLogoMarkLight/GardenLogoMarkLight.js.map +1 -0
  618. package/dist/components/Logo/GardenLogoMarkLight/index.d.ts +1 -0
  619. package/dist/components/Logo/GardenLogoMarkLight/index.js +5 -0
  620. package/dist/components/Logo/GardenLogoMarkLight/index.js.map +1 -0
  621. package/dist/components/Logo/GardenLogoText/GardenLogoText.js +62 -0
  622. package/dist/components/Logo/GardenLogoText/GardenLogoText.js.map +1 -0
  623. package/dist/components/Logo/GardenLogoText/index.d.ts +1 -0
  624. package/dist/components/Logo/GardenLogoText/index.js +5 -0
  625. package/dist/components/Logo/GardenLogoText/index.js.map +1 -0
  626. package/dist/components/Logo/GardenStrokeIcon/GardenStrokeIcon.js +46 -0
  627. package/dist/components/Logo/GardenStrokeIcon/GardenStrokeIcon.js.map +1 -0
  628. package/dist/components/Logo/GardenStrokeIcon/index.d.ts +1 -0
  629. package/dist/components/Logo/GardenStrokeIcon/index.js +5 -0
  630. package/dist/components/Logo/GardenStrokeIcon/index.js.map +1 -0
  631. package/dist/components/Logo/NFTIcon/NFTIcon.js +40 -0
  632. package/dist/components/Logo/NFTIcon/NFTIcon.js.map +1 -0
  633. package/dist/components/Logo/NFTIcon/index.d.ts +1 -0
  634. package/dist/components/Logo/NFTIcon/index.js +5 -0
  635. package/dist/components/Logo/NFTIcon/index.js.map +1 -0
  636. package/dist/components/Logo/PancakeSwap/PancakeSwap.js +137 -0
  637. package/dist/components/Logo/PancakeSwap/PancakeSwap.js.map +1 -0
  638. package/dist/components/Logo/PancakeSwap/index.d.ts +1 -0
  639. package/dist/components/Logo/PancakeSwap/index.js +5 -0
  640. package/dist/components/Logo/PancakeSwap/index.js.map +1 -0
  641. package/dist/components/Logo/PhantomIcon/PhantomIcon.js +26 -0
  642. package/dist/components/Logo/PhantomIcon/PhantomIcon.js.map +1 -0
  643. package/dist/components/Logo/PhantomIcon/index.d.ts +1 -0
  644. package/dist/components/Logo/PhantomIcon/index.js +5 -0
  645. package/dist/components/Logo/PhantomIcon/index.js.map +1 -0
  646. package/dist/components/Logo/PolygonLogo/PolygonLogo.js +34 -0
  647. package/dist/components/Logo/PolygonLogo/PolygonLogo.js.map +1 -0
  648. package/dist/components/Logo/PolygonLogo/index.d.ts +1 -0
  649. package/dist/components/Logo/PolygonLogo/index.js +5 -0
  650. package/dist/components/Logo/PolygonLogo/index.js.map +1 -0
  651. package/dist/components/Logo/Radiant/Radiant.js +34 -0
  652. package/dist/components/Logo/Radiant/Radiant.js.map +1 -0
  653. package/dist/components/Logo/Radiant/index.d.ts +1 -0
  654. package/dist/components/Logo/Radiant/index.js +5 -0
  655. package/dist/components/Logo/Radiant/index.js.map +1 -0
  656. package/dist/components/Logo/RadiantLogo/RadiantLogo.js +43 -0
  657. package/dist/components/Logo/RadiantLogo/RadiantLogo.js.map +1 -0
  658. package/dist/components/Logo/RadiantLogo/index.d.ts +1 -0
  659. package/dist/components/Logo/RadiantLogo/index.js +5 -0
  660. package/dist/components/Logo/RadiantLogo/index.js.map +1 -0
  661. package/dist/components/Logo/Solv/Solv.js +76 -0
  662. package/dist/components/Logo/Solv/Solv.js.map +1 -0
  663. package/dist/components/Logo/Solv/index.d.ts +1 -0
  664. package/dist/components/Logo/Solv/index.js +5 -0
  665. package/dist/components/Logo/Solv/index.js.map +1 -0
  666. package/dist/components/Logo/SwellBTC/SwellBTC.js +34 -0
  667. package/dist/components/Logo/SwellBTC/SwellBTC.js.map +1 -0
  668. package/dist/components/Logo/SwellBTC/index.d.ts +1 -0
  669. package/dist/components/Logo/SwellBTC/index.js +5 -0
  670. package/dist/components/Logo/SwellBTC/index.js.map +1 -0
  671. package/dist/components/Logo/TraderJoe/TraderJoe.js +101 -0
  672. package/dist/components/Logo/TraderJoe/TraderJoe.js.map +1 -0
  673. package/dist/components/Logo/TraderJoe/index.d.ts +1 -0
  674. package/dist/components/Logo/TraderJoe/index.js +5 -0
  675. package/dist/components/Logo/TraderJoe/index.js.map +1 -0
  676. package/dist/components/Logo/TrailOfBits/TrailOfBits.js +193 -0
  677. package/dist/components/Logo/TrailOfBits/TrailOfBits.js.map +1 -0
  678. package/dist/components/Logo/TrailOfBits/index.d.ts +1 -0
  679. package/dist/components/Logo/TrailOfBits/index.js +5 -0
  680. package/dist/components/Logo/TrailOfBits/index.js.map +1 -0
  681. package/dist/components/Logo/TrustWallet/TrustWallet.js +53 -0
  682. package/dist/components/Logo/TrustWallet/TrustWallet.js.map +1 -0
  683. package/dist/components/Logo/TrustWallet/index.d.ts +1 -0
  684. package/dist/components/Logo/TrustWallet/index.js +5 -0
  685. package/dist/components/Logo/TrustWallet/index.js.map +1 -0
  686. package/dist/components/Logo/Vertex/Vertex.js +93 -0
  687. package/dist/components/Logo/Vertex/Vertex.js.map +1 -0
  688. package/dist/components/Logo/Vertex/index.d.ts +1 -0
  689. package/dist/components/Logo/Vertex/index.js +5 -0
  690. package/dist/components/Logo/Vertex/index.js.map +1 -0
  691. package/dist/components/Logo/WalletConnect/WalletConnect.js +25 -0
  692. package/dist/components/Logo/WalletConnect/WalletConnect.js.map +1 -0
  693. package/dist/components/Logo/WalletConnect/index.d.ts +1 -0
  694. package/dist/components/Logo/WalletConnect/index.js +5 -0
  695. package/dist/components/Logo/WalletConnect/index.js.map +1 -0
  696. package/dist/components/{atoms/Logo → Logo}/index.d.ts +7 -1
  697. package/dist/components/Logo/index.js +77 -0
  698. package/dist/components/Logo/index.js.map +1 -0
  699. package/dist/components/{atoms/Modal → Modal}/Modal.d.ts +1 -0
  700. package/dist/components/Modal/Modal.js +77 -0
  701. package/dist/components/Modal/Modal.js.map +1 -0
  702. package/dist/components/Modal/index.d.ts +1 -0
  703. package/dist/components/Modal/index.js +5 -0
  704. package/dist/components/Modal/index.js.map +1 -0
  705. package/dist/components/Opacity/Opacity.js +29 -0
  706. package/dist/components/Opacity/Opacity.js.map +1 -0
  707. package/dist/components/Opacity/index.d.ts +2 -0
  708. package/dist/components/Opacity/index.js +5 -0
  709. package/dist/components/Opacity/index.js.map +1 -0
  710. package/dist/components/QuestCard/QuestCard.js +61 -0
  711. package/dist/components/QuestCard/QuestCard.js.map +1 -0
  712. package/dist/components/QuestCard/index.d.ts +1 -0
  713. package/dist/components/QuestCard/index.js +5 -0
  714. package/dist/components/QuestCard/index.js.map +1 -0
  715. package/dist/components/Sidebar/Sidebar.js +45 -0
  716. package/dist/components/Sidebar/Sidebar.js.map +1 -0
  717. package/dist/components/Sidebar/index.d.ts +1 -0
  718. package/dist/components/Sidebar/index.js +5 -0
  719. package/dist/components/Sidebar/index.js.map +1 -0
  720. package/dist/components/{molecules/TokenInfo → TokenInfo}/TokenInfo.d.ts +1 -0
  721. package/dist/components/TokenInfo/TokenInfo.js +47 -0
  722. package/dist/components/TokenInfo/TokenInfo.js.map +1 -0
  723. package/dist/components/TokenInfo/index.d.ts +1 -0
  724. package/dist/components/TokenInfo/index.js +5 -0
  725. package/dist/components/TokenInfo/index.js.map +1 -0
  726. package/dist/components/{molecules/TokenNetworkLogos → TokenNetworkLogos}/TokenNetworkLogos.d.ts +1 -0
  727. package/dist/components/TokenNetworkLogos/TokenNetworkLogos.js +41 -0
  728. package/dist/components/TokenNetworkLogos/TokenNetworkLogos.js.map +1 -0
  729. package/dist/components/TokenNetworkLogos/index.d.ts +1 -0
  730. package/dist/components/TokenNetworkLogos/index.js +5 -0
  731. package/dist/components/TokenNetworkLogos/index.js.map +1 -0
  732. package/dist/components/Typography/Typography.js +91 -0
  733. package/dist/components/Typography/Typography.js.map +1 -0
  734. package/dist/components/Typography/index.d.ts +1 -0
  735. package/dist/components/Typography/index.js +5 -0
  736. package/dist/components/Typography/index.js.map +1 -0
  737. package/dist/components/index.d.ts +20 -3
  738. package/dist/hooks/useClientOnly.js +12 -0
  739. package/dist/hooks/useClientOnly.js.map +1 -0
  740. package/dist/index.js +288 -0
  741. package/dist/index.js.map +1 -0
  742. package/dist/node_modules/@radix-ui/primitive/dist/index.js +12 -0
  743. package/dist/node_modules/@radix-ui/primitive/dist/index.js.map +1 -0
  744. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +40 -0
  745. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -0
  746. package/dist/node_modules/@radix-ui/react-context/dist/index.js +82 -0
  747. package/dist/node_modules/@radix-ui/react-context/dist/index.js.map +1 -0
  748. package/dist/node_modules/@radix-ui/react-dialog/dist/index.js +334 -0
  749. package/dist/node_modules/@radix-ui/react-dialog/dist/index.js.map +1 -0
  750. package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +213 -0
  751. package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -0
  752. package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +30 -0
  753. package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -0
  754. package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +209 -0
  755. package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +1 -0
  756. package/dist/node_modules/@radix-ui/react-id/dist/index.js +15 -0
  757. package/dist/node_modules/@radix-ui/react-id/dist/index.js.map +1 -0
  758. package/dist/node_modules/@radix-ui/react-portal/dist/index.js +19 -0
  759. package/dist/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -0
  760. package/dist/node_modules/@radix-ui/react-presence/dist/index.js +130 -0
  761. package/dist/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -0
  762. package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +44 -0
  763. package/dist/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
  764. package/dist/node_modules/@radix-ui/react-slot/dist/index.js +90 -0
  765. package/dist/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
  766. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +15 -0
  767. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -0
  768. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +72 -0
  769. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -0
  770. package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +18 -0
  771. package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -0
  772. package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +7 -0
  773. package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -0
  774. package/dist/node_modules/aria-hidden/dist/es2015/index.js +123 -0
  775. package/dist/node_modules/aria-hidden/dist/es2015/index.js.map +1 -0
  776. package/dist/node_modules/class-variance-authority/dist/index.js +46 -0
  777. package/dist/node_modules/class-variance-authority/dist/index.js.map +1 -0
  778. package/dist/node_modules/clsx/dist/clsx.js +18 -0
  779. package/dist/node_modules/clsx/dist/clsx.js.map +1 -0
  780. package/dist/node_modules/get-nonce/dist/es2015/index.js +10 -0
  781. package/dist/node_modules/get-nonce/dist/es2015/index.js.map +1 -0
  782. package/dist/node_modules/react-lazy-load-image-component/build/index.js +764 -0
  783. package/dist/node_modules/react-lazy-load-image-component/build/index.js.map +1 -0
  784. package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +12 -0
  785. package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +1 -0
  786. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +181 -0
  787. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +1 -0
  788. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +39 -0
  789. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js.map +1 -0
  790. package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +20 -0
  791. package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +1 -0
  792. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +103 -0
  793. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +1 -0
  794. package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +6 -0
  795. package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js.map +1 -0
  796. package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +8 -0
  797. package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +1 -0
  798. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +48 -0
  799. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +1 -0
  800. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +11 -0
  801. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +1 -0
  802. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +38 -0
  803. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +1 -0
  804. package/dist/node_modules/react-style-singleton/dist/es2015/component.js +14 -0
  805. package/dist/node_modules/react-style-singleton/dist/es2015/component.js.map +1 -0
  806. package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +17 -0
  807. package/dist/node_modules/react-style-singleton/dist/es2015/hook.js.map +1 -0
  808. package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +49 -0
  809. package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js.map +1 -0
  810. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js +2467 -0
  811. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js.map +1 -0
  812. package/dist/node_modules/tslib/tslib.es6.js +40 -0
  813. package/dist/node_modules/tslib/tslib.es6.js.map +1 -0
  814. package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +12 -0
  815. package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +1 -0
  816. package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +36 -0
  817. package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +1 -0
  818. package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +30 -0
  819. package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js.map +1 -0
  820. package/dist/node_modules/use-sidecar/dist/es2015/exports.js +22 -0
  821. package/dist/node_modules/use-sidecar/dist/es2015/exports.js.map +1 -0
  822. package/dist/node_modules/use-sidecar/dist/es2015/medium.js +89 -0
  823. package/dist/node_modules/use-sidecar/dist/es2015/medium.js.map +1 -0
  824. package/dist/node_modules/vaul/dist/index.js +1475 -0
  825. package/dist/node_modules/vaul/dist/index.js.map +1 -0
  826. package/dist/style.css +1840 -1
  827. package/dist/utils/utils.js +7 -0
  828. package/dist/utils/utils.js.map +1 -0
  829. package/package.json +16 -10
  830. package/dist/animations/RollingText/RollingText.stories.d.ts +0 -7
  831. package/dist/animations/ScaleY/ScaleY.stories.d.ts +0 -7
  832. package/dist/animations/Shine/Shine.stories.d.ts +0 -7
  833. package/dist/components/atoms/BottomSheet/BottomSheet.stories.d.ts +0 -7
  834. package/dist/components/atoms/Button/Button.stories.d.ts +0 -15
  835. package/dist/components/atoms/Checkbox/Checkbox.stories.d.ts +0 -7
  836. package/dist/components/atoms/Container/Container.stories.d.ts +0 -7
  837. package/dist/components/atoms/Icons/Icons.stories.d.ts +0 -5
  838. package/dist/components/atoms/Logo/GardenIcon.d.ts +0 -5
  839. package/dist/components/atoms/Logo/Logo.stories.d.ts +0 -5
  840. package/dist/components/atoms/Modal/Modal.stories.d.ts +0 -7
  841. package/dist/components/atoms/Opacity/Opacity.stories.d.ts +0 -11
  842. package/dist/components/atoms/Sidebar/Sidebar.stories.d.ts +0 -9
  843. package/dist/components/atoms/Typography/Typography.stories.d.ts +0 -16
  844. package/dist/components/atoms/index.d.ts +0 -13
  845. package/dist/components/molecules/Chip/Chip.stories.d.ts +0 -37
  846. package/dist/components/molecules/GradientScroll/GradientScroll.stories.d.ts +0 -20
  847. package/dist/components/molecules/InfoBadge/InfoBadge.stories.d.ts +0 -14
  848. package/dist/components/molecules/TokenInfo/TokenInfo.stories.d.ts +0 -18
  849. package/dist/components/molecules/TokenNetworkLogos/TokenNetworkLogos.stories.d.ts +0 -19
  850. package/dist/components/molecules/index.d.ts +0 -7
  851. package/dist/components/organisms/BlogCard/BlogCard.stories.d.ts +0 -21
  852. package/dist/components/organisms/Footer/Footer.stories.d.ts +0 -18
  853. package/dist/components/organisms/QuestCard/QuestCard.stories.d.ts +0 -27
  854. package/dist/components/organisms/index.d.ts +0 -3
  855. package/dist/index.es-BsweaPuE.js +0 -8030
  856. package/dist/index.es-EZUrluJw.cjs +0 -11
  857. package/dist/ui.cjs.js +0 -65
  858. package/dist/ui.es.js +0 -15453
  859. package/dist/ui.umd.js +0 -75
  860. /package/dist/components/{organisms/BlogCard → BlogCard}/BlogCard.d.ts +0 -0
  861. /package/dist/components/{atoms/BottomSheet → BottomSheet}/BottomSheet.d.ts +0 -0
  862. /package/dist/components/{atoms/Button → Button}/ClientOnlyLottie.d.ts +0 -0
  863. /package/dist/components/{atoms/Button → Button}/spinner.json.d.ts +0 -0
  864. /package/dist/components/{molecules/Chip → Chip}/Chip.d.ts +0 -0
  865. /package/dist/components/{atoms/ClientOnly → ClientOnly}/ClientOnly.d.ts +0 -0
  866. /package/dist/components/{atoms/ClientOnly → ClientOnly}/index.d.ts +0 -0
  867. /package/dist/components/{atoms/Container → Container}/Container.d.ts +0 -0
  868. /package/dist/components/{organisms/Footer → Footer}/FooterBackgroundAnimation.d.ts +0 -0
  869. /package/dist/components/{organisms/Footer → Footer}/FooterLink.d.ts +0 -0
  870. /package/dist/components/{molecules/GradientScroll → GradientScroll}/GradientScroll.d.ts +0 -0
  871. /package/dist/components/{atoms/Icons → Icons/APIIcon}/APIIcon.d.ts +0 -0
  872. /package/dist/components/{atoms/Icons → Icons/AddIcon}/AddIcon.d.ts +0 -0
  873. /package/dist/components/{atoms/Icons → Icons/ArrowDownwardIcon}/ArrowDownwardIcon.d.ts +0 -0
  874. /package/dist/components/{atoms/Icons → Icons/ArrowEastIcon}/ArrowEastIcon.d.ts +0 -0
  875. /package/dist/components/{atoms/Icons → Icons/ArrowLeftIcon}/ArrowLeftIcon.d.ts +0 -0
  876. /package/dist/components/{atoms/Icons → Icons/ArrowNorthEastIcon}/ArrowNorthEastIcon.d.ts +0 -0
  877. /package/dist/components/{atoms/Icons → Icons/ArrowNorthWestIcon}/ArrowNorthWestIcon.d.ts +0 -0
  878. /package/dist/components/{atoms/Icons → Icons/ArrowRightIcon}/ArrowRightIcon.d.ts +0 -0
  879. /package/dist/components/{atoms/Icons → Icons/ArrowSouthEastIcon}/ArrowSouthEastIcon.d.ts +0 -0
  880. /package/dist/components/{atoms/Icons → Icons/ArrowSouthWestIcon}/ArrowSouthWestIcon.d.ts +0 -0
  881. /package/dist/components/{atoms/Icons → Icons/ArrowSyncIcon}/ArrowSyncIcon.d.ts +0 -0
  882. /package/dist/components/{atoms/Icons → Icons/ArrowUpwardIcon}/ArrowUpwardIcon.d.ts +0 -0
  883. /package/dist/components/{atoms/Icons → Icons/BlogIcon}/BlogIcon.d.ts +0 -0
  884. /package/dist/components/{atoms/Icons → Icons/BrandKitIcon}/BrandKitIcon.d.ts +0 -0
  885. /package/dist/components/{atoms/Icons → Icons/CancelIcon}/CancelIcon.d.ts +0 -0
  886. /package/dist/components/{atoms/Icons → Icons/ChainflipIcon}/ChainflipIcon.d.ts +0 -0
  887. /package/dist/components/{atoms/Icons → Icons/CheckCircleIcon}/CheckCircleIcon.d.ts +0 -0
  888. /package/dist/components/{atoms/Icons → Icons/CheckIcon}/CheckIcon.d.ts +0 -0
  889. /package/dist/components/{atoms/Icons → Icons/Checked}/Checked.d.ts +0 -0
  890. /package/dist/components/{atoms/Icons → Icons/ClockIcon}/ClockIcon.d.ts +0 -0
  891. /package/dist/components/{atoms/Icons → Icons/CloseIcon}/CloseIcon.d.ts +0 -0
  892. /package/dist/components/{atoms/Icons → Icons/CodeBlockIcon}/CodeBlockIcon.d.ts +0 -0
  893. /package/dist/components/{atoms/Icons → Icons/CompareArrowsIcon}/CompareArrowsIcon.d.ts +0 -0
  894. /package/dist/components/{atoms/Icons → Icons/ConsoleIcon}/ConsoleIcon.d.ts +0 -0
  895. /package/dist/components/{atoms/Icons → Icons/CopyIcon}/CopyIcon.d.ts +0 -0
  896. /package/dist/components/{atoms/Icons → Icons/CopyrightsIcon}/CopyrightsIcon.d.ts +0 -0
  897. /package/dist/components/{atoms/Icons → Icons/DeleteIcon}/DeleteIcon.d.ts +0 -0
  898. /package/dist/components/{atoms/Icons → Icons/DiscordIcon}/DiscordIcon.d.ts +0 -0
  899. /package/dist/components/{atoms/Icons → Icons/DollarChipIcon}/DollarChipIcon.d.ts +0 -0
  900. /package/dist/components/{atoms/Icons → Icons/DraftIcon}/DraftIcon.d.ts +0 -0
  901. /package/dist/components/{atoms/Icons → Icons/EditIcon}/EditIcon.d.ts +0 -0
  902. /package/dist/components/{atoms/Icons → Icons/EncryptedIcon}/EncryptedIcon.d.ts +0 -0
  903. /package/dist/components/{atoms/Icons → Icons/ExchangeIcon}/ExchangeIcon.d.ts +0 -0
  904. /package/dist/components/{atoms/Icons → Icons/FeesIcon}/FeesIcon.d.ts +0 -0
  905. /package/dist/components/{atoms/Icons → Icons/FingerprintIcon}/FingerprintIcon.d.ts +0 -0
  906. /package/dist/components/{atoms/Icons → Icons/GasStationIcon}/GasStationIcon.d.ts +0 -0
  907. /package/dist/components/{atoms/Icons → Icons/GiftBoxIcon}/GiftBoxIcon.d.ts +0 -0
  908. /package/dist/components/{atoms/Icons → Icons/HorizontalSwap}/HorizontalSwap.d.ts +0 -0
  909. /package/dist/components/{atoms/Icons → Icons/HubIcon}/HubIcon.d.ts +0 -0
  910. /package/dist/components/{atoms/Icons → Icons/InfinityIcon}/InfinityIcon.d.ts +0 -0
  911. /package/dist/components/{atoms/Icons → Icons/InfoIcon}/InfoIcon.d.ts +0 -0
  912. /package/dist/components/{atoms/Icons → Icons/KeyboardDownIcon}/KeyboardDownIcon.d.ts +0 -0
  913. /package/dist/components/{atoms/Icons → Icons/KeyboardLeftIcon}/KeyboardLeftIcon.d.ts +0 -0
  914. /package/dist/components/{atoms/Icons → Icons/KeyboardRightIcon}/KeyboardRightIcon.d.ts +0 -0
  915. /package/dist/components/{atoms/Icons → Icons/KeyboardUpIcon}/KeyboardUpIcon.d.ts +0 -0
  916. /package/dist/components/{atoms/Icons → Icons/LanguageIcon}/GlobeIcon.d.ts +0 -0
  917. /package/dist/components/{atoms/Icons → Icons/LinkIcon}/LinkIcon.d.ts +0 -0
  918. /package/dist/components/{atoms/Icons → Icons/LockIcon}/LockIcon.d.ts +0 -0
  919. /package/dist/components/{atoms/Icons → Icons/LogoutIcon}/LogoutIcon.d.ts +0 -0
  920. /package/dist/components/{atoms/Icons → Icons/MenuIcon}/MenuIcon.d.ts +0 -0
  921. /package/dist/components/{atoms/Icons → Icons/MinusIcon}/MinusIcon.d.ts +0 -0
  922. /package/dist/components/{atoms/Icons → Icons/OpenInFullIcon}/OpenInFullIcon.d.ts +0 -0
  923. /package/dist/components/{atoms/Icons → Icons/OpenInNewIcon}/OpenInNewIcon.d.ts +0 -0
  924. /package/dist/components/{atoms/Icons → Icons/OtterSecIcon}/OtterSecIcon.d.ts +0 -0
  925. /package/dist/components/{atoms/Icons → Icons/PageInfoIcon}/PageInfoIcon.d.ts +0 -0
  926. /package/dist/components/{atoms/Icons → Icons/PasskeyIcon}/Passkey.d.ts +0 -0
  927. /package/dist/components/{atoms/Icons → Icons/PlusIcon}/PlusIcon.d.ts +0 -0
  928. /package/dist/components/{atoms/Icons → Icons/RadioCheckedIcon}/RadioCheckedIcon.d.ts +0 -0
  929. /package/dist/components/{atoms/Icons → Icons/RadioUncheckedIcon}/RadioUncheckedIcon.d.ts +0 -0
  930. /package/dist/components/{atoms/Icons → Icons/RaiseHandIcon}/RaiseHandIcon.d.ts +0 -0
  931. /package/dist/components/{atoms/Icons → Icons/ReferralIcon}/ReferralIcon.d.ts +0 -0
  932. /package/dist/components/{atoms/Icons → Icons/RelayLinkIcon}/RelayLinkIcon.d.ts +0 -0
  933. /package/dist/components/{atoms/Icons → Icons/RemoveIcon}/RemoveIcon.d.ts +0 -0
  934. /package/dist/components/{atoms/Icons → Icons/Rotate360Icon}/Rotate360Icon.d.ts +0 -0
  935. /package/dist/components/{atoms/Icons → Icons/RoutingIcon}/RoutingIcon.d.ts +0 -0
  936. /package/dist/components/{atoms/Icons → Icons/RowInfoIcon}/RowInfoIcon.d.ts +0 -0
  937. /package/dist/components/{atoms/Icons → Icons/SDKIcon}/SDKIcon.d.ts +0 -0
  938. /package/dist/components/{atoms/Icons → Icons/SearchIcon}/SearchIcon.d.ts +0 -0
  939. /package/dist/components/{atoms/Icons → Icons/SearchIconThin}/SearchIconThin.d.ts +0 -0
  940. /package/dist/components/{atoms/Icons → Icons/Share}/Share.d.ts +0 -0
  941. /package/dist/components/{atoms/Icons → Icons/StakeIcon}/StakeIcon.d.ts +0 -0
  942. /package/dist/components/{atoms/Icons → Icons/StarIcon}/StarIcon.d.ts +0 -0
  943. /package/dist/components/{atoms/Icons → Icons/SwapHorizontalIcon}/SwapHorizontalIcon.d.ts +0 -0
  944. /package/dist/components/{atoms/Icons → Icons/ThorswapIcon}/ThorswapIcon.d.ts +0 -0
  945. /package/dist/components/{atoms/Icons → Icons/TimerIcon}/TimerIcon.d.ts +0 -0
  946. /package/dist/components/{atoms/Icons → Icons/Unchecked}/Unchecked.d.ts +0 -0
  947. /package/dist/components/{atoms/Icons → Icons/WalletIcon}/WalletIcon.d.ts +0 -0
  948. /package/dist/components/{atoms/Icons → Icons/WalletIconRose}/WalletIconRose.d.ts +0 -0
  949. /package/dist/components/{atoms/Icons → Icons/WarningIcon}/WarningIcon.d.ts +0 -0
  950. /package/dist/components/{atoms/Icons → Icons/XIcon}/XIcon.d.ts +0 -0
  951. /package/dist/components/{atoms/Icons → Icons/XSolidIcon}/XSolidIcon.d.ts +0 -0
  952. /package/dist/components/{atoms/Icons → Icons/ZellicIcon}/ZellicIcon.d.ts +0 -0
  953. /package/dist/components/{molecules/InfoBadge → InfoBadge}/InfoBadge.d.ts +0 -0
  954. /package/dist/components/{atoms/Logo → Logo/ArbitrumLogo}/ArbitrumLogo.d.ts +0 -0
  955. /package/dist/components/{atoms/Logo → Logo/BTCLogo}/BTCLogo.d.ts +0 -0
  956. /package/dist/components/{atoms/Logo → Logo/Camelot}/Camelot.d.ts +0 -0
  957. /package/dist/components/{atoms/Logo → Logo/CatalogLogo}/CatalogLogo.d.ts +0 -0
  958. /package/dist/components/{atoms/Logo → Logo/Coinbase}/Coinbase.d.ts +0 -0
  959. /package/dist/components/{atoms/Logo → Logo/DLCBTC}/DLCBTC.d.ts +0 -0
  960. /package/dist/components/{atoms/Logo → Logo/Debridge}/Debridge.d.ts +0 -0
  961. /package/dist/components/{atoms/Logo → Logo/Dodo}/DODO.d.ts +0 -0
  962. /package/dist/components/{atoms/Logo → Logo/EthereumLogo}/EthereumLogo.d.ts +0 -0
  963. /package/dist/components/{atoms/Logo → Logo/GMX}/GMX.d.ts +0 -0
  964. /package/dist/components/{atoms/Logo → Logo/GMXLogo}/GMXLogo.d.ts +0 -0
  965. /package/dist/components/{atoms/Logo → Logo/GardenExplorer}/GardenExplorer.d.ts +0 -0
  966. /package/dist/components/{atoms/Logo → Logo/GardenFullLogo}/GardenFullLogo.d.ts +0 -0
  967. /package/dist/components/{atoms/Logo → Logo/GardenIconOutline}/GardenIconOutline.d.ts +0 -0
  968. /package/dist/components/{atoms/Logo → Logo/GardenLogo}/GardenLogo.d.ts +0 -0
  969. /package/dist/components/{atoms/Logo → Logo/GardenLogoText}/GardenLogoText.d.ts +0 -0
  970. /package/dist/components/{atoms/Logo → Logo/GardenStrokeIcon}/GardenStrokeIcon.d.ts +0 -0
  971. /package/dist/components/{atoms/Logo → Logo/NFTIcon}/NFTIcon.d.ts +0 -0
  972. /package/dist/components/{atoms/Logo → Logo/PancakeSwap}/PancakeSwap.d.ts +0 -0
  973. /package/dist/components/{atoms/Logo → Logo/PhantomIcon}/PhantomIcon.d.ts +0 -0
  974. /package/dist/components/{atoms/Logo → Logo/PolygonLogo}/PolygonLogo.d.ts +0 -0
  975. /package/dist/components/{atoms/Logo → Logo/Radiant}/Radiant.d.ts +0 -0
  976. /package/dist/components/{atoms/Logo → Logo/RadiantLogo}/RadiantLogo.d.ts +0 -0
  977. /package/dist/components/{atoms/Logo → Logo/Solv}/Solv.d.ts +0 -0
  978. /package/dist/components/{atoms/Logo → Logo/SwellBTC}/SwellBTC.d.ts +0 -0
  979. /package/dist/components/{atoms/Logo → Logo/TraderJoe}/TraderJoe.d.ts +0 -0
  980. /package/dist/components/{atoms/Logo → Logo/TrailOfBits}/TrailOfBits.d.ts +0 -0
  981. /package/dist/components/{atoms/Logo → Logo/TrustWallet}/TrustWallet.d.ts +0 -0
  982. /package/dist/components/{atoms/Logo → Logo/Vertex}/Vertex.d.ts +0 -0
  983. /package/dist/components/{atoms/Logo → Logo/WalletConnect}/WalletConnect.d.ts +0 -0
  984. /package/dist/components/{atoms/Opacity → Opacity}/Opacity.d.ts +0 -0
  985. /package/dist/components/{organisms/QuestCard → QuestCard}/QuestCard.d.ts +0 -0
  986. /package/dist/components/{atoms/Sidebar → Sidebar}/Sidebar.d.ts +0 -0
  987. /package/dist/components/{atoms/Typography → Typography}/Typography.d.ts +0 -0
@@ -0,0 +1,2467 @@
1
+ const CLASS_PART_SEPARATOR = "-";
2
+ const createClassGroupUtils = (config) => {
3
+ const classMap = createClassMap(config);
4
+ const {
5
+ conflictingClassGroups,
6
+ conflictingClassGroupModifiers
7
+ } = config;
8
+ const getClassGroupId = (className) => {
9
+ const classParts = className.split(CLASS_PART_SEPARATOR);
10
+ if (classParts[0] === "" && classParts.length !== 1) {
11
+ classParts.shift();
12
+ }
13
+ return getGroupRecursive(classParts, classMap) || getGroupIdForArbitraryProperty(className);
14
+ };
15
+ const getConflictingClassGroupIds = (classGroupId, hasPostfixModifier) => {
16
+ const conflicts = conflictingClassGroups[classGroupId] || [];
17
+ if (hasPostfixModifier && conflictingClassGroupModifiers[classGroupId]) {
18
+ return [...conflicts, ...conflictingClassGroupModifiers[classGroupId]];
19
+ }
20
+ return conflicts;
21
+ };
22
+ return {
23
+ getClassGroupId,
24
+ getConflictingClassGroupIds
25
+ };
26
+ };
27
+ const getGroupRecursive = (classParts, classPartObject) => {
28
+ var _a;
29
+ if (classParts.length === 0) {
30
+ return classPartObject.classGroupId;
31
+ }
32
+ const currentClassPart = classParts[0];
33
+ const nextClassPartObject = classPartObject.nextPart.get(currentClassPart);
34
+ const classGroupFromNextClassPart = nextClassPartObject ? getGroupRecursive(classParts.slice(1), nextClassPartObject) : void 0;
35
+ if (classGroupFromNextClassPart) {
36
+ return classGroupFromNextClassPart;
37
+ }
38
+ if (classPartObject.validators.length === 0) {
39
+ return void 0;
40
+ }
41
+ const classRest = classParts.join(CLASS_PART_SEPARATOR);
42
+ return (_a = classPartObject.validators.find(({
43
+ validator
44
+ }) => validator(classRest))) == null ? void 0 : _a.classGroupId;
45
+ };
46
+ const arbitraryPropertyRegex = /^\[(.+)\]$/;
47
+ const getGroupIdForArbitraryProperty = (className) => {
48
+ if (arbitraryPropertyRegex.test(className)) {
49
+ const arbitraryPropertyClassName = arbitraryPropertyRegex.exec(className)[1];
50
+ const property = arbitraryPropertyClassName == null ? void 0 : arbitraryPropertyClassName.substring(0, arbitraryPropertyClassName.indexOf(":"));
51
+ if (property) {
52
+ return "arbitrary.." + property;
53
+ }
54
+ }
55
+ };
56
+ const createClassMap = (config) => {
57
+ const {
58
+ theme,
59
+ prefix
60
+ } = config;
61
+ const classMap = {
62
+ nextPart: /* @__PURE__ */ new Map(),
63
+ validators: []
64
+ };
65
+ const prefixedClassGroupEntries = getPrefixedClassGroupEntries(Object.entries(config.classGroups), prefix);
66
+ prefixedClassGroupEntries.forEach(([classGroupId, classGroup]) => {
67
+ processClassesRecursively(classGroup, classMap, classGroupId, theme);
68
+ });
69
+ return classMap;
70
+ };
71
+ const processClassesRecursively = (classGroup, classPartObject, classGroupId, theme) => {
72
+ classGroup.forEach((classDefinition) => {
73
+ if (typeof classDefinition === "string") {
74
+ const classPartObjectToEdit = classDefinition === "" ? classPartObject : getPart(classPartObject, classDefinition);
75
+ classPartObjectToEdit.classGroupId = classGroupId;
76
+ return;
77
+ }
78
+ if (typeof classDefinition === "function") {
79
+ if (isThemeGetter(classDefinition)) {
80
+ processClassesRecursively(classDefinition(theme), classPartObject, classGroupId, theme);
81
+ return;
82
+ }
83
+ classPartObject.validators.push({
84
+ validator: classDefinition,
85
+ classGroupId
86
+ });
87
+ return;
88
+ }
89
+ Object.entries(classDefinition).forEach(([key, classGroup2]) => {
90
+ processClassesRecursively(classGroup2, getPart(classPartObject, key), classGroupId, theme);
91
+ });
92
+ });
93
+ };
94
+ const getPart = (classPartObject, path) => {
95
+ let currentClassPartObject = classPartObject;
96
+ path.split(CLASS_PART_SEPARATOR).forEach((pathPart) => {
97
+ if (!currentClassPartObject.nextPart.has(pathPart)) {
98
+ currentClassPartObject.nextPart.set(pathPart, {
99
+ nextPart: /* @__PURE__ */ new Map(),
100
+ validators: []
101
+ });
102
+ }
103
+ currentClassPartObject = currentClassPartObject.nextPart.get(pathPart);
104
+ });
105
+ return currentClassPartObject;
106
+ };
107
+ const isThemeGetter = (func) => func.isThemeGetter;
108
+ const getPrefixedClassGroupEntries = (classGroupEntries, prefix) => {
109
+ if (!prefix) {
110
+ return classGroupEntries;
111
+ }
112
+ return classGroupEntries.map(([classGroupId, classGroup]) => {
113
+ const prefixedClassGroup = classGroup.map((classDefinition) => {
114
+ if (typeof classDefinition === "string") {
115
+ return prefix + classDefinition;
116
+ }
117
+ if (typeof classDefinition === "object") {
118
+ return Object.fromEntries(Object.entries(classDefinition).map(([key, value]) => [prefix + key, value]));
119
+ }
120
+ return classDefinition;
121
+ });
122
+ return [classGroupId, prefixedClassGroup];
123
+ });
124
+ };
125
+ const createLruCache = (maxCacheSize) => {
126
+ if (maxCacheSize < 1) {
127
+ return {
128
+ get: () => void 0,
129
+ set: () => {
130
+ }
131
+ };
132
+ }
133
+ let cacheSize = 0;
134
+ let cache = /* @__PURE__ */ new Map();
135
+ let previousCache = /* @__PURE__ */ new Map();
136
+ const update = (key, value) => {
137
+ cache.set(key, value);
138
+ cacheSize++;
139
+ if (cacheSize > maxCacheSize) {
140
+ cacheSize = 0;
141
+ previousCache = cache;
142
+ cache = /* @__PURE__ */ new Map();
143
+ }
144
+ };
145
+ return {
146
+ get(key) {
147
+ let value = cache.get(key);
148
+ if (value !== void 0) {
149
+ return value;
150
+ }
151
+ if ((value = previousCache.get(key)) !== void 0) {
152
+ update(key, value);
153
+ return value;
154
+ }
155
+ },
156
+ set(key, value) {
157
+ if (cache.has(key)) {
158
+ cache.set(key, value);
159
+ } else {
160
+ update(key, value);
161
+ }
162
+ }
163
+ };
164
+ };
165
+ const IMPORTANT_MODIFIER = "!";
166
+ const createParseClassName = (config) => {
167
+ const {
168
+ separator,
169
+ experimentalParseClassName
170
+ } = config;
171
+ const isSeparatorSingleCharacter = separator.length === 1;
172
+ const firstSeparatorCharacter = separator[0];
173
+ const separatorLength = separator.length;
174
+ const parseClassName = (className) => {
175
+ const modifiers = [];
176
+ let bracketDepth = 0;
177
+ let modifierStart = 0;
178
+ let postfixModifierPosition;
179
+ for (let index = 0; index < className.length; index++) {
180
+ let currentCharacter = className[index];
181
+ if (bracketDepth === 0) {
182
+ if (currentCharacter === firstSeparatorCharacter && (isSeparatorSingleCharacter || className.slice(index, index + separatorLength) === separator)) {
183
+ modifiers.push(className.slice(modifierStart, index));
184
+ modifierStart = index + separatorLength;
185
+ continue;
186
+ }
187
+ if (currentCharacter === "/") {
188
+ postfixModifierPosition = index;
189
+ continue;
190
+ }
191
+ }
192
+ if (currentCharacter === "[") {
193
+ bracketDepth++;
194
+ } else if (currentCharacter === "]") {
195
+ bracketDepth--;
196
+ }
197
+ }
198
+ const baseClassNameWithImportantModifier = modifiers.length === 0 ? className : className.substring(modifierStart);
199
+ const hasImportantModifier = baseClassNameWithImportantModifier.startsWith(IMPORTANT_MODIFIER);
200
+ const baseClassName = hasImportantModifier ? baseClassNameWithImportantModifier.substring(1) : baseClassNameWithImportantModifier;
201
+ const maybePostfixModifierPosition = postfixModifierPosition && postfixModifierPosition > modifierStart ? postfixModifierPosition - modifierStart : void 0;
202
+ return {
203
+ modifiers,
204
+ hasImportantModifier,
205
+ baseClassName,
206
+ maybePostfixModifierPosition
207
+ };
208
+ };
209
+ if (experimentalParseClassName) {
210
+ return (className) => experimentalParseClassName({
211
+ className,
212
+ parseClassName
213
+ });
214
+ }
215
+ return parseClassName;
216
+ };
217
+ const sortModifiers = (modifiers) => {
218
+ if (modifiers.length <= 1) {
219
+ return modifiers;
220
+ }
221
+ const sortedModifiers = [];
222
+ let unsortedModifiers = [];
223
+ modifiers.forEach((modifier) => {
224
+ const isArbitraryVariant = modifier[0] === "[";
225
+ if (isArbitraryVariant) {
226
+ sortedModifiers.push(...unsortedModifiers.sort(), modifier);
227
+ unsortedModifiers = [];
228
+ } else {
229
+ unsortedModifiers.push(modifier);
230
+ }
231
+ });
232
+ sortedModifiers.push(...unsortedModifiers.sort());
233
+ return sortedModifiers;
234
+ };
235
+ const createConfigUtils = (config) => ({
236
+ cache: createLruCache(config.cacheSize),
237
+ parseClassName: createParseClassName(config),
238
+ ...createClassGroupUtils(config)
239
+ });
240
+ const SPLIT_CLASSES_REGEX = /\s+/;
241
+ const mergeClassList = (classList, configUtils) => {
242
+ const {
243
+ parseClassName,
244
+ getClassGroupId,
245
+ getConflictingClassGroupIds
246
+ } = configUtils;
247
+ const classGroupsInConflict = [];
248
+ const classNames = classList.trim().split(SPLIT_CLASSES_REGEX);
249
+ let result = "";
250
+ for (let index = classNames.length - 1; index >= 0; index -= 1) {
251
+ const originalClassName = classNames[index];
252
+ const {
253
+ modifiers,
254
+ hasImportantModifier,
255
+ baseClassName,
256
+ maybePostfixModifierPosition
257
+ } = parseClassName(originalClassName);
258
+ let hasPostfixModifier = Boolean(maybePostfixModifierPosition);
259
+ let classGroupId = getClassGroupId(hasPostfixModifier ? baseClassName.substring(0, maybePostfixModifierPosition) : baseClassName);
260
+ if (!classGroupId) {
261
+ if (!hasPostfixModifier) {
262
+ result = originalClassName + (result.length > 0 ? " " + result : result);
263
+ continue;
264
+ }
265
+ classGroupId = getClassGroupId(baseClassName);
266
+ if (!classGroupId) {
267
+ result = originalClassName + (result.length > 0 ? " " + result : result);
268
+ continue;
269
+ }
270
+ hasPostfixModifier = false;
271
+ }
272
+ const variantModifier = sortModifiers(modifiers).join(":");
273
+ const modifierId = hasImportantModifier ? variantModifier + IMPORTANT_MODIFIER : variantModifier;
274
+ const classId = modifierId + classGroupId;
275
+ if (classGroupsInConflict.includes(classId)) {
276
+ continue;
277
+ }
278
+ classGroupsInConflict.push(classId);
279
+ const conflictGroups = getConflictingClassGroupIds(classGroupId, hasPostfixModifier);
280
+ for (let i = 0; i < conflictGroups.length; ++i) {
281
+ const group = conflictGroups[i];
282
+ classGroupsInConflict.push(modifierId + group);
283
+ }
284
+ result = originalClassName + (result.length > 0 ? " " + result : result);
285
+ }
286
+ return result;
287
+ };
288
+ function twJoin() {
289
+ let index = 0;
290
+ let argument;
291
+ let resolvedValue;
292
+ let string = "";
293
+ while (index < arguments.length) {
294
+ if (argument = arguments[index++]) {
295
+ if (resolvedValue = toValue(argument)) {
296
+ string && (string += " ");
297
+ string += resolvedValue;
298
+ }
299
+ }
300
+ }
301
+ return string;
302
+ }
303
+ const toValue = (mix) => {
304
+ if (typeof mix === "string") {
305
+ return mix;
306
+ }
307
+ let resolvedValue;
308
+ let string = "";
309
+ for (let k = 0; k < mix.length; k++) {
310
+ if (mix[k]) {
311
+ if (resolvedValue = toValue(mix[k])) {
312
+ string && (string += " ");
313
+ string += resolvedValue;
314
+ }
315
+ }
316
+ }
317
+ return string;
318
+ };
319
+ function createTailwindMerge(createConfigFirst, ...createConfigRest) {
320
+ let configUtils;
321
+ let cacheGet;
322
+ let cacheSet;
323
+ let functionToCall = initTailwindMerge;
324
+ function initTailwindMerge(classList) {
325
+ const config = createConfigRest.reduce((previousConfig, createConfigCurrent) => createConfigCurrent(previousConfig), createConfigFirst());
326
+ configUtils = createConfigUtils(config);
327
+ cacheGet = configUtils.cache.get;
328
+ cacheSet = configUtils.cache.set;
329
+ functionToCall = tailwindMerge;
330
+ return tailwindMerge(classList);
331
+ }
332
+ function tailwindMerge(classList) {
333
+ const cachedResult = cacheGet(classList);
334
+ if (cachedResult) {
335
+ return cachedResult;
336
+ }
337
+ const result = mergeClassList(classList, configUtils);
338
+ cacheSet(classList, result);
339
+ return result;
340
+ }
341
+ return function callTailwindMerge() {
342
+ return functionToCall(twJoin.apply(null, arguments));
343
+ };
344
+ }
345
+ const fromTheme = (key) => {
346
+ const themeGetter = (theme) => theme[key] || [];
347
+ themeGetter.isThemeGetter = true;
348
+ return themeGetter;
349
+ };
350
+ const arbitraryValueRegex = /^\[(?:([a-z-]+):)?(.+)\]$/i;
351
+ const fractionRegex = /^\d+\/\d+$/;
352
+ const stringLengths = /* @__PURE__ */ new Set(["px", "full", "screen"]);
353
+ const tshirtUnitRegex = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/;
354
+ 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$/;
355
+ const colorFunctionRegex = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/;
356
+ const shadowRegex = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/;
357
+ const imageRegex = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;
358
+ const isLength = (value) => isNumber(value) || stringLengths.has(value) || fractionRegex.test(value);
359
+ const isArbitraryLength = (value) => getIsArbitraryValue(value, "length", isLengthOnly);
360
+ const isNumber = (value) => Boolean(value) && !Number.isNaN(Number(value));
361
+ const isArbitraryNumber = (value) => getIsArbitraryValue(value, "number", isNumber);
362
+ const isInteger = (value) => Boolean(value) && Number.isInteger(Number(value));
363
+ const isPercent = (value) => value.endsWith("%") && isNumber(value.slice(0, -1));
364
+ const isArbitraryValue = (value) => arbitraryValueRegex.test(value);
365
+ const isTshirtSize = (value) => tshirtUnitRegex.test(value);
366
+ const sizeLabels = /* @__PURE__ */ new Set(["length", "size", "percentage"]);
367
+ const isArbitrarySize = (value) => getIsArbitraryValue(value, sizeLabels, isNever);
368
+ const isArbitraryPosition = (value) => getIsArbitraryValue(value, "position", isNever);
369
+ const imageLabels = /* @__PURE__ */ new Set(["image", "url"]);
370
+ const isArbitraryImage = (value) => getIsArbitraryValue(value, imageLabels, isImage);
371
+ const isArbitraryShadow = (value) => getIsArbitraryValue(value, "", isShadow);
372
+ const isAny = () => true;
373
+ const getIsArbitraryValue = (value, label, testValue) => {
374
+ const result = arbitraryValueRegex.exec(value);
375
+ if (result) {
376
+ if (result[1]) {
377
+ return typeof label === "string" ? result[1] === label : label.has(result[1]);
378
+ }
379
+ return testValue(result[2]);
380
+ }
381
+ return false;
382
+ };
383
+ const isLengthOnly = (value) => (
384
+ // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
385
+ // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
386
+ // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
387
+ lengthUnitRegex.test(value) && !colorFunctionRegex.test(value)
388
+ );
389
+ const isNever = () => false;
390
+ const isShadow = (value) => shadowRegex.test(value);
391
+ const isImage = (value) => imageRegex.test(value);
392
+ const getDefaultConfig = () => {
393
+ const colors = fromTheme("colors");
394
+ const spacing = fromTheme("spacing");
395
+ const blur = fromTheme("blur");
396
+ const brightness = fromTheme("brightness");
397
+ const borderColor = fromTheme("borderColor");
398
+ const borderRadius = fromTheme("borderRadius");
399
+ const borderSpacing = fromTheme("borderSpacing");
400
+ const borderWidth = fromTheme("borderWidth");
401
+ const contrast = fromTheme("contrast");
402
+ const grayscale = fromTheme("grayscale");
403
+ const hueRotate = fromTheme("hueRotate");
404
+ const invert = fromTheme("invert");
405
+ const gap = fromTheme("gap");
406
+ const gradientColorStops = fromTheme("gradientColorStops");
407
+ const gradientColorStopPositions = fromTheme("gradientColorStopPositions");
408
+ const inset = fromTheme("inset");
409
+ const margin = fromTheme("margin");
410
+ const opacity = fromTheme("opacity");
411
+ const padding = fromTheme("padding");
412
+ const saturate = fromTheme("saturate");
413
+ const scale = fromTheme("scale");
414
+ const sepia = fromTheme("sepia");
415
+ const skew = fromTheme("skew");
416
+ const space = fromTheme("space");
417
+ const translate = fromTheme("translate");
418
+ const getOverscroll = () => ["auto", "contain", "none"];
419
+ const getOverflow = () => ["auto", "hidden", "clip", "visible", "scroll"];
420
+ const getSpacingWithAutoAndArbitrary = () => ["auto", isArbitraryValue, spacing];
421
+ const getSpacingWithArbitrary = () => [isArbitraryValue, spacing];
422
+ const getLengthWithEmptyAndArbitrary = () => ["", isLength, isArbitraryLength];
423
+ const getNumberWithAutoAndArbitrary = () => ["auto", isNumber, isArbitraryValue];
424
+ const getPositions = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"];
425
+ const getLineStyles = () => ["solid", "dashed", "dotted", "double", "none"];
426
+ const getBlendModes = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"];
427
+ const getAlign = () => ["start", "end", "center", "between", "around", "evenly", "stretch"];
428
+ const getZeroAndEmpty = () => ["", "0", isArbitraryValue];
429
+ const getBreaks = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"];
430
+ const getNumberAndArbitrary = () => [isNumber, isArbitraryValue];
431
+ return {
432
+ cacheSize: 500,
433
+ separator: ":",
434
+ theme: {
435
+ colors: [isAny],
436
+ spacing: [isLength, isArbitraryLength],
437
+ blur: ["none", "", isTshirtSize, isArbitraryValue],
438
+ brightness: getNumberAndArbitrary(),
439
+ borderColor: [colors],
440
+ borderRadius: ["none", "", "full", isTshirtSize, isArbitraryValue],
441
+ borderSpacing: getSpacingWithArbitrary(),
442
+ borderWidth: getLengthWithEmptyAndArbitrary(),
443
+ contrast: getNumberAndArbitrary(),
444
+ grayscale: getZeroAndEmpty(),
445
+ hueRotate: getNumberAndArbitrary(),
446
+ invert: getZeroAndEmpty(),
447
+ gap: getSpacingWithArbitrary(),
448
+ gradientColorStops: [colors],
449
+ gradientColorStopPositions: [isPercent, isArbitraryLength],
450
+ inset: getSpacingWithAutoAndArbitrary(),
451
+ margin: getSpacingWithAutoAndArbitrary(),
452
+ opacity: getNumberAndArbitrary(),
453
+ padding: getSpacingWithArbitrary(),
454
+ saturate: getNumberAndArbitrary(),
455
+ scale: getNumberAndArbitrary(),
456
+ sepia: getZeroAndEmpty(),
457
+ skew: getNumberAndArbitrary(),
458
+ space: getSpacingWithArbitrary(),
459
+ translate: getSpacingWithArbitrary()
460
+ },
461
+ classGroups: {
462
+ // Layout
463
+ /**
464
+ * Aspect Ratio
465
+ * @see https://tailwindcss.com/docs/aspect-ratio
466
+ */
467
+ aspect: [{
468
+ aspect: ["auto", "square", "video", isArbitraryValue]
469
+ }],
470
+ /**
471
+ * Container
472
+ * @see https://tailwindcss.com/docs/container
473
+ */
474
+ container: ["container"],
475
+ /**
476
+ * Columns
477
+ * @see https://tailwindcss.com/docs/columns
478
+ */
479
+ columns: [{
480
+ columns: [isTshirtSize]
481
+ }],
482
+ /**
483
+ * Break After
484
+ * @see https://tailwindcss.com/docs/break-after
485
+ */
486
+ "break-after": [{
487
+ "break-after": getBreaks()
488
+ }],
489
+ /**
490
+ * Break Before
491
+ * @see https://tailwindcss.com/docs/break-before
492
+ */
493
+ "break-before": [{
494
+ "break-before": getBreaks()
495
+ }],
496
+ /**
497
+ * Break Inside
498
+ * @see https://tailwindcss.com/docs/break-inside
499
+ */
500
+ "break-inside": [{
501
+ "break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
502
+ }],
503
+ /**
504
+ * Box Decoration Break
505
+ * @see https://tailwindcss.com/docs/box-decoration-break
506
+ */
507
+ "box-decoration": [{
508
+ "box-decoration": ["slice", "clone"]
509
+ }],
510
+ /**
511
+ * Box Sizing
512
+ * @see https://tailwindcss.com/docs/box-sizing
513
+ */
514
+ box: [{
515
+ box: ["border", "content"]
516
+ }],
517
+ /**
518
+ * Display
519
+ * @see https://tailwindcss.com/docs/display
520
+ */
521
+ 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"],
522
+ /**
523
+ * Floats
524
+ * @see https://tailwindcss.com/docs/float
525
+ */
526
+ float: [{
527
+ float: ["right", "left", "none", "start", "end"]
528
+ }],
529
+ /**
530
+ * Clear
531
+ * @see https://tailwindcss.com/docs/clear
532
+ */
533
+ clear: [{
534
+ clear: ["left", "right", "both", "none", "start", "end"]
535
+ }],
536
+ /**
537
+ * Isolation
538
+ * @see https://tailwindcss.com/docs/isolation
539
+ */
540
+ isolation: ["isolate", "isolation-auto"],
541
+ /**
542
+ * Object Fit
543
+ * @see https://tailwindcss.com/docs/object-fit
544
+ */
545
+ "object-fit": [{
546
+ object: ["contain", "cover", "fill", "none", "scale-down"]
547
+ }],
548
+ /**
549
+ * Object Position
550
+ * @see https://tailwindcss.com/docs/object-position
551
+ */
552
+ "object-position": [{
553
+ object: [...getPositions(), isArbitraryValue]
554
+ }],
555
+ /**
556
+ * Overflow
557
+ * @see https://tailwindcss.com/docs/overflow
558
+ */
559
+ overflow: [{
560
+ overflow: getOverflow()
561
+ }],
562
+ /**
563
+ * Overflow X
564
+ * @see https://tailwindcss.com/docs/overflow
565
+ */
566
+ "overflow-x": [{
567
+ "overflow-x": getOverflow()
568
+ }],
569
+ /**
570
+ * Overflow Y
571
+ * @see https://tailwindcss.com/docs/overflow
572
+ */
573
+ "overflow-y": [{
574
+ "overflow-y": getOverflow()
575
+ }],
576
+ /**
577
+ * Overscroll Behavior
578
+ * @see https://tailwindcss.com/docs/overscroll-behavior
579
+ */
580
+ overscroll: [{
581
+ overscroll: getOverscroll()
582
+ }],
583
+ /**
584
+ * Overscroll Behavior X
585
+ * @see https://tailwindcss.com/docs/overscroll-behavior
586
+ */
587
+ "overscroll-x": [{
588
+ "overscroll-x": getOverscroll()
589
+ }],
590
+ /**
591
+ * Overscroll Behavior Y
592
+ * @see https://tailwindcss.com/docs/overscroll-behavior
593
+ */
594
+ "overscroll-y": [{
595
+ "overscroll-y": getOverscroll()
596
+ }],
597
+ /**
598
+ * Position
599
+ * @see https://tailwindcss.com/docs/position
600
+ */
601
+ position: ["static", "fixed", "absolute", "relative", "sticky"],
602
+ /**
603
+ * Top / Right / Bottom / Left
604
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
605
+ */
606
+ inset: [{
607
+ inset: [inset]
608
+ }],
609
+ /**
610
+ * Right / Left
611
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
612
+ */
613
+ "inset-x": [{
614
+ "inset-x": [inset]
615
+ }],
616
+ /**
617
+ * Top / Bottom
618
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
619
+ */
620
+ "inset-y": [{
621
+ "inset-y": [inset]
622
+ }],
623
+ /**
624
+ * Start
625
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
626
+ */
627
+ start: [{
628
+ start: [inset]
629
+ }],
630
+ /**
631
+ * End
632
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
633
+ */
634
+ end: [{
635
+ end: [inset]
636
+ }],
637
+ /**
638
+ * Top
639
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
640
+ */
641
+ top: [{
642
+ top: [inset]
643
+ }],
644
+ /**
645
+ * Right
646
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
647
+ */
648
+ right: [{
649
+ right: [inset]
650
+ }],
651
+ /**
652
+ * Bottom
653
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
654
+ */
655
+ bottom: [{
656
+ bottom: [inset]
657
+ }],
658
+ /**
659
+ * Left
660
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
661
+ */
662
+ left: [{
663
+ left: [inset]
664
+ }],
665
+ /**
666
+ * Visibility
667
+ * @see https://tailwindcss.com/docs/visibility
668
+ */
669
+ visibility: ["visible", "invisible", "collapse"],
670
+ /**
671
+ * Z-Index
672
+ * @see https://tailwindcss.com/docs/z-index
673
+ */
674
+ z: [{
675
+ z: ["auto", isInteger, isArbitraryValue]
676
+ }],
677
+ // Flexbox and Grid
678
+ /**
679
+ * Flex Basis
680
+ * @see https://tailwindcss.com/docs/flex-basis
681
+ */
682
+ basis: [{
683
+ basis: getSpacingWithAutoAndArbitrary()
684
+ }],
685
+ /**
686
+ * Flex Direction
687
+ * @see https://tailwindcss.com/docs/flex-direction
688
+ */
689
+ "flex-direction": [{
690
+ flex: ["row", "row-reverse", "col", "col-reverse"]
691
+ }],
692
+ /**
693
+ * Flex Wrap
694
+ * @see https://tailwindcss.com/docs/flex-wrap
695
+ */
696
+ "flex-wrap": [{
697
+ flex: ["wrap", "wrap-reverse", "nowrap"]
698
+ }],
699
+ /**
700
+ * Flex
701
+ * @see https://tailwindcss.com/docs/flex
702
+ */
703
+ flex: [{
704
+ flex: ["1", "auto", "initial", "none", isArbitraryValue]
705
+ }],
706
+ /**
707
+ * Flex Grow
708
+ * @see https://tailwindcss.com/docs/flex-grow
709
+ */
710
+ grow: [{
711
+ grow: getZeroAndEmpty()
712
+ }],
713
+ /**
714
+ * Flex Shrink
715
+ * @see https://tailwindcss.com/docs/flex-shrink
716
+ */
717
+ shrink: [{
718
+ shrink: getZeroAndEmpty()
719
+ }],
720
+ /**
721
+ * Order
722
+ * @see https://tailwindcss.com/docs/order
723
+ */
724
+ order: [{
725
+ order: ["first", "last", "none", isInteger, isArbitraryValue]
726
+ }],
727
+ /**
728
+ * Grid Template Columns
729
+ * @see https://tailwindcss.com/docs/grid-template-columns
730
+ */
731
+ "grid-cols": [{
732
+ "grid-cols": [isAny]
733
+ }],
734
+ /**
735
+ * Grid Column Start / End
736
+ * @see https://tailwindcss.com/docs/grid-column
737
+ */
738
+ "col-start-end": [{
739
+ col: ["auto", {
740
+ span: ["full", isInteger, isArbitraryValue]
741
+ }, isArbitraryValue]
742
+ }],
743
+ /**
744
+ * Grid Column Start
745
+ * @see https://tailwindcss.com/docs/grid-column
746
+ */
747
+ "col-start": [{
748
+ "col-start": getNumberWithAutoAndArbitrary()
749
+ }],
750
+ /**
751
+ * Grid Column End
752
+ * @see https://tailwindcss.com/docs/grid-column
753
+ */
754
+ "col-end": [{
755
+ "col-end": getNumberWithAutoAndArbitrary()
756
+ }],
757
+ /**
758
+ * Grid Template Rows
759
+ * @see https://tailwindcss.com/docs/grid-template-rows
760
+ */
761
+ "grid-rows": [{
762
+ "grid-rows": [isAny]
763
+ }],
764
+ /**
765
+ * Grid Row Start / End
766
+ * @see https://tailwindcss.com/docs/grid-row
767
+ */
768
+ "row-start-end": [{
769
+ row: ["auto", {
770
+ span: [isInteger, isArbitraryValue]
771
+ }, isArbitraryValue]
772
+ }],
773
+ /**
774
+ * Grid Row Start
775
+ * @see https://tailwindcss.com/docs/grid-row
776
+ */
777
+ "row-start": [{
778
+ "row-start": getNumberWithAutoAndArbitrary()
779
+ }],
780
+ /**
781
+ * Grid Row End
782
+ * @see https://tailwindcss.com/docs/grid-row
783
+ */
784
+ "row-end": [{
785
+ "row-end": getNumberWithAutoAndArbitrary()
786
+ }],
787
+ /**
788
+ * Grid Auto Flow
789
+ * @see https://tailwindcss.com/docs/grid-auto-flow
790
+ */
791
+ "grid-flow": [{
792
+ "grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
793
+ }],
794
+ /**
795
+ * Grid Auto Columns
796
+ * @see https://tailwindcss.com/docs/grid-auto-columns
797
+ */
798
+ "auto-cols": [{
799
+ "auto-cols": ["auto", "min", "max", "fr", isArbitraryValue]
800
+ }],
801
+ /**
802
+ * Grid Auto Rows
803
+ * @see https://tailwindcss.com/docs/grid-auto-rows
804
+ */
805
+ "auto-rows": [{
806
+ "auto-rows": ["auto", "min", "max", "fr", isArbitraryValue]
807
+ }],
808
+ /**
809
+ * Gap
810
+ * @see https://tailwindcss.com/docs/gap
811
+ */
812
+ gap: [{
813
+ gap: [gap]
814
+ }],
815
+ /**
816
+ * Gap X
817
+ * @see https://tailwindcss.com/docs/gap
818
+ */
819
+ "gap-x": [{
820
+ "gap-x": [gap]
821
+ }],
822
+ /**
823
+ * Gap Y
824
+ * @see https://tailwindcss.com/docs/gap
825
+ */
826
+ "gap-y": [{
827
+ "gap-y": [gap]
828
+ }],
829
+ /**
830
+ * Justify Content
831
+ * @see https://tailwindcss.com/docs/justify-content
832
+ */
833
+ "justify-content": [{
834
+ justify: ["normal", ...getAlign()]
835
+ }],
836
+ /**
837
+ * Justify Items
838
+ * @see https://tailwindcss.com/docs/justify-items
839
+ */
840
+ "justify-items": [{
841
+ "justify-items": ["start", "end", "center", "stretch"]
842
+ }],
843
+ /**
844
+ * Justify Self
845
+ * @see https://tailwindcss.com/docs/justify-self
846
+ */
847
+ "justify-self": [{
848
+ "justify-self": ["auto", "start", "end", "center", "stretch"]
849
+ }],
850
+ /**
851
+ * Align Content
852
+ * @see https://tailwindcss.com/docs/align-content
853
+ */
854
+ "align-content": [{
855
+ content: ["normal", ...getAlign(), "baseline"]
856
+ }],
857
+ /**
858
+ * Align Items
859
+ * @see https://tailwindcss.com/docs/align-items
860
+ */
861
+ "align-items": [{
862
+ items: ["start", "end", "center", "baseline", "stretch"]
863
+ }],
864
+ /**
865
+ * Align Self
866
+ * @see https://tailwindcss.com/docs/align-self
867
+ */
868
+ "align-self": [{
869
+ self: ["auto", "start", "end", "center", "stretch", "baseline"]
870
+ }],
871
+ /**
872
+ * Place Content
873
+ * @see https://tailwindcss.com/docs/place-content
874
+ */
875
+ "place-content": [{
876
+ "place-content": [...getAlign(), "baseline"]
877
+ }],
878
+ /**
879
+ * Place Items
880
+ * @see https://tailwindcss.com/docs/place-items
881
+ */
882
+ "place-items": [{
883
+ "place-items": ["start", "end", "center", "baseline", "stretch"]
884
+ }],
885
+ /**
886
+ * Place Self
887
+ * @see https://tailwindcss.com/docs/place-self
888
+ */
889
+ "place-self": [{
890
+ "place-self": ["auto", "start", "end", "center", "stretch"]
891
+ }],
892
+ // Spacing
893
+ /**
894
+ * Padding
895
+ * @see https://tailwindcss.com/docs/padding
896
+ */
897
+ p: [{
898
+ p: [padding]
899
+ }],
900
+ /**
901
+ * Padding X
902
+ * @see https://tailwindcss.com/docs/padding
903
+ */
904
+ px: [{
905
+ px: [padding]
906
+ }],
907
+ /**
908
+ * Padding Y
909
+ * @see https://tailwindcss.com/docs/padding
910
+ */
911
+ py: [{
912
+ py: [padding]
913
+ }],
914
+ /**
915
+ * Padding Start
916
+ * @see https://tailwindcss.com/docs/padding
917
+ */
918
+ ps: [{
919
+ ps: [padding]
920
+ }],
921
+ /**
922
+ * Padding End
923
+ * @see https://tailwindcss.com/docs/padding
924
+ */
925
+ pe: [{
926
+ pe: [padding]
927
+ }],
928
+ /**
929
+ * Padding Top
930
+ * @see https://tailwindcss.com/docs/padding
931
+ */
932
+ pt: [{
933
+ pt: [padding]
934
+ }],
935
+ /**
936
+ * Padding Right
937
+ * @see https://tailwindcss.com/docs/padding
938
+ */
939
+ pr: [{
940
+ pr: [padding]
941
+ }],
942
+ /**
943
+ * Padding Bottom
944
+ * @see https://tailwindcss.com/docs/padding
945
+ */
946
+ pb: [{
947
+ pb: [padding]
948
+ }],
949
+ /**
950
+ * Padding Left
951
+ * @see https://tailwindcss.com/docs/padding
952
+ */
953
+ pl: [{
954
+ pl: [padding]
955
+ }],
956
+ /**
957
+ * Margin
958
+ * @see https://tailwindcss.com/docs/margin
959
+ */
960
+ m: [{
961
+ m: [margin]
962
+ }],
963
+ /**
964
+ * Margin X
965
+ * @see https://tailwindcss.com/docs/margin
966
+ */
967
+ mx: [{
968
+ mx: [margin]
969
+ }],
970
+ /**
971
+ * Margin Y
972
+ * @see https://tailwindcss.com/docs/margin
973
+ */
974
+ my: [{
975
+ my: [margin]
976
+ }],
977
+ /**
978
+ * Margin Start
979
+ * @see https://tailwindcss.com/docs/margin
980
+ */
981
+ ms: [{
982
+ ms: [margin]
983
+ }],
984
+ /**
985
+ * Margin End
986
+ * @see https://tailwindcss.com/docs/margin
987
+ */
988
+ me: [{
989
+ me: [margin]
990
+ }],
991
+ /**
992
+ * Margin Top
993
+ * @see https://tailwindcss.com/docs/margin
994
+ */
995
+ mt: [{
996
+ mt: [margin]
997
+ }],
998
+ /**
999
+ * Margin Right
1000
+ * @see https://tailwindcss.com/docs/margin
1001
+ */
1002
+ mr: [{
1003
+ mr: [margin]
1004
+ }],
1005
+ /**
1006
+ * Margin Bottom
1007
+ * @see https://tailwindcss.com/docs/margin
1008
+ */
1009
+ mb: [{
1010
+ mb: [margin]
1011
+ }],
1012
+ /**
1013
+ * Margin Left
1014
+ * @see https://tailwindcss.com/docs/margin
1015
+ */
1016
+ ml: [{
1017
+ ml: [margin]
1018
+ }],
1019
+ /**
1020
+ * Space Between X
1021
+ * @see https://tailwindcss.com/docs/space
1022
+ */
1023
+ "space-x": [{
1024
+ "space-x": [space]
1025
+ }],
1026
+ /**
1027
+ * Space Between X Reverse
1028
+ * @see https://tailwindcss.com/docs/space
1029
+ */
1030
+ "space-x-reverse": ["space-x-reverse"],
1031
+ /**
1032
+ * Space Between Y
1033
+ * @see https://tailwindcss.com/docs/space
1034
+ */
1035
+ "space-y": [{
1036
+ "space-y": [space]
1037
+ }],
1038
+ /**
1039
+ * Space Between Y Reverse
1040
+ * @see https://tailwindcss.com/docs/space
1041
+ */
1042
+ "space-y-reverse": ["space-y-reverse"],
1043
+ // Sizing
1044
+ /**
1045
+ * Width
1046
+ * @see https://tailwindcss.com/docs/width
1047
+ */
1048
+ w: [{
1049
+ w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", isArbitraryValue, spacing]
1050
+ }],
1051
+ /**
1052
+ * Min-Width
1053
+ * @see https://tailwindcss.com/docs/min-width
1054
+ */
1055
+ "min-w": [{
1056
+ "min-w": [isArbitraryValue, spacing, "min", "max", "fit"]
1057
+ }],
1058
+ /**
1059
+ * Max-Width
1060
+ * @see https://tailwindcss.com/docs/max-width
1061
+ */
1062
+ "max-w": [{
1063
+ "max-w": [isArbitraryValue, spacing, "none", "full", "min", "max", "fit", "prose", {
1064
+ screen: [isTshirtSize]
1065
+ }, isTshirtSize]
1066
+ }],
1067
+ /**
1068
+ * Height
1069
+ * @see https://tailwindcss.com/docs/height
1070
+ */
1071
+ h: [{
1072
+ h: [isArbitraryValue, spacing, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
1073
+ }],
1074
+ /**
1075
+ * Min-Height
1076
+ * @see https://tailwindcss.com/docs/min-height
1077
+ */
1078
+ "min-h": [{
1079
+ "min-h": [isArbitraryValue, spacing, "min", "max", "fit", "svh", "lvh", "dvh"]
1080
+ }],
1081
+ /**
1082
+ * Max-Height
1083
+ * @see https://tailwindcss.com/docs/max-height
1084
+ */
1085
+ "max-h": [{
1086
+ "max-h": [isArbitraryValue, spacing, "min", "max", "fit", "svh", "lvh", "dvh"]
1087
+ }],
1088
+ /**
1089
+ * Size
1090
+ * @see https://tailwindcss.com/docs/size
1091
+ */
1092
+ size: [{
1093
+ size: [isArbitraryValue, spacing, "auto", "min", "max", "fit"]
1094
+ }],
1095
+ // Typography
1096
+ /**
1097
+ * Font Size
1098
+ * @see https://tailwindcss.com/docs/font-size
1099
+ */
1100
+ "font-size": [{
1101
+ text: ["base", isTshirtSize, isArbitraryLength]
1102
+ }],
1103
+ /**
1104
+ * Font Smoothing
1105
+ * @see https://tailwindcss.com/docs/font-smoothing
1106
+ */
1107
+ "font-smoothing": ["antialiased", "subpixel-antialiased"],
1108
+ /**
1109
+ * Font Style
1110
+ * @see https://tailwindcss.com/docs/font-style
1111
+ */
1112
+ "font-style": ["italic", "not-italic"],
1113
+ /**
1114
+ * Font Weight
1115
+ * @see https://tailwindcss.com/docs/font-weight
1116
+ */
1117
+ "font-weight": [{
1118
+ font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", isArbitraryNumber]
1119
+ }],
1120
+ /**
1121
+ * Font Family
1122
+ * @see https://tailwindcss.com/docs/font-family
1123
+ */
1124
+ "font-family": [{
1125
+ font: [isAny]
1126
+ }],
1127
+ /**
1128
+ * Font Variant Numeric
1129
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1130
+ */
1131
+ "fvn-normal": ["normal-nums"],
1132
+ /**
1133
+ * Font Variant Numeric
1134
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1135
+ */
1136
+ "fvn-ordinal": ["ordinal"],
1137
+ /**
1138
+ * Font Variant Numeric
1139
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1140
+ */
1141
+ "fvn-slashed-zero": ["slashed-zero"],
1142
+ /**
1143
+ * Font Variant Numeric
1144
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1145
+ */
1146
+ "fvn-figure": ["lining-nums", "oldstyle-nums"],
1147
+ /**
1148
+ * Font Variant Numeric
1149
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1150
+ */
1151
+ "fvn-spacing": ["proportional-nums", "tabular-nums"],
1152
+ /**
1153
+ * Font Variant Numeric
1154
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1155
+ */
1156
+ "fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
1157
+ /**
1158
+ * Letter Spacing
1159
+ * @see https://tailwindcss.com/docs/letter-spacing
1160
+ */
1161
+ tracking: [{
1162
+ tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", isArbitraryValue]
1163
+ }],
1164
+ /**
1165
+ * Line Clamp
1166
+ * @see https://tailwindcss.com/docs/line-clamp
1167
+ */
1168
+ "line-clamp": [{
1169
+ "line-clamp": ["none", isNumber, isArbitraryNumber]
1170
+ }],
1171
+ /**
1172
+ * Line Height
1173
+ * @see https://tailwindcss.com/docs/line-height
1174
+ */
1175
+ leading: [{
1176
+ leading: ["none", "tight", "snug", "normal", "relaxed", "loose", isLength, isArbitraryValue]
1177
+ }],
1178
+ /**
1179
+ * List Style Image
1180
+ * @see https://tailwindcss.com/docs/list-style-image
1181
+ */
1182
+ "list-image": [{
1183
+ "list-image": ["none", isArbitraryValue]
1184
+ }],
1185
+ /**
1186
+ * List Style Type
1187
+ * @see https://tailwindcss.com/docs/list-style-type
1188
+ */
1189
+ "list-style-type": [{
1190
+ list: ["none", "disc", "decimal", isArbitraryValue]
1191
+ }],
1192
+ /**
1193
+ * List Style Position
1194
+ * @see https://tailwindcss.com/docs/list-style-position
1195
+ */
1196
+ "list-style-position": [{
1197
+ list: ["inside", "outside"]
1198
+ }],
1199
+ /**
1200
+ * Placeholder Color
1201
+ * @deprecated since Tailwind CSS v3.0.0
1202
+ * @see https://tailwindcss.com/docs/placeholder-color
1203
+ */
1204
+ "placeholder-color": [{
1205
+ placeholder: [colors]
1206
+ }],
1207
+ /**
1208
+ * Placeholder Opacity
1209
+ * @see https://tailwindcss.com/docs/placeholder-opacity
1210
+ */
1211
+ "placeholder-opacity": [{
1212
+ "placeholder-opacity": [opacity]
1213
+ }],
1214
+ /**
1215
+ * Text Alignment
1216
+ * @see https://tailwindcss.com/docs/text-align
1217
+ */
1218
+ "text-alignment": [{
1219
+ text: ["left", "center", "right", "justify", "start", "end"]
1220
+ }],
1221
+ /**
1222
+ * Text Color
1223
+ * @see https://tailwindcss.com/docs/text-color
1224
+ */
1225
+ "text-color": [{
1226
+ text: [colors]
1227
+ }],
1228
+ /**
1229
+ * Text Opacity
1230
+ * @see https://tailwindcss.com/docs/text-opacity
1231
+ */
1232
+ "text-opacity": [{
1233
+ "text-opacity": [opacity]
1234
+ }],
1235
+ /**
1236
+ * Text Decoration
1237
+ * @see https://tailwindcss.com/docs/text-decoration
1238
+ */
1239
+ "text-decoration": ["underline", "overline", "line-through", "no-underline"],
1240
+ /**
1241
+ * Text Decoration Style
1242
+ * @see https://tailwindcss.com/docs/text-decoration-style
1243
+ */
1244
+ "text-decoration-style": [{
1245
+ decoration: [...getLineStyles(), "wavy"]
1246
+ }],
1247
+ /**
1248
+ * Text Decoration Thickness
1249
+ * @see https://tailwindcss.com/docs/text-decoration-thickness
1250
+ */
1251
+ "text-decoration-thickness": [{
1252
+ decoration: ["auto", "from-font", isLength, isArbitraryLength]
1253
+ }],
1254
+ /**
1255
+ * Text Underline Offset
1256
+ * @see https://tailwindcss.com/docs/text-underline-offset
1257
+ */
1258
+ "underline-offset": [{
1259
+ "underline-offset": ["auto", isLength, isArbitraryValue]
1260
+ }],
1261
+ /**
1262
+ * Text Decoration Color
1263
+ * @see https://tailwindcss.com/docs/text-decoration-color
1264
+ */
1265
+ "text-decoration-color": [{
1266
+ decoration: [colors]
1267
+ }],
1268
+ /**
1269
+ * Text Transform
1270
+ * @see https://tailwindcss.com/docs/text-transform
1271
+ */
1272
+ "text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
1273
+ /**
1274
+ * Text Overflow
1275
+ * @see https://tailwindcss.com/docs/text-overflow
1276
+ */
1277
+ "text-overflow": ["truncate", "text-ellipsis", "text-clip"],
1278
+ /**
1279
+ * Text Wrap
1280
+ * @see https://tailwindcss.com/docs/text-wrap
1281
+ */
1282
+ "text-wrap": [{
1283
+ text: ["wrap", "nowrap", "balance", "pretty"]
1284
+ }],
1285
+ /**
1286
+ * Text Indent
1287
+ * @see https://tailwindcss.com/docs/text-indent
1288
+ */
1289
+ indent: [{
1290
+ indent: getSpacingWithArbitrary()
1291
+ }],
1292
+ /**
1293
+ * Vertical Alignment
1294
+ * @see https://tailwindcss.com/docs/vertical-align
1295
+ */
1296
+ "vertical-align": [{
1297
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", isArbitraryValue]
1298
+ }],
1299
+ /**
1300
+ * Whitespace
1301
+ * @see https://tailwindcss.com/docs/whitespace
1302
+ */
1303
+ whitespace: [{
1304
+ whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
1305
+ }],
1306
+ /**
1307
+ * Word Break
1308
+ * @see https://tailwindcss.com/docs/word-break
1309
+ */
1310
+ break: [{
1311
+ break: ["normal", "words", "all", "keep"]
1312
+ }],
1313
+ /**
1314
+ * Hyphens
1315
+ * @see https://tailwindcss.com/docs/hyphens
1316
+ */
1317
+ hyphens: [{
1318
+ hyphens: ["none", "manual", "auto"]
1319
+ }],
1320
+ /**
1321
+ * Content
1322
+ * @see https://tailwindcss.com/docs/content
1323
+ */
1324
+ content: [{
1325
+ content: ["none", isArbitraryValue]
1326
+ }],
1327
+ // Backgrounds
1328
+ /**
1329
+ * Background Attachment
1330
+ * @see https://tailwindcss.com/docs/background-attachment
1331
+ */
1332
+ "bg-attachment": [{
1333
+ bg: ["fixed", "local", "scroll"]
1334
+ }],
1335
+ /**
1336
+ * Background Clip
1337
+ * @see https://tailwindcss.com/docs/background-clip
1338
+ */
1339
+ "bg-clip": [{
1340
+ "bg-clip": ["border", "padding", "content", "text"]
1341
+ }],
1342
+ /**
1343
+ * Background Opacity
1344
+ * @deprecated since Tailwind CSS v3.0.0
1345
+ * @see https://tailwindcss.com/docs/background-opacity
1346
+ */
1347
+ "bg-opacity": [{
1348
+ "bg-opacity": [opacity]
1349
+ }],
1350
+ /**
1351
+ * Background Origin
1352
+ * @see https://tailwindcss.com/docs/background-origin
1353
+ */
1354
+ "bg-origin": [{
1355
+ "bg-origin": ["border", "padding", "content"]
1356
+ }],
1357
+ /**
1358
+ * Background Position
1359
+ * @see https://tailwindcss.com/docs/background-position
1360
+ */
1361
+ "bg-position": [{
1362
+ bg: [...getPositions(), isArbitraryPosition]
1363
+ }],
1364
+ /**
1365
+ * Background Repeat
1366
+ * @see https://tailwindcss.com/docs/background-repeat
1367
+ */
1368
+ "bg-repeat": [{
1369
+ bg: ["no-repeat", {
1370
+ repeat: ["", "x", "y", "round", "space"]
1371
+ }]
1372
+ }],
1373
+ /**
1374
+ * Background Size
1375
+ * @see https://tailwindcss.com/docs/background-size
1376
+ */
1377
+ "bg-size": [{
1378
+ bg: ["auto", "cover", "contain", isArbitrarySize]
1379
+ }],
1380
+ /**
1381
+ * Background Image
1382
+ * @see https://tailwindcss.com/docs/background-image
1383
+ */
1384
+ "bg-image": [{
1385
+ bg: ["none", {
1386
+ "gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1387
+ }, isArbitraryImage]
1388
+ }],
1389
+ /**
1390
+ * Background Color
1391
+ * @see https://tailwindcss.com/docs/background-color
1392
+ */
1393
+ "bg-color": [{
1394
+ bg: [colors]
1395
+ }],
1396
+ /**
1397
+ * Gradient Color Stops From Position
1398
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1399
+ */
1400
+ "gradient-from-pos": [{
1401
+ from: [gradientColorStopPositions]
1402
+ }],
1403
+ /**
1404
+ * Gradient Color Stops Via Position
1405
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1406
+ */
1407
+ "gradient-via-pos": [{
1408
+ via: [gradientColorStopPositions]
1409
+ }],
1410
+ /**
1411
+ * Gradient Color Stops To Position
1412
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1413
+ */
1414
+ "gradient-to-pos": [{
1415
+ to: [gradientColorStopPositions]
1416
+ }],
1417
+ /**
1418
+ * Gradient Color Stops From
1419
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1420
+ */
1421
+ "gradient-from": [{
1422
+ from: [gradientColorStops]
1423
+ }],
1424
+ /**
1425
+ * Gradient Color Stops Via
1426
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1427
+ */
1428
+ "gradient-via": [{
1429
+ via: [gradientColorStops]
1430
+ }],
1431
+ /**
1432
+ * Gradient Color Stops To
1433
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1434
+ */
1435
+ "gradient-to": [{
1436
+ to: [gradientColorStops]
1437
+ }],
1438
+ // Borders
1439
+ /**
1440
+ * Border Radius
1441
+ * @see https://tailwindcss.com/docs/border-radius
1442
+ */
1443
+ rounded: [{
1444
+ rounded: [borderRadius]
1445
+ }],
1446
+ /**
1447
+ * Border Radius Start
1448
+ * @see https://tailwindcss.com/docs/border-radius
1449
+ */
1450
+ "rounded-s": [{
1451
+ "rounded-s": [borderRadius]
1452
+ }],
1453
+ /**
1454
+ * Border Radius End
1455
+ * @see https://tailwindcss.com/docs/border-radius
1456
+ */
1457
+ "rounded-e": [{
1458
+ "rounded-e": [borderRadius]
1459
+ }],
1460
+ /**
1461
+ * Border Radius Top
1462
+ * @see https://tailwindcss.com/docs/border-radius
1463
+ */
1464
+ "rounded-t": [{
1465
+ "rounded-t": [borderRadius]
1466
+ }],
1467
+ /**
1468
+ * Border Radius Right
1469
+ * @see https://tailwindcss.com/docs/border-radius
1470
+ */
1471
+ "rounded-r": [{
1472
+ "rounded-r": [borderRadius]
1473
+ }],
1474
+ /**
1475
+ * Border Radius Bottom
1476
+ * @see https://tailwindcss.com/docs/border-radius
1477
+ */
1478
+ "rounded-b": [{
1479
+ "rounded-b": [borderRadius]
1480
+ }],
1481
+ /**
1482
+ * Border Radius Left
1483
+ * @see https://tailwindcss.com/docs/border-radius
1484
+ */
1485
+ "rounded-l": [{
1486
+ "rounded-l": [borderRadius]
1487
+ }],
1488
+ /**
1489
+ * Border Radius Start Start
1490
+ * @see https://tailwindcss.com/docs/border-radius
1491
+ */
1492
+ "rounded-ss": [{
1493
+ "rounded-ss": [borderRadius]
1494
+ }],
1495
+ /**
1496
+ * Border Radius Start End
1497
+ * @see https://tailwindcss.com/docs/border-radius
1498
+ */
1499
+ "rounded-se": [{
1500
+ "rounded-se": [borderRadius]
1501
+ }],
1502
+ /**
1503
+ * Border Radius End End
1504
+ * @see https://tailwindcss.com/docs/border-radius
1505
+ */
1506
+ "rounded-ee": [{
1507
+ "rounded-ee": [borderRadius]
1508
+ }],
1509
+ /**
1510
+ * Border Radius End Start
1511
+ * @see https://tailwindcss.com/docs/border-radius
1512
+ */
1513
+ "rounded-es": [{
1514
+ "rounded-es": [borderRadius]
1515
+ }],
1516
+ /**
1517
+ * Border Radius Top Left
1518
+ * @see https://tailwindcss.com/docs/border-radius
1519
+ */
1520
+ "rounded-tl": [{
1521
+ "rounded-tl": [borderRadius]
1522
+ }],
1523
+ /**
1524
+ * Border Radius Top Right
1525
+ * @see https://tailwindcss.com/docs/border-radius
1526
+ */
1527
+ "rounded-tr": [{
1528
+ "rounded-tr": [borderRadius]
1529
+ }],
1530
+ /**
1531
+ * Border Radius Bottom Right
1532
+ * @see https://tailwindcss.com/docs/border-radius
1533
+ */
1534
+ "rounded-br": [{
1535
+ "rounded-br": [borderRadius]
1536
+ }],
1537
+ /**
1538
+ * Border Radius Bottom Left
1539
+ * @see https://tailwindcss.com/docs/border-radius
1540
+ */
1541
+ "rounded-bl": [{
1542
+ "rounded-bl": [borderRadius]
1543
+ }],
1544
+ /**
1545
+ * Border Width
1546
+ * @see https://tailwindcss.com/docs/border-width
1547
+ */
1548
+ "border-w": [{
1549
+ border: [borderWidth]
1550
+ }],
1551
+ /**
1552
+ * Border Width X
1553
+ * @see https://tailwindcss.com/docs/border-width
1554
+ */
1555
+ "border-w-x": [{
1556
+ "border-x": [borderWidth]
1557
+ }],
1558
+ /**
1559
+ * Border Width Y
1560
+ * @see https://tailwindcss.com/docs/border-width
1561
+ */
1562
+ "border-w-y": [{
1563
+ "border-y": [borderWidth]
1564
+ }],
1565
+ /**
1566
+ * Border Width Start
1567
+ * @see https://tailwindcss.com/docs/border-width
1568
+ */
1569
+ "border-w-s": [{
1570
+ "border-s": [borderWidth]
1571
+ }],
1572
+ /**
1573
+ * Border Width End
1574
+ * @see https://tailwindcss.com/docs/border-width
1575
+ */
1576
+ "border-w-e": [{
1577
+ "border-e": [borderWidth]
1578
+ }],
1579
+ /**
1580
+ * Border Width Top
1581
+ * @see https://tailwindcss.com/docs/border-width
1582
+ */
1583
+ "border-w-t": [{
1584
+ "border-t": [borderWidth]
1585
+ }],
1586
+ /**
1587
+ * Border Width Right
1588
+ * @see https://tailwindcss.com/docs/border-width
1589
+ */
1590
+ "border-w-r": [{
1591
+ "border-r": [borderWidth]
1592
+ }],
1593
+ /**
1594
+ * Border Width Bottom
1595
+ * @see https://tailwindcss.com/docs/border-width
1596
+ */
1597
+ "border-w-b": [{
1598
+ "border-b": [borderWidth]
1599
+ }],
1600
+ /**
1601
+ * Border Width Left
1602
+ * @see https://tailwindcss.com/docs/border-width
1603
+ */
1604
+ "border-w-l": [{
1605
+ "border-l": [borderWidth]
1606
+ }],
1607
+ /**
1608
+ * Border Opacity
1609
+ * @see https://tailwindcss.com/docs/border-opacity
1610
+ */
1611
+ "border-opacity": [{
1612
+ "border-opacity": [opacity]
1613
+ }],
1614
+ /**
1615
+ * Border Style
1616
+ * @see https://tailwindcss.com/docs/border-style
1617
+ */
1618
+ "border-style": [{
1619
+ border: [...getLineStyles(), "hidden"]
1620
+ }],
1621
+ /**
1622
+ * Divide Width X
1623
+ * @see https://tailwindcss.com/docs/divide-width
1624
+ */
1625
+ "divide-x": [{
1626
+ "divide-x": [borderWidth]
1627
+ }],
1628
+ /**
1629
+ * Divide Width X Reverse
1630
+ * @see https://tailwindcss.com/docs/divide-width
1631
+ */
1632
+ "divide-x-reverse": ["divide-x-reverse"],
1633
+ /**
1634
+ * Divide Width Y
1635
+ * @see https://tailwindcss.com/docs/divide-width
1636
+ */
1637
+ "divide-y": [{
1638
+ "divide-y": [borderWidth]
1639
+ }],
1640
+ /**
1641
+ * Divide Width Y Reverse
1642
+ * @see https://tailwindcss.com/docs/divide-width
1643
+ */
1644
+ "divide-y-reverse": ["divide-y-reverse"],
1645
+ /**
1646
+ * Divide Opacity
1647
+ * @see https://tailwindcss.com/docs/divide-opacity
1648
+ */
1649
+ "divide-opacity": [{
1650
+ "divide-opacity": [opacity]
1651
+ }],
1652
+ /**
1653
+ * Divide Style
1654
+ * @see https://tailwindcss.com/docs/divide-style
1655
+ */
1656
+ "divide-style": [{
1657
+ divide: getLineStyles()
1658
+ }],
1659
+ /**
1660
+ * Border Color
1661
+ * @see https://tailwindcss.com/docs/border-color
1662
+ */
1663
+ "border-color": [{
1664
+ border: [borderColor]
1665
+ }],
1666
+ /**
1667
+ * Border Color X
1668
+ * @see https://tailwindcss.com/docs/border-color
1669
+ */
1670
+ "border-color-x": [{
1671
+ "border-x": [borderColor]
1672
+ }],
1673
+ /**
1674
+ * Border Color Y
1675
+ * @see https://tailwindcss.com/docs/border-color
1676
+ */
1677
+ "border-color-y": [{
1678
+ "border-y": [borderColor]
1679
+ }],
1680
+ /**
1681
+ * Border Color S
1682
+ * @see https://tailwindcss.com/docs/border-color
1683
+ */
1684
+ "border-color-s": [{
1685
+ "border-s": [borderColor]
1686
+ }],
1687
+ /**
1688
+ * Border Color E
1689
+ * @see https://tailwindcss.com/docs/border-color
1690
+ */
1691
+ "border-color-e": [{
1692
+ "border-e": [borderColor]
1693
+ }],
1694
+ /**
1695
+ * Border Color Top
1696
+ * @see https://tailwindcss.com/docs/border-color
1697
+ */
1698
+ "border-color-t": [{
1699
+ "border-t": [borderColor]
1700
+ }],
1701
+ /**
1702
+ * Border Color Right
1703
+ * @see https://tailwindcss.com/docs/border-color
1704
+ */
1705
+ "border-color-r": [{
1706
+ "border-r": [borderColor]
1707
+ }],
1708
+ /**
1709
+ * Border Color Bottom
1710
+ * @see https://tailwindcss.com/docs/border-color
1711
+ */
1712
+ "border-color-b": [{
1713
+ "border-b": [borderColor]
1714
+ }],
1715
+ /**
1716
+ * Border Color Left
1717
+ * @see https://tailwindcss.com/docs/border-color
1718
+ */
1719
+ "border-color-l": [{
1720
+ "border-l": [borderColor]
1721
+ }],
1722
+ /**
1723
+ * Divide Color
1724
+ * @see https://tailwindcss.com/docs/divide-color
1725
+ */
1726
+ "divide-color": [{
1727
+ divide: [borderColor]
1728
+ }],
1729
+ /**
1730
+ * Outline Style
1731
+ * @see https://tailwindcss.com/docs/outline-style
1732
+ */
1733
+ "outline-style": [{
1734
+ outline: ["", ...getLineStyles()]
1735
+ }],
1736
+ /**
1737
+ * Outline Offset
1738
+ * @see https://tailwindcss.com/docs/outline-offset
1739
+ */
1740
+ "outline-offset": [{
1741
+ "outline-offset": [isLength, isArbitraryValue]
1742
+ }],
1743
+ /**
1744
+ * Outline Width
1745
+ * @see https://tailwindcss.com/docs/outline-width
1746
+ */
1747
+ "outline-w": [{
1748
+ outline: [isLength, isArbitraryLength]
1749
+ }],
1750
+ /**
1751
+ * Outline Color
1752
+ * @see https://tailwindcss.com/docs/outline-color
1753
+ */
1754
+ "outline-color": [{
1755
+ outline: [colors]
1756
+ }],
1757
+ /**
1758
+ * Ring Width
1759
+ * @see https://tailwindcss.com/docs/ring-width
1760
+ */
1761
+ "ring-w": [{
1762
+ ring: getLengthWithEmptyAndArbitrary()
1763
+ }],
1764
+ /**
1765
+ * Ring Width Inset
1766
+ * @see https://tailwindcss.com/docs/ring-width
1767
+ */
1768
+ "ring-w-inset": ["ring-inset"],
1769
+ /**
1770
+ * Ring Color
1771
+ * @see https://tailwindcss.com/docs/ring-color
1772
+ */
1773
+ "ring-color": [{
1774
+ ring: [colors]
1775
+ }],
1776
+ /**
1777
+ * Ring Opacity
1778
+ * @see https://tailwindcss.com/docs/ring-opacity
1779
+ */
1780
+ "ring-opacity": [{
1781
+ "ring-opacity": [opacity]
1782
+ }],
1783
+ /**
1784
+ * Ring Offset Width
1785
+ * @see https://tailwindcss.com/docs/ring-offset-width
1786
+ */
1787
+ "ring-offset-w": [{
1788
+ "ring-offset": [isLength, isArbitraryLength]
1789
+ }],
1790
+ /**
1791
+ * Ring Offset Color
1792
+ * @see https://tailwindcss.com/docs/ring-offset-color
1793
+ */
1794
+ "ring-offset-color": [{
1795
+ "ring-offset": [colors]
1796
+ }],
1797
+ // Effects
1798
+ /**
1799
+ * Box Shadow
1800
+ * @see https://tailwindcss.com/docs/box-shadow
1801
+ */
1802
+ shadow: [{
1803
+ shadow: ["", "inner", "none", isTshirtSize, isArbitraryShadow]
1804
+ }],
1805
+ /**
1806
+ * Box Shadow Color
1807
+ * @see https://tailwindcss.com/docs/box-shadow-color
1808
+ */
1809
+ "shadow-color": [{
1810
+ shadow: [isAny]
1811
+ }],
1812
+ /**
1813
+ * Opacity
1814
+ * @see https://tailwindcss.com/docs/opacity
1815
+ */
1816
+ opacity: [{
1817
+ opacity: [opacity]
1818
+ }],
1819
+ /**
1820
+ * Mix Blend Mode
1821
+ * @see https://tailwindcss.com/docs/mix-blend-mode
1822
+ */
1823
+ "mix-blend": [{
1824
+ "mix-blend": [...getBlendModes(), "plus-lighter", "plus-darker"]
1825
+ }],
1826
+ /**
1827
+ * Background Blend Mode
1828
+ * @see https://tailwindcss.com/docs/background-blend-mode
1829
+ */
1830
+ "bg-blend": [{
1831
+ "bg-blend": getBlendModes()
1832
+ }],
1833
+ // Filters
1834
+ /**
1835
+ * Filter
1836
+ * @deprecated since Tailwind CSS v3.0.0
1837
+ * @see https://tailwindcss.com/docs/filter
1838
+ */
1839
+ filter: [{
1840
+ filter: ["", "none"]
1841
+ }],
1842
+ /**
1843
+ * Blur
1844
+ * @see https://tailwindcss.com/docs/blur
1845
+ */
1846
+ blur: [{
1847
+ blur: [blur]
1848
+ }],
1849
+ /**
1850
+ * Brightness
1851
+ * @see https://tailwindcss.com/docs/brightness
1852
+ */
1853
+ brightness: [{
1854
+ brightness: [brightness]
1855
+ }],
1856
+ /**
1857
+ * Contrast
1858
+ * @see https://tailwindcss.com/docs/contrast
1859
+ */
1860
+ contrast: [{
1861
+ contrast: [contrast]
1862
+ }],
1863
+ /**
1864
+ * Drop Shadow
1865
+ * @see https://tailwindcss.com/docs/drop-shadow
1866
+ */
1867
+ "drop-shadow": [{
1868
+ "drop-shadow": ["", "none", isTshirtSize, isArbitraryValue]
1869
+ }],
1870
+ /**
1871
+ * Grayscale
1872
+ * @see https://tailwindcss.com/docs/grayscale
1873
+ */
1874
+ grayscale: [{
1875
+ grayscale: [grayscale]
1876
+ }],
1877
+ /**
1878
+ * Hue Rotate
1879
+ * @see https://tailwindcss.com/docs/hue-rotate
1880
+ */
1881
+ "hue-rotate": [{
1882
+ "hue-rotate": [hueRotate]
1883
+ }],
1884
+ /**
1885
+ * Invert
1886
+ * @see https://tailwindcss.com/docs/invert
1887
+ */
1888
+ invert: [{
1889
+ invert: [invert]
1890
+ }],
1891
+ /**
1892
+ * Saturate
1893
+ * @see https://tailwindcss.com/docs/saturate
1894
+ */
1895
+ saturate: [{
1896
+ saturate: [saturate]
1897
+ }],
1898
+ /**
1899
+ * Sepia
1900
+ * @see https://tailwindcss.com/docs/sepia
1901
+ */
1902
+ sepia: [{
1903
+ sepia: [sepia]
1904
+ }],
1905
+ /**
1906
+ * Backdrop Filter
1907
+ * @deprecated since Tailwind CSS v3.0.0
1908
+ * @see https://tailwindcss.com/docs/backdrop-filter
1909
+ */
1910
+ "backdrop-filter": [{
1911
+ "backdrop-filter": ["", "none"]
1912
+ }],
1913
+ /**
1914
+ * Backdrop Blur
1915
+ * @see https://tailwindcss.com/docs/backdrop-blur
1916
+ */
1917
+ "backdrop-blur": [{
1918
+ "backdrop-blur": [blur]
1919
+ }],
1920
+ /**
1921
+ * Backdrop Brightness
1922
+ * @see https://tailwindcss.com/docs/backdrop-brightness
1923
+ */
1924
+ "backdrop-brightness": [{
1925
+ "backdrop-brightness": [brightness]
1926
+ }],
1927
+ /**
1928
+ * Backdrop Contrast
1929
+ * @see https://tailwindcss.com/docs/backdrop-contrast
1930
+ */
1931
+ "backdrop-contrast": [{
1932
+ "backdrop-contrast": [contrast]
1933
+ }],
1934
+ /**
1935
+ * Backdrop Grayscale
1936
+ * @see https://tailwindcss.com/docs/backdrop-grayscale
1937
+ */
1938
+ "backdrop-grayscale": [{
1939
+ "backdrop-grayscale": [grayscale]
1940
+ }],
1941
+ /**
1942
+ * Backdrop Hue Rotate
1943
+ * @see https://tailwindcss.com/docs/backdrop-hue-rotate
1944
+ */
1945
+ "backdrop-hue-rotate": [{
1946
+ "backdrop-hue-rotate": [hueRotate]
1947
+ }],
1948
+ /**
1949
+ * Backdrop Invert
1950
+ * @see https://tailwindcss.com/docs/backdrop-invert
1951
+ */
1952
+ "backdrop-invert": [{
1953
+ "backdrop-invert": [invert]
1954
+ }],
1955
+ /**
1956
+ * Backdrop Opacity
1957
+ * @see https://tailwindcss.com/docs/backdrop-opacity
1958
+ */
1959
+ "backdrop-opacity": [{
1960
+ "backdrop-opacity": [opacity]
1961
+ }],
1962
+ /**
1963
+ * Backdrop Saturate
1964
+ * @see https://tailwindcss.com/docs/backdrop-saturate
1965
+ */
1966
+ "backdrop-saturate": [{
1967
+ "backdrop-saturate": [saturate]
1968
+ }],
1969
+ /**
1970
+ * Backdrop Sepia
1971
+ * @see https://tailwindcss.com/docs/backdrop-sepia
1972
+ */
1973
+ "backdrop-sepia": [{
1974
+ "backdrop-sepia": [sepia]
1975
+ }],
1976
+ // Tables
1977
+ /**
1978
+ * Border Collapse
1979
+ * @see https://tailwindcss.com/docs/border-collapse
1980
+ */
1981
+ "border-collapse": [{
1982
+ border: ["collapse", "separate"]
1983
+ }],
1984
+ /**
1985
+ * Border Spacing
1986
+ * @see https://tailwindcss.com/docs/border-spacing
1987
+ */
1988
+ "border-spacing": [{
1989
+ "border-spacing": [borderSpacing]
1990
+ }],
1991
+ /**
1992
+ * Border Spacing X
1993
+ * @see https://tailwindcss.com/docs/border-spacing
1994
+ */
1995
+ "border-spacing-x": [{
1996
+ "border-spacing-x": [borderSpacing]
1997
+ }],
1998
+ /**
1999
+ * Border Spacing Y
2000
+ * @see https://tailwindcss.com/docs/border-spacing
2001
+ */
2002
+ "border-spacing-y": [{
2003
+ "border-spacing-y": [borderSpacing]
2004
+ }],
2005
+ /**
2006
+ * Table Layout
2007
+ * @see https://tailwindcss.com/docs/table-layout
2008
+ */
2009
+ "table-layout": [{
2010
+ table: ["auto", "fixed"]
2011
+ }],
2012
+ /**
2013
+ * Caption Side
2014
+ * @see https://tailwindcss.com/docs/caption-side
2015
+ */
2016
+ caption: [{
2017
+ caption: ["top", "bottom"]
2018
+ }],
2019
+ // Transitions and Animation
2020
+ /**
2021
+ * Tranisition Property
2022
+ * @see https://tailwindcss.com/docs/transition-property
2023
+ */
2024
+ transition: [{
2025
+ transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", isArbitraryValue]
2026
+ }],
2027
+ /**
2028
+ * Transition Duration
2029
+ * @see https://tailwindcss.com/docs/transition-duration
2030
+ */
2031
+ duration: [{
2032
+ duration: getNumberAndArbitrary()
2033
+ }],
2034
+ /**
2035
+ * Transition Timing Function
2036
+ * @see https://tailwindcss.com/docs/transition-timing-function
2037
+ */
2038
+ ease: [{
2039
+ ease: ["linear", "in", "out", "in-out", isArbitraryValue]
2040
+ }],
2041
+ /**
2042
+ * Transition Delay
2043
+ * @see https://tailwindcss.com/docs/transition-delay
2044
+ */
2045
+ delay: [{
2046
+ delay: getNumberAndArbitrary()
2047
+ }],
2048
+ /**
2049
+ * Animation
2050
+ * @see https://tailwindcss.com/docs/animation
2051
+ */
2052
+ animate: [{
2053
+ animate: ["none", "spin", "ping", "pulse", "bounce", isArbitraryValue]
2054
+ }],
2055
+ // Transforms
2056
+ /**
2057
+ * Transform
2058
+ * @see https://tailwindcss.com/docs/transform
2059
+ */
2060
+ transform: [{
2061
+ transform: ["", "gpu", "none"]
2062
+ }],
2063
+ /**
2064
+ * Scale
2065
+ * @see https://tailwindcss.com/docs/scale
2066
+ */
2067
+ scale: [{
2068
+ scale: [scale]
2069
+ }],
2070
+ /**
2071
+ * Scale X
2072
+ * @see https://tailwindcss.com/docs/scale
2073
+ */
2074
+ "scale-x": [{
2075
+ "scale-x": [scale]
2076
+ }],
2077
+ /**
2078
+ * Scale Y
2079
+ * @see https://tailwindcss.com/docs/scale
2080
+ */
2081
+ "scale-y": [{
2082
+ "scale-y": [scale]
2083
+ }],
2084
+ /**
2085
+ * Rotate
2086
+ * @see https://tailwindcss.com/docs/rotate
2087
+ */
2088
+ rotate: [{
2089
+ rotate: [isInteger, isArbitraryValue]
2090
+ }],
2091
+ /**
2092
+ * Translate X
2093
+ * @see https://tailwindcss.com/docs/translate
2094
+ */
2095
+ "translate-x": [{
2096
+ "translate-x": [translate]
2097
+ }],
2098
+ /**
2099
+ * Translate Y
2100
+ * @see https://tailwindcss.com/docs/translate
2101
+ */
2102
+ "translate-y": [{
2103
+ "translate-y": [translate]
2104
+ }],
2105
+ /**
2106
+ * Skew X
2107
+ * @see https://tailwindcss.com/docs/skew
2108
+ */
2109
+ "skew-x": [{
2110
+ "skew-x": [skew]
2111
+ }],
2112
+ /**
2113
+ * Skew Y
2114
+ * @see https://tailwindcss.com/docs/skew
2115
+ */
2116
+ "skew-y": [{
2117
+ "skew-y": [skew]
2118
+ }],
2119
+ /**
2120
+ * Transform Origin
2121
+ * @see https://tailwindcss.com/docs/transform-origin
2122
+ */
2123
+ "transform-origin": [{
2124
+ origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", isArbitraryValue]
2125
+ }],
2126
+ // Interactivity
2127
+ /**
2128
+ * Accent Color
2129
+ * @see https://tailwindcss.com/docs/accent-color
2130
+ */
2131
+ accent: [{
2132
+ accent: ["auto", colors]
2133
+ }],
2134
+ /**
2135
+ * Appearance
2136
+ * @see https://tailwindcss.com/docs/appearance
2137
+ */
2138
+ appearance: [{
2139
+ appearance: ["none", "auto"]
2140
+ }],
2141
+ /**
2142
+ * Cursor
2143
+ * @see https://tailwindcss.com/docs/cursor
2144
+ */
2145
+ cursor: [{
2146
+ 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", isArbitraryValue]
2147
+ }],
2148
+ /**
2149
+ * Caret Color
2150
+ * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2151
+ */
2152
+ "caret-color": [{
2153
+ caret: [colors]
2154
+ }],
2155
+ /**
2156
+ * Pointer Events
2157
+ * @see https://tailwindcss.com/docs/pointer-events
2158
+ */
2159
+ "pointer-events": [{
2160
+ "pointer-events": ["none", "auto"]
2161
+ }],
2162
+ /**
2163
+ * Resize
2164
+ * @see https://tailwindcss.com/docs/resize
2165
+ */
2166
+ resize: [{
2167
+ resize: ["none", "y", "x", ""]
2168
+ }],
2169
+ /**
2170
+ * Scroll Behavior
2171
+ * @see https://tailwindcss.com/docs/scroll-behavior
2172
+ */
2173
+ "scroll-behavior": [{
2174
+ scroll: ["auto", "smooth"]
2175
+ }],
2176
+ /**
2177
+ * Scroll Margin
2178
+ * @see https://tailwindcss.com/docs/scroll-margin
2179
+ */
2180
+ "scroll-m": [{
2181
+ "scroll-m": getSpacingWithArbitrary()
2182
+ }],
2183
+ /**
2184
+ * Scroll Margin X
2185
+ * @see https://tailwindcss.com/docs/scroll-margin
2186
+ */
2187
+ "scroll-mx": [{
2188
+ "scroll-mx": getSpacingWithArbitrary()
2189
+ }],
2190
+ /**
2191
+ * Scroll Margin Y
2192
+ * @see https://tailwindcss.com/docs/scroll-margin
2193
+ */
2194
+ "scroll-my": [{
2195
+ "scroll-my": getSpacingWithArbitrary()
2196
+ }],
2197
+ /**
2198
+ * Scroll Margin Start
2199
+ * @see https://tailwindcss.com/docs/scroll-margin
2200
+ */
2201
+ "scroll-ms": [{
2202
+ "scroll-ms": getSpacingWithArbitrary()
2203
+ }],
2204
+ /**
2205
+ * Scroll Margin End
2206
+ * @see https://tailwindcss.com/docs/scroll-margin
2207
+ */
2208
+ "scroll-me": [{
2209
+ "scroll-me": getSpacingWithArbitrary()
2210
+ }],
2211
+ /**
2212
+ * Scroll Margin Top
2213
+ * @see https://tailwindcss.com/docs/scroll-margin
2214
+ */
2215
+ "scroll-mt": [{
2216
+ "scroll-mt": getSpacingWithArbitrary()
2217
+ }],
2218
+ /**
2219
+ * Scroll Margin Right
2220
+ * @see https://tailwindcss.com/docs/scroll-margin
2221
+ */
2222
+ "scroll-mr": [{
2223
+ "scroll-mr": getSpacingWithArbitrary()
2224
+ }],
2225
+ /**
2226
+ * Scroll Margin Bottom
2227
+ * @see https://tailwindcss.com/docs/scroll-margin
2228
+ */
2229
+ "scroll-mb": [{
2230
+ "scroll-mb": getSpacingWithArbitrary()
2231
+ }],
2232
+ /**
2233
+ * Scroll Margin Left
2234
+ * @see https://tailwindcss.com/docs/scroll-margin
2235
+ */
2236
+ "scroll-ml": [{
2237
+ "scroll-ml": getSpacingWithArbitrary()
2238
+ }],
2239
+ /**
2240
+ * Scroll Padding
2241
+ * @see https://tailwindcss.com/docs/scroll-padding
2242
+ */
2243
+ "scroll-p": [{
2244
+ "scroll-p": getSpacingWithArbitrary()
2245
+ }],
2246
+ /**
2247
+ * Scroll Padding X
2248
+ * @see https://tailwindcss.com/docs/scroll-padding
2249
+ */
2250
+ "scroll-px": [{
2251
+ "scroll-px": getSpacingWithArbitrary()
2252
+ }],
2253
+ /**
2254
+ * Scroll Padding Y
2255
+ * @see https://tailwindcss.com/docs/scroll-padding
2256
+ */
2257
+ "scroll-py": [{
2258
+ "scroll-py": getSpacingWithArbitrary()
2259
+ }],
2260
+ /**
2261
+ * Scroll Padding Start
2262
+ * @see https://tailwindcss.com/docs/scroll-padding
2263
+ */
2264
+ "scroll-ps": [{
2265
+ "scroll-ps": getSpacingWithArbitrary()
2266
+ }],
2267
+ /**
2268
+ * Scroll Padding End
2269
+ * @see https://tailwindcss.com/docs/scroll-padding
2270
+ */
2271
+ "scroll-pe": [{
2272
+ "scroll-pe": getSpacingWithArbitrary()
2273
+ }],
2274
+ /**
2275
+ * Scroll Padding Top
2276
+ * @see https://tailwindcss.com/docs/scroll-padding
2277
+ */
2278
+ "scroll-pt": [{
2279
+ "scroll-pt": getSpacingWithArbitrary()
2280
+ }],
2281
+ /**
2282
+ * Scroll Padding Right
2283
+ * @see https://tailwindcss.com/docs/scroll-padding
2284
+ */
2285
+ "scroll-pr": [{
2286
+ "scroll-pr": getSpacingWithArbitrary()
2287
+ }],
2288
+ /**
2289
+ * Scroll Padding Bottom
2290
+ * @see https://tailwindcss.com/docs/scroll-padding
2291
+ */
2292
+ "scroll-pb": [{
2293
+ "scroll-pb": getSpacingWithArbitrary()
2294
+ }],
2295
+ /**
2296
+ * Scroll Padding Left
2297
+ * @see https://tailwindcss.com/docs/scroll-padding
2298
+ */
2299
+ "scroll-pl": [{
2300
+ "scroll-pl": getSpacingWithArbitrary()
2301
+ }],
2302
+ /**
2303
+ * Scroll Snap Align
2304
+ * @see https://tailwindcss.com/docs/scroll-snap-align
2305
+ */
2306
+ "snap-align": [{
2307
+ snap: ["start", "end", "center", "align-none"]
2308
+ }],
2309
+ /**
2310
+ * Scroll Snap Stop
2311
+ * @see https://tailwindcss.com/docs/scroll-snap-stop
2312
+ */
2313
+ "snap-stop": [{
2314
+ snap: ["normal", "always"]
2315
+ }],
2316
+ /**
2317
+ * Scroll Snap Type
2318
+ * @see https://tailwindcss.com/docs/scroll-snap-type
2319
+ */
2320
+ "snap-type": [{
2321
+ snap: ["none", "x", "y", "both"]
2322
+ }],
2323
+ /**
2324
+ * Scroll Snap Type Strictness
2325
+ * @see https://tailwindcss.com/docs/scroll-snap-type
2326
+ */
2327
+ "snap-strictness": [{
2328
+ snap: ["mandatory", "proximity"]
2329
+ }],
2330
+ /**
2331
+ * Touch Action
2332
+ * @see https://tailwindcss.com/docs/touch-action
2333
+ */
2334
+ touch: [{
2335
+ touch: ["auto", "none", "manipulation"]
2336
+ }],
2337
+ /**
2338
+ * Touch Action X
2339
+ * @see https://tailwindcss.com/docs/touch-action
2340
+ */
2341
+ "touch-x": [{
2342
+ "touch-pan": ["x", "left", "right"]
2343
+ }],
2344
+ /**
2345
+ * Touch Action Y
2346
+ * @see https://tailwindcss.com/docs/touch-action
2347
+ */
2348
+ "touch-y": [{
2349
+ "touch-pan": ["y", "up", "down"]
2350
+ }],
2351
+ /**
2352
+ * Touch Action Pinch Zoom
2353
+ * @see https://tailwindcss.com/docs/touch-action
2354
+ */
2355
+ "touch-pz": ["touch-pinch-zoom"],
2356
+ /**
2357
+ * User Select
2358
+ * @see https://tailwindcss.com/docs/user-select
2359
+ */
2360
+ select: [{
2361
+ select: ["none", "text", "all", "auto"]
2362
+ }],
2363
+ /**
2364
+ * Will Change
2365
+ * @see https://tailwindcss.com/docs/will-change
2366
+ */
2367
+ "will-change": [{
2368
+ "will-change": ["auto", "scroll", "contents", "transform", isArbitraryValue]
2369
+ }],
2370
+ // SVG
2371
+ /**
2372
+ * Fill
2373
+ * @see https://tailwindcss.com/docs/fill
2374
+ */
2375
+ fill: [{
2376
+ fill: [colors, "none"]
2377
+ }],
2378
+ /**
2379
+ * Stroke Width
2380
+ * @see https://tailwindcss.com/docs/stroke-width
2381
+ */
2382
+ "stroke-w": [{
2383
+ stroke: [isLength, isArbitraryLength, isArbitraryNumber]
2384
+ }],
2385
+ /**
2386
+ * Stroke
2387
+ * @see https://tailwindcss.com/docs/stroke
2388
+ */
2389
+ stroke: [{
2390
+ stroke: [colors, "none"]
2391
+ }],
2392
+ // Accessibility
2393
+ /**
2394
+ * Screen Readers
2395
+ * @see https://tailwindcss.com/docs/screen-readers
2396
+ */
2397
+ sr: ["sr-only", "not-sr-only"],
2398
+ /**
2399
+ * Forced Color Adjust
2400
+ * @see https://tailwindcss.com/docs/forced-color-adjust
2401
+ */
2402
+ "forced-color-adjust": [{
2403
+ "forced-color-adjust": ["auto", "none"]
2404
+ }]
2405
+ },
2406
+ conflictingClassGroups: {
2407
+ overflow: ["overflow-x", "overflow-y"],
2408
+ overscroll: ["overscroll-x", "overscroll-y"],
2409
+ inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
2410
+ "inset-x": ["right", "left"],
2411
+ "inset-y": ["top", "bottom"],
2412
+ flex: ["basis", "grow", "shrink"],
2413
+ gap: ["gap-x", "gap-y"],
2414
+ p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
2415
+ px: ["pr", "pl"],
2416
+ py: ["pt", "pb"],
2417
+ m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
2418
+ mx: ["mr", "ml"],
2419
+ my: ["mt", "mb"],
2420
+ size: ["w", "h"],
2421
+ "font-size": ["leading"],
2422
+ "fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
2423
+ "fvn-ordinal": ["fvn-normal"],
2424
+ "fvn-slashed-zero": ["fvn-normal"],
2425
+ "fvn-figure": ["fvn-normal"],
2426
+ "fvn-spacing": ["fvn-normal"],
2427
+ "fvn-fraction": ["fvn-normal"],
2428
+ "line-clamp": ["display", "overflow"],
2429
+ 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"],
2430
+ "rounded-s": ["rounded-ss", "rounded-es"],
2431
+ "rounded-e": ["rounded-se", "rounded-ee"],
2432
+ "rounded-t": ["rounded-tl", "rounded-tr"],
2433
+ "rounded-r": ["rounded-tr", "rounded-br"],
2434
+ "rounded-b": ["rounded-br", "rounded-bl"],
2435
+ "rounded-l": ["rounded-tl", "rounded-bl"],
2436
+ "border-spacing": ["border-spacing-x", "border-spacing-y"],
2437
+ "border-w": ["border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
2438
+ "border-w-x": ["border-w-r", "border-w-l"],
2439
+ "border-w-y": ["border-w-t", "border-w-b"],
2440
+ "border-color": ["border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
2441
+ "border-color-x": ["border-color-r", "border-color-l"],
2442
+ "border-color-y": ["border-color-t", "border-color-b"],
2443
+ "scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
2444
+ "scroll-mx": ["scroll-mr", "scroll-ml"],
2445
+ "scroll-my": ["scroll-mt", "scroll-mb"],
2446
+ "scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
2447
+ "scroll-px": ["scroll-pr", "scroll-pl"],
2448
+ "scroll-py": ["scroll-pt", "scroll-pb"],
2449
+ touch: ["touch-x", "touch-y", "touch-pz"],
2450
+ "touch-x": ["touch"],
2451
+ "touch-y": ["touch"],
2452
+ "touch-pz": ["touch"]
2453
+ },
2454
+ conflictingClassGroupModifiers: {
2455
+ "font-size": ["leading"]
2456
+ }
2457
+ };
2458
+ };
2459
+ const twMerge = /* @__PURE__ */ createTailwindMerge(getDefaultConfig);
2460
+ export {
2461
+ createTailwindMerge,
2462
+ fromTheme,
2463
+ getDefaultConfig,
2464
+ twJoin,
2465
+ twMerge
2466
+ };
2467
+ //# sourceMappingURL=bundle-mjs.js.map