zudoku 0.0.0-ff3bc72 → 0.0.0-zuplo-api-keys.534c6f8

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 (1781) hide show
  1. package/README.md +121 -0
  2. package/cli.js +11 -2
  3. package/dist/app/ZuploBuildConfig.d.ts +155 -0
  4. package/dist/app/ZuploBuildConfig.js +29 -0
  5. package/dist/app/ZuploBuildConfig.js.map +1 -0
  6. package/dist/app/demo.js +1 -4
  7. package/dist/app/demo.js.map +1 -1
  8. package/dist/app/entry.client.d.ts +6 -0
  9. package/dist/app/entry.client.js +53 -3
  10. package/dist/app/entry.client.js.map +1 -1
  11. package/dist/app/entry.server.d.ts +9 -6
  12. package/dist/app/entry.server.js +21 -14
  13. package/dist/app/entry.server.js.map +1 -1
  14. package/dist/app/env.d.ts +33 -0
  15. package/dist/app/env.js +29 -0
  16. package/dist/app/env.js.map +1 -0
  17. package/dist/app/main.d.ts +3 -2
  18. package/dist/app/main.js +50 -61
  19. package/dist/app/main.js.map +1 -1
  20. package/dist/app/sentry.d.ts +3 -0
  21. package/dist/app/sentry.js +19 -0
  22. package/dist/app/sentry.js.map +1 -0
  23. package/dist/app/standalone.js +1 -4
  24. package/dist/app/standalone.js.map +1 -1
  25. package/dist/cli/build/handler.d.ts +1 -3
  26. package/dist/cli/build/handler.js +9 -1
  27. package/dist/cli/build/handler.js.map +1 -1
  28. package/dist/cli/cli.js +18 -5
  29. package/dist/cli/cli.js.map +1 -1
  30. package/dist/cli/cmds/build.d.ts +11 -3
  31. package/dist/cli/cmds/build.js +21 -13
  32. package/dist/cli/cmds/build.js.map +1 -1
  33. package/dist/cli/cmds/dev.d.ts +1 -1
  34. package/dist/cli/cmds/dev.js +5 -0
  35. package/dist/cli/cmds/dev.js.map +1 -1
  36. package/dist/cli/cmds/preview.d.ts +16 -0
  37. package/dist/cli/cmds/preview.js +25 -0
  38. package/dist/cli/cmds/preview.js.map +1 -0
  39. package/dist/cli/common/logger.js +9 -0
  40. package/dist/cli/common/logger.js.map +1 -1
  41. package/dist/cli/common/machine-id/lib.js +1 -0
  42. package/dist/cli/common/machine-id/lib.js.map +1 -1
  43. package/dist/cli/common/outdated.js +2 -1
  44. package/dist/cli/common/outdated.js.map +1 -1
  45. package/dist/cli/common/output.js.map +1 -1
  46. package/dist/cli/common/utils/box.js.map +1 -1
  47. package/dist/cli/common/utils/ports.d.ts +1 -1
  48. package/dist/cli/common/utils/ports.js +16 -15
  49. package/dist/cli/common/utils/ports.js.map +1 -1
  50. package/dist/cli/dev/handler.d.ts +1 -0
  51. package/dist/cli/dev/handler.js +16 -13
  52. package/dist/cli/dev/handler.js.map +1 -1
  53. package/dist/cli/preview/handler.d.ts +3 -0
  54. package/dist/cli/preview/handler.js +35 -0
  55. package/dist/cli/preview/handler.js.map +1 -0
  56. package/dist/codegen.d.ts +3 -0
  57. package/dist/codegen.js +45 -0
  58. package/dist/codegen.js.map +1 -0
  59. package/dist/config/config.d.ts +20 -16
  60. package/dist/config/file-exists.d.ts +1 -0
  61. package/dist/config/file-exists.js +5 -0
  62. package/dist/config/file-exists.js.map +1 -0
  63. package/dist/config/loader.d.ts +19 -0
  64. package/dist/config/loader.js +135 -0
  65. package/dist/config/loader.js.map +1 -0
  66. package/dist/config/validators/BuildSchema.d.ts +60 -0
  67. package/dist/config/validators/BuildSchema.js +31 -0
  68. package/dist/config/validators/BuildSchema.js.map +1 -0
  69. package/dist/config/validators/InputSidebarSchema.d.ts +63 -32
  70. package/dist/config/validators/InputSidebarSchema.js +17 -28
  71. package/dist/config/validators/InputSidebarSchema.js.map +1 -1
  72. package/dist/config/validators/SidebarSchema.d.ts +24 -1
  73. package/dist/config/validators/SidebarSchema.js +80 -44
  74. package/dist/config/validators/SidebarSchema.js.map +1 -1
  75. package/dist/config/validators/icon-types.d.ts +1 -0
  76. package/dist/config/validators/icon-types.js +2 -0
  77. package/dist/config/validators/icon-types.js.map +1 -0
  78. package/dist/config/validators/validate.d.ts +4690 -332
  79. package/dist/config/validators/validate.js +273 -82
  80. package/dist/config/validators/validate.js.map +1 -1
  81. package/dist/index.d.ts +9 -2
  82. package/dist/index.js +4 -1
  83. package/dist/index.js.map +1 -1
  84. package/dist/lib/MissingIcon.d.ts +2 -0
  85. package/dist/lib/MissingIcon.js +7 -0
  86. package/dist/lib/MissingIcon.js.map +1 -0
  87. package/dist/lib/authentication/AuthenticationPlugin.d.ts +11 -4
  88. package/dist/lib/authentication/AuthenticationPlugin.js +16 -1
  89. package/dist/lib/authentication/AuthenticationPlugin.js.map +1 -1
  90. package/dist/lib/authentication/authentication.d.ts +4 -5
  91. package/dist/lib/authentication/components/CallbackHandler.js +25 -31
  92. package/dist/lib/authentication/components/CallbackHandler.js.map +1 -1
  93. package/dist/lib/authentication/components/SignIn.d.ts +1 -1
  94. package/dist/lib/authentication/components/SignIn.js +5 -2
  95. package/dist/lib/authentication/components/SignIn.js.map +1 -1
  96. package/dist/lib/authentication/components/SignOut.js +2 -2
  97. package/dist/lib/authentication/components/SignOut.js.map +1 -1
  98. package/dist/lib/authentication/components/SignUp.d.ts +1 -1
  99. package/dist/lib/authentication/components/SignUp.js +4 -1
  100. package/dist/lib/authentication/components/SignUp.js.map +1 -1
  101. package/dist/lib/authentication/hook.d.ts +6 -4
  102. package/dist/lib/authentication/hook.js +12 -4
  103. package/dist/lib/authentication/hook.js.map +1 -1
  104. package/dist/lib/authentication/providers/auth0.d.ts +2 -2
  105. package/dist/lib/authentication/providers/auth0.js +15 -13
  106. package/dist/lib/authentication/providers/auth0.js.map +1 -1
  107. package/dist/lib/authentication/providers/clerk.d.ts +2 -2
  108. package/dist/lib/authentication/providers/clerk.js +116 -47
  109. package/dist/lib/authentication/providers/clerk.js.map +1 -1
  110. package/dist/lib/authentication/providers/openid.d.ts +21 -19
  111. package/dist/lib/authentication/providers/openid.js +62 -69
  112. package/dist/lib/authentication/providers/openid.js.map +1 -1
  113. package/dist/lib/authentication/providers/supabase.d.ts +4 -0
  114. package/dist/lib/authentication/providers/supabase.js +115 -0
  115. package/dist/lib/authentication/providers/supabase.js.map +1 -0
  116. package/dist/lib/authentication/state.d.ts +23 -19
  117. package/dist/lib/authentication/state.js +34 -7
  118. package/dist/lib/authentication/state.js.map +1 -1
  119. package/dist/lib/authentication/use-broadcast/shared.d.ts +48 -0
  120. package/dist/lib/authentication/use-broadcast/shared.js +243 -0
  121. package/dist/lib/authentication/use-broadcast/shared.js.map +1 -0
  122. package/dist/lib/authentication/use-broadcast/useBroadcast.d.ts +24 -0
  123. package/dist/lib/authentication/use-broadcast/useBroadcast.js +106 -0
  124. package/dist/lib/authentication/use-broadcast/useBroadcast.js.map +1 -0
  125. package/dist/lib/components/AnchorLink.d.ts +2 -2
  126. package/dist/lib/components/AnchorLink.js +9 -5
  127. package/dist/lib/components/AnchorLink.js.map +1 -1
  128. package/dist/lib/components/Autocomplete.d.ts +13 -0
  129. package/dist/lib/components/Autocomplete.js +47 -0
  130. package/dist/lib/components/Autocomplete.js.map +1 -0
  131. package/dist/lib/components/Banner.js +1 -1
  132. package/dist/lib/components/Banner.js.map +1 -1
  133. package/dist/lib/components/Bootstrap.d.ts +5 -3
  134. package/dist/lib/components/Bootstrap.js +13 -6
  135. package/dist/lib/components/Bootstrap.js.map +1 -1
  136. package/dist/lib/components/BuildCheck.d.ts +4 -0
  137. package/dist/lib/components/BuildCheck.js +38 -0
  138. package/dist/lib/components/BuildCheck.js.map +1 -0
  139. package/dist/lib/components/ClientOnly.d.ts +4 -2
  140. package/dist/lib/components/ClientOnly.js +1 -1
  141. package/dist/lib/components/ClientOnly.js.map +1 -1
  142. package/dist/lib/components/DeveloperHint.js +2 -1
  143. package/dist/lib/components/DeveloperHint.js.map +1 -1
  144. package/dist/lib/components/ErrorPage.js +1 -1
  145. package/dist/lib/components/Footer.d.ts +1 -0
  146. package/dist/lib/components/Footer.js +32 -0
  147. package/dist/lib/components/Footer.js.map +1 -0
  148. package/dist/lib/components/Header.js +31 -12
  149. package/dist/lib/components/Header.js.map +1 -1
  150. package/dist/lib/components/Heading.d.ts +5 -5
  151. package/dist/lib/components/Heading.js +1 -1
  152. package/dist/lib/components/Heading.js.map +1 -1
  153. package/dist/lib/components/InlineCode.d.ts +2 -1
  154. package/dist/lib/components/InlineCode.js +2 -9
  155. package/dist/lib/components/InlineCode.js.map +1 -1
  156. package/dist/lib/components/Layout.js +10 -21
  157. package/dist/lib/components/Layout.js.map +1 -1
  158. package/dist/lib/components/Main.d.ts +2 -0
  159. package/dist/lib/components/Main.js +18 -0
  160. package/dist/lib/components/Main.js.map +1 -0
  161. package/dist/lib/components/Markdown.d.ts +4 -2
  162. package/dist/lib/components/Markdown.js +10 -14
  163. package/dist/lib/components/Markdown.js.map +1 -1
  164. package/dist/lib/components/MobileTopNavigation.js +14 -7
  165. package/dist/lib/components/MobileTopNavigation.js.map +1 -1
  166. package/dist/lib/components/NotFoundPage.js +2 -2
  167. package/dist/lib/components/NotFoundPage.js.map +1 -1
  168. package/dist/lib/components/Pagination.d.ts +11 -0
  169. package/dist/lib/components/Pagination.js +10 -0
  170. package/dist/lib/components/Pagination.js.map +1 -0
  171. package/dist/lib/components/PathRenderer.d.ts +11 -0
  172. package/dist/lib/components/PathRenderer.js +28 -0
  173. package/dist/lib/components/PathRenderer.js.map +1 -0
  174. package/dist/lib/components/ReactMarkdown.d.ts +29 -0
  175. package/dist/lib/components/ReactMarkdown.js +182 -0
  176. package/dist/lib/components/ReactMarkdown.js.map +1 -0
  177. package/dist/lib/components/Search.d.ts +3 -1
  178. package/dist/lib/components/Search.js +9 -3
  179. package/dist/lib/components/Search.js.map +1 -1
  180. package/dist/lib/components/Slot.d.ts +17 -0
  181. package/dist/lib/components/Slot.js +24 -0
  182. package/dist/lib/components/Slot.js.map +1 -0
  183. package/dist/lib/components/Slot.test.js +163 -0
  184. package/dist/lib/components/Slot.test.js.map +1 -0
  185. package/dist/lib/components/StatusPage.d.ts +7 -0
  186. package/dist/lib/components/StatusPage.js +71 -0
  187. package/dist/lib/components/StatusPage.js.map +1 -0
  188. package/dist/lib/components/ThemeSwitch.d.ts +1 -0
  189. package/dist/lib/components/ThemeSwitch.js +16 -0
  190. package/dist/lib/components/ThemeSwitch.js.map +1 -0
  191. package/dist/lib/components/TopNavigation.d.ts +3 -0
  192. package/dist/lib/components/TopNavigation.js +53 -8
  193. package/dist/lib/components/TopNavigation.js.map +1 -1
  194. package/dist/lib/components/Zudoku.d.ts +7 -0
  195. package/dist/lib/components/Zudoku.js +58 -0
  196. package/dist/lib/components/Zudoku.js.map +1 -0
  197. package/dist/lib/components/cache.d.ts +13 -0
  198. package/dist/lib/components/cache.js +20 -0
  199. package/dist/lib/components/cache.js.map +1 -0
  200. package/dist/lib/components/context/BypassProtectedRoutesContext.d.ts +1 -0
  201. package/dist/lib/components/context/BypassProtectedRoutesContext.js +3 -0
  202. package/dist/lib/components/context/BypassProtectedRoutesContext.js.map +1 -0
  203. package/dist/lib/components/context/RouterEventsEmitter.d.ts +1 -0
  204. package/dist/lib/components/context/RouterEventsEmitter.js +17 -0
  205. package/dist/lib/components/context/RouterEventsEmitter.js.map +1 -0
  206. package/dist/lib/components/context/SlotProvider.d.ts +26 -0
  207. package/dist/lib/components/context/SlotProvider.js +83 -0
  208. package/dist/lib/components/context/SlotProvider.js.map +1 -0
  209. package/dist/lib/components/context/ViewportAnchorContext.d.ts +2 -4
  210. package/dist/lib/components/context/ViewportAnchorContext.js +29 -23
  211. package/dist/lib/components/context/ViewportAnchorContext.js.map +1 -1
  212. package/dist/lib/components/context/ZudokuContext.d.ts +10 -14
  213. package/dist/lib/components/context/ZudokuContext.js +40 -27
  214. package/dist/lib/components/context/ZudokuContext.js.map +1 -1
  215. package/dist/lib/components/context/ZudokuProvider.d.ts +2 -2
  216. package/dist/lib/components/context/ZudokuProvider.js +2 -1
  217. package/dist/lib/components/context/ZudokuProvider.js.map +1 -1
  218. package/dist/lib/components/index.d.ts +59 -16
  219. package/dist/lib/components/index.js +27 -6
  220. package/dist/lib/components/index.js.map +1 -1
  221. package/dist/lib/components/navigation/PoweredByZudoku.d.ts +3 -0
  222. package/dist/lib/components/navigation/PoweredByZudoku.js +7 -0
  223. package/dist/lib/components/navigation/PoweredByZudoku.js.map +1 -0
  224. package/dist/lib/components/navigation/Sidebar.d.ts +5 -1
  225. package/dist/lib/components/navigation/Sidebar.js +4 -8
  226. package/dist/lib/components/navigation/Sidebar.js.map +1 -1
  227. package/dist/lib/components/navigation/SidebarBadge.d.ts +6 -3
  228. package/dist/lib/components/navigation/SidebarBadge.js +13 -11
  229. package/dist/lib/components/navigation/SidebarBadge.js.map +1 -1
  230. package/dist/lib/components/navigation/SidebarCategory.d.ts +3 -3
  231. package/dist/lib/components/navigation/SidebarCategory.js +32 -14
  232. package/dist/lib/components/navigation/SidebarCategory.js.map +1 -1
  233. package/dist/lib/components/navigation/SidebarItem.d.ts +3 -4
  234. package/dist/lib/components/navigation/SidebarItem.js +23 -17
  235. package/dist/lib/components/navigation/SidebarItem.js.map +1 -1
  236. package/dist/lib/components/navigation/SidebarWrapper.d.ts +7 -6
  237. package/dist/lib/components/navigation/SidebarWrapper.js +18 -3
  238. package/dist/lib/components/navigation/SidebarWrapper.js.map +1 -1
  239. package/dist/lib/components/navigation/Toc.js +46 -0
  240. package/dist/lib/components/navigation/Toc.js.map +1 -0
  241. package/dist/lib/components/navigation/ZudokuLogo.d.ts +6 -0
  242. package/dist/lib/components/navigation/ZudokuLogo.js +5 -0
  243. package/dist/lib/components/navigation/ZudokuLogo.js.map +1 -0
  244. package/dist/lib/components/navigation/ZuploLogo.d.ts +3 -0
  245. package/dist/lib/components/navigation/ZuploLogo.js +4 -0
  246. package/dist/lib/components/navigation/ZuploLogo.js.map +1 -0
  247. package/dist/lib/components/navigation/utils.d.ts +3 -0
  248. package/dist/lib/components/navigation/utils.js +19 -15
  249. package/dist/lib/components/navigation/utils.js.map +1 -1
  250. package/dist/lib/core/RouteGuard.d.ts +2 -0
  251. package/dist/lib/core/RouteGuard.js +52 -0
  252. package/dist/lib/core/RouteGuard.js.map +1 -0
  253. package/dist/lib/core/ZudokuContext.d.ts +112 -0
  254. package/dist/lib/core/ZudokuContext.js +70 -0
  255. package/dist/lib/core/ZudokuContext.js.map +1 -0
  256. package/dist/lib/core/plugins.d.ts +35 -17
  257. package/dist/lib/core/plugins.js +4 -0
  258. package/dist/lib/core/plugins.js.map +1 -1
  259. package/dist/lib/errors/ErrorAlert.d.ts +1 -1
  260. package/dist/lib/errors/ErrorAlert.js +13 -3
  261. package/dist/lib/errors/ErrorAlert.js.map +1 -1
  262. package/dist/lib/errors/RouterError.js +1 -1
  263. package/dist/lib/errors/RouterError.js.map +1 -1
  264. package/dist/lib/hooks/index.d.ts +3 -0
  265. package/dist/lib/hooks/index.js +5 -0
  266. package/dist/lib/hooks/index.js.map +1 -0
  267. package/dist/lib/hooks/useEvent.d.ts +11 -0
  268. package/dist/lib/hooks/useEvent.js +19 -0
  269. package/dist/lib/hooks/useEvent.js.map +1 -0
  270. package/dist/lib/hooks/useEvent.test.js +100 -0
  271. package/dist/lib/hooks/useEvent.test.js.map +1 -0
  272. package/dist/lib/icons.d.ts +1 -0
  273. package/dist/lib/icons.js +1 -0
  274. package/dist/lib/icons.js.map +1 -1
  275. package/dist/lib/oas/graphql/circular.d.ts +3 -0
  276. package/dist/lib/oas/graphql/circular.js +43 -0
  277. package/dist/lib/oas/graphql/circular.js.map +1 -0
  278. package/dist/lib/oas/graphql/index.d.ts +25 -1
  279. package/dist/lib/oas/graphql/index.js +216 -69
  280. package/dist/lib/oas/graphql/index.js.map +1 -1
  281. package/dist/lib/oas/parser/dereference/index.js +8 -3
  282. package/dist/lib/oas/parser/dereference/index.js.map +1 -1
  283. package/dist/lib/oas/parser/index.d.ts +8 -3
  284. package/dist/lib/oas/parser/index.js +7 -23
  285. package/dist/lib/oas/parser/index.js.map +1 -1
  286. package/dist/lib/oas/parser/upgrade/index.d.ts +3 -2
  287. package/dist/lib/oas/parser/upgrade/index.js +83 -31
  288. package/dist/lib/oas/parser/upgrade/index.js.map +1 -1
  289. package/dist/lib/plugins/api-catalog/Catalog.d.ts +4 -0
  290. package/dist/lib/plugins/api-catalog/Catalog.js +26 -0
  291. package/dist/lib/plugins/api-catalog/Catalog.js.map +1 -0
  292. package/dist/lib/plugins/api-catalog/index.d.ts +31 -0
  293. package/dist/lib/plugins/api-catalog/index.js +46 -0
  294. package/dist/lib/plugins/api-catalog/index.js.map +1 -0
  295. package/dist/lib/plugins/api-keys/CreateApiKey.d.ts +3 -2
  296. package/dist/lib/plugins/api-keys/CreateApiKey.js +16 -8
  297. package/dist/lib/plugins/api-keys/CreateApiKey.js.map +1 -1
  298. package/dist/lib/plugins/api-keys/ProtectedRoute.js +1 -1
  299. package/dist/lib/plugins/api-keys/ProtectedRoute.js.map +1 -1
  300. package/dist/lib/plugins/api-keys/SettingsApiKeys.d.ts +1 -1
  301. package/dist/lib/plugins/api-keys/SettingsApiKeys.js +55 -24
  302. package/dist/lib/plugins/api-keys/SettingsApiKeys.js.map +1 -1
  303. package/dist/lib/plugins/api-keys/index.d.ts +23 -13
  304. package/dist/lib/plugins/api-keys/index.js +48 -32
  305. package/dist/lib/plugins/api-keys/index.js.map +1 -1
  306. package/dist/lib/plugins/custom-pages/CustomPage.d.ts +2 -0
  307. package/dist/lib/plugins/custom-pages/CustomPage.js +11 -0
  308. package/dist/lib/plugins/custom-pages/CustomPage.js.map +1 -0
  309. package/dist/lib/plugins/custom-pages/index.d.ts +10 -0
  310. package/dist/lib/plugins/custom-pages/index.js +11 -0
  311. package/dist/lib/plugins/custom-pages/index.js.map +1 -0
  312. package/dist/lib/plugins/markdown/MdxPage.d.ts +10 -2
  313. package/dist/lib/plugins/markdown/MdxPage.js +17 -4
  314. package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
  315. package/dist/lib/plugins/markdown/index.d.ts +8 -7
  316. package/dist/lib/plugins/markdown/index.js +31 -3
  317. package/dist/lib/plugins/markdown/index.js.map +1 -1
  318. package/dist/lib/plugins/markdown/resolver.d.ts +32 -0
  319. package/dist/lib/plugins/markdown/resolver.js +46 -0
  320. package/dist/lib/plugins/markdown/resolver.js.map +1 -0
  321. package/dist/lib/plugins/openapi/CollapsibleCode.d.ts +5 -0
  322. package/dist/lib/plugins/openapi/CollapsibleCode.js +25 -0
  323. package/dist/lib/plugins/openapi/CollapsibleCode.js.map +1 -0
  324. package/dist/lib/plugins/openapi/ColorizedParam.d.ts +10 -2
  325. package/dist/lib/plugins/openapi/ColorizedParam.js +29 -14
  326. package/dist/lib/plugins/openapi/ColorizedParam.js.map +1 -1
  327. package/dist/lib/plugins/openapi/Endpoint.js +13 -16
  328. package/dist/lib/plugins/openapi/Endpoint.js.map +1 -1
  329. package/dist/lib/plugins/openapi/OasProvider.d.ts +8 -0
  330. package/dist/lib/plugins/openapi/OasProvider.js +29 -0
  331. package/dist/lib/plugins/openapi/OasProvider.js.map +1 -0
  332. package/dist/lib/plugins/openapi/OperationList.d.ts +6 -3
  333. package/dist/lib/plugins/openapi/OperationList.js +107 -27
  334. package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
  335. package/dist/lib/plugins/openapi/OperationListItem.d.ts +5 -3
  336. package/dist/lib/plugins/openapi/OperationListItem.js +12 -6
  337. package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
  338. package/dist/lib/plugins/openapi/ParamInfos.d.ts +6 -0
  339. package/dist/lib/plugins/openapi/ParamInfos.js +45 -0
  340. package/dist/lib/plugins/openapi/ParamInfos.js.map +1 -0
  341. package/dist/lib/plugins/openapi/ParameterList.d.ts +2 -1
  342. package/dist/lib/plugins/openapi/ParameterList.js +3 -2
  343. package/dist/lib/plugins/openapi/ParameterList.js.map +1 -1
  344. package/dist/lib/plugins/openapi/ParameterListItem.js +19 -1
  345. package/dist/lib/plugins/openapi/ParameterListItem.js.map +1 -1
  346. package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.d.ts +4 -2
  347. package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.js +12 -3
  348. package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.js.map +1 -1
  349. package/dist/lib/plugins/openapi/RequestBodySidecarBox.d.ts +3 -4
  350. package/dist/lib/plugins/openapi/RequestBodySidecarBox.js +5 -9
  351. package/dist/lib/plugins/openapi/RequestBodySidecarBox.js.map +1 -1
  352. package/dist/lib/plugins/openapi/ResponsesSidecarBox.d.ts +2 -4
  353. package/dist/lib/plugins/openapi/ResponsesSidecarBox.js +4 -6
  354. package/dist/lib/plugins/openapi/ResponsesSidecarBox.js.map +1 -1
  355. package/dist/lib/plugins/openapi/SchemaList.d.ts +1 -0
  356. package/dist/lib/plugins/openapi/SchemaList.js +53 -0
  357. package/dist/lib/plugins/openapi/SchemaList.js.map +1 -0
  358. package/dist/lib/plugins/openapi/Sidecar.d.ts +1 -1
  359. package/dist/lib/plugins/openapi/Sidecar.js +114 -65
  360. package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
  361. package/dist/lib/plugins/openapi/SidecarBox.js +4 -4
  362. package/dist/lib/plugins/openapi/SidecarBox.js.map +1 -1
  363. package/dist/lib/plugins/openapi/SidecarExamples.d.ts +9 -0
  364. package/dist/lib/plugins/openapi/SidecarExamples.js +76 -0
  365. package/dist/lib/plugins/openapi/SidecarExamples.js.map +1 -0
  366. package/dist/lib/plugins/openapi/SimpleSelect.js +1 -1
  367. package/dist/lib/plugins/openapi/SimpleSelect.js.map +1 -1
  368. package/dist/lib/plugins/openapi/client/GraphQLClient.d.ts +8 -0
  369. package/dist/lib/plugins/openapi/client/GraphQLClient.js +43 -0
  370. package/dist/lib/plugins/openapi/client/GraphQLClient.js.map +1 -0
  371. package/dist/lib/plugins/openapi/client/GraphQLContext.d.ts +7 -0
  372. package/dist/lib/plugins/openapi/client/GraphQLContext.js +5 -0
  373. package/dist/lib/plugins/openapi/client/GraphQLContext.js.map +1 -0
  374. package/dist/lib/plugins/openapi/client/createServer.d.ts +3 -1
  375. package/dist/lib/plugins/openapi/client/createServer.js +5 -2
  376. package/dist/lib/plugins/openapi/client/createServer.js.map +1 -1
  377. package/dist/lib/plugins/openapi/client/useCreateQuery.d.ts +14 -0
  378. package/dist/lib/plugins/openapi/client/useCreateQuery.js +20 -0
  379. package/dist/lib/plugins/openapi/client/useCreateQuery.js.map +1 -0
  380. package/dist/lib/plugins/openapi/components/ConstValue.d.ts +5 -0
  381. package/dist/lib/plugins/openapi/components/ConstValue.js +6 -0
  382. package/dist/lib/plugins/openapi/components/ConstValue.js.map +1 -0
  383. package/dist/lib/plugins/openapi/components/EnumValues.d.ts +5 -0
  384. package/dist/lib/plugins/openapi/components/EnumValues.js +15 -0
  385. package/dist/lib/plugins/openapi/components/EnumValues.js.map +1 -0
  386. package/dist/lib/plugins/openapi/components/ResponseContent.d.ts +12 -0
  387. package/dist/lib/plugins/openapi/components/ResponseContent.js +21 -0
  388. package/dist/lib/plugins/openapi/components/ResponseContent.js.map +1 -0
  389. package/dist/lib/plugins/openapi/components/SelectOnClick.d.ts +5 -0
  390. package/dist/lib/plugins/openapi/components/SelectOnClick.js +16 -0
  391. package/dist/lib/plugins/openapi/components/SelectOnClick.js.map +1 -0
  392. package/dist/lib/plugins/openapi/context.d.ts +3 -3
  393. package/dist/lib/plugins/openapi/graphql/fragment-masking.d.ts +3 -3
  394. package/dist/lib/plugins/openapi/graphql/fragment-masking.js +3 -4
  395. package/dist/lib/plugins/openapi/graphql/fragment-masking.js.map +1 -1
  396. package/dist/lib/plugins/openapi/graphql/gql.d.ts +8 -46
  397. package/dist/lib/plugins/openapi/graphql/gql.js +6 -13
  398. package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -1
  399. package/dist/lib/plugins/openapi/graphql/graphql.d.ts +141 -25
  400. package/dist/lib/plugins/openapi/graphql/graphql.js +238 -662
  401. package/dist/lib/plugins/openapi/graphql/graphql.js.map +1 -1
  402. package/dist/lib/plugins/openapi/index.d.ts +11 -8
  403. package/dist/lib/plugins/openapi/index.js +74 -104
  404. package/dist/lib/plugins/openapi/index.js.map +1 -1
  405. package/dist/lib/plugins/openapi/interfaces.d.ts +57 -3
  406. package/dist/lib/plugins/openapi/playground/ExamplesDropdown.d.ts +6 -0
  407. package/dist/lib/plugins/openapi/playground/ExamplesDropdown.js +8 -0
  408. package/dist/lib/plugins/openapi/playground/ExamplesDropdown.js.map +1 -0
  409. package/dist/lib/plugins/openapi/playground/Headers.d.ts +4 -4
  410. package/dist/lib/plugins/openapi/playground/Headers.js +84 -5
  411. package/dist/lib/plugins/openapi/playground/Headers.js.map +1 -1
  412. package/dist/lib/plugins/openapi/playground/IdentityDialog.d.ts +11 -0
  413. package/dist/lib/plugins/openapi/playground/IdentityDialog.js +14 -0
  414. package/dist/lib/plugins/openapi/playground/IdentityDialog.js.map +1 -0
  415. package/dist/lib/plugins/openapi/playground/IdentitySelector.d.ts +7 -0
  416. package/dist/lib/plugins/openapi/playground/IdentitySelector.js +8 -0
  417. package/dist/lib/plugins/openapi/playground/IdentitySelector.js.map +1 -0
  418. package/dist/lib/plugins/openapi/playground/ParamsGrid.d.ts +9 -0
  419. package/dist/lib/plugins/openapi/playground/ParamsGrid.js +5 -0
  420. package/dist/lib/plugins/openapi/playground/ParamsGrid.js.map +1 -0
  421. package/dist/lib/plugins/openapi/playground/PathParams.d.ts +3 -2
  422. package/dist/lib/plugins/openapi/playground/PathParams.js +5 -7
  423. package/dist/lib/plugins/openapi/playground/PathParams.js.map +1 -1
  424. package/dist/lib/plugins/openapi/playground/Playground.d.ts +37 -2
  425. package/dist/lib/plugins/openapi/playground/Playground.js +133 -70
  426. package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
  427. package/dist/lib/plugins/openapi/playground/PlaygroundDialog.js +2 -2
  428. package/dist/lib/plugins/openapi/playground/PlaygroundDialog.js.map +1 -1
  429. package/dist/lib/plugins/openapi/playground/QueryParams.d.ts +1 -1
  430. package/dist/lib/plugins/openapi/playground/QueryParams.js +24 -18
  431. package/dist/lib/plugins/openapi/playground/QueryParams.js.map +1 -1
  432. package/dist/lib/plugins/openapi/playground/RequestLoginDialog.d.ts +7 -0
  433. package/dist/lib/plugins/openapi/playground/RequestLoginDialog.js +8 -0
  434. package/dist/lib/plugins/openapi/playground/RequestLoginDialog.js.map +1 -0
  435. package/dist/lib/plugins/openapi/playground/SubmitButton.d.ts +7 -0
  436. package/dist/lib/plugins/openapi/playground/SubmitButton.js +22 -0
  437. package/dist/lib/plugins/openapi/playground/SubmitButton.js.map +1 -0
  438. package/dist/lib/plugins/openapi/playground/rememberedIdentity.d.ts +17 -0
  439. package/dist/lib/plugins/openapi/playground/rememberedIdentity.js +11 -0
  440. package/dist/lib/plugins/openapi/playground/rememberedIdentity.js.map +1 -0
  441. package/dist/lib/plugins/openapi/playground/result-panel/RequestTab.d.ts +7 -0
  442. package/dist/lib/plugins/openapi/playground/result-panel/RequestTab.js +11 -0
  443. package/dist/lib/plugins/openapi/playground/result-panel/RequestTab.js.map +1 -0
  444. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.d.ts +8 -0
  445. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js +101 -0
  446. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js.map +1 -0
  447. package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.d.ts +9 -0
  448. package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.js +17 -0
  449. package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.js.map +1 -0
  450. package/dist/lib/plugins/openapi/playground/result-panel/convertToTypes.d.ts +10 -0
  451. package/dist/lib/plugins/openapi/playground/result-panel/convertToTypes.js +32 -0
  452. package/dist/lib/plugins/openapi/playground/result-panel/convertToTypes.js.map +1 -0
  453. package/dist/lib/plugins/openapi/playground/result-panel/convertToTypes.test.d.ts +1 -0
  454. package/dist/lib/plugins/openapi/playground/result-panel/convertToTypes.test.js +56 -0
  455. package/dist/lib/plugins/openapi/playground/result-panel/convertToTypes.test.js.map +1 -0
  456. package/dist/lib/plugins/openapi/processors/removeExtensions.d.ts +8 -0
  457. package/dist/lib/plugins/openapi/processors/removeExtensions.js +16 -0
  458. package/dist/lib/plugins/openapi/processors/removeExtensions.js.map +1 -0
  459. package/dist/lib/plugins/openapi/processors/removeExtensions.test.d.ts +1 -0
  460. package/dist/lib/plugins/openapi/processors/removeExtensions.test.js +194 -0
  461. package/dist/lib/plugins/openapi/processors/removeExtensions.test.js.map +1 -0
  462. package/dist/lib/plugins/openapi/processors/removeParameters.d.ts +12 -0
  463. package/dist/lib/plugins/openapi/processors/removeParameters.js +66 -0
  464. package/dist/lib/plugins/openapi/processors/removeParameters.js.map +1 -0
  465. package/dist/lib/plugins/openapi/processors/removeParameters.test.d.ts +1 -0
  466. package/dist/lib/plugins/openapi/processors/removeParameters.test.js +159 -0
  467. package/dist/lib/plugins/openapi/processors/removeParameters.test.js.map +1 -0
  468. package/dist/lib/plugins/openapi/processors/removePaths.d.ts +13 -0
  469. package/dist/lib/plugins/openapi/processors/removePaths.js +33 -0
  470. package/dist/lib/plugins/openapi/processors/removePaths.js.map +1 -0
  471. package/dist/lib/plugins/openapi/processors/removePaths.test.d.ts +1 -0
  472. package/dist/lib/plugins/openapi/processors/removePaths.test.js +144 -0
  473. package/dist/lib/plugins/openapi/processors/removePaths.test.js.map +1 -0
  474. package/dist/lib/plugins/openapi/processors/traverse.d.ts +1 -0
  475. package/dist/lib/plugins/openapi/processors/traverse.js +2 -0
  476. package/dist/lib/plugins/openapi/processors/traverse.js.map +1 -0
  477. package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroup.d.ts +1 -2
  478. package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroup.js +2 -2
  479. package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroup.js.map +1 -1
  480. package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupConnector.d.ts +2 -1
  481. package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupConnector.js +2 -2
  482. package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupConnector.js.map +1 -1
  483. package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupItem.d.ts +0 -1
  484. package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupItem.js +1 -1
  485. package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupItem.js.map +1 -1
  486. package/dist/lib/plugins/openapi/schema/SchemaExampleAndDefault.d.ts +4 -0
  487. package/dist/lib/plugins/openapi/schema/SchemaExampleAndDefault.js +15 -0
  488. package/dist/lib/plugins/openapi/schema/SchemaExampleAndDefault.js.map +1 -0
  489. package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.d.ts +11 -0
  490. package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js +45 -0
  491. package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js.map +1 -0
  492. package/dist/lib/plugins/openapi/schema/SchemaView.d.ts +2 -2
  493. package/dist/lib/plugins/openapi/schema/SchemaView.js +38 -49
  494. package/dist/lib/plugins/openapi/schema/SchemaView.js.map +1 -1
  495. package/dist/lib/plugins/openapi/schema/utils.d.ts +8 -1
  496. package/dist/lib/plugins/openapi/schema/utils.js +15 -4
  497. package/dist/lib/plugins/openapi/schema/utils.js.map +1 -1
  498. package/dist/lib/plugins/openapi/state.d.ts +25 -0
  499. package/dist/lib/plugins/openapi/state.js +18 -0
  500. package/dist/lib/plugins/openapi/state.js.map +1 -0
  501. package/dist/lib/plugins/openapi/util/createSidebarCategory.d.ts +9 -0
  502. package/dist/lib/plugins/openapi/util/createSidebarCategory.js +23 -0
  503. package/dist/lib/plugins/openapi/util/createSidebarCategory.js.map +1 -0
  504. package/dist/lib/plugins/openapi/util/generateSchemaExample.d.ts +1 -2
  505. package/dist/lib/plugins/openapi/util/generateSchemaExample.js +80 -39
  506. package/dist/lib/plugins/openapi/util/generateSchemaExample.js.map +1 -1
  507. package/dist/lib/plugins/openapi/util/getRoutes.d.ts +10 -0
  508. package/dist/lib/plugins/openapi/util/getRoutes.js +117 -0
  509. package/dist/lib/plugins/openapi/util/getRoutes.js.map +1 -0
  510. package/dist/lib/plugins/openapi/util/methodColorMap.d.ts +2 -0
  511. package/dist/lib/plugins/openapi/util/methodColorMap.js +10 -0
  512. package/dist/lib/plugins/openapi/util/methodColorMap.js.map +1 -0
  513. package/dist/lib/plugins/openapi/util/methodToColor.d.ts +20 -0
  514. package/dist/lib/plugins/openapi/util/methodToColor.js +24 -0
  515. package/dist/lib/plugins/openapi/util/methodToColor.js.map +1 -0
  516. package/dist/lib/plugins/openapi/util/sanitizeMarkdownForMetatag.d.ts +1 -0
  517. package/dist/lib/plugins/openapi/util/sanitizeMarkdownForMetatag.js +27 -0
  518. package/dist/lib/plugins/openapi/util/sanitizeMarkdownForMetatag.js.map +1 -0
  519. package/dist/lib/plugins/redirect/index.d.ts +4 -7
  520. package/dist/lib/plugins/redirect/index.js +2 -2
  521. package/dist/lib/plugins/redirect/index.js.map +1 -1
  522. package/dist/lib/plugins/search-inkeep/index.d.ts +24 -5
  523. package/dist/lib/plugins/search-inkeep/index.js +41 -5
  524. package/dist/lib/plugins/search-inkeep/index.js.map +1 -1
  525. package/dist/lib/plugins/search-inkeep/inkeep.d.ts +3 -4
  526. package/dist/lib/plugins/search-inkeep/inkeep.js.map +1 -1
  527. package/dist/lib/plugins/search-pagefind/PagefindSearch.d.ts +6 -0
  528. package/dist/lib/plugins/search-pagefind/PagefindSearch.js +80 -0
  529. package/dist/lib/plugins/search-pagefind/PagefindSearch.js.map +1 -0
  530. package/dist/lib/plugins/search-pagefind/ResultList.d.ts +8 -0
  531. package/dist/lib/plugins/search-pagefind/ResultList.js +32 -0
  532. package/dist/lib/plugins/search-pagefind/ResultList.js.map +1 -0
  533. package/dist/lib/plugins/search-pagefind/get-results.d.ts +10 -0
  534. package/dist/lib/plugins/search-pagefind/get-results.js +42 -0
  535. package/dist/lib/plugins/search-pagefind/get-results.js.map +1 -0
  536. package/dist/lib/plugins/search-pagefind/index.d.ts +6 -0
  537. package/dist/lib/plugins/search-pagefind/index.js +9 -0
  538. package/dist/lib/plugins/search-pagefind/index.js.map +1 -0
  539. package/dist/lib/plugins/search-pagefind/types.d.ts +85 -0
  540. package/dist/lib/plugins/search-pagefind/types.js +2 -0
  541. package/dist/lib/plugins/search-pagefind/types.js.map +1 -0
  542. package/dist/lib/shiki.d.ts +35 -0
  543. package/dist/lib/shiki.js +103 -0
  544. package/dist/lib/shiki.js.map +1 -0
  545. package/dist/lib/ui/Accordion.d.ts +7 -0
  546. package/dist/lib/ui/Accordion.js +14 -0
  547. package/dist/lib/ui/Accordion.js.map +1 -0
  548. package/dist/lib/ui/ActionButton.d.ts +4 -0
  549. package/dist/lib/ui/ActionButton.js +10 -0
  550. package/dist/lib/ui/ActionButton.js.map +1 -0
  551. package/dist/lib/ui/Alert.d.ts +8 -0
  552. package/dist/lib/ui/Alert.js +23 -0
  553. package/dist/lib/ui/Alert.js.map +1 -0
  554. package/dist/lib/ui/AlertDialog.d.ts +20 -0
  555. package/dist/lib/ui/AlertDialog.js +27 -0
  556. package/dist/lib/ui/AlertDialog.js.map +1 -0
  557. package/dist/lib/ui/AspectRatio.d.ts +3 -0
  558. package/dist/lib/ui/AspectRatio.js +4 -0
  559. package/dist/lib/ui/AspectRatio.js.map +1 -0
  560. package/dist/lib/ui/Badge.d.ts +9 -0
  561. package/dist/lib/ui/Badge.js +22 -0
  562. package/dist/lib/ui/Badge.js.map +1 -0
  563. package/dist/lib/ui/Breadcrumb.d.ts +19 -0
  564. package/dist/lib/ui/Breadcrumb.js +24 -0
  565. package/dist/lib/ui/Breadcrumb.js.map +1 -0
  566. package/dist/lib/ui/Button.d.ts +4 -5
  567. package/dist/lib/ui/Button.js +9 -6
  568. package/dist/lib/ui/Button.js.map +1 -1
  569. package/dist/lib/ui/Callout.d.ts +38 -36
  570. package/dist/lib/ui/Callout.js +3 -2
  571. package/dist/lib/ui/Callout.js.map +1 -1
  572. package/dist/lib/ui/Card.js +1 -1
  573. package/dist/lib/ui/Card.js.map +1 -1
  574. package/dist/lib/ui/Carousel.d.ts +18 -0
  575. package/dist/lib/ui/Carousel.js +99 -0
  576. package/dist/lib/ui/Carousel.js.map +1 -0
  577. package/dist/lib/ui/Checkbox.d.ts +4 -0
  578. package/dist/lib/ui/Checkbox.js +9 -0
  579. package/dist/lib/ui/Checkbox.js.map +1 -0
  580. package/dist/lib/ui/CodeBlock.d.ts +16 -0
  581. package/dist/lib/ui/CodeBlock.js +18 -0
  582. package/dist/lib/ui/CodeBlock.js.map +1 -0
  583. package/dist/lib/ui/Collapsible.d.ts +5 -0
  584. package/dist/lib/ui/Collapsible.js +6 -0
  585. package/dist/lib/ui/Collapsible.js.map +1 -0
  586. package/dist/lib/ui/Command.d.ts +94 -0
  587. package/dist/lib/ui/Command.js +35 -0
  588. package/dist/lib/ui/Command.js.map +1 -0
  589. package/dist/lib/ui/Dialog.js +23 -0
  590. package/dist/lib/ui/Dialog.js.map +1 -0
  591. package/dist/lib/ui/Drawer.d.ts +8 -10
  592. package/dist/lib/ui/Drawer.js.map +1 -1
  593. package/dist/lib/ui/DropdownMenu.js +4 -4
  594. package/dist/lib/ui/DropdownMenu.js.map +1 -1
  595. package/dist/lib/ui/Form.d.ts +23 -0
  596. package/dist/lib/ui/Form.js +63 -0
  597. package/dist/lib/ui/Form.js.map +1 -0
  598. package/dist/lib/ui/HoverCard.d.ts +6 -0
  599. package/dist/lib/ui/HoverCard.js +10 -0
  600. package/dist/lib/ui/HoverCard.js.map +1 -0
  601. package/dist/lib/ui/Input.d.ts +1 -2
  602. package/dist/lib/ui/Input.js +1 -1
  603. package/dist/lib/ui/Input.js.map +1 -1
  604. package/dist/lib/ui/Label.d.ts +5 -0
  605. package/dist/lib/ui/Label.js +10 -0
  606. package/dist/lib/ui/Label.js.map +1 -0
  607. package/dist/lib/ui/Pagination.d.ts +28 -0
  608. package/dist/lib/ui/Pagination.js +24 -0
  609. package/dist/lib/ui/Pagination.js.map +1 -0
  610. package/dist/lib/ui/Popover.d.ts +6 -0
  611. package/dist/lib/ui/Popover.js +10 -0
  612. package/dist/lib/ui/Popover.js.map +1 -0
  613. package/dist/lib/ui/Progress.d.ts +4 -0
  614. package/dist/lib/ui/Progress.js +8 -0
  615. package/dist/lib/ui/Progress.js.map +1 -0
  616. package/dist/lib/ui/RadioGroup.d.ts +5 -0
  617. package/dist/lib/ui/RadioGroup.js +15 -0
  618. package/dist/lib/ui/RadioGroup.js.map +1 -0
  619. package/dist/lib/ui/ScrollArea.d.ts +5 -0
  620. package/dist/lib/ui/ScrollArea.js +12 -0
  621. package/dist/lib/ui/ScrollArea.js.map +1 -0
  622. package/dist/lib/ui/Select.js +27 -0
  623. package/dist/lib/ui/Select.js.map +1 -0
  624. package/dist/lib/ui/Skeleton.d.ts +2 -0
  625. package/dist/lib/ui/Skeleton.js +7 -0
  626. package/dist/lib/ui/Skeleton.js.map +1 -0
  627. package/dist/lib/ui/Slider.d.ts +4 -0
  628. package/dist/lib/ui/Slider.js +8 -0
  629. package/dist/lib/ui/Slider.js.map +1 -0
  630. package/dist/lib/ui/Stepper.d.ts +3 -0
  631. package/dist/lib/ui/Stepper.js +7 -0
  632. package/dist/lib/ui/Stepper.js.map +1 -0
  633. package/dist/lib/ui/Switch.d.ts +4 -0
  634. package/dist/lib/ui/Switch.js +8 -0
  635. package/dist/lib/ui/Switch.js.map +1 -0
  636. package/dist/lib/ui/SyntaxHighlight.d.ts +10 -0
  637. package/dist/lib/ui/SyntaxHighlight.js +14 -0
  638. package/dist/lib/ui/SyntaxHighlight.js.map +1 -0
  639. package/dist/lib/ui/Tabs.js +2 -2
  640. package/dist/lib/ui/Tabs.js.map +1 -1
  641. package/dist/lib/ui/Textarea.d.ts +4 -0
  642. package/dist/lib/ui/Textarea.js +9 -0
  643. package/dist/lib/ui/Textarea.js.map +1 -0
  644. package/dist/lib/ui/Toggle.d.ts +12 -0
  645. package/dist/lib/ui/Toggle.js +26 -0
  646. package/dist/lib/ui/Toggle.js.map +1 -0
  647. package/dist/lib/ui/ToggleGroup.d.ts +12 -0
  648. package/dist/lib/ui/ToggleGroup.js +21 -0
  649. package/dist/lib/ui/ToggleGroup.js.map +1 -0
  650. package/dist/lib/ui/Tooltip.d.ts +7 -0
  651. package/dist/lib/ui/Tooltip.js +11 -0
  652. package/dist/lib/ui/Tooltip.js.map +1 -0
  653. package/dist/lib/ui/util.d.ts +2 -0
  654. package/dist/lib/ui/util.js +3 -0
  655. package/dist/lib/ui/util.js.map +1 -0
  656. package/dist/lib/util/MdxComponents.d.ts +30 -21
  657. package/dist/lib/util/MdxComponents.js +17 -15
  658. package/dist/lib/util/MdxComponents.js.map +1 -1
  659. package/dist/lib/util/createVariantComponent.d.ts +2 -2
  660. package/dist/lib/util/detectOS.d.ts +1 -0
  661. package/dist/lib/util/detectOS.js +11 -0
  662. package/dist/lib/util/detectOS.js.map +1 -0
  663. package/dist/lib/util/ensureArray.d.ts +1 -0
  664. package/dist/lib/util/ensureArray.js +2 -0
  665. package/dist/lib/util/ensureArray.js.map +1 -0
  666. package/dist/lib/util/invariant.d.ts +9 -0
  667. package/dist/lib/util/invariant.js +7 -3
  668. package/dist/lib/util/invariant.js.map +1 -1
  669. package/dist/lib/util/joinPath.d.ts +3 -0
  670. package/dist/lib/util/joinPath.js +3 -0
  671. package/dist/lib/util/joinPath.js.map +1 -1
  672. package/dist/lib/util/joinUrl.d.ts +1 -0
  673. package/dist/lib/util/joinUrl.js +40 -0
  674. package/dist/lib/util/joinUrl.js.map +1 -0
  675. package/dist/lib/util/joinUrl.test.d.ts +1 -0
  676. package/dist/lib/util/joinUrl.test.js +43 -0
  677. package/dist/lib/util/joinUrl.test.js.map +1 -0
  678. package/dist/lib/util/scrollIntoViewIfNeeded.d.ts +1 -0
  679. package/dist/lib/util/scrollIntoViewIfNeeded.js +14 -0
  680. package/dist/lib/util/scrollIntoViewIfNeeded.js.map +1 -0
  681. package/dist/lib/util/traverse.d.ts +3 -0
  682. package/dist/lib/util/traverse.js +23 -0
  683. package/dist/lib/util/traverse.js.map +1 -0
  684. package/dist/lib/util/types.d.ts +7 -0
  685. package/dist/lib/util/types.js +2 -0
  686. package/dist/lib/util/types.js.map +1 -0
  687. package/dist/lib/util/url.d.ts +4 -0
  688. package/dist/lib/util/url.js +13 -0
  689. package/dist/lib/util/url.js.map +1 -0
  690. package/dist/lib/util/url.test.d.ts +1 -0
  691. package/dist/lib/util/url.test.js +26 -0
  692. package/dist/lib/util/url.test.js.map +1 -0
  693. package/dist/lib/util/useExposedProps.d.ts +9 -0
  694. package/dist/lib/util/useExposedProps.js +9 -0
  695. package/dist/lib/util/useExposedProps.js.map +1 -0
  696. package/dist/lib/util/useIsomorphicLayoutEffect.d.ts +3 -0
  697. package/dist/lib/util/useIsomorphicLayoutEffect.js +4 -0
  698. package/dist/lib/util/useIsomorphicLayoutEffect.js.map +1 -0
  699. package/dist/lib/util/useLatest.d.ts +1 -0
  700. package/dist/lib/util/useLatest.js +15 -0
  701. package/dist/lib/util/useLatest.js.map +1 -0
  702. package/dist/lib/util/useOnScreen.d.ts +5 -0
  703. package/dist/lib/util/useOnScreen.js +19 -0
  704. package/dist/lib/util/useOnScreen.js.map +1 -0
  705. package/dist/lib/util/useScrollToAnchor.d.ts +1 -0
  706. package/dist/lib/util/useScrollToAnchor.js +42 -37
  707. package/dist/lib/util/useScrollToAnchor.js.map +1 -1
  708. package/dist/lib/util/useScrollToTop.js +7 -5
  709. package/dist/lib/util/useScrollToTop.js.map +1 -1
  710. package/dist/vite/api/SchemaManager.d.ts +36 -0
  711. package/dist/vite/api/SchemaManager.js +122 -0
  712. package/dist/vite/api/SchemaManager.js.map +1 -0
  713. package/dist/vite/api/SchemaManager.test.d.ts +1 -0
  714. package/dist/vite/api/SchemaManager.test.js +106 -0
  715. package/dist/vite/api/SchemaManager.test.js.map +1 -0
  716. package/dist/vite/api/schema-codegen.d.ts +12 -0
  717. package/dist/vite/api/schema-codegen.js +85 -0
  718. package/dist/vite/api/schema-codegen.js.map +1 -0
  719. package/dist/vite/api/schema-codegen.test.d.ts +1 -0
  720. package/dist/vite/api/schema-codegen.test.js +313 -0
  721. package/dist/vite/api/schema-codegen.test.js.map +1 -0
  722. package/dist/vite/build.js +83 -12
  723. package/dist/vite/build.js.map +1 -1
  724. package/dist/vite/config.d.ts +2 -15
  725. package/dist/vite/config.js +121 -144
  726. package/dist/vite/config.js.map +1 -1
  727. package/dist/vite/config.test.js +12 -6
  728. package/dist/vite/config.test.js.map +1 -1
  729. package/dist/vite/create-pagefind-index.d.ts +4 -0
  730. package/dist/vite/create-pagefind-index.js +12 -0
  731. package/dist/vite/create-pagefind-index.js.map +1 -0
  732. package/dist/vite/css/collect.d.ts +2 -0
  733. package/dist/vite/css/collect.js +27 -0
  734. package/dist/vite/css/collect.js.map +1 -0
  735. package/dist/vite/css/plugin.d.ts +5 -0
  736. package/dist/vite/css/plugin.js +79 -0
  737. package/dist/vite/css/plugin.js.map +1 -0
  738. package/dist/vite/debug.d.ts +1 -0
  739. package/dist/vite/debug.js +10 -0
  740. package/dist/vite/debug.js.map +1 -0
  741. package/dist/vite/dev-server.d.ts +11 -4
  742. package/dist/vite/dev-server.js +83 -22
  743. package/dist/vite/dev-server.js.map +1 -1
  744. package/dist/vite/error-handler.d.ts +1 -1
  745. package/dist/vite/error-handler.js +1 -1
  746. package/dist/vite/error-handler.js.map +1 -1
  747. package/dist/vite/html.d.ts +6 -2
  748. package/dist/vite/html.js +11 -10
  749. package/dist/vite/html.js.map +1 -1
  750. package/dist/vite/output.d.ts +113 -0
  751. package/dist/vite/output.js +60 -0
  752. package/dist/vite/output.js.map +1 -0
  753. package/dist/vite/plugin-api-keys.d.ts +2 -2
  754. package/dist/vite/plugin-api-keys.js +10 -5
  755. package/dist/vite/plugin-api-keys.js.map +1 -1
  756. package/dist/vite/plugin-api.d.ts +2 -2
  757. package/dist/vite/plugin-api.js +145 -32
  758. package/dist/vite/plugin-api.js.map +1 -1
  759. package/dist/vite/plugin-auth.d.ts +2 -2
  760. package/dist/vite/plugin-auth.js +7 -4
  761. package/dist/vite/plugin-auth.js.map +1 -1
  762. package/dist/vite/plugin-component.d.ts +2 -2
  763. package/dist/vite/plugin-component.js +22 -13
  764. package/dist/vite/plugin-component.js.map +1 -1
  765. package/dist/vite/plugin-config-reload.d.ts +4 -4
  766. package/dist/vite/plugin-config-reload.js +15 -8
  767. package/dist/vite/plugin-config-reload.js.map +1 -1
  768. package/dist/vite/plugin-config.d.ts +2 -3
  769. package/dist/vite/plugin-config.js +26 -3
  770. package/dist/vite/plugin-config.js.map +1 -1
  771. package/dist/vite/plugin-configure-tailwind.d.ts +3 -0
  772. package/dist/vite/plugin-configure-tailwind.js +37 -0
  773. package/dist/vite/plugin-configure-tailwind.js.map +1 -0
  774. package/dist/vite/plugin-custom-pages.d.ts +4 -0
  775. package/dist/vite/plugin-custom-pages.js +30 -0
  776. package/dist/vite/plugin-custom-pages.js.map +1 -0
  777. package/dist/vite/plugin-docs.d.ts +3 -3
  778. package/dist/vite/plugin-docs.js +57 -29
  779. package/dist/vite/plugin-docs.js.map +1 -1
  780. package/dist/vite/plugin-docs.test.js +15 -23
  781. package/dist/vite/plugin-docs.test.js.map +1 -1
  782. package/dist/vite/plugin-frontmatter.d.ts +2 -1
  783. package/dist/vite/plugin-frontmatter.js +28 -24
  784. package/dist/vite/plugin-frontmatter.js.map +1 -1
  785. package/dist/vite/plugin-mdx.d.ts +2 -8
  786. package/dist/vite/plugin-mdx.js +96 -13
  787. package/dist/vite/plugin-mdx.js.map +1 -1
  788. package/dist/vite/plugin-redirect.d.ts +2 -2
  789. package/dist/vite/plugin-redirect.js +3 -3
  790. package/dist/vite/plugin-redirect.js.map +1 -1
  791. package/dist/vite/plugin-search.d.ts +3 -0
  792. package/dist/vite/plugin-search.js +30 -0
  793. package/dist/vite/plugin-search.js.map +1 -0
  794. package/dist/vite/plugin-shiki-register.d.ts +3 -0
  795. package/dist/vite/plugin-shiki-register.js +38 -0
  796. package/dist/vite/plugin-shiki-register.js.map +1 -0
  797. package/dist/vite/plugin-sidebar.d.ts +5 -3
  798. package/dist/vite/plugin-sidebar.js +26 -10
  799. package/dist/vite/plugin-sidebar.js.map +1 -1
  800. package/dist/vite/plugin-theme-css.d.ts +6 -0
  801. package/dist/vite/plugin-theme-css.js +118 -0
  802. package/dist/vite/plugin-theme-css.js.map +1 -0
  803. package/dist/vite/plugin.d.ts +2 -3
  804. package/dist/vite/plugin.js +18 -6
  805. package/dist/vite/plugin.js.map +1 -1
  806. package/dist/vite/prerender/FileWritingResponse.d.ts +25 -0
  807. package/dist/vite/prerender/FileWritingResponse.js +51 -0
  808. package/dist/vite/prerender/FileWritingResponse.js.map +1 -0
  809. package/dist/vite/prerender/InMemoryResponse.d.ts +16 -0
  810. package/dist/vite/prerender/InMemoryResponse.js +32 -0
  811. package/dist/vite/prerender/InMemoryResponse.js.map +1 -0
  812. package/dist/vite/prerender/PrerenderResponse.d.ts +10 -0
  813. package/dist/vite/prerender/PrerenderResponse.js +2 -0
  814. package/dist/vite/prerender/PrerenderResponse.js.map +1 -0
  815. package/dist/vite/prerender/prerender.d.ts +15 -0
  816. package/dist/vite/prerender/prerender.js +109 -0
  817. package/dist/vite/prerender/prerender.js.map +1 -0
  818. package/dist/vite/prerender/worker.d.ts +13 -0
  819. package/dist/vite/prerender/worker.js +59 -0
  820. package/dist/vite/prerender/worker.js.map +1 -0
  821. package/dist/vite/remarkStaticGeneration.d.ts +3 -0
  822. package/dist/vite/remarkStaticGeneration.js +125 -0
  823. package/dist/vite/remarkStaticGeneration.js.map +1 -0
  824. package/dist/vite/reporter.d.ts +3 -0
  825. package/dist/vite/reporter.js +33 -0
  826. package/dist/vite/reporter.js.map +1 -0
  827. package/dist/vite/sitemap.d.ts +1 -1
  828. package/dist/vite/sitemap.js +2 -1
  829. package/dist/vite/sitemap.js.map +1 -1
  830. package/dist/zuplo/enrich-with-zuplo.d.ts +5 -0
  831. package/dist/zuplo/enrich-with-zuplo.js +185 -0
  832. package/dist/zuplo/enrich-with-zuplo.js.map +1 -0
  833. package/dist/zuplo/policy-types.d.ts +33 -0
  834. package/dist/zuplo/policy-types.js +8 -0
  835. package/dist/zuplo/policy-types.js.map +1 -0
  836. package/dist/zuplo/with-zuplo-processors.d.ts +3 -0
  837. package/dist/zuplo/with-zuplo-processors.js +26 -0
  838. package/dist/zuplo/with-zuplo-processors.js.map +1 -0
  839. package/dist/zuplo/with-zuplo.d.ts +6 -0
  840. package/dist/zuplo/with-zuplo.js +10 -0
  841. package/dist/zuplo/with-zuplo.js.map +1 -0
  842. package/lib/Button-u7M2QYds.js +51 -0
  843. package/lib/Button-u7M2QYds.js.map +1 -0
  844. package/lib/Callout-CtCQJ6Cc.js +230 -0
  845. package/lib/Callout-CtCQJ6Cc.js.map +1 -0
  846. package/lib/Card-DkH-AU1V.js +61 -0
  847. package/lib/Card-DkH-AU1V.js.map +1 -0
  848. package/lib/CategoryHeading-BA7lKNWz.js +10 -0
  849. package/lib/CategoryHeading-BA7lKNWz.js.map +1 -0
  850. package/lib/ClientOnly-E7hGysn1.js +11 -0
  851. package/lib/ClientOnly-E7hGysn1.js.map +1 -0
  852. package/lib/Dialog-irKZWXGg.js +99 -0
  853. package/lib/Dialog-irKZWXGg.js.map +1 -0
  854. package/lib/Drawer-DZ214i5V.js +1133 -0
  855. package/lib/Drawer-DZ214i5V.js.map +1 -0
  856. package/lib/Markdown-BNG8bTDA.js +7691 -0
  857. package/lib/Markdown-BNG8bTDA.js.map +1 -0
  858. package/lib/MdxPage-C-P_N-H3.js +84 -0
  859. package/lib/MdxPage-C-P_N-H3.js.map +1 -0
  860. package/lib/OasProvider-DjFXGgWa.js +33 -0
  861. package/lib/OasProvider-DjFXGgWa.js.map +1 -0
  862. package/lib/OperationList-CchpZz4h.js +5141 -0
  863. package/lib/OperationList-CchpZz4h.js.map +1 -0
  864. package/lib/Pagination-BbcrfwgM.js +36 -0
  865. package/lib/Pagination-BbcrfwgM.js.map +1 -0
  866. package/lib/RouteGuard-CIyGFkFD.js +55 -0
  867. package/lib/RouteGuard-CIyGFkFD.js.map +1 -0
  868. package/lib/SchemaList-CrQd3KiR.js +160 -0
  869. package/lib/SchemaList-CrQd3KiR.js.map +1 -0
  870. package/lib/SchemaView-CQ_hMc8m.js +375 -0
  871. package/lib/SchemaView-CQ_hMc8m.js.map +1 -0
  872. package/lib/SignUp-DSn8NjRS.js +63 -0
  873. package/lib/SignUp-DSn8NjRS.js.map +1 -0
  874. package/lib/Slot-Dw-g06lX.js +160 -0
  875. package/lib/Slot-Dw-g06lX.js.map +1 -0
  876. package/lib/Spinner-mNLZ6awP.js +7 -0
  877. package/lib/Spinner-mNLZ6awP.js.map +1 -0
  878. package/lib/SyntaxHighlight-DTgNHbGp.js +9107 -0
  879. package/lib/SyntaxHighlight-DTgNHbGp.js.map +1 -0
  880. package/lib/Toc-Ccycwd-T.js +92 -0
  881. package/lib/Toc-Ccycwd-T.js.map +1 -0
  882. package/lib/chunk-BAXFHI7N-C9WnHsLV.js +1839 -0
  883. package/lib/chunk-BAXFHI7N-C9WnHsLV.js.map +1 -0
  884. package/lib/circular-DdByufCW.js +14929 -0
  885. package/lib/circular-DdByufCW.js.map +1 -0
  886. package/lib/cn-BOFVZgHd.js +2744 -0
  887. package/lib/cn-BOFVZgHd.js.map +1 -0
  888. package/lib/createServer-BL0QaN9q.js +12494 -0
  889. package/lib/createServer-BL0QaN9q.js.map +1 -0
  890. package/lib/hook-BpiAQVtd.js +1446 -0
  891. package/lib/hook-BpiAQVtd.js.map +1 -0
  892. package/lib/index--oeBayMa.js +86 -0
  893. package/lib/index--oeBayMa.js.map +1 -0
  894. package/lib/index-BjB1BHZu.js +3268 -0
  895. package/lib/index-BjB1BHZu.js.map +1 -0
  896. package/lib/index-BvvmIczU.js +2094 -0
  897. package/lib/index-BvvmIczU.js.map +1 -0
  898. package/lib/index-C1S4w-gl.js +36 -0
  899. package/lib/index-C1S4w-gl.js.map +1 -0
  900. package/lib/index-CrcNWbel.js +316 -0
  901. package/lib/index-CrcNWbel.js.map +1 -0
  902. package/lib/index-rsSMIHTN.js +4977 -0
  903. package/lib/index-rsSMIHTN.js.map +1 -0
  904. package/lib/index-zddirpDj.js +4822 -0
  905. package/lib/index-zddirpDj.js.map +1 -0
  906. package/lib/index.esm-BFcSKCe-.js +683 -0
  907. package/lib/index.esm-BFcSKCe-.js.map +1 -0
  908. package/lib/index.esm-DSfX_eMP.js +1216 -0
  909. package/lib/index.esm-DSfX_eMP.js.map +1 -0
  910. package/lib/invariant-DAFpPywt.js +48 -0
  911. package/lib/invariant-DAFpPywt.js.map +1 -0
  912. package/lib/jsx-runtime-C5mzlN2N.js +285 -0
  913. package/lib/jsx-runtime-C5mzlN2N.js.map +1 -0
  914. package/lib/mutation-CJrIFMgY.js +196 -0
  915. package/lib/mutation-CJrIFMgY.js.map +1 -0
  916. package/lib/objectEntries-yMIkr2mI.js +5 -0
  917. package/lib/objectEntries-yMIkr2mI.js.map +1 -0
  918. package/lib/processors/removeExtensions.js +11 -0
  919. package/lib/processors/removeExtensions.js.map +1 -0
  920. package/lib/processors/removeParameters.js +47 -0
  921. package/lib/processors/removeParameters.js.map +1 -0
  922. package/lib/processors/removePaths.js +28 -0
  923. package/lib/processors/removePaths.js.map +1 -0
  924. package/lib/processors/traverse.js +17 -0
  925. package/lib/processors/traverse.js.map +1 -0
  926. package/lib/ui/Accordion.js +47 -0
  927. package/lib/ui/Accordion.js.map +1 -0
  928. package/lib/ui/ActionButton.js +25 -0
  929. package/lib/ui/ActionButton.js.map +1 -0
  930. package/lib/ui/Alert.js +51 -0
  931. package/lib/ui/Alert.js.map +1 -0
  932. package/lib/ui/AlertDialog.js +114 -0
  933. package/lib/ui/AlertDialog.js.map +1 -0
  934. package/lib/ui/AspectRatio.js +6 -0
  935. package/lib/ui/AspectRatio.js.map +1 -0
  936. package/lib/ui/Badge.js +28 -0
  937. package/lib/ui/Badge.js.map +1 -0
  938. package/lib/ui/Breadcrumb.js +94 -0
  939. package/lib/ui/Breadcrumb.js.map +1 -0
  940. package/lib/ui/Button.js +52 -0
  941. package/lib/ui/Button.js.map +1 -0
  942. package/lib/ui/Callout.js +96 -0
  943. package/lib/ui/Callout.js.map +1 -0
  944. package/lib/ui/Card.js +62 -0
  945. package/lib/ui/Card.js.map +1 -0
  946. package/lib/ui/Carousel.js +1416 -0
  947. package/lib/ui/Carousel.js.map +1 -0
  948. package/lib/ui/Checkbox.js +29 -0
  949. package/lib/ui/Checkbox.js.map +1 -0
  950. package/lib/ui/CodeBlock.js +83 -0
  951. package/lib/ui/CodeBlock.js.map +1 -0
  952. package/lib/ui/Collapsible.js +8 -0
  953. package/lib/ui/Collapsible.js.map +1 -0
  954. package/lib/ui/Command.js +156 -0
  955. package/lib/ui/Command.js.map +1 -0
  956. package/lib/ui/Dialog.js +101 -0
  957. package/lib/ui/Dialog.js.map +1 -0
  958. package/lib/ui/Drawer.js +17 -0
  959. package/lib/ui/Drawer.js.map +1 -0
  960. package/lib/ui/DropdownMenu.js +145 -0
  961. package/lib/ui/DropdownMenu.js.map +1 -0
  962. package/lib/ui/Form.js +95 -0
  963. package/lib/ui/Form.js.map +1 -0
  964. package/lib/ui/HoverCard.js +24 -0
  965. package/lib/ui/HoverCard.js.map +1 -0
  966. package/lib/ui/Input.js +22 -0
  967. package/lib/ui/Input.js.map +1 -0
  968. package/lib/ui/Label.js +20 -0
  969. package/lib/ui/Label.js.map +1 -0
  970. package/lib/ui/Pagination.js +106 -0
  971. package/lib/ui/Pagination.js.map +1 -0
  972. package/lib/ui/Popover.js +24 -0
  973. package/lib/ui/Popover.js.map +1 -0
  974. package/lib/ui/Progress.js +27 -0
  975. package/lib/ui/Progress.js.map +1 -0
  976. package/lib/ui/RadioGroup.js +32 -0
  977. package/lib/ui/RadioGroup.js.map +1 -0
  978. package/lib/ui/ScrollArea.js +39 -0
  979. package/lib/ui/ScrollArea.js.map +1 -0
  980. package/lib/ui/Select.js +122 -0
  981. package/lib/ui/Select.js.map +1 -0
  982. package/lib/ui/Skeleton.js +18 -0
  983. package/lib/ui/Skeleton.js.map +1 -0
  984. package/lib/ui/Slider.js +24 -0
  985. package/lib/ui/Slider.js.map +1 -0
  986. package/lib/ui/Stepper.js +6 -0
  987. package/lib/ui/Stepper.js.map +1 -0
  988. package/lib/ui/Switch.js +28 -0
  989. package/lib/ui/Switch.js.map +1 -0
  990. package/lib/ui/SyntaxHighlight.js +10 -0
  991. package/lib/ui/SyntaxHighlight.js.map +1 -0
  992. package/lib/ui/Tabs.js +47 -0
  993. package/lib/ui/Tabs.js.map +1 -0
  994. package/lib/ui/Textarea.js +21 -0
  995. package/lib/ui/Textarea.js.map +1 -0
  996. package/lib/ui/Toggle.js +38 -0
  997. package/lib/ui/Toggle.js.map +1 -0
  998. package/lib/ui/ToggleGroup.js +42 -0
  999. package/lib/ui/ToggleGroup.js.map +1 -0
  1000. package/lib/ui/Tooltip.js +24 -0
  1001. package/lib/ui/Tooltip.js.map +1 -0
  1002. package/lib/ui/util.js +6 -0
  1003. package/lib/ui/util.js.map +1 -0
  1004. package/lib/useExposedProps-DG8J6ewJ.js +9 -0
  1005. package/lib/useExposedProps-DG8J6ewJ.js.map +1 -0
  1006. package/lib/useLatest-hmRS46UF.js +11 -0
  1007. package/lib/useLatest-hmRS46UF.js.map +1 -0
  1008. package/lib/useMutation-B2LNwShM.js +97 -0
  1009. package/lib/useMutation-B2LNwShM.js.map +1 -0
  1010. package/lib/zudoku.auth-auth0.js +32 -30
  1011. package/lib/zudoku.auth-auth0.js.map +1 -1
  1012. package/lib/zudoku.auth-clerk.js +115 -58
  1013. package/lib/zudoku.auth-clerk.js.map +1 -1
  1014. package/lib/zudoku.auth-openid.js +628 -628
  1015. package/lib/zudoku.auth-openid.js.map +1 -1
  1016. package/lib/zudoku.components.js +34 -3364
  1017. package/lib/zudoku.components.js.map +1 -1
  1018. package/lib/zudoku.hooks.js +19 -0
  1019. package/lib/zudoku.hooks.js.map +1 -0
  1020. package/lib/zudoku.icons.js +10 -0
  1021. package/lib/zudoku.icons.js.map +1 -1
  1022. package/lib/zudoku.plugin-api-catalog.js +117 -0
  1023. package/lib/zudoku.plugin-api-catalog.js.map +1 -0
  1024. package/lib/zudoku.plugin-api-keys.js +5019 -212
  1025. package/lib/zudoku.plugin-api-keys.js.map +1 -1
  1026. package/lib/zudoku.plugin-custom-pages.js +22 -0
  1027. package/lib/zudoku.plugin-custom-pages.js.map +1 -0
  1028. package/lib/zudoku.plugin-markdown.js +70 -27
  1029. package/lib/zudoku.plugin-markdown.js.map +1 -1
  1030. package/lib/zudoku.plugin-openapi.js +8 -12
  1031. package/lib/zudoku.plugin-openapi.js.map +1 -1
  1032. package/lib/zudoku.plugin-redirect.js +2 -2
  1033. package/lib/zudoku.plugin-redirect.js.map +1 -1
  1034. package/lib/zudoku.plugin-search-inkeep.js +52 -28
  1035. package/lib/zudoku.plugin-search-inkeep.js.map +1 -1
  1036. package/lib/zudoku.plugin-search-pagefind.js +230 -0
  1037. package/lib/zudoku.plugin-search-pagefind.js.map +1 -0
  1038. package/lib/zudoku.plugins.js +15 -0
  1039. package/lib/zudoku.plugins.js.map +1 -0
  1040. package/package.json +186 -105
  1041. package/src/app/ZuploBuildConfig.ts +33 -0
  1042. package/src/app/defaultTheme.css +54 -0
  1043. package/src/app/demo-cdn.html +31 -31
  1044. package/src/app/demo.html +1 -1
  1045. package/src/app/demo.tsx +1 -5
  1046. package/src/app/entry.client.tsx +71 -3
  1047. package/src/app/entry.server.tsx +81 -60
  1048. package/src/app/env.ts +35 -0
  1049. package/src/app/font.geist.css +73 -0
  1050. package/src/app/main.css +202 -131
  1051. package/src/app/main.tsx +81 -71
  1052. package/src/app/sentry.ts +24 -0
  1053. package/src/app/standalone.tsx +2 -6
  1054. package/src/lib/MissingIcon.tsx +22 -0
  1055. package/src/lib/authentication/AuthenticationPlugin.tsx +22 -5
  1056. package/src/lib/authentication/authentication.ts +5 -6
  1057. package/src/lib/authentication/components/CallbackHandler.tsx +30 -51
  1058. package/src/lib/authentication/components/SignIn.tsx +35 -2
  1059. package/src/lib/authentication/components/SignOut.tsx +3 -2
  1060. package/src/lib/authentication/components/SignUp.tsx +35 -1
  1061. package/src/lib/authentication/hook.ts +13 -4
  1062. package/src/lib/authentication/providers/auth0.tsx +28 -18
  1063. package/src/lib/authentication/providers/clerk.tsx +136 -53
  1064. package/src/lib/authentication/providers/openid.tsx +87 -84
  1065. package/src/lib/authentication/providers/supabase.tsx +157 -0
  1066. package/src/lib/authentication/state.ts +56 -25
  1067. package/src/lib/authentication/use-broadcast/LICENSE.md +9 -0
  1068. package/src/lib/authentication/use-broadcast/shared.ts +372 -0
  1069. package/src/lib/authentication/use-broadcast/useBroadcast.ts +146 -0
  1070. package/src/lib/components/AnchorLink.tsx +13 -8
  1071. package/src/lib/components/Autocomplete.tsx +113 -0
  1072. package/src/lib/components/Banner.tsx +2 -1
  1073. package/src/lib/components/Bootstrap.tsx +43 -16
  1074. package/src/lib/components/BuildCheck.tsx +75 -0
  1075. package/src/lib/components/ClientOnly.tsx +6 -3
  1076. package/src/lib/components/DeveloperHint.tsx +6 -1
  1077. package/src/lib/components/ErrorPage.tsx +1 -1
  1078. package/src/lib/components/Footer.tsx +136 -0
  1079. package/src/lib/components/Header.tsx +108 -55
  1080. package/src/lib/components/Heading.tsx +14 -14
  1081. package/src/lib/components/InlineCode.tsx +13 -16
  1082. package/src/lib/components/Layout.tsx +36 -59
  1083. package/src/lib/components/Main.tsx +51 -0
  1084. package/src/lib/components/Markdown.tsx +33 -29
  1085. package/src/lib/components/MobileTopNavigation.tsx +43 -28
  1086. package/src/lib/components/NotFoundPage.tsx +2 -2
  1087. package/src/lib/components/Pagination.tsx +44 -0
  1088. package/src/lib/components/PathRenderer.tsx +61 -0
  1089. package/src/lib/components/ReactMarkdown.license.txt +21 -0
  1090. package/src/lib/components/ReactMarkdown.tsx +264 -0
  1091. package/src/lib/components/Search.tsx +19 -8
  1092. package/src/lib/components/Slot.test.tsx +456 -0
  1093. package/src/lib/components/Slot.tsx +64 -0
  1094. package/src/lib/components/StatusPage.tsx +91 -0
  1095. package/src/lib/components/ThemeSwitch.tsx +46 -0
  1096. package/src/lib/components/TopNavigation.tsx +95 -25
  1097. package/src/lib/components/Zudoku.tsx +119 -0
  1098. package/src/lib/components/cache.ts +23 -0
  1099. package/src/lib/components/context/BypassProtectedRoutesContext.ts +3 -0
  1100. package/src/lib/components/context/RouterEventsEmitter.tsx +19 -0
  1101. package/src/lib/components/context/SlotProvider.tsx +149 -0
  1102. package/src/lib/components/context/ViewportAnchorContext.tsx +34 -36
  1103. package/src/lib/components/context/ZudokuContext.ts +53 -29
  1104. package/src/lib/components/context/ZudokuProvider.tsx +4 -3
  1105. package/src/lib/components/index.ts +33 -6
  1106. package/src/lib/components/navigation/PoweredByZudoku.tsx +33 -0
  1107. package/src/lib/components/navigation/Sidebar.tsx +39 -30
  1108. package/src/lib/components/navigation/SidebarBadge.tsx +17 -12
  1109. package/src/lib/components/navigation/SidebarCategory.tsx +67 -54
  1110. package/src/lib/components/navigation/SidebarItem.tsx +38 -51
  1111. package/src/lib/components/navigation/SidebarWrapper.tsx +42 -22
  1112. package/src/lib/components/navigation/Toc.tsx +126 -0
  1113. package/src/lib/components/navigation/ZudokuLogo.tsx +25 -0
  1114. package/src/lib/components/navigation/ZuploLogo.tsx +14 -0
  1115. package/src/lib/components/navigation/utils.ts +24 -17
  1116. package/src/lib/core/RouteGuard.tsx +96 -0
  1117. package/src/lib/core/ZudokuContext.ts +198 -0
  1118. package/src/lib/core/plugins.ts +54 -22
  1119. package/src/lib/errors/ErrorAlert.tsx +36 -15
  1120. package/src/lib/errors/RouterError.tsx +1 -1
  1121. package/src/lib/hooks/index.ts +5 -0
  1122. package/src/lib/hooks/useEvent.test.tsx +149 -0
  1123. package/src/lib/hooks/useEvent.ts +41 -0
  1124. package/src/lib/icons.ts +1 -0
  1125. package/src/lib/oas/graphql/circular.ts +58 -0
  1126. package/src/lib/oas/graphql/index.ts +298 -104
  1127. package/src/lib/oas/parser/dereference/index.ts +10 -4
  1128. package/src/lib/oas/parser/index.ts +14 -30
  1129. package/src/lib/oas/parser/upgrade/index.ts +103 -38
  1130. package/src/lib/plugins/api-catalog/Catalog.tsx +73 -0
  1131. package/src/lib/plugins/api-catalog/index.tsx +115 -0
  1132. package/src/lib/plugins/api-keys/CreateApiKey.tsx +63 -47
  1133. package/src/lib/plugins/api-keys/ProtectedRoute.tsx +1 -1
  1134. package/src/lib/plugins/api-keys/SettingsApiKeys.tsx +293 -113
  1135. package/src/lib/plugins/api-keys/index.tsx +107 -59
  1136. package/src/lib/plugins/custom-pages/CustomPage.tsx +18 -0
  1137. package/src/lib/plugins/custom-pages/index.tsx +24 -0
  1138. package/src/lib/plugins/markdown/MdxPage.tsx +53 -49
  1139. package/src/lib/plugins/markdown/index.tsx +53 -13
  1140. package/src/lib/plugins/markdown/resolver.ts +59 -0
  1141. package/src/lib/plugins/openapi/CollapsibleCode.tsx +86 -0
  1142. package/src/lib/plugins/openapi/ColorizedParam.tsx +49 -23
  1143. package/src/lib/plugins/openapi/Endpoint.tsx +19 -22
  1144. package/src/lib/plugins/openapi/OasProvider.tsx +51 -0
  1145. package/src/lib/plugins/openapi/OperationList.tsx +240 -70
  1146. package/src/lib/plugins/openapi/OperationListItem.tsx +122 -93
  1147. package/src/lib/plugins/openapi/ParamInfos.tsx +90 -0
  1148. package/src/lib/plugins/openapi/ParameterList.tsx +4 -0
  1149. package/src/lib/plugins/openapi/ParameterListItem.tsx +78 -31
  1150. package/src/lib/plugins/openapi/PlaygroundDialogWrapper.tsx +21 -2
  1151. package/src/lib/plugins/openapi/RequestBodySidecarBox.tsx +15 -33
  1152. package/src/lib/plugins/openapi/ResponsesSidecarBox.tsx +36 -59
  1153. package/src/lib/plugins/openapi/SchemaList.tsx +163 -0
  1154. package/src/lib/plugins/openapi/Sidecar.tsx +181 -114
  1155. package/src/lib/plugins/openapi/SidecarBox.tsx +4 -16
  1156. package/src/lib/plugins/openapi/SidecarExamples.tsx +168 -0
  1157. package/src/lib/plugins/openapi/SimpleSelect.tsx +1 -1
  1158. package/src/lib/plugins/openapi/client/GraphQLClient.tsx +65 -0
  1159. package/src/lib/plugins/openapi/client/GraphQLContext.tsx +16 -0
  1160. package/src/lib/plugins/openapi/client/createServer.ts +8 -2
  1161. package/src/lib/plugins/openapi/client/useCreateQuery.ts +45 -0
  1162. package/src/lib/plugins/openapi/components/ConstValue.tsx +24 -0
  1163. package/src/lib/plugins/openapi/components/EnumValues.tsx +58 -0
  1164. package/src/lib/plugins/openapi/components/ResponseContent.tsx +104 -0
  1165. package/src/lib/plugins/openapi/components/SelectOnClick.tsx +29 -0
  1166. package/src/lib/plugins/openapi/context.tsx +2 -2
  1167. package/src/lib/plugins/openapi/graphql/fragment-masking.ts +11 -18
  1168. package/src/lib/plugins/openapi/graphql/gql.ts +38 -30
  1169. package/src/lib/plugins/openapi/graphql/graphql.ts +386 -682
  1170. package/src/lib/plugins/openapi/index.tsx +111 -138
  1171. package/src/lib/plugins/openapi/interfaces.ts +58 -3
  1172. package/src/lib/plugins/openapi/playground/ExamplesDropdown.tsx +52 -0
  1173. package/src/lib/plugins/openapi/playground/Headers.tsx +165 -36
  1174. package/src/lib/plugins/openapi/playground/IdentityDialog.tsx +74 -0
  1175. package/src/lib/plugins/openapi/playground/IdentitySelector.tsx +41 -0
  1176. package/src/lib/plugins/openapi/playground/ParamsGrid.tsx +13 -0
  1177. package/src/lib/plugins/openapi/playground/PathParams.tsx +39 -64
  1178. package/src/lib/plugins/openapi/playground/Playground.tsx +386 -245
  1179. package/src/lib/plugins/openapi/playground/PlaygroundDialog.tsx +7 -4
  1180. package/src/lib/plugins/openapi/playground/QueryParams.tsx +87 -89
  1181. package/src/lib/plugins/openapi/playground/RequestLoginDialog.tsx +51 -0
  1182. package/src/lib/plugins/openapi/playground/SubmitButton.tsx +75 -0
  1183. package/src/lib/plugins/openapi/playground/rememberedIdentity.ts +26 -0
  1184. package/src/lib/plugins/openapi/playground/result-panel/RequestTab.tsx +73 -0
  1185. package/src/lib/plugins/openapi/playground/result-panel/ResponseTab.tsx +230 -0
  1186. package/src/lib/plugins/openapi/playground/result-panel/ResultPanel.tsx +123 -0
  1187. package/src/lib/plugins/openapi/playground/result-panel/convertToTypes.test.ts +64 -0
  1188. package/src/lib/plugins/openapi/playground/result-panel/convertToTypes.ts +36 -0
  1189. package/src/lib/plugins/openapi/processors/removeExtensions.test.ts +222 -0
  1190. package/src/lib/plugins/openapi/processors/removeExtensions.ts +29 -0
  1191. package/src/lib/plugins/openapi/processors/removeParameters.test.ts +182 -0
  1192. package/src/lib/plugins/openapi/processors/removeParameters.ts +103 -0
  1193. package/src/lib/plugins/openapi/processors/removePaths.test.ts +167 -0
  1194. package/src/lib/plugins/openapi/processors/removePaths.ts +57 -0
  1195. package/src/lib/plugins/openapi/processors/traverse.ts +1 -0
  1196. package/src/lib/plugins/openapi/schema/LogicalGroup/LogicalGroup.tsx +1 -8
  1197. package/src/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupConnector.tsx +3 -0
  1198. package/src/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupItem.tsx +6 -3
  1199. package/src/lib/plugins/openapi/schema/SchemaExampleAndDefault.tsx +39 -0
  1200. package/src/lib/plugins/openapi/schema/SchemaPropertyItem.tsx +160 -0
  1201. package/src/lib/plugins/openapi/schema/SchemaView.tsx +105 -138
  1202. package/src/lib/plugins/openapi/schema/utils.ts +32 -5
  1203. package/src/lib/plugins/openapi/state.ts +36 -0
  1204. package/src/lib/plugins/openapi/util/createSidebarCategory.tsx +37 -0
  1205. package/src/lib/plugins/openapi/util/generateSchemaExample.ts +95 -44
  1206. package/src/lib/plugins/openapi/util/getRoutes.tsx +198 -0
  1207. package/src/lib/plugins/openapi/util/methodColorMap.tsx +11 -0
  1208. package/src/lib/plugins/openapi/util/methodToColor.ts +27 -0
  1209. package/src/lib/plugins/openapi/util/sanitizeMarkdownForMetatag.tsx +32 -0
  1210. package/src/lib/plugins/redirect/index.tsx +6 -10
  1211. package/src/lib/plugins/search-inkeep/index.tsx +80 -25
  1212. package/src/lib/plugins/search-inkeep/inkeep.ts +3 -9
  1213. package/src/lib/plugins/search-pagefind/PagefindSearch.tsx +164 -0
  1214. package/src/lib/plugins/search-pagefind/ResultList.tsx +105 -0
  1215. package/src/lib/plugins/search-pagefind/get-results.tsx +75 -0
  1216. package/src/lib/plugins/search-pagefind/index.tsx +21 -0
  1217. package/src/lib/plugins/search-pagefind/types.ts +118 -0
  1218. package/src/lib/shiki.ts +133 -0
  1219. package/src/lib/ui/Accordion.tsx +56 -0
  1220. package/src/lib/ui/ActionButton.tsx +28 -0
  1221. package/src/lib/ui/Alert.tsx +59 -0
  1222. package/src/lib/ui/AlertDialog.tsx +139 -0
  1223. package/src/lib/ui/AspectRatio.tsx +5 -0
  1224. package/src/lib/ui/Badge.tsx +37 -0
  1225. package/src/lib/ui/Breadcrumb.tsx +115 -0
  1226. package/src/lib/ui/Button.tsx +13 -8
  1227. package/src/lib/ui/Callout.tsx +36 -16
  1228. package/src/lib/ui/Card.tsx +1 -1
  1229. package/src/lib/ui/Carousel.tsx +260 -0
  1230. package/src/lib/ui/Checkbox.tsx +29 -0
  1231. package/src/lib/ui/CodeBlock.tsx +102 -0
  1232. package/src/lib/ui/Collapsible.tsx +9 -0
  1233. package/src/lib/ui/Command.tsx +193 -0
  1234. package/src/lib/ui/Dialog.tsx +120 -0
  1235. package/src/lib/ui/Drawer.tsx +38 -36
  1236. package/src/lib/ui/DropdownMenu.tsx +4 -4
  1237. package/src/lib/ui/Form.tsx +177 -0
  1238. package/src/lib/ui/HoverCard.tsx +27 -0
  1239. package/src/lib/ui/Input.tsx +2 -3
  1240. package/src/lib/ui/Label.tsx +24 -0
  1241. package/src/lib/ui/Pagination.tsx +117 -0
  1242. package/src/lib/ui/Popover.tsx +29 -0
  1243. package/src/lib/ui/Progress.tsx +26 -0
  1244. package/src/lib/ui/RadioGroup.tsx +42 -0
  1245. package/src/lib/ui/ScrollArea.tsx +46 -0
  1246. package/src/lib/ui/Select.tsx +157 -0
  1247. package/src/lib/ui/Skeleton.tsx +15 -0
  1248. package/src/lib/ui/Slider.tsx +26 -0
  1249. package/src/lib/ui/Stepper.tsx +8 -0
  1250. package/src/lib/ui/Switch.tsx +27 -0
  1251. package/src/lib/ui/SyntaxHighlight.tsx +27 -0
  1252. package/src/lib/ui/Tabs.tsx +2 -2
  1253. package/src/lib/ui/Textarea.tsx +23 -0
  1254. package/src/lib/ui/Toggle.tsx +43 -0
  1255. package/src/lib/ui/ToggleGroup.tsx +59 -0
  1256. package/src/lib/ui/Tooltip.tsx +28 -0
  1257. package/src/lib/ui/util.tsx +3 -0
  1258. package/src/lib/util/MdxComponents.tsx +37 -24
  1259. package/src/lib/util/createVariantComponent.tsx +2 -2
  1260. package/src/lib/util/detectOS.ts +9 -0
  1261. package/src/lib/util/ensureArray.ts +3 -0
  1262. package/src/lib/util/invariant.ts +15 -3
  1263. package/src/lib/util/joinPath.tsx +3 -0
  1264. package/src/lib/util/joinUrl.test.ts +62 -0
  1265. package/src/lib/util/joinUrl.ts +57 -0
  1266. package/src/lib/util/scrollIntoViewIfNeeded.ts +18 -0
  1267. package/src/lib/util/traverse.ts +34 -0
  1268. package/src/lib/util/types.ts +7 -0
  1269. package/src/lib/util/url.test.ts +51 -0
  1270. package/src/lib/util/url.ts +18 -0
  1271. package/src/lib/util/useExposedProps.tsx +27 -0
  1272. package/src/lib/util/useIsomorphicLayoutEffect.ts +5 -0
  1273. package/src/lib/util/useLatest.ts +18 -0
  1274. package/src/lib/util/useOnScreen.ts +34 -0
  1275. package/src/lib/util/useScrollToAnchor.ts +48 -39
  1276. package/src/lib/util/useScrollToTop.ts +9 -4
  1277. package/src/shiki/langs/abap.js +1 -0
  1278. package/src/shiki/langs/actionscript-3.js +1 -0
  1279. package/src/shiki/langs/ada.js +1 -0
  1280. package/src/shiki/langs/angular-expression.js +1 -0
  1281. package/src/shiki/langs/angular-html.js +1 -0
  1282. package/src/shiki/langs/angular-inline-style.js +1 -0
  1283. package/src/shiki/langs/angular-inline-template.js +1 -0
  1284. package/src/shiki/langs/angular-let-declaration.js +1 -0
  1285. package/src/shiki/langs/angular-template-blocks.js +1 -0
  1286. package/src/shiki/langs/angular-template.js +1 -0
  1287. package/src/shiki/langs/angular-ts.js +1 -0
  1288. package/src/shiki/langs/apache.js +1 -0
  1289. package/src/shiki/langs/apex.js +1 -0
  1290. package/src/shiki/langs/apl.js +1 -0
  1291. package/src/shiki/langs/applescript.js +1 -0
  1292. package/src/shiki/langs/ara.js +1 -0
  1293. package/src/shiki/langs/asciidoc.js +1 -0
  1294. package/src/shiki/langs/asm.js +1 -0
  1295. package/src/shiki/langs/astro.js +1 -0
  1296. package/src/shiki/langs/awk.js +1 -0
  1297. package/src/shiki/langs/ballerina.js +1 -0
  1298. package/src/shiki/langs/bat.js +1 -0
  1299. package/src/shiki/langs/beancount.js +1 -0
  1300. package/src/shiki/langs/berry.js +1 -0
  1301. package/src/shiki/langs/bibtex.js +1 -0
  1302. package/src/shiki/langs/bicep.js +1 -0
  1303. package/src/shiki/langs/blade.js +1 -0
  1304. package/src/shiki/langs/bsl.js +1 -0
  1305. package/src/shiki/langs/c.js +1 -0
  1306. package/src/shiki/langs/cadence.js +1 -0
  1307. package/src/shiki/langs/cairo.js +1 -0
  1308. package/src/shiki/langs/clarity.js +1 -0
  1309. package/src/shiki/langs/clojure.js +1 -0
  1310. package/src/shiki/langs/cmake.js +1 -0
  1311. package/src/shiki/langs/cobol.js +1 -0
  1312. package/src/shiki/langs/codeowners.js +1 -0
  1313. package/src/shiki/langs/codeql.js +1 -0
  1314. package/src/shiki/langs/coffee.js +1 -0
  1315. package/src/shiki/langs/common-lisp.js +1 -0
  1316. package/src/shiki/langs/coq.js +1 -0
  1317. package/src/shiki/langs/cpp-macro.js +1 -0
  1318. package/src/shiki/langs/cpp.js +1 -0
  1319. package/src/shiki/langs/crystal.js +1 -0
  1320. package/src/shiki/langs/csharp.js +1 -0
  1321. package/src/shiki/langs/css.js +1 -0
  1322. package/src/shiki/langs/csv.js +1 -0
  1323. package/src/shiki/langs/cue.js +1 -0
  1324. package/src/shiki/langs/cypher.js +1 -0
  1325. package/src/shiki/langs/d.js +1 -0
  1326. package/src/shiki/langs/dart.js +1 -0
  1327. package/src/shiki/langs/dax.js +1 -0
  1328. package/src/shiki/langs/desktop.js +1 -0
  1329. package/src/shiki/langs/diff.js +1 -0
  1330. package/src/shiki/langs/docker.js +1 -0
  1331. package/src/shiki/langs/dotenv.js +1 -0
  1332. package/src/shiki/langs/dream-maker.js +1 -0
  1333. package/src/shiki/langs/edge.js +1 -0
  1334. package/src/shiki/langs/elixir.js +1 -0
  1335. package/src/shiki/langs/elm.js +1 -0
  1336. package/src/shiki/langs/emacs-lisp.js +1 -0
  1337. package/src/shiki/langs/erb.js +1 -0
  1338. package/src/shiki/langs/erlang.js +1 -0
  1339. package/src/shiki/langs/es-tag-css.js +1 -0
  1340. package/src/shiki/langs/es-tag-glsl.js +1 -0
  1341. package/src/shiki/langs/es-tag-html.js +1 -0
  1342. package/src/shiki/langs/es-tag-sql.js +1 -0
  1343. package/src/shiki/langs/es-tag-xml.js +1 -0
  1344. package/src/shiki/langs/fennel.js +1 -0
  1345. package/src/shiki/langs/fish.js +1 -0
  1346. package/src/shiki/langs/fluent.js +1 -0
  1347. package/src/shiki/langs/fortran-fixed-form.js +1 -0
  1348. package/src/shiki/langs/fortran-free-form.js +1 -0
  1349. package/src/shiki/langs/fsharp.js +1 -0
  1350. package/src/shiki/langs/gdresource.js +1 -0
  1351. package/src/shiki/langs/gdscript.js +1 -0
  1352. package/src/shiki/langs/gdshader.js +1 -0
  1353. package/src/shiki/langs/genie.js +1 -0
  1354. package/src/shiki/langs/gherkin.js +1 -0
  1355. package/src/shiki/langs/git-commit.js +1 -0
  1356. package/src/shiki/langs/git-rebase.js +1 -0
  1357. package/src/shiki/langs/gleam.js +1 -0
  1358. package/src/shiki/langs/glimmer-js.js +1 -0
  1359. package/src/shiki/langs/glimmer-ts.js +1 -0
  1360. package/src/shiki/langs/glsl.js +1 -0
  1361. package/src/shiki/langs/gnuplot.js +1 -0
  1362. package/src/shiki/langs/go.js +1 -0
  1363. package/src/shiki/langs/graphql.js +1 -0
  1364. package/src/shiki/langs/groovy.js +1 -0
  1365. package/src/shiki/langs/hack.js +1 -0
  1366. package/src/shiki/langs/haml.js +1 -0
  1367. package/src/shiki/langs/handlebars.js +1 -0
  1368. package/src/shiki/langs/haskell.js +1 -0
  1369. package/src/shiki/langs/haxe.js +1 -0
  1370. package/src/shiki/langs/hcl.js +1 -0
  1371. package/src/shiki/langs/hjson.js +1 -0
  1372. package/src/shiki/langs/hlsl.js +1 -0
  1373. package/src/shiki/langs/html-derivative.js +1 -0
  1374. package/src/shiki/langs/html.js +1 -0
  1375. package/src/shiki/langs/http.js +1 -0
  1376. package/src/shiki/langs/hxml.js +1 -0
  1377. package/src/shiki/langs/hy.js +1 -0
  1378. package/src/shiki/langs/imba.js +1 -0
  1379. package/src/shiki/langs/ini.js +1 -0
  1380. package/src/shiki/langs/java.js +1 -0
  1381. package/src/shiki/langs/javascript.js +1 -0
  1382. package/src/shiki/langs/jinja-html.js +1 -0
  1383. package/src/shiki/langs/jinja.js +1 -0
  1384. package/src/shiki/langs/jison.js +1 -0
  1385. package/src/shiki/langs/json.js +1 -0
  1386. package/src/shiki/langs/json5.js +1 -0
  1387. package/src/shiki/langs/jsonc.js +1 -0
  1388. package/src/shiki/langs/jsonl.js +1 -0
  1389. package/src/shiki/langs/jsonnet.js +1 -0
  1390. package/src/shiki/langs/jssm.js +1 -0
  1391. package/src/shiki/langs/jsx.js +1 -0
  1392. package/src/shiki/langs/julia.js +1 -0
  1393. package/src/shiki/langs/kotlin.js +1 -0
  1394. package/src/shiki/langs/kusto.js +1 -0
  1395. package/src/shiki/langs/latex.js +1 -0
  1396. package/src/shiki/langs/lean.js +1 -0
  1397. package/src/shiki/langs/less.js +1 -0
  1398. package/src/shiki/langs/liquid.js +1 -0
  1399. package/src/shiki/langs/llvm.js +1 -0
  1400. package/src/shiki/langs/log.js +1 -0
  1401. package/src/shiki/langs/logo.js +1 -0
  1402. package/src/shiki/langs/lua.js +1 -0
  1403. package/src/shiki/langs/luau.js +1 -0
  1404. package/src/shiki/langs/make.js +1 -0
  1405. package/src/shiki/langs/markdown-vue.js +1 -0
  1406. package/src/shiki/langs/markdown.js +1 -0
  1407. package/src/shiki/langs/marko.js +1 -0
  1408. package/src/shiki/langs/matlab.js +1 -0
  1409. package/src/shiki/langs/mdc.js +1 -0
  1410. package/src/shiki/langs/mdx.js +1 -0
  1411. package/src/shiki/langs/mermaid.js +1 -0
  1412. package/src/shiki/langs/mipsasm.js +1 -0
  1413. package/src/shiki/langs/mojo.js +1 -0
  1414. package/src/shiki/langs/move.js +1 -0
  1415. package/src/shiki/langs/narrat.js +1 -0
  1416. package/src/shiki/langs/nextflow.js +1 -0
  1417. package/src/shiki/langs/nginx.js +1 -0
  1418. package/src/shiki/langs/nim.js +1 -0
  1419. package/src/shiki/langs/nix.js +1 -0
  1420. package/src/shiki/langs/nushell.js +1 -0
  1421. package/src/shiki/langs/objective-c.js +1 -0
  1422. package/src/shiki/langs/objective-cpp.js +1 -0
  1423. package/src/shiki/langs/ocaml.js +1 -0
  1424. package/src/shiki/langs/pascal.js +1 -0
  1425. package/src/shiki/langs/perl.js +1 -0
  1426. package/src/shiki/langs/php.js +1 -0
  1427. package/src/shiki/langs/plsql.js +1 -0
  1428. package/src/shiki/langs/po.js +1 -0
  1429. package/src/shiki/langs/polar.js +1 -0
  1430. package/src/shiki/langs/postcss.js +1 -0
  1431. package/src/shiki/langs/powerquery.js +1 -0
  1432. package/src/shiki/langs/powershell.js +1 -0
  1433. package/src/shiki/langs/prisma.js +1 -0
  1434. package/src/shiki/langs/prolog.js +1 -0
  1435. package/src/shiki/langs/proto.js +1 -0
  1436. package/src/shiki/langs/pug.js +1 -0
  1437. package/src/shiki/langs/puppet.js +1 -0
  1438. package/src/shiki/langs/purescript.js +1 -0
  1439. package/src/shiki/langs/python.js +1 -0
  1440. package/src/shiki/langs/qml.js +1 -0
  1441. package/src/shiki/langs/qmldir.js +1 -0
  1442. package/src/shiki/langs/qss.js +1 -0
  1443. package/src/shiki/langs/r.js +1 -0
  1444. package/src/shiki/langs/racket.js +1 -0
  1445. package/src/shiki/langs/raku.js +1 -0
  1446. package/src/shiki/langs/razor.js +1 -0
  1447. package/src/shiki/langs/reg.js +1 -0
  1448. package/src/shiki/langs/regexp.js +1 -0
  1449. package/src/shiki/langs/rel.js +1 -0
  1450. package/src/shiki/langs/riscv.js +1 -0
  1451. package/src/shiki/langs/rst.js +1 -0
  1452. package/src/shiki/langs/ruby.js +1 -0
  1453. package/src/shiki/langs/rust.js +1 -0
  1454. package/src/shiki/langs/sas.js +1 -0
  1455. package/src/shiki/langs/sass.js +1 -0
  1456. package/src/shiki/langs/scala.js +1 -0
  1457. package/src/shiki/langs/scheme.js +1 -0
  1458. package/src/shiki/langs/scss.js +1 -0
  1459. package/src/shiki/langs/sdbl.js +1 -0
  1460. package/src/shiki/langs/shaderlab.js +1 -0
  1461. package/src/shiki/langs/shellscript.js +1 -0
  1462. package/src/shiki/langs/shellsession.js +1 -0
  1463. package/src/shiki/langs/smalltalk.js +1 -0
  1464. package/src/shiki/langs/solidity.js +1 -0
  1465. package/src/shiki/langs/soy.js +1 -0
  1466. package/src/shiki/langs/sparql.js +1 -0
  1467. package/src/shiki/langs/splunk.js +1 -0
  1468. package/src/shiki/langs/sql.js +1 -0
  1469. package/src/shiki/langs/ssh-config.js +1 -0
  1470. package/src/shiki/langs/stata.js +1 -0
  1471. package/src/shiki/langs/stylus.js +1 -0
  1472. package/src/shiki/langs/svelte.js +1 -0
  1473. package/src/shiki/langs/swift.js +1 -0
  1474. package/src/shiki/langs/system-verilog.js +1 -0
  1475. package/src/shiki/langs/systemd.js +1 -0
  1476. package/src/shiki/langs/talonscript.js +1 -0
  1477. package/src/shiki/langs/tasl.js +1 -0
  1478. package/src/shiki/langs/tcl.js +1 -0
  1479. package/src/shiki/langs/templ.js +1 -0
  1480. package/src/shiki/langs/terraform.js +1 -0
  1481. package/src/shiki/langs/tex.js +1 -0
  1482. package/src/shiki/langs/toml.js +1 -0
  1483. package/src/shiki/langs/ts-tags.js +1 -0
  1484. package/src/shiki/langs/tsv.js +1 -0
  1485. package/src/shiki/langs/tsx.js +1 -0
  1486. package/src/shiki/langs/turtle.js +1 -0
  1487. package/src/shiki/langs/twig.js +1 -0
  1488. package/src/shiki/langs/typescript.js +1 -0
  1489. package/src/shiki/langs/typespec.js +1 -0
  1490. package/src/shiki/langs/typst.js +1 -0
  1491. package/src/shiki/langs/v.js +1 -0
  1492. package/src/shiki/langs/vala.js +1 -0
  1493. package/src/shiki/langs/vb.js +1 -0
  1494. package/src/shiki/langs/verilog.js +1 -0
  1495. package/src/shiki/langs/vhdl.js +1 -0
  1496. package/src/shiki/langs/viml.js +1 -0
  1497. package/src/shiki/langs/vue-directives.js +1 -0
  1498. package/src/shiki/langs/vue-html.js +1 -0
  1499. package/src/shiki/langs/vue-interpolations.js +1 -0
  1500. package/src/shiki/langs/vue-sfc-style-variable-injection.js +1 -0
  1501. package/src/shiki/langs/vue.js +1 -0
  1502. package/src/shiki/langs/vyper.js +1 -0
  1503. package/src/shiki/langs/wasm.js +1 -0
  1504. package/src/shiki/langs/wenyan.js +1 -0
  1505. package/src/shiki/langs/wgsl.js +1 -0
  1506. package/src/shiki/langs/wikitext.js +1 -0
  1507. package/src/shiki/langs/wit.js +1 -0
  1508. package/src/shiki/langs/wolfram.js +1 -0
  1509. package/src/shiki/langs/xml.js +1 -0
  1510. package/src/shiki/langs/xsl.js +1 -0
  1511. package/src/shiki/langs/yaml.js +1 -0
  1512. package/src/shiki/langs/zenscript.js +1 -0
  1513. package/src/shiki/langs/zig.js +1 -0
  1514. package/src/shiki/themes/andromeeda.js +1 -0
  1515. package/src/shiki/themes/aurora-x.js +1 -0
  1516. package/src/shiki/themes/ayu-dark.js +1 -0
  1517. package/src/shiki/themes/catppuccin-frappe.js +1 -0
  1518. package/src/shiki/themes/catppuccin-latte.js +1 -0
  1519. package/src/shiki/themes/catppuccin-macchiato.js +1 -0
  1520. package/src/shiki/themes/catppuccin-mocha.js +1 -0
  1521. package/src/shiki/themes/dark-plus.js +1 -0
  1522. package/src/shiki/themes/dracula-soft.js +1 -0
  1523. package/src/shiki/themes/dracula.js +1 -0
  1524. package/src/shiki/themes/everforest-dark.js +1 -0
  1525. package/src/shiki/themes/everforest-light.js +1 -0
  1526. package/src/shiki/themes/github-dark-default.js +1 -0
  1527. package/src/shiki/themes/github-dark-dimmed.js +1 -0
  1528. package/src/shiki/themes/github-dark-high-contrast.js +1 -0
  1529. package/src/shiki/themes/github-dark.js +1 -0
  1530. package/src/shiki/themes/github-light-default.js +1 -0
  1531. package/src/shiki/themes/github-light-high-contrast.js +1 -0
  1532. package/src/shiki/themes/github-light.js +1 -0
  1533. package/src/shiki/themes/gruvbox-dark-hard.js +1 -0
  1534. package/src/shiki/themes/gruvbox-dark-medium.js +1 -0
  1535. package/src/shiki/themes/gruvbox-dark-soft.js +1 -0
  1536. package/src/shiki/themes/gruvbox-light-hard.js +1 -0
  1537. package/src/shiki/themes/gruvbox-light-medium.js +1 -0
  1538. package/src/shiki/themes/gruvbox-light-soft.js +1 -0
  1539. package/src/shiki/themes/houston.js +1 -0
  1540. package/src/shiki/themes/kanagawa-dragon.js +1 -0
  1541. package/src/shiki/themes/kanagawa-lotus.js +1 -0
  1542. package/src/shiki/themes/kanagawa-wave.js +1 -0
  1543. package/src/shiki/themes/laserwave.js +1 -0
  1544. package/src/shiki/themes/light-plus.js +1 -0
  1545. package/src/shiki/themes/material-theme-darker.js +1 -0
  1546. package/src/shiki/themes/material-theme-lighter.js +1 -0
  1547. package/src/shiki/themes/material-theme-ocean.js +1 -0
  1548. package/src/shiki/themes/material-theme-palenight.js +1 -0
  1549. package/src/shiki/themes/material-theme.js +1 -0
  1550. package/src/shiki/themes/min-dark.js +1 -0
  1551. package/src/shiki/themes/min-light.js +1 -0
  1552. package/src/shiki/themes/monokai.js +1 -0
  1553. package/src/shiki/themes/night-owl.js +1 -0
  1554. package/src/shiki/themes/nord.js +1 -0
  1555. package/src/shiki/themes/one-dark-pro.js +1 -0
  1556. package/src/shiki/themes/one-light.js +1 -0
  1557. package/src/shiki/themes/plastic.js +1 -0
  1558. package/src/shiki/themes/poimandres.js +1 -0
  1559. package/src/shiki/themes/red.js +1 -0
  1560. package/src/shiki/themes/rose-pine-dawn.js +1 -0
  1561. package/src/shiki/themes/rose-pine-moon.js +1 -0
  1562. package/src/shiki/themes/rose-pine.js +1 -0
  1563. package/src/shiki/themes/slack-dark.js +1 -0
  1564. package/src/shiki/themes/slack-ochin.js +1 -0
  1565. package/src/shiki/themes/snazzy-light.js +1 -0
  1566. package/src/shiki/themes/solarized-dark.js +1 -0
  1567. package/src/shiki/themes/solarized-light.js +1 -0
  1568. package/src/shiki/themes/synthwave-84.js +1 -0
  1569. package/src/shiki/themes/tokyo-night.js +1 -0
  1570. package/src/shiki/themes/vesper.js +1 -0
  1571. package/src/shiki/themes/vitesse-black.js +1 -0
  1572. package/src/shiki/themes/vitesse-dark.js +1 -0
  1573. package/src/shiki/themes/vitesse-light.js +1 -0
  1574. package/LICENSE.md +0 -9
  1575. package/client.d.ts +0 -1
  1576. package/dist/app/tailwind.d.ts +0 -3
  1577. package/dist/app/tailwind.js +0 -65
  1578. package/dist/app/tailwind.js.map +0 -1
  1579. package/dist/internal.d.ts +0 -1
  1580. package/dist/internal.js +0 -2
  1581. package/dist/internal.js.map +0 -1
  1582. package/dist/lib/components/DevPortal.d.ts +0 -7
  1583. package/dist/lib/components/DevPortal.js +0 -54
  1584. package/dist/lib/components/DevPortal.js.map +0 -1
  1585. package/dist/lib/components/Dialog.js +0 -23
  1586. package/dist/lib/components/Dialog.js.map +0 -1
  1587. package/dist/lib/components/Select.js +0 -27
  1588. package/dist/lib/components/Select.js.map +0 -1
  1589. package/dist/lib/components/SlotletProvider.d.ts +0 -9
  1590. package/dist/lib/components/SlotletProvider.js +0 -16
  1591. package/dist/lib/components/SlotletProvider.js.map +0 -1
  1592. package/dist/lib/components/SyntaxHighlight.d.ts +0 -11
  1593. package/dist/lib/components/SyntaxHighlight.js +0 -50
  1594. package/dist/lib/components/SyntaxHighlight.js.map +0 -1
  1595. package/dist/lib/components/context/PluginSystem.js +0 -2
  1596. package/dist/lib/components/context/PluginSystem.js.map +0 -1
  1597. package/dist/lib/components/context/ThemeContext.d.ts +0 -2
  1598. package/dist/lib/components/context/ThemeContext.js +0 -7
  1599. package/dist/lib/components/context/ThemeContext.js.map +0 -1
  1600. package/dist/lib/components/context/ThemeProvider.d.ts +0 -4
  1601. package/dist/lib/components/context/ThemeProvider.js +0 -23
  1602. package/dist/lib/components/context/ThemeProvider.js.map +0 -1
  1603. package/dist/lib/core/DevPortalContext.d.ts +0 -78
  1604. package/dist/lib/core/DevPortalContext.js +0 -49
  1605. package/dist/lib/core/DevPortalContext.js.map +0 -1
  1606. package/dist/lib/plugins/custom-page/index.d.ts +0 -8
  1607. package/dist/lib/plugins/custom-page/index.js +0 -12
  1608. package/dist/lib/plugins/custom-page/index.js.map +0 -1
  1609. package/dist/lib/plugins/markdown/Toc.js +0 -48
  1610. package/dist/lib/plugins/markdown/Toc.js.map +0 -1
  1611. package/dist/lib/plugins/markdown/generateRoutes.d.ts +0 -3
  1612. package/dist/lib/plugins/markdown/generateRoutes.js +0 -21
  1613. package/dist/lib/plugins/markdown/generateRoutes.js.map +0 -1
  1614. package/dist/lib/plugins/openapi/Route.d.ts +0 -6
  1615. package/dist/lib/plugins/openapi/Route.js +0 -8
  1616. package/dist/lib/plugins/openapi/Route.js.map +0 -1
  1617. package/dist/lib/plugins/openapi/client/createMemoryClient.d.ts +0 -12
  1618. package/dist/lib/plugins/openapi/client/createMemoryClient.js +0 -46
  1619. package/dist/lib/plugins/openapi/client/createMemoryClient.js.map +0 -1
  1620. package/dist/lib/plugins/openapi/client/createWorkerClient.d.ts +0 -10
  1621. package/dist/lib/plugins/openapi/client/createWorkerClient.js +0 -61
  1622. package/dist/lib/plugins/openapi/client/createWorkerClient.js.map +0 -1
  1623. package/dist/lib/plugins/openapi/client/interfaces.d.ts +0 -4
  1624. package/dist/lib/plugins/openapi/client/interfaces.js +0 -2
  1625. package/dist/lib/plugins/openapi/client/interfaces.js.map +0 -1
  1626. package/dist/lib/plugins/openapi/client/worker.js +0 -20
  1627. package/dist/lib/plugins/openapi/client/worker.js.map +0 -1
  1628. package/dist/lib/plugins/openapi/playground/Editor.d.ts +0 -1
  1629. package/dist/lib/plugins/openapi/playground/Editor.js +0 -5
  1630. package/dist/lib/plugins/openapi/playground/Editor.js.map +0 -1
  1631. package/dist/lib/plugins/openapi/playground/ResponseTab.d.ts +0 -4
  1632. package/dist/lib/plugins/openapi/playground/ResponseTab.js +0 -42
  1633. package/dist/lib/plugins/openapi/playground/ResponseTab.js.map +0 -1
  1634. package/dist/lib/plugins/openapi/schema/SchemaComponents.d.ts +0 -13
  1635. package/dist/lib/plugins/openapi/schema/SchemaComponents.js +0 -28
  1636. package/dist/lib/plugins/openapi/schema/SchemaComponents.js.map +0 -1
  1637. package/dist/lib/plugins/openapi/util/urql.d.ts +0 -7
  1638. package/dist/lib/plugins/openapi/util/urql.js +0 -8
  1639. package/dist/lib/plugins/openapi/util/urql.js.map +0 -1
  1640. package/dist/lib/plugins/openapi-worker.d.ts +0 -1
  1641. package/dist/lib/plugins/openapi-worker.js +0 -2
  1642. package/dist/lib/plugins/openapi-worker.js.map +0 -1
  1643. package/dist/lib/plugins/search-inkeep/InkeepCustomTrigger.d.ts +0 -2
  1644. package/dist/lib/plugins/search-inkeep/InkeepCustomTrigger.js +0 -3
  1645. package/dist/lib/plugins/search-inkeep/InkeepCustomTrigger.js.map +0 -1
  1646. package/dist/lib/themeToggle.d.ts +0 -1
  1647. package/dist/lib/themeToggle.js +0 -7
  1648. package/dist/lib/themeToggle.js.map +0 -1
  1649. package/dist/lib/ui/Note.d.ts +0 -8
  1650. package/dist/lib/ui/Note.js +0 -23
  1651. package/dist/lib/ui/Note.js.map +0 -1
  1652. package/dist/lib/util/createWaitForNotify.d.ts +0 -1
  1653. package/dist/lib/util/createWaitForNotify.js +0 -15
  1654. package/dist/lib/util/createWaitForNotify.js.map +0 -1
  1655. package/dist/vite/plugin-custom-css.d.ts +0 -6
  1656. package/dist/vite/plugin-custom-css.js +0 -55
  1657. package/dist/vite/plugin-custom-css.js.map +0 -1
  1658. package/dist/vite/plugin-html-transform.d.ts +0 -2
  1659. package/dist/vite/plugin-html-transform.js +0 -15
  1660. package/dist/vite/plugin-html-transform.js.map +0 -1
  1661. package/dist/vite/prerender.d.ts +0 -17
  1662. package/dist/vite/prerender.js +0 -87
  1663. package/dist/vite/prerender.js.map +0 -1
  1664. package/lib/AuthenticationPlugin-Bx9FK124.js +0 -55
  1665. package/lib/AuthenticationPlugin-Bx9FK124.js.map +0 -1
  1666. package/lib/CategoryHeading-ovR-zHRq.js +0 -10
  1667. package/lib/CategoryHeading-ovR-zHRq.js.map +0 -1
  1668. package/lib/DeveloperHint-YeWHKvyr.js +0 -16
  1669. package/lib/DeveloperHint-YeWHKvyr.js.map +0 -1
  1670. package/lib/ErrorPage-CsZAN_za.js +0 -16
  1671. package/lib/ErrorPage-CsZAN_za.js.map +0 -1
  1672. package/lib/InkeepCustomTrigger-CE5-K5ex.js +0 -6
  1673. package/lib/InkeepCustomTrigger-CE5-K5ex.js.map +0 -1
  1674. package/lib/Input-CtVUl3eT.js +0 -2198
  1675. package/lib/Input-CtVUl3eT.js.map +0 -1
  1676. package/lib/Markdown-DapSf3wG.js +0 -20281
  1677. package/lib/Markdown-DapSf3wG.js.map +0 -1
  1678. package/lib/MdxPage-BqBWsXZ1.js +0 -172
  1679. package/lib/MdxPage-BqBWsXZ1.js.map +0 -1
  1680. package/lib/OperationList-CYrmxPa8.js +0 -602
  1681. package/lib/OperationList-CYrmxPa8.js.map +0 -1
  1682. package/lib/Route-Q5mqNQrv.js +0 -14
  1683. package/lib/Route-Q5mqNQrv.js.map +0 -1
  1684. package/lib/SidebarBadge-Dx7jtnoA.js +0 -498
  1685. package/lib/SidebarBadge-Dx7jtnoA.js.map +0 -1
  1686. package/lib/SlotletProvider-D3UD5Go3.js +0 -238
  1687. package/lib/SlotletProvider-D3UD5Go3.js.map +0 -1
  1688. package/lib/Spinner-3cQDBVGr.js +0 -7
  1689. package/lib/Spinner-3cQDBVGr.js.map +0 -1
  1690. package/lib/ZudokuContext-cr-pTRY1.js +0 -1084
  1691. package/lib/ZudokuContext-cr-pTRY1.js.map +0 -1
  1692. package/lib/_commonjsHelpers-BkfeUUK-.js +0 -29
  1693. package/lib/_commonjsHelpers-BkfeUUK-.js.map +0 -1
  1694. package/lib/assets/index-B9EWVYfo.js +0 -4790
  1695. package/lib/assets/index-B9EWVYfo.js.map +0 -1
  1696. package/lib/assets/worker-BP8Uzflt.js +0 -17916
  1697. package/lib/assets/worker-BP8Uzflt.js.map +0 -1
  1698. package/lib/index-BG0g4WW0.js +0 -1771
  1699. package/lib/index-BG0g4WW0.js.map +0 -1
  1700. package/lib/index-BlJ2rj99.js +0 -5815
  1701. package/lib/index-BlJ2rj99.js.map +0 -1
  1702. package/lib/index-BngPzhKn.js +0 -124
  1703. package/lib/index-BngPzhKn.js.map +0 -1
  1704. package/lib/index-CLd8ycZz.js +0 -4790
  1705. package/lib/index-CLd8ycZz.js.map +0 -1
  1706. package/lib/index-Dolisrci.js +0 -2814
  1707. package/lib/index-Dolisrci.js.map +0 -1
  1708. package/lib/index-LNp6rxyU.js +0 -2094
  1709. package/lib/index-LNp6rxyU.js.map +0 -1
  1710. package/lib/joinPath-B7kNnUX4.js +0 -8
  1711. package/lib/joinPath-B7kNnUX4.js.map +0 -1
  1712. package/lib/jsx-runtime-B6kdoens.js +0 -635
  1713. package/lib/jsx-runtime-B6kdoens.js.map +0 -1
  1714. package/lib/prism-bash.min-DadFsM4Z.js +0 -7
  1715. package/lib/prism-bash.min-DadFsM4Z.js.map +0 -1
  1716. package/lib/prism-csharp.min-Yizuc34Y.js +0 -35
  1717. package/lib/prism-csharp.min-Yizuc34Y.js.map +0 -1
  1718. package/lib/prism-java.min-d5iT_mOd.js +0 -7
  1719. package/lib/prism-java.min-d5iT_mOd.js.map +0 -1
  1720. package/lib/prism-javascript.min-CEqHqgbm.js +0 -9
  1721. package/lib/prism-javascript.min-CEqHqgbm.js.map +0 -1
  1722. package/lib/prism-json.min-B1GJqK1k.js +0 -2
  1723. package/lib/prism-json.min-B1GJqK1k.js.map +0 -1
  1724. package/lib/prism-markdown.min-F3U-vPBi.js +0 -61
  1725. package/lib/prism-markdown.min-F3U-vPBi.js.map +0 -1
  1726. package/lib/prism-markup-BNGj0Tvm.js +0 -174
  1727. package/lib/prism-markup-BNGj0Tvm.js.map +0 -1
  1728. package/lib/prism-markup-templating-DZrrEs0A.js +0 -62
  1729. package/lib/prism-markup-templating-DZrrEs0A.js.map +0 -1
  1730. package/lib/prism-objectivec.min-BXSWqpJJ.js +0 -2
  1731. package/lib/prism-objectivec.min-BXSWqpJJ.js.map +0 -1
  1732. package/lib/prism-php.min-o7FpoMP_.js +0 -11
  1733. package/lib/prism-php.min-o7FpoMP_.js.map +0 -1
  1734. package/lib/prism-ruby.min-C7LwcKyz.js +0 -10
  1735. package/lib/prism-ruby.min-C7LwcKyz.js.map +0 -1
  1736. package/lib/prism-typescript.min-oSVeWCAd.js +0 -6
  1737. package/lib/prism-typescript.min-oSVeWCAd.js.map +0 -1
  1738. package/lib/router-D2p7Olpn.js +0 -2971
  1739. package/lib/router-D2p7Olpn.js.map +0 -1
  1740. package/lib/state-hNe1dw4B.js +0 -548
  1741. package/lib/state-hNe1dw4B.js.map +0 -1
  1742. package/lib/urql-YhcsXYy8.js +0 -1591
  1743. package/lib/urql-YhcsXYy8.js.map +0 -1
  1744. package/lib/utils-ByIc_KIM.js +0 -749
  1745. package/lib/utils-ByIc_KIM.js.map +0 -1
  1746. package/lib/zudoku.openapi-worker.js +0 -16059
  1747. package/lib/zudoku.openapi-worker.js.map +0 -1
  1748. package/lib/zudoku.plugin-custom-page.js +0 -13
  1749. package/lib/zudoku.plugin-custom-page.js.map +0 -1
  1750. package/src/app/tailwind.ts +0 -68
  1751. package/src/lib/components/DevPortal.tsx +0 -111
  1752. package/src/lib/components/Dialog.tsx +0 -119
  1753. package/src/lib/components/Select.tsx +0 -157
  1754. package/src/lib/components/SlotletProvider.tsx +0 -30
  1755. package/src/lib/components/SyntaxHighlight.tsx +0 -122
  1756. package/src/lib/components/context/PluginSystem.ts +0 -0
  1757. package/src/lib/components/context/ThemeContext.tsx +0 -8
  1758. package/src/lib/components/context/ThemeProvider.tsx +0 -27
  1759. package/src/lib/core/DevPortalContext.ts +0 -135
  1760. package/src/lib/plugins/custom-page/index.tsx +0 -22
  1761. package/src/lib/plugins/markdown/Toc.tsx +0 -135
  1762. package/src/lib/plugins/markdown/generateRoutes.tsx +0 -38
  1763. package/src/lib/plugins/openapi/Route.tsx +0 -21
  1764. package/src/lib/plugins/openapi/client/createMemoryClient.ts +0 -56
  1765. package/src/lib/plugins/openapi/client/createWorkerClient.ts +0 -80
  1766. package/src/lib/plugins/openapi/client/interfaces.ts +0 -5
  1767. package/src/lib/plugins/openapi/client/worker.ts +0 -30
  1768. package/src/lib/plugins/openapi/playground/Editor.tsx +0 -4
  1769. package/src/lib/plugins/openapi/playground/ResponseTab.tsx +0 -76
  1770. package/src/lib/plugins/openapi/schema/SchemaComponents.tsx +0 -126
  1771. package/src/lib/plugins/openapi/util/urql.ts +0 -8
  1772. package/src/lib/plugins/openapi-worker.ts +0 -1
  1773. package/src/lib/plugins/search-inkeep/InkeepCustomTrigger.tsx +0 -3
  1774. package/src/lib/themeToggle.ts +0 -7
  1775. package/src/lib/ui/Note.tsx +0 -58
  1776. package/src/lib/util/createWaitForNotify.ts +0 -18
  1777. /package/dist/lib/components/{context/PluginSystem.d.ts → Slot.test.d.ts} +0 -0
  1778. /package/dist/lib/{plugins/markdown → components/navigation}/Toc.d.ts +0 -0
  1779. /package/dist/lib/{plugins/openapi/client/worker.d.ts → hooks/useEvent.test.d.ts} +0 -0
  1780. /package/dist/lib/{components → ui}/Dialog.d.ts +0 -0
  1781. /package/dist/lib/{components → ui}/Select.d.ts +0 -0
@@ -0,0 +1,2744 @@
1
+ function xe(e) {
2
+ var n, r, o = "";
3
+ if (typeof e == "string" || typeof e == "number") o += e;
4
+ else if (typeof e == "object") if (Array.isArray(e)) {
5
+ var i = e.length;
6
+ for (n = 0; n < i; n++) e[n] && (r = xe(e[n])) && (o && (o += " "), o += r);
7
+ } else for (r in e) e[r] && (o && (o += " "), o += r);
8
+ return o;
9
+ }
10
+ function Pe() {
11
+ for (var e, n, r = 0, o = "", i = arguments.length; r < i; r++) (e = arguments[r]) && (n = xe(e)) && (o && (o += " "), o += n);
12
+ return o;
13
+ }
14
+ const ne = "-", Re = (e) => {
15
+ const n = Te(e), {
16
+ conflictingClassGroups: r,
17
+ conflictingClassGroupModifiers: o
18
+ } = e;
19
+ return {
20
+ getClassGroupId: (l) => {
21
+ const u = l.split(ne);
22
+ return u[0] === "" && u.length !== 1 && u.shift(), we(u, n) || Ge(l);
23
+ },
24
+ getConflictingClassGroupIds: (l, u) => {
25
+ const p = r[l] || [];
26
+ return u && o[l] ? [...p, ...o[l]] : p;
27
+ }
28
+ };
29
+ }, we = (e, n) => {
30
+ if (e.length === 0)
31
+ return n.classGroupId;
32
+ const r = e[0], o = n.nextPart.get(r), i = o ? we(e.slice(1), o) : void 0;
33
+ if (i)
34
+ return i;
35
+ if (n.validators.length === 0)
36
+ return;
37
+ const m = e.join(ne);
38
+ return n.validators.find(({
39
+ validator: l
40
+ }) => l(m))?.classGroupId;
41
+ }, fe = /^\[(.+)\]$/, Ge = (e) => {
42
+ if (fe.test(e)) {
43
+ const n = fe.exec(e)[1], r = n?.substring(0, n.indexOf(":"));
44
+ if (r)
45
+ return "arbitrary.." + r;
46
+ }
47
+ }, Te = (e) => {
48
+ const {
49
+ theme: n,
50
+ classGroups: r
51
+ } = e, o = {
52
+ nextPart: /* @__PURE__ */ new Map(),
53
+ validators: []
54
+ };
55
+ for (const i in r)
56
+ re(r[i], o, i, n);
57
+ return o;
58
+ }, re = (e, n, r, o) => {
59
+ e.forEach((i) => {
60
+ if (typeof i == "string") {
61
+ const m = i === "" ? n : be(n, i);
62
+ m.classGroupId = r;
63
+ return;
64
+ }
65
+ if (typeof i == "function") {
66
+ if (Ee(i)) {
67
+ re(i(o), n, r, o);
68
+ return;
69
+ }
70
+ n.validators.push({
71
+ validator: i,
72
+ classGroupId: r
73
+ });
74
+ return;
75
+ }
76
+ Object.entries(i).forEach(([m, l]) => {
77
+ re(l, be(n, m), r, o);
78
+ });
79
+ });
80
+ }, be = (e, n) => {
81
+ let r = e;
82
+ return n.split(ne).forEach((o) => {
83
+ r.nextPart.has(o) || r.nextPart.set(o, {
84
+ nextPart: /* @__PURE__ */ new Map(),
85
+ validators: []
86
+ }), r = r.nextPart.get(o);
87
+ }), r;
88
+ }, Ee = (e) => e.isThemeGetter, Ne = (e) => {
89
+ if (e < 1)
90
+ return {
91
+ get: () => {
92
+ },
93
+ set: () => {
94
+ }
95
+ };
96
+ let n = 0, r = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
97
+ const i = (m, l) => {
98
+ r.set(m, l), n++, n > e && (n = 0, o = r, r = /* @__PURE__ */ new Map());
99
+ };
100
+ return {
101
+ get(m) {
102
+ let l = r.get(m);
103
+ if (l !== void 0)
104
+ return l;
105
+ if ((l = o.get(m)) !== void 0)
106
+ return i(m, l), l;
107
+ },
108
+ set(m, l) {
109
+ r.has(m) ? r.set(m, l) : i(m, l);
110
+ }
111
+ };
112
+ }, te = "!", se = ":", Le = se.length, Ve = (e) => {
113
+ const {
114
+ prefix: n,
115
+ experimentalParseClassName: r
116
+ } = e;
117
+ let o = (i) => {
118
+ const m = [];
119
+ let l = 0, u = 0, p = 0, g;
120
+ for (let k = 0; k < i.length; k++) {
121
+ let y = i[k];
122
+ if (l === 0 && u === 0) {
123
+ if (y === se) {
124
+ m.push(i.slice(p, k)), p = k + Le;
125
+ continue;
126
+ }
127
+ if (y === "/") {
128
+ g = k;
129
+ continue;
130
+ }
131
+ }
132
+ y === "[" ? l++ : y === "]" ? l-- : y === "(" ? u++ : y === ")" && u--;
133
+ }
134
+ const h = m.length === 0 ? i : i.substring(p), M = je(h), O = M !== h, F = g && g > p ? g - p : void 0;
135
+ return {
136
+ modifiers: m,
137
+ hasImportantModifier: O,
138
+ baseClassName: M,
139
+ maybePostfixModifierPosition: F
140
+ };
141
+ };
142
+ if (n) {
143
+ const i = n + se, m = o;
144
+ o = (l) => l.startsWith(i) ? m(l.substring(i.length)) : {
145
+ isExternal: !0,
146
+ modifiers: [],
147
+ hasImportantModifier: !1,
148
+ baseClassName: l,
149
+ maybePostfixModifierPosition: void 0
150
+ };
151
+ }
152
+ if (r) {
153
+ const i = o;
154
+ o = (m) => r({
155
+ className: m,
156
+ parseClassName: i
157
+ });
158
+ }
159
+ return o;
160
+ }, je = (e) => e.endsWith(te) ? e.substring(0, e.length - 1) : e.startsWith(te) ? e.substring(1) : e, Oe = (e) => {
161
+ const n = Object.fromEntries(e.orderSensitiveModifiers.map((o) => [o, !0]));
162
+ return (o) => {
163
+ if (o.length <= 1)
164
+ return o;
165
+ const i = [];
166
+ let m = [];
167
+ return o.forEach((l) => {
168
+ l[0] === "[" || n[l] ? (i.push(...m.sort(), l), m = []) : m.push(l);
169
+ }), i.push(...m.sort()), i;
170
+ };
171
+ }, Fe = (e) => ({
172
+ cache: Ne(e.cacheSize),
173
+ parseClassName: Ve(e),
174
+ sortModifiers: Oe(e),
175
+ ...Re(e)
176
+ }), _e = /\s+/, Be = (e, n) => {
177
+ const {
178
+ parseClassName: r,
179
+ getClassGroupId: o,
180
+ getConflictingClassGroupIds: i,
181
+ sortModifiers: m
182
+ } = n, l = [], u = e.trim().split(_e);
183
+ let p = "";
184
+ for (let g = u.length - 1; g >= 0; g -= 1) {
185
+ const h = u[g], {
186
+ isExternal: M,
187
+ modifiers: O,
188
+ hasImportantModifier: F,
189
+ baseClassName: k,
190
+ maybePostfixModifierPosition: y
191
+ } = r(h);
192
+ if (M) {
193
+ p = h + (p.length > 0 ? " " + p : p);
194
+ continue;
195
+ }
196
+ let G = !!y, A = o(G ? k.substring(0, y) : k);
197
+ if (!A) {
198
+ if (!G) {
199
+ p = h + (p.length > 0 ? " " + p : p);
200
+ continue;
201
+ }
202
+ if (A = o(k), !A) {
203
+ p = h + (p.length > 0 ? " " + p : p);
204
+ continue;
205
+ }
206
+ G = !1;
207
+ }
208
+ const $ = m(O).join(":"), _ = F ? $ + te : $, T = _ + A;
209
+ if (l.includes(T))
210
+ continue;
211
+ l.push(T);
212
+ const E = i(A, G);
213
+ for (let I = 0; I < E.length; ++I) {
214
+ const B = E[I];
215
+ l.push(_ + B);
216
+ }
217
+ p = h + (p.length > 0 ? " " + p : p);
218
+ }
219
+ return p;
220
+ };
221
+ function We() {
222
+ let e = 0, n, r, o = "";
223
+ for (; e < arguments.length; )
224
+ (n = arguments[e++]) && (r = ke(n)) && (o && (o += " "), o += r);
225
+ return o;
226
+ }
227
+ const ke = (e) => {
228
+ if (typeof e == "string")
229
+ return e;
230
+ let n, r = "";
231
+ for (let o = 0; o < e.length; o++)
232
+ e[o] && (n = ke(e[o])) && (r && (r += " "), r += n);
233
+ return r;
234
+ };
235
+ function $e(e, ...n) {
236
+ let r, o, i, m = l;
237
+ function l(p) {
238
+ const g = n.reduce((h, M) => M(h), e());
239
+ return r = Fe(g), o = r.cache.get, i = r.cache.set, m = u, u(p);
240
+ }
241
+ function u(p) {
242
+ const g = o(p);
243
+ if (g)
244
+ return g;
245
+ const h = Be(p, r);
246
+ return i(p, h), h;
247
+ }
248
+ return function() {
249
+ return m(We.apply(null, arguments));
250
+ };
251
+ }
252
+ const f = (e) => {
253
+ const n = (r) => r[e] || [];
254
+ return n.isThemeGetter = !0, n;
255
+ }, ye = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, ve = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Ue = /^\d+\/\d+$/, qe = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, He = /\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$/, Je = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Xe = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, De = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, L = (e) => Ue.test(e), d = (e) => !!e && !Number.isNaN(Number(e)), S = (e) => !!e && Number.isInteger(Number(e)), ee = (e) => e.endsWith("%") && d(e.slice(0, -1)), C = (e) => qe.test(e), Ke = () => !0, Qe = (e) => (
256
+ // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
257
+ // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
258
+ // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
259
+ He.test(e) && !Je.test(e)
260
+ ), ze = () => !1, Ye = (e) => Xe.test(e), Ze = (e) => De.test(e), eo = (e) => !t(e) && !s(e), oo = (e) => V(e, Se, ze), t = (e) => ye.test(e), R = (e) => V(e, Ae, Qe), oe = (e) => V(e, ao, d), ge = (e) => V(e, Ce, ze), ro = (e) => V(e, Me, Ze), D = (e) => V(e, Ie, Ye), s = (e) => ve.test(e), W = (e) => j(e, Ae), to = (e) => j(e, io), he = (e) => j(e, Ce), so = (e) => j(e, Se), no = (e) => j(e, Me), K = (e) => j(e, Ie, !0), V = (e, n, r) => {
261
+ const o = ye.exec(e);
262
+ return o ? o[1] ? n(o[1]) : r(o[2]) : !1;
263
+ }, j = (e, n, r = !1) => {
264
+ const o = ve.exec(e);
265
+ return o ? o[1] ? n(o[1]) : r : !1;
266
+ }, Ce = (e) => e === "position" || e === "percentage", Me = (e) => e === "image" || e === "url", Se = (e) => e === "length" || e === "size" || e === "bg-size", Ae = (e) => e === "length", ao = (e) => e === "number", io = (e) => e === "family-name", Ie = (e) => e === "shadow", lo = () => {
267
+ const e = f("color"), n = f("font"), r = f("text"), o = f("font-weight"), i = f("tracking"), m = f("leading"), l = f("breakpoint"), u = f("container"), p = f("spacing"), g = f("radius"), h = f("shadow"), M = f("inset-shadow"), O = f("text-shadow"), F = f("drop-shadow"), k = f("blur"), y = f("perspective"), G = f("aspect"), A = f("ease"), $ = f("animate"), _ = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], T = () => [
268
+ "center",
269
+ "top",
270
+ "bottom",
271
+ "left",
272
+ "right",
273
+ "top-left",
274
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
275
+ "left-top",
276
+ "top-right",
277
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
278
+ "right-top",
279
+ "bottom-right",
280
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
281
+ "right-bottom",
282
+ "bottom-left",
283
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
284
+ "left-bottom"
285
+ ], E = () => [...T(), s, t], I = () => ["auto", "hidden", "clip", "visible", "scroll"], B = () => ["auto", "contain", "none"], c = () => [s, t, p], v = () => [L, "full", "auto", ...c()], ae = () => [S, "none", "subgrid", s, t], ie = () => ["auto", {
286
+ span: ["full", S, s, t]
287
+ }, S, s, t], U = () => [S, "auto", s, t], le = () => ["auto", "min", "max", "fr", s, t], Q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], N = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], z = () => ["auto", ...c()], P = () => [L, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...c()], a = () => [e, s, t], ce = () => [...T(), he, ge, {
288
+ position: [s, t]
289
+ }], de = () => ["no-repeat", {
290
+ repeat: ["", "x", "y", "space", "round"]
291
+ }], me = () => ["auto", "cover", "contain", so, oo, {
292
+ size: [s, t]
293
+ }], Y = () => [ee, W, R], x = () => [
294
+ // Deprecated since Tailwind CSS v4.0.0
295
+ "",
296
+ "none",
297
+ "full",
298
+ g,
299
+ s,
300
+ t
301
+ ], w = () => ["", d, W, R], q = () => ["solid", "dashed", "dotted", "double"], pe = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], b = () => [d, ee, he, ge], ue = () => [
302
+ // Deprecated since Tailwind CSS v4.0.0
303
+ "",
304
+ "none",
305
+ k,
306
+ s,
307
+ t
308
+ ], H = () => ["none", d, s, t], J = () => ["none", d, s, t], Z = () => [d, s, t], X = () => [L, "full", ...c()];
309
+ return {
310
+ cacheSize: 500,
311
+ theme: {
312
+ animate: ["spin", "ping", "pulse", "bounce"],
313
+ aspect: ["video"],
314
+ blur: [C],
315
+ breakpoint: [C],
316
+ color: [Ke],
317
+ container: [C],
318
+ "drop-shadow": [C],
319
+ ease: ["in", "out", "in-out"],
320
+ font: [eo],
321
+ "font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
322
+ "inset-shadow": [C],
323
+ leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
324
+ perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
325
+ radius: [C],
326
+ shadow: [C],
327
+ spacing: ["px", d],
328
+ text: [C],
329
+ "text-shadow": [C],
330
+ tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
331
+ },
332
+ classGroups: {
333
+ // --------------
334
+ // --- Layout ---
335
+ // --------------
336
+ /**
337
+ * Aspect Ratio
338
+ * @see https://tailwindcss.com/docs/aspect-ratio
339
+ */
340
+ aspect: [{
341
+ aspect: ["auto", "square", L, t, s, G]
342
+ }],
343
+ /**
344
+ * Container
345
+ * @see https://tailwindcss.com/docs/container
346
+ * @deprecated since Tailwind CSS v4.0.0
347
+ */
348
+ container: ["container"],
349
+ /**
350
+ * Columns
351
+ * @see https://tailwindcss.com/docs/columns
352
+ */
353
+ columns: [{
354
+ columns: [d, t, s, u]
355
+ }],
356
+ /**
357
+ * Break After
358
+ * @see https://tailwindcss.com/docs/break-after
359
+ */
360
+ "break-after": [{
361
+ "break-after": _()
362
+ }],
363
+ /**
364
+ * Break Before
365
+ * @see https://tailwindcss.com/docs/break-before
366
+ */
367
+ "break-before": [{
368
+ "break-before": _()
369
+ }],
370
+ /**
371
+ * Break Inside
372
+ * @see https://tailwindcss.com/docs/break-inside
373
+ */
374
+ "break-inside": [{
375
+ "break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
376
+ }],
377
+ /**
378
+ * Box Decoration Break
379
+ * @see https://tailwindcss.com/docs/box-decoration-break
380
+ */
381
+ "box-decoration": [{
382
+ "box-decoration": ["slice", "clone"]
383
+ }],
384
+ /**
385
+ * Box Sizing
386
+ * @see https://tailwindcss.com/docs/box-sizing
387
+ */
388
+ box: [{
389
+ box: ["border", "content"]
390
+ }],
391
+ /**
392
+ * Display
393
+ * @see https://tailwindcss.com/docs/display
394
+ */
395
+ 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"],
396
+ /**
397
+ * Screen Reader Only
398
+ * @see https://tailwindcss.com/docs/display#screen-reader-only
399
+ */
400
+ sr: ["sr-only", "not-sr-only"],
401
+ /**
402
+ * Floats
403
+ * @see https://tailwindcss.com/docs/float
404
+ */
405
+ float: [{
406
+ float: ["right", "left", "none", "start", "end"]
407
+ }],
408
+ /**
409
+ * Clear
410
+ * @see https://tailwindcss.com/docs/clear
411
+ */
412
+ clear: [{
413
+ clear: ["left", "right", "both", "none", "start", "end"]
414
+ }],
415
+ /**
416
+ * Isolation
417
+ * @see https://tailwindcss.com/docs/isolation
418
+ */
419
+ isolation: ["isolate", "isolation-auto"],
420
+ /**
421
+ * Object Fit
422
+ * @see https://tailwindcss.com/docs/object-fit
423
+ */
424
+ "object-fit": [{
425
+ object: ["contain", "cover", "fill", "none", "scale-down"]
426
+ }],
427
+ /**
428
+ * Object Position
429
+ * @see https://tailwindcss.com/docs/object-position
430
+ */
431
+ "object-position": [{
432
+ object: E()
433
+ }],
434
+ /**
435
+ * Overflow
436
+ * @see https://tailwindcss.com/docs/overflow
437
+ */
438
+ overflow: [{
439
+ overflow: I()
440
+ }],
441
+ /**
442
+ * Overflow X
443
+ * @see https://tailwindcss.com/docs/overflow
444
+ */
445
+ "overflow-x": [{
446
+ "overflow-x": I()
447
+ }],
448
+ /**
449
+ * Overflow Y
450
+ * @see https://tailwindcss.com/docs/overflow
451
+ */
452
+ "overflow-y": [{
453
+ "overflow-y": I()
454
+ }],
455
+ /**
456
+ * Overscroll Behavior
457
+ * @see https://tailwindcss.com/docs/overscroll-behavior
458
+ */
459
+ overscroll: [{
460
+ overscroll: B()
461
+ }],
462
+ /**
463
+ * Overscroll Behavior X
464
+ * @see https://tailwindcss.com/docs/overscroll-behavior
465
+ */
466
+ "overscroll-x": [{
467
+ "overscroll-x": B()
468
+ }],
469
+ /**
470
+ * Overscroll Behavior Y
471
+ * @see https://tailwindcss.com/docs/overscroll-behavior
472
+ */
473
+ "overscroll-y": [{
474
+ "overscroll-y": B()
475
+ }],
476
+ /**
477
+ * Position
478
+ * @see https://tailwindcss.com/docs/position
479
+ */
480
+ position: ["static", "fixed", "absolute", "relative", "sticky"],
481
+ /**
482
+ * Top / Right / Bottom / Left
483
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
484
+ */
485
+ inset: [{
486
+ inset: v()
487
+ }],
488
+ /**
489
+ * Right / Left
490
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
491
+ */
492
+ "inset-x": [{
493
+ "inset-x": v()
494
+ }],
495
+ /**
496
+ * Top / Bottom
497
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
498
+ */
499
+ "inset-y": [{
500
+ "inset-y": v()
501
+ }],
502
+ /**
503
+ * Start
504
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
505
+ */
506
+ start: [{
507
+ start: v()
508
+ }],
509
+ /**
510
+ * End
511
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
512
+ */
513
+ end: [{
514
+ end: v()
515
+ }],
516
+ /**
517
+ * Top
518
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
519
+ */
520
+ top: [{
521
+ top: v()
522
+ }],
523
+ /**
524
+ * Right
525
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
526
+ */
527
+ right: [{
528
+ right: v()
529
+ }],
530
+ /**
531
+ * Bottom
532
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
533
+ */
534
+ bottom: [{
535
+ bottom: v()
536
+ }],
537
+ /**
538
+ * Left
539
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
540
+ */
541
+ left: [{
542
+ left: v()
543
+ }],
544
+ /**
545
+ * Visibility
546
+ * @see https://tailwindcss.com/docs/visibility
547
+ */
548
+ visibility: ["visible", "invisible", "collapse"],
549
+ /**
550
+ * Z-Index
551
+ * @see https://tailwindcss.com/docs/z-index
552
+ */
553
+ z: [{
554
+ z: [S, "auto", s, t]
555
+ }],
556
+ // ------------------------
557
+ // --- Flexbox and Grid ---
558
+ // ------------------------
559
+ /**
560
+ * Flex Basis
561
+ * @see https://tailwindcss.com/docs/flex-basis
562
+ */
563
+ basis: [{
564
+ basis: [L, "full", "auto", u, ...c()]
565
+ }],
566
+ /**
567
+ * Flex Direction
568
+ * @see https://tailwindcss.com/docs/flex-direction
569
+ */
570
+ "flex-direction": [{
571
+ flex: ["row", "row-reverse", "col", "col-reverse"]
572
+ }],
573
+ /**
574
+ * Flex Wrap
575
+ * @see https://tailwindcss.com/docs/flex-wrap
576
+ */
577
+ "flex-wrap": [{
578
+ flex: ["nowrap", "wrap", "wrap-reverse"]
579
+ }],
580
+ /**
581
+ * Flex
582
+ * @see https://tailwindcss.com/docs/flex
583
+ */
584
+ flex: [{
585
+ flex: [d, L, "auto", "initial", "none", t]
586
+ }],
587
+ /**
588
+ * Flex Grow
589
+ * @see https://tailwindcss.com/docs/flex-grow
590
+ */
591
+ grow: [{
592
+ grow: ["", d, s, t]
593
+ }],
594
+ /**
595
+ * Flex Shrink
596
+ * @see https://tailwindcss.com/docs/flex-shrink
597
+ */
598
+ shrink: [{
599
+ shrink: ["", d, s, t]
600
+ }],
601
+ /**
602
+ * Order
603
+ * @see https://tailwindcss.com/docs/order
604
+ */
605
+ order: [{
606
+ order: [S, "first", "last", "none", s, t]
607
+ }],
608
+ /**
609
+ * Grid Template Columns
610
+ * @see https://tailwindcss.com/docs/grid-template-columns
611
+ */
612
+ "grid-cols": [{
613
+ "grid-cols": ae()
614
+ }],
615
+ /**
616
+ * Grid Column Start / End
617
+ * @see https://tailwindcss.com/docs/grid-column
618
+ */
619
+ "col-start-end": [{
620
+ col: ie()
621
+ }],
622
+ /**
623
+ * Grid Column Start
624
+ * @see https://tailwindcss.com/docs/grid-column
625
+ */
626
+ "col-start": [{
627
+ "col-start": U()
628
+ }],
629
+ /**
630
+ * Grid Column End
631
+ * @see https://tailwindcss.com/docs/grid-column
632
+ */
633
+ "col-end": [{
634
+ "col-end": U()
635
+ }],
636
+ /**
637
+ * Grid Template Rows
638
+ * @see https://tailwindcss.com/docs/grid-template-rows
639
+ */
640
+ "grid-rows": [{
641
+ "grid-rows": ae()
642
+ }],
643
+ /**
644
+ * Grid Row Start / End
645
+ * @see https://tailwindcss.com/docs/grid-row
646
+ */
647
+ "row-start-end": [{
648
+ row: ie()
649
+ }],
650
+ /**
651
+ * Grid Row Start
652
+ * @see https://tailwindcss.com/docs/grid-row
653
+ */
654
+ "row-start": [{
655
+ "row-start": U()
656
+ }],
657
+ /**
658
+ * Grid Row End
659
+ * @see https://tailwindcss.com/docs/grid-row
660
+ */
661
+ "row-end": [{
662
+ "row-end": U()
663
+ }],
664
+ /**
665
+ * Grid Auto Flow
666
+ * @see https://tailwindcss.com/docs/grid-auto-flow
667
+ */
668
+ "grid-flow": [{
669
+ "grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
670
+ }],
671
+ /**
672
+ * Grid Auto Columns
673
+ * @see https://tailwindcss.com/docs/grid-auto-columns
674
+ */
675
+ "auto-cols": [{
676
+ "auto-cols": le()
677
+ }],
678
+ /**
679
+ * Grid Auto Rows
680
+ * @see https://tailwindcss.com/docs/grid-auto-rows
681
+ */
682
+ "auto-rows": [{
683
+ "auto-rows": le()
684
+ }],
685
+ /**
686
+ * Gap
687
+ * @see https://tailwindcss.com/docs/gap
688
+ */
689
+ gap: [{
690
+ gap: c()
691
+ }],
692
+ /**
693
+ * Gap X
694
+ * @see https://tailwindcss.com/docs/gap
695
+ */
696
+ "gap-x": [{
697
+ "gap-x": c()
698
+ }],
699
+ /**
700
+ * Gap Y
701
+ * @see https://tailwindcss.com/docs/gap
702
+ */
703
+ "gap-y": [{
704
+ "gap-y": c()
705
+ }],
706
+ /**
707
+ * Justify Content
708
+ * @see https://tailwindcss.com/docs/justify-content
709
+ */
710
+ "justify-content": [{
711
+ justify: [...Q(), "normal"]
712
+ }],
713
+ /**
714
+ * Justify Items
715
+ * @see https://tailwindcss.com/docs/justify-items
716
+ */
717
+ "justify-items": [{
718
+ "justify-items": [...N(), "normal"]
719
+ }],
720
+ /**
721
+ * Justify Self
722
+ * @see https://tailwindcss.com/docs/justify-self
723
+ */
724
+ "justify-self": [{
725
+ "justify-self": ["auto", ...N()]
726
+ }],
727
+ /**
728
+ * Align Content
729
+ * @see https://tailwindcss.com/docs/align-content
730
+ */
731
+ "align-content": [{
732
+ content: ["normal", ...Q()]
733
+ }],
734
+ /**
735
+ * Align Items
736
+ * @see https://tailwindcss.com/docs/align-items
737
+ */
738
+ "align-items": [{
739
+ items: [...N(), {
740
+ baseline: ["", "last"]
741
+ }]
742
+ }],
743
+ /**
744
+ * Align Self
745
+ * @see https://tailwindcss.com/docs/align-self
746
+ */
747
+ "align-self": [{
748
+ self: ["auto", ...N(), {
749
+ baseline: ["", "last"]
750
+ }]
751
+ }],
752
+ /**
753
+ * Place Content
754
+ * @see https://tailwindcss.com/docs/place-content
755
+ */
756
+ "place-content": [{
757
+ "place-content": Q()
758
+ }],
759
+ /**
760
+ * Place Items
761
+ * @see https://tailwindcss.com/docs/place-items
762
+ */
763
+ "place-items": [{
764
+ "place-items": [...N(), "baseline"]
765
+ }],
766
+ /**
767
+ * Place Self
768
+ * @see https://tailwindcss.com/docs/place-self
769
+ */
770
+ "place-self": [{
771
+ "place-self": ["auto", ...N()]
772
+ }],
773
+ // Spacing
774
+ /**
775
+ * Padding
776
+ * @see https://tailwindcss.com/docs/padding
777
+ */
778
+ p: [{
779
+ p: c()
780
+ }],
781
+ /**
782
+ * Padding X
783
+ * @see https://tailwindcss.com/docs/padding
784
+ */
785
+ px: [{
786
+ px: c()
787
+ }],
788
+ /**
789
+ * Padding Y
790
+ * @see https://tailwindcss.com/docs/padding
791
+ */
792
+ py: [{
793
+ py: c()
794
+ }],
795
+ /**
796
+ * Padding Start
797
+ * @see https://tailwindcss.com/docs/padding
798
+ */
799
+ ps: [{
800
+ ps: c()
801
+ }],
802
+ /**
803
+ * Padding End
804
+ * @see https://tailwindcss.com/docs/padding
805
+ */
806
+ pe: [{
807
+ pe: c()
808
+ }],
809
+ /**
810
+ * Padding Top
811
+ * @see https://tailwindcss.com/docs/padding
812
+ */
813
+ pt: [{
814
+ pt: c()
815
+ }],
816
+ /**
817
+ * Padding Right
818
+ * @see https://tailwindcss.com/docs/padding
819
+ */
820
+ pr: [{
821
+ pr: c()
822
+ }],
823
+ /**
824
+ * Padding Bottom
825
+ * @see https://tailwindcss.com/docs/padding
826
+ */
827
+ pb: [{
828
+ pb: c()
829
+ }],
830
+ /**
831
+ * Padding Left
832
+ * @see https://tailwindcss.com/docs/padding
833
+ */
834
+ pl: [{
835
+ pl: c()
836
+ }],
837
+ /**
838
+ * Margin
839
+ * @see https://tailwindcss.com/docs/margin
840
+ */
841
+ m: [{
842
+ m: z()
843
+ }],
844
+ /**
845
+ * Margin X
846
+ * @see https://tailwindcss.com/docs/margin
847
+ */
848
+ mx: [{
849
+ mx: z()
850
+ }],
851
+ /**
852
+ * Margin Y
853
+ * @see https://tailwindcss.com/docs/margin
854
+ */
855
+ my: [{
856
+ my: z()
857
+ }],
858
+ /**
859
+ * Margin Start
860
+ * @see https://tailwindcss.com/docs/margin
861
+ */
862
+ ms: [{
863
+ ms: z()
864
+ }],
865
+ /**
866
+ * Margin End
867
+ * @see https://tailwindcss.com/docs/margin
868
+ */
869
+ me: [{
870
+ me: z()
871
+ }],
872
+ /**
873
+ * Margin Top
874
+ * @see https://tailwindcss.com/docs/margin
875
+ */
876
+ mt: [{
877
+ mt: z()
878
+ }],
879
+ /**
880
+ * Margin Right
881
+ * @see https://tailwindcss.com/docs/margin
882
+ */
883
+ mr: [{
884
+ mr: z()
885
+ }],
886
+ /**
887
+ * Margin Bottom
888
+ * @see https://tailwindcss.com/docs/margin
889
+ */
890
+ mb: [{
891
+ mb: z()
892
+ }],
893
+ /**
894
+ * Margin Left
895
+ * @see https://tailwindcss.com/docs/margin
896
+ */
897
+ ml: [{
898
+ ml: z()
899
+ }],
900
+ /**
901
+ * Space Between X
902
+ * @see https://tailwindcss.com/docs/margin#adding-space-between-children
903
+ */
904
+ "space-x": [{
905
+ "space-x": c()
906
+ }],
907
+ /**
908
+ * Space Between X Reverse
909
+ * @see https://tailwindcss.com/docs/margin#adding-space-between-children
910
+ */
911
+ "space-x-reverse": ["space-x-reverse"],
912
+ /**
913
+ * Space Between Y
914
+ * @see https://tailwindcss.com/docs/margin#adding-space-between-children
915
+ */
916
+ "space-y": [{
917
+ "space-y": c()
918
+ }],
919
+ /**
920
+ * Space Between Y Reverse
921
+ * @see https://tailwindcss.com/docs/margin#adding-space-between-children
922
+ */
923
+ "space-y-reverse": ["space-y-reverse"],
924
+ // --------------
925
+ // --- Sizing ---
926
+ // --------------
927
+ /**
928
+ * Size
929
+ * @see https://tailwindcss.com/docs/width#setting-both-width-and-height
930
+ */
931
+ size: [{
932
+ size: P()
933
+ }],
934
+ /**
935
+ * Width
936
+ * @see https://tailwindcss.com/docs/width
937
+ */
938
+ w: [{
939
+ w: [u, "screen", ...P()]
940
+ }],
941
+ /**
942
+ * Min-Width
943
+ * @see https://tailwindcss.com/docs/min-width
944
+ */
945
+ "min-w": [{
946
+ "min-w": [
947
+ u,
948
+ "screen",
949
+ /** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
950
+ "none",
951
+ ...P()
952
+ ]
953
+ }],
954
+ /**
955
+ * Max-Width
956
+ * @see https://tailwindcss.com/docs/max-width
957
+ */
958
+ "max-w": [{
959
+ "max-w": [
960
+ u,
961
+ "screen",
962
+ "none",
963
+ /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
964
+ "prose",
965
+ /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
966
+ {
967
+ screen: [l]
968
+ },
969
+ ...P()
970
+ ]
971
+ }],
972
+ /**
973
+ * Height
974
+ * @see https://tailwindcss.com/docs/height
975
+ */
976
+ h: [{
977
+ h: ["screen", "lh", ...P()]
978
+ }],
979
+ /**
980
+ * Min-Height
981
+ * @see https://tailwindcss.com/docs/min-height
982
+ */
983
+ "min-h": [{
984
+ "min-h": ["screen", "lh", "none", ...P()]
985
+ }],
986
+ /**
987
+ * Max-Height
988
+ * @see https://tailwindcss.com/docs/max-height
989
+ */
990
+ "max-h": [{
991
+ "max-h": ["screen", "lh", ...P()]
992
+ }],
993
+ // ------------------
994
+ // --- Typography ---
995
+ // ------------------
996
+ /**
997
+ * Font Size
998
+ * @see https://tailwindcss.com/docs/font-size
999
+ */
1000
+ "font-size": [{
1001
+ text: ["base", r, W, R]
1002
+ }],
1003
+ /**
1004
+ * Font Smoothing
1005
+ * @see https://tailwindcss.com/docs/font-smoothing
1006
+ */
1007
+ "font-smoothing": ["antialiased", "subpixel-antialiased"],
1008
+ /**
1009
+ * Font Style
1010
+ * @see https://tailwindcss.com/docs/font-style
1011
+ */
1012
+ "font-style": ["italic", "not-italic"],
1013
+ /**
1014
+ * Font Weight
1015
+ * @see https://tailwindcss.com/docs/font-weight
1016
+ */
1017
+ "font-weight": [{
1018
+ font: [o, s, oe]
1019
+ }],
1020
+ /**
1021
+ * Font Stretch
1022
+ * @see https://tailwindcss.com/docs/font-stretch
1023
+ */
1024
+ "font-stretch": [{
1025
+ "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ee, t]
1026
+ }],
1027
+ /**
1028
+ * Font Family
1029
+ * @see https://tailwindcss.com/docs/font-family
1030
+ */
1031
+ "font-family": [{
1032
+ font: [to, t, n]
1033
+ }],
1034
+ /**
1035
+ * Font Variant Numeric
1036
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1037
+ */
1038
+ "fvn-normal": ["normal-nums"],
1039
+ /**
1040
+ * Font Variant Numeric
1041
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1042
+ */
1043
+ "fvn-ordinal": ["ordinal"],
1044
+ /**
1045
+ * Font Variant Numeric
1046
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1047
+ */
1048
+ "fvn-slashed-zero": ["slashed-zero"],
1049
+ /**
1050
+ * Font Variant Numeric
1051
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1052
+ */
1053
+ "fvn-figure": ["lining-nums", "oldstyle-nums"],
1054
+ /**
1055
+ * Font Variant Numeric
1056
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1057
+ */
1058
+ "fvn-spacing": ["proportional-nums", "tabular-nums"],
1059
+ /**
1060
+ * Font Variant Numeric
1061
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1062
+ */
1063
+ "fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
1064
+ /**
1065
+ * Letter Spacing
1066
+ * @see https://tailwindcss.com/docs/letter-spacing
1067
+ */
1068
+ tracking: [{
1069
+ tracking: [i, s, t]
1070
+ }],
1071
+ /**
1072
+ * Line Clamp
1073
+ * @see https://tailwindcss.com/docs/line-clamp
1074
+ */
1075
+ "line-clamp": [{
1076
+ "line-clamp": [d, "none", s, oe]
1077
+ }],
1078
+ /**
1079
+ * Line Height
1080
+ * @see https://tailwindcss.com/docs/line-height
1081
+ */
1082
+ leading: [{
1083
+ leading: [
1084
+ /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1085
+ m,
1086
+ ...c()
1087
+ ]
1088
+ }],
1089
+ /**
1090
+ * List Style Image
1091
+ * @see https://tailwindcss.com/docs/list-style-image
1092
+ */
1093
+ "list-image": [{
1094
+ "list-image": ["none", s, t]
1095
+ }],
1096
+ /**
1097
+ * List Style Position
1098
+ * @see https://tailwindcss.com/docs/list-style-position
1099
+ */
1100
+ "list-style-position": [{
1101
+ list: ["inside", "outside"]
1102
+ }],
1103
+ /**
1104
+ * List Style Type
1105
+ * @see https://tailwindcss.com/docs/list-style-type
1106
+ */
1107
+ "list-style-type": [{
1108
+ list: ["disc", "decimal", "none", s, t]
1109
+ }],
1110
+ /**
1111
+ * Text Alignment
1112
+ * @see https://tailwindcss.com/docs/text-align
1113
+ */
1114
+ "text-alignment": [{
1115
+ text: ["left", "center", "right", "justify", "start", "end"]
1116
+ }],
1117
+ /**
1118
+ * Placeholder Color
1119
+ * @deprecated since Tailwind CSS v3.0.0
1120
+ * @see https://v3.tailwindcss.com/docs/placeholder-color
1121
+ */
1122
+ "placeholder-color": [{
1123
+ placeholder: a()
1124
+ }],
1125
+ /**
1126
+ * Text Color
1127
+ * @see https://tailwindcss.com/docs/text-color
1128
+ */
1129
+ "text-color": [{
1130
+ text: a()
1131
+ }],
1132
+ /**
1133
+ * Text Decoration
1134
+ * @see https://tailwindcss.com/docs/text-decoration
1135
+ */
1136
+ "text-decoration": ["underline", "overline", "line-through", "no-underline"],
1137
+ /**
1138
+ * Text Decoration Style
1139
+ * @see https://tailwindcss.com/docs/text-decoration-style
1140
+ */
1141
+ "text-decoration-style": [{
1142
+ decoration: [...q(), "wavy"]
1143
+ }],
1144
+ /**
1145
+ * Text Decoration Thickness
1146
+ * @see https://tailwindcss.com/docs/text-decoration-thickness
1147
+ */
1148
+ "text-decoration-thickness": [{
1149
+ decoration: [d, "from-font", "auto", s, R]
1150
+ }],
1151
+ /**
1152
+ * Text Decoration Color
1153
+ * @see https://tailwindcss.com/docs/text-decoration-color
1154
+ */
1155
+ "text-decoration-color": [{
1156
+ decoration: a()
1157
+ }],
1158
+ /**
1159
+ * Text Underline Offset
1160
+ * @see https://tailwindcss.com/docs/text-underline-offset
1161
+ */
1162
+ "underline-offset": [{
1163
+ "underline-offset": [d, "auto", s, t]
1164
+ }],
1165
+ /**
1166
+ * Text Transform
1167
+ * @see https://tailwindcss.com/docs/text-transform
1168
+ */
1169
+ "text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
1170
+ /**
1171
+ * Text Overflow
1172
+ * @see https://tailwindcss.com/docs/text-overflow
1173
+ */
1174
+ "text-overflow": ["truncate", "text-ellipsis", "text-clip"],
1175
+ /**
1176
+ * Text Wrap
1177
+ * @see https://tailwindcss.com/docs/text-wrap
1178
+ */
1179
+ "text-wrap": [{
1180
+ text: ["wrap", "nowrap", "balance", "pretty"]
1181
+ }],
1182
+ /**
1183
+ * Text Indent
1184
+ * @see https://tailwindcss.com/docs/text-indent
1185
+ */
1186
+ indent: [{
1187
+ indent: c()
1188
+ }],
1189
+ /**
1190
+ * Vertical Alignment
1191
+ * @see https://tailwindcss.com/docs/vertical-align
1192
+ */
1193
+ "vertical-align": [{
1194
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", s, t]
1195
+ }],
1196
+ /**
1197
+ * Whitespace
1198
+ * @see https://tailwindcss.com/docs/whitespace
1199
+ */
1200
+ whitespace: [{
1201
+ whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
1202
+ }],
1203
+ /**
1204
+ * Word Break
1205
+ * @see https://tailwindcss.com/docs/word-break
1206
+ */
1207
+ break: [{
1208
+ break: ["normal", "words", "all", "keep"]
1209
+ }],
1210
+ /**
1211
+ * Overflow Wrap
1212
+ * @see https://tailwindcss.com/docs/overflow-wrap
1213
+ */
1214
+ wrap: [{
1215
+ wrap: ["break-word", "anywhere", "normal"]
1216
+ }],
1217
+ /**
1218
+ * Hyphens
1219
+ * @see https://tailwindcss.com/docs/hyphens
1220
+ */
1221
+ hyphens: [{
1222
+ hyphens: ["none", "manual", "auto"]
1223
+ }],
1224
+ /**
1225
+ * Content
1226
+ * @see https://tailwindcss.com/docs/content
1227
+ */
1228
+ content: [{
1229
+ content: ["none", s, t]
1230
+ }],
1231
+ // -------------------
1232
+ // --- Backgrounds ---
1233
+ // -------------------
1234
+ /**
1235
+ * Background Attachment
1236
+ * @see https://tailwindcss.com/docs/background-attachment
1237
+ */
1238
+ "bg-attachment": [{
1239
+ bg: ["fixed", "local", "scroll"]
1240
+ }],
1241
+ /**
1242
+ * Background Clip
1243
+ * @see https://tailwindcss.com/docs/background-clip
1244
+ */
1245
+ "bg-clip": [{
1246
+ "bg-clip": ["border", "padding", "content", "text"]
1247
+ }],
1248
+ /**
1249
+ * Background Origin
1250
+ * @see https://tailwindcss.com/docs/background-origin
1251
+ */
1252
+ "bg-origin": [{
1253
+ "bg-origin": ["border", "padding", "content"]
1254
+ }],
1255
+ /**
1256
+ * Background Position
1257
+ * @see https://tailwindcss.com/docs/background-position
1258
+ */
1259
+ "bg-position": [{
1260
+ bg: ce()
1261
+ }],
1262
+ /**
1263
+ * Background Repeat
1264
+ * @see https://tailwindcss.com/docs/background-repeat
1265
+ */
1266
+ "bg-repeat": [{
1267
+ bg: de()
1268
+ }],
1269
+ /**
1270
+ * Background Size
1271
+ * @see https://tailwindcss.com/docs/background-size
1272
+ */
1273
+ "bg-size": [{
1274
+ bg: me()
1275
+ }],
1276
+ /**
1277
+ * Background Image
1278
+ * @see https://tailwindcss.com/docs/background-image
1279
+ */
1280
+ "bg-image": [{
1281
+ bg: ["none", {
1282
+ linear: [{
1283
+ to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1284
+ }, S, s, t],
1285
+ radial: ["", s, t],
1286
+ conic: [S, s, t]
1287
+ }, no, ro]
1288
+ }],
1289
+ /**
1290
+ * Background Color
1291
+ * @see https://tailwindcss.com/docs/background-color
1292
+ */
1293
+ "bg-color": [{
1294
+ bg: a()
1295
+ }],
1296
+ /**
1297
+ * Gradient Color Stops From Position
1298
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1299
+ */
1300
+ "gradient-from-pos": [{
1301
+ from: Y()
1302
+ }],
1303
+ /**
1304
+ * Gradient Color Stops Via Position
1305
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1306
+ */
1307
+ "gradient-via-pos": [{
1308
+ via: Y()
1309
+ }],
1310
+ /**
1311
+ * Gradient Color Stops To Position
1312
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1313
+ */
1314
+ "gradient-to-pos": [{
1315
+ to: Y()
1316
+ }],
1317
+ /**
1318
+ * Gradient Color Stops From
1319
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1320
+ */
1321
+ "gradient-from": [{
1322
+ from: a()
1323
+ }],
1324
+ /**
1325
+ * Gradient Color Stops Via
1326
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1327
+ */
1328
+ "gradient-via": [{
1329
+ via: a()
1330
+ }],
1331
+ /**
1332
+ * Gradient Color Stops To
1333
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1334
+ */
1335
+ "gradient-to": [{
1336
+ to: a()
1337
+ }],
1338
+ // ---------------
1339
+ // --- Borders ---
1340
+ // ---------------
1341
+ /**
1342
+ * Border Radius
1343
+ * @see https://tailwindcss.com/docs/border-radius
1344
+ */
1345
+ rounded: [{
1346
+ rounded: x()
1347
+ }],
1348
+ /**
1349
+ * Border Radius Start
1350
+ * @see https://tailwindcss.com/docs/border-radius
1351
+ */
1352
+ "rounded-s": [{
1353
+ "rounded-s": x()
1354
+ }],
1355
+ /**
1356
+ * Border Radius End
1357
+ * @see https://tailwindcss.com/docs/border-radius
1358
+ */
1359
+ "rounded-e": [{
1360
+ "rounded-e": x()
1361
+ }],
1362
+ /**
1363
+ * Border Radius Top
1364
+ * @see https://tailwindcss.com/docs/border-radius
1365
+ */
1366
+ "rounded-t": [{
1367
+ "rounded-t": x()
1368
+ }],
1369
+ /**
1370
+ * Border Radius Right
1371
+ * @see https://tailwindcss.com/docs/border-radius
1372
+ */
1373
+ "rounded-r": [{
1374
+ "rounded-r": x()
1375
+ }],
1376
+ /**
1377
+ * Border Radius Bottom
1378
+ * @see https://tailwindcss.com/docs/border-radius
1379
+ */
1380
+ "rounded-b": [{
1381
+ "rounded-b": x()
1382
+ }],
1383
+ /**
1384
+ * Border Radius Left
1385
+ * @see https://tailwindcss.com/docs/border-radius
1386
+ */
1387
+ "rounded-l": [{
1388
+ "rounded-l": x()
1389
+ }],
1390
+ /**
1391
+ * Border Radius Start Start
1392
+ * @see https://tailwindcss.com/docs/border-radius
1393
+ */
1394
+ "rounded-ss": [{
1395
+ "rounded-ss": x()
1396
+ }],
1397
+ /**
1398
+ * Border Radius Start End
1399
+ * @see https://tailwindcss.com/docs/border-radius
1400
+ */
1401
+ "rounded-se": [{
1402
+ "rounded-se": x()
1403
+ }],
1404
+ /**
1405
+ * Border Radius End End
1406
+ * @see https://tailwindcss.com/docs/border-radius
1407
+ */
1408
+ "rounded-ee": [{
1409
+ "rounded-ee": x()
1410
+ }],
1411
+ /**
1412
+ * Border Radius End Start
1413
+ * @see https://tailwindcss.com/docs/border-radius
1414
+ */
1415
+ "rounded-es": [{
1416
+ "rounded-es": x()
1417
+ }],
1418
+ /**
1419
+ * Border Radius Top Left
1420
+ * @see https://tailwindcss.com/docs/border-radius
1421
+ */
1422
+ "rounded-tl": [{
1423
+ "rounded-tl": x()
1424
+ }],
1425
+ /**
1426
+ * Border Radius Top Right
1427
+ * @see https://tailwindcss.com/docs/border-radius
1428
+ */
1429
+ "rounded-tr": [{
1430
+ "rounded-tr": x()
1431
+ }],
1432
+ /**
1433
+ * Border Radius Bottom Right
1434
+ * @see https://tailwindcss.com/docs/border-radius
1435
+ */
1436
+ "rounded-br": [{
1437
+ "rounded-br": x()
1438
+ }],
1439
+ /**
1440
+ * Border Radius Bottom Left
1441
+ * @see https://tailwindcss.com/docs/border-radius
1442
+ */
1443
+ "rounded-bl": [{
1444
+ "rounded-bl": x()
1445
+ }],
1446
+ /**
1447
+ * Border Width
1448
+ * @see https://tailwindcss.com/docs/border-width
1449
+ */
1450
+ "border-w": [{
1451
+ border: w()
1452
+ }],
1453
+ /**
1454
+ * Border Width X
1455
+ * @see https://tailwindcss.com/docs/border-width
1456
+ */
1457
+ "border-w-x": [{
1458
+ "border-x": w()
1459
+ }],
1460
+ /**
1461
+ * Border Width Y
1462
+ * @see https://tailwindcss.com/docs/border-width
1463
+ */
1464
+ "border-w-y": [{
1465
+ "border-y": w()
1466
+ }],
1467
+ /**
1468
+ * Border Width Start
1469
+ * @see https://tailwindcss.com/docs/border-width
1470
+ */
1471
+ "border-w-s": [{
1472
+ "border-s": w()
1473
+ }],
1474
+ /**
1475
+ * Border Width End
1476
+ * @see https://tailwindcss.com/docs/border-width
1477
+ */
1478
+ "border-w-e": [{
1479
+ "border-e": w()
1480
+ }],
1481
+ /**
1482
+ * Border Width Top
1483
+ * @see https://tailwindcss.com/docs/border-width
1484
+ */
1485
+ "border-w-t": [{
1486
+ "border-t": w()
1487
+ }],
1488
+ /**
1489
+ * Border Width Right
1490
+ * @see https://tailwindcss.com/docs/border-width
1491
+ */
1492
+ "border-w-r": [{
1493
+ "border-r": w()
1494
+ }],
1495
+ /**
1496
+ * Border Width Bottom
1497
+ * @see https://tailwindcss.com/docs/border-width
1498
+ */
1499
+ "border-w-b": [{
1500
+ "border-b": w()
1501
+ }],
1502
+ /**
1503
+ * Border Width Left
1504
+ * @see https://tailwindcss.com/docs/border-width
1505
+ */
1506
+ "border-w-l": [{
1507
+ "border-l": w()
1508
+ }],
1509
+ /**
1510
+ * Divide Width X
1511
+ * @see https://tailwindcss.com/docs/border-width#between-children
1512
+ */
1513
+ "divide-x": [{
1514
+ "divide-x": w()
1515
+ }],
1516
+ /**
1517
+ * Divide Width X Reverse
1518
+ * @see https://tailwindcss.com/docs/border-width#between-children
1519
+ */
1520
+ "divide-x-reverse": ["divide-x-reverse"],
1521
+ /**
1522
+ * Divide Width Y
1523
+ * @see https://tailwindcss.com/docs/border-width#between-children
1524
+ */
1525
+ "divide-y": [{
1526
+ "divide-y": w()
1527
+ }],
1528
+ /**
1529
+ * Divide Width Y Reverse
1530
+ * @see https://tailwindcss.com/docs/border-width#between-children
1531
+ */
1532
+ "divide-y-reverse": ["divide-y-reverse"],
1533
+ /**
1534
+ * Border Style
1535
+ * @see https://tailwindcss.com/docs/border-style
1536
+ */
1537
+ "border-style": [{
1538
+ border: [...q(), "hidden", "none"]
1539
+ }],
1540
+ /**
1541
+ * Divide Style
1542
+ * @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
1543
+ */
1544
+ "divide-style": [{
1545
+ divide: [...q(), "hidden", "none"]
1546
+ }],
1547
+ /**
1548
+ * Border Color
1549
+ * @see https://tailwindcss.com/docs/border-color
1550
+ */
1551
+ "border-color": [{
1552
+ border: a()
1553
+ }],
1554
+ /**
1555
+ * Border Color X
1556
+ * @see https://tailwindcss.com/docs/border-color
1557
+ */
1558
+ "border-color-x": [{
1559
+ "border-x": a()
1560
+ }],
1561
+ /**
1562
+ * Border Color Y
1563
+ * @see https://tailwindcss.com/docs/border-color
1564
+ */
1565
+ "border-color-y": [{
1566
+ "border-y": a()
1567
+ }],
1568
+ /**
1569
+ * Border Color S
1570
+ * @see https://tailwindcss.com/docs/border-color
1571
+ */
1572
+ "border-color-s": [{
1573
+ "border-s": a()
1574
+ }],
1575
+ /**
1576
+ * Border Color E
1577
+ * @see https://tailwindcss.com/docs/border-color
1578
+ */
1579
+ "border-color-e": [{
1580
+ "border-e": a()
1581
+ }],
1582
+ /**
1583
+ * Border Color Top
1584
+ * @see https://tailwindcss.com/docs/border-color
1585
+ */
1586
+ "border-color-t": [{
1587
+ "border-t": a()
1588
+ }],
1589
+ /**
1590
+ * Border Color Right
1591
+ * @see https://tailwindcss.com/docs/border-color
1592
+ */
1593
+ "border-color-r": [{
1594
+ "border-r": a()
1595
+ }],
1596
+ /**
1597
+ * Border Color Bottom
1598
+ * @see https://tailwindcss.com/docs/border-color
1599
+ */
1600
+ "border-color-b": [{
1601
+ "border-b": a()
1602
+ }],
1603
+ /**
1604
+ * Border Color Left
1605
+ * @see https://tailwindcss.com/docs/border-color
1606
+ */
1607
+ "border-color-l": [{
1608
+ "border-l": a()
1609
+ }],
1610
+ /**
1611
+ * Divide Color
1612
+ * @see https://tailwindcss.com/docs/divide-color
1613
+ */
1614
+ "divide-color": [{
1615
+ divide: a()
1616
+ }],
1617
+ /**
1618
+ * Outline Style
1619
+ * @see https://tailwindcss.com/docs/outline-style
1620
+ */
1621
+ "outline-style": [{
1622
+ outline: [...q(), "none", "hidden"]
1623
+ }],
1624
+ /**
1625
+ * Outline Offset
1626
+ * @see https://tailwindcss.com/docs/outline-offset
1627
+ */
1628
+ "outline-offset": [{
1629
+ "outline-offset": [d, s, t]
1630
+ }],
1631
+ /**
1632
+ * Outline Width
1633
+ * @see https://tailwindcss.com/docs/outline-width
1634
+ */
1635
+ "outline-w": [{
1636
+ outline: ["", d, W, R]
1637
+ }],
1638
+ /**
1639
+ * Outline Color
1640
+ * @see https://tailwindcss.com/docs/outline-color
1641
+ */
1642
+ "outline-color": [{
1643
+ outline: a()
1644
+ }],
1645
+ // ---------------
1646
+ // --- Effects ---
1647
+ // ---------------
1648
+ /**
1649
+ * Box Shadow
1650
+ * @see https://tailwindcss.com/docs/box-shadow
1651
+ */
1652
+ shadow: [{
1653
+ shadow: [
1654
+ // Deprecated since Tailwind CSS v4.0.0
1655
+ "",
1656
+ "none",
1657
+ h,
1658
+ K,
1659
+ D
1660
+ ]
1661
+ }],
1662
+ /**
1663
+ * Box Shadow Color
1664
+ * @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
1665
+ */
1666
+ "shadow-color": [{
1667
+ shadow: a()
1668
+ }],
1669
+ /**
1670
+ * Inset Box Shadow
1671
+ * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
1672
+ */
1673
+ "inset-shadow": [{
1674
+ "inset-shadow": ["none", M, K, D]
1675
+ }],
1676
+ /**
1677
+ * Inset Box Shadow Color
1678
+ * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
1679
+ */
1680
+ "inset-shadow-color": [{
1681
+ "inset-shadow": a()
1682
+ }],
1683
+ /**
1684
+ * Ring Width
1685
+ * @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
1686
+ */
1687
+ "ring-w": [{
1688
+ ring: w()
1689
+ }],
1690
+ /**
1691
+ * Ring Width Inset
1692
+ * @see https://v3.tailwindcss.com/docs/ring-width#inset-rings
1693
+ * @deprecated since Tailwind CSS v4.0.0
1694
+ * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1695
+ */
1696
+ "ring-w-inset": ["ring-inset"],
1697
+ /**
1698
+ * Ring Color
1699
+ * @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
1700
+ */
1701
+ "ring-color": [{
1702
+ ring: a()
1703
+ }],
1704
+ /**
1705
+ * Ring Offset Width
1706
+ * @see https://v3.tailwindcss.com/docs/ring-offset-width
1707
+ * @deprecated since Tailwind CSS v4.0.0
1708
+ * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1709
+ */
1710
+ "ring-offset-w": [{
1711
+ "ring-offset": [d, R]
1712
+ }],
1713
+ /**
1714
+ * Ring Offset Color
1715
+ * @see https://v3.tailwindcss.com/docs/ring-offset-color
1716
+ * @deprecated since Tailwind CSS v4.0.0
1717
+ * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1718
+ */
1719
+ "ring-offset-color": [{
1720
+ "ring-offset": a()
1721
+ }],
1722
+ /**
1723
+ * Inset Ring Width
1724
+ * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
1725
+ */
1726
+ "inset-ring-w": [{
1727
+ "inset-ring": w()
1728
+ }],
1729
+ /**
1730
+ * Inset Ring Color
1731
+ * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
1732
+ */
1733
+ "inset-ring-color": [{
1734
+ "inset-ring": a()
1735
+ }],
1736
+ /**
1737
+ * Text Shadow
1738
+ * @see https://tailwindcss.com/docs/text-shadow
1739
+ */
1740
+ "text-shadow": [{
1741
+ "text-shadow": ["none", O, K, D]
1742
+ }],
1743
+ /**
1744
+ * Text Shadow Color
1745
+ * @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
1746
+ */
1747
+ "text-shadow-color": [{
1748
+ "text-shadow": a()
1749
+ }],
1750
+ /**
1751
+ * Opacity
1752
+ * @see https://tailwindcss.com/docs/opacity
1753
+ */
1754
+ opacity: [{
1755
+ opacity: [d, s, t]
1756
+ }],
1757
+ /**
1758
+ * Mix Blend Mode
1759
+ * @see https://tailwindcss.com/docs/mix-blend-mode
1760
+ */
1761
+ "mix-blend": [{
1762
+ "mix-blend": [...pe(), "plus-darker", "plus-lighter"]
1763
+ }],
1764
+ /**
1765
+ * Background Blend Mode
1766
+ * @see https://tailwindcss.com/docs/background-blend-mode
1767
+ */
1768
+ "bg-blend": [{
1769
+ "bg-blend": pe()
1770
+ }],
1771
+ /**
1772
+ * Mask Clip
1773
+ * @see https://tailwindcss.com/docs/mask-clip
1774
+ */
1775
+ "mask-clip": [{
1776
+ "mask-clip": ["border", "padding", "content", "fill", "stroke", "view"]
1777
+ }, "mask-no-clip"],
1778
+ /**
1779
+ * Mask Composite
1780
+ * @see https://tailwindcss.com/docs/mask-composite
1781
+ */
1782
+ "mask-composite": [{
1783
+ mask: ["add", "subtract", "intersect", "exclude"]
1784
+ }],
1785
+ /**
1786
+ * Mask Image
1787
+ * @see https://tailwindcss.com/docs/mask-image
1788
+ */
1789
+ "mask-image-linear-pos": [{
1790
+ "mask-linear": [d]
1791
+ }],
1792
+ "mask-image-linear-from-pos": [{
1793
+ "mask-linear-from": b()
1794
+ }],
1795
+ "mask-image-linear-to-pos": [{
1796
+ "mask-linear-to": b()
1797
+ }],
1798
+ "mask-image-linear-from-color": [{
1799
+ "mask-linear-from": a()
1800
+ }],
1801
+ "mask-image-linear-to-color": [{
1802
+ "mask-linear-to": a()
1803
+ }],
1804
+ "mask-image-t-from-pos": [{
1805
+ "mask-t-from": b()
1806
+ }],
1807
+ "mask-image-t-to-pos": [{
1808
+ "mask-t-to": b()
1809
+ }],
1810
+ "mask-image-t-from-color": [{
1811
+ "mask-t-from": a()
1812
+ }],
1813
+ "mask-image-t-to-color": [{
1814
+ "mask-t-to": a()
1815
+ }],
1816
+ "mask-image-r-from-pos": [{
1817
+ "mask-r-from": b()
1818
+ }],
1819
+ "mask-image-r-to-pos": [{
1820
+ "mask-r-to": b()
1821
+ }],
1822
+ "mask-image-r-from-color": [{
1823
+ "mask-r-from": a()
1824
+ }],
1825
+ "mask-image-r-to-color": [{
1826
+ "mask-r-to": a()
1827
+ }],
1828
+ "mask-image-b-from-pos": [{
1829
+ "mask-b-from": b()
1830
+ }],
1831
+ "mask-image-b-to-pos": [{
1832
+ "mask-b-to": b()
1833
+ }],
1834
+ "mask-image-b-from-color": [{
1835
+ "mask-b-from": a()
1836
+ }],
1837
+ "mask-image-b-to-color": [{
1838
+ "mask-b-to": a()
1839
+ }],
1840
+ "mask-image-l-from-pos": [{
1841
+ "mask-l-from": b()
1842
+ }],
1843
+ "mask-image-l-to-pos": [{
1844
+ "mask-l-to": b()
1845
+ }],
1846
+ "mask-image-l-from-color": [{
1847
+ "mask-l-from": a()
1848
+ }],
1849
+ "mask-image-l-to-color": [{
1850
+ "mask-l-to": a()
1851
+ }],
1852
+ "mask-image-x-from-pos": [{
1853
+ "mask-x-from": b()
1854
+ }],
1855
+ "mask-image-x-to-pos": [{
1856
+ "mask-x-to": b()
1857
+ }],
1858
+ "mask-image-x-from-color": [{
1859
+ "mask-x-from": a()
1860
+ }],
1861
+ "mask-image-x-to-color": [{
1862
+ "mask-x-to": a()
1863
+ }],
1864
+ "mask-image-y-from-pos": [{
1865
+ "mask-y-from": b()
1866
+ }],
1867
+ "mask-image-y-to-pos": [{
1868
+ "mask-y-to": b()
1869
+ }],
1870
+ "mask-image-y-from-color": [{
1871
+ "mask-y-from": a()
1872
+ }],
1873
+ "mask-image-y-to-color": [{
1874
+ "mask-y-to": a()
1875
+ }],
1876
+ "mask-image-radial": [{
1877
+ "mask-radial": [s, t]
1878
+ }],
1879
+ "mask-image-radial-from-pos": [{
1880
+ "mask-radial-from": b()
1881
+ }],
1882
+ "mask-image-radial-to-pos": [{
1883
+ "mask-radial-to": b()
1884
+ }],
1885
+ "mask-image-radial-from-color": [{
1886
+ "mask-radial-from": a()
1887
+ }],
1888
+ "mask-image-radial-to-color": [{
1889
+ "mask-radial-to": a()
1890
+ }],
1891
+ "mask-image-radial-shape": [{
1892
+ "mask-radial": ["circle", "ellipse"]
1893
+ }],
1894
+ "mask-image-radial-size": [{
1895
+ "mask-radial": [{
1896
+ closest: ["side", "corner"],
1897
+ farthest: ["side", "corner"]
1898
+ }]
1899
+ }],
1900
+ "mask-image-radial-pos": [{
1901
+ "mask-radial-at": T()
1902
+ }],
1903
+ "mask-image-conic-pos": [{
1904
+ "mask-conic": [d]
1905
+ }],
1906
+ "mask-image-conic-from-pos": [{
1907
+ "mask-conic-from": b()
1908
+ }],
1909
+ "mask-image-conic-to-pos": [{
1910
+ "mask-conic-to": b()
1911
+ }],
1912
+ "mask-image-conic-from-color": [{
1913
+ "mask-conic-from": a()
1914
+ }],
1915
+ "mask-image-conic-to-color": [{
1916
+ "mask-conic-to": a()
1917
+ }],
1918
+ /**
1919
+ * Mask Mode
1920
+ * @see https://tailwindcss.com/docs/mask-mode
1921
+ */
1922
+ "mask-mode": [{
1923
+ mask: ["alpha", "luminance", "match"]
1924
+ }],
1925
+ /**
1926
+ * Mask Origin
1927
+ * @see https://tailwindcss.com/docs/mask-origin
1928
+ */
1929
+ "mask-origin": [{
1930
+ "mask-origin": ["border", "padding", "content", "fill", "stroke", "view"]
1931
+ }],
1932
+ /**
1933
+ * Mask Position
1934
+ * @see https://tailwindcss.com/docs/mask-position
1935
+ */
1936
+ "mask-position": [{
1937
+ mask: ce()
1938
+ }],
1939
+ /**
1940
+ * Mask Repeat
1941
+ * @see https://tailwindcss.com/docs/mask-repeat
1942
+ */
1943
+ "mask-repeat": [{
1944
+ mask: de()
1945
+ }],
1946
+ /**
1947
+ * Mask Size
1948
+ * @see https://tailwindcss.com/docs/mask-size
1949
+ */
1950
+ "mask-size": [{
1951
+ mask: me()
1952
+ }],
1953
+ /**
1954
+ * Mask Type
1955
+ * @see https://tailwindcss.com/docs/mask-type
1956
+ */
1957
+ "mask-type": [{
1958
+ "mask-type": ["alpha", "luminance"]
1959
+ }],
1960
+ /**
1961
+ * Mask Image
1962
+ * @see https://tailwindcss.com/docs/mask-image
1963
+ */
1964
+ "mask-image": [{
1965
+ mask: ["none", s, t]
1966
+ }],
1967
+ // ---------------
1968
+ // --- Filters ---
1969
+ // ---------------
1970
+ /**
1971
+ * Filter
1972
+ * @see https://tailwindcss.com/docs/filter
1973
+ */
1974
+ filter: [{
1975
+ filter: [
1976
+ // Deprecated since Tailwind CSS v3.0.0
1977
+ "",
1978
+ "none",
1979
+ s,
1980
+ t
1981
+ ]
1982
+ }],
1983
+ /**
1984
+ * Blur
1985
+ * @see https://tailwindcss.com/docs/blur
1986
+ */
1987
+ blur: [{
1988
+ blur: ue()
1989
+ }],
1990
+ /**
1991
+ * Brightness
1992
+ * @see https://tailwindcss.com/docs/brightness
1993
+ */
1994
+ brightness: [{
1995
+ brightness: [d, s, t]
1996
+ }],
1997
+ /**
1998
+ * Contrast
1999
+ * @see https://tailwindcss.com/docs/contrast
2000
+ */
2001
+ contrast: [{
2002
+ contrast: [d, s, t]
2003
+ }],
2004
+ /**
2005
+ * Drop Shadow
2006
+ * @see https://tailwindcss.com/docs/drop-shadow
2007
+ */
2008
+ "drop-shadow": [{
2009
+ "drop-shadow": [
2010
+ // Deprecated since Tailwind CSS v4.0.0
2011
+ "",
2012
+ "none",
2013
+ F,
2014
+ K,
2015
+ D
2016
+ ]
2017
+ }],
2018
+ /**
2019
+ * Drop Shadow Color
2020
+ * @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
2021
+ */
2022
+ "drop-shadow-color": [{
2023
+ "drop-shadow": a()
2024
+ }],
2025
+ /**
2026
+ * Grayscale
2027
+ * @see https://tailwindcss.com/docs/grayscale
2028
+ */
2029
+ grayscale: [{
2030
+ grayscale: ["", d, s, t]
2031
+ }],
2032
+ /**
2033
+ * Hue Rotate
2034
+ * @see https://tailwindcss.com/docs/hue-rotate
2035
+ */
2036
+ "hue-rotate": [{
2037
+ "hue-rotate": [d, s, t]
2038
+ }],
2039
+ /**
2040
+ * Invert
2041
+ * @see https://tailwindcss.com/docs/invert
2042
+ */
2043
+ invert: [{
2044
+ invert: ["", d, s, t]
2045
+ }],
2046
+ /**
2047
+ * Saturate
2048
+ * @see https://tailwindcss.com/docs/saturate
2049
+ */
2050
+ saturate: [{
2051
+ saturate: [d, s, t]
2052
+ }],
2053
+ /**
2054
+ * Sepia
2055
+ * @see https://tailwindcss.com/docs/sepia
2056
+ */
2057
+ sepia: [{
2058
+ sepia: ["", d, s, t]
2059
+ }],
2060
+ /**
2061
+ * Backdrop Filter
2062
+ * @see https://tailwindcss.com/docs/backdrop-filter
2063
+ */
2064
+ "backdrop-filter": [{
2065
+ "backdrop-filter": [
2066
+ // Deprecated since Tailwind CSS v3.0.0
2067
+ "",
2068
+ "none",
2069
+ s,
2070
+ t
2071
+ ]
2072
+ }],
2073
+ /**
2074
+ * Backdrop Blur
2075
+ * @see https://tailwindcss.com/docs/backdrop-blur
2076
+ */
2077
+ "backdrop-blur": [{
2078
+ "backdrop-blur": ue()
2079
+ }],
2080
+ /**
2081
+ * Backdrop Brightness
2082
+ * @see https://tailwindcss.com/docs/backdrop-brightness
2083
+ */
2084
+ "backdrop-brightness": [{
2085
+ "backdrop-brightness": [d, s, t]
2086
+ }],
2087
+ /**
2088
+ * Backdrop Contrast
2089
+ * @see https://tailwindcss.com/docs/backdrop-contrast
2090
+ */
2091
+ "backdrop-contrast": [{
2092
+ "backdrop-contrast": [d, s, t]
2093
+ }],
2094
+ /**
2095
+ * Backdrop Grayscale
2096
+ * @see https://tailwindcss.com/docs/backdrop-grayscale
2097
+ */
2098
+ "backdrop-grayscale": [{
2099
+ "backdrop-grayscale": ["", d, s, t]
2100
+ }],
2101
+ /**
2102
+ * Backdrop Hue Rotate
2103
+ * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2104
+ */
2105
+ "backdrop-hue-rotate": [{
2106
+ "backdrop-hue-rotate": [d, s, t]
2107
+ }],
2108
+ /**
2109
+ * Backdrop Invert
2110
+ * @see https://tailwindcss.com/docs/backdrop-invert
2111
+ */
2112
+ "backdrop-invert": [{
2113
+ "backdrop-invert": ["", d, s, t]
2114
+ }],
2115
+ /**
2116
+ * Backdrop Opacity
2117
+ * @see https://tailwindcss.com/docs/backdrop-opacity
2118
+ */
2119
+ "backdrop-opacity": [{
2120
+ "backdrop-opacity": [d, s, t]
2121
+ }],
2122
+ /**
2123
+ * Backdrop Saturate
2124
+ * @see https://tailwindcss.com/docs/backdrop-saturate
2125
+ */
2126
+ "backdrop-saturate": [{
2127
+ "backdrop-saturate": [d, s, t]
2128
+ }],
2129
+ /**
2130
+ * Backdrop Sepia
2131
+ * @see https://tailwindcss.com/docs/backdrop-sepia
2132
+ */
2133
+ "backdrop-sepia": [{
2134
+ "backdrop-sepia": ["", d, s, t]
2135
+ }],
2136
+ // --------------
2137
+ // --- Tables ---
2138
+ // --------------
2139
+ /**
2140
+ * Border Collapse
2141
+ * @see https://tailwindcss.com/docs/border-collapse
2142
+ */
2143
+ "border-collapse": [{
2144
+ border: ["collapse", "separate"]
2145
+ }],
2146
+ /**
2147
+ * Border Spacing
2148
+ * @see https://tailwindcss.com/docs/border-spacing
2149
+ */
2150
+ "border-spacing": [{
2151
+ "border-spacing": c()
2152
+ }],
2153
+ /**
2154
+ * Border Spacing X
2155
+ * @see https://tailwindcss.com/docs/border-spacing
2156
+ */
2157
+ "border-spacing-x": [{
2158
+ "border-spacing-x": c()
2159
+ }],
2160
+ /**
2161
+ * Border Spacing Y
2162
+ * @see https://tailwindcss.com/docs/border-spacing
2163
+ */
2164
+ "border-spacing-y": [{
2165
+ "border-spacing-y": c()
2166
+ }],
2167
+ /**
2168
+ * Table Layout
2169
+ * @see https://tailwindcss.com/docs/table-layout
2170
+ */
2171
+ "table-layout": [{
2172
+ table: ["auto", "fixed"]
2173
+ }],
2174
+ /**
2175
+ * Caption Side
2176
+ * @see https://tailwindcss.com/docs/caption-side
2177
+ */
2178
+ caption: [{
2179
+ caption: ["top", "bottom"]
2180
+ }],
2181
+ // ---------------------------------
2182
+ // --- Transitions and Animation ---
2183
+ // ---------------------------------
2184
+ /**
2185
+ * Transition Property
2186
+ * @see https://tailwindcss.com/docs/transition-property
2187
+ */
2188
+ transition: [{
2189
+ transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", s, t]
2190
+ }],
2191
+ /**
2192
+ * Transition Behavior
2193
+ * @see https://tailwindcss.com/docs/transition-behavior
2194
+ */
2195
+ "transition-behavior": [{
2196
+ transition: ["normal", "discrete"]
2197
+ }],
2198
+ /**
2199
+ * Transition Duration
2200
+ * @see https://tailwindcss.com/docs/transition-duration
2201
+ */
2202
+ duration: [{
2203
+ duration: [d, "initial", s, t]
2204
+ }],
2205
+ /**
2206
+ * Transition Timing Function
2207
+ * @see https://tailwindcss.com/docs/transition-timing-function
2208
+ */
2209
+ ease: [{
2210
+ ease: ["linear", "initial", A, s, t]
2211
+ }],
2212
+ /**
2213
+ * Transition Delay
2214
+ * @see https://tailwindcss.com/docs/transition-delay
2215
+ */
2216
+ delay: [{
2217
+ delay: [d, s, t]
2218
+ }],
2219
+ /**
2220
+ * Animation
2221
+ * @see https://tailwindcss.com/docs/animation
2222
+ */
2223
+ animate: [{
2224
+ animate: ["none", $, s, t]
2225
+ }],
2226
+ // ------------------
2227
+ // --- Transforms ---
2228
+ // ------------------
2229
+ /**
2230
+ * Backface Visibility
2231
+ * @see https://tailwindcss.com/docs/backface-visibility
2232
+ */
2233
+ backface: [{
2234
+ backface: ["hidden", "visible"]
2235
+ }],
2236
+ /**
2237
+ * Perspective
2238
+ * @see https://tailwindcss.com/docs/perspective
2239
+ */
2240
+ perspective: [{
2241
+ perspective: [y, s, t]
2242
+ }],
2243
+ /**
2244
+ * Perspective Origin
2245
+ * @see https://tailwindcss.com/docs/perspective-origin
2246
+ */
2247
+ "perspective-origin": [{
2248
+ "perspective-origin": E()
2249
+ }],
2250
+ /**
2251
+ * Rotate
2252
+ * @see https://tailwindcss.com/docs/rotate
2253
+ */
2254
+ rotate: [{
2255
+ rotate: H()
2256
+ }],
2257
+ /**
2258
+ * Rotate X
2259
+ * @see https://tailwindcss.com/docs/rotate
2260
+ */
2261
+ "rotate-x": [{
2262
+ "rotate-x": H()
2263
+ }],
2264
+ /**
2265
+ * Rotate Y
2266
+ * @see https://tailwindcss.com/docs/rotate
2267
+ */
2268
+ "rotate-y": [{
2269
+ "rotate-y": H()
2270
+ }],
2271
+ /**
2272
+ * Rotate Z
2273
+ * @see https://tailwindcss.com/docs/rotate
2274
+ */
2275
+ "rotate-z": [{
2276
+ "rotate-z": H()
2277
+ }],
2278
+ /**
2279
+ * Scale
2280
+ * @see https://tailwindcss.com/docs/scale
2281
+ */
2282
+ scale: [{
2283
+ scale: J()
2284
+ }],
2285
+ /**
2286
+ * Scale X
2287
+ * @see https://tailwindcss.com/docs/scale
2288
+ */
2289
+ "scale-x": [{
2290
+ "scale-x": J()
2291
+ }],
2292
+ /**
2293
+ * Scale Y
2294
+ * @see https://tailwindcss.com/docs/scale
2295
+ */
2296
+ "scale-y": [{
2297
+ "scale-y": J()
2298
+ }],
2299
+ /**
2300
+ * Scale Z
2301
+ * @see https://tailwindcss.com/docs/scale
2302
+ */
2303
+ "scale-z": [{
2304
+ "scale-z": J()
2305
+ }],
2306
+ /**
2307
+ * Scale 3D
2308
+ * @see https://tailwindcss.com/docs/scale
2309
+ */
2310
+ "scale-3d": ["scale-3d"],
2311
+ /**
2312
+ * Skew
2313
+ * @see https://tailwindcss.com/docs/skew
2314
+ */
2315
+ skew: [{
2316
+ skew: Z()
2317
+ }],
2318
+ /**
2319
+ * Skew X
2320
+ * @see https://tailwindcss.com/docs/skew
2321
+ */
2322
+ "skew-x": [{
2323
+ "skew-x": Z()
2324
+ }],
2325
+ /**
2326
+ * Skew Y
2327
+ * @see https://tailwindcss.com/docs/skew
2328
+ */
2329
+ "skew-y": [{
2330
+ "skew-y": Z()
2331
+ }],
2332
+ /**
2333
+ * Transform
2334
+ * @see https://tailwindcss.com/docs/transform
2335
+ */
2336
+ transform: [{
2337
+ transform: [s, t, "", "none", "gpu", "cpu"]
2338
+ }],
2339
+ /**
2340
+ * Transform Origin
2341
+ * @see https://tailwindcss.com/docs/transform-origin
2342
+ */
2343
+ "transform-origin": [{
2344
+ origin: E()
2345
+ }],
2346
+ /**
2347
+ * Transform Style
2348
+ * @see https://tailwindcss.com/docs/transform-style
2349
+ */
2350
+ "transform-style": [{
2351
+ transform: ["3d", "flat"]
2352
+ }],
2353
+ /**
2354
+ * Translate
2355
+ * @see https://tailwindcss.com/docs/translate
2356
+ */
2357
+ translate: [{
2358
+ translate: X()
2359
+ }],
2360
+ /**
2361
+ * Translate X
2362
+ * @see https://tailwindcss.com/docs/translate
2363
+ */
2364
+ "translate-x": [{
2365
+ "translate-x": X()
2366
+ }],
2367
+ /**
2368
+ * Translate Y
2369
+ * @see https://tailwindcss.com/docs/translate
2370
+ */
2371
+ "translate-y": [{
2372
+ "translate-y": X()
2373
+ }],
2374
+ /**
2375
+ * Translate Z
2376
+ * @see https://tailwindcss.com/docs/translate
2377
+ */
2378
+ "translate-z": [{
2379
+ "translate-z": X()
2380
+ }],
2381
+ /**
2382
+ * Translate None
2383
+ * @see https://tailwindcss.com/docs/translate
2384
+ */
2385
+ "translate-none": ["translate-none"],
2386
+ // ---------------------
2387
+ // --- Interactivity ---
2388
+ // ---------------------
2389
+ /**
2390
+ * Accent Color
2391
+ * @see https://tailwindcss.com/docs/accent-color
2392
+ */
2393
+ accent: [{
2394
+ accent: a()
2395
+ }],
2396
+ /**
2397
+ * Appearance
2398
+ * @see https://tailwindcss.com/docs/appearance
2399
+ */
2400
+ appearance: [{
2401
+ appearance: ["none", "auto"]
2402
+ }],
2403
+ /**
2404
+ * Caret Color
2405
+ * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2406
+ */
2407
+ "caret-color": [{
2408
+ caret: a()
2409
+ }],
2410
+ /**
2411
+ * Color Scheme
2412
+ * @see https://tailwindcss.com/docs/color-scheme
2413
+ */
2414
+ "color-scheme": [{
2415
+ scheme: ["normal", "dark", "light", "light-dark", "only-dark", "only-light"]
2416
+ }],
2417
+ /**
2418
+ * Cursor
2419
+ * @see https://tailwindcss.com/docs/cursor
2420
+ */
2421
+ cursor: [{
2422
+ 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", s, t]
2423
+ }],
2424
+ /**
2425
+ * Field Sizing
2426
+ * @see https://tailwindcss.com/docs/field-sizing
2427
+ */
2428
+ "field-sizing": [{
2429
+ "field-sizing": ["fixed", "content"]
2430
+ }],
2431
+ /**
2432
+ * Pointer Events
2433
+ * @see https://tailwindcss.com/docs/pointer-events
2434
+ */
2435
+ "pointer-events": [{
2436
+ "pointer-events": ["auto", "none"]
2437
+ }],
2438
+ /**
2439
+ * Resize
2440
+ * @see https://tailwindcss.com/docs/resize
2441
+ */
2442
+ resize: [{
2443
+ resize: ["none", "", "y", "x"]
2444
+ }],
2445
+ /**
2446
+ * Scroll Behavior
2447
+ * @see https://tailwindcss.com/docs/scroll-behavior
2448
+ */
2449
+ "scroll-behavior": [{
2450
+ scroll: ["auto", "smooth"]
2451
+ }],
2452
+ /**
2453
+ * Scroll Margin
2454
+ * @see https://tailwindcss.com/docs/scroll-margin
2455
+ */
2456
+ "scroll-m": [{
2457
+ "scroll-m": c()
2458
+ }],
2459
+ /**
2460
+ * Scroll Margin X
2461
+ * @see https://tailwindcss.com/docs/scroll-margin
2462
+ */
2463
+ "scroll-mx": [{
2464
+ "scroll-mx": c()
2465
+ }],
2466
+ /**
2467
+ * Scroll Margin Y
2468
+ * @see https://tailwindcss.com/docs/scroll-margin
2469
+ */
2470
+ "scroll-my": [{
2471
+ "scroll-my": c()
2472
+ }],
2473
+ /**
2474
+ * Scroll Margin Start
2475
+ * @see https://tailwindcss.com/docs/scroll-margin
2476
+ */
2477
+ "scroll-ms": [{
2478
+ "scroll-ms": c()
2479
+ }],
2480
+ /**
2481
+ * Scroll Margin End
2482
+ * @see https://tailwindcss.com/docs/scroll-margin
2483
+ */
2484
+ "scroll-me": [{
2485
+ "scroll-me": c()
2486
+ }],
2487
+ /**
2488
+ * Scroll Margin Top
2489
+ * @see https://tailwindcss.com/docs/scroll-margin
2490
+ */
2491
+ "scroll-mt": [{
2492
+ "scroll-mt": c()
2493
+ }],
2494
+ /**
2495
+ * Scroll Margin Right
2496
+ * @see https://tailwindcss.com/docs/scroll-margin
2497
+ */
2498
+ "scroll-mr": [{
2499
+ "scroll-mr": c()
2500
+ }],
2501
+ /**
2502
+ * Scroll Margin Bottom
2503
+ * @see https://tailwindcss.com/docs/scroll-margin
2504
+ */
2505
+ "scroll-mb": [{
2506
+ "scroll-mb": c()
2507
+ }],
2508
+ /**
2509
+ * Scroll Margin Left
2510
+ * @see https://tailwindcss.com/docs/scroll-margin
2511
+ */
2512
+ "scroll-ml": [{
2513
+ "scroll-ml": c()
2514
+ }],
2515
+ /**
2516
+ * Scroll Padding
2517
+ * @see https://tailwindcss.com/docs/scroll-padding
2518
+ */
2519
+ "scroll-p": [{
2520
+ "scroll-p": c()
2521
+ }],
2522
+ /**
2523
+ * Scroll Padding X
2524
+ * @see https://tailwindcss.com/docs/scroll-padding
2525
+ */
2526
+ "scroll-px": [{
2527
+ "scroll-px": c()
2528
+ }],
2529
+ /**
2530
+ * Scroll Padding Y
2531
+ * @see https://tailwindcss.com/docs/scroll-padding
2532
+ */
2533
+ "scroll-py": [{
2534
+ "scroll-py": c()
2535
+ }],
2536
+ /**
2537
+ * Scroll Padding Start
2538
+ * @see https://tailwindcss.com/docs/scroll-padding
2539
+ */
2540
+ "scroll-ps": [{
2541
+ "scroll-ps": c()
2542
+ }],
2543
+ /**
2544
+ * Scroll Padding End
2545
+ * @see https://tailwindcss.com/docs/scroll-padding
2546
+ */
2547
+ "scroll-pe": [{
2548
+ "scroll-pe": c()
2549
+ }],
2550
+ /**
2551
+ * Scroll Padding Top
2552
+ * @see https://tailwindcss.com/docs/scroll-padding
2553
+ */
2554
+ "scroll-pt": [{
2555
+ "scroll-pt": c()
2556
+ }],
2557
+ /**
2558
+ * Scroll Padding Right
2559
+ * @see https://tailwindcss.com/docs/scroll-padding
2560
+ */
2561
+ "scroll-pr": [{
2562
+ "scroll-pr": c()
2563
+ }],
2564
+ /**
2565
+ * Scroll Padding Bottom
2566
+ * @see https://tailwindcss.com/docs/scroll-padding
2567
+ */
2568
+ "scroll-pb": [{
2569
+ "scroll-pb": c()
2570
+ }],
2571
+ /**
2572
+ * Scroll Padding Left
2573
+ * @see https://tailwindcss.com/docs/scroll-padding
2574
+ */
2575
+ "scroll-pl": [{
2576
+ "scroll-pl": c()
2577
+ }],
2578
+ /**
2579
+ * Scroll Snap Align
2580
+ * @see https://tailwindcss.com/docs/scroll-snap-align
2581
+ */
2582
+ "snap-align": [{
2583
+ snap: ["start", "end", "center", "align-none"]
2584
+ }],
2585
+ /**
2586
+ * Scroll Snap Stop
2587
+ * @see https://tailwindcss.com/docs/scroll-snap-stop
2588
+ */
2589
+ "snap-stop": [{
2590
+ snap: ["normal", "always"]
2591
+ }],
2592
+ /**
2593
+ * Scroll Snap Type
2594
+ * @see https://tailwindcss.com/docs/scroll-snap-type
2595
+ */
2596
+ "snap-type": [{
2597
+ snap: ["none", "x", "y", "both"]
2598
+ }],
2599
+ /**
2600
+ * Scroll Snap Type Strictness
2601
+ * @see https://tailwindcss.com/docs/scroll-snap-type
2602
+ */
2603
+ "snap-strictness": [{
2604
+ snap: ["mandatory", "proximity"]
2605
+ }],
2606
+ /**
2607
+ * Touch Action
2608
+ * @see https://tailwindcss.com/docs/touch-action
2609
+ */
2610
+ touch: [{
2611
+ touch: ["auto", "none", "manipulation"]
2612
+ }],
2613
+ /**
2614
+ * Touch Action X
2615
+ * @see https://tailwindcss.com/docs/touch-action
2616
+ */
2617
+ "touch-x": [{
2618
+ "touch-pan": ["x", "left", "right"]
2619
+ }],
2620
+ /**
2621
+ * Touch Action Y
2622
+ * @see https://tailwindcss.com/docs/touch-action
2623
+ */
2624
+ "touch-y": [{
2625
+ "touch-pan": ["y", "up", "down"]
2626
+ }],
2627
+ /**
2628
+ * Touch Action Pinch Zoom
2629
+ * @see https://tailwindcss.com/docs/touch-action
2630
+ */
2631
+ "touch-pz": ["touch-pinch-zoom"],
2632
+ /**
2633
+ * User Select
2634
+ * @see https://tailwindcss.com/docs/user-select
2635
+ */
2636
+ select: [{
2637
+ select: ["none", "text", "all", "auto"]
2638
+ }],
2639
+ /**
2640
+ * Will Change
2641
+ * @see https://tailwindcss.com/docs/will-change
2642
+ */
2643
+ "will-change": [{
2644
+ "will-change": ["auto", "scroll", "contents", "transform", s, t]
2645
+ }],
2646
+ // -----------
2647
+ // --- SVG ---
2648
+ // -----------
2649
+ /**
2650
+ * Fill
2651
+ * @see https://tailwindcss.com/docs/fill
2652
+ */
2653
+ fill: [{
2654
+ fill: ["none", ...a()]
2655
+ }],
2656
+ /**
2657
+ * Stroke Width
2658
+ * @see https://tailwindcss.com/docs/stroke-width
2659
+ */
2660
+ "stroke-w": [{
2661
+ stroke: [d, W, R, oe]
2662
+ }],
2663
+ /**
2664
+ * Stroke
2665
+ * @see https://tailwindcss.com/docs/stroke
2666
+ */
2667
+ stroke: [{
2668
+ stroke: ["none", ...a()]
2669
+ }],
2670
+ // ---------------------
2671
+ // --- Accessibility ---
2672
+ // ---------------------
2673
+ /**
2674
+ * Forced Color Adjust
2675
+ * @see https://tailwindcss.com/docs/forced-color-adjust
2676
+ */
2677
+ "forced-color-adjust": [{
2678
+ "forced-color-adjust": ["auto", "none"]
2679
+ }]
2680
+ },
2681
+ conflictingClassGroups: {
2682
+ overflow: ["overflow-x", "overflow-y"],
2683
+ overscroll: ["overscroll-x", "overscroll-y"],
2684
+ inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
2685
+ "inset-x": ["right", "left"],
2686
+ "inset-y": ["top", "bottom"],
2687
+ flex: ["basis", "grow", "shrink"],
2688
+ gap: ["gap-x", "gap-y"],
2689
+ p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
2690
+ px: ["pr", "pl"],
2691
+ py: ["pt", "pb"],
2692
+ m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
2693
+ mx: ["mr", "ml"],
2694
+ my: ["mt", "mb"],
2695
+ size: ["w", "h"],
2696
+ "font-size": ["leading"],
2697
+ "fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
2698
+ "fvn-ordinal": ["fvn-normal"],
2699
+ "fvn-slashed-zero": ["fvn-normal"],
2700
+ "fvn-figure": ["fvn-normal"],
2701
+ "fvn-spacing": ["fvn-normal"],
2702
+ "fvn-fraction": ["fvn-normal"],
2703
+ "line-clamp": ["display", "overflow"],
2704
+ 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"],
2705
+ "rounded-s": ["rounded-ss", "rounded-es"],
2706
+ "rounded-e": ["rounded-se", "rounded-ee"],
2707
+ "rounded-t": ["rounded-tl", "rounded-tr"],
2708
+ "rounded-r": ["rounded-tr", "rounded-br"],
2709
+ "rounded-b": ["rounded-br", "rounded-bl"],
2710
+ "rounded-l": ["rounded-tl", "rounded-bl"],
2711
+ "border-spacing": ["border-spacing-x", "border-spacing-y"],
2712
+ "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"],
2713
+ "border-w-x": ["border-w-r", "border-w-l"],
2714
+ "border-w-y": ["border-w-t", "border-w-b"],
2715
+ "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"],
2716
+ "border-color-x": ["border-color-r", "border-color-l"],
2717
+ "border-color-y": ["border-color-t", "border-color-b"],
2718
+ translate: ["translate-x", "translate-y", "translate-none"],
2719
+ "translate-none": ["translate", "translate-x", "translate-y", "translate-z"],
2720
+ "scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
2721
+ "scroll-mx": ["scroll-mr", "scroll-ml"],
2722
+ "scroll-my": ["scroll-mt", "scroll-mb"],
2723
+ "scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
2724
+ "scroll-px": ["scroll-pr", "scroll-pl"],
2725
+ "scroll-py": ["scroll-pt", "scroll-pb"],
2726
+ touch: ["touch-x", "touch-y", "touch-pz"],
2727
+ "touch-x": ["touch"],
2728
+ "touch-y": ["touch"],
2729
+ "touch-pz": ["touch"]
2730
+ },
2731
+ conflictingClassGroupModifiers: {
2732
+ "font-size": ["leading"]
2733
+ },
2734
+ orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
2735
+ };
2736
+ }, co = /* @__PURE__ */ $e(lo);
2737
+ function mo(...e) {
2738
+ return co(Pe(e));
2739
+ }
2740
+ export {
2741
+ Pe as a,
2742
+ mo as c
2743
+ };
2744
+ //# sourceMappingURL=cn-BOFVZgHd.js.map