@geowiki/design-system 0.16.10-dev.4 → 0.16.10-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.
package/dist/index.js CHANGED
@@ -7547,7 +7547,7 @@ var VideoPlayer = (props) => {
7547
7547
  var import_jsx_runtime133 = require("react/jsx-runtime");
7548
7548
  var CarouselGalleryItem = ({ text, url, id }) => {
7549
7549
  return /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(import_jsx_runtime133.Fragment, { children: [
7550
- !url.includes(".mp4") && !url.includes(".mov") && /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "aspect-square sm:w-auto bg-center relative flex group ", id, children: [
7550
+ !url.includes(".mp4") && !url.includes(".mov") && /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "aspect-square sm:w-auto bg-center relative flex group ", id: "img_" + id, children: [
7551
7551
  /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
7552
7552
  ImageElement,
7553
7553
  {
@@ -7560,7 +7560,7 @@ var CarouselGalleryItem = ({ text, url, id }) => {
7560
7560
  /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: " absolute bottom-6 opacity-0 group-hover:opacity-100", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: " mx-6 text-white text-base leading-[120%] line-clamp-4", children: text }) })
7561
7561
  ] }),
7562
7562
  (url.includes(".mp4") || url.includes(".mov")) && /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: " max-w-sm aspect-square relative group cursor-pointer overflow-hidden rounded-xl", children: [
7563
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "transition-all duration-300 group-hover:brightness-50", id, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
7563
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "transition-all duration-300 group-hover:brightness-50", id: "vid_" + id, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
7564
7564
  VideoPlayer,
7565
7565
  {
7566
7566
  url,
package/dist/index.mjs CHANGED
@@ -7180,7 +7180,7 @@ var VideoPlayer = (props) => {
7180
7180
  import { Fragment as Fragment9, jsx as jsx132, jsxs as jsxs57 } from "react/jsx-runtime";
7181
7181
  var CarouselGalleryItem = ({ text, url, id }) => {
7182
7182
  return /* @__PURE__ */ jsxs57(Fragment9, { children: [
7183
- !url.includes(".mp4") && !url.includes(".mov") && /* @__PURE__ */ jsxs57("div", { className: "aspect-square sm:w-auto bg-center relative flex group ", id, children: [
7183
+ !url.includes(".mp4") && !url.includes(".mov") && /* @__PURE__ */ jsxs57("div", { className: "aspect-square sm:w-auto bg-center relative flex group ", id: "img_" + id, children: [
7184
7184
  /* @__PURE__ */ jsx132(
7185
7185
  ImageElement,
7186
7186
  {
@@ -7193,7 +7193,7 @@ var CarouselGalleryItem = ({ text, url, id }) => {
7193
7193
  /* @__PURE__ */ jsx132("div", { className: " absolute bottom-6 opacity-0 group-hover:opacity-100", children: /* @__PURE__ */ jsx132("div", { className: " mx-6 text-white text-base leading-[120%] line-clamp-4", children: text }) })
7194
7194
  ] }),
7195
7195
  (url.includes(".mp4") || url.includes(".mov")) && /* @__PURE__ */ jsxs57("div", { className: " max-w-sm aspect-square relative group cursor-pointer overflow-hidden rounded-xl", children: [
7196
- /* @__PURE__ */ jsx132("div", { className: "transition-all duration-300 group-hover:brightness-50", id, children: /* @__PURE__ */ jsx132(
7196
+ /* @__PURE__ */ jsx132("div", { className: "transition-all duration-300 group-hover:brightness-50", id: "vid_" + id, children: /* @__PURE__ */ jsx132(
7197
7197
  VideoPlayer,
7198
7198
  {
7199
7199
  url,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geowiki/design-system",
3
- "version": "0.16.10-dev.4",
3
+ "version": "0.16.10-dev.5",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -15,7 +15,7 @@
15
15
  "peerDependencies": {
16
16
  "react": "^19.2.0",
17
17
  "react-dom": "^19.2.0",
18
- "@geowiki/core": "0.16.10-dev.4"
18
+ "@geowiki/core": "0.16.10-dev.5"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/react": "^19.2.14",