autumn-js 0.0.67 → 0.0.72

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