zudoku 0.4.2-dev.7 → 0.4.2-dev.9

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 (36) hide show
  1. package/lib/{CategoryHeading-D7_Jy0Lx.js → CategoryHeading-BoT0DVI-.js} +2 -2
  2. package/lib/{CategoryHeading-D7_Jy0Lx.js.map → CategoryHeading-BoT0DVI-.js.map} +1 -1
  3. package/lib/{Combination-Ce1nWgn5.js → Combination-C1wKWZ28.js} +2 -2
  4. package/lib/{Combination-Ce1nWgn5.js.map → Combination-C1wKWZ28.js.map} +1 -1
  5. package/lib/{DeveloperHint-BkVaBhYp.js → DeveloperHint-Bv958_pY.js} +2 -2
  6. package/lib/{DeveloperHint-BkVaBhYp.js.map → DeveloperHint-Bv958_pY.js.map} +1 -1
  7. package/lib/{ErrorPage-uwQIn-3A.js → ErrorPage-CcBjrY_g.js} +3 -3
  8. package/lib/{ErrorPage-uwQIn-3A.js.map → ErrorPage-CcBjrY_g.js.map} +1 -1
  9. package/lib/{Input-CBiLCRuK.js → Input-BqnnTL7-.js} +3 -3
  10. package/lib/{Input-CBiLCRuK.js.map → Input-BqnnTL7-.js.map} +1 -1
  11. package/lib/{Markdown-h11bKkQ9.js → Markdown-C3hatKS5.js} +1009 -1086
  12. package/lib/Markdown-C3hatKS5.js.map +1 -0
  13. package/lib/{MdxPage-ZBoR_Zce.js → MdxPage-BEG8cDoF.js} +3 -3
  14. package/lib/{MdxPage-ZBoR_Zce.js.map → MdxPage-BEG8cDoF.js.map} +1 -1
  15. package/lib/{OperationList-pmOTKxgd.js → OperationList-BEiJFfFr.js} +9 -9
  16. package/lib/{OperationList-pmOTKxgd.js.map → OperationList-BEiJFfFr.js.map} +1 -1
  17. package/lib/{Route-CS3AkrVN.js → Route-BvREOAN6.js} +2 -2
  18. package/lib/{Route-CS3AkrVN.js.map → Route-BvREOAN6.js.map} +1 -1
  19. package/lib/{SidebarBadge-djIXD1Pv.js → SidebarBadge-C6wpM9X3.js} +3 -3
  20. package/lib/{SidebarBadge-djIXD1Pv.js.map → SidebarBadge-C6wpM9X3.js.map} +1 -1
  21. package/lib/{SlotletProvider-B1N8zYvn.js → SlotletProvider-Bdzag6MN.js} +4 -4
  22. package/lib/{SlotletProvider-B1N8zYvn.js.map → SlotletProvider-Bdzag6MN.js.map} +1 -1
  23. package/lib/{Spinner-D4ifRVWf.js → Spinner-DiA314T5.js} +2 -2
  24. package/lib/{Spinner-D4ifRVWf.js.map → Spinner-DiA314T5.js.map} +1 -1
  25. package/lib/{index-DGUP_dsJ.js → index-ClDFRC39.js} +9 -9
  26. package/lib/{index-DGUP_dsJ.js.map → index-ClDFRC39.js.map} +1 -1
  27. package/lib/{index-CZAFD5xN.js → index-LWNs2niD.js} +3 -3
  28. package/lib/{index-CZAFD5xN.js.map → index-LWNs2niD.js.map} +1 -1
  29. package/lib/zudoku.auth-openid.js +4 -4
  30. package/lib/zudoku.components.js +6 -6
  31. package/lib/zudoku.plugin-api-keys.js +5 -5
  32. package/lib/zudoku.plugin-custom-page.js +1 -1
  33. package/lib/zudoku.plugin-markdown.js +1 -1
  34. package/lib/zudoku.plugin-openapi.js +4 -4
  35. package/package.json +2 -2
  36. package/lib/Markdown-h11bKkQ9.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import { j as s } from "./jsx-runtime-B6kdoens.js";
2
- import { b as m } from "./Markdown-h11bKkQ9.js";
2
+ import { b as m } from "./Markdown-C3hatKS5.js";
3
3
  const a = ({
4
4
  children: t,
5
5
  className: r
@@ -7,4 +7,4 @@ const a = ({
7
7
  export {
8
8
  a as C
9
9
  };
10
- //# sourceMappingURL=CategoryHeading-D7_Jy0Lx.js.map
10
+ //# sourceMappingURL=CategoryHeading-BoT0DVI-.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CategoryHeading-D7_Jy0Lx.js","sources":["../src/lib/components/CategoryHeading.tsx"],"sourcesContent":["import { cx } from \"class-variance-authority\";\nimport type { ReactNode } from \"react\";\n\nexport const CategoryHeading = ({\n children,\n className,\n}: {\n children: ReactNode;\n className?: string;\n}) => {\n return (\n <div className={cx(\"text-sm font-semibold text-primary mb-2\", className)}>\n {children}\n </div>\n );\n};\n"],"names":["CategoryHeading","children","className","cx"],"mappings":";;AAGO,MAAMA,IAAkB,CAAC;AAAA,EAC9B,UAAAC;AAAA,EACA,WAAAC;AACF,4BAKK,OAAI,EAAA,WAAWC,EAAG,2CAA2CD,CAAS,GACpE,UAAAD,EACH,CAAA;"}
1
+ {"version":3,"file":"CategoryHeading-BoT0DVI-.js","sources":["../src/lib/components/CategoryHeading.tsx"],"sourcesContent":["import { cx } from \"class-variance-authority\";\nimport type { ReactNode } from \"react\";\n\nexport const CategoryHeading = ({\n children,\n className,\n}: {\n children: ReactNode;\n className?: string;\n}) => {\n return (\n <div className={cx(\"text-sm font-semibold text-primary mb-2\", className)}>\n {children}\n </div>\n );\n};\n"],"names":["CategoryHeading","children","className","cx"],"mappings":";;AAGO,MAAMA,IAAkB,CAAC;AAAA,EAC9B,UAAAC;AAAA,EACA,WAAAC;AACF,4BAKK,OAAI,EAAA,WAAWC,EAAG,2CAA2CD,CAAS,GACpE,UAAAD,EACH,CAAA;"}
@@ -4,7 +4,7 @@ var wt = (e) => {
4
4
  var He = (e, t, n) => t.has(e) || wt("Cannot " + n);
5
5
  var L = (e, t, n) => (He(e, t, "read from private field"), n ? n.call(e) : t.get(e)), we = (e, t, n) => t.has(e) ? wt("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, n), xe = (e, t, n, r) => (He(e, t, "write to private field"), r ? r.call(e, n) : t.set(e, n), n), q = (e, t, n) => (He(e, t, "access private method"), n);
6
6
  import { j as P } from "./jsx-runtime-B6kdoens.js";
7
- import { a as Nn, e as Dn } from "./Markdown-h11bKkQ9.js";
7
+ import { a as Nn, e as Dn } from "./Markdown-C3hatKS5.js";
8
8
  import * as f from "react";
9
9
  import oe, { useLayoutEffect as kn, useEffect as Fn, useState as In } from "react";
10
10
  import { R as Wn, A as _n, n as Bn, u as jn } from "./ZudokuContext-BHNQL3XO.js";
@@ -2786,4 +2786,4 @@ export {
2786
2786
  Zn as s,
2787
2787
  se as u
2788
2788
  };
2789
- //# sourceMappingURL=Combination-Ce1nWgn5.js.map
2789
+ //# sourceMappingURL=Combination-C1wKWZ28.js.map