@geowiki/cms 0.16.11 → 0.16.14

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.
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  ContainerWidget
4
- } from "./chunk-4OAXIZX5.mjs";
5
- import "./chunk-EXWDSOSB.mjs";
4
+ } from "./chunk-PXKRTTW7.mjs";
5
+ import "./chunk-43BPHKG6.mjs";
6
6
  export {
7
7
  ContainerWidget
8
8
  };
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Sections
3
- } from "./chunk-EXWDSOSB.mjs";
3
+ } from "./chunk-43BPHKG6.mjs";
4
4
 
5
5
  // src/components/Section/Recodo/LanguagesWidget.tsx
6
6
  import { useCmsContentWithType, useDefaultSettings } from "@geowiki/core";
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  NewsLetterWidget
4
- } from "./chunk-3S7WDLML.mjs";
4
+ } from "./chunk-UGPLOPUH.mjs";
5
5
  export {
6
6
  NewsLetterWidget
7
7
  };
@@ -111,7 +111,7 @@ var RowWidget = dynamic(
111
111
  () => import("./RowWidget-VSVZUIYH.mjs").then((mod) => mod.RowWidget)
112
112
  );
113
113
  var NewsLetterWidget = dynamic(
114
- () => import("./NewsLetterWidget-QT57OV3F.mjs").then((mod) => mod.NewsLetterWidget)
114
+ () => import("./NewsLetterWidget-AFK476TF.mjs").then((mod) => mod.NewsLetterWidget)
115
115
  );
116
116
  var StatsWidget = dynamic(
117
117
  () => import("./StatsWidget-4MISF6XB.mjs").then((mod) => mod.StatsWidget)
@@ -131,7 +131,7 @@ var MarkdownWidget = dynamic(
131
131
  () => import("./MarkdownWidget-QTTNNVQW.mjs").then((mod) => mod.MarkdownWidget)
132
132
  );
133
133
  var ContainerWidget = dynamic(
134
- () => import("./ContainerWidget-RNOQK7CT.mjs").then((mod) => mod.ContainerWidget)
134
+ () => import("./ContainerWidget-N5TYK7XV.mjs").then((mod) => mod.ContainerWidget)
135
135
  );
136
136
  var HeroWidget = dynamic(
137
137
  () => import("./HeroWidget-A4ODJCXZ.mjs").then((mod) => mod.HeroWidget)
@@ -205,7 +205,7 @@ var HeaderBodyWidget = dynamic(
205
205
  () => import("./HeaderBodyWidget-ZW2WYKNP.mjs").then((mod) => mod.HeaderBodyWidget)
206
206
  );
207
207
  var LanguageWidget = dynamic(
208
- () => import("./LanguagesWidget-DGVAZAXK.mjs").then((mod) => mod.LanguageWidget)
208
+ () => import("./LanguagesWidget-KWCLJBRT.mjs").then((mod) => mod.LanguageWidget)
209
209
  );
210
210
  var SubtitleH3KeyResourcesWidget = dynamic(
211
211
  () => import("./SubtitleH3KeyResourcesWidget-AGBBJ7ZJ.mjs").then(
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Sections
3
- } from "./chunk-EXWDSOSB.mjs";
3
+ } from "./chunk-43BPHKG6.mjs";
4
4
 
5
5
  // src/components/Section/ContainerWidget.tsx
6
6
  import { jsx } from "react/jsx-runtime";
@@ -116,7 +116,7 @@ var NewsLetterWidget = ({ data }) => {
116
116
  {
117
117
  href: data.NewsLetter?.PrivacyUrl?.Text || "#",
118
118
  className: "font-medium underline cursor-pointer",
119
- children: "Privacy Policy."
119
+ children: "Terms of Use."
120
120
  }
121
121
  )
122
122
  ] })
package/dist/index.js CHANGED
@@ -1232,7 +1232,7 @@ var init_NewsLetterWidget = __esm({
1232
1232
  {
1233
1233
  href: data.NewsLetter?.PrivacyUrl?.Text || "#",
1234
1234
  className: "font-medium underline cursor-pointer",
1235
- children: "Privacy Policy."
1235
+ children: "Terms of Use."
1236
1236
  }
1237
1237
  )
1238
1238
  ] })
package/dist/index.mjs CHANGED
@@ -18,11 +18,11 @@ import {
18
18
  } from "./chunk-UYS3OVMP.mjs";
19
19
  import {
20
20
  ContainerWidget
21
- } from "./chunk-4OAXIZX5.mjs";
21
+ } from "./chunk-PXKRTTW7.mjs";
22
22
  import {
23
23
  Sections,
24
24
  WidgetErrorBoundary
25
- } from "./chunk-EXWDSOSB.mjs";
25
+ } from "./chunk-43BPHKG6.mjs";
26
26
  import {
27
27
  HeroWidget
28
28
  } from "./chunk-XR7AIYAA.mjs";
@@ -49,7 +49,7 @@ import {
49
49
  } from "./chunk-VFYJ2I2X.mjs";
50
50
  import {
51
51
  NewsLetterWidget
52
- } from "./chunk-3S7WDLML.mjs";
52
+ } from "./chunk-UGPLOPUH.mjs";
53
53
  import {
54
54
  FarmerClusterFinderWidget
55
55
  } from "./chunk-XF76SGFU.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geowiki/cms",
3
- "version": "0.16.11",
3
+ "version": "0.16.14",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -33,12 +33,12 @@
33
33
  "react-player": "^2.16.1",
34
34
  "react-responsive-carousel": "^3.2.23",
35
35
  "uuid": "^14.0.0",
36
- "@geowiki/api-proxy": "0.16.11",
37
- "@geowiki/recodo": "0.16.11",
38
- "@geowiki/map": "0.16.11",
39
- "@geowiki/ui": "0.16.11",
40
- "@geowiki/cms-proxy": "0.16.11",
41
- "@geowiki/core": "0.16.11"
36
+ "@geowiki/cms-proxy": "0.16.14",
37
+ "@geowiki/api-proxy": "0.16.14",
38
+ "@geowiki/map": "0.16.14",
39
+ "@geowiki/ui": "0.16.14",
40
+ "@geowiki/recodo": "0.16.14",
41
+ "@geowiki/core": "0.16.14"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@tailwindcss/aspect-ratio": "^0.4.2",
@@ -57,9 +57,9 @@
57
57
  "tailwindcss-animate": "^1.0.7",
58
58
  "tsup": "^8.5.1",
59
59
  "typescript": "5.4.2",
60
+ "tsconfig": "0.0.0",
60
61
  "eslint-config-custom": "0.0.0",
61
- "tailwind-config": "0.0.0",
62
- "tsconfig": "0.0.0"
62
+ "tailwind-config": "0.0.0"
63
63
  },
64
64
  "scripts": {
65
65
  "build": "tsup src/index.tsx --format cjs,esm --dts --external react --external react-dom --external @babel/runtime --external date-fns && tailwindcss -i src/styles.css -o dist/styles.css --minify",