zudoku 0.18.1 → 0.18.3

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 (44) hide show
  1. package/dist/lib/authentication/AuthenticationPlugin.d.ts +4 -2
  2. package/dist/lib/authentication/AuthenticationPlugin.js +3 -0
  3. package/dist/lib/authentication/AuthenticationPlugin.js.map +1 -1
  4. package/dist/lib/authentication/authentication.d.ts +1 -1
  5. package/dist/lib/components/Header.js +12 -4
  6. package/dist/lib/components/Header.js.map +1 -1
  7. package/dist/lib/components/Layout.js +1 -1
  8. package/dist/lib/components/Layout.js.map +1 -1
  9. package/dist/lib/core/plugins.d.ts +6 -0
  10. package/dist/lib/core/plugins.js.map +1 -1
  11. package/dist/lib/oas/parser/upgrade/index.js +1 -3
  12. package/dist/lib/oas/parser/upgrade/index.js.map +1 -1
  13. package/dist/lib/plugins/api-keys/index.js +3 -0
  14. package/dist/lib/plugins/api-keys/index.js.map +1 -1
  15. package/dist/vite/remarkStaticGeneration.js +5 -5
  16. package/dist/vite/remarkStaticGeneration.js.map +1 -1
  17. package/lib/AuthenticationPlugin-D0Em0SwR.js +59 -0
  18. package/lib/AuthenticationPlugin-D0Em0SwR.js.map +1 -0
  19. package/lib/{OperationList-BwBl1xrD.js → OperationList-n4cxkna8.js} +2 -2
  20. package/lib/{OperationList-BwBl1xrD.js.map → OperationList-n4cxkna8.js.map} +1 -1
  21. package/lib/assets/{worker-CPsGZsve.js → worker-DFqp3K5a.js} +432 -434
  22. package/lib/assets/{worker-CPsGZsve.js.map → worker-DFqp3K5a.js.map} +1 -1
  23. package/lib/{createServer-DK-g7kbB.js → createServer-DizTyrsZ.js} +2 -4
  24. package/lib/{createServer-DK-g7kbB.js.map → createServer-DizTyrsZ.js.map} +1 -1
  25. package/lib/{index-DNxQ_rCt.js → index-DVheR31u.js} +3 -3
  26. package/lib/{index-DNxQ_rCt.js.map → index-DVheR31u.js.map} +1 -1
  27. package/lib/zudoku.auth-clerk.js +1 -1
  28. package/lib/zudoku.auth-openid.js +1 -1
  29. package/lib/zudoku.components.js +330 -317
  30. package/lib/zudoku.components.js.map +1 -1
  31. package/lib/zudoku.openapi-worker.js +1 -1
  32. package/lib/zudoku.plugin-api-keys.js +40 -38
  33. package/lib/zudoku.plugin-api-keys.js.map +1 -1
  34. package/lib/zudoku.plugin-openapi.js +1 -1
  35. package/package.json +2 -2
  36. package/src/lib/authentication/AuthenticationPlugin.tsx +4 -1
  37. package/src/lib/authentication/authentication.ts +1 -1
  38. package/src/lib/components/Header.tsx +42 -9
  39. package/src/lib/components/Layout.tsx +1 -1
  40. package/src/lib/core/plugins.ts +8 -0
  41. package/src/lib/oas/parser/upgrade/index.ts +1 -3
  42. package/src/lib/plugins/api-keys/index.tsx +3 -0
  43. package/lib/AuthenticationPlugin-DeGDVa1r.js +0 -56
  44. package/lib/AuthenticationPlugin-DeGDVa1r.js.map +0 -1
@@ -1,7 +1,7 @@
1
1
  var u = Object.defineProperty;
2
2
  var d = (n, i, e) => i in n ? u(n, i, { enumerable: !0, configurable: !0, writable: !0, value: e }) : n[i] = e;
3
3
  var a = (n, i, e) => d(n, typeof i != "symbol" ? i + "" : i, e);
4
- import { A as w } from "./AuthenticationPlugin-DeGDVa1r.js";
4
+ import { A as w } from "./AuthenticationPlugin-D0Em0SwR.js";
5
5
  import { u as l } from "./state-tsXBLONe.js";
6
6
  class g extends w {
7
7
  constructor(e) {
@@ -3,7 +3,7 @@ var je = (t, e, n) => e in t ? Ie(t, e, { enumerable: !0, configurable: !0, writ
3
3
  var b = (t, e, n) => je(t, typeof e != "symbol" ? e + "" : e, n);
4
4
  import { j as fe } from "./jsx-runtime-B6kdoens.js";
5
5
  import { c as Je, g as Oe } from "./_commonjsHelpers-BkfeUUK-.js";
6
- import { A as ze } from "./AuthenticationPlugin-DeGDVa1r.js";
6
+ import { A as ze } from "./AuthenticationPlugin-D0Em0SwR.js";
7
7
  import { g as De } from "./utils-DcpDOncX.js";
8
8
  import { Z as Ne } from "./invariant-Caa8-XvF.js";
9
9
  import { l as Ke } from "./index-Czzd9rjU.js";