autumn-js 0.0.67 → 0.0.74

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