@mattisvensson/strapi-plugin-webatlas 0.4.2 → 0.5.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 (55) hide show
  1. package/dist/_chunks/EmptyBox-BM4IscSk.mjs +1 -0
  2. package/dist/_chunks/EmptyBox-BM4IscSk.mjs.map +1 -0
  3. package/dist/_chunks/EmptyBox-T8t29l25.js +1 -0
  4. package/dist/_chunks/EmptyBox-T8t29l25.js.map +1 -0
  5. package/dist/_chunks/FullLoader-Cmsf8xS6.js +1 -0
  6. package/dist/_chunks/FullLoader-Cmsf8xS6.js.map +1 -0
  7. package/dist/_chunks/FullLoader-CrPED_dY.mjs +1 -0
  8. package/dist/_chunks/FullLoader-CrPED_dY.mjs.map +1 -0
  9. package/dist/_chunks/{de-Dn24NwJf.mjs → de-BkirTac9.mjs} +4 -1
  10. package/dist/_chunks/de-BkirTac9.mjs.map +1 -0
  11. package/dist/_chunks/{de-RiCps8UH.js → de-D8LMOTFI.js} +4 -1
  12. package/dist/_chunks/de-D8LMOTFI.js.map +1 -0
  13. package/dist/_chunks/{en-JLW5S3ZC.js → en-BdfmJUs8.js} +4 -1
  14. package/dist/_chunks/en-BdfmJUs8.js.map +1 -0
  15. package/dist/_chunks/{en-D9Lxaugc.mjs → en-DYbDta3m.mjs} +4 -1
  16. package/dist/_chunks/en-DYbDta3m.mjs.map +1 -0
  17. package/dist/_chunks/index-BAN8PGGJ.js +282 -0
  18. package/dist/_chunks/index-BAN8PGGJ.js.map +1 -0
  19. package/dist/_chunks/{index-Clikpy91.js → index-BOvKFOKk.js} +1663 -649
  20. package/dist/_chunks/{index-CiY-8z8F.js → index-BfgRvDzx.js} +1 -1
  21. package/dist/_chunks/index-BxnHHgGC.js +12163 -0
  22. package/dist/_chunks/index-BxnHHgGC.js.map +1 -0
  23. package/dist/_chunks/index-C5ejmUpN.mjs +12163 -0
  24. package/dist/_chunks/index-C5ejmUpN.mjs.map +1 -0
  25. package/dist/_chunks/index-CEt9P4TS.mjs +127 -0
  26. package/dist/_chunks/index-CEt9P4TS.mjs.map +1 -0
  27. package/dist/_chunks/{index-IHvD3566.js → index-CJNR2c7_.js} +1 -1
  28. package/dist/_chunks/{index-CSYue_D0.js → index-CJtLrSxU.js} +6 -6
  29. package/dist/_chunks/{index-B4pe6Yuh.mjs → index-CNfpGKSw.mjs} +1664 -650
  30. package/dist/_chunks/index-Ciae_OgQ.js +4177 -0
  31. package/dist/_chunks/index-Ciae_OgQ.js.map +1 -0
  32. package/dist/_chunks/{index-CtJ_9-RB.mjs → index-Ctq2vsD5.mjs} +6 -6
  33. package/dist/_chunks/index-CuJP8Fy7.mjs +4161 -0
  34. package/dist/_chunks/index-CuJP8Fy7.mjs.map +1 -0
  35. package/dist/_chunks/index-D4tWVnt1.js +127 -0
  36. package/dist/_chunks/index-D4tWVnt1.js.map +1 -0
  37. package/dist/_chunks/{index-CVj7qbwh.mjs → index-DTz7wDR7.mjs} +1 -1
  38. package/dist/_chunks/index-DtFIVZxq.mjs +282 -0
  39. package/dist/_chunks/index-DtFIVZxq.mjs.map +1 -0
  40. package/dist/_chunks/{index-9db80XRS.mjs → index-LAGFB7iO.mjs} +1 -1
  41. package/dist/admin/index.js +2 -1
  42. package/dist/admin/index.js.map +1 -0
  43. package/dist/admin/index.mjs +2 -1
  44. package/dist/admin/index.mjs.map +1 -0
  45. package/dist/admin/src/hooks/useApi.d.ts +1 -1
  46. package/dist/admin/src/pages/Navigation/Page.d.ts +2 -0
  47. package/dist/admin/src/pages/Navigation/index.d.ts +2 -2
  48. package/dist/server/index.js +13 -1
  49. package/dist/server/index.js.map +1 -0
  50. package/dist/server/index.mjs +13 -1
  51. package/dist/server/index.mjs.map +1 -0
  52. package/dist/server/src/index.d.ts +1 -1
  53. package/dist/server/src/services/admin.d.ts +1 -1
  54. package/dist/server/src/services/index.d.ts +1 -1
  55. package/package.json +1 -1
@@ -23,7 +23,7 @@ const __variableDynamicImportRuntimeHelper = (glob, path, segs) => {
23
23
  );
24
24
  });
25
25
  };
26
- const version = "0.4.1";
26
+ const version = "0.4.2";
27
27
  const keywords = [];
28
28
  const type = "commonjs";
29
29
  const exports = {
@@ -158,7 +158,7 @@ const Initializer = ({ setPlugin }) => {
158
158
  const RouteIcon = () => /* @__PURE__ */ jsx(Link, {});
159
159
  const NavigationIcon = () => /* @__PURE__ */ jsx(List, {});
160
160
  function useApi() {
161
- const { get, post, put, del } = useFetchClient();
161
+ const { get, put, del } = useFetchClient();
162
162
  const fetchAllContentTypes = async () => {
163
163
  const { data } = await get("/content-manager/content-types");
164
164
  return data.data;
@@ -4059,7 +4059,7 @@ const index = {
4059
4059
  defaultMessage: "Routes"
4060
4060
  },
4061
4061
  Component: async () => {
4062
- const component = await import("./index-9db80XRS.mjs");
4062
+ const component = await import("./index-LAGFB7iO.mjs");
4063
4063
  return { default: component.default };
4064
4064
  },
4065
4065
  permissions: [
@@ -4078,7 +4078,7 @@ const index = {
4078
4078
  defaultMessage: "Navigation"
4079
4079
  },
4080
4080
  Component: async () => {
4081
- const component = await import("./index-B4pe6Yuh.mjs");
4081
+ const component = await import("./index-CNfpGKSw.mjs");
4082
4082
  return { default: component.default };
4083
4083
  },
4084
4084
  permissions: [
@@ -4107,7 +4107,7 @@ const index = {
4107
4107
  Component: async () => {
4108
4108
  return await import(
4109
4109
  /* webpackChunkName: "webatlas-settings-page" */
4110
- "./index-CVj7qbwh.mjs"
4110
+ "./index-DTz7wDR7.mjs"
4111
4111
  );
4112
4112
  },
4113
4113
  permissions: [
@@ -4136,7 +4136,7 @@ const index = {
4136
4136
  return Promise.all(
4137
4137
  locales.map(async (locale) => {
4138
4138
  try {
4139
- const { default: data } = await __variableDynamicImportRuntimeHelper(/* @__PURE__ */ Object.assign({ "./translations/de.json": () => import("./de-Dn24NwJf.mjs"), "./translations/en.json": () => import("./en-D9Lxaugc.mjs") }), `./translations/${locale}.json`, 3);
4139
+ const { default: data } = await __variableDynamicImportRuntimeHelper(/* @__PURE__ */ Object.assign({ "./translations/de.json": () => import("./de-BkirTac9.mjs"), "./translations/en.json": () => import("./en-DYbDta3m.mjs") }), `./translations/${locale}.json`, 3);
4140
4140
  return { data, locale };
4141
4141
  } catch {
4142
4142
  return { data: {}, locale };