zudoku 0.43.2 → 0.44.0

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 (57) hide show
  1. package/dist/lib/authentication/components/CallbackHandler.js +5 -1
  2. package/dist/lib/authentication/components/CallbackHandler.js.map +1 -1
  3. package/dist/lib/authentication/providers/auth0.js +1 -1
  4. package/dist/lib/authentication/providers/auth0.js.map +1 -1
  5. package/dist/lib/authentication/providers/clerk.js +13 -5
  6. package/dist/lib/authentication/providers/clerk.js.map +1 -1
  7. package/dist/lib/authentication/providers/openid.d.ts +6 -9
  8. package/dist/lib/authentication/providers/openid.js +17 -29
  9. package/dist/lib/authentication/providers/openid.js.map +1 -1
  10. package/dist/lib/plugins/openapi/playground/QueryParams.js +1 -1
  11. package/dist/lib/plugins/openapi/playground/QueryParams.js.map +1 -1
  12. package/dist/lib/util/url.d.ts +4 -0
  13. package/dist/lib/util/url.js +13 -0
  14. package/dist/lib/util/url.js.map +1 -0
  15. package/dist/lib/util/url.test.d.ts +1 -0
  16. package/dist/lib/util/url.test.js +26 -0
  17. package/dist/lib/util/url.test.js.map +1 -0
  18. package/lib/{AuthenticationPlugin-BxoEZCSJ.js → AuthenticationPlugin-BlJsiGuX.js} +2 -2
  19. package/lib/{AuthenticationPlugin-BxoEZCSJ.js.map → AuthenticationPlugin-BlJsiGuX.js.map} +1 -1
  20. package/lib/{MdxPage-DUcuusMU.js → MdxPage-DlJaCSPf.js} +3 -3
  21. package/lib/{MdxPage-DUcuusMU.js.map → MdxPage-DlJaCSPf.js.map} +1 -1
  22. package/lib/{OasProvider-CjMm8pB7.js → OasProvider-DHPC9PnR.js} +2 -2
  23. package/lib/{OasProvider-CjMm8pB7.js.map → OasProvider-DHPC9PnR.js.map} +1 -1
  24. package/lib/{OperationList-BhJcPgGi.js → OperationList-C6Ky0zQa.js} +5 -5
  25. package/lib/{OperationList-BhJcPgGi.js.map → OperationList-C6Ky0zQa.js.map} +1 -1
  26. package/lib/{Pagination-BgQxwq5j.js → Pagination-C5Fi7z_v.js} +2 -2
  27. package/lib/{Pagination-BgQxwq5j.js.map → Pagination-C5Fi7z_v.js.map} +1 -1
  28. package/lib/{SchemaList-BexhT_Z0.js → SchemaList-Cu7rWQ_k.js} +3 -3
  29. package/lib/{SchemaList-BexhT_Z0.js.map → SchemaList-Cu7rWQ_k.js.map} +1 -1
  30. package/lib/{SchemaView-Dt_-u8rW.js → SchemaView-Ci_CnNlv.js} +2 -2
  31. package/lib/{SchemaView-Dt_-u8rW.js.map → SchemaView-Ci_CnNlv.js.map} +1 -1
  32. package/lib/{circular-BWEIet3w.js → circular-P9P1oxbQ.js} +2 -2
  33. package/lib/{circular-BWEIet3w.js.map → circular-P9P1oxbQ.js.map} +1 -1
  34. package/lib/{createServer-BQD3Eeqb.js → createServer-Iclzdx0h.js} +3 -3
  35. package/lib/{createServer-BQD3Eeqb.js.map → createServer-Iclzdx0h.js.map} +1 -1
  36. package/lib/{index-CFf9AN-y.js → index-C56xKbMM.js} +7 -7
  37. package/lib/{index-CFf9AN-y.js.map → index-C56xKbMM.js.map} +1 -1
  38. package/lib/{index-DGNSSXgR.js → index-CzUOM_vE.js} +3 -3
  39. package/lib/{index-DGNSSXgR.js.map → index-CzUOM_vE.js.map} +1 -1
  40. package/lib/zudoku.auth-auth0.js +7 -7
  41. package/lib/zudoku.auth-auth0.js.map +1 -1
  42. package/lib/zudoku.auth-clerk.js +26 -26
  43. package/lib/zudoku.auth-clerk.js.map +1 -1
  44. package/lib/zudoku.auth-openid.js +407 -405
  45. package/lib/zudoku.auth-openid.js.map +1 -1
  46. package/lib/zudoku.components.js +1 -1
  47. package/lib/zudoku.plugin-api-catalog.js +1 -1
  48. package/lib/zudoku.plugin-markdown.js +1 -1
  49. package/lib/zudoku.plugin-openapi.js +1 -1
  50. package/package.json +1 -1
  51. package/src/lib/authentication/components/CallbackHandler.tsx +11 -1
  52. package/src/lib/authentication/providers/auth0.tsx +1 -1
  53. package/src/lib/authentication/providers/clerk.tsx +14 -10
  54. package/src/lib/authentication/providers/openid.tsx +24 -42
  55. package/src/lib/plugins/openapi/playground/QueryParams.tsx +1 -1
  56. package/src/lib/util/url.test.ts +51 -0
  57. package/src/lib/util/url.ts +18 -0
@@ -52,7 +52,7 @@ const ps = (e) => {
52
52
  var me, pe;
53
53
  class hs {
54
54
  constructor(t) {
55
- Ce(this, me, async () => (Se || (Se = import("./createServer-BQD3Eeqb.js").then(
55
+ Ce(this, me, async () => (Se || (Se = import("./createServer-Iclzdx0h.js").then(
56
56
  (t) => t.createServer(this.config)
57
57
  )), Se));
58
58
  Ce(this, pe, async (t) => this.config.server ? fetch(this.config.server, t) : (await Ne(this, me).call(this)).fetch("http://localhost/graphql", t));
@@ -2089,7 +2089,7 @@ const on = ({
2089
2089
  onChange: (m) => {
2090
2090
  l.onChange(m), a.setValue(`queryParams.${i}.active`, !0);
2091
2091
  },
2092
- className: "font-mono text-xs border-0 ring-1 ring-ring"
2092
+ className: "font-mono text-xs border-0 shadow-none"
2093
2093
  }
2094
2094
  ) : /* @__PURE__ */ n.jsx(
2095
2095
  He,
@@ -2932,7 +2932,7 @@ const Pr = {
2932
2932
  }, Pt = (e) => ({
2933
2933
  path: e.routePath,
2934
2934
  async lazy() {
2935
- const { OasProvider: t } = await import("./OasProvider-CjMm8pB7.js");
2935
+ const { OasProvider: t } = await import("./OasProvider-DHPC9PnR.js");
2936
2936
  return {
2937
2937
  element: /* @__PURE__ */ n.jsx(
2938
2938
  t,
@@ -2953,7 +2953,7 @@ const Pr = {
2953
2953
  }) => ({
2954
2954
  path: e,
2955
2955
  async lazy() {
2956
- const { OperationList: a } = await import("./OperationList-BhJcPgGi.js");
2956
+ const { OperationList: a } = await import("./OperationList-C6Ky0zQa.js");
2957
2957
  return { element: /* @__PURE__ */ n.jsx(a, { tag: t, untagged: s }) };
2958
2958
  }
2959
2959
  }), Gr = ({
@@ -2975,7 +2975,7 @@ const Pr = {
2975
2975
  }, Ur = ({ path: e }) => ({
2976
2976
  path: e,
2977
2977
  async lazy() {
2978
- const { OperationList: t } = await import("./OperationList-BhJcPgGi.js");
2978
+ const { OperationList: t } = await import("./OperationList-C6Ky0zQa.js");
2979
2979
  return {
2980
2980
  element: /* @__PURE__ */ n.jsx(
2981
2981
  Gr,
@@ -2996,7 +2996,7 @@ const Pr = {
2996
2996
  {
2997
2997
  path: I(e, "~schemas"),
2998
2998
  lazy: async () => {
2999
- const { SchemaList: t } = await import("./SchemaList-BexhT_Z0.js");
2999
+ const { SchemaList: t } = await import("./SchemaList-Cu7rWQ_k.js");
3000
3000
  return { element: /* @__PURE__ */ n.jsx(t, {}) };
3001
3001
  }
3002
3002
  }
@@ -3205,4 +3205,4 @@ export {
3205
3205
  Ut as y,
3206
3206
  mn as z
3207
3207
  };
3208
- //# sourceMappingURL=index-CFf9AN-y.js.map
3208
+ //# sourceMappingURL=index-C56xKbMM.js.map