@geowiki/cms 0.16.9-dev.4 → 0.16.9-dev.5

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-YGKPOYG6.mjs";
5
- import "./chunk-QLNZQFXF.mjs";
4
+ } from "./chunk-4JQDHCXU.mjs";
5
+ import "./chunk-D2ZER6LM.mjs";
6
6
  export {
7
7
  ContainerWidget
8
8
  };
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
 
3
3
  // src/components/Section/H2BodyInternalLinkMapWidget.tsx
4
- import Link from "next/link";
5
- import dynamic from "next/dynamic";
4
+ import { Link } from "@geowiki/core";
5
+ import { dynamic } from "@geowiki/core";
6
6
  import { useState } from "react";
7
7
  import {
8
8
  DesignButton,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Sections
3
- } from "./chunk-QLNZQFXF.mjs";
3
+ } from "./chunk-D2ZER6LM.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
  MapHeroWidget
4
- } from "./chunk-VTIR7GUQ.mjs";
4
+ } from "./chunk-NO5VZWUG.mjs";
5
5
  export {
6
6
  MapHeroWidget
7
7
  };
@@ -1,7 +1,7 @@
1
1
  // src/components/Section/NewsFeedWidget.tsx
2
2
  import { useNews } from "@geowiki/core";
3
3
  import { NewsItemList } from "@geowiki/ui";
4
- import { useRouter } from "next/router";
4
+ import { useRouter } from "@geowiki/core";
5
5
  import { useState } from "react";
6
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
7
  var NewsFeedWidget = () => {
@@ -1,5 +1,5 @@
1
1
  // src/components/Section/GeoQuest/QuestMapWidget.tsx
2
- import dynamic from "next/dynamic";
2
+ import { dynamic } from "@geowiki/core";
3
3
  import { jsx } from "react/jsx-runtime";
4
4
  var QuestMapClient = dynamic(
5
5
  () => import("./QuestMapClient-B6LGGSGT.mjs").then((mod) => mod.QuestMapClient),
@@ -1,5 +1,5 @@
1
1
  // src/components/Section/VideoWidget.tsx
2
- import dynamic from "next/dynamic";
2
+ import { dynamic } from "@geowiki/core";
3
3
  import { jsx } from "react/jsx-runtime";
4
4
  var ReactPlayer = dynamic(() => import("react-player"), { ssr: false });
5
5
  var VideoWidget = ({ data }) => {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Sections
3
- } from "./chunk-QLNZQFXF.mjs";
3
+ } from "./chunk-D2ZER6LM.mjs";
4
4
 
5
5
  // src/components/Section/ContainerWidget.tsx
6
6
  import { jsx } from "react/jsx-runtime";
@@ -1,6 +1,6 @@
1
1
  // src/components/SectionComponents.ts
2
- import dynamic from "next/dynamic";
3
- var NewsFeedWidget = dynamic(() => import("./NewsFeedWidget-4W7T4H2P.mjs"));
2
+ import { dynamic } from "@geowiki/core";
3
+ var NewsFeedWidget = dynamic(() => import("./NewsFeedWidget-BQTZYA6U.mjs"));
4
4
  var UpdateUserInfoWidget = dynamic(
5
5
  () => import("./UpdateUserInfoWidget-4I6RJQ5M.mjs").then(
6
6
  (mod) => mod.UpdateUserInfoWidget
@@ -91,7 +91,7 @@ var StatsWidget = dynamic(
91
91
  () => import("./StatsWidget-4MISF6XB.mjs").then((mod) => mod.StatsWidget)
92
92
  );
93
93
  var MapHeroWidget = dynamic(
94
- () => import("./MapHeroWidget-WEVKITG5.mjs").then((mod) => mod.MapHeroWidget)
94
+ () => import("./MapHeroWidget-FMPNYVCX.mjs").then((mod) => mod.MapHeroWidget)
95
95
  );
96
96
  var HeroCenterTextWidget = dynamic(
97
97
  () => import("./HeroCenterTextWidget-5LDZNUBR.mjs").then(
@@ -105,7 +105,7 @@ var MarkdownWidget = dynamic(
105
105
  () => import("./MarkdownWidget-QTTNNVQW.mjs").then((mod) => mod.MarkdownWidget)
106
106
  );
107
107
  var ContainerWidget = dynamic(
108
- () => import("./ContainerWidget-4DBHV3S2.mjs").then((mod) => mod.ContainerWidget)
108
+ () => import("./ContainerWidget-ANT6ARCQ.mjs").then((mod) => mod.ContainerWidget)
109
109
  );
110
110
  var HeroWidget = dynamic(
111
111
  () => import("./HeroWidget-A4ODJCXZ.mjs").then((mod) => mod.HeroWidget)
@@ -163,7 +163,7 @@ var SubtitleH3BodySpecialFeatureResourceCollectionsWidget = dynamic(
163
163
  () => import("./SubtitleH3BodySpecialFeatureResourceCollectionsWidget-62SJ4J73.mjs").then((mod) => mod.SubtitleH3BodySpecialFeatureResourceCollectionsWidget)
164
164
  );
165
165
  var H2BodyInternalLinkMapWidget = dynamic(
166
- () => import("./H2BodyInternalLinkMapWidget-6FKP4AHO.mjs").then(
166
+ () => import("./H2BodyInternalLinkMapWidget-A2K7DJHE.mjs").then(
167
167
  (mod) => mod.H2BodyInternalLinkMapWidget
168
168
  )
169
169
  );
@@ -179,7 +179,7 @@ var HeaderBodyWidget = dynamic(
179
179
  () => import("./HeaderBodyWidget-ZW2WYKNP.mjs").then((mod) => mod.HeaderBodyWidget)
180
180
  );
181
181
  var LanguageWidget = dynamic(
182
- () => import("./LanguagesWidget-R7UBNG42.mjs").then((mod) => mod.LanguageWidget)
182
+ () => import("./LanguagesWidget-RU7CYGXP.mjs").then((mod) => mod.LanguageWidget)
183
183
  );
184
184
  var SubtitleH3KeyResourcesWidget = dynamic(
185
185
  () => import("./SubtitleH3KeyResourcesWidget-AGBBJ7ZJ.mjs").then(
@@ -187,7 +187,7 @@ var SubtitleH3KeyResourcesWidget = dynamic(
187
187
  )
188
188
  );
189
189
  var VideoWidget = dynamic(
190
- () => import("./VideoWidget-YRR7FCDN.mjs").then((mod) => mod.VideoWidget)
190
+ () => import("./VideoWidget-E72DF4FB.mjs").then((mod) => mod.VideoWidget)
191
191
  );
192
192
  var SubtitleH2BodyVideoWidget = dynamic(
193
193
  () => import("./SubtitleH2BodyVideoWidget-CP7T4FJ6.mjs").then(
@@ -218,7 +218,7 @@ var DownloadQuestWidget = dynamic(
218
218
  )
219
219
  );
220
220
  var QuestMapWidget = dynamic(
221
- () => import("./QuestMapWidget-5JIFDDUO.mjs").then((mod) => mod.QuestMapWidget)
221
+ () => import("./QuestMapWidget-OOAW42KH.mjs").then((mod) => mod.QuestMapWidget)
222
222
  );
223
223
  var SelectQuestWidget = dynamic(
224
224
  () => import("./SelectQuestWidget-YGZ5TFLV.mjs").then(
@@ -1,5 +1,5 @@
1
1
  // src/components/Section/MapHeroWidget.tsx
2
- import dynamic from "next/dynamic";
2
+ import { dynamic } from "@geowiki/core";
3
3
  import { useState } from "react";
4
4
  import { jsx } from "react/jsx-runtime";
5
5
  var MapWithNoSSR = dynamic(