@mattisvensson/strapi-plugin-webatlas 0.2.5 → 0.2.6

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 (50) hide show
  1. package/dist/_chunks/{index-BjbgWZrg.mjs → index-BMQSVj43.mjs} +11 -7
  2. package/dist/_chunks/{index-B5ilx6DT.mjs → index-BMlQpLGa.mjs} +1 -1
  3. package/dist/_chunks/{index-BxuR805w.mjs → index-B_RPO9ty.mjs} +1 -1
  4. package/dist/_chunks/{index-kz3NL7uv.js → index-BvXbuF1E.js} +1 -1
  5. package/dist/_chunks/{index-B-ABW-o6.js → index-D4IHmUrH.js} +1 -1
  6. package/dist/_chunks/{index-B7vKSyAn.js → index-DIyVy-8D.js} +20 -14
  7. package/dist/_chunks/{index-CAjBRbaH.js → index-DrlYDm6a.js} +11 -7
  8. package/dist/_chunks/{index-D_OdzeaU.mjs → index-uoH_HJQr.mjs} +1 -1
  9. package/dist/admin/index.js +1 -1
  10. package/dist/admin/index.mjs +1 -1
  11. package/dist/admin/src/components/CMEditViewAside/Alias.d.ts +1 -1
  12. package/dist/server/index.js +12 -12
  13. package/dist/server/index.js.map +1 -1
  14. package/dist/server/index.mjs +12 -12
  15. package/dist/server/index.mjs.map +1 -1
  16. package/dist/server/src/content-types/index.d.ts +5 -5
  17. package/dist/server/src/content-types/navigation/index.d.ts +1 -1
  18. package/dist/server/src/content-types/navigation/schema.d.ts +1 -1
  19. package/dist/server/src/content-types/navitem/index.d.ts +3 -3
  20. package/dist/server/src/content-types/navitem/schema.d.ts +3 -3
  21. package/dist/server/src/content-types/route/index.d.ts +1 -1
  22. package/dist/server/src/content-types/route/schema.d.ts +1 -1
  23. package/dist/server/src/index.d.ts +5 -5
  24. package/package.json +1 -1
  25. package/dist/_chunks/EmptyBox-7D4LrvdH.mjs.map +0 -1
  26. package/dist/_chunks/EmptyBox-DT6D5gcf.js.map +0 -1
  27. package/dist/_chunks/_baseConvert-CDjccxdO.mjs +0 -859
  28. package/dist/_chunks/_baseConvert-CDjccxdO.mjs.map +0 -1
  29. package/dist/_chunks/_baseConvert-DVIhGQH6.js +0 -858
  30. package/dist/_chunks/_baseConvert-DVIhGQH6.js.map +0 -1
  31. package/dist/_chunks/en-B4KWt_jN.js.map +0 -1
  32. package/dist/_chunks/en-Byx4XI2L.mjs.map +0 -1
  33. package/dist/_chunks/index-1VNPebOd.mjs +0 -45
  34. package/dist/_chunks/index-1VNPebOd.mjs.map +0 -1
  35. package/dist/_chunks/index-B7vKSyAn.js.map +0 -1
  36. package/dist/_chunks/index-CPE1Ne_e.js +0 -4102
  37. package/dist/_chunks/index-CPE1Ne_e.js.map +0 -1
  38. package/dist/_chunks/index-ChOgKZGK.mjs +0 -9924
  39. package/dist/_chunks/index-ChOgKZGK.mjs.map +0 -1
  40. package/dist/_chunks/index-Cs_oxZfX.js +0 -17134
  41. package/dist/_chunks/index-CuMn96qA.js +0 -9924
  42. package/dist/_chunks/index-CuMn96qA.js.map +0 -1
  43. package/dist/_chunks/index-Djk_-mU6.js +0 -45
  44. package/dist/_chunks/index-Djk_-mU6.js.map +0 -1
  45. package/dist/_chunks/index-HHBjOGX5.mjs +0 -17130
  46. package/dist/_chunks/index-HHBjOGX5.mjs.map +0 -1
  47. package/dist/_chunks/index-yLrZAFVv.mjs +0 -4086
  48. package/dist/_chunks/index-yLrZAFVv.mjs.map +0 -1
  49. package/dist/admin/index.js.map +0 -1
  50. package/dist/admin/index.mjs.map +0 -1
@@ -75,10 +75,10 @@ declare const _default: {
75
75
  };
76
76
  navitem: {
77
77
  type: string;
78
+ configurable: boolean;
78
79
  relation: string;
79
80
  target: string;
80
81
  mappedBy: string;
81
- configurable: boolean;
82
82
  };
83
83
  wrapper: {
84
84
  type: string;
@@ -128,9 +128,9 @@ declare const _default: {
128
128
  };
129
129
  items: {
130
130
  type: string;
131
+ configurable: boolean;
131
132
  relation: string;
132
133
  target: string;
133
- configurable: boolean;
134
134
  mappedBy: string;
135
135
  };
136
136
  };
@@ -160,23 +160,23 @@ declare const _default: {
160
160
  attributes: {
161
161
  navigation: {
162
162
  type: string;
163
+ configurable: boolean;
163
164
  relation: string;
164
165
  target: string;
165
- configurable: boolean;
166
166
  inversedBy: string;
167
167
  };
168
168
  route: {
169
169
  type: string;
170
+ configurable: boolean;
170
171
  relation: string;
171
172
  target: string;
172
173
  inversedBy: string;
173
- configurable: boolean;
174
174
  };
175
175
  parent: {
176
176
  type: string;
177
+ configurable: boolean;
177
178
  relation: string;
178
179
  target: string;
179
- configurable: boolean;
180
180
  };
181
181
  order: {
182
182
  type: string;
@@ -38,9 +38,9 @@ declare const _default: {
38
38
  };
39
39
  items: {
40
40
  type: string;
41
+ configurable: boolean;
41
42
  relation: string;
42
43
  target: string;
43
- configurable: boolean;
44
44
  mappedBy: string;
45
45
  };
46
46
  };
@@ -37,9 +37,9 @@ declare const _default: {
37
37
  };
38
38
  items: {
39
39
  type: string;
40
+ configurable: boolean;
40
41
  relation: string;
41
42
  target: string;
42
- configurable: boolean;
43
43
  mappedBy: string;
44
44
  };
45
45
  };
@@ -22,23 +22,23 @@ declare const _default: {
22
22
  attributes: {
23
23
  navigation: {
24
24
  type: string;
25
+ configurable: boolean;
25
26
  relation: string;
26
27
  target: string;
27
- configurable: boolean;
28
28
  inversedBy: string;
29
29
  };
30
30
  route: {
31
31
  type: string;
32
+ configurable: boolean;
32
33
  relation: string;
33
34
  target: string;
34
35
  inversedBy: string;
35
- configurable: boolean;
36
36
  };
37
37
  parent: {
38
38
  type: string;
39
+ configurable: boolean;
39
40
  relation: string;
40
41
  target: string;
41
- configurable: boolean;
42
42
  };
43
43
  order: {
44
44
  type: string;
@@ -21,23 +21,23 @@ declare const _default: {
21
21
  attributes: {
22
22
  navigation: {
23
23
  type: string;
24
+ configurable: boolean;
24
25
  relation: string;
25
26
  target: string;
26
- configurable: boolean;
27
27
  inversedBy: string;
28
28
  };
29
29
  route: {
30
30
  type: string;
31
+ configurable: boolean;
31
32
  relation: string;
32
33
  target: string;
33
34
  inversedBy: string;
34
- configurable: boolean;
35
35
  };
36
36
  parent: {
37
37
  type: string;
38
+ configurable: boolean;
38
39
  relation: string;
39
40
  target: string;
40
- configurable: boolean;
41
41
  };
42
42
  order: {
43
43
  type: string;
@@ -74,10 +74,10 @@ declare const _default: {
74
74
  };
75
75
  navitem: {
76
76
  type: string;
77
+ configurable: boolean;
77
78
  relation: string;
78
79
  target: string;
79
80
  mappedBy: string;
80
- configurable: boolean;
81
81
  };
82
82
  wrapper: {
83
83
  type: string;
@@ -73,10 +73,10 @@ declare const _default: {
73
73
  };
74
74
  navitem: {
75
75
  type: string;
76
+ configurable: boolean;
76
77
  relation: string;
77
78
  target: string;
78
79
  mappedBy: string;
79
- configurable: boolean;
80
80
  };
81
81
  wrapper: {
82
82
  type: string;
@@ -164,10 +164,10 @@ declare const _default: {
164
164
  };
165
165
  navitem: {
166
166
  type: string;
167
+ configurable: boolean;
167
168
  relation: string;
168
169
  target: string;
169
170
  mappedBy: string;
170
- configurable: boolean;
171
171
  };
172
172
  wrapper: {
173
173
  type: string;
@@ -217,9 +217,9 @@ declare const _default: {
217
217
  };
218
218
  items: {
219
219
  type: string;
220
+ configurable: boolean;
220
221
  relation: string;
221
222
  target: string;
222
- configurable: boolean;
223
223
  mappedBy: string;
224
224
  };
225
225
  };
@@ -249,23 +249,23 @@ declare const _default: {
249
249
  attributes: {
250
250
  navigation: {
251
251
  type: string;
252
+ configurable: boolean;
252
253
  relation: string;
253
254
  target: string;
254
- configurable: boolean;
255
255
  inversedBy: string;
256
256
  };
257
257
  route: {
258
258
  type: string;
259
+ configurable: boolean;
259
260
  relation: string;
260
261
  target: string;
261
262
  inversedBy: string;
262
- configurable: boolean;
263
263
  };
264
264
  parent: {
265
265
  type: string;
266
+ configurable: boolean;
266
267
  relation: string;
267
268
  target: string;
268
- configurable: boolean;
269
269
  };
270
270
  order: {
271
271
  type: string;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.5",
2
+ "version": "0.2.6",
3
3
  "keywords": [],
4
4
  "type": "commonjs",
5
5
  "exports": {
@@ -1 +0,0 @@
1
- {"version":3,"file":"EmptyBox-7D4LrvdH.mjs","sources":["../../admin/src/components/UI/Center.tsx","../../admin/src/components/UI/EmptyBox.tsx"],"sourcesContent":["import { Flex } from '@strapi/design-system';\n\nexport default function Center({ height = 400, children }: { height?: number, children: React.ReactNode }) {\n\n return (\n <Flex direction=\"column\" minHeight={`${height}px`} justifyContent=\"center\">\n {children}\n </Flex>\n )\n}","import { EmptyDocuments } from '@strapi/icons/symbols';\nimport { Box, Typography } from '@strapi/design-system';\n\ntype EmptyNavProps = {\n msg: string;\n}\n\nexport default function EmptyBox ({ msg }: EmptyNavProps) {\n\n return (\n <>\n <EmptyDocuments width=\"10rem\" height=\"6rem\"/>\n <Box padding={4}>\n <Typography variant=\"beta\" textColor=\"neutral600\">{msg}</Typography>\n </Box>\n </>\n )\n}"],"names":[],"mappings":";;;AAEA,SAAwB,OAAO,EAAE,SAAS,KAAK,YAA4D;AAGvG,SAAA,oBAAC,MAAK,EAAA,WAAU,UAAS,WAAW,GAAG,MAAM,MAAM,gBAAe,UAC/D,SACH,CAAA;AAEJ;ACFwB,SAAA,SAAU,EAAE,OAAsB;AAExD,SAEI,qBAAA,UAAA,EAAA,UAAA;AAAA,IAAA,oBAAC,gBAAe,EAAA,OAAM,SAAQ,QAAO,QAAM;AAAA,IAC3C,oBAAC,KAAI,EAAA,SAAS,GACZ,UAAA,oBAAC,YAAW,EAAA,SAAQ,QAAO,WAAU,cAAc,UAAA,IAAA,CAAI,EACzD,CAAA;AAAA,EAAA,GACF;AAEJ;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"EmptyBox-DT6D5gcf.js","sources":["../../admin/src/components/UI/Center.tsx","../../admin/src/components/UI/EmptyBox.tsx"],"sourcesContent":["import { Flex } from '@strapi/design-system';\n\nexport default function Center({ height = 400, children }: { height?: number, children: React.ReactNode }) {\n\n return (\n <Flex direction=\"column\" minHeight={`${height}px`} justifyContent=\"center\">\n {children}\n </Flex>\n )\n}","import { EmptyDocuments } from '@strapi/icons/symbols';\nimport { Box, Typography } from '@strapi/design-system';\n\ntype EmptyNavProps = {\n msg: string;\n}\n\nexport default function EmptyBox ({ msg }: EmptyNavProps) {\n\n return (\n <>\n <EmptyDocuments width=\"10rem\" height=\"6rem\"/>\n <Box padding={4}>\n <Typography variant=\"beta\" textColor=\"neutral600\">{msg}</Typography>\n </Box>\n </>\n )\n}"],"names":["jsx","Flex","jsxs","Fragment","EmptyDocuments","Box","Typography"],"mappings":";;;;AAEA,SAAwB,OAAO,EAAE,SAAS,KAAK,YAA4D;AAGvG,SAAAA,2BAAA,IAACC,aAAK,MAAA,EAAA,WAAU,UAAS,WAAW,GAAG,MAAM,MAAM,gBAAe,UAC/D,SACH,CAAA;AAEJ;ACFwB,SAAA,SAAU,EAAE,OAAsB;AAExD,SAEIC,2BAAA,KAAAC,qBAAA,EAAA,UAAA;AAAA,IAAAH,2BAAA,IAACI,QAAe,gBAAA,EAAA,OAAM,SAAQ,QAAO,QAAM;AAAA,IAC3CJ,2BAAA,IAACK,aAAI,KAAA,EAAA,SAAS,GACZ,UAAAL,2BAAAA,IAACM,aAAAA,YAAW,EAAA,SAAQ,QAAO,WAAU,cAAc,UAAA,IAAA,CAAI,EACzD,CAAA;AAAA,EAAA,GACF;AAEJ;;;"}