@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260519063815 → 0.8.1-dev.20260519071902

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,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  DateViewClient_default
4
- } from "./chunk-HEYOOFHY.mjs";
4
+ } from "./chunk-XG6SXZWP.mjs";
5
5
 
6
6
  // src/components/controls/view/DateTimeViewClient.tsx
7
7
  import { jsx } from "react/jsx-runtime";
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  DateViewClient_default
4
- } from "./chunk-HEYOOFHY.mjs";
4
+ } from "./chunk-XG6SXZWP.mjs";
5
5
  export {
6
6
  DateViewClient_default as default
7
7
  };
@@ -105,7 +105,7 @@ var DateViewClient = (props) => {
105
105
  }
106
106
  return /* @__PURE__ */ jsxs("div", { className: "inline-flex flex-wrap gap-1", children: [
107
107
  /* @__PURE__ */ jsx("span", { children: localDateTime }),
108
- !props.format && props.controlType !== "date" && timeZoneAbbr && /* @__PURE__ */ jsx("span", { children: timeZoneAbbr })
108
+ !props.format && props.controlType !== "date" && props.controlType !== "datetime" && timeZoneAbbr && /* @__PURE__ */ jsx("span", { children: timeZoneAbbr })
109
109
  ] });
110
110
  };
111
111
  var DateViewClient_default = DateViewClient;
package/dist/index.js CHANGED
@@ -146,7 +146,7 @@ var init_DateViewClient = __esm({
146
146
  }
147
147
  return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("div", { className: "inline-flex flex-wrap gap-1", children: [
148
148
  /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("span", { children: localDateTime }),
149
- !props.format && props.controlType !== "date" && timeZoneAbbr && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("span", { children: timeZoneAbbr })
149
+ !props.format && props.controlType !== "date" && props.controlType !== "datetime" && timeZoneAbbr && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("span", { children: timeZoneAbbr })
150
150
  ] });
151
151
  };
152
152
  DateViewClient_default = DateViewClient;
package/dist/index.mjs CHANGED
@@ -44,7 +44,7 @@ var NumberView_default = NumberView;
44
44
 
45
45
  // src/components/controls/view/DateView.tsx
46
46
  import dynamic from "next/dynamic";
47
- var DateView = dynamic(() => import("./DateViewClient-GA7F2M6K.mjs"), {
47
+ var DateView = dynamic(() => import("./DateViewClient-ELEHLGWS.mjs"), {
48
48
  ssr: false
49
49
  });
50
50
  var DateView_default = DateView;
@@ -180,7 +180,7 @@ var AiGeneratedSummary_default = AiGeneratedSummary;
180
180
 
181
181
  // src/components/controls/view/DateTimeVew.tsx
182
182
  import dynamic2 from "next/dynamic";
183
- var DateTimeView = dynamic2(() => import("./DateTimeViewClient-WVP333B2.mjs"), {
183
+ var DateTimeView = dynamic2(() => import("./DateTimeViewClient-22GW4AD7.mjs"), {
184
184
  ssr: false
185
185
  });
186
186
  var DateTimeVew_default = DateTimeView;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acoustte-digital-services/digitalstore-controls-dev",
3
- "version": "0.8.1-dev.20260519063815",
3
+ "version": "0.8.1-dev.20260519071902",
4
4
  "description": "Reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",