zudoku 0.32.0 → 0.32.2

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 (203) hide show
  1. package/dist/app/tailwind.js +6 -0
  2. package/dist/app/tailwind.js.map +1 -1
  3. package/dist/config/validators/InputSidebarSchema.d.ts +15 -15
  4. package/dist/config/validators/InputSidebarSchema.js +10 -1
  5. package/dist/config/validators/InputSidebarSchema.js.map +1 -1
  6. package/dist/config/validators/common.d.ts +40 -40
  7. package/dist/config/validators/icon-types.d.ts +1 -1
  8. package/dist/config/validators/validate.d.ts +19 -19
  9. package/dist/lib/components/Header.js +1 -1
  10. package/dist/lib/components/Header.js.map +1 -1
  11. package/dist/lib/components/Layout.js +1 -1
  12. package/dist/lib/components/Layout.js.map +1 -1
  13. package/dist/lib/components/TopNavigation.js +3 -2
  14. package/dist/lib/components/TopNavigation.js.map +1 -1
  15. package/dist/lib/components/context/ZudokuContext.d.ts +1 -1
  16. package/dist/lib/components/index.d.ts +1 -0
  17. package/dist/lib/components/index.js +2 -0
  18. package/dist/lib/components/index.js.map +1 -1
  19. package/dist/lib/components/navigation/SidebarBadge.d.ts +2 -0
  20. package/dist/lib/components/navigation/SidebarBadge.js +3 -1
  21. package/dist/lib/components/navigation/SidebarBadge.js.map +1 -1
  22. package/dist/lib/components/navigation/SidebarItem.js +1 -1
  23. package/dist/lib/components/navigation/SidebarItem.js.map +1 -1
  24. package/dist/lib/components/navigation/SidebarWrapper.js +1 -1
  25. package/dist/lib/components/navigation/SidebarWrapper.js.map +1 -1
  26. package/dist/lib/oas/graphql/index.js +3 -1
  27. package/dist/lib/oas/graphql/index.js.map +1 -1
  28. package/dist/lib/plugins/api-catalog/Catalog.d.ts +2 -2
  29. package/dist/lib/plugins/api-catalog/Catalog.js +11 -24
  30. package/dist/lib/plugins/api-catalog/Catalog.js.map +1 -1
  31. package/dist/lib/plugins/api-catalog/index.d.ts +1 -0
  32. package/dist/lib/plugins/api-catalog/index.js +37 -8
  33. package/dist/lib/plugins/api-catalog/index.js.map +1 -1
  34. package/dist/lib/plugins/markdown/MdxPage.js +1 -1
  35. package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
  36. package/dist/lib/plugins/openapi/Sidecar.js +1 -1
  37. package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
  38. package/dist/lib/plugins/openapi/SidecarExamples.js +2 -2
  39. package/dist/lib/plugins/openapi/SidecarExamples.js.map +1 -1
  40. package/dist/lib/plugins/openapi/graphql/gql.js +0 -11
  41. package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -1
  42. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js +1 -1
  43. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js.map +1 -1
  44. package/dist/lib/ui/Badge.d.ts +1 -1
  45. package/dist/lib/ui/Button.d.ts +1 -1
  46. package/dist/lib/ui/Command.d.ts +1 -1
  47. package/dist/lib/ui/SyntaxHighlight.d.ts +14 -0
  48. package/dist/lib/{components → ui}/SyntaxHighlight.js +9 -6
  49. package/dist/lib/ui/SyntaxHighlight.js.map +1 -0
  50. package/dist/lib/ui/util.d.ts +2 -0
  51. package/dist/lib/ui/util.js +3 -0
  52. package/dist/lib/ui/util.js.map +1 -0
  53. package/dist/lib/util/MdxComponents.js +1 -1
  54. package/dist/lib/util/MdxComponents.js.map +1 -1
  55. package/dist/vite/config.js +4 -1
  56. package/dist/vite/config.js.map +1 -1
  57. package/dist/vite/plugin-api.js +2 -2
  58. package/dist/vite/plugin-api.js.map +1 -1
  59. package/dist/vite/plugin-sidebar.js +3 -9
  60. package/dist/vite/plugin-sidebar.js.map +1 -1
  61. package/lib/{AuthenticationPlugin-_YVa673u.js → AuthenticationPlugin-BlxA4Mbn.js} +4 -4
  62. package/lib/{AuthenticationPlugin-_YVa673u.js.map → AuthenticationPlugin-BlxA4Mbn.js.map} +1 -1
  63. package/lib/{CategoryHeading-MYL1u_6K.js → CategoryHeading-DpB47wvk.js} +3 -3
  64. package/lib/{CategoryHeading-MYL1u_6K.js.map → CategoryHeading-DpB47wvk.js.map} +1 -1
  65. package/lib/{Markdown-8mv9nhGd.js → Markdown-Cr9sYpR_.js} +4800 -4729
  66. package/lib/Markdown-Cr9sYpR_.js.map +1 -0
  67. package/lib/{MdxPage-GM1T5jmO.js → MdxPage-Dt-UEQl8.js} +10 -10
  68. package/lib/MdxPage-Dt-UEQl8.js.map +1 -0
  69. package/lib/{OasProvider-IS9wBrb7.js → OasProvider-WVtvHP5H.js} +6 -6
  70. package/lib/{OasProvider-IS9wBrb7.js.map → OasProvider-WVtvHP5H.js.map} +1 -1
  71. package/lib/{OperationList-BTmRbbXk.js → OperationList-DhOwupvv.js} +18 -19
  72. package/lib/{OperationList-BTmRbbXk.js.map → OperationList-DhOwupvv.js.map} +1 -1
  73. package/lib/Select-D9hI1G-y.js +223 -0
  74. package/lib/{Select-D9CKL33X.js.map → Select-D9hI1G-y.js.map} +1 -1
  75. package/lib/{SlotletProvider-D0mFmGJu.js → SlotletProvider-CEfNOA8i.js} +53 -53
  76. package/lib/{SlotletProvider-D0mFmGJu.js.map → SlotletProvider-CEfNOA8i.js.map} +1 -1
  77. package/lib/{Spinner-BlzrEEk1.js → Spinner-1KrEmx1V.js} +3 -3
  78. package/lib/{Spinner-BlzrEEk1.js.map → Spinner-1KrEmx1V.js.map} +1 -1
  79. package/lib/{SyntaxHighlight-B0L4SC_N.js → SyntaxHighlight-CcnUjERD.js} +445 -445
  80. package/lib/SyntaxHighlight-CcnUjERD.js.map +1 -0
  81. package/lib/{chunk-SYFQ2XB5-QijJrSf0.js → chunk-IR6S3I6Y-D_3UmFIn.js} +597 -597
  82. package/lib/chunk-IR6S3I6Y-D_3UmFIn.js.map +1 -0
  83. package/lib/{circular-DxaIIlWD.js → circular-v7K6lDDh.js} +1413 -1413
  84. package/lib/{circular-DxaIIlWD.js.map → circular-v7K6lDDh.js.map} +1 -1
  85. package/lib/context-DLCwaMXN.js +22 -0
  86. package/lib/{context-rwLGh-6_.js.map → context-DLCwaMXN.js.map} +1 -1
  87. package/lib/{createServer-DSQiPwjN.js → createServer-DMf6O2Rz.js} +3669 -3562
  88. package/lib/createServer-DMf6O2Rz.js.map +1 -0
  89. package/lib/{hook-C_t2ISLC.js → hook-CWwSAAlH.js} +384 -379
  90. package/lib/hook-CWwSAAlH.js.map +1 -0
  91. package/lib/index-Bn6Lc9tq.js +9 -0
  92. package/lib/index-Bn6Lc9tq.js.map +1 -0
  93. package/lib/index-CPNSgwSb.js +36 -0
  94. package/lib/{index-Djenk2Hj.js.map → index-CPNSgwSb.js.map} +1 -1
  95. package/lib/{index-BANyVRgL.js → index-Do_30Hpk.js} +78 -78
  96. package/lib/index-Do_30Hpk.js.map +1 -0
  97. package/lib/{index-B7mqiOei.js → index-Du5aNddU.js} +101 -101
  98. package/lib/index-Du5aNddU.js.map +1 -0
  99. package/lib/{index-CjJS0l4l.js → index-LNp6rxyU.js} +2 -2
  100. package/lib/{index-CjJS0l4l.js.map → index-LNp6rxyU.js.map} +1 -1
  101. package/lib/{index.esm-CrSoEshU.js → index.esm--gIChbWs.js} +3 -3
  102. package/lib/{index.esm-CrSoEshU.js.map → index.esm--gIChbWs.js.map} +1 -1
  103. package/lib/{index.esm-9-TF9KQB.js → index.esm-CQHE3GEU.js} +52 -53
  104. package/lib/{index.esm-9-TF9KQB.js.map → index.esm-CQHE3GEU.js.map} +1 -1
  105. package/lib/joinUrl-10po2Jdj.js +20 -0
  106. package/lib/{joinUrl-nLx9pD-Z.js.map → joinUrl-10po2Jdj.js.map} +1 -1
  107. package/lib/{jsx-runtime-Bdg6XQ1m.js → jsx-runtime-CYK1ROHF.js} +99 -99
  108. package/lib/{jsx-runtime-Bdg6XQ1m.js.map → jsx-runtime-CYK1ROHF.js.map} +1 -1
  109. package/lib/{mutation-Cm3O9f3X.js → mutation-B0wxqzSN.js} +26 -26
  110. package/lib/{mutation-Cm3O9f3X.js.map → mutation-B0wxqzSN.js.map} +1 -1
  111. package/lib/post-processors/removeExtensions.js +4 -4
  112. package/lib/ui/Accordion.js +1 -1
  113. package/lib/ui/ActionButton.js +2 -2
  114. package/lib/ui/Alert.js +2 -2
  115. package/lib/ui/AlertDialog.js +1 -1
  116. package/lib/ui/Badge.js +2 -2
  117. package/lib/ui/Breadcrumb.js +4 -4
  118. package/lib/ui/Button.js +2 -2
  119. package/lib/ui/Callout.js +4 -4
  120. package/lib/ui/Card.js +1 -1
  121. package/lib/ui/Carousel.js +1 -1
  122. package/lib/ui/Checkbox.js +2 -2
  123. package/lib/ui/Command.js +2 -2
  124. package/lib/ui/Dialog.js +1 -1
  125. package/lib/ui/Drawer.js +521 -543
  126. package/lib/ui/Drawer.js.map +1 -1
  127. package/lib/ui/DropdownMenu.js +1 -1
  128. package/lib/ui/Form.js +5 -5
  129. package/lib/ui/HoverCard.js +1 -1
  130. package/lib/ui/Input.js +1 -1
  131. package/lib/ui/Label.js +2 -2
  132. package/lib/ui/Pagination.js +10 -10
  133. package/lib/ui/Popover.js +1 -1
  134. package/lib/ui/Progress.js +1 -1
  135. package/lib/ui/RadioGroup.js +1 -1
  136. package/lib/ui/ScrollArea.js +1 -1
  137. package/lib/ui/Select.js +1 -1
  138. package/lib/ui/Skeleton.js +1 -1
  139. package/lib/ui/Slider.js +1 -1
  140. package/lib/ui/Switch.js +1 -1
  141. package/lib/ui/SyntaxHighlight.js +10 -0
  142. package/lib/ui/SyntaxHighlight.js.map +1 -0
  143. package/lib/ui/Tabs.js +1 -1
  144. package/lib/ui/Textarea.js +1 -1
  145. package/lib/ui/Toggle.js +2 -2
  146. package/lib/ui/ToggleGroup.js +1 -1
  147. package/lib/ui/Tooltip.js +1 -1
  148. package/lib/ui/util.js +6 -0
  149. package/lib/ui/util.js.map +1 -0
  150. package/lib/{useExposedProps-Bbf99zic.js → useExposedProps-RIvey2Oy.js} +2 -2
  151. package/lib/{useExposedProps-Bbf99zic.js.map → useExposedProps-RIvey2Oy.js.map} +1 -1
  152. package/lib/{useScrollToAnchor-BGEcH3HM.js → useScrollToAnchor-C-sRxs9o.js} +13 -9
  153. package/lib/useScrollToAnchor-C-sRxs9o.js.map +1 -0
  154. package/lib/zudoku.auth-auth0.js +1 -1
  155. package/lib/zudoku.auth-clerk.js +18 -18
  156. package/lib/zudoku.auth-openid.js +255 -295
  157. package/lib/zudoku.auth-openid.js.map +1 -1
  158. package/lib/zudoku.components.js +305 -298
  159. package/lib/zudoku.components.js.map +1 -1
  160. package/lib/zudoku.icons.js +1 -1
  161. package/lib/zudoku.plugin-api-catalog.js +91 -108
  162. package/lib/zudoku.plugin-api-catalog.js.map +1 -1
  163. package/lib/zudoku.plugin-api-keys.js +6 -6
  164. package/lib/zudoku.plugin-custom-pages.js +3 -3
  165. package/lib/zudoku.plugin-markdown.js +2 -2
  166. package/lib/zudoku.plugin-openapi.js +6 -6
  167. package/lib/zudoku.plugin-redirect.js +1 -1
  168. package/lib/zudoku.plugin-search-inkeep.js +9 -9
  169. package/package.json +49 -50
  170. package/src/app/tailwind.ts +6 -0
  171. package/src/lib/components/Header.tsx +1 -1
  172. package/src/lib/components/Layout.tsx +1 -1
  173. package/src/lib/components/TopNavigation.tsx +13 -9
  174. package/src/lib/components/index.ts +2 -0
  175. package/src/lib/components/navigation/SidebarBadge.tsx +4 -1
  176. package/src/lib/components/navigation/SidebarItem.tsx +1 -0
  177. package/src/lib/components/navigation/SidebarWrapper.tsx +1 -1
  178. package/src/lib/oas/graphql/index.ts +4 -1
  179. package/src/lib/plugins/api-catalog/Catalog.tsx +31 -94
  180. package/src/lib/plugins/api-catalog/index.tsx +54 -9
  181. package/src/lib/plugins/markdown/MdxPage.tsx +1 -1
  182. package/src/lib/plugins/openapi/Sidecar.tsx +1 -1
  183. package/src/lib/plugins/openapi/SidecarExamples.tsx +1 -2
  184. package/src/lib/plugins/openapi/graphql/gql.ts +9 -1
  185. package/src/lib/plugins/openapi/playground/result-panel/ResponseTab.tsx +1 -1
  186. package/src/lib/{components → ui}/SyntaxHighlight.tsx +23 -8
  187. package/src/lib/ui/util.tsx +3 -0
  188. package/src/lib/util/MdxComponents.tsx +1 -1
  189. package/dist/lib/components/SyntaxHighlight.d.ts +0 -12
  190. package/dist/lib/components/SyntaxHighlight.js.map +0 -1
  191. package/lib/Markdown-8mv9nhGd.js.map +0 -1
  192. package/lib/MdxPage-GM1T5jmO.js.map +0 -1
  193. package/lib/Select-D9CKL33X.js +0 -223
  194. package/lib/SyntaxHighlight-B0L4SC_N.js.map +0 -1
  195. package/lib/chunk-SYFQ2XB5-QijJrSf0.js.map +0 -1
  196. package/lib/context-rwLGh-6_.js +0 -22
  197. package/lib/createServer-DSQiPwjN.js.map +0 -1
  198. package/lib/hook-C_t2ISLC.js.map +0 -1
  199. package/lib/index-B7mqiOei.js.map +0 -1
  200. package/lib/index-BANyVRgL.js.map +0 -1
  201. package/lib/index-Djenk2Hj.js +0 -36
  202. package/lib/joinUrl-nLx9pD-Z.js +0 -20
  203. package/lib/useScrollToAnchor-BGEcH3HM.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"joinUrl-nLx9pD-Z.js","sources":["../src/lib/util/joinUrl.ts"],"sourcesContent":["// Mostly adapted from https://github.com/moxystudio/js-proper-url-join\nconst defaultUrlRegExp = /^(\\w+:\\/\\/[^/?]+)?([^?]*)(\\?.*)?$/;\n\nconst normalizeParts = (\n parts: (string | number | null | undefined | false)[],\n): string[] =>\n parts\n .filter(\n (part): part is string | number =>\n part !== null &&\n part !== undefined &&\n part !== false &&\n (typeof part === \"string\" || typeof part === \"number\"),\n )\n .map((part) => `${part}`)\n .filter((part) => part);\n\ninterface ParsedParts {\n prefix: string;\n pathname: string[];\n}\n\nconst parseParts = (parts: string[]): ParsedParts => {\n const partsStr = parts.join(\"/\");\n const [, prefix = \"\", pathname = \"\"] = partsStr.match(defaultUrlRegExp) ?? [];\n\n return {\n prefix,\n pathname: pathname.split(\"/\").filter((part) => part !== \"\"),\n };\n};\n\nconst buildUrl = (parsedParts: ParsedParts): string => {\n const { prefix, pathname } = parsedParts;\n let url = prefix;\n\n if (pathname.length > 0) {\n if (url) {\n url += \"/\";\n } else {\n url = \"/\";\n }\n url += pathname.join(\"/\");\n } else if (!url) {\n url = \"/\";\n }\n\n return url;\n};\n\nexport const joinUrl = (\n ...parts: Array<string | number | null | undefined | false>\n): string => {\n const normalizedParts = normalizeParts(parts);\n const parsedParts = parseParts(normalizedParts);\n return buildUrl(parsedParts);\n};\n"],"names":["defaultUrlRegExp","normalizeParts","parts","part","parseParts","partsStr","prefix","pathname","buildUrl","parsedParts","url","joinUrl","normalizedParts"],"mappings":"AACA,MAAMA,IAAmB,qCAEnBC,IAAiB,CACrBC,MAEAA,EACG;AAAA,EACC,CAACC,MACCA,KAAS,QAETA,MAAS,OACR,OAAOA,KAAS,YAAY,OAAOA,KAAS;AACjD,EACC,IAAI,CAACA,MAAS,GAAGA,CAAI,EAAE,EACvB,OAAO,CAACA,MAASA,CAAI,GAOpBC,IAAa,CAACF,MAAiC;AAC7C,QAAAG,IAAWH,EAAM,KAAK,GAAG,GACzB,CAAG,EAAAI,IAAS,IAAIC,IAAW,EAAE,IAAIF,EAAS,MAAML,CAAgB,KAAK,CAAC;AAErE,SAAA;AAAA,IACL,QAAAM;AAAA,IACA,UAAUC,EAAS,MAAM,GAAG,EAAE,OAAO,CAACJ,MAASA,MAAS,EAAE;AAAA,EAC5D;AACF,GAEMK,IAAW,CAACC,MAAqC;AAC/C,QAAA,EAAE,QAAAH,GAAQ,UAAAC,EAAA,IAAaE;AAC7B,MAAIC,IAAMJ;AAEN,SAAAC,EAAS,SAAS,KAChBG,IACKA,KAAA,MAEDA,IAAA,KAEDA,KAAAH,EAAS,KAAK,GAAG,KACdG,MACJA,IAAA,MAGDA;AACT,GAEaC,IAAU,IAClBT,MACQ;AACL,QAAAU,IAAkBX,EAAeC,CAAK,GACtCO,IAAcL,EAAWQ,CAAe;AAC9C,SAAOJ,EAASC,CAAW;AAC7B;"}
1
+ {"version":3,"file":"joinUrl-10po2Jdj.js","sources":["../src/lib/util/joinUrl.ts"],"sourcesContent":["// Mostly adapted from https://github.com/moxystudio/js-proper-url-join\nconst defaultUrlRegExp = /^(\\w+:\\/\\/[^/?]+)?([^?]*)(\\?.*)?$/;\n\nconst normalizeParts = (\n parts: (string | number | null | undefined | false)[],\n): string[] =>\n parts\n .filter(\n (part): part is string | number =>\n part !== null &&\n part !== undefined &&\n part !== false &&\n (typeof part === \"string\" || typeof part === \"number\"),\n )\n .map((part) => `${part}`)\n .filter((part) => part);\n\ninterface ParsedParts {\n prefix: string;\n pathname: string[];\n}\n\nconst parseParts = (parts: string[]): ParsedParts => {\n const partsStr = parts.join(\"/\");\n const [, prefix = \"\", pathname = \"\"] = partsStr.match(defaultUrlRegExp) ?? [];\n\n return {\n prefix,\n pathname: pathname.split(\"/\").filter((part) => part !== \"\"),\n };\n};\n\nconst buildUrl = (parsedParts: ParsedParts): string => {\n const { prefix, pathname } = parsedParts;\n let url = prefix;\n\n if (pathname.length > 0) {\n if (url) {\n url += \"/\";\n } else {\n url = \"/\";\n }\n url += pathname.join(\"/\");\n } else if (!url) {\n url = \"/\";\n }\n\n return url;\n};\n\nexport const joinUrl = (\n ...parts: Array<string | number | null | undefined | false>\n): string => {\n const normalizedParts = normalizeParts(parts);\n const parsedParts = parseParts(normalizedParts);\n return buildUrl(parsedParts);\n};\n"],"names":["defaultUrlRegExp","normalizeParts","parts","part","parseParts","partsStr","prefix","pathname","buildUrl","parsedParts","url","joinUrl","normalizedParts"],"mappings":"AACA,MAAMA,IAAmB,qCAEnBC,IAAiB,CACrBC,MAEAA,EACG;AAAA,EACC,CAACC,MACCA,KAAS,QAETA,MAAS,OACR,OAAOA,KAAS,YAAY,OAAOA,KAAS;AACjD,EACC,IAAI,CAACA,MAAS,GAAGA,CAAI,EAAE,EACvB,OAAO,CAACA,MAASA,CAAI,GAOpBC,IAAa,CAACF,MAAiC;AAC7C,QAAAG,IAAWH,EAAM,KAAK,GAAG,GACzB,CAAG,EAAAI,IAAS,IAAIC,IAAW,EAAE,IAAIF,EAAS,MAAML,CAAgB,KAAK,CAAC;AAErE,SAAA;AAAA,IACL,QAAAM;AAAA,IACA,UAAUC,EAAS,MAAM,GAAG,EAAE,OAAO,CAACJ,MAASA,MAAS,EAAE;AAAA,EAC5D;AACF,GAEMK,IAAW,CAACC,MAAqC;AAC/C,QAAA,EAAE,QAAAH,GAAQ,UAAAC,EAAA,IAAaE;AAC7B,MAAIC,IAAMJ;AAEN,SAAAC,EAAS,SAAS,KAChBG,IACKA,KAAA,MAEDA,IAAA,KAEDA,KAAAH,EAAS,KAAK,GAAG,KACdG,MACJA,IAAA,MAGDA;AACT,GAEaC,IAAU,IAClBT,MACQ;AACL,QAAAU,IAAkBX,EAAeC,CAAK,GACtCO,IAAcL,EAAWQ,CAAe;AAC9C,SAAOJ,EAASC,CAAW;AAC7B;"}
@@ -13,19 +13,19 @@ var ie;
13
13
  function pe() {
14
14
  if (ie) return y;
15
15
  ie = 1;
16
- var s = Symbol.for("react.transitional.element"), p = Symbol.for("react.fragment");
17
- function R(C, f, i) {
18
- var E = null;
19
- if (i !== void 0 && (E = "" + i), f.key !== void 0 && (E = "" + f.key), "key" in f) {
16
+ var f = Symbol.for("react.transitional.element"), p = Symbol.for("react.fragment");
17
+ function R(C, s, i) {
18
+ var v = null;
19
+ if (i !== void 0 && (v = "" + i), s.key !== void 0 && (v = "" + s.key), "key" in s) {
20
20
  i = {};
21
- for (var _ in f)
22
- _ !== "key" && (i[_] = f[_]);
23
- } else i = f;
24
- return f = i.ref, {
25
- $$typeof: s,
21
+ for (var _ in s)
22
+ _ !== "key" && (i[_] = s[_]);
23
+ } else i = s;
24
+ return s = i.ref, {
25
+ $$typeof: f,
26
26
  type: C,
27
- key: E,
28
- ref: f !== void 0 ? f : null,
27
+ key: v,
28
+ ref: s !== void 0 ? s : null,
29
29
  props: i
30
30
  };
31
31
  }
@@ -44,7 +44,7 @@ var j = {};
44
44
  var ce;
45
45
  function Ce() {
46
46
  return ce || (ce = 1, process.env.NODE_ENV !== "production" && function() {
47
- function s(e) {
47
+ function f(e) {
48
48
  if (e == null) return null;
49
49
  if (typeof e == "function")
50
50
  return e.$$typeof === xe ? null : e.displayName || e.name || null;
@@ -75,11 +75,11 @@ function Ce() {
75
75
  var r = e.render;
76
76
  return e = e.displayName, e || (e = r.displayName || r.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
77
77
  case $:
78
- return r = e.displayName || null, r !== null ? r : s(e.type) || "Memo";
78
+ return r = e.displayName || null, r !== null ? r : f(e.type) || "Memo";
79
79
  case U:
80
80
  r = e._payload, e = e._init;
81
81
  try {
82
- return s(e(r));
82
+ return f(e(r));
83
83
  } catch {
84
84
  }
85
85
  }
@@ -97,19 +97,19 @@ function Ce() {
97
97
  }
98
98
  if (r) {
99
99
  r = console;
100
- var t = r.error, o = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
100
+ var t = r.error, n = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
101
101
  return t.call(
102
102
  r,
103
103
  "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
104
- o
104
+ n
105
105
  ), p(e);
106
106
  }
107
107
  }
108
108
  function C() {
109
109
  }
110
- function f() {
110
+ function s() {
111
111
  if (x === 0) {
112
- K = console.log, D = console.info, ee = console.warn, re = console.error, te = console.group, ne = console.groupCollapsed, oe = console.groupEnd;
112
+ K = console.log, D = console.info, ee = console.warn, re = console.error, te = console.group, oe = console.groupCollapsed, ne = console.groupEnd;
113
113
  var e = {
114
114
  configurable: !0,
115
115
  enumerable: !0,
@@ -137,15 +137,15 @@ function Ce() {
137
137
  warn: g({}, e, { value: ee }),
138
138
  error: g({}, e, { value: re }),
139
139
  group: g({}, e, { value: te }),
140
- groupCollapsed: g({}, e, { value: ne }),
141
- groupEnd: g({}, e, { value: oe })
140
+ groupCollapsed: g({}, e, { value: oe }),
141
+ groupEnd: g({}, e, { value: ne })
142
142
  });
143
143
  }
144
144
  0 > x && console.error(
145
145
  "disabledDepth fell below zero. This is a bug in React. Please file an issue."
146
146
  );
147
147
  }
148
- function E(e) {
148
+ function v(e) {
149
149
  if (q === void 0)
150
150
  try {
151
151
  throw Error();
@@ -162,47 +162,47 @@ function Ce() {
162
162
  var t = V.get(e);
163
163
  if (t !== void 0) return t;
164
164
  z = !0, t = Error.prepareStackTrace, Error.prepareStackTrace = void 0;
165
- var o = null;
166
- o = b.H, b.H = null, f();
165
+ var n = null;
166
+ n = b.H, b.H = null, s();
167
167
  try {
168
168
  var u = {
169
169
  DetermineComponentFrameRoot: function() {
170
170
  try {
171
171
  if (r) {
172
- var v = function() {
172
+ var d = function() {
173
173
  throw Error();
174
174
  };
175
- if (Object.defineProperty(v.prototype, "props", {
175
+ if (Object.defineProperty(d.prototype, "props", {
176
176
  set: function() {
177
177
  throw Error();
178
178
  }
179
179
  }), typeof Reflect == "object" && Reflect.construct) {
180
180
  try {
181
- Reflect.construct(v, []);
182
- } catch (d) {
183
- var h = d;
181
+ Reflect.construct(d, []);
182
+ } catch (E) {
183
+ var h = E;
184
184
  }
185
- Reflect.construct(e, [], v);
185
+ Reflect.construct(e, [], d);
186
186
  } else {
187
187
  try {
188
- v.call();
189
- } catch (d) {
190
- h = d;
188
+ d.call();
189
+ } catch (E) {
190
+ h = E;
191
191
  }
192
- e.call(v.prototype);
192
+ e.call(d.prototype);
193
193
  }
194
194
  } else {
195
195
  try {
196
196
  throw Error();
197
- } catch (d) {
198
- h = d;
197
+ } catch (E) {
198
+ h = E;
199
199
  }
200
- (v = e()) && typeof v.catch == "function" && v.catch(function() {
200
+ (d = e()) && typeof d.catch == "function" && d.catch(function() {
201
201
  });
202
202
  }
203
- } catch (d) {
204
- if (d && h && typeof d.stack == "string")
205
- return [d.stack, h.stack];
203
+ } catch (E) {
204
+ if (E && h && typeof E.stack == "string")
205
+ return [E.stack, h.stack];
206
206
  }
207
207
  return [null, null];
208
208
  }
@@ -217,27 +217,27 @@ function Ce() {
217
217
  "name",
218
218
  { value: "DetermineComponentFrameRoot" }
219
219
  );
220
- var n = u.DetermineComponentFrameRoot(), c = n[0], T = n[1];
220
+ var o = u.DetermineComponentFrameRoot(), c = o[0], T = o[1];
221
221
  if (c && T) {
222
222
  var l = c.split(`
223
223
  `), m = T.split(`
224
224
  `);
225
- for (n = a = 0; a < l.length && !l[a].includes(
225
+ for (o = a = 0; a < l.length && !l[a].includes(
226
226
  "DetermineComponentFrameRoot"
227
227
  ); )
228
228
  a++;
229
- for (; n < m.length && !m[n].includes(
229
+ for (; o < m.length && !m[o].includes(
230
230
  "DetermineComponentFrameRoot"
231
231
  ); )
232
- n++;
233
- if (a === l.length || n === m.length)
234
- for (a = l.length - 1, n = m.length - 1; 1 <= a && 0 <= n && l[a] !== m[n]; )
235
- n--;
236
- for (; 1 <= a && 0 <= n; a--, n--)
237
- if (l[a] !== m[n]) {
238
- if (a !== 1 || n !== 1)
232
+ o++;
233
+ if (a === l.length || o === m.length)
234
+ for (a = l.length - 1, o = m.length - 1; 1 <= a && 0 <= o && l[a] !== m[o]; )
235
+ o--;
236
+ for (; 1 <= a && 0 <= o; a--, o--)
237
+ if (l[a] !== m[o]) {
238
+ if (a !== 1 || o !== 1)
239
239
  do
240
- if (a--, n--, 0 > n || l[a] !== m[n]) {
240
+ if (a--, o--, 0 > o || l[a] !== m[o]) {
241
241
  var w = `
242
242
  ` + l[a].replace(
243
243
  " at new ",
@@ -245,14 +245,14 @@ function Ce() {
245
245
  );
246
246
  return e.displayName && w.includes("<anonymous>") && (w = w.replace("<anonymous>", e.displayName)), typeof e == "function" && V.set(e, w), w;
247
247
  }
248
- while (1 <= a && 0 <= n);
248
+ while (1 <= a && 0 <= o);
249
249
  break;
250
250
  }
251
251
  }
252
252
  } finally {
253
- z = !1, b.H = o, i(), Error.prepareStackTrace = t;
253
+ z = !1, b.H = n, i(), Error.prepareStackTrace = t;
254
254
  }
255
- return l = (l = e ? e.displayName || e.name : "") ? E(l) : "", typeof e == "function" && V.set(e, l), l;
255
+ return l = (l = e ? e.displayName || e.name : "") ? v(l) : "", typeof e == "function" && V.set(e, l), l;
256
256
  }
257
257
  function O(e) {
258
258
  if (e == null) return "";
@@ -263,12 +263,12 @@ function Ce() {
263
263
  !(!r || !r.isReactComponent)
264
264
  );
265
265
  }
266
- if (typeof e == "string") return E(e);
266
+ if (typeof e == "string") return v(e);
267
267
  switch (e) {
268
268
  case M:
269
- return E("Suspense");
269
+ return v("Suspense");
270
270
  case W:
271
- return E("SuspenseList");
271
+ return v("SuspenseList");
272
272
  }
273
273
  if (typeof e == "object")
274
274
  switch (e.$$typeof) {
@@ -289,14 +289,14 @@ function Ce() {
289
289
  var e = b.A;
290
290
  return e === null ? null : e.getOwner();
291
291
  }
292
- function Ee(e) {
292
+ function ve(e) {
293
293
  if (Q.call(e, "key")) {
294
294
  var r = Object.getOwnPropertyDescriptor(e, "key").get;
295
295
  if (r && r.isReactWarning) return !1;
296
296
  }
297
297
  return e.key !== void 0;
298
298
  }
299
- function ve(e, r) {
299
+ function de(e, r) {
300
300
  function t() {
301
301
  ue || (ue = !0, console.error(
302
302
  "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
@@ -309,12 +309,12 @@ function Ce() {
309
309
  });
310
310
  }
311
311
  function be() {
312
- var e = s(this.type);
312
+ var e = f(this.type);
313
313
  return le[e] || (le[e] = !0, console.error(
314
314
  "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
315
315
  )), e = this.props.ref, e !== void 0 ? e : null;
316
316
  }
317
- function ge(e, r, t, o, u, a) {
317
+ function ge(e, r, t, n, u, a) {
318
318
  return t = a.ref, e = {
319
319
  $$typeof: N,
320
320
  type: e,
@@ -336,60 +336,60 @@ function Ce() {
336
336
  value: null
337
337
  }), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
338
338
  }
339
- function G(e, r, t, o, u, a) {
339
+ function G(e, r, t, n, u, a) {
340
340
  if (typeof e == "string" || typeof e == "function" || e === P || e === F || e === B || e === M || e === W || e === Re || typeof e == "object" && e !== null && (e.$$typeof === U || e.$$typeof === $ || e.$$typeof === Z || e.$$typeof === L || e.$$typeof === Y || e.$$typeof === we || e.getModuleId !== void 0)) {
341
- var n = r.children;
342
- if (n !== void 0)
343
- if (o)
344
- if (J(n)) {
345
- for (o = 0; o < n.length; o++)
346
- H(n[o], e);
347
- Object.freeze && Object.freeze(n);
341
+ var o = r.children;
342
+ if (o !== void 0)
343
+ if (n)
344
+ if (J(o)) {
345
+ for (n = 0; n < o.length; n++)
346
+ H(o[n], e);
347
+ Object.freeze && Object.freeze(o);
348
348
  } else
349
349
  console.error(
350
350
  "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
351
351
  );
352
- else H(n, e);
352
+ else H(o, e);
353
353
  } else
354
- n = "", (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (n += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."), e === null ? o = "null" : J(e) ? o = "array" : e !== void 0 && e.$$typeof === N ? (o = "<" + (s(e.type) || "Unknown") + " />", n = " Did you accidentally export a JSX literal instead of a component?") : o = typeof e, console.error(
354
+ o = "", (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (o += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."), e === null ? n = "null" : J(e) ? n = "array" : e !== void 0 && e.$$typeof === N ? (n = "<" + (f(e.type) || "Unknown") + " />", o = " Did you accidentally export a JSX literal instead of a component?") : n = typeof e, console.error(
355
355
  "React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",
356
- o,
357
- n
356
+ n,
357
+ o
358
358
  );
359
359
  if (Q.call(r, "key")) {
360
- n = s(e);
360
+ o = f(e);
361
361
  var c = Object.keys(r).filter(function(l) {
362
362
  return l !== "key";
363
363
  });
364
- o = 0 < c.length ? "{key: someKey, " + c.join(": ..., ") + ": ...}" : "{key: someKey}", fe[n + o] || (c = 0 < c.length ? "{" + c.join(": ..., ") + ": ...}" : "{}", console.error(
364
+ n = 0 < c.length ? "{key: someKey, " + c.join(": ..., ") + ": ...}" : "{key: someKey}", se[o + n] || (c = 0 < c.length ? "{" + c.join(": ..., ") + ": ...}" : "{}", console.error(
365
365
  `A props object containing a "key" prop is being spread into JSX:
366
366
  let props = %s;
367
367
  <%s {...props} />
368
368
  React keys must be passed directly to JSX without using spread:
369
369
  let props = %s;
370
370
  <%s key={someKey} {...props} />`,
371
- o,
372
371
  n,
372
+ o,
373
373
  c,
374
- n
375
- ), fe[n + o] = !0);
374
+ o
375
+ ), se[o + n] = !0);
376
376
  }
377
- if (n = null, t !== void 0 && (R(t), n = "" + t), Ee(r) && (R(r.key), n = "" + r.key), "key" in r) {
377
+ if (o = null, t !== void 0 && (R(t), o = "" + t), ve(r) && (R(r.key), o = "" + r.key), "key" in r) {
378
378
  t = {};
379
379
  for (var T in r)
380
380
  T !== "key" && (t[T] = r[T]);
381
381
  } else t = r;
382
- return n && ve(
382
+ return o && de(
383
383
  t,
384
384
  typeof e == "function" ? e.displayName || e.name || "Unknown" : e
385
- ), ge(e, n, a, u, S(), t);
385
+ ), ge(e, o, a, u, S(), t);
386
386
  }
387
387
  function H(e, r) {
388
388
  if (typeof e == "object" && e && e.$$typeof !== ye) {
389
389
  if (J(e))
390
390
  for (var t = 0; t < e.length; t++) {
391
- var o = e[t];
392
- A(o) && X(o, r);
391
+ var n = e[t];
392
+ A(n) && X(n, r);
393
393
  }
394
394
  else if (A(e))
395
395
  e._store && (e._store.validated = 1);
@@ -402,45 +402,45 @@ React keys must be passed directly to JSX without using spread:
402
402
  return typeof e == "object" && e !== null && e.$$typeof === N;
403
403
  }
404
404
  function X(e, r) {
405
- if (e._store && !e._store.validated && e.key == null && (e._store.validated = 1, r = me(r), !se[r])) {
406
- se[r] = !0;
405
+ if (e._store && !e._store.validated && e.key == null && (e._store.validated = 1, r = me(r), !fe[r])) {
406
+ fe[r] = !0;
407
407
  var t = "";
408
- e && e._owner != null && e._owner !== S() && (t = null, typeof e._owner.tag == "number" ? t = s(e._owner.type) : typeof e._owner.name == "string" && (t = e._owner.name), t = " It was passed a child from " + t + ".");
409
- var o = b.getCurrentStack;
408
+ e && e._owner != null && e._owner !== S() && (t = null, typeof e._owner.tag == "number" ? t = f(e._owner.type) : typeof e._owner.name == "string" && (t = e._owner.name), t = " It was passed a child from " + t + ".");
409
+ var n = b.getCurrentStack;
410
410
  b.getCurrentStack = function() {
411
411
  var u = O(e.type);
412
- return o && (u += o() || ""), u;
412
+ return n && (u += n() || ""), u;
413
413
  }, console.error(
414
414
  'Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',
415
415
  r,
416
416
  t
417
- ), b.getCurrentStack = o;
417
+ ), b.getCurrentStack = n;
418
418
  }
419
419
  }
420
420
  function me(e) {
421
421
  var r = "", t = S();
422
- return t && (t = s(t.type)) && (r = `
422
+ return t && (t = f(t.type)) && (r = `
423
423
 
424
- Check the render method of \`` + t + "`."), r || (e = s(e)) && (r = `
424
+ Check the render method of \`` + t + "`."), r || (e = f(e)) && (r = `
425
425
 
426
426
  Check the top-level render call using <` + e + ">."), r;
427
427
  }
428
- var _e = je, N = Symbol.for("react.transitional.element"), Te = Symbol.for("react.portal"), P = Symbol.for("react.fragment"), B = Symbol.for("react.strict_mode"), F = Symbol.for("react.profiler"), L = Symbol.for("react.consumer"), Z = Symbol.for("react.context"), Y = Symbol.for("react.forward_ref"), M = Symbol.for("react.suspense"), W = Symbol.for("react.suspense_list"), $ = Symbol.for("react.memo"), U = Symbol.for("react.lazy"), Re = Symbol.for("react.offscreen"), I = Symbol.iterator, xe = Symbol.for("react.client.reference"), b = _e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Q = Object.prototype.hasOwnProperty, g = Object.assign, we = Symbol.for("react.client.reference"), J = Array.isArray, x = 0, K, D, ee, re, te, ne, oe;
428
+ var _e = je, N = Symbol.for("react.transitional.element"), Te = Symbol.for("react.portal"), P = Symbol.for("react.fragment"), B = Symbol.for("react.strict_mode"), F = Symbol.for("react.profiler"), L = Symbol.for("react.consumer"), Z = Symbol.for("react.context"), Y = Symbol.for("react.forward_ref"), M = Symbol.for("react.suspense"), W = Symbol.for("react.suspense_list"), $ = Symbol.for("react.memo"), U = Symbol.for("react.lazy"), Re = Symbol.for("react.offscreen"), I = Symbol.iterator, xe = Symbol.for("react.client.reference"), b = _e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Q = Object.prototype.hasOwnProperty, g = Object.assign, we = Symbol.for("react.client.reference"), J = Array.isArray, x = 0, K, D, ee, re, te, oe, ne;
429
429
  C.__reactDisabledLog = !0;
430
- var q, ae, z = !1, V = new (typeof WeakMap == "function" ? WeakMap : Map)(), ye = Symbol.for("react.client.reference"), ue, le = {}, fe = {}, se = {};
431
- j.Fragment = P, j.jsx = function(e, r, t, o, u) {
432
- return G(e, r, t, !1, o, u);
433
- }, j.jsxs = function(e, r, t, o, u) {
434
- return G(e, r, t, !0, o, u);
430
+ var q, ae, z = !1, V = new (typeof WeakMap == "function" ? WeakMap : Map)(), ye = Symbol.for("react.client.reference"), ue, le = {}, se = {}, fe = {};
431
+ j.Fragment = P, j.jsx = function(e, r, t, n, u) {
432
+ return G(e, r, t, !1, n, u);
433
+ }, j.jsxs = function(e, r, t, n, u) {
434
+ return G(e, r, t, !0, n, u);
435
435
  };
436
436
  }()), j;
437
437
  }
438
- var de;
438
+ var Ee;
439
439
  function he() {
440
- return de || (de = 1, process.env.NODE_ENV === "production" ? k.exports = pe() : k.exports = Ce()), k.exports;
440
+ return Ee || (Ee = 1, process.env.NODE_ENV === "production" ? k.exports = pe() : k.exports = Ce()), k.exports;
441
441
  }
442
442
  var Oe = he();
443
443
  export {
444
444
  Oe as j
445
445
  };
446
- //# sourceMappingURL=jsx-runtime-Bdg6XQ1m.js.map
446
+ //# sourceMappingURL=jsx-runtime-CYK1ROHF.js.map