@geowiki/design-system 0.16.9-dev.19 → 0.16.9-dev.20

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
@@ -7791,7 +7791,7 @@ function AppItemPopUpView({
7791
7791
  return /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("div", { className: "border-b-2", children: /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)("div", { className: "flex justify-between items-center w-full gap-14 lg:mb-6 mb-2", children: [
7792
7792
  /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("div", { className: "text-zinc-500 text-base font-normal leading-5", children: x.name }),
7793
7793
  /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("div", { className: "text-right text-gray-900 text-base font-medium leading-5", children: x.value })
7794
- ] }) });
7794
+ ] }) }, x.name);
7795
7795
  }) }),
7796
7796
  currentTypes && resource.publisher && /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)("div", { className: "my-6 lg:my-10", children: [
7797
7797
  currentTypes && /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
@@ -7886,8 +7886,9 @@ var AppItem = (props) => {
7886
7886
  /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "left-4 md:left-6 top-44 absolute justify-start text-white text-base font-medium leading-5", children: props.item.locationType }),
7887
7887
  /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "w-80 left-4 md:left-6 top-48 mt-2 absolute justify-start text-white text-xl font-semibold leading-7", children: (_a = props.item) == null ? void 0 : _a.name }),
7888
7888
  /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
7889
- "a",
7889
+ "button",
7890
7890
  {
7891
+ type: "button",
7891
7892
  className: "w-14 h-14 bottom-4 right-6 md:bottom-2 md:right-8 lg:bottom-0 -mb-3 lg:right-10 absolute origin-top-left -rotate-45 bg-primary rounded-full hidden md:block md:pointer-events-auto hover:cursor-pointer",
7892
7893
  onClick: () => setOpen(true),
7893
7894
  children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "w-4 h-4 left-[40px] top-[16px] absolute origin-top-left rotate-90", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { d: "M19.092 5.22341V15.1215C19.092 15.3973 18.9802 15.6476 18.7992 15.8286C18.6182 16.0096 18.3679 16.1214 18.0921 16.1214C17.5391 16.1214 17.0922 15.6745 17.0922 15.1215V7.63613L6.07127 18.6571C5.68024 19.0481 5.04738 19.0474 4.65705 18.6571C4.26673 18.2667 4.26602 17.6339 4.65705 17.2428L15.678 6.22192L8.19259 6.22192C7.63963 6.22192 7.19269 5.77498 7.19269 5.22203C7.19269 4.66907 7.63963 4.22213 8.19259 4.22213L18.0907 4.22213C18.2222 4.22213 18.3516 4.24822 18.4746 4.29913C18.7186 4.40024 18.9139 4.59552 19.015 4.83947C19.0659 4.96251 19.092 5.09188 19.092 5.22341Z", fill: "white" }) }) })
package/dist/index.mjs CHANGED
@@ -7422,7 +7422,7 @@ function AppItemPopUpView({
7422
7422
  return /* @__PURE__ */ jsx127("div", { className: "border-b-2", children: /* @__PURE__ */ jsxs53("div", { className: "flex justify-between items-center w-full gap-14 lg:mb-6 mb-2", children: [
7423
7423
  /* @__PURE__ */ jsx127("div", { className: "text-zinc-500 text-base font-normal leading-5", children: x.name }),
7424
7424
  /* @__PURE__ */ jsx127("div", { className: "text-right text-gray-900 text-base font-medium leading-5", children: x.value })
7425
- ] }) });
7425
+ ] }) }, x.name);
7426
7426
  }) }),
7427
7427
  currentTypes && resource.publisher && /* @__PURE__ */ jsxs53("div", { className: "my-6 lg:my-10", children: [
7428
7428
  currentTypes && /* @__PURE__ */ jsx127(
@@ -7517,8 +7517,9 @@ var AppItem = (props) => {
7517
7517
  /* @__PURE__ */ jsx128("div", { className: "left-4 md:left-6 top-44 absolute justify-start text-white text-base font-medium leading-5", children: props.item.locationType }),
7518
7518
  /* @__PURE__ */ jsx128("div", { className: "w-80 left-4 md:left-6 top-48 mt-2 absolute justify-start text-white text-xl font-semibold leading-7", children: (_a = props.item) == null ? void 0 : _a.name }),
7519
7519
  /* @__PURE__ */ jsx128(
7520
- "a",
7520
+ "button",
7521
7521
  {
7522
+ type: "button",
7522
7523
  className: "w-14 h-14 bottom-4 right-6 md:bottom-2 md:right-8 lg:bottom-0 -mb-3 lg:right-10 absolute origin-top-left -rotate-45 bg-primary rounded-full hidden md:block md:pointer-events-auto hover:cursor-pointer",
7523
7524
  onClick: () => setOpen(true),
7524
7525
  children: /* @__PURE__ */ jsx128("div", { className: "w-4 h-4 left-[40px] top-[16px] absolute origin-top-left rotate-90", children: /* @__PURE__ */ jsx128("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx128("path", { d: "M19.092 5.22341V15.1215C19.092 15.3973 18.9802 15.6476 18.7992 15.8286C18.6182 16.0096 18.3679 16.1214 18.0921 16.1214C17.5391 16.1214 17.0922 15.6745 17.0922 15.1215V7.63613L6.07127 18.6571C5.68024 19.0481 5.04738 19.0474 4.65705 18.6571C4.26673 18.2667 4.26602 17.6339 4.65705 17.2428L15.678 6.22192L8.19259 6.22192C7.63963 6.22192 7.19269 5.77498 7.19269 5.22203C7.19269 4.66907 7.63963 4.22213 8.19259 4.22213L18.0907 4.22213C18.2222 4.22213 18.3516 4.24822 18.4746 4.29913C18.7186 4.40024 18.9139 4.59552 19.015 4.83947C19.0659 4.96251 19.092 5.09188 19.092 5.22341Z", fill: "white" }) }) })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geowiki/design-system",
3
- "version": "0.16.9-dev.19",
3
+ "version": "0.16.9-dev.20",
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.9-dev.19"
18
+ "@geowiki/core": "0.16.9-dev.20"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/react": "^19.2.0",