@baseplate-dev/plugin-auth 1.0.2 → 1.0.4

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 (688) hide show
  1. package/dist/auth/core/components/auth-definition-editor.d.ts.map +1 -1
  2. package/dist/auth/core/components/auth-definition-editor.js +8 -5
  3. package/dist/auth/core/components/auth-definition-editor.js.map +1 -1
  4. package/dist/auth/core/generators/auth-apollo/auth-apollo.generator.d.ts +28 -0
  5. package/dist/auth/core/generators/auth-apollo/auth-apollo.generator.d.ts.map +1 -0
  6. package/dist/auth/core/generators/auth-apollo/auth-apollo.generator.js +43 -0
  7. package/dist/auth/core/generators/auth-apollo/auth-apollo.generator.js.map +1 -0
  8. package/dist/auth/core/generators/auth-apollo/index.d.ts +2 -0
  9. package/dist/auth/core/generators/auth-apollo/index.d.ts.map +1 -0
  10. package/dist/auth/core/generators/auth-apollo/index.js +2 -0
  11. package/dist/auth/core/generators/auth-apollo/index.js.map +1 -0
  12. package/dist/auth/core/generators/auth-apollo/templates/session-error-link.d.ts +2 -0
  13. package/dist/auth/core/generators/auth-apollo/templates/session-error-link.d.ts.map +1 -0
  14. package/dist/auth/core/generators/auth-apollo/templates/session-error-link.js +15 -0
  15. package/dist/auth/core/generators/auth-apollo/templates/session-error-link.js.map +1 -0
  16. package/dist/auth/core/generators/auth-apollo/templates/session-error-link.ts +16 -0
  17. package/dist/auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +73 -0
  18. package/dist/auth/core/generators/auth-email-password/auth-email-password.generator.d.ts.map +1 -0
  19. package/dist/auth/core/generators/auth-email-password/auth-email-password.generator.js +40 -0
  20. package/dist/auth/core/generators/auth-email-password/auth-email-password.generator.js.map +1 -0
  21. package/dist/auth/core/generators/auth-email-password/generated/index.d.ts +120 -0
  22. package/dist/auth/core/generators/auth-email-password/generated/index.d.ts.map +1 -0
  23. package/dist/auth/core/generators/auth-email-password/generated/index.js +11 -0
  24. package/dist/auth/core/generators/auth-email-password/generated/index.js.map +1 -0
  25. package/dist/auth/core/generators/auth-email-password/generated/template-paths.d.ts +14 -0
  26. package/dist/auth/core/generators/auth-email-password/generated/template-paths.d.ts.map +1 -0
  27. package/dist/auth/core/generators/auth-email-password/generated/template-paths.js +26 -0
  28. package/dist/auth/core/generators/auth-email-password/generated/template-paths.js.map +1 -0
  29. package/dist/auth/core/generators/auth-email-password/generated/template-renderers.d.ts +58 -0
  30. package/dist/auth/core/generators/auth-email-password/generated/template-renderers.d.ts.map +1 -0
  31. package/dist/auth/core/generators/auth-email-password/generated/template-renderers.js +54 -0
  32. package/dist/auth/core/generators/auth-email-password/generated/template-renderers.js.map +1 -0
  33. package/dist/auth/core/generators/auth-email-password/generated/ts-import-providers.d.ts +25 -0
  34. package/dist/auth/core/generators/auth-email-password/generated/ts-import-providers.d.ts.map +1 -0
  35. package/dist/auth/core/generators/auth-email-password/generated/ts-import-providers.js +32 -0
  36. package/dist/auth/core/generators/auth-email-password/generated/ts-import-providers.js.map +1 -0
  37. package/dist/auth/core/generators/auth-email-password/generated/typed-templates.d.ts +97 -0
  38. package/dist/auth/core/generators/auth-email-password/generated/typed-templates.d.ts.map +1 -0
  39. package/dist/auth/core/generators/auth-email-password/generated/typed-templates.js +56 -0
  40. package/dist/auth/core/generators/auth-email-password/generated/typed-templates.js.map +1 -0
  41. package/dist/auth/core/generators/auth-email-password/index.d.ts +4 -0
  42. package/dist/auth/core/generators/auth-email-password/index.d.ts.map +1 -0
  43. package/dist/auth/core/generators/auth-email-password/index.js +3 -0
  44. package/dist/auth/core/generators/auth-email-password/index.js.map +1 -0
  45. package/dist/auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts +2 -0
  46. package/dist/auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts.map +1 -0
  47. package/dist/auth/core/generators/auth-email-password/templates/module/constants/password.constants.js +3 -0
  48. package/dist/auth/core/generators/auth-email-password/templates/module/constants/password.constants.js.map +1 -0
  49. package/dist/auth/core/generators/auth-email-password/templates/module/constants/password.constants.ts +3 -0
  50. package/dist/auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.d.ts +2 -0
  51. package/dist/auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.d.ts.map +1 -0
  52. package/dist/auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js +33 -0
  53. package/dist/auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js.map +1 -0
  54. package/dist/auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.ts +45 -0
  55. package/dist/auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts +21 -0
  56. package/dist/auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts.map +1 -0
  57. package/dist/auth/core/generators/auth-email-password/templates/module/services/user-password.service.js +74 -0
  58. package/dist/auth/core/generators/auth-email-password/templates/module/services/user-password.service.js.map +1 -0
  59. package/dist/auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +122 -0
  60. package/dist/auth/core/generators/auth-hooks/auth-hooks.generator.d.ts +62 -0
  61. package/dist/auth/core/generators/auth-hooks/auth-hooks.generator.d.ts.map +1 -0
  62. package/dist/auth/core/generators/auth-hooks/auth-hooks.generator.js +38 -0
  63. package/dist/auth/core/generators/auth-hooks/auth-hooks.generator.js.map +1 -0
  64. package/dist/auth/core/generators/auth-hooks/generated/index.d.ts +120 -0
  65. package/dist/auth/core/generators/auth-hooks/generated/index.d.ts.map +1 -0
  66. package/dist/auth/core/generators/auth-hooks/generated/index.js +11 -0
  67. package/dist/auth/core/generators/auth-hooks/generated/index.js.map +1 -0
  68. package/dist/auth/core/generators/auth-hooks/generated/template-paths.d.ts +16 -0
  69. package/dist/auth/core/generators/auth-hooks/generated/template-paths.d.ts.map +1 -0
  70. package/dist/auth/core/generators/auth-hooks/generated/template-paths.js +26 -0
  71. package/dist/auth/core/generators/auth-hooks/generated/template-paths.js.map +1 -0
  72. package/dist/auth/core/generators/auth-hooks/generated/template-renderers.d.ts +47 -0
  73. package/dist/auth/core/generators/auth-hooks/generated/template-renderers.d.ts.map +1 -0
  74. package/dist/auth/core/generators/auth-hooks/generated/template-renderers.js +49 -0
  75. package/dist/auth/core/generators/auth-hooks/generated/template-renderers.js.map +1 -0
  76. package/dist/auth/core/generators/auth-hooks/generated/ts-import-providers.d.ts +16 -0
  77. package/dist/auth/core/generators/auth-hooks/generated/ts-import-providers.d.ts.map +1 -0
  78. package/dist/auth/core/generators/auth-hooks/generated/ts-import-providers.js +27 -0
  79. package/dist/auth/core/generators/auth-hooks/generated/ts-import-providers.js.map +1 -0
  80. package/dist/auth/core/generators/auth-hooks/generated/typed-templates.d.ts +116 -0
  81. package/dist/auth/core/generators/auth-hooks/generated/typed-templates.d.ts.map +1 -0
  82. package/dist/auth/core/generators/auth-hooks/generated/typed-templates.js +70 -0
  83. package/dist/auth/core/generators/auth-hooks/generated/typed-templates.js.map +1 -0
  84. package/dist/auth/core/generators/auth-hooks/index.d.ts +2 -0
  85. package/dist/auth/core/generators/auth-hooks/index.d.ts.map +1 -0
  86. package/dist/auth/core/generators/auth-hooks/index.js +2 -0
  87. package/dist/auth/core/generators/auth-hooks/index.js.map +1 -0
  88. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-current-user.d.ts +18 -0
  89. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-current-user.d.ts.map +1 -0
  90. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-current-user.gql +10 -0
  91. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-current-user.js +22 -0
  92. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-current-user.js.map +1 -0
  93. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-current-user.ts +40 -0
  94. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.d.ts +2 -0
  95. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.d.ts.map +1 -0
  96. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.js +27 -0
  97. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.js.map +1 -0
  98. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.ts +29 -0
  99. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts +8 -0
  100. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts.map +1 -0
  101. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-session.js +12 -0
  102. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-session.js.map +1 -0
  103. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-session.ts +16 -0
  104. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts +7 -0
  105. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts.map +1 -0
  106. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.js +15 -0
  107. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.js.map +1 -0
  108. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.ts +16 -0
  109. package/dist/auth/{generators/fastify → core/generators}/auth-module/auth-module.generator.d.ts +45 -32
  110. package/dist/auth/core/generators/auth-module/auth-module.generator.d.ts.map +1 -0
  111. package/dist/auth/core/generators/auth-module/auth-module.generator.js +61 -0
  112. package/dist/auth/core/generators/auth-module/auth-module.generator.js.map +1 -0
  113. package/dist/auth/core/generators/auth-module/generated/index.d.ts +173 -0
  114. package/dist/auth/core/generators/auth-module/generated/index.d.ts.map +1 -0
  115. package/dist/auth/core/generators/auth-module/generated/index.js +11 -0
  116. package/dist/auth/core/generators/auth-module/generated/index.js.map +1 -0
  117. package/dist/auth/core/generators/auth-module/generated/template-paths.d.ts +19 -0
  118. package/dist/auth/core/generators/auth-module/generated/template-paths.d.ts.map +1 -0
  119. package/dist/auth/{generators/fastify → core/generators}/auth-module/generated/template-paths.js +10 -7
  120. package/dist/auth/core/generators/auth-module/generated/template-paths.js.map +1 -0
  121. package/dist/auth/core/generators/auth-module/generated/template-renderers.d.ts +80 -0
  122. package/dist/auth/core/generators/auth-module/generated/template-renderers.d.ts.map +1 -0
  123. package/dist/auth/core/generators/auth-module/generated/template-renderers.js +77 -0
  124. package/dist/auth/core/generators/auth-module/generated/template-renderers.js.map +1 -0
  125. package/dist/auth/core/generators/auth-module/generated/ts-import-providers.d.ts +22 -0
  126. package/dist/auth/core/generators/auth-module/generated/ts-import-providers.d.ts.map +1 -0
  127. package/dist/auth/core/generators/auth-module/generated/ts-import-providers.js +31 -0
  128. package/dist/auth/core/generators/auth-module/generated/ts-import-providers.js.map +1 -0
  129. package/dist/auth/{generators/fastify → core/generators}/auth-module/generated/typed-templates.d.ts +47 -7
  130. package/dist/auth/core/generators/auth-module/generated/typed-templates.d.ts.map +1 -0
  131. package/dist/auth/{generators/fastify → core/generators}/auth-module/generated/typed-templates.js +40 -3
  132. package/dist/auth/core/generators/auth-module/generated/typed-templates.js.map +1 -0
  133. package/dist/auth/core/generators/auth-module/index.d.ts +4 -0
  134. package/dist/auth/core/generators/auth-module/index.d.ts.map +1 -0
  135. package/dist/auth/core/generators/auth-module/index.js +3 -0
  136. package/dist/auth/core/generators/auth-module/index.js.map +1 -0
  137. package/dist/auth/core/generators/auth-module/templates/module/constants/user-session.constants.d.ts +16 -0
  138. package/dist/auth/core/generators/auth-module/templates/module/constants/user-session.constants.d.ts.map +1 -0
  139. package/dist/auth/core/generators/auth-module/templates/module/constants/user-session.constants.js +17 -0
  140. package/dist/auth/core/generators/auth-module/templates/module/constants/user-session.constants.js.map +1 -0
  141. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.d.ts +2 -0
  142. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.d.ts.map +1 -0
  143. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.js +17 -0
  144. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.js.map +1 -0
  145. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.ts +23 -0
  146. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session.mutations.d.ts +2 -0
  147. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session.mutations.d.ts.map +1 -0
  148. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js +18 -0
  149. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js.map +1 -0
  150. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session.mutations.ts +23 -0
  151. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session.queries.d.ts +2 -0
  152. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session.queries.d.ts.map +1 -0
  153. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session.queries.js +19 -0
  154. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session.queries.js.map +1 -0
  155. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session.queries.ts +24 -0
  156. package/dist/auth/core/generators/auth-module/templates/module/services/user-session.service.d.ts +43 -0
  157. package/dist/auth/core/generators/auth-module/templates/module/services/user-session.service.d.ts.map +1 -0
  158. package/dist/auth/core/generators/auth-module/templates/module/services/user-session.service.js +180 -0
  159. package/dist/auth/core/generators/auth-module/templates/module/services/user-session.service.js.map +1 -0
  160. package/dist/auth/{generators/fastify → core/generators}/auth-module/templates/module/services/user-session.service.ts +1 -1
  161. package/dist/auth/core/generators/auth-module/templates/module/utils/cookie-signer.d.ts +38 -0
  162. package/dist/auth/core/generators/auth-module/templates/module/utils/cookie-signer.d.ts.map +1 -0
  163. package/dist/auth/core/generators/auth-module/templates/module/utils/cookie-signer.js +71 -0
  164. package/dist/auth/core/generators/auth-module/templates/module/utils/cookie-signer.js.map +1 -0
  165. package/dist/auth/core/generators/auth-module/templates/module/utils/session-cookie.d.ts +11 -0
  166. package/dist/auth/core/generators/auth-module/templates/module/utils/session-cookie.d.ts.map +1 -0
  167. package/dist/auth/core/generators/auth-module/templates/module/utils/session-cookie.js +38 -0
  168. package/dist/auth/core/generators/auth-module/templates/module/utils/session-cookie.js.map +1 -0
  169. package/dist/auth/{generators/fastify → core/generators}/auth-module/templates/module/utils/session-cookie.ts +2 -2
  170. package/dist/auth/core/generators/auth-module/templates/module/utils/verify-request-origin.d.ts +10 -0
  171. package/dist/auth/core/generators/auth-module/templates/module/utils/verify-request-origin.d.ts.map +1 -0
  172. package/dist/auth/core/generators/auth-module/templates/module/utils/verify-request-origin.js +35 -0
  173. package/dist/auth/core/generators/auth-module/templates/module/utils/verify-request-origin.js.map +1 -0
  174. package/dist/{auth0/generators/react/auth0-components/auth0-components.generator.d.ts → auth/core/generators/auth-routes/auth-routes.generator.d.ts} +50 -20
  175. package/dist/auth/core/generators/auth-routes/auth-routes.generator.d.ts.map +1 -0
  176. package/dist/auth/core/generators/auth-routes/auth-routes.generator.js +38 -0
  177. package/dist/auth/core/generators/auth-routes/auth-routes.generator.js.map +1 -0
  178. package/dist/auth/core/generators/auth-routes/generated/index.d.ts +498 -0
  179. package/dist/{auth0/generators/react/auth0-callback → auth/core/generators/auth-routes}/generated/index.d.ts.map +1 -1
  180. package/dist/auth/core/generators/auth-routes/generated/index.js +9 -0
  181. package/dist/auth/core/generators/auth-routes/generated/index.js.map +1 -0
  182. package/dist/auth/core/generators/auth-routes/generated/template-paths.d.ts +15 -0
  183. package/dist/auth/core/generators/auth-routes/generated/template-paths.d.ts.map +1 -0
  184. package/dist/auth/core/generators/auth-routes/generated/template-paths.js +25 -0
  185. package/dist/auth/core/generators/auth-routes/generated/template-paths.js.map +1 -0
  186. package/dist/auth/core/generators/auth-routes/generated/template-renderers.d.ts +177 -0
  187. package/dist/auth/core/generators/auth-routes/generated/template-renderers.d.ts.map +1 -0
  188. package/dist/auth/core/generators/auth-routes/generated/template-renderers.js +55 -0
  189. package/dist/auth/core/generators/auth-routes/generated/template-renderers.js.map +1 -0
  190. package/dist/auth/core/generators/auth-routes/generated/typed-templates.d.ts +642 -0
  191. package/dist/auth/core/generators/auth-routes/generated/typed-templates.d.ts.map +1 -0
  192. package/dist/auth/core/generators/auth-routes/generated/typed-templates.js +57 -0
  193. package/dist/auth/core/generators/auth-routes/generated/typed-templates.js.map +1 -0
  194. package/dist/auth/core/generators/auth-routes/index.d.ts +2 -0
  195. package/dist/auth/core/generators/auth-routes/index.d.ts.map +1 -0
  196. package/dist/auth/core/generators/auth-routes/index.js +2 -0
  197. package/dist/auth/core/generators/auth-routes/index.js.map +1 -0
  198. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/login.d.ts +2 -0
  199. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/login.d.ts.map +1 -0
  200. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/login.js +85 -0
  201. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/login.js.map +1 -0
  202. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/login.tsx +161 -0
  203. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/queries.gql +15 -0
  204. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts +2 -0
  205. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts.map +1 -0
  206. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/register.js +77 -0
  207. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/register.js.map +1 -0
  208. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/register.tsx +148 -0
  209. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/route.d.ts +2 -0
  210. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/route.d.ts.map +1 -0
  211. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/route.js +10 -0
  212. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/route.js.map +1 -0
  213. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/route.tsx +17 -0
  214. package/dist/auth/core/generators/index.d.ts +8 -0
  215. package/dist/auth/core/generators/index.d.ts.map +1 -0
  216. package/dist/auth/core/generators/index.js +8 -0
  217. package/dist/auth/core/generators/index.js.map +1 -0
  218. package/dist/auth/core/generators/react-auth/index.d.ts +2 -0
  219. package/dist/auth/core/generators/react-auth/index.d.ts.map +1 -0
  220. package/dist/auth/core/generators/react-auth/index.js +2 -0
  221. package/dist/auth/core/generators/react-auth/index.js.map +1 -0
  222. package/dist/auth/core/generators/react-auth/react-auth.generator.d.ts +9 -0
  223. package/dist/auth/core/generators/react-auth/react-auth.generator.d.ts.map +1 -0
  224. package/dist/auth/core/generators/react-auth/react-auth.generator.js +31 -0
  225. package/dist/auth/core/generators/react-auth/react-auth.generator.js.map +1 -0
  226. package/dist/auth/core/generators/react-session/generated/index.d.ts +67 -0
  227. package/dist/auth/core/generators/react-session/generated/index.d.ts.map +1 -0
  228. package/dist/auth/core/generators/react-session/generated/index.js +11 -0
  229. package/dist/auth/core/generators/react-session/generated/index.js.map +1 -0
  230. package/dist/auth/core/generators/react-session/generated/template-paths.d.ts +16 -0
  231. package/dist/auth/core/generators/react-session/generated/template-paths.d.ts.map +1 -0
  232. package/dist/auth/core/generators/react-session/generated/template-paths.js +26 -0
  233. package/dist/auth/core/generators/react-session/generated/template-paths.js.map +1 -0
  234. package/dist/auth/core/generators/react-session/generated/template-renderers.d.ts +27 -0
  235. package/dist/auth/core/generators/react-session/generated/template-renderers.d.ts.map +1 -0
  236. package/dist/auth/core/generators/react-session/generated/template-renderers.js +48 -0
  237. package/dist/auth/core/generators/react-session/generated/template-renderers.js.map +1 -0
  238. package/dist/auth/core/generators/react-session/generated/ts-import-providers.d.ts +64 -0
  239. package/dist/auth/core/generators/react-session/generated/ts-import-providers.d.ts.map +1 -0
  240. package/dist/auth/core/generators/react-session/generated/ts-import-providers.js +42 -0
  241. package/dist/auth/core/generators/react-session/generated/ts-import-providers.js.map +1 -0
  242. package/dist/auth/core/generators/react-session/generated/typed-templates.d.ts +32 -0
  243. package/dist/auth/core/generators/react-session/generated/typed-templates.d.ts.map +1 -0
  244. package/dist/auth/core/generators/react-session/generated/typed-templates.js +76 -0
  245. package/dist/auth/core/generators/react-session/generated/typed-templates.js.map +1 -0
  246. package/dist/auth/core/generators/react-session/index.d.ts +4 -0
  247. package/dist/auth/core/generators/react-session/index.d.ts.map +1 -0
  248. package/dist/auth/core/generators/react-session/index.js +3 -0
  249. package/dist/auth/core/generators/react-session/index.js.map +1 -0
  250. package/dist/auth/core/generators/react-session/react-session.generator.d.ts +49 -0
  251. package/dist/auth/core/generators/react-session/react-session.generator.d.ts.map +1 -0
  252. package/dist/auth/core/generators/react-session/react-session.generator.js +39 -0
  253. package/dist/auth/core/generators/react-session/react-session.generator.js.map +1 -0
  254. package/dist/auth/core/generators/react-session/templates/src/app/user-session-check.d.ts +7 -0
  255. package/dist/auth/core/generators/react-session/templates/src/app/user-session-check.d.ts.map +1 -0
  256. package/dist/auth/core/generators/react-session/templates/src/app/user-session-check.gql +6 -0
  257. package/dist/auth/core/generators/react-session/templates/src/app/user-session-check.js +25 -0
  258. package/dist/auth/core/generators/react-session/templates/src/app/user-session-check.js.map +1 -0
  259. package/dist/auth/core/generators/react-session/templates/src/app/user-session-check.tsx +29 -0
  260. package/dist/auth/core/generators/react-session/templates/src/app/user-session-provider.d.ts +7 -0
  261. package/dist/auth/core/generators/react-session/templates/src/app/user-session-provider.d.ts.map +1 -0
  262. package/dist/auth/core/generators/react-session/templates/src/app/user-session-provider.js +18 -0
  263. package/dist/auth/core/generators/react-session/templates/src/app/user-session-provider.js.map +1 -0
  264. package/dist/auth/core/generators/react-session/templates/src/app/user-session-provider.tsx +47 -0
  265. package/dist/auth/core/generators/react-session/templates/src/hooks/use-user-session-client.d.ts +12 -0
  266. package/dist/auth/core/generators/react-session/templates/src/hooks/use-user-session-client.d.ts.map +1 -0
  267. package/dist/auth/core/generators/react-session/templates/src/hooks/use-user-session-client.js +15 -0
  268. package/dist/auth/core/generators/react-session/templates/src/hooks/use-user-session-client.js.map +1 -0
  269. package/dist/auth/core/generators/react-session/templates/src/hooks/use-user-session-client.ts +33 -0
  270. package/dist/auth/core/generators/react-session/templates/src/services/user-session-client.d.ts +79 -0
  271. package/dist/auth/core/generators/react-session/templates/src/services/user-session-client.d.ts.map +1 -0
  272. package/dist/auth/core/generators/react-session/templates/src/services/user-session-client.js +133 -0
  273. package/dist/auth/core/generators/react-session/templates/src/services/user-session-client.js.map +1 -0
  274. package/dist/auth/core/generators/react-session/templates/src/services/user-session-client.ts +153 -0
  275. package/dist/auth/core/index.d.ts +2 -0
  276. package/dist/auth/core/index.d.ts.map +1 -0
  277. package/dist/auth/core/index.js +2 -0
  278. package/dist/auth/core/index.js.map +1 -0
  279. package/dist/auth/core/node.d.ts.map +1 -1
  280. package/dist/auth/core/node.js +29 -24
  281. package/dist/auth/core/node.js.map +1 -1
  282. package/dist/auth/core/schema/models.d.ts.map +1 -1
  283. package/dist/auth/core/schema/models.js +15 -10
  284. package/dist/auth/core/schema/models.js.map +1 -1
  285. package/dist/auth/core/schema/plugin-definition.js +1 -1
  286. package/dist/auth/core/schema/plugin-definition.js.map +1 -1
  287. package/dist/auth/index.d.ts +1 -1
  288. package/dist/auth/index.d.ts.map +1 -1
  289. package/dist/auth/index.js +1 -1
  290. package/dist/auth/index.js.map +1 -1
  291. package/dist/auth0/core/components/auth-definition-editor.d.ts.map +1 -1
  292. package/dist/auth0/core/components/auth-definition-editor.js +7 -4
  293. package/dist/auth0/core/components/auth-definition-editor.js.map +1 -1
  294. package/dist/auth0/core/node.d.ts.map +1 -1
  295. package/dist/auth0/core/node.js +19 -46
  296. package/dist/auth0/core/node.js.map +1 -1
  297. package/dist/auth0/core/schema/plugin-definition.js +1 -1
  298. package/dist/auth0/core/schema/plugin-definition.js.map +1 -1
  299. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.d.ts +0 -1
  300. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.d.ts.map +1 -1
  301. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.js +2 -4
  302. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.js.map +1 -1
  303. package/dist/auth0/generators/react/auth0-hooks/generated/index.d.ts +5 -5
  304. package/dist/auth0/generators/react/auth0-hooks/generated/template-paths.d.ts +1 -1
  305. package/dist/auth0/generators/react/auth0-hooks/generated/template-paths.d.ts.map +1 -1
  306. package/dist/auth0/generators/react/auth0-hooks/generated/template-paths.js +5 -5
  307. package/dist/auth0/generators/react/auth0-hooks/generated/template-paths.js.map +1 -1
  308. package/dist/auth0/generators/react/auth0-hooks/generated/template-renderers.d.ts +4 -1
  309. package/dist/auth0/generators/react/auth0-hooks/generated/template-renderers.d.ts.map +1 -1
  310. package/dist/auth0/generators/react/auth0-hooks/generated/template-renderers.js +8 -1
  311. package/dist/auth0/generators/react/auth0-hooks/generated/template-renderers.js.map +1 -1
  312. package/dist/auth0/generators/react/auth0-hooks/generated/typed-templates.d.ts +5 -5
  313. package/dist/auth0/generators/react/auth0-hooks/generated/typed-templates.d.ts.map +1 -1
  314. package/dist/auth0/generators/react/auth0-hooks/generated/typed-templates.js +6 -6
  315. package/dist/auth0/generators/react/auth0-hooks/generated/typed-templates.js.map +1 -1
  316. package/dist/auth0/generators/react/auth0-hooks/templates/src/hooks/{useCurrentUser.ts → use-current-user.ts} +4 -3
  317. package/dist/auth0/generators/react/auth0-hooks/templates/src/hooks/{useRequiredUserId.ts → use-required-user-id.ts} +1 -1
  318. package/dist/auth0/generators/react/auth0-hooks/templates/src/hooks/{useSession.ts → use-session.ts} +2 -2
  319. package/dist/auth0/generators/react/{auth0-callback/auth0-callback.generator.d.ts → auth0-pages/auth0-pages.generator.d.ts} +18 -27
  320. package/dist/auth0/generators/react/auth0-pages/auth0-pages.generator.d.ts.map +1 -0
  321. package/dist/auth0/generators/react/auth0-pages/auth0-pages.generator.js +26 -0
  322. package/dist/auth0/generators/react/auth0-pages/auth0-pages.generator.js.map +1 -0
  323. package/dist/auth0/generators/react/auth0-pages/generated/index.d.ts +280 -0
  324. package/dist/auth0/generators/react/{auth0-components → auth0-pages}/generated/index.d.ts.map +1 -1
  325. package/dist/auth0/generators/react/auth0-pages/generated/index.js +9 -0
  326. package/dist/auth0/generators/react/auth0-pages/generated/index.js.map +1 -0
  327. package/dist/auth0/generators/react/auth0-pages/generated/template-paths.d.ts +12 -0
  328. package/dist/auth0/generators/react/auth0-pages/generated/template-paths.d.ts.map +1 -0
  329. package/dist/auth0/generators/react/auth0-pages/generated/template-paths.js +20 -0
  330. package/dist/auth0/generators/react/auth0-pages/generated/template-paths.js.map +1 -0
  331. package/dist/auth0/generators/react/{auth0-components → auth0-pages}/generated/template-renderers.d.ts +16 -16
  332. package/dist/auth0/generators/react/auth0-pages/generated/template-renderers.d.ts.map +1 -0
  333. package/dist/auth0/generators/react/auth0-pages/generated/template-renderers.js +37 -0
  334. package/dist/auth0/generators/react/auth0-pages/generated/template-renderers.js.map +1 -0
  335. package/dist/auth0/generators/react/auth0-pages/generated/typed-templates.d.ts +265 -0
  336. package/dist/auth0/generators/react/auth0-pages/generated/typed-templates.d.ts.map +1 -0
  337. package/dist/auth0/generators/react/{auth0-components → auth0-pages}/generated/typed-templates.js +6 -5
  338. package/dist/auth0/generators/react/auth0-pages/generated/typed-templates.js.map +1 -0
  339. package/dist/auth0/generators/react/auth0-pages/index.d.ts +2 -0
  340. package/dist/auth0/generators/react/auth0-pages/index.d.ts.map +1 -0
  341. package/dist/auth0/generators/react/auth0-pages/index.js +2 -0
  342. package/dist/auth0/generators/react/auth0-pages/index.js.map +1 -0
  343. package/dist/auth0/generators/react/auth0-pages/templates/routes/login.tsx +31 -0
  344. package/dist/auth0/generators/react/index.d.ts +1 -2
  345. package/dist/auth0/generators/react/index.d.ts.map +1 -1
  346. package/dist/auth0/generators/react/index.js +1 -2
  347. package/dist/auth0/generators/react/index.js.map +1 -1
  348. package/dist/auth0/generators/react/{auth0-components → react-auth0}/generated/index.d.ts +31 -30
  349. package/dist/auth0/generators/react/react-auth0/generated/index.d.ts.map +1 -0
  350. package/dist/auth0/generators/react/react-auth0/generated/index.js +9 -0
  351. package/dist/auth0/generators/react/react-auth0/generated/index.js.map +1 -0
  352. package/dist/auth0/generators/react/react-auth0/generated/template-paths.d.ts +12 -0
  353. package/dist/auth0/generators/react/react-auth0/generated/template-paths.d.ts.map +1 -0
  354. package/dist/auth0/generators/react/react-auth0/generated/template-paths.js +22 -0
  355. package/dist/auth0/generators/react/react-auth0/generated/template-paths.js.map +1 -0
  356. package/dist/auth0/generators/react/{auth0-callback → react-auth0}/generated/template-renderers.d.ts +15 -27
  357. package/dist/auth0/generators/react/react-auth0/generated/template-renderers.d.ts.map +1 -0
  358. package/dist/auth0/generators/react/react-auth0/generated/template-renderers.js +39 -0
  359. package/dist/auth0/generators/react/react-auth0/generated/template-renderers.js.map +1 -0
  360. package/dist/auth0/generators/react/{auth0-components → react-auth0}/generated/typed-templates.d.ts +14 -9
  361. package/dist/auth0/generators/react/react-auth0/generated/typed-templates.d.ts.map +1 -0
  362. package/dist/auth0/generators/react/react-auth0/generated/typed-templates.js +17 -0
  363. package/dist/auth0/generators/react/react-auth0/generated/typed-templates.js.map +1 -0
  364. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.d.ts +159 -3
  365. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.d.ts.map +1 -1
  366. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.js +56 -13
  367. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.js.map +1 -1
  368. package/dist/auth0/generators/react/react-auth0/templates/src/app/auth-loaded-gate.tsx +78 -0
  369. package/dist/common/compiler/generator-creators.d.ts +18 -0
  370. package/dist/common/compiler/generator-creators.d.ts.map +1 -0
  371. package/dist/common/compiler/generator-creators.js +34 -0
  372. package/dist/common/compiler/generator-creators.js.map +1 -0
  373. package/dist/common/compiler/index.d.ts +2 -0
  374. package/dist/common/compiler/index.d.ts.map +1 -0
  375. package/dist/common/compiler/index.js +2 -0
  376. package/dist/common/compiler/index.js.map +1 -0
  377. package/dist/common/index.d.ts +3 -0
  378. package/dist/common/index.d.ts.map +1 -0
  379. package/dist/common/index.js +3 -0
  380. package/dist/common/index.js.map +1 -0
  381. package/dist/common/roles/components/index.d.ts +2 -0
  382. package/dist/common/roles/components/index.d.ts.map +1 -0
  383. package/dist/common/roles/components/index.js +2 -0
  384. package/dist/common/roles/components/index.js.map +1 -0
  385. package/dist/{auth0/core/components → common/roles/components/role-editor-form}/role-dialog.d.ts +1 -1
  386. package/dist/common/roles/components/role-editor-form/role-dialog.d.ts.map +1 -0
  387. package/dist/{auth0/core/components → common/roles/components/role-editor-form}/role-dialog.js +1 -1
  388. package/dist/common/roles/components/role-editor-form/role-dialog.js.map +1 -0
  389. package/dist/common/roles/components/role-editor-form/role-editor-form.d.ts +10 -0
  390. package/dist/common/roles/components/role-editor-form/role-editor-form.d.ts.map +1 -0
  391. package/dist/{auth0/core/components → common/roles/components/role-editor-form}/role-editor-form.js +5 -8
  392. package/dist/common/roles/components/role-editor-form/role-editor-form.js.map +1 -0
  393. package/dist/common/roles/constants.d.ts.map +1 -0
  394. package/dist/common/roles/constants.js.map +1 -0
  395. package/dist/common/roles/index.d.ts +4 -0
  396. package/dist/common/roles/index.d.ts.map +1 -0
  397. package/dist/common/roles/index.js +4 -0
  398. package/dist/common/roles/index.js.map +1 -0
  399. package/dist/common/roles/schema.d.ts.map +1 -0
  400. package/dist/common/roles/schema.js.map +1 -0
  401. package/dist/index.d.ts +1 -0
  402. package/dist/index.js +1 -0
  403. package/dist/index.js.map +1 -1
  404. package/dist/placeholder-auth/core/common.d.ts +8 -0
  405. package/dist/placeholder-auth/core/common.d.ts.map +1 -0
  406. package/dist/placeholder-auth/core/common.js +26 -0
  407. package/dist/placeholder-auth/core/common.js.map +1 -0
  408. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.d.ts +5 -0
  409. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.d.ts.map +1 -0
  410. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.js +58 -0
  411. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.js.map +1 -0
  412. package/dist/placeholder-auth/core/generators/index.d.ts +4 -0
  413. package/dist/placeholder-auth/core/generators/index.d.ts.map +1 -0
  414. package/dist/placeholder-auth/core/generators/index.js +4 -0
  415. package/dist/placeholder-auth/core/generators/index.js.map +1 -0
  416. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.d.ts +51 -0
  417. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.d.ts.map +1 -0
  418. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.js +11 -0
  419. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.js.map +1 -0
  420. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.d.ts +16 -0
  421. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.d.ts.map +1 -0
  422. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.js +28 -0
  423. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.js.map +1 -0
  424. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.d.ts +24 -0
  425. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.d.ts.map +1 -0
  426. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.js +46 -0
  427. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.js.map +1 -0
  428. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.d.ts +16 -0
  429. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.d.ts.map +1 -0
  430. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.js +27 -0
  431. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.js.map +1 -0
  432. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.d.ts +24 -0
  433. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.d.ts.map +1 -0
  434. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.js +68 -0
  435. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.js.map +1 -0
  436. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.d.ts +2 -0
  437. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.d.ts.map +1 -0
  438. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.js +2 -0
  439. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.js.map +1 -0
  440. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.d.ts +39 -0
  441. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.d.ts.map +1 -0
  442. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.js +38 -0
  443. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.js.map +1 -0
  444. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-current-user.d.ts +14 -0
  445. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-current-user.d.ts.map +1 -0
  446. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-current-user.gql +10 -0
  447. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-current-user.js +23 -0
  448. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-current-user.js.map +1 -0
  449. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-current-user.ts +35 -0
  450. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.d.ts +5 -0
  451. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.d.ts.map +1 -0
  452. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.js +8 -0
  453. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.js.map +1 -0
  454. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.ts +8 -0
  455. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.d.ts +9 -0
  456. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.d.ts.map +1 -0
  457. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.js +8 -0
  458. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.js.map +1 -0
  459. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.ts +13 -0
  460. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts +5 -0
  461. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts.map +1 -0
  462. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.js +13 -0
  463. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.js.map +1 -0
  464. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.ts +14 -0
  465. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.d.ts +45 -0
  466. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.d.ts.map +1 -0
  467. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.js +27 -0
  468. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.js.map +1 -0
  469. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.d.ts +75 -0
  470. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.d.ts.map +1 -0
  471. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.js +11 -0
  472. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.js.map +1 -0
  473. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.d.ts +12 -0
  474. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.d.ts.map +1 -0
  475. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.js +24 -0
  476. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.js.map +1 -0
  477. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.d.ts +39 -0
  478. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.d.ts.map +1 -0
  479. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.js +41 -0
  480. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.js.map +1 -0
  481. package/dist/{auth/generators/fastify/auth-module → placeholder-auth/core/generators/placeholder-auth-module}/generated/ts-import-providers.d.ts +2 -2
  482. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.d.ts.map +1 -0
  483. package/dist/{auth/generators/fastify/auth-module → placeholder-auth/core/generators/placeholder-auth-module}/generated/ts-import-providers.js +5 -5
  484. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.js.map +1 -0
  485. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.d.ts +26 -0
  486. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.d.ts.map +1 -0
  487. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.js +20 -0
  488. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.js.map +1 -0
  489. package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.d.ts.map +1 -0
  490. package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.js.map +1 -0
  491. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.d.ts +23 -0
  492. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.d.ts.map +1 -0
  493. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.js +29 -0
  494. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.js.map +1 -0
  495. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.ts +41 -0
  496. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.d.ts +2 -0
  497. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.d.ts.map +1 -0
  498. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.js +2 -0
  499. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.js.map +1 -0
  500. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.d.ts +9 -0
  501. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.d.ts.map +1 -0
  502. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.js +31 -0
  503. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.js.map +1 -0
  504. package/dist/placeholder-auth/core/index.d.ts +2 -0
  505. package/dist/placeholder-auth/core/index.d.ts.map +1 -0
  506. package/dist/placeholder-auth/core/index.js +2 -0
  507. package/dist/placeholder-auth/core/index.js.map +1 -0
  508. package/dist/placeholder-auth/core/node.d.ts +5 -0
  509. package/dist/placeholder-auth/core/node.d.ts.map +1 -0
  510. package/dist/placeholder-auth/core/node.js +46 -0
  511. package/dist/placeholder-auth/core/node.js.map +1 -0
  512. package/dist/placeholder-auth/core/schema/models.d.ts +6 -0
  513. package/dist/placeholder-auth/core/schema/models.d.ts.map +1 -0
  514. package/dist/placeholder-auth/core/schema/models.js +35 -0
  515. package/dist/placeholder-auth/core/schema/models.js.map +1 -0
  516. package/dist/placeholder-auth/core/schema/plugin-definition.d.ts +82 -0
  517. package/dist/placeholder-auth/core/schema/plugin-definition.d.ts.map +1 -0
  518. package/dist/placeholder-auth/core/schema/plugin-definition.js +17 -0
  519. package/dist/placeholder-auth/core/schema/plugin-definition.js.map +1 -0
  520. package/dist/placeholder-auth/core/web.d.ts +6 -0
  521. package/dist/placeholder-auth/core/web.d.ts.map +1 -0
  522. package/dist/placeholder-auth/core/web.js +14 -0
  523. package/dist/placeholder-auth/core/web.js.map +1 -0
  524. package/dist/placeholder-auth/index.d.ts +2 -0
  525. package/dist/placeholder-auth/index.d.ts.map +1 -0
  526. package/dist/placeholder-auth/index.js +2 -0
  527. package/dist/placeholder-auth/index.js.map +1 -0
  528. package/dist/placeholder-auth/metadata.json +9 -0
  529. package/dist/placeholder-auth/static/icon.svg +1 -0
  530. package/dist/web/assets/{__federation_expose_auth0CoreCommon-BYomLcgs.js → __federation_expose_auth0CoreCommon-DcWFsNod.js} +3 -3
  531. package/dist/web/assets/{__federation_expose_auth0CoreCommon-BYomLcgs.js.map → __federation_expose_auth0CoreCommon-DcWFsNod.js.map} +1 -1
  532. package/dist/web/assets/__federation_expose_auth0CoreWeb-BrPTg7eC.js +201 -0
  533. package/dist/web/assets/__federation_expose_auth0CoreWeb-BrPTg7eC.js.map +1 -0
  534. package/dist/web/assets/{__federation_expose_authCoreCommon-CvirZ1-l.js → __federation_expose_authCoreCommon-20XIFvpM.js} +3 -3
  535. package/dist/web/assets/{__federation_expose_authCoreCommon-CvirZ1-l.js.map → __federation_expose_authCoreCommon-20XIFvpM.js.map} +1 -1
  536. package/dist/web/assets/{__federation_expose_authCoreWeb-BXQrtVzN.js → __federation_expose_authCoreWeb-BB5P8uYV.js} +49 -93
  537. package/dist/web/assets/__federation_expose_authCoreWeb-BB5P8uYV.js.map +1 -0
  538. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-Jwt0q3ST.js +39 -0
  539. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-Jwt0q3ST.js.map +1 -0
  540. package/dist/web/assets/__federation_expose_placeholder-authCoreWeb-_Y4pVvZX.js +197 -0
  541. package/dist/web/assets/__federation_expose_placeholder-authCoreWeb-_Y4pVvZX.js.map +1 -0
  542. package/dist/web/assets/{__federation_fn_import-5oUmvVro.js → __federation_fn_import-CpGU4emr.js} +2 -2
  543. package/dist/web/assets/{__federation_fn_import-5oUmvVro.js.map → __federation_fn_import-CpGU4emr.js.map} +1 -1
  544. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-DURp5OH4.js → web-33D53Q49.js} +5 -5
  545. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-DURp5OH4.js.map → web-33D53Q49.js.map} +1 -1
  546. package/dist/web/assets/__federation_shared_@baseplate-dev/{project-builder-lib-SOC0hDo0.js → project-builder-lib-B8gI4CR0.js} +54 -79
  547. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-B8gI4CR0.js.map +1 -0
  548. package/dist/web/assets/__federation_shared_@baseplate-dev/{ui-components-BIPS02bW.js → ui-components-ClpdcB7_.js} +2970 -16
  549. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-ClpdcB7_.js.map +1 -0
  550. package/dist/web/assets/{index-BAu6L5Vh.js → index-47TZ-Oc4.js} +2 -2
  551. package/dist/web/assets/{index-BAu6L5Vh.js.map → index-47TZ-Oc4.js.map} +1 -1
  552. package/dist/web/assets/{index.esm-C_MMkPsN.js → index.esm-Erws1yaL.js} +90 -47
  553. package/dist/web/assets/index.esm-Erws1yaL.js.map +1 -0
  554. package/dist/web/assets/{model-merger-qTOhcMVY.js → model-merger-BteeU9dp.js} +72 -14
  555. package/dist/web/assets/model-merger-BteeU9dp.js.map +1 -0
  556. package/dist/web/assets/{plugin-definition-7hIqggth.js → plugin-definition-BOUJurAr.js} +3 -3
  557. package/dist/web/assets/plugin-definition-BOUJurAr.js.map +1 -0
  558. package/dist/web/assets/plugin-definition-BeI52Xpr.js +24 -0
  559. package/dist/web/assets/plugin-definition-BeI52Xpr.js.map +1 -0
  560. package/dist/web/assets/{plugin-definition-BHJF50Kq.js → plugin-definition-CnMRuS0h.js} +3 -3
  561. package/dist/web/assets/plugin-definition-CnMRuS0h.js.map +1 -0
  562. package/dist/web/assets/{react-8Ha9uuy8.js → react-CIaEd3xM.js} +2 -2
  563. package/dist/web/assets/{react-8Ha9uuy8.js.map → react-CIaEd3xM.js.map} +1 -1
  564. package/dist/web/assets/remoteEntry.js +14 -8
  565. package/dist/web/assets/remoteEntry.js.map +1 -1
  566. package/dist/web/assets/role-editor-form-Bk9sOqqk.js +319 -0
  567. package/dist/web/assets/role-editor-form-Bk9sOqqk.js.map +1 -0
  568. package/dist/web/assets/{style-BdgwWjAf.css → style-ZUYizAnf.css} +9 -11
  569. package/dist/web/assets/styles-mSx3A02F.js +201 -0
  570. package/dist/web/assets/styles-mSx3A02F.js.map +1 -0
  571. package/dist/web/index.html +1 -1
  572. package/manifest.json +1 -1
  573. package/package.json +12 -11
  574. package/dist/auth/core/components/role-editor-form.d.ts +0 -10
  575. package/dist/auth/core/components/role-editor-form.d.ts.map +0 -1
  576. package/dist/auth/core/components/role-editor-form.js +0 -27
  577. package/dist/auth/core/components/role-editor-form.js.map +0 -1
  578. package/dist/auth/generators/fastify/auth-module/auth-module.generator.d.ts.map +0 -1
  579. package/dist/auth/generators/fastify/auth-module/auth-module.generator.js +0 -74
  580. package/dist/auth/generators/fastify/auth-module/auth-module.generator.js.map +0 -1
  581. package/dist/auth/generators/fastify/auth-module/generated/index.d.ts +0 -88
  582. package/dist/auth/generators/fastify/auth-module/generated/index.d.ts.map +0 -1
  583. package/dist/auth/generators/fastify/auth-module/generated/index.js +0 -9
  584. package/dist/auth/generators/fastify/auth-module/generated/index.js.map +0 -1
  585. package/dist/auth/generators/fastify/auth-module/generated/template-paths.d.ts +0 -16
  586. package/dist/auth/generators/fastify/auth-module/generated/template-paths.d.ts.map +0 -1
  587. package/dist/auth/generators/fastify/auth-module/generated/template-paths.js.map +0 -1
  588. package/dist/auth/generators/fastify/auth-module/generated/ts-import-providers.d.ts.map +0 -1
  589. package/dist/auth/generators/fastify/auth-module/generated/ts-import-providers.js.map +0 -1
  590. package/dist/auth/generators/fastify/auth-module/generated/typed-templates.d.ts.map +0 -1
  591. package/dist/auth/generators/fastify/auth-module/generated/typed-templates.js.map +0 -1
  592. package/dist/auth/generators/fastify/auth-module/index.d.ts.map +0 -1
  593. package/dist/auth/generators/fastify/auth-module/index.js.map +0 -1
  594. package/dist/auth/generators/fastify/index.d.ts +0 -2
  595. package/dist/auth/generators/fastify/index.d.ts.map +0 -1
  596. package/dist/auth/generators/fastify/index.js +0 -2
  597. package/dist/auth/generators/fastify/index.js.map +0 -1
  598. package/dist/auth/generators/index.d.ts +0 -2
  599. package/dist/auth/generators/index.d.ts.map +0 -1
  600. package/dist/auth/generators/index.js +0 -2
  601. package/dist/auth/generators/index.js.map +0 -1
  602. package/dist/auth0/core/components/role-dialog.d.ts.map +0 -1
  603. package/dist/auth0/core/components/role-dialog.js.map +0 -1
  604. package/dist/auth0/core/components/role-editor-form.d.ts +0 -10
  605. package/dist/auth0/core/components/role-editor-form.d.ts.map +0 -1
  606. package/dist/auth0/core/components/role-editor-form.js.map +0 -1
  607. package/dist/auth0/generators/react/auth0-callback/auth0-callback.generator.d.ts.map +0 -1
  608. package/dist/auth0/generators/react/auth0-callback/auth0-callback.generator.js +0 -48
  609. package/dist/auth0/generators/react/auth0-callback/auth0-callback.generator.js.map +0 -1
  610. package/dist/auth0/generators/react/auth0-callback/generated/index.d.ts +0 -440
  611. package/dist/auth0/generators/react/auth0-callback/generated/index.js +0 -9
  612. package/dist/auth0/generators/react/auth0-callback/generated/index.js.map +0 -1
  613. package/dist/auth0/generators/react/auth0-callback/generated/template-paths.d.ts +0 -13
  614. package/dist/auth0/generators/react/auth0-callback/generated/template-paths.d.ts.map +0 -1
  615. package/dist/auth0/generators/react/auth0-callback/generated/template-paths.js +0 -23
  616. package/dist/auth0/generators/react/auth0-callback/generated/template-paths.js.map +0 -1
  617. package/dist/auth0/generators/react/auth0-callback/generated/template-renderers.d.ts.map +0 -1
  618. package/dist/auth0/generators/react/auth0-callback/generated/template-renderers.js +0 -54
  619. package/dist/auth0/generators/react/auth0-callback/generated/template-renderers.js.map +0 -1
  620. package/dist/auth0/generators/react/auth0-callback/generated/typed-templates.d.ts +0 -280
  621. package/dist/auth0/generators/react/auth0-callback/generated/typed-templates.d.ts.map +0 -1
  622. package/dist/auth0/generators/react/auth0-callback/generated/typed-templates.js +0 -30
  623. package/dist/auth0/generators/react/auth0-callback/generated/typed-templates.js.map +0 -1
  624. package/dist/auth0/generators/react/auth0-callback/index.d.ts +0 -2
  625. package/dist/auth0/generators/react/auth0-callback/index.d.ts.map +0 -1
  626. package/dist/auth0/generators/react/auth0-callback/index.js +0 -2
  627. package/dist/auth0/generators/react/auth0-callback/index.js.map +0 -1
  628. package/dist/auth0/generators/react/auth0-callback/templates/routes/auth0-callback.tsx +0 -63
  629. package/dist/auth0/generators/react/auth0-callback/templates/routes/signup.tsx +0 -48
  630. package/dist/auth0/generators/react/auth0-components/auth0-components.generator.d.ts.map +0 -1
  631. package/dist/auth0/generators/react/auth0-components/auth0-components.generator.js +0 -40
  632. package/dist/auth0/generators/react/auth0-components/auth0-components.generator.js.map +0 -1
  633. package/dist/auth0/generators/react/auth0-components/generated/index.js +0 -11
  634. package/dist/auth0/generators/react/auth0-components/generated/index.js.map +0 -1
  635. package/dist/auth0/generators/react/auth0-components/generated/template-paths.d.ts +0 -12
  636. package/dist/auth0/generators/react/auth0-components/generated/template-paths.d.ts.map +0 -1
  637. package/dist/auth0/generators/react/auth0-components/generated/template-paths.js +0 -22
  638. package/dist/auth0/generators/react/auth0-components/generated/template-paths.js.map +0 -1
  639. package/dist/auth0/generators/react/auth0-components/generated/template-renderers.d.ts.map +0 -1
  640. package/dist/auth0/generators/react/auth0-components/generated/template-renderers.js +0 -39
  641. package/dist/auth0/generators/react/auth0-components/generated/template-renderers.js.map +0 -1
  642. package/dist/auth0/generators/react/auth0-components/generated/ts-import-providers.d.ts +0 -10
  643. package/dist/auth0/generators/react/auth0-components/generated/ts-import-providers.d.ts.map +0 -1
  644. package/dist/auth0/generators/react/auth0-components/generated/ts-import-providers.js +0 -25
  645. package/dist/auth0/generators/react/auth0-components/generated/ts-import-providers.js.map +0 -1
  646. package/dist/auth0/generators/react/auth0-components/generated/typed-templates.d.ts.map +0 -1
  647. package/dist/auth0/generators/react/auth0-components/generated/typed-templates.js.map +0 -1
  648. package/dist/auth0/generators/react/auth0-components/index.d.ts +0 -2
  649. package/dist/auth0/generators/react/auth0-components/index.d.ts.map +0 -1
  650. package/dist/auth0/generators/react/auth0-components/index.js +0 -2
  651. package/dist/auth0/generators/react/auth0-components/index.js.map +0 -1
  652. package/dist/auth0/generators/react/auth0-components/templates/src/components/require-auth/require-auth.tsx +0 -22
  653. package/dist/roles/constants.d.ts.map +0 -1
  654. package/dist/roles/constants.js.map +0 -1
  655. package/dist/roles/index.d.ts +0 -3
  656. package/dist/roles/index.d.ts.map +0 -1
  657. package/dist/roles/index.js +0 -3
  658. package/dist/roles/index.js.map +0 -1
  659. package/dist/roles/schema.d.ts.map +0 -1
  660. package/dist/roles/schema.js.map +0 -1
  661. package/dist/utils/cn.d.ts +0 -2
  662. package/dist/utils/cn.d.ts.map +0 -1
  663. package/dist/utils/cn.js +0 -2
  664. package/dist/utils/cn.js.map +0 -1
  665. package/dist/web/assets/__federation_expose_auth0CoreWeb-T5lCcgD1.js +0 -387
  666. package/dist/web/assets/__federation_expose_auth0CoreWeb-T5lCcgD1.js.map +0 -1
  667. package/dist/web/assets/__federation_expose_authCoreWeb-BXQrtVzN.js.map +0 -1
  668. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-SOC0hDo0.js.map +0 -1
  669. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-BIPS02bW.js.map +0 -1
  670. package/dist/web/assets/index.esm-C_MMkPsN.js.map +0 -1
  671. package/dist/web/assets/model-merger-qTOhcMVY.js.map +0 -1
  672. package/dist/web/assets/plugin-definition-7hIqggth.js.map +0 -1
  673. package/dist/web/assets/plugin-definition-BHJF50Kq.js.map +0 -1
  674. package/dist/web/assets/schema-BdX0t_km.js +0 -72
  675. package/dist/web/assets/schema-BdX0t_km.js.map +0 -1
  676. package/dist/web/assets/styles-3Wg6h_d_.js +0 -8
  677. package/dist/web/assets/styles-3Wg6h_d_.js.map +0 -1
  678. /package/dist/auth/{generators/fastify → core/generators}/auth-module/templates/module/constants/user-session.constants.ts +0 -0
  679. /package/dist/auth/{generators/fastify → core/generators}/auth-module/templates/module/utils/cookie-signer.ts +0 -0
  680. /package/dist/auth/{generators/fastify → core/generators}/auth-module/templates/module/utils/verify-request-origin.ts +0 -0
  681. /package/dist/auth0/generators/react/auth0-hooks/templates/src/hooks/{useCurrentUser.gql → use-current-user.gql} +0 -0
  682. /package/dist/auth0/generators/react/auth0-hooks/templates/src/hooks/{useLogOut.ts → use-log-out.ts} +0 -0
  683. /package/dist/{roles → common/roles}/constants.d.ts +0 -0
  684. /package/dist/{roles → common/roles}/constants.js +0 -0
  685. /package/dist/{roles → common/roles}/schema.d.ts +0 -0
  686. /package/dist/{roles → common/roles}/schema.js +0 -0
  687. /package/dist/{auth/generators/fastify/auth-module → placeholder-auth/core/generators/placeholder-auth-module}/index.d.ts +0 -0
  688. /package/dist/{auth/generators/fastify/auth-module → placeholder-auth/core/generators/placeholder-auth-module}/index.js +0 -0
@@ -1,7 +1,7 @@
1
- import { importShared } from '../__federation_fn_import-5oUmvVro.js';
2
- import { j as jsxRuntimeExports, b as useController, u as useFormState, g as get } from '../index.esm-C_MMkPsN.js';
3
- import { M as MdMoreHoriz, a as MdChevronRight, b as MdChevronLeft, c as MdExpandMore, d as MdCheck, e as MdUnfoldMore, f as MdClose, g as MdSearch, h as MdCalendarMonth, i as MdSchedule, j as MdCircle, k as MdFormatListBulleted, l as MdOutlineErrorOutline, m as MdOutlineSave } from '../index-BAu6L5Vh.js';
4
- import { c as create } from '../react-8Ha9uuy8.js';
1
+ import { importShared } from '../__federation_fn_import-CpGU4emr.js';
2
+ import { j as jsxRuntimeExports, b as useController, u as useFormState, g as get } from '../index.esm-Erws1yaL.js';
3
+ import { M as MdMoreHoriz, a as MdChevronRight, b as MdChevronLeft, c as MdExpandMore, d as MdCheck, e as MdUnfoldMore, f as MdClose, g as MdSearch, h as MdCalendarMonth, i as MdSchedule, j as MdCircle, k as MdFormatListBulleted, l as MdOutlineErrorOutline, m as MdOutlineSave } from '../index-47TZ-Oc4.js';
4
+ import { c as create } from '../react-CIaEd3xM.js';
5
5
 
6
6
  /**
7
7
  * Type guard to check if a value is not null or undefined.
@@ -53,8 +53,2963 @@ const cva = (base, config)=>(props)=>{
53
53
  return cx(base, getVariantClassNames, getCompoundVariantClassNames, props === null || props === void 0 ? void 0 : props.class, props === null || props === void 0 ? void 0 : props.className);
54
54
  };
55
55
 
56
+ const CLASS_PART_SEPARATOR = '-';
57
+ const createClassGroupUtils = config => {
58
+ const classMap = createClassMap(config);
59
+ const {
60
+ conflictingClassGroups,
61
+ conflictingClassGroupModifiers
62
+ } = config;
63
+ const getClassGroupId = className => {
64
+ const classParts = className.split(CLASS_PART_SEPARATOR);
65
+ // Classes like `-inset-1` produce an empty string as first classPart. We assume that classes for negative values are used correctly and remove it from classParts.
66
+ if (classParts[0] === '' && classParts.length !== 1) {
67
+ classParts.shift();
68
+ }
69
+ return getGroupRecursive(classParts, classMap) || getGroupIdForArbitraryProperty(className);
70
+ };
71
+ const getConflictingClassGroupIds = (classGroupId, hasPostfixModifier) => {
72
+ const conflicts = conflictingClassGroups[classGroupId] || [];
73
+ if (hasPostfixModifier && conflictingClassGroupModifiers[classGroupId]) {
74
+ return [...conflicts, ...conflictingClassGroupModifiers[classGroupId]];
75
+ }
76
+ return conflicts;
77
+ };
78
+ return {
79
+ getClassGroupId,
80
+ getConflictingClassGroupIds
81
+ };
82
+ };
83
+ const getGroupRecursive = (classParts, classPartObject) => {
84
+ if (classParts.length === 0) {
85
+ return classPartObject.classGroupId;
86
+ }
87
+ const currentClassPart = classParts[0];
88
+ const nextClassPartObject = classPartObject.nextPart.get(currentClassPart);
89
+ const classGroupFromNextClassPart = nextClassPartObject ? getGroupRecursive(classParts.slice(1), nextClassPartObject) : undefined;
90
+ if (classGroupFromNextClassPart) {
91
+ return classGroupFromNextClassPart;
92
+ }
93
+ if (classPartObject.validators.length === 0) {
94
+ return undefined;
95
+ }
96
+ const classRest = classParts.join(CLASS_PART_SEPARATOR);
97
+ return classPartObject.validators.find(({
98
+ validator
99
+ }) => validator(classRest))?.classGroupId;
100
+ };
101
+ const arbitraryPropertyRegex = /^\[(.+)\]$/;
102
+ const getGroupIdForArbitraryProperty = className => {
103
+ if (arbitraryPropertyRegex.test(className)) {
104
+ const arbitraryPropertyClassName = arbitraryPropertyRegex.exec(className)[1];
105
+ const property = arbitraryPropertyClassName?.substring(0, arbitraryPropertyClassName.indexOf(':'));
106
+ if (property) {
107
+ // I use two dots here because one dot is used as prefix for class groups in plugins
108
+ return 'arbitrary..' + property;
109
+ }
110
+ }
111
+ };
112
+ /**
113
+ * Exported for testing only
114
+ */
115
+ const createClassMap = config => {
116
+ const {
117
+ theme,
118
+ classGroups
119
+ } = config;
120
+ const classMap = {
121
+ nextPart: new Map(),
122
+ validators: []
123
+ };
124
+ for (const classGroupId in classGroups) {
125
+ processClassesRecursively(classGroups[classGroupId], classMap, classGroupId, theme);
126
+ }
127
+ return classMap;
128
+ };
129
+ const processClassesRecursively = (classGroup, classPartObject, classGroupId, theme) => {
130
+ classGroup.forEach(classDefinition => {
131
+ if (typeof classDefinition === 'string') {
132
+ const classPartObjectToEdit = classDefinition === '' ? classPartObject : getPart(classPartObject, classDefinition);
133
+ classPartObjectToEdit.classGroupId = classGroupId;
134
+ return;
135
+ }
136
+ if (typeof classDefinition === 'function') {
137
+ if (isThemeGetter(classDefinition)) {
138
+ processClassesRecursively(classDefinition(theme), classPartObject, classGroupId, theme);
139
+ return;
140
+ }
141
+ classPartObject.validators.push({
142
+ validator: classDefinition,
143
+ classGroupId
144
+ });
145
+ return;
146
+ }
147
+ Object.entries(classDefinition).forEach(([key, classGroup]) => {
148
+ processClassesRecursively(classGroup, getPart(classPartObject, key), classGroupId, theme);
149
+ });
150
+ });
151
+ };
152
+ const getPart = (classPartObject, path) => {
153
+ let currentClassPartObject = classPartObject;
154
+ path.split(CLASS_PART_SEPARATOR).forEach(pathPart => {
155
+ if (!currentClassPartObject.nextPart.has(pathPart)) {
156
+ currentClassPartObject.nextPart.set(pathPart, {
157
+ nextPart: new Map(),
158
+ validators: []
159
+ });
160
+ }
161
+ currentClassPartObject = currentClassPartObject.nextPart.get(pathPart);
162
+ });
163
+ return currentClassPartObject;
164
+ };
165
+ const isThemeGetter = func => func.isThemeGetter;
166
+
167
+ // LRU cache inspired from hashlru (https://github.com/dominictarr/hashlru/blob/v1.0.4/index.js) but object replaced with Map to improve performance
168
+ const createLruCache = maxCacheSize => {
169
+ if (maxCacheSize < 1) {
170
+ return {
171
+ get: () => undefined,
172
+ set: () => {}
173
+ };
174
+ }
175
+ let cacheSize = 0;
176
+ let cache = new Map();
177
+ let previousCache = new Map();
178
+ const update = (key, value) => {
179
+ cache.set(key, value);
180
+ cacheSize++;
181
+ if (cacheSize > maxCacheSize) {
182
+ cacheSize = 0;
183
+ previousCache = cache;
184
+ cache = new Map();
185
+ }
186
+ };
187
+ return {
188
+ get(key) {
189
+ let value = cache.get(key);
190
+ if (value !== undefined) {
191
+ return value;
192
+ }
193
+ if ((value = previousCache.get(key)) !== undefined) {
194
+ update(key, value);
195
+ return value;
196
+ }
197
+ },
198
+ set(key, value) {
199
+ if (cache.has(key)) {
200
+ cache.set(key, value);
201
+ } else {
202
+ update(key, value);
203
+ }
204
+ }
205
+ };
206
+ };
207
+ const IMPORTANT_MODIFIER = '!';
208
+ const MODIFIER_SEPARATOR = ':';
209
+ const MODIFIER_SEPARATOR_LENGTH = MODIFIER_SEPARATOR.length;
210
+ const createParseClassName = config => {
211
+ const {
212
+ prefix,
213
+ experimentalParseClassName
214
+ } = config;
215
+ /**
216
+ * Parse class name into parts.
217
+ *
218
+ * Inspired by `splitAtTopLevelOnly` used in Tailwind CSS
219
+ * @see https://github.com/tailwindlabs/tailwindcss/blob/v3.2.2/src/util/splitAtTopLevelOnly.js
220
+ */
221
+ let parseClassName = className => {
222
+ const modifiers = [];
223
+ let bracketDepth = 0;
224
+ let parenDepth = 0;
225
+ let modifierStart = 0;
226
+ let postfixModifierPosition;
227
+ for (let index = 0; index < className.length; index++) {
228
+ let currentCharacter = className[index];
229
+ if (bracketDepth === 0 && parenDepth === 0) {
230
+ if (currentCharacter === MODIFIER_SEPARATOR) {
231
+ modifiers.push(className.slice(modifierStart, index));
232
+ modifierStart = index + MODIFIER_SEPARATOR_LENGTH;
233
+ continue;
234
+ }
235
+ if (currentCharacter === '/') {
236
+ postfixModifierPosition = index;
237
+ continue;
238
+ }
239
+ }
240
+ if (currentCharacter === '[') {
241
+ bracketDepth++;
242
+ } else if (currentCharacter === ']') {
243
+ bracketDepth--;
244
+ } else if (currentCharacter === '(') {
245
+ parenDepth++;
246
+ } else if (currentCharacter === ')') {
247
+ parenDepth--;
248
+ }
249
+ }
250
+ const baseClassNameWithImportantModifier = modifiers.length === 0 ? className : className.substring(modifierStart);
251
+ const baseClassName = stripImportantModifier(baseClassNameWithImportantModifier);
252
+ const hasImportantModifier = baseClassName !== baseClassNameWithImportantModifier;
253
+ const maybePostfixModifierPosition = postfixModifierPosition && postfixModifierPosition > modifierStart ? postfixModifierPosition - modifierStart : undefined;
254
+ return {
255
+ modifiers,
256
+ hasImportantModifier,
257
+ baseClassName,
258
+ maybePostfixModifierPosition
259
+ };
260
+ };
261
+ if (prefix) {
262
+ const fullPrefix = prefix + MODIFIER_SEPARATOR;
263
+ const parseClassNameOriginal = parseClassName;
264
+ parseClassName = className => className.startsWith(fullPrefix) ? parseClassNameOriginal(className.substring(fullPrefix.length)) : {
265
+ isExternal: true,
266
+ modifiers: [],
267
+ hasImportantModifier: false,
268
+ baseClassName: className,
269
+ maybePostfixModifierPosition: undefined
270
+ };
271
+ }
272
+ if (experimentalParseClassName) {
273
+ const parseClassNameOriginal = parseClassName;
274
+ parseClassName = className => experimentalParseClassName({
275
+ className,
276
+ parseClassName: parseClassNameOriginal
277
+ });
278
+ }
279
+ return parseClassName;
280
+ };
281
+ const stripImportantModifier = baseClassName => {
282
+ if (baseClassName.endsWith(IMPORTANT_MODIFIER)) {
283
+ return baseClassName.substring(0, baseClassName.length - 1);
284
+ }
285
+ /**
286
+ * In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
287
+ * @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
288
+ */
289
+ if (baseClassName.startsWith(IMPORTANT_MODIFIER)) {
290
+ return baseClassName.substring(1);
291
+ }
292
+ return baseClassName;
293
+ };
294
+
295
+ /**
296
+ * Sorts modifiers according to following schema:
297
+ * - Predefined modifiers are sorted alphabetically
298
+ * - When an arbitrary variant appears, it must be preserved which modifiers are before and after it
299
+ */
300
+ const createSortModifiers = config => {
301
+ const orderSensitiveModifiers = Object.fromEntries(config.orderSensitiveModifiers.map(modifier => [modifier, true]));
302
+ const sortModifiers = modifiers => {
303
+ if (modifiers.length <= 1) {
304
+ return modifiers;
305
+ }
306
+ const sortedModifiers = [];
307
+ let unsortedModifiers = [];
308
+ modifiers.forEach(modifier => {
309
+ const isPositionSensitive = modifier[0] === '[' || orderSensitiveModifiers[modifier];
310
+ if (isPositionSensitive) {
311
+ sortedModifiers.push(...unsortedModifiers.sort(), modifier);
312
+ unsortedModifiers = [];
313
+ } else {
314
+ unsortedModifiers.push(modifier);
315
+ }
316
+ });
317
+ sortedModifiers.push(...unsortedModifiers.sort());
318
+ return sortedModifiers;
319
+ };
320
+ return sortModifiers;
321
+ };
322
+ const createConfigUtils = config => ({
323
+ cache: createLruCache(config.cacheSize),
324
+ parseClassName: createParseClassName(config),
325
+ sortModifiers: createSortModifiers(config),
326
+ ...createClassGroupUtils(config)
327
+ });
328
+ const SPLIT_CLASSES_REGEX = /\s+/;
329
+ const mergeClassList = (classList, configUtils) => {
330
+ const {
331
+ parseClassName,
332
+ getClassGroupId,
333
+ getConflictingClassGroupIds,
334
+ sortModifiers
335
+ } = configUtils;
336
+ /**
337
+ * Set of classGroupIds in following format:
338
+ * `{importantModifier}{variantModifiers}{classGroupId}`
339
+ * @example 'float'
340
+ * @example 'hover:focus:bg-color'
341
+ * @example 'md:!pr'
342
+ */
343
+ const classGroupsInConflict = [];
344
+ const classNames = classList.trim().split(SPLIT_CLASSES_REGEX);
345
+ let result = '';
346
+ for (let index = classNames.length - 1; index >= 0; index -= 1) {
347
+ const originalClassName = classNames[index];
348
+ const {
349
+ isExternal,
350
+ modifiers,
351
+ hasImportantModifier,
352
+ baseClassName,
353
+ maybePostfixModifierPosition
354
+ } = parseClassName(originalClassName);
355
+ if (isExternal) {
356
+ result = originalClassName + (result.length > 0 ? ' ' + result : result);
357
+ continue;
358
+ }
359
+ let hasPostfixModifier = !!maybePostfixModifierPosition;
360
+ let classGroupId = getClassGroupId(hasPostfixModifier ? baseClassName.substring(0, maybePostfixModifierPosition) : baseClassName);
361
+ if (!classGroupId) {
362
+ if (!hasPostfixModifier) {
363
+ // Not a Tailwind class
364
+ result = originalClassName + (result.length > 0 ? ' ' + result : result);
365
+ continue;
366
+ }
367
+ classGroupId = getClassGroupId(baseClassName);
368
+ if (!classGroupId) {
369
+ // Not a Tailwind class
370
+ result = originalClassName + (result.length > 0 ? ' ' + result : result);
371
+ continue;
372
+ }
373
+ hasPostfixModifier = false;
374
+ }
375
+ const variantModifier = sortModifiers(modifiers).join(':');
376
+ const modifierId = hasImportantModifier ? variantModifier + IMPORTANT_MODIFIER : variantModifier;
377
+ const classId = modifierId + classGroupId;
378
+ if (classGroupsInConflict.includes(classId)) {
379
+ // Tailwind class omitted due to conflict
380
+ continue;
381
+ }
382
+ classGroupsInConflict.push(classId);
383
+ const conflictGroups = getConflictingClassGroupIds(classGroupId, hasPostfixModifier);
384
+ for (let i = 0; i < conflictGroups.length; ++i) {
385
+ const group = conflictGroups[i];
386
+ classGroupsInConflict.push(modifierId + group);
387
+ }
388
+ // Tailwind class not in conflict
389
+ result = originalClassName + (result.length > 0 ? ' ' + result : result);
390
+ }
391
+ return result;
392
+ };
393
+
394
+ /**
395
+ * The code in this file is copied from https://github.com/lukeed/clsx and modified to suit the needs of tailwind-merge better.
396
+ *
397
+ * Specifically:
398
+ * - Runtime code from https://github.com/lukeed/clsx/blob/v1.2.1/src/index.js
399
+ * - TypeScript types from https://github.com/lukeed/clsx/blob/v1.2.1/clsx.d.ts
400
+ *
401
+ * Original code has MIT license: Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
402
+ */
403
+ function twJoin() {
404
+ let index = 0;
405
+ let argument;
406
+ let resolvedValue;
407
+ let string = '';
408
+ while (index < arguments.length) {
409
+ if (argument = arguments[index++]) {
410
+ if (resolvedValue = toValue(argument)) {
411
+ string && (string += ' ');
412
+ string += resolvedValue;
413
+ }
414
+ }
415
+ }
416
+ return string;
417
+ }
418
+ const toValue = mix => {
419
+ if (typeof mix === 'string') {
420
+ return mix;
421
+ }
422
+ let resolvedValue;
423
+ let string = '';
424
+ for (let k = 0; k < mix.length; k++) {
425
+ if (mix[k]) {
426
+ if (resolvedValue = toValue(mix[k])) {
427
+ string && (string += ' ');
428
+ string += resolvedValue;
429
+ }
430
+ }
431
+ }
432
+ return string;
433
+ };
434
+ function createTailwindMerge(createConfigFirst, ...createConfigRest) {
435
+ let configUtils;
436
+ let cacheGet;
437
+ let cacheSet;
438
+ let functionToCall = initTailwindMerge;
439
+ function initTailwindMerge(classList) {
440
+ const config = createConfigRest.reduce((previousConfig, createConfigCurrent) => createConfigCurrent(previousConfig), createConfigFirst());
441
+ configUtils = createConfigUtils(config);
442
+ cacheGet = configUtils.cache.get;
443
+ cacheSet = configUtils.cache.set;
444
+ functionToCall = tailwindMerge;
445
+ return tailwindMerge(classList);
446
+ }
447
+ function tailwindMerge(classList) {
448
+ const cachedResult = cacheGet(classList);
449
+ if (cachedResult) {
450
+ return cachedResult;
451
+ }
452
+ const result = mergeClassList(classList, configUtils);
453
+ cacheSet(classList, result);
454
+ return result;
455
+ }
456
+ return function callTailwindMerge() {
457
+ return functionToCall(twJoin.apply(null, arguments));
458
+ };
459
+ }
460
+ const fromTheme = key => {
461
+ const themeGetter = theme => theme[key] || [];
462
+ themeGetter.isThemeGetter = true;
463
+ return themeGetter;
464
+ };
465
+ const arbitraryValueRegex = /^\[(?:(\w[\w-]*):)?(.+)\]$/i;
466
+ const arbitraryVariableRegex = /^\((?:(\w[\w-]*):)?(.+)\)$/i;
467
+ const fractionRegex = /^\d+\/\d+$/;
468
+ const tshirtUnitRegex = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/;
469
+ const lengthUnitRegex = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/;
470
+ const colorFunctionRegex = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/;
471
+ // Shadow always begins with x and y offset separated by underscore optionally prepended by inset
472
+ const shadowRegex = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/;
473
+ const imageRegex = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;
474
+ const isFraction = value => fractionRegex.test(value);
475
+ const isNumber = value => !!value && !Number.isNaN(Number(value));
476
+ const isInteger = value => !!value && Number.isInteger(Number(value));
477
+ const isPercent = value => value.endsWith('%') && isNumber(value.slice(0, -1));
478
+ const isTshirtSize = value => tshirtUnitRegex.test(value);
479
+ const isAny = () => true;
480
+ const isLengthOnly = value =>
481
+ // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
482
+ // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
483
+ // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
484
+ lengthUnitRegex.test(value) && !colorFunctionRegex.test(value);
485
+ const isNever = () => false;
486
+ const isShadow = value => shadowRegex.test(value);
487
+ const isImage = value => imageRegex.test(value);
488
+ const isAnyNonArbitrary = value => !isArbitraryValue(value) && !isArbitraryVariable(value);
489
+ const isArbitrarySize = value => getIsArbitraryValue(value, isLabelSize, isNever);
490
+ const isArbitraryValue = value => arbitraryValueRegex.test(value);
491
+ const isArbitraryLength = value => getIsArbitraryValue(value, isLabelLength, isLengthOnly);
492
+ const isArbitraryNumber = value => getIsArbitraryValue(value, isLabelNumber, isNumber);
493
+ const isArbitraryPosition = value => getIsArbitraryValue(value, isLabelPosition, isNever);
494
+ const isArbitraryImage = value => getIsArbitraryValue(value, isLabelImage, isImage);
495
+ const isArbitraryShadow = value => getIsArbitraryValue(value, isLabelShadow, isShadow);
496
+ const isArbitraryVariable = value => arbitraryVariableRegex.test(value);
497
+ const isArbitraryVariableLength = value => getIsArbitraryVariable(value, isLabelLength);
498
+ const isArbitraryVariableFamilyName = value => getIsArbitraryVariable(value, isLabelFamilyName);
499
+ const isArbitraryVariablePosition = value => getIsArbitraryVariable(value, isLabelPosition);
500
+ const isArbitraryVariableSize = value => getIsArbitraryVariable(value, isLabelSize);
501
+ const isArbitraryVariableImage = value => getIsArbitraryVariable(value, isLabelImage);
502
+ const isArbitraryVariableShadow = value => getIsArbitraryVariable(value, isLabelShadow, true);
503
+ // Helpers
504
+ const getIsArbitraryValue = (value, testLabel, testValue) => {
505
+ const result = arbitraryValueRegex.exec(value);
506
+ if (result) {
507
+ if (result[1]) {
508
+ return testLabel(result[1]);
509
+ }
510
+ return testValue(result[2]);
511
+ }
512
+ return false;
513
+ };
514
+ const getIsArbitraryVariable = (value, testLabel, shouldMatchNoLabel = false) => {
515
+ const result = arbitraryVariableRegex.exec(value);
516
+ if (result) {
517
+ if (result[1]) {
518
+ return testLabel(result[1]);
519
+ }
520
+ return shouldMatchNoLabel;
521
+ }
522
+ return false;
523
+ };
524
+ // Labels
525
+ const isLabelPosition = label => label === 'position' || label === 'percentage';
526
+ const isLabelImage = label => label === 'image' || label === 'url';
527
+ const isLabelSize = label => label === 'length' || label === 'size' || label === 'bg-size';
528
+ const isLabelLength = label => label === 'length';
529
+ const isLabelNumber = label => label === 'number';
530
+ const isLabelFamilyName = label => label === 'family-name';
531
+ const isLabelShadow = label => label === 'shadow';
532
+ const getDefaultConfig = () => {
533
+ /**
534
+ * Theme getters for theme variable namespaces
535
+ * @see https://tailwindcss.com/docs/theme#theme-variable-namespaces
536
+ */
537
+ /***/
538
+ const themeColor = fromTheme('color');
539
+ const themeFont = fromTheme('font');
540
+ const themeText = fromTheme('text');
541
+ const themeFontWeight = fromTheme('font-weight');
542
+ const themeTracking = fromTheme('tracking');
543
+ const themeLeading = fromTheme('leading');
544
+ const themeBreakpoint = fromTheme('breakpoint');
545
+ const themeContainer = fromTheme('container');
546
+ const themeSpacing = fromTheme('spacing');
547
+ const themeRadius = fromTheme('radius');
548
+ const themeShadow = fromTheme('shadow');
549
+ const themeInsetShadow = fromTheme('inset-shadow');
550
+ const themeTextShadow = fromTheme('text-shadow');
551
+ const themeDropShadow = fromTheme('drop-shadow');
552
+ const themeBlur = fromTheme('blur');
553
+ const themePerspective = fromTheme('perspective');
554
+ const themeAspect = fromTheme('aspect');
555
+ const themeEase = fromTheme('ease');
556
+ const themeAnimate = fromTheme('animate');
557
+ /**
558
+ * Helpers to avoid repeating the same scales
559
+ *
560
+ * We use functions that create a new array every time they're called instead of static arrays.
561
+ * This ensures that users who modify any scale by mutating the array (e.g. with `array.push(element)`) don't accidentally mutate arrays in other parts of the config.
562
+ */
563
+ /***/
564
+ const scaleBreak = () => ['auto', 'avoid', 'all', 'avoid-page', 'page', 'left', 'right', 'column'];
565
+ const scalePosition = () => ['center', 'top', 'bottom', 'left', 'right', 'top-left',
566
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
567
+ 'left-top', 'top-right',
568
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
569
+ 'right-top', 'bottom-right',
570
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
571
+ 'right-bottom', 'bottom-left',
572
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
573
+ 'left-bottom'];
574
+ const scalePositionWithArbitrary = () => [...scalePosition(), isArbitraryVariable, isArbitraryValue];
575
+ const scaleOverflow = () => ['auto', 'hidden', 'clip', 'visible', 'scroll'];
576
+ const scaleOverscroll = () => ['auto', 'contain', 'none'];
577
+ const scaleUnambiguousSpacing = () => [isArbitraryVariable, isArbitraryValue, themeSpacing];
578
+ const scaleInset = () => [isFraction, 'full', 'auto', ...scaleUnambiguousSpacing()];
579
+ const scaleGridTemplateColsRows = () => [isInteger, 'none', 'subgrid', isArbitraryVariable, isArbitraryValue];
580
+ const scaleGridColRowStartAndEnd = () => ['auto', {
581
+ span: ['full', isInteger, isArbitraryVariable, isArbitraryValue]
582
+ }, isInteger, isArbitraryVariable, isArbitraryValue];
583
+ const scaleGridColRowStartOrEnd = () => [isInteger, 'auto', isArbitraryVariable, isArbitraryValue];
584
+ const scaleGridAutoColsRows = () => ['auto', 'min', 'max', 'fr', isArbitraryVariable, isArbitraryValue];
585
+ const scaleAlignPrimaryAxis = () => ['start', 'end', 'center', 'between', 'around', 'evenly', 'stretch', 'baseline', 'center-safe', 'end-safe'];
586
+ const scaleAlignSecondaryAxis = () => ['start', 'end', 'center', 'stretch', 'center-safe', 'end-safe'];
587
+ const scaleMargin = () => ['auto', ...scaleUnambiguousSpacing()];
588
+ const scaleSizing = () => [isFraction, 'auto', 'full', 'dvw', 'dvh', 'lvw', 'lvh', 'svw', 'svh', 'min', 'max', 'fit', ...scaleUnambiguousSpacing()];
589
+ const scaleColor = () => [themeColor, isArbitraryVariable, isArbitraryValue];
590
+ const scaleBgPosition = () => [...scalePosition(), isArbitraryVariablePosition, isArbitraryPosition, {
591
+ position: [isArbitraryVariable, isArbitraryValue]
592
+ }];
593
+ const scaleBgRepeat = () => ['no-repeat', {
594
+ repeat: ['', 'x', 'y', 'space', 'round']
595
+ }];
596
+ const scaleBgSize = () => ['auto', 'cover', 'contain', isArbitraryVariableSize, isArbitrarySize, {
597
+ size: [isArbitraryVariable, isArbitraryValue]
598
+ }];
599
+ const scaleGradientStopPosition = () => [isPercent, isArbitraryVariableLength, isArbitraryLength];
600
+ const scaleRadius = () => [
601
+ // Deprecated since Tailwind CSS v4.0.0
602
+ '', 'none', 'full', themeRadius, isArbitraryVariable, isArbitraryValue];
603
+ const scaleBorderWidth = () => ['', isNumber, isArbitraryVariableLength, isArbitraryLength];
604
+ const scaleLineStyle = () => ['solid', 'dashed', 'dotted', 'double'];
605
+ const scaleBlendMode = () => ['normal', 'multiply', 'screen', 'overlay', 'darken', 'lighten', 'color-dodge', 'color-burn', 'hard-light', 'soft-light', 'difference', 'exclusion', 'hue', 'saturation', 'color', 'luminosity'];
606
+ const scaleMaskImagePosition = () => [isNumber, isPercent, isArbitraryVariablePosition, isArbitraryPosition];
607
+ const scaleBlur = () => [
608
+ // Deprecated since Tailwind CSS v4.0.0
609
+ '', 'none', themeBlur, isArbitraryVariable, isArbitraryValue];
610
+ const scaleRotate = () => ['none', isNumber, isArbitraryVariable, isArbitraryValue];
611
+ const scaleScale = () => ['none', isNumber, isArbitraryVariable, isArbitraryValue];
612
+ const scaleSkew = () => [isNumber, isArbitraryVariable, isArbitraryValue];
613
+ const scaleTranslate = () => [isFraction, 'full', ...scaleUnambiguousSpacing()];
614
+ return {
615
+ cacheSize: 500,
616
+ theme: {
617
+ animate: ['spin', 'ping', 'pulse', 'bounce'],
618
+ aspect: ['video'],
619
+ blur: [isTshirtSize],
620
+ breakpoint: [isTshirtSize],
621
+ color: [isAny],
622
+ container: [isTshirtSize],
623
+ 'drop-shadow': [isTshirtSize],
624
+ ease: ['in', 'out', 'in-out'],
625
+ font: [isAnyNonArbitrary],
626
+ 'font-weight': ['thin', 'extralight', 'light', 'normal', 'medium', 'semibold', 'bold', 'extrabold', 'black'],
627
+ 'inset-shadow': [isTshirtSize],
628
+ leading: ['none', 'tight', 'snug', 'normal', 'relaxed', 'loose'],
629
+ perspective: ['dramatic', 'near', 'normal', 'midrange', 'distant', 'none'],
630
+ radius: [isTshirtSize],
631
+ shadow: [isTshirtSize],
632
+ spacing: ['px', isNumber],
633
+ text: [isTshirtSize],
634
+ 'text-shadow': [isTshirtSize],
635
+ tracking: ['tighter', 'tight', 'normal', 'wide', 'wider', 'widest']
636
+ },
637
+ classGroups: {
638
+ // --------------
639
+ // --- Layout ---
640
+ // --------------
641
+ /**
642
+ * Aspect Ratio
643
+ * @see https://tailwindcss.com/docs/aspect-ratio
644
+ */
645
+ aspect: [{
646
+ aspect: ['auto', 'square', isFraction, isArbitraryValue, isArbitraryVariable, themeAspect]
647
+ }],
648
+ /**
649
+ * Container
650
+ * @see https://tailwindcss.com/docs/container
651
+ * @deprecated since Tailwind CSS v4.0.0
652
+ */
653
+ container: ['container'],
654
+ /**
655
+ * Columns
656
+ * @see https://tailwindcss.com/docs/columns
657
+ */
658
+ columns: [{
659
+ columns: [isNumber, isArbitraryValue, isArbitraryVariable, themeContainer]
660
+ }],
661
+ /**
662
+ * Break After
663
+ * @see https://tailwindcss.com/docs/break-after
664
+ */
665
+ 'break-after': [{
666
+ 'break-after': scaleBreak()
667
+ }],
668
+ /**
669
+ * Break Before
670
+ * @see https://tailwindcss.com/docs/break-before
671
+ */
672
+ 'break-before': [{
673
+ 'break-before': scaleBreak()
674
+ }],
675
+ /**
676
+ * Break Inside
677
+ * @see https://tailwindcss.com/docs/break-inside
678
+ */
679
+ 'break-inside': [{
680
+ 'break-inside': ['auto', 'avoid', 'avoid-page', 'avoid-column']
681
+ }],
682
+ /**
683
+ * Box Decoration Break
684
+ * @see https://tailwindcss.com/docs/box-decoration-break
685
+ */
686
+ 'box-decoration': [{
687
+ 'box-decoration': ['slice', 'clone']
688
+ }],
689
+ /**
690
+ * Box Sizing
691
+ * @see https://tailwindcss.com/docs/box-sizing
692
+ */
693
+ box: [{
694
+ box: ['border', 'content']
695
+ }],
696
+ /**
697
+ * Display
698
+ * @see https://tailwindcss.com/docs/display
699
+ */
700
+ 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'],
701
+ /**
702
+ * Screen Reader Only
703
+ * @see https://tailwindcss.com/docs/display#screen-reader-only
704
+ */
705
+ sr: ['sr-only', 'not-sr-only'],
706
+ /**
707
+ * Floats
708
+ * @see https://tailwindcss.com/docs/float
709
+ */
710
+ float: [{
711
+ float: ['right', 'left', 'none', 'start', 'end']
712
+ }],
713
+ /**
714
+ * Clear
715
+ * @see https://tailwindcss.com/docs/clear
716
+ */
717
+ clear: [{
718
+ clear: ['left', 'right', 'both', 'none', 'start', 'end']
719
+ }],
720
+ /**
721
+ * Isolation
722
+ * @see https://tailwindcss.com/docs/isolation
723
+ */
724
+ isolation: ['isolate', 'isolation-auto'],
725
+ /**
726
+ * Object Fit
727
+ * @see https://tailwindcss.com/docs/object-fit
728
+ */
729
+ 'object-fit': [{
730
+ object: ['contain', 'cover', 'fill', 'none', 'scale-down']
731
+ }],
732
+ /**
733
+ * Object Position
734
+ * @see https://tailwindcss.com/docs/object-position
735
+ */
736
+ 'object-position': [{
737
+ object: scalePositionWithArbitrary()
738
+ }],
739
+ /**
740
+ * Overflow
741
+ * @see https://tailwindcss.com/docs/overflow
742
+ */
743
+ overflow: [{
744
+ overflow: scaleOverflow()
745
+ }],
746
+ /**
747
+ * Overflow X
748
+ * @see https://tailwindcss.com/docs/overflow
749
+ */
750
+ 'overflow-x': [{
751
+ 'overflow-x': scaleOverflow()
752
+ }],
753
+ /**
754
+ * Overflow Y
755
+ * @see https://tailwindcss.com/docs/overflow
756
+ */
757
+ 'overflow-y': [{
758
+ 'overflow-y': scaleOverflow()
759
+ }],
760
+ /**
761
+ * Overscroll Behavior
762
+ * @see https://tailwindcss.com/docs/overscroll-behavior
763
+ */
764
+ overscroll: [{
765
+ overscroll: scaleOverscroll()
766
+ }],
767
+ /**
768
+ * Overscroll Behavior X
769
+ * @see https://tailwindcss.com/docs/overscroll-behavior
770
+ */
771
+ 'overscroll-x': [{
772
+ 'overscroll-x': scaleOverscroll()
773
+ }],
774
+ /**
775
+ * Overscroll Behavior Y
776
+ * @see https://tailwindcss.com/docs/overscroll-behavior
777
+ */
778
+ 'overscroll-y': [{
779
+ 'overscroll-y': scaleOverscroll()
780
+ }],
781
+ /**
782
+ * Position
783
+ * @see https://tailwindcss.com/docs/position
784
+ */
785
+ position: ['static', 'fixed', 'absolute', 'relative', 'sticky'],
786
+ /**
787
+ * Top / Right / Bottom / Left
788
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
789
+ */
790
+ inset: [{
791
+ inset: scaleInset()
792
+ }],
793
+ /**
794
+ * Right / Left
795
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
796
+ */
797
+ 'inset-x': [{
798
+ 'inset-x': scaleInset()
799
+ }],
800
+ /**
801
+ * Top / Bottom
802
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
803
+ */
804
+ 'inset-y': [{
805
+ 'inset-y': scaleInset()
806
+ }],
807
+ /**
808
+ * Start
809
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
810
+ */
811
+ start: [{
812
+ start: scaleInset()
813
+ }],
814
+ /**
815
+ * End
816
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
817
+ */
818
+ end: [{
819
+ end: scaleInset()
820
+ }],
821
+ /**
822
+ * Top
823
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
824
+ */
825
+ top: [{
826
+ top: scaleInset()
827
+ }],
828
+ /**
829
+ * Right
830
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
831
+ */
832
+ right: [{
833
+ right: scaleInset()
834
+ }],
835
+ /**
836
+ * Bottom
837
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
838
+ */
839
+ bottom: [{
840
+ bottom: scaleInset()
841
+ }],
842
+ /**
843
+ * Left
844
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
845
+ */
846
+ left: [{
847
+ left: scaleInset()
848
+ }],
849
+ /**
850
+ * Visibility
851
+ * @see https://tailwindcss.com/docs/visibility
852
+ */
853
+ visibility: ['visible', 'invisible', 'collapse'],
854
+ /**
855
+ * Z-Index
856
+ * @see https://tailwindcss.com/docs/z-index
857
+ */
858
+ z: [{
859
+ z: [isInteger, 'auto', isArbitraryVariable, isArbitraryValue]
860
+ }],
861
+ // ------------------------
862
+ // --- Flexbox and Grid ---
863
+ // ------------------------
864
+ /**
865
+ * Flex Basis
866
+ * @see https://tailwindcss.com/docs/flex-basis
867
+ */
868
+ basis: [{
869
+ basis: [isFraction, 'full', 'auto', themeContainer, ...scaleUnambiguousSpacing()]
870
+ }],
871
+ /**
872
+ * Flex Direction
873
+ * @see https://tailwindcss.com/docs/flex-direction
874
+ */
875
+ 'flex-direction': [{
876
+ flex: ['row', 'row-reverse', 'col', 'col-reverse']
877
+ }],
878
+ /**
879
+ * Flex Wrap
880
+ * @see https://tailwindcss.com/docs/flex-wrap
881
+ */
882
+ 'flex-wrap': [{
883
+ flex: ['nowrap', 'wrap', 'wrap-reverse']
884
+ }],
885
+ /**
886
+ * Flex
887
+ * @see https://tailwindcss.com/docs/flex
888
+ */
889
+ flex: [{
890
+ flex: [isNumber, isFraction, 'auto', 'initial', 'none', isArbitraryValue]
891
+ }],
892
+ /**
893
+ * Flex Grow
894
+ * @see https://tailwindcss.com/docs/flex-grow
895
+ */
896
+ grow: [{
897
+ grow: ['', isNumber, isArbitraryVariable, isArbitraryValue]
898
+ }],
899
+ /**
900
+ * Flex Shrink
901
+ * @see https://tailwindcss.com/docs/flex-shrink
902
+ */
903
+ shrink: [{
904
+ shrink: ['', isNumber, isArbitraryVariable, isArbitraryValue]
905
+ }],
906
+ /**
907
+ * Order
908
+ * @see https://tailwindcss.com/docs/order
909
+ */
910
+ order: [{
911
+ order: [isInteger, 'first', 'last', 'none', isArbitraryVariable, isArbitraryValue]
912
+ }],
913
+ /**
914
+ * Grid Template Columns
915
+ * @see https://tailwindcss.com/docs/grid-template-columns
916
+ */
917
+ 'grid-cols': [{
918
+ 'grid-cols': scaleGridTemplateColsRows()
919
+ }],
920
+ /**
921
+ * Grid Column Start / End
922
+ * @see https://tailwindcss.com/docs/grid-column
923
+ */
924
+ 'col-start-end': [{
925
+ col: scaleGridColRowStartAndEnd()
926
+ }],
927
+ /**
928
+ * Grid Column Start
929
+ * @see https://tailwindcss.com/docs/grid-column
930
+ */
931
+ 'col-start': [{
932
+ 'col-start': scaleGridColRowStartOrEnd()
933
+ }],
934
+ /**
935
+ * Grid Column End
936
+ * @see https://tailwindcss.com/docs/grid-column
937
+ */
938
+ 'col-end': [{
939
+ 'col-end': scaleGridColRowStartOrEnd()
940
+ }],
941
+ /**
942
+ * Grid Template Rows
943
+ * @see https://tailwindcss.com/docs/grid-template-rows
944
+ */
945
+ 'grid-rows': [{
946
+ 'grid-rows': scaleGridTemplateColsRows()
947
+ }],
948
+ /**
949
+ * Grid Row Start / End
950
+ * @see https://tailwindcss.com/docs/grid-row
951
+ */
952
+ 'row-start-end': [{
953
+ row: scaleGridColRowStartAndEnd()
954
+ }],
955
+ /**
956
+ * Grid Row Start
957
+ * @see https://tailwindcss.com/docs/grid-row
958
+ */
959
+ 'row-start': [{
960
+ 'row-start': scaleGridColRowStartOrEnd()
961
+ }],
962
+ /**
963
+ * Grid Row End
964
+ * @see https://tailwindcss.com/docs/grid-row
965
+ */
966
+ 'row-end': [{
967
+ 'row-end': scaleGridColRowStartOrEnd()
968
+ }],
969
+ /**
970
+ * Grid Auto Flow
971
+ * @see https://tailwindcss.com/docs/grid-auto-flow
972
+ */
973
+ 'grid-flow': [{
974
+ 'grid-flow': ['row', 'col', 'dense', 'row-dense', 'col-dense']
975
+ }],
976
+ /**
977
+ * Grid Auto Columns
978
+ * @see https://tailwindcss.com/docs/grid-auto-columns
979
+ */
980
+ 'auto-cols': [{
981
+ 'auto-cols': scaleGridAutoColsRows()
982
+ }],
983
+ /**
984
+ * Grid Auto Rows
985
+ * @see https://tailwindcss.com/docs/grid-auto-rows
986
+ */
987
+ 'auto-rows': [{
988
+ 'auto-rows': scaleGridAutoColsRows()
989
+ }],
990
+ /**
991
+ * Gap
992
+ * @see https://tailwindcss.com/docs/gap
993
+ */
994
+ gap: [{
995
+ gap: scaleUnambiguousSpacing()
996
+ }],
997
+ /**
998
+ * Gap X
999
+ * @see https://tailwindcss.com/docs/gap
1000
+ */
1001
+ 'gap-x': [{
1002
+ 'gap-x': scaleUnambiguousSpacing()
1003
+ }],
1004
+ /**
1005
+ * Gap Y
1006
+ * @see https://tailwindcss.com/docs/gap
1007
+ */
1008
+ 'gap-y': [{
1009
+ 'gap-y': scaleUnambiguousSpacing()
1010
+ }],
1011
+ /**
1012
+ * Justify Content
1013
+ * @see https://tailwindcss.com/docs/justify-content
1014
+ */
1015
+ 'justify-content': [{
1016
+ justify: [...scaleAlignPrimaryAxis(), 'normal']
1017
+ }],
1018
+ /**
1019
+ * Justify Items
1020
+ * @see https://tailwindcss.com/docs/justify-items
1021
+ */
1022
+ 'justify-items': [{
1023
+ 'justify-items': [...scaleAlignSecondaryAxis(), 'normal']
1024
+ }],
1025
+ /**
1026
+ * Justify Self
1027
+ * @see https://tailwindcss.com/docs/justify-self
1028
+ */
1029
+ 'justify-self': [{
1030
+ 'justify-self': ['auto', ...scaleAlignSecondaryAxis()]
1031
+ }],
1032
+ /**
1033
+ * Align Content
1034
+ * @see https://tailwindcss.com/docs/align-content
1035
+ */
1036
+ 'align-content': [{
1037
+ content: ['normal', ...scaleAlignPrimaryAxis()]
1038
+ }],
1039
+ /**
1040
+ * Align Items
1041
+ * @see https://tailwindcss.com/docs/align-items
1042
+ */
1043
+ 'align-items': [{
1044
+ items: [...scaleAlignSecondaryAxis(), {
1045
+ baseline: ['', 'last']
1046
+ }]
1047
+ }],
1048
+ /**
1049
+ * Align Self
1050
+ * @see https://tailwindcss.com/docs/align-self
1051
+ */
1052
+ 'align-self': [{
1053
+ self: ['auto', ...scaleAlignSecondaryAxis(), {
1054
+ baseline: ['', 'last']
1055
+ }]
1056
+ }],
1057
+ /**
1058
+ * Place Content
1059
+ * @see https://tailwindcss.com/docs/place-content
1060
+ */
1061
+ 'place-content': [{
1062
+ 'place-content': scaleAlignPrimaryAxis()
1063
+ }],
1064
+ /**
1065
+ * Place Items
1066
+ * @see https://tailwindcss.com/docs/place-items
1067
+ */
1068
+ 'place-items': [{
1069
+ 'place-items': [...scaleAlignSecondaryAxis(), 'baseline']
1070
+ }],
1071
+ /**
1072
+ * Place Self
1073
+ * @see https://tailwindcss.com/docs/place-self
1074
+ */
1075
+ 'place-self': [{
1076
+ 'place-self': ['auto', ...scaleAlignSecondaryAxis()]
1077
+ }],
1078
+ // Spacing
1079
+ /**
1080
+ * Padding
1081
+ * @see https://tailwindcss.com/docs/padding
1082
+ */
1083
+ p: [{
1084
+ p: scaleUnambiguousSpacing()
1085
+ }],
1086
+ /**
1087
+ * Padding X
1088
+ * @see https://tailwindcss.com/docs/padding
1089
+ */
1090
+ px: [{
1091
+ px: scaleUnambiguousSpacing()
1092
+ }],
1093
+ /**
1094
+ * Padding Y
1095
+ * @see https://tailwindcss.com/docs/padding
1096
+ */
1097
+ py: [{
1098
+ py: scaleUnambiguousSpacing()
1099
+ }],
1100
+ /**
1101
+ * Padding Start
1102
+ * @see https://tailwindcss.com/docs/padding
1103
+ */
1104
+ ps: [{
1105
+ ps: scaleUnambiguousSpacing()
1106
+ }],
1107
+ /**
1108
+ * Padding End
1109
+ * @see https://tailwindcss.com/docs/padding
1110
+ */
1111
+ pe: [{
1112
+ pe: scaleUnambiguousSpacing()
1113
+ }],
1114
+ /**
1115
+ * Padding Top
1116
+ * @see https://tailwindcss.com/docs/padding
1117
+ */
1118
+ pt: [{
1119
+ pt: scaleUnambiguousSpacing()
1120
+ }],
1121
+ /**
1122
+ * Padding Right
1123
+ * @see https://tailwindcss.com/docs/padding
1124
+ */
1125
+ pr: [{
1126
+ pr: scaleUnambiguousSpacing()
1127
+ }],
1128
+ /**
1129
+ * Padding Bottom
1130
+ * @see https://tailwindcss.com/docs/padding
1131
+ */
1132
+ pb: [{
1133
+ pb: scaleUnambiguousSpacing()
1134
+ }],
1135
+ /**
1136
+ * Padding Left
1137
+ * @see https://tailwindcss.com/docs/padding
1138
+ */
1139
+ pl: [{
1140
+ pl: scaleUnambiguousSpacing()
1141
+ }],
1142
+ /**
1143
+ * Margin
1144
+ * @see https://tailwindcss.com/docs/margin
1145
+ */
1146
+ m: [{
1147
+ m: scaleMargin()
1148
+ }],
1149
+ /**
1150
+ * Margin X
1151
+ * @see https://tailwindcss.com/docs/margin
1152
+ */
1153
+ mx: [{
1154
+ mx: scaleMargin()
1155
+ }],
1156
+ /**
1157
+ * Margin Y
1158
+ * @see https://tailwindcss.com/docs/margin
1159
+ */
1160
+ my: [{
1161
+ my: scaleMargin()
1162
+ }],
1163
+ /**
1164
+ * Margin Start
1165
+ * @see https://tailwindcss.com/docs/margin
1166
+ */
1167
+ ms: [{
1168
+ ms: scaleMargin()
1169
+ }],
1170
+ /**
1171
+ * Margin End
1172
+ * @see https://tailwindcss.com/docs/margin
1173
+ */
1174
+ me: [{
1175
+ me: scaleMargin()
1176
+ }],
1177
+ /**
1178
+ * Margin Top
1179
+ * @see https://tailwindcss.com/docs/margin
1180
+ */
1181
+ mt: [{
1182
+ mt: scaleMargin()
1183
+ }],
1184
+ /**
1185
+ * Margin Right
1186
+ * @see https://tailwindcss.com/docs/margin
1187
+ */
1188
+ mr: [{
1189
+ mr: scaleMargin()
1190
+ }],
1191
+ /**
1192
+ * Margin Bottom
1193
+ * @see https://tailwindcss.com/docs/margin
1194
+ */
1195
+ mb: [{
1196
+ mb: scaleMargin()
1197
+ }],
1198
+ /**
1199
+ * Margin Left
1200
+ * @see https://tailwindcss.com/docs/margin
1201
+ */
1202
+ ml: [{
1203
+ ml: scaleMargin()
1204
+ }],
1205
+ /**
1206
+ * Space Between X
1207
+ * @see https://tailwindcss.com/docs/margin#adding-space-between-children
1208
+ */
1209
+ 'space-x': [{
1210
+ 'space-x': scaleUnambiguousSpacing()
1211
+ }],
1212
+ /**
1213
+ * Space Between X Reverse
1214
+ * @see https://tailwindcss.com/docs/margin#adding-space-between-children
1215
+ */
1216
+ 'space-x-reverse': ['space-x-reverse'],
1217
+ /**
1218
+ * Space Between Y
1219
+ * @see https://tailwindcss.com/docs/margin#adding-space-between-children
1220
+ */
1221
+ 'space-y': [{
1222
+ 'space-y': scaleUnambiguousSpacing()
1223
+ }],
1224
+ /**
1225
+ * Space Between Y Reverse
1226
+ * @see https://tailwindcss.com/docs/margin#adding-space-between-children
1227
+ */
1228
+ 'space-y-reverse': ['space-y-reverse'],
1229
+ // --------------
1230
+ // --- Sizing ---
1231
+ // --------------
1232
+ /**
1233
+ * Size
1234
+ * @see https://tailwindcss.com/docs/width#setting-both-width-and-height
1235
+ */
1236
+ size: [{
1237
+ size: scaleSizing()
1238
+ }],
1239
+ /**
1240
+ * Width
1241
+ * @see https://tailwindcss.com/docs/width
1242
+ */
1243
+ w: [{
1244
+ w: [themeContainer, 'screen', ...scaleSizing()]
1245
+ }],
1246
+ /**
1247
+ * Min-Width
1248
+ * @see https://tailwindcss.com/docs/min-width
1249
+ */
1250
+ 'min-w': [{
1251
+ 'min-w': [themeContainer, 'screen', /** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1252
+ 'none', ...scaleSizing()]
1253
+ }],
1254
+ /**
1255
+ * Max-Width
1256
+ * @see https://tailwindcss.com/docs/max-width
1257
+ */
1258
+ 'max-w': [{
1259
+ 'max-w': [themeContainer, 'screen', 'none', /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1260
+ 'prose', /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1261
+ {
1262
+ screen: [themeBreakpoint]
1263
+ }, ...scaleSizing()]
1264
+ }],
1265
+ /**
1266
+ * Height
1267
+ * @see https://tailwindcss.com/docs/height
1268
+ */
1269
+ h: [{
1270
+ h: ['screen', 'lh', ...scaleSizing()]
1271
+ }],
1272
+ /**
1273
+ * Min-Height
1274
+ * @see https://tailwindcss.com/docs/min-height
1275
+ */
1276
+ 'min-h': [{
1277
+ 'min-h': ['screen', 'lh', 'none', ...scaleSizing()]
1278
+ }],
1279
+ /**
1280
+ * Max-Height
1281
+ * @see https://tailwindcss.com/docs/max-height
1282
+ */
1283
+ 'max-h': [{
1284
+ 'max-h': ['screen', 'lh', ...scaleSizing()]
1285
+ }],
1286
+ // ------------------
1287
+ // --- Typography ---
1288
+ // ------------------
1289
+ /**
1290
+ * Font Size
1291
+ * @see https://tailwindcss.com/docs/font-size
1292
+ */
1293
+ 'font-size': [{
1294
+ text: ['base', themeText, isArbitraryVariableLength, isArbitraryLength]
1295
+ }],
1296
+ /**
1297
+ * Font Smoothing
1298
+ * @see https://tailwindcss.com/docs/font-smoothing
1299
+ */
1300
+ 'font-smoothing': ['antialiased', 'subpixel-antialiased'],
1301
+ /**
1302
+ * Font Style
1303
+ * @see https://tailwindcss.com/docs/font-style
1304
+ */
1305
+ 'font-style': ['italic', 'not-italic'],
1306
+ /**
1307
+ * Font Weight
1308
+ * @see https://tailwindcss.com/docs/font-weight
1309
+ */
1310
+ 'font-weight': [{
1311
+ font: [themeFontWeight, isArbitraryVariable, isArbitraryNumber]
1312
+ }],
1313
+ /**
1314
+ * Font Stretch
1315
+ * @see https://tailwindcss.com/docs/font-stretch
1316
+ */
1317
+ 'font-stretch': [{
1318
+ 'font-stretch': ['ultra-condensed', 'extra-condensed', 'condensed', 'semi-condensed', 'normal', 'semi-expanded', 'expanded', 'extra-expanded', 'ultra-expanded', isPercent, isArbitraryValue]
1319
+ }],
1320
+ /**
1321
+ * Font Family
1322
+ * @see https://tailwindcss.com/docs/font-family
1323
+ */
1324
+ 'font-family': [{
1325
+ font: [isArbitraryVariableFamilyName, isArbitraryValue, themeFont]
1326
+ }],
1327
+ /**
1328
+ * Font Variant Numeric
1329
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1330
+ */
1331
+ 'fvn-normal': ['normal-nums'],
1332
+ /**
1333
+ * Font Variant Numeric
1334
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1335
+ */
1336
+ 'fvn-ordinal': ['ordinal'],
1337
+ /**
1338
+ * Font Variant Numeric
1339
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1340
+ */
1341
+ 'fvn-slashed-zero': ['slashed-zero'],
1342
+ /**
1343
+ * Font Variant Numeric
1344
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1345
+ */
1346
+ 'fvn-figure': ['lining-nums', 'oldstyle-nums'],
1347
+ /**
1348
+ * Font Variant Numeric
1349
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1350
+ */
1351
+ 'fvn-spacing': ['proportional-nums', 'tabular-nums'],
1352
+ /**
1353
+ * Font Variant Numeric
1354
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1355
+ */
1356
+ 'fvn-fraction': ['diagonal-fractions', 'stacked-fractions'],
1357
+ /**
1358
+ * Letter Spacing
1359
+ * @see https://tailwindcss.com/docs/letter-spacing
1360
+ */
1361
+ tracking: [{
1362
+ tracking: [themeTracking, isArbitraryVariable, isArbitraryValue]
1363
+ }],
1364
+ /**
1365
+ * Line Clamp
1366
+ * @see https://tailwindcss.com/docs/line-clamp
1367
+ */
1368
+ 'line-clamp': [{
1369
+ 'line-clamp': [isNumber, 'none', isArbitraryVariable, isArbitraryNumber]
1370
+ }],
1371
+ /**
1372
+ * Line Height
1373
+ * @see https://tailwindcss.com/docs/line-height
1374
+ */
1375
+ leading: [{
1376
+ leading: [/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1377
+ themeLeading, ...scaleUnambiguousSpacing()]
1378
+ }],
1379
+ /**
1380
+ * List Style Image
1381
+ * @see https://tailwindcss.com/docs/list-style-image
1382
+ */
1383
+ 'list-image': [{
1384
+ 'list-image': ['none', isArbitraryVariable, isArbitraryValue]
1385
+ }],
1386
+ /**
1387
+ * List Style Position
1388
+ * @see https://tailwindcss.com/docs/list-style-position
1389
+ */
1390
+ 'list-style-position': [{
1391
+ list: ['inside', 'outside']
1392
+ }],
1393
+ /**
1394
+ * List Style Type
1395
+ * @see https://tailwindcss.com/docs/list-style-type
1396
+ */
1397
+ 'list-style-type': [{
1398
+ list: ['disc', 'decimal', 'none', isArbitraryVariable, isArbitraryValue]
1399
+ }],
1400
+ /**
1401
+ * Text Alignment
1402
+ * @see https://tailwindcss.com/docs/text-align
1403
+ */
1404
+ 'text-alignment': [{
1405
+ text: ['left', 'center', 'right', 'justify', 'start', 'end']
1406
+ }],
1407
+ /**
1408
+ * Placeholder Color
1409
+ * @deprecated since Tailwind CSS v3.0.0
1410
+ * @see https://v3.tailwindcss.com/docs/placeholder-color
1411
+ */
1412
+ 'placeholder-color': [{
1413
+ placeholder: scaleColor()
1414
+ }],
1415
+ /**
1416
+ * Text Color
1417
+ * @see https://tailwindcss.com/docs/text-color
1418
+ */
1419
+ 'text-color': [{
1420
+ text: scaleColor()
1421
+ }],
1422
+ /**
1423
+ * Text Decoration
1424
+ * @see https://tailwindcss.com/docs/text-decoration
1425
+ */
1426
+ 'text-decoration': ['underline', 'overline', 'line-through', 'no-underline'],
1427
+ /**
1428
+ * Text Decoration Style
1429
+ * @see https://tailwindcss.com/docs/text-decoration-style
1430
+ */
1431
+ 'text-decoration-style': [{
1432
+ decoration: [...scaleLineStyle(), 'wavy']
1433
+ }],
1434
+ /**
1435
+ * Text Decoration Thickness
1436
+ * @see https://tailwindcss.com/docs/text-decoration-thickness
1437
+ */
1438
+ 'text-decoration-thickness': [{
1439
+ decoration: [isNumber, 'from-font', 'auto', isArbitraryVariable, isArbitraryLength]
1440
+ }],
1441
+ /**
1442
+ * Text Decoration Color
1443
+ * @see https://tailwindcss.com/docs/text-decoration-color
1444
+ */
1445
+ 'text-decoration-color': [{
1446
+ decoration: scaleColor()
1447
+ }],
1448
+ /**
1449
+ * Text Underline Offset
1450
+ * @see https://tailwindcss.com/docs/text-underline-offset
1451
+ */
1452
+ 'underline-offset': [{
1453
+ 'underline-offset': [isNumber, 'auto', isArbitraryVariable, isArbitraryValue]
1454
+ }],
1455
+ /**
1456
+ * Text Transform
1457
+ * @see https://tailwindcss.com/docs/text-transform
1458
+ */
1459
+ 'text-transform': ['uppercase', 'lowercase', 'capitalize', 'normal-case'],
1460
+ /**
1461
+ * Text Overflow
1462
+ * @see https://tailwindcss.com/docs/text-overflow
1463
+ */
1464
+ 'text-overflow': ['truncate', 'text-ellipsis', 'text-clip'],
1465
+ /**
1466
+ * Text Wrap
1467
+ * @see https://tailwindcss.com/docs/text-wrap
1468
+ */
1469
+ 'text-wrap': [{
1470
+ text: ['wrap', 'nowrap', 'balance', 'pretty']
1471
+ }],
1472
+ /**
1473
+ * Text Indent
1474
+ * @see https://tailwindcss.com/docs/text-indent
1475
+ */
1476
+ indent: [{
1477
+ indent: scaleUnambiguousSpacing()
1478
+ }],
1479
+ /**
1480
+ * Vertical Alignment
1481
+ * @see https://tailwindcss.com/docs/vertical-align
1482
+ */
1483
+ 'vertical-align': [{
1484
+ align: ['baseline', 'top', 'middle', 'bottom', 'text-top', 'text-bottom', 'sub', 'super', isArbitraryVariable, isArbitraryValue]
1485
+ }],
1486
+ /**
1487
+ * Whitespace
1488
+ * @see https://tailwindcss.com/docs/whitespace
1489
+ */
1490
+ whitespace: [{
1491
+ whitespace: ['normal', 'nowrap', 'pre', 'pre-line', 'pre-wrap', 'break-spaces']
1492
+ }],
1493
+ /**
1494
+ * Word Break
1495
+ * @see https://tailwindcss.com/docs/word-break
1496
+ */
1497
+ break: [{
1498
+ break: ['normal', 'words', 'all', 'keep']
1499
+ }],
1500
+ /**
1501
+ * Overflow Wrap
1502
+ * @see https://tailwindcss.com/docs/overflow-wrap
1503
+ */
1504
+ wrap: [{
1505
+ wrap: ['break-word', 'anywhere', 'normal']
1506
+ }],
1507
+ /**
1508
+ * Hyphens
1509
+ * @see https://tailwindcss.com/docs/hyphens
1510
+ */
1511
+ hyphens: [{
1512
+ hyphens: ['none', 'manual', 'auto']
1513
+ }],
1514
+ /**
1515
+ * Content
1516
+ * @see https://tailwindcss.com/docs/content
1517
+ */
1518
+ content: [{
1519
+ content: ['none', isArbitraryVariable, isArbitraryValue]
1520
+ }],
1521
+ // -------------------
1522
+ // --- Backgrounds ---
1523
+ // -------------------
1524
+ /**
1525
+ * Background Attachment
1526
+ * @see https://tailwindcss.com/docs/background-attachment
1527
+ */
1528
+ 'bg-attachment': [{
1529
+ bg: ['fixed', 'local', 'scroll']
1530
+ }],
1531
+ /**
1532
+ * Background Clip
1533
+ * @see https://tailwindcss.com/docs/background-clip
1534
+ */
1535
+ 'bg-clip': [{
1536
+ 'bg-clip': ['border', 'padding', 'content', 'text']
1537
+ }],
1538
+ /**
1539
+ * Background Origin
1540
+ * @see https://tailwindcss.com/docs/background-origin
1541
+ */
1542
+ 'bg-origin': [{
1543
+ 'bg-origin': ['border', 'padding', 'content']
1544
+ }],
1545
+ /**
1546
+ * Background Position
1547
+ * @see https://tailwindcss.com/docs/background-position
1548
+ */
1549
+ 'bg-position': [{
1550
+ bg: scaleBgPosition()
1551
+ }],
1552
+ /**
1553
+ * Background Repeat
1554
+ * @see https://tailwindcss.com/docs/background-repeat
1555
+ */
1556
+ 'bg-repeat': [{
1557
+ bg: scaleBgRepeat()
1558
+ }],
1559
+ /**
1560
+ * Background Size
1561
+ * @see https://tailwindcss.com/docs/background-size
1562
+ */
1563
+ 'bg-size': [{
1564
+ bg: scaleBgSize()
1565
+ }],
1566
+ /**
1567
+ * Background Image
1568
+ * @see https://tailwindcss.com/docs/background-image
1569
+ */
1570
+ 'bg-image': [{
1571
+ bg: ['none', {
1572
+ linear: [{
1573
+ to: ['t', 'tr', 'r', 'br', 'b', 'bl', 'l', 'tl']
1574
+ }, isInteger, isArbitraryVariable, isArbitraryValue],
1575
+ radial: ['', isArbitraryVariable, isArbitraryValue],
1576
+ conic: [isInteger, isArbitraryVariable, isArbitraryValue]
1577
+ }, isArbitraryVariableImage, isArbitraryImage]
1578
+ }],
1579
+ /**
1580
+ * Background Color
1581
+ * @see https://tailwindcss.com/docs/background-color
1582
+ */
1583
+ 'bg-color': [{
1584
+ bg: scaleColor()
1585
+ }],
1586
+ /**
1587
+ * Gradient Color Stops From Position
1588
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1589
+ */
1590
+ 'gradient-from-pos': [{
1591
+ from: scaleGradientStopPosition()
1592
+ }],
1593
+ /**
1594
+ * Gradient Color Stops Via Position
1595
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1596
+ */
1597
+ 'gradient-via-pos': [{
1598
+ via: scaleGradientStopPosition()
1599
+ }],
1600
+ /**
1601
+ * Gradient Color Stops To Position
1602
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1603
+ */
1604
+ 'gradient-to-pos': [{
1605
+ to: scaleGradientStopPosition()
1606
+ }],
1607
+ /**
1608
+ * Gradient Color Stops From
1609
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1610
+ */
1611
+ 'gradient-from': [{
1612
+ from: scaleColor()
1613
+ }],
1614
+ /**
1615
+ * Gradient Color Stops Via
1616
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1617
+ */
1618
+ 'gradient-via': [{
1619
+ via: scaleColor()
1620
+ }],
1621
+ /**
1622
+ * Gradient Color Stops To
1623
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1624
+ */
1625
+ 'gradient-to': [{
1626
+ to: scaleColor()
1627
+ }],
1628
+ // ---------------
1629
+ // --- Borders ---
1630
+ // ---------------
1631
+ /**
1632
+ * Border Radius
1633
+ * @see https://tailwindcss.com/docs/border-radius
1634
+ */
1635
+ rounded: [{
1636
+ rounded: scaleRadius()
1637
+ }],
1638
+ /**
1639
+ * Border Radius Start
1640
+ * @see https://tailwindcss.com/docs/border-radius
1641
+ */
1642
+ 'rounded-s': [{
1643
+ 'rounded-s': scaleRadius()
1644
+ }],
1645
+ /**
1646
+ * Border Radius End
1647
+ * @see https://tailwindcss.com/docs/border-radius
1648
+ */
1649
+ 'rounded-e': [{
1650
+ 'rounded-e': scaleRadius()
1651
+ }],
1652
+ /**
1653
+ * Border Radius Top
1654
+ * @see https://tailwindcss.com/docs/border-radius
1655
+ */
1656
+ 'rounded-t': [{
1657
+ 'rounded-t': scaleRadius()
1658
+ }],
1659
+ /**
1660
+ * Border Radius Right
1661
+ * @see https://tailwindcss.com/docs/border-radius
1662
+ */
1663
+ 'rounded-r': [{
1664
+ 'rounded-r': scaleRadius()
1665
+ }],
1666
+ /**
1667
+ * Border Radius Bottom
1668
+ * @see https://tailwindcss.com/docs/border-radius
1669
+ */
1670
+ 'rounded-b': [{
1671
+ 'rounded-b': scaleRadius()
1672
+ }],
1673
+ /**
1674
+ * Border Radius Left
1675
+ * @see https://tailwindcss.com/docs/border-radius
1676
+ */
1677
+ 'rounded-l': [{
1678
+ 'rounded-l': scaleRadius()
1679
+ }],
1680
+ /**
1681
+ * Border Radius Start Start
1682
+ * @see https://tailwindcss.com/docs/border-radius
1683
+ */
1684
+ 'rounded-ss': [{
1685
+ 'rounded-ss': scaleRadius()
1686
+ }],
1687
+ /**
1688
+ * Border Radius Start End
1689
+ * @see https://tailwindcss.com/docs/border-radius
1690
+ */
1691
+ 'rounded-se': [{
1692
+ 'rounded-se': scaleRadius()
1693
+ }],
1694
+ /**
1695
+ * Border Radius End End
1696
+ * @see https://tailwindcss.com/docs/border-radius
1697
+ */
1698
+ 'rounded-ee': [{
1699
+ 'rounded-ee': scaleRadius()
1700
+ }],
1701
+ /**
1702
+ * Border Radius End Start
1703
+ * @see https://tailwindcss.com/docs/border-radius
1704
+ */
1705
+ 'rounded-es': [{
1706
+ 'rounded-es': scaleRadius()
1707
+ }],
1708
+ /**
1709
+ * Border Radius Top Left
1710
+ * @see https://tailwindcss.com/docs/border-radius
1711
+ */
1712
+ 'rounded-tl': [{
1713
+ 'rounded-tl': scaleRadius()
1714
+ }],
1715
+ /**
1716
+ * Border Radius Top Right
1717
+ * @see https://tailwindcss.com/docs/border-radius
1718
+ */
1719
+ 'rounded-tr': [{
1720
+ 'rounded-tr': scaleRadius()
1721
+ }],
1722
+ /**
1723
+ * Border Radius Bottom Right
1724
+ * @see https://tailwindcss.com/docs/border-radius
1725
+ */
1726
+ 'rounded-br': [{
1727
+ 'rounded-br': scaleRadius()
1728
+ }],
1729
+ /**
1730
+ * Border Radius Bottom Left
1731
+ * @see https://tailwindcss.com/docs/border-radius
1732
+ */
1733
+ 'rounded-bl': [{
1734
+ 'rounded-bl': scaleRadius()
1735
+ }],
1736
+ /**
1737
+ * Border Width
1738
+ * @see https://tailwindcss.com/docs/border-width
1739
+ */
1740
+ 'border-w': [{
1741
+ border: scaleBorderWidth()
1742
+ }],
1743
+ /**
1744
+ * Border Width X
1745
+ * @see https://tailwindcss.com/docs/border-width
1746
+ */
1747
+ 'border-w-x': [{
1748
+ 'border-x': scaleBorderWidth()
1749
+ }],
1750
+ /**
1751
+ * Border Width Y
1752
+ * @see https://tailwindcss.com/docs/border-width
1753
+ */
1754
+ 'border-w-y': [{
1755
+ 'border-y': scaleBorderWidth()
1756
+ }],
1757
+ /**
1758
+ * Border Width Start
1759
+ * @see https://tailwindcss.com/docs/border-width
1760
+ */
1761
+ 'border-w-s': [{
1762
+ 'border-s': scaleBorderWidth()
1763
+ }],
1764
+ /**
1765
+ * Border Width End
1766
+ * @see https://tailwindcss.com/docs/border-width
1767
+ */
1768
+ 'border-w-e': [{
1769
+ 'border-e': scaleBorderWidth()
1770
+ }],
1771
+ /**
1772
+ * Border Width Top
1773
+ * @see https://tailwindcss.com/docs/border-width
1774
+ */
1775
+ 'border-w-t': [{
1776
+ 'border-t': scaleBorderWidth()
1777
+ }],
1778
+ /**
1779
+ * Border Width Right
1780
+ * @see https://tailwindcss.com/docs/border-width
1781
+ */
1782
+ 'border-w-r': [{
1783
+ 'border-r': scaleBorderWidth()
1784
+ }],
1785
+ /**
1786
+ * Border Width Bottom
1787
+ * @see https://tailwindcss.com/docs/border-width
1788
+ */
1789
+ 'border-w-b': [{
1790
+ 'border-b': scaleBorderWidth()
1791
+ }],
1792
+ /**
1793
+ * Border Width Left
1794
+ * @see https://tailwindcss.com/docs/border-width
1795
+ */
1796
+ 'border-w-l': [{
1797
+ 'border-l': scaleBorderWidth()
1798
+ }],
1799
+ /**
1800
+ * Divide Width X
1801
+ * @see https://tailwindcss.com/docs/border-width#between-children
1802
+ */
1803
+ 'divide-x': [{
1804
+ 'divide-x': scaleBorderWidth()
1805
+ }],
1806
+ /**
1807
+ * Divide Width X Reverse
1808
+ * @see https://tailwindcss.com/docs/border-width#between-children
1809
+ */
1810
+ 'divide-x-reverse': ['divide-x-reverse'],
1811
+ /**
1812
+ * Divide Width Y
1813
+ * @see https://tailwindcss.com/docs/border-width#between-children
1814
+ */
1815
+ 'divide-y': [{
1816
+ 'divide-y': scaleBorderWidth()
1817
+ }],
1818
+ /**
1819
+ * Divide Width Y Reverse
1820
+ * @see https://tailwindcss.com/docs/border-width#between-children
1821
+ */
1822
+ 'divide-y-reverse': ['divide-y-reverse'],
1823
+ /**
1824
+ * Border Style
1825
+ * @see https://tailwindcss.com/docs/border-style
1826
+ */
1827
+ 'border-style': [{
1828
+ border: [...scaleLineStyle(), 'hidden', 'none']
1829
+ }],
1830
+ /**
1831
+ * Divide Style
1832
+ * @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
1833
+ */
1834
+ 'divide-style': [{
1835
+ divide: [...scaleLineStyle(), 'hidden', 'none']
1836
+ }],
1837
+ /**
1838
+ * Border Color
1839
+ * @see https://tailwindcss.com/docs/border-color
1840
+ */
1841
+ 'border-color': [{
1842
+ border: scaleColor()
1843
+ }],
1844
+ /**
1845
+ * Border Color X
1846
+ * @see https://tailwindcss.com/docs/border-color
1847
+ */
1848
+ 'border-color-x': [{
1849
+ 'border-x': scaleColor()
1850
+ }],
1851
+ /**
1852
+ * Border Color Y
1853
+ * @see https://tailwindcss.com/docs/border-color
1854
+ */
1855
+ 'border-color-y': [{
1856
+ 'border-y': scaleColor()
1857
+ }],
1858
+ /**
1859
+ * Border Color S
1860
+ * @see https://tailwindcss.com/docs/border-color
1861
+ */
1862
+ 'border-color-s': [{
1863
+ 'border-s': scaleColor()
1864
+ }],
1865
+ /**
1866
+ * Border Color E
1867
+ * @see https://tailwindcss.com/docs/border-color
1868
+ */
1869
+ 'border-color-e': [{
1870
+ 'border-e': scaleColor()
1871
+ }],
1872
+ /**
1873
+ * Border Color Top
1874
+ * @see https://tailwindcss.com/docs/border-color
1875
+ */
1876
+ 'border-color-t': [{
1877
+ 'border-t': scaleColor()
1878
+ }],
1879
+ /**
1880
+ * Border Color Right
1881
+ * @see https://tailwindcss.com/docs/border-color
1882
+ */
1883
+ 'border-color-r': [{
1884
+ 'border-r': scaleColor()
1885
+ }],
1886
+ /**
1887
+ * Border Color Bottom
1888
+ * @see https://tailwindcss.com/docs/border-color
1889
+ */
1890
+ 'border-color-b': [{
1891
+ 'border-b': scaleColor()
1892
+ }],
1893
+ /**
1894
+ * Border Color Left
1895
+ * @see https://tailwindcss.com/docs/border-color
1896
+ */
1897
+ 'border-color-l': [{
1898
+ 'border-l': scaleColor()
1899
+ }],
1900
+ /**
1901
+ * Divide Color
1902
+ * @see https://tailwindcss.com/docs/divide-color
1903
+ */
1904
+ 'divide-color': [{
1905
+ divide: scaleColor()
1906
+ }],
1907
+ /**
1908
+ * Outline Style
1909
+ * @see https://tailwindcss.com/docs/outline-style
1910
+ */
1911
+ 'outline-style': [{
1912
+ outline: [...scaleLineStyle(), 'none', 'hidden']
1913
+ }],
1914
+ /**
1915
+ * Outline Offset
1916
+ * @see https://tailwindcss.com/docs/outline-offset
1917
+ */
1918
+ 'outline-offset': [{
1919
+ 'outline-offset': [isNumber, isArbitraryVariable, isArbitraryValue]
1920
+ }],
1921
+ /**
1922
+ * Outline Width
1923
+ * @see https://tailwindcss.com/docs/outline-width
1924
+ */
1925
+ 'outline-w': [{
1926
+ outline: ['', isNumber, isArbitraryVariableLength, isArbitraryLength]
1927
+ }],
1928
+ /**
1929
+ * Outline Color
1930
+ * @see https://tailwindcss.com/docs/outline-color
1931
+ */
1932
+ 'outline-color': [{
1933
+ outline: scaleColor()
1934
+ }],
1935
+ // ---------------
1936
+ // --- Effects ---
1937
+ // ---------------
1938
+ /**
1939
+ * Box Shadow
1940
+ * @see https://tailwindcss.com/docs/box-shadow
1941
+ */
1942
+ shadow: [{
1943
+ shadow: [
1944
+ // Deprecated since Tailwind CSS v4.0.0
1945
+ '', 'none', themeShadow, isArbitraryVariableShadow, isArbitraryShadow]
1946
+ }],
1947
+ /**
1948
+ * Box Shadow Color
1949
+ * @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
1950
+ */
1951
+ 'shadow-color': [{
1952
+ shadow: scaleColor()
1953
+ }],
1954
+ /**
1955
+ * Inset Box Shadow
1956
+ * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
1957
+ */
1958
+ 'inset-shadow': [{
1959
+ 'inset-shadow': ['none', themeInsetShadow, isArbitraryVariableShadow, isArbitraryShadow]
1960
+ }],
1961
+ /**
1962
+ * Inset Box Shadow Color
1963
+ * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
1964
+ */
1965
+ 'inset-shadow-color': [{
1966
+ 'inset-shadow': scaleColor()
1967
+ }],
1968
+ /**
1969
+ * Ring Width
1970
+ * @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
1971
+ */
1972
+ 'ring-w': [{
1973
+ ring: scaleBorderWidth()
1974
+ }],
1975
+ /**
1976
+ * Ring Width Inset
1977
+ * @see https://v3.tailwindcss.com/docs/ring-width#inset-rings
1978
+ * @deprecated since Tailwind CSS v4.0.0
1979
+ * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1980
+ */
1981
+ 'ring-w-inset': ['ring-inset'],
1982
+ /**
1983
+ * Ring Color
1984
+ * @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
1985
+ */
1986
+ 'ring-color': [{
1987
+ ring: scaleColor()
1988
+ }],
1989
+ /**
1990
+ * Ring Offset Width
1991
+ * @see https://v3.tailwindcss.com/docs/ring-offset-width
1992
+ * @deprecated since Tailwind CSS v4.0.0
1993
+ * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1994
+ */
1995
+ 'ring-offset-w': [{
1996
+ 'ring-offset': [isNumber, isArbitraryLength]
1997
+ }],
1998
+ /**
1999
+ * Ring Offset Color
2000
+ * @see https://v3.tailwindcss.com/docs/ring-offset-color
2001
+ * @deprecated since Tailwind CSS v4.0.0
2002
+ * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
2003
+ */
2004
+ 'ring-offset-color': [{
2005
+ 'ring-offset': scaleColor()
2006
+ }],
2007
+ /**
2008
+ * Inset Ring Width
2009
+ * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
2010
+ */
2011
+ 'inset-ring-w': [{
2012
+ 'inset-ring': scaleBorderWidth()
2013
+ }],
2014
+ /**
2015
+ * Inset Ring Color
2016
+ * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
2017
+ */
2018
+ 'inset-ring-color': [{
2019
+ 'inset-ring': scaleColor()
2020
+ }],
2021
+ /**
2022
+ * Text Shadow
2023
+ * @see https://tailwindcss.com/docs/text-shadow
2024
+ */
2025
+ 'text-shadow': [{
2026
+ 'text-shadow': ['none', themeTextShadow, isArbitraryVariableShadow, isArbitraryShadow]
2027
+ }],
2028
+ /**
2029
+ * Text Shadow Color
2030
+ * @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
2031
+ */
2032
+ 'text-shadow-color': [{
2033
+ 'text-shadow': scaleColor()
2034
+ }],
2035
+ /**
2036
+ * Opacity
2037
+ * @see https://tailwindcss.com/docs/opacity
2038
+ */
2039
+ opacity: [{
2040
+ opacity: [isNumber, isArbitraryVariable, isArbitraryValue]
2041
+ }],
2042
+ /**
2043
+ * Mix Blend Mode
2044
+ * @see https://tailwindcss.com/docs/mix-blend-mode
2045
+ */
2046
+ 'mix-blend': [{
2047
+ 'mix-blend': [...scaleBlendMode(), 'plus-darker', 'plus-lighter']
2048
+ }],
2049
+ /**
2050
+ * Background Blend Mode
2051
+ * @see https://tailwindcss.com/docs/background-blend-mode
2052
+ */
2053
+ 'bg-blend': [{
2054
+ 'bg-blend': scaleBlendMode()
2055
+ }],
2056
+ /**
2057
+ * Mask Clip
2058
+ * @see https://tailwindcss.com/docs/mask-clip
2059
+ */
2060
+ 'mask-clip': [{
2061
+ 'mask-clip': ['border', 'padding', 'content', 'fill', 'stroke', 'view']
2062
+ }, 'mask-no-clip'],
2063
+ /**
2064
+ * Mask Composite
2065
+ * @see https://tailwindcss.com/docs/mask-composite
2066
+ */
2067
+ 'mask-composite': [{
2068
+ mask: ['add', 'subtract', 'intersect', 'exclude']
2069
+ }],
2070
+ /**
2071
+ * Mask Image
2072
+ * @see https://tailwindcss.com/docs/mask-image
2073
+ */
2074
+ 'mask-image-linear-pos': [{
2075
+ 'mask-linear': [isNumber]
2076
+ }],
2077
+ 'mask-image-linear-from-pos': [{
2078
+ 'mask-linear-from': scaleMaskImagePosition()
2079
+ }],
2080
+ 'mask-image-linear-to-pos': [{
2081
+ 'mask-linear-to': scaleMaskImagePosition()
2082
+ }],
2083
+ 'mask-image-linear-from-color': [{
2084
+ 'mask-linear-from': scaleColor()
2085
+ }],
2086
+ 'mask-image-linear-to-color': [{
2087
+ 'mask-linear-to': scaleColor()
2088
+ }],
2089
+ 'mask-image-t-from-pos': [{
2090
+ 'mask-t-from': scaleMaskImagePosition()
2091
+ }],
2092
+ 'mask-image-t-to-pos': [{
2093
+ 'mask-t-to': scaleMaskImagePosition()
2094
+ }],
2095
+ 'mask-image-t-from-color': [{
2096
+ 'mask-t-from': scaleColor()
2097
+ }],
2098
+ 'mask-image-t-to-color': [{
2099
+ 'mask-t-to': scaleColor()
2100
+ }],
2101
+ 'mask-image-r-from-pos': [{
2102
+ 'mask-r-from': scaleMaskImagePosition()
2103
+ }],
2104
+ 'mask-image-r-to-pos': [{
2105
+ 'mask-r-to': scaleMaskImagePosition()
2106
+ }],
2107
+ 'mask-image-r-from-color': [{
2108
+ 'mask-r-from': scaleColor()
2109
+ }],
2110
+ 'mask-image-r-to-color': [{
2111
+ 'mask-r-to': scaleColor()
2112
+ }],
2113
+ 'mask-image-b-from-pos': [{
2114
+ 'mask-b-from': scaleMaskImagePosition()
2115
+ }],
2116
+ 'mask-image-b-to-pos': [{
2117
+ 'mask-b-to': scaleMaskImagePosition()
2118
+ }],
2119
+ 'mask-image-b-from-color': [{
2120
+ 'mask-b-from': scaleColor()
2121
+ }],
2122
+ 'mask-image-b-to-color': [{
2123
+ 'mask-b-to': scaleColor()
2124
+ }],
2125
+ 'mask-image-l-from-pos': [{
2126
+ 'mask-l-from': scaleMaskImagePosition()
2127
+ }],
2128
+ 'mask-image-l-to-pos': [{
2129
+ 'mask-l-to': scaleMaskImagePosition()
2130
+ }],
2131
+ 'mask-image-l-from-color': [{
2132
+ 'mask-l-from': scaleColor()
2133
+ }],
2134
+ 'mask-image-l-to-color': [{
2135
+ 'mask-l-to': scaleColor()
2136
+ }],
2137
+ 'mask-image-x-from-pos': [{
2138
+ 'mask-x-from': scaleMaskImagePosition()
2139
+ }],
2140
+ 'mask-image-x-to-pos': [{
2141
+ 'mask-x-to': scaleMaskImagePosition()
2142
+ }],
2143
+ 'mask-image-x-from-color': [{
2144
+ 'mask-x-from': scaleColor()
2145
+ }],
2146
+ 'mask-image-x-to-color': [{
2147
+ 'mask-x-to': scaleColor()
2148
+ }],
2149
+ 'mask-image-y-from-pos': [{
2150
+ 'mask-y-from': scaleMaskImagePosition()
2151
+ }],
2152
+ 'mask-image-y-to-pos': [{
2153
+ 'mask-y-to': scaleMaskImagePosition()
2154
+ }],
2155
+ 'mask-image-y-from-color': [{
2156
+ 'mask-y-from': scaleColor()
2157
+ }],
2158
+ 'mask-image-y-to-color': [{
2159
+ 'mask-y-to': scaleColor()
2160
+ }],
2161
+ 'mask-image-radial': [{
2162
+ 'mask-radial': [isArbitraryVariable, isArbitraryValue]
2163
+ }],
2164
+ 'mask-image-radial-from-pos': [{
2165
+ 'mask-radial-from': scaleMaskImagePosition()
2166
+ }],
2167
+ 'mask-image-radial-to-pos': [{
2168
+ 'mask-radial-to': scaleMaskImagePosition()
2169
+ }],
2170
+ 'mask-image-radial-from-color': [{
2171
+ 'mask-radial-from': scaleColor()
2172
+ }],
2173
+ 'mask-image-radial-to-color': [{
2174
+ 'mask-radial-to': scaleColor()
2175
+ }],
2176
+ 'mask-image-radial-shape': [{
2177
+ 'mask-radial': ['circle', 'ellipse']
2178
+ }],
2179
+ 'mask-image-radial-size': [{
2180
+ 'mask-radial': [{
2181
+ closest: ['side', 'corner'],
2182
+ farthest: ['side', 'corner']
2183
+ }]
2184
+ }],
2185
+ 'mask-image-radial-pos': [{
2186
+ 'mask-radial-at': scalePosition()
2187
+ }],
2188
+ 'mask-image-conic-pos': [{
2189
+ 'mask-conic': [isNumber]
2190
+ }],
2191
+ 'mask-image-conic-from-pos': [{
2192
+ 'mask-conic-from': scaleMaskImagePosition()
2193
+ }],
2194
+ 'mask-image-conic-to-pos': [{
2195
+ 'mask-conic-to': scaleMaskImagePosition()
2196
+ }],
2197
+ 'mask-image-conic-from-color': [{
2198
+ 'mask-conic-from': scaleColor()
2199
+ }],
2200
+ 'mask-image-conic-to-color': [{
2201
+ 'mask-conic-to': scaleColor()
2202
+ }],
2203
+ /**
2204
+ * Mask Mode
2205
+ * @see https://tailwindcss.com/docs/mask-mode
2206
+ */
2207
+ 'mask-mode': [{
2208
+ mask: ['alpha', 'luminance', 'match']
2209
+ }],
2210
+ /**
2211
+ * Mask Origin
2212
+ * @see https://tailwindcss.com/docs/mask-origin
2213
+ */
2214
+ 'mask-origin': [{
2215
+ 'mask-origin': ['border', 'padding', 'content', 'fill', 'stroke', 'view']
2216
+ }],
2217
+ /**
2218
+ * Mask Position
2219
+ * @see https://tailwindcss.com/docs/mask-position
2220
+ */
2221
+ 'mask-position': [{
2222
+ mask: scaleBgPosition()
2223
+ }],
2224
+ /**
2225
+ * Mask Repeat
2226
+ * @see https://tailwindcss.com/docs/mask-repeat
2227
+ */
2228
+ 'mask-repeat': [{
2229
+ mask: scaleBgRepeat()
2230
+ }],
2231
+ /**
2232
+ * Mask Size
2233
+ * @see https://tailwindcss.com/docs/mask-size
2234
+ */
2235
+ 'mask-size': [{
2236
+ mask: scaleBgSize()
2237
+ }],
2238
+ /**
2239
+ * Mask Type
2240
+ * @see https://tailwindcss.com/docs/mask-type
2241
+ */
2242
+ 'mask-type': [{
2243
+ 'mask-type': ['alpha', 'luminance']
2244
+ }],
2245
+ /**
2246
+ * Mask Image
2247
+ * @see https://tailwindcss.com/docs/mask-image
2248
+ */
2249
+ 'mask-image': [{
2250
+ mask: ['none', isArbitraryVariable, isArbitraryValue]
2251
+ }],
2252
+ // ---------------
2253
+ // --- Filters ---
2254
+ // ---------------
2255
+ /**
2256
+ * Filter
2257
+ * @see https://tailwindcss.com/docs/filter
2258
+ */
2259
+ filter: [{
2260
+ filter: [
2261
+ // Deprecated since Tailwind CSS v3.0.0
2262
+ '', 'none', isArbitraryVariable, isArbitraryValue]
2263
+ }],
2264
+ /**
2265
+ * Blur
2266
+ * @see https://tailwindcss.com/docs/blur
2267
+ */
2268
+ blur: [{
2269
+ blur: scaleBlur()
2270
+ }],
2271
+ /**
2272
+ * Brightness
2273
+ * @see https://tailwindcss.com/docs/brightness
2274
+ */
2275
+ brightness: [{
2276
+ brightness: [isNumber, isArbitraryVariable, isArbitraryValue]
2277
+ }],
2278
+ /**
2279
+ * Contrast
2280
+ * @see https://tailwindcss.com/docs/contrast
2281
+ */
2282
+ contrast: [{
2283
+ contrast: [isNumber, isArbitraryVariable, isArbitraryValue]
2284
+ }],
2285
+ /**
2286
+ * Drop Shadow
2287
+ * @see https://tailwindcss.com/docs/drop-shadow
2288
+ */
2289
+ 'drop-shadow': [{
2290
+ 'drop-shadow': [
2291
+ // Deprecated since Tailwind CSS v4.0.0
2292
+ '', 'none', themeDropShadow, isArbitraryVariableShadow, isArbitraryShadow]
2293
+ }],
2294
+ /**
2295
+ * Drop Shadow Color
2296
+ * @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
2297
+ */
2298
+ 'drop-shadow-color': [{
2299
+ 'drop-shadow': scaleColor()
2300
+ }],
2301
+ /**
2302
+ * Grayscale
2303
+ * @see https://tailwindcss.com/docs/grayscale
2304
+ */
2305
+ grayscale: [{
2306
+ grayscale: ['', isNumber, isArbitraryVariable, isArbitraryValue]
2307
+ }],
2308
+ /**
2309
+ * Hue Rotate
2310
+ * @see https://tailwindcss.com/docs/hue-rotate
2311
+ */
2312
+ 'hue-rotate': [{
2313
+ 'hue-rotate': [isNumber, isArbitraryVariable, isArbitraryValue]
2314
+ }],
2315
+ /**
2316
+ * Invert
2317
+ * @see https://tailwindcss.com/docs/invert
2318
+ */
2319
+ invert: [{
2320
+ invert: ['', isNumber, isArbitraryVariable, isArbitraryValue]
2321
+ }],
2322
+ /**
2323
+ * Saturate
2324
+ * @see https://tailwindcss.com/docs/saturate
2325
+ */
2326
+ saturate: [{
2327
+ saturate: [isNumber, isArbitraryVariable, isArbitraryValue]
2328
+ }],
2329
+ /**
2330
+ * Sepia
2331
+ * @see https://tailwindcss.com/docs/sepia
2332
+ */
2333
+ sepia: [{
2334
+ sepia: ['', isNumber, isArbitraryVariable, isArbitraryValue]
2335
+ }],
2336
+ /**
2337
+ * Backdrop Filter
2338
+ * @see https://tailwindcss.com/docs/backdrop-filter
2339
+ */
2340
+ 'backdrop-filter': [{
2341
+ 'backdrop-filter': [
2342
+ // Deprecated since Tailwind CSS v3.0.0
2343
+ '', 'none', isArbitraryVariable, isArbitraryValue]
2344
+ }],
2345
+ /**
2346
+ * Backdrop Blur
2347
+ * @see https://tailwindcss.com/docs/backdrop-blur
2348
+ */
2349
+ 'backdrop-blur': [{
2350
+ 'backdrop-blur': scaleBlur()
2351
+ }],
2352
+ /**
2353
+ * Backdrop Brightness
2354
+ * @see https://tailwindcss.com/docs/backdrop-brightness
2355
+ */
2356
+ 'backdrop-brightness': [{
2357
+ 'backdrop-brightness': [isNumber, isArbitraryVariable, isArbitraryValue]
2358
+ }],
2359
+ /**
2360
+ * Backdrop Contrast
2361
+ * @see https://tailwindcss.com/docs/backdrop-contrast
2362
+ */
2363
+ 'backdrop-contrast': [{
2364
+ 'backdrop-contrast': [isNumber, isArbitraryVariable, isArbitraryValue]
2365
+ }],
2366
+ /**
2367
+ * Backdrop Grayscale
2368
+ * @see https://tailwindcss.com/docs/backdrop-grayscale
2369
+ */
2370
+ 'backdrop-grayscale': [{
2371
+ 'backdrop-grayscale': ['', isNumber, isArbitraryVariable, isArbitraryValue]
2372
+ }],
2373
+ /**
2374
+ * Backdrop Hue Rotate
2375
+ * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2376
+ */
2377
+ 'backdrop-hue-rotate': [{
2378
+ 'backdrop-hue-rotate': [isNumber, isArbitraryVariable, isArbitraryValue]
2379
+ }],
2380
+ /**
2381
+ * Backdrop Invert
2382
+ * @see https://tailwindcss.com/docs/backdrop-invert
2383
+ */
2384
+ 'backdrop-invert': [{
2385
+ 'backdrop-invert': ['', isNumber, isArbitraryVariable, isArbitraryValue]
2386
+ }],
2387
+ /**
2388
+ * Backdrop Opacity
2389
+ * @see https://tailwindcss.com/docs/backdrop-opacity
2390
+ */
2391
+ 'backdrop-opacity': [{
2392
+ 'backdrop-opacity': [isNumber, isArbitraryVariable, isArbitraryValue]
2393
+ }],
2394
+ /**
2395
+ * Backdrop Saturate
2396
+ * @see https://tailwindcss.com/docs/backdrop-saturate
2397
+ */
2398
+ 'backdrop-saturate': [{
2399
+ 'backdrop-saturate': [isNumber, isArbitraryVariable, isArbitraryValue]
2400
+ }],
2401
+ /**
2402
+ * Backdrop Sepia
2403
+ * @see https://tailwindcss.com/docs/backdrop-sepia
2404
+ */
2405
+ 'backdrop-sepia': [{
2406
+ 'backdrop-sepia': ['', isNumber, isArbitraryVariable, isArbitraryValue]
2407
+ }],
2408
+ // --------------
2409
+ // --- Tables ---
2410
+ // --------------
2411
+ /**
2412
+ * Border Collapse
2413
+ * @see https://tailwindcss.com/docs/border-collapse
2414
+ */
2415
+ 'border-collapse': [{
2416
+ border: ['collapse', 'separate']
2417
+ }],
2418
+ /**
2419
+ * Border Spacing
2420
+ * @see https://tailwindcss.com/docs/border-spacing
2421
+ */
2422
+ 'border-spacing': [{
2423
+ 'border-spacing': scaleUnambiguousSpacing()
2424
+ }],
2425
+ /**
2426
+ * Border Spacing X
2427
+ * @see https://tailwindcss.com/docs/border-spacing
2428
+ */
2429
+ 'border-spacing-x': [{
2430
+ 'border-spacing-x': scaleUnambiguousSpacing()
2431
+ }],
2432
+ /**
2433
+ * Border Spacing Y
2434
+ * @see https://tailwindcss.com/docs/border-spacing
2435
+ */
2436
+ 'border-spacing-y': [{
2437
+ 'border-spacing-y': scaleUnambiguousSpacing()
2438
+ }],
2439
+ /**
2440
+ * Table Layout
2441
+ * @see https://tailwindcss.com/docs/table-layout
2442
+ */
2443
+ 'table-layout': [{
2444
+ table: ['auto', 'fixed']
2445
+ }],
2446
+ /**
2447
+ * Caption Side
2448
+ * @see https://tailwindcss.com/docs/caption-side
2449
+ */
2450
+ caption: [{
2451
+ caption: ['top', 'bottom']
2452
+ }],
2453
+ // ---------------------------------
2454
+ // --- Transitions and Animation ---
2455
+ // ---------------------------------
2456
+ /**
2457
+ * Transition Property
2458
+ * @see https://tailwindcss.com/docs/transition-property
2459
+ */
2460
+ transition: [{
2461
+ transition: ['', 'all', 'colors', 'opacity', 'shadow', 'transform', 'none', isArbitraryVariable, isArbitraryValue]
2462
+ }],
2463
+ /**
2464
+ * Transition Behavior
2465
+ * @see https://tailwindcss.com/docs/transition-behavior
2466
+ */
2467
+ 'transition-behavior': [{
2468
+ transition: ['normal', 'discrete']
2469
+ }],
2470
+ /**
2471
+ * Transition Duration
2472
+ * @see https://tailwindcss.com/docs/transition-duration
2473
+ */
2474
+ duration: [{
2475
+ duration: [isNumber, 'initial', isArbitraryVariable, isArbitraryValue]
2476
+ }],
2477
+ /**
2478
+ * Transition Timing Function
2479
+ * @see https://tailwindcss.com/docs/transition-timing-function
2480
+ */
2481
+ ease: [{
2482
+ ease: ['linear', 'initial', themeEase, isArbitraryVariable, isArbitraryValue]
2483
+ }],
2484
+ /**
2485
+ * Transition Delay
2486
+ * @see https://tailwindcss.com/docs/transition-delay
2487
+ */
2488
+ delay: [{
2489
+ delay: [isNumber, isArbitraryVariable, isArbitraryValue]
2490
+ }],
2491
+ /**
2492
+ * Animation
2493
+ * @see https://tailwindcss.com/docs/animation
2494
+ */
2495
+ animate: [{
2496
+ animate: ['none', themeAnimate, isArbitraryVariable, isArbitraryValue]
2497
+ }],
2498
+ // ------------------
2499
+ // --- Transforms ---
2500
+ // ------------------
2501
+ /**
2502
+ * Backface Visibility
2503
+ * @see https://tailwindcss.com/docs/backface-visibility
2504
+ */
2505
+ backface: [{
2506
+ backface: ['hidden', 'visible']
2507
+ }],
2508
+ /**
2509
+ * Perspective
2510
+ * @see https://tailwindcss.com/docs/perspective
2511
+ */
2512
+ perspective: [{
2513
+ perspective: [themePerspective, isArbitraryVariable, isArbitraryValue]
2514
+ }],
2515
+ /**
2516
+ * Perspective Origin
2517
+ * @see https://tailwindcss.com/docs/perspective-origin
2518
+ */
2519
+ 'perspective-origin': [{
2520
+ 'perspective-origin': scalePositionWithArbitrary()
2521
+ }],
2522
+ /**
2523
+ * Rotate
2524
+ * @see https://tailwindcss.com/docs/rotate
2525
+ */
2526
+ rotate: [{
2527
+ rotate: scaleRotate()
2528
+ }],
2529
+ /**
2530
+ * Rotate X
2531
+ * @see https://tailwindcss.com/docs/rotate
2532
+ */
2533
+ 'rotate-x': [{
2534
+ 'rotate-x': scaleRotate()
2535
+ }],
2536
+ /**
2537
+ * Rotate Y
2538
+ * @see https://tailwindcss.com/docs/rotate
2539
+ */
2540
+ 'rotate-y': [{
2541
+ 'rotate-y': scaleRotate()
2542
+ }],
2543
+ /**
2544
+ * Rotate Z
2545
+ * @see https://tailwindcss.com/docs/rotate
2546
+ */
2547
+ 'rotate-z': [{
2548
+ 'rotate-z': scaleRotate()
2549
+ }],
2550
+ /**
2551
+ * Scale
2552
+ * @see https://tailwindcss.com/docs/scale
2553
+ */
2554
+ scale: [{
2555
+ scale: scaleScale()
2556
+ }],
2557
+ /**
2558
+ * Scale X
2559
+ * @see https://tailwindcss.com/docs/scale
2560
+ */
2561
+ 'scale-x': [{
2562
+ 'scale-x': scaleScale()
2563
+ }],
2564
+ /**
2565
+ * Scale Y
2566
+ * @see https://tailwindcss.com/docs/scale
2567
+ */
2568
+ 'scale-y': [{
2569
+ 'scale-y': scaleScale()
2570
+ }],
2571
+ /**
2572
+ * Scale Z
2573
+ * @see https://tailwindcss.com/docs/scale
2574
+ */
2575
+ 'scale-z': [{
2576
+ 'scale-z': scaleScale()
2577
+ }],
2578
+ /**
2579
+ * Scale 3D
2580
+ * @see https://tailwindcss.com/docs/scale
2581
+ */
2582
+ 'scale-3d': ['scale-3d'],
2583
+ /**
2584
+ * Skew
2585
+ * @see https://tailwindcss.com/docs/skew
2586
+ */
2587
+ skew: [{
2588
+ skew: scaleSkew()
2589
+ }],
2590
+ /**
2591
+ * Skew X
2592
+ * @see https://tailwindcss.com/docs/skew
2593
+ */
2594
+ 'skew-x': [{
2595
+ 'skew-x': scaleSkew()
2596
+ }],
2597
+ /**
2598
+ * Skew Y
2599
+ * @see https://tailwindcss.com/docs/skew
2600
+ */
2601
+ 'skew-y': [{
2602
+ 'skew-y': scaleSkew()
2603
+ }],
2604
+ /**
2605
+ * Transform
2606
+ * @see https://tailwindcss.com/docs/transform
2607
+ */
2608
+ transform: [{
2609
+ transform: [isArbitraryVariable, isArbitraryValue, '', 'none', 'gpu', 'cpu']
2610
+ }],
2611
+ /**
2612
+ * Transform Origin
2613
+ * @see https://tailwindcss.com/docs/transform-origin
2614
+ */
2615
+ 'transform-origin': [{
2616
+ origin: scalePositionWithArbitrary()
2617
+ }],
2618
+ /**
2619
+ * Transform Style
2620
+ * @see https://tailwindcss.com/docs/transform-style
2621
+ */
2622
+ 'transform-style': [{
2623
+ transform: ['3d', 'flat']
2624
+ }],
2625
+ /**
2626
+ * Translate
2627
+ * @see https://tailwindcss.com/docs/translate
2628
+ */
2629
+ translate: [{
2630
+ translate: scaleTranslate()
2631
+ }],
2632
+ /**
2633
+ * Translate X
2634
+ * @see https://tailwindcss.com/docs/translate
2635
+ */
2636
+ 'translate-x': [{
2637
+ 'translate-x': scaleTranslate()
2638
+ }],
2639
+ /**
2640
+ * Translate Y
2641
+ * @see https://tailwindcss.com/docs/translate
2642
+ */
2643
+ 'translate-y': [{
2644
+ 'translate-y': scaleTranslate()
2645
+ }],
2646
+ /**
2647
+ * Translate Z
2648
+ * @see https://tailwindcss.com/docs/translate
2649
+ */
2650
+ 'translate-z': [{
2651
+ 'translate-z': scaleTranslate()
2652
+ }],
2653
+ /**
2654
+ * Translate None
2655
+ * @see https://tailwindcss.com/docs/translate
2656
+ */
2657
+ 'translate-none': ['translate-none'],
2658
+ // ---------------------
2659
+ // --- Interactivity ---
2660
+ // ---------------------
2661
+ /**
2662
+ * Accent Color
2663
+ * @see https://tailwindcss.com/docs/accent-color
2664
+ */
2665
+ accent: [{
2666
+ accent: scaleColor()
2667
+ }],
2668
+ /**
2669
+ * Appearance
2670
+ * @see https://tailwindcss.com/docs/appearance
2671
+ */
2672
+ appearance: [{
2673
+ appearance: ['none', 'auto']
2674
+ }],
2675
+ /**
2676
+ * Caret Color
2677
+ * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2678
+ */
2679
+ 'caret-color': [{
2680
+ caret: scaleColor()
2681
+ }],
2682
+ /**
2683
+ * Color Scheme
2684
+ * @see https://tailwindcss.com/docs/color-scheme
2685
+ */
2686
+ 'color-scheme': [{
2687
+ scheme: ['normal', 'dark', 'light', 'light-dark', 'only-dark', 'only-light']
2688
+ }],
2689
+ /**
2690
+ * Cursor
2691
+ * @see https://tailwindcss.com/docs/cursor
2692
+ */
2693
+ cursor: [{
2694
+ cursor: ['auto', 'default', 'pointer', 'wait', 'text', 'move', 'help', 'not-allowed', 'none', 'context-menu', 'progress', 'cell', 'crosshair', 'vertical-text', 'alias', 'copy', 'no-drop', 'grab', 'grabbing', 'all-scroll', 'col-resize', 'row-resize', 'n-resize', 'e-resize', 's-resize', 'w-resize', 'ne-resize', 'nw-resize', 'se-resize', 'sw-resize', 'ew-resize', 'ns-resize', 'nesw-resize', 'nwse-resize', 'zoom-in', 'zoom-out', isArbitraryVariable, isArbitraryValue]
2695
+ }],
2696
+ /**
2697
+ * Field Sizing
2698
+ * @see https://tailwindcss.com/docs/field-sizing
2699
+ */
2700
+ 'field-sizing': [{
2701
+ 'field-sizing': ['fixed', 'content']
2702
+ }],
2703
+ /**
2704
+ * Pointer Events
2705
+ * @see https://tailwindcss.com/docs/pointer-events
2706
+ */
2707
+ 'pointer-events': [{
2708
+ 'pointer-events': ['auto', 'none']
2709
+ }],
2710
+ /**
2711
+ * Resize
2712
+ * @see https://tailwindcss.com/docs/resize
2713
+ */
2714
+ resize: [{
2715
+ resize: ['none', '', 'y', 'x']
2716
+ }],
2717
+ /**
2718
+ * Scroll Behavior
2719
+ * @see https://tailwindcss.com/docs/scroll-behavior
2720
+ */
2721
+ 'scroll-behavior': [{
2722
+ scroll: ['auto', 'smooth']
2723
+ }],
2724
+ /**
2725
+ * Scroll Margin
2726
+ * @see https://tailwindcss.com/docs/scroll-margin
2727
+ */
2728
+ 'scroll-m': [{
2729
+ 'scroll-m': scaleUnambiguousSpacing()
2730
+ }],
2731
+ /**
2732
+ * Scroll Margin X
2733
+ * @see https://tailwindcss.com/docs/scroll-margin
2734
+ */
2735
+ 'scroll-mx': [{
2736
+ 'scroll-mx': scaleUnambiguousSpacing()
2737
+ }],
2738
+ /**
2739
+ * Scroll Margin Y
2740
+ * @see https://tailwindcss.com/docs/scroll-margin
2741
+ */
2742
+ 'scroll-my': [{
2743
+ 'scroll-my': scaleUnambiguousSpacing()
2744
+ }],
2745
+ /**
2746
+ * Scroll Margin Start
2747
+ * @see https://tailwindcss.com/docs/scroll-margin
2748
+ */
2749
+ 'scroll-ms': [{
2750
+ 'scroll-ms': scaleUnambiguousSpacing()
2751
+ }],
2752
+ /**
2753
+ * Scroll Margin End
2754
+ * @see https://tailwindcss.com/docs/scroll-margin
2755
+ */
2756
+ 'scroll-me': [{
2757
+ 'scroll-me': scaleUnambiguousSpacing()
2758
+ }],
2759
+ /**
2760
+ * Scroll Margin Top
2761
+ * @see https://tailwindcss.com/docs/scroll-margin
2762
+ */
2763
+ 'scroll-mt': [{
2764
+ 'scroll-mt': scaleUnambiguousSpacing()
2765
+ }],
2766
+ /**
2767
+ * Scroll Margin Right
2768
+ * @see https://tailwindcss.com/docs/scroll-margin
2769
+ */
2770
+ 'scroll-mr': [{
2771
+ 'scroll-mr': scaleUnambiguousSpacing()
2772
+ }],
2773
+ /**
2774
+ * Scroll Margin Bottom
2775
+ * @see https://tailwindcss.com/docs/scroll-margin
2776
+ */
2777
+ 'scroll-mb': [{
2778
+ 'scroll-mb': scaleUnambiguousSpacing()
2779
+ }],
2780
+ /**
2781
+ * Scroll Margin Left
2782
+ * @see https://tailwindcss.com/docs/scroll-margin
2783
+ */
2784
+ 'scroll-ml': [{
2785
+ 'scroll-ml': scaleUnambiguousSpacing()
2786
+ }],
2787
+ /**
2788
+ * Scroll Padding
2789
+ * @see https://tailwindcss.com/docs/scroll-padding
2790
+ */
2791
+ 'scroll-p': [{
2792
+ 'scroll-p': scaleUnambiguousSpacing()
2793
+ }],
2794
+ /**
2795
+ * Scroll Padding X
2796
+ * @see https://tailwindcss.com/docs/scroll-padding
2797
+ */
2798
+ 'scroll-px': [{
2799
+ 'scroll-px': scaleUnambiguousSpacing()
2800
+ }],
2801
+ /**
2802
+ * Scroll Padding Y
2803
+ * @see https://tailwindcss.com/docs/scroll-padding
2804
+ */
2805
+ 'scroll-py': [{
2806
+ 'scroll-py': scaleUnambiguousSpacing()
2807
+ }],
2808
+ /**
2809
+ * Scroll Padding Start
2810
+ * @see https://tailwindcss.com/docs/scroll-padding
2811
+ */
2812
+ 'scroll-ps': [{
2813
+ 'scroll-ps': scaleUnambiguousSpacing()
2814
+ }],
2815
+ /**
2816
+ * Scroll Padding End
2817
+ * @see https://tailwindcss.com/docs/scroll-padding
2818
+ */
2819
+ 'scroll-pe': [{
2820
+ 'scroll-pe': scaleUnambiguousSpacing()
2821
+ }],
2822
+ /**
2823
+ * Scroll Padding Top
2824
+ * @see https://tailwindcss.com/docs/scroll-padding
2825
+ */
2826
+ 'scroll-pt': [{
2827
+ 'scroll-pt': scaleUnambiguousSpacing()
2828
+ }],
2829
+ /**
2830
+ * Scroll Padding Right
2831
+ * @see https://tailwindcss.com/docs/scroll-padding
2832
+ */
2833
+ 'scroll-pr': [{
2834
+ 'scroll-pr': scaleUnambiguousSpacing()
2835
+ }],
2836
+ /**
2837
+ * Scroll Padding Bottom
2838
+ * @see https://tailwindcss.com/docs/scroll-padding
2839
+ */
2840
+ 'scroll-pb': [{
2841
+ 'scroll-pb': scaleUnambiguousSpacing()
2842
+ }],
2843
+ /**
2844
+ * Scroll Padding Left
2845
+ * @see https://tailwindcss.com/docs/scroll-padding
2846
+ */
2847
+ 'scroll-pl': [{
2848
+ 'scroll-pl': scaleUnambiguousSpacing()
2849
+ }],
2850
+ /**
2851
+ * Scroll Snap Align
2852
+ * @see https://tailwindcss.com/docs/scroll-snap-align
2853
+ */
2854
+ 'snap-align': [{
2855
+ snap: ['start', 'end', 'center', 'align-none']
2856
+ }],
2857
+ /**
2858
+ * Scroll Snap Stop
2859
+ * @see https://tailwindcss.com/docs/scroll-snap-stop
2860
+ */
2861
+ 'snap-stop': [{
2862
+ snap: ['normal', 'always']
2863
+ }],
2864
+ /**
2865
+ * Scroll Snap Type
2866
+ * @see https://tailwindcss.com/docs/scroll-snap-type
2867
+ */
2868
+ 'snap-type': [{
2869
+ snap: ['none', 'x', 'y', 'both']
2870
+ }],
2871
+ /**
2872
+ * Scroll Snap Type Strictness
2873
+ * @see https://tailwindcss.com/docs/scroll-snap-type
2874
+ */
2875
+ 'snap-strictness': [{
2876
+ snap: ['mandatory', 'proximity']
2877
+ }],
2878
+ /**
2879
+ * Touch Action
2880
+ * @see https://tailwindcss.com/docs/touch-action
2881
+ */
2882
+ touch: [{
2883
+ touch: ['auto', 'none', 'manipulation']
2884
+ }],
2885
+ /**
2886
+ * Touch Action X
2887
+ * @see https://tailwindcss.com/docs/touch-action
2888
+ */
2889
+ 'touch-x': [{
2890
+ 'touch-pan': ['x', 'left', 'right']
2891
+ }],
2892
+ /**
2893
+ * Touch Action Y
2894
+ * @see https://tailwindcss.com/docs/touch-action
2895
+ */
2896
+ 'touch-y': [{
2897
+ 'touch-pan': ['y', 'up', 'down']
2898
+ }],
2899
+ /**
2900
+ * Touch Action Pinch Zoom
2901
+ * @see https://tailwindcss.com/docs/touch-action
2902
+ */
2903
+ 'touch-pz': ['touch-pinch-zoom'],
2904
+ /**
2905
+ * User Select
2906
+ * @see https://tailwindcss.com/docs/user-select
2907
+ */
2908
+ select: [{
2909
+ select: ['none', 'text', 'all', 'auto']
2910
+ }],
2911
+ /**
2912
+ * Will Change
2913
+ * @see https://tailwindcss.com/docs/will-change
2914
+ */
2915
+ 'will-change': [{
2916
+ 'will-change': ['auto', 'scroll', 'contents', 'transform', isArbitraryVariable, isArbitraryValue]
2917
+ }],
2918
+ // -----------
2919
+ // --- SVG ---
2920
+ // -----------
2921
+ /**
2922
+ * Fill
2923
+ * @see https://tailwindcss.com/docs/fill
2924
+ */
2925
+ fill: [{
2926
+ fill: ['none', ...scaleColor()]
2927
+ }],
2928
+ /**
2929
+ * Stroke Width
2930
+ * @see https://tailwindcss.com/docs/stroke-width
2931
+ */
2932
+ 'stroke-w': [{
2933
+ stroke: [isNumber, isArbitraryVariableLength, isArbitraryLength, isArbitraryNumber]
2934
+ }],
2935
+ /**
2936
+ * Stroke
2937
+ * @see https://tailwindcss.com/docs/stroke
2938
+ */
2939
+ stroke: [{
2940
+ stroke: ['none', ...scaleColor()]
2941
+ }],
2942
+ // ---------------------
2943
+ // --- Accessibility ---
2944
+ // ---------------------
2945
+ /**
2946
+ * Forced Color Adjust
2947
+ * @see https://tailwindcss.com/docs/forced-color-adjust
2948
+ */
2949
+ 'forced-color-adjust': [{
2950
+ 'forced-color-adjust': ['auto', 'none']
2951
+ }]
2952
+ },
2953
+ conflictingClassGroups: {
2954
+ overflow: ['overflow-x', 'overflow-y'],
2955
+ overscroll: ['overscroll-x', 'overscroll-y'],
2956
+ inset: ['inset-x', 'inset-y', 'start', 'end', 'top', 'right', 'bottom', 'left'],
2957
+ 'inset-x': ['right', 'left'],
2958
+ 'inset-y': ['top', 'bottom'],
2959
+ flex: ['basis', 'grow', 'shrink'],
2960
+ gap: ['gap-x', 'gap-y'],
2961
+ p: ['px', 'py', 'ps', 'pe', 'pt', 'pr', 'pb', 'pl'],
2962
+ px: ['pr', 'pl'],
2963
+ py: ['pt', 'pb'],
2964
+ m: ['mx', 'my', 'ms', 'me', 'mt', 'mr', 'mb', 'ml'],
2965
+ mx: ['mr', 'ml'],
2966
+ my: ['mt', 'mb'],
2967
+ size: ['w', 'h'],
2968
+ 'font-size': ['leading'],
2969
+ 'fvn-normal': ['fvn-ordinal', 'fvn-slashed-zero', 'fvn-figure', 'fvn-spacing', 'fvn-fraction'],
2970
+ 'fvn-ordinal': ['fvn-normal'],
2971
+ 'fvn-slashed-zero': ['fvn-normal'],
2972
+ 'fvn-figure': ['fvn-normal'],
2973
+ 'fvn-spacing': ['fvn-normal'],
2974
+ 'fvn-fraction': ['fvn-normal'],
2975
+ 'line-clamp': ['display', 'overflow'],
2976
+ 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'],
2977
+ 'rounded-s': ['rounded-ss', 'rounded-es'],
2978
+ 'rounded-e': ['rounded-se', 'rounded-ee'],
2979
+ 'rounded-t': ['rounded-tl', 'rounded-tr'],
2980
+ 'rounded-r': ['rounded-tr', 'rounded-br'],
2981
+ 'rounded-b': ['rounded-br', 'rounded-bl'],
2982
+ 'rounded-l': ['rounded-tl', 'rounded-bl'],
2983
+ 'border-spacing': ['border-spacing-x', 'border-spacing-y'],
2984
+ 'border-w': ['border-w-x', 'border-w-y', 'border-w-s', 'border-w-e', 'border-w-t', 'border-w-r', 'border-w-b', 'border-w-l'],
2985
+ 'border-w-x': ['border-w-r', 'border-w-l'],
2986
+ 'border-w-y': ['border-w-t', 'border-w-b'],
2987
+ 'border-color': ['border-color-x', 'border-color-y', 'border-color-s', 'border-color-e', 'border-color-t', 'border-color-r', 'border-color-b', 'border-color-l'],
2988
+ 'border-color-x': ['border-color-r', 'border-color-l'],
2989
+ 'border-color-y': ['border-color-t', 'border-color-b'],
2990
+ translate: ['translate-x', 'translate-y', 'translate-none'],
2991
+ 'translate-none': ['translate', 'translate-x', 'translate-y', 'translate-z'],
2992
+ 'scroll-m': ['scroll-mx', 'scroll-my', 'scroll-ms', 'scroll-me', 'scroll-mt', 'scroll-mr', 'scroll-mb', 'scroll-ml'],
2993
+ 'scroll-mx': ['scroll-mr', 'scroll-ml'],
2994
+ 'scroll-my': ['scroll-mt', 'scroll-mb'],
2995
+ 'scroll-p': ['scroll-px', 'scroll-py', 'scroll-ps', 'scroll-pe', 'scroll-pt', 'scroll-pr', 'scroll-pb', 'scroll-pl'],
2996
+ 'scroll-px': ['scroll-pr', 'scroll-pl'],
2997
+ 'scroll-py': ['scroll-pt', 'scroll-pb'],
2998
+ touch: ['touch-x', 'touch-y', 'touch-pz'],
2999
+ 'touch-x': ['touch'],
3000
+ 'touch-y': ['touch'],
3001
+ 'touch-pz': ['touch']
3002
+ },
3003
+ conflictingClassGroupModifiers: {
3004
+ 'font-size': ['leading']
3005
+ },
3006
+ orderSensitiveModifiers: ['*', '**', 'after', 'backdrop', 'before', 'details-content', 'file', 'first-letter', 'first-line', 'marker', 'placeholder', 'selection']
3007
+ };
3008
+ };
3009
+ const twMerge = /*#__PURE__*/createTailwindMerge(getDefaultConfig);
3010
+
56
3011
  function cn$1(...inputs) {
57
- return clsx(inputs);
3012
+ return twMerge(clsx(inputs));
58
3013
  }
59
3014
 
60
3015
  const {forwardRef} = await importShared('react');
@@ -10282,15 +13237,10 @@ const inputVariants = cva(cn$1('flex w-full min-w-0 rounded-md bg-transparent py
10282
13237
  default: 'bg-background',
10283
13238
  transparent: '',
10284
13239
  },
10285
- rightPadding: {
10286
- default: 'pr-3',
10287
- none: '',
10288
- },
10289
13240
  },
10290
13241
  defaultVariants: {
10291
13242
  height: 'default',
10292
13243
  background: 'default',
10293
- rightPadding: 'default',
10294
13244
  },
10295
13245
  });
10296
13246
 
@@ -18521,7 +21471,7 @@ function ComboboxInput({ className, placeholder, ref, ...rest }) {
18521
21471
  e.relatedTarget.closest(`[data-combobox-content=""]`)) {
18522
21472
  e.target.focus();
18523
21473
  }
18524
- }, value: searchQuery, onValueChange: setSearchQuery, className: cn$1(inputVariants({ rightPadding: 'none' }), 'pr-8', className), placeholder: selectedLabel ? undefined : placeholder, onClick: () => {
21474
+ }, value: searchQuery, onValueChange: setSearchQuery, className: cn$1(inputVariants(), 'pr-8', className), placeholder: selectedLabel ? undefined : placeholder, onClick: () => {
18525
21475
  if (disabled) {
18526
21476
  return;
18527
21477
  }
@@ -18983,18 +21933,22 @@ function ErrorableLoader({ className, error, header, actions, }) {
18983
21933
  * 2. With individual props: `<FormActionBar disabled={isDisabled} onReset={handleReset} />`
18984
21934
  */
18985
21935
  function FormActionBar(props) {
18986
- const { className, disabled = false, children, form, onReset, ...rest } = props;
21936
+ const { className, disabled, children, form, onReset, allowSaveWithoutDirty, ...rest } = props;
18987
21937
  // Determine values based on whether form prop is provided
18988
21938
  const { formState } = form ?? {};
18989
- const formIsDisabled = formState
21939
+ const defaultSaveIsDisabled = formState
21940
+ ? formState.isSubmitting || (!allowSaveWithoutDirty && !formState.isDirty)
21941
+ : false;
21942
+ const defaultResetIsDisabled = formState
18990
21943
  ? formState.isSubmitting || !formState.isDirty
18991
21944
  : false;
18992
- const isDisabled = formIsDisabled || disabled;
21945
+ const isSaveDisabled = disabled ?? defaultSaveIsDisabled;
21946
+ const isResetDisabled = disabled ?? defaultResetIsDisabled;
18993
21947
  const handleReset = () => {
18994
21948
  form?.reset();
18995
21949
  onReset?.();
18996
21950
  };
18997
- return (jsxRuntimeExports.jsx("div", { "data-slot": "form-action-bar", className: cn$1('absolute inset-x-0 bottom-0 z-50 flex min-h-[var(--action-bar-height,52px)] items-center space-x-4 border-t border-border bg-background pl-4', className), ...rest, children: children ?? (jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [jsxRuntimeExports.jsx(Button$1, { variant: "outline", size: "sm", type: "button", onClick: handleReset, disabled: isDisabled, children: "Reset" }), jsxRuntimeExports.jsxs(Button$1, { variant: "default", size: "sm", type: "submit", disabled: isDisabled, children: [jsxRuntimeExports.jsx(MdOutlineSave, { className: "mr-2 h-4 w-4" }), "Save"] })] })) }));
21951
+ return (jsxRuntimeExports.jsx("div", { "data-slot": "form-action-bar", className: cn$1('absolute inset-x-0 bottom-0 z-50 flex min-h-[var(--action-bar-height,52px)] items-center space-x-4 border-t border-border bg-background pl-4', className), ...rest, children: children ?? (jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [jsxRuntimeExports.jsx(Button$1, { variant: "outline", size: "sm", type: "button", onClick: handleReset, disabled: isResetDisabled, children: "Reset" }), jsxRuntimeExports.jsxs(Button$1, { variant: "default", size: "sm", type: "submit", disabled: isSaveDisabled, children: [jsxRuntimeExports.jsx(MdOutlineSave, { className: "mr-2 h-4 w-4" }), "Save"] })] })) }));
18998
21952
  }
18999
21953
 
19000
21954
  function InputField({ label, description, error, onChange, register, className, ref, ...props }) {
@@ -20666,4 +23620,4 @@ function TooltipContent({ className, sideOffset = 0, children, ...props }) {
20666
23620
  }
20667
23621
 
20668
23622
  export { Alert, AlertDescription, AlertTitle, Badge, BadgeWithIcon, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button$1 as Button, ButtonGroup, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, CheckboxField, CheckboxFieldController, CircularProgress, ColorPicker, ColorPickerField, ColorPickerFieldController, Combobox, ComboboxAction, ComboboxContent, ComboboxEmpty, ComboboxField, ComboboxFieldController, ComboboxGroup, ComboboxInput, ComboboxItem, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ConfirmDialog, DatePickerField, DatePickerFieldController, DateTimePickerField, DateTimePickerFieldController, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyDisplay, ErrorDisplay, ErrorableLoader, FormActionBar, FormControl, FormDescription, FormItem, FormLabel, FormMessage, Input, InputField, InputFieldController, Label, Loader$1 as Loader, MultiCombobox, MultiComboboxContent, MultiComboboxEmpty, MultiComboboxField, MultiComboboxFieldController, MultiComboboxGroup, MultiComboboxInput, MultiComboboxItem, MultiSwitchField, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuItemWithLink, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, NavigationTabs, NavigationTabsItem, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, RecordView, RecordViewActions, RecordViewItem, RecordViewItemList, ScrollArea, ScrollBar, SectionList, SectionListSection, SectionListSectionContent, SectionListSectionDescription, SectionListSectionHeader, SectionListSectionTitle, Select, SelectContent, SelectField, SelectFieldController, SelectGroup, SelectItem, SelectLabel, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, SidebarLayout, SidebarLayoutContent, SidebarLayoutSidebar, Switch, SwitchField, SwitchFieldController, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, TextareaField, TextareaFieldController, Toaster, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, badgeVariants, buttonVariants, cn$1 as cn, genericForwardRef, inputVariants, mergeRefs, navigationMenuTriggerStyle, selectCheckVariants, selectContentVariants, selectItemVariants, selectTriggerVariants, toast, useComboboxContext, useConfirmDialog, useControlledState, useControllerMerged, useEventCallback, useFormField, useMultiComboboxContext };
20669
- //# sourceMappingURL=ui-components-BIPS02bW.js.map
23623
+ //# sourceMappingURL=ui-components-ClpdcB7_.js.map