@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260629084835 → 0.8.1-dev.20260630051644
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 +6 -6
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1926,7 +1926,7 @@ var AiGeneratedSummary = (props) => {
|
|
|
1926
1926
|
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("p", { className: "text-sm text-gray-500 mb-0", children: "Summary is AI-generated, author-reviewed" })
|
|
1927
1927
|
] })
|
|
1928
1928
|
] }) }),
|
|
1929
|
-
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("ul", { className: "list-disc pl-6 space-y-3 text-gray-700", children: lines.map((line, index) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("li", { className: "m-0", children: line }, index)) }) })
|
|
1929
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("ul", { className: "list-disc pl-6 space-y-3 text-gray-700 ps-4 pl-4", children: lines.map((line, index) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("li", { className: "m-0", children: line }, index)) }) })
|
|
1930
1930
|
] });
|
|
1931
1931
|
};
|
|
1932
1932
|
var AiGeneratedSummary_default = AiGeneratedSummary;
|
|
@@ -5370,17 +5370,17 @@ var import_jsx_runtime69 = require("react/jsx-runtime");
|
|
|
5370
5370
|
var HlsPlayer3 = (0, import_dynamic7.default)(() => Promise.resolve().then(() => (init_HlsPlayer(), HlsPlayer_exports)), { ssr: false });
|
|
5371
5371
|
var deviceToMediaQuery = (device) => {
|
|
5372
5372
|
switch (device) {
|
|
5373
|
-
case "sm":
|
|
5374
|
-
return "(max-width: 480px)";
|
|
5375
|
-
case "md":
|
|
5376
|
-
return "(min-width: 481px) and (max-width: 768px)";
|
|
5377
5373
|
case "lg":
|
|
5378
5374
|
return "(min-width: 769px)";
|
|
5375
|
+
case "md":
|
|
5376
|
+
return "(min-width: 481px) and (max-width: 768px)";
|
|
5377
|
+
case "sm":
|
|
5378
|
+
return "(max-width: 480px)";
|
|
5379
5379
|
default:
|
|
5380
5380
|
return null;
|
|
5381
5381
|
}
|
|
5382
5382
|
};
|
|
5383
|
-
var DEVICE_ORDER = ["
|
|
5383
|
+
var DEVICE_ORDER = ["lg", "md", "sm", "tv"];
|
|
5384
5384
|
var parseMaybeNumber = (value) => {
|
|
5385
5385
|
if (typeof value === "number")
|
|
5386
5386
|
return Number.isFinite(value) ? value : void 0;
|
package/dist/index.mjs
CHANGED
|
@@ -322,7 +322,7 @@ var AiGeneratedSummary = (props) => {
|
|
|
322
322
|
/* @__PURE__ */ jsx10("p", { className: "text-sm text-gray-500 mb-0", children: "Summary is AI-generated, author-reviewed" })
|
|
323
323
|
] })
|
|
324
324
|
] }) }),
|
|
325
|
-
/* @__PURE__ */ jsx10("div", { children: /* @__PURE__ */ jsx10("ul", { className: "list-disc pl-6 space-y-3 text-gray-700", children: lines.map((line, index) => /* @__PURE__ */ jsx10("li", { className: "m-0", children: line }, index)) }) })
|
|
325
|
+
/* @__PURE__ */ jsx10("div", { children: /* @__PURE__ */ jsx10("ul", { className: "list-disc pl-6 space-y-3 text-gray-700 ps-4 pl-4", children: lines.map((line, index) => /* @__PURE__ */ jsx10("li", { className: "m-0", children: line }, index)) }) })
|
|
326
326
|
] });
|
|
327
327
|
};
|
|
328
328
|
var AiGeneratedSummary_default = AiGeneratedSummary;
|
|
@@ -3764,17 +3764,17 @@ import { Fragment as Fragment8, jsx as jsx58, jsxs as jsxs31 } from "react/jsx-r
|
|
|
3764
3764
|
var HlsPlayer2 = dynamic7(() => import("./HlsPlayer-DZNDKG2P.mjs"), { ssr: false });
|
|
3765
3765
|
var deviceToMediaQuery = (device) => {
|
|
3766
3766
|
switch (device) {
|
|
3767
|
-
case "sm":
|
|
3768
|
-
return "(max-width: 480px)";
|
|
3769
|
-
case "md":
|
|
3770
|
-
return "(min-width: 481px) and (max-width: 768px)";
|
|
3771
3767
|
case "lg":
|
|
3772
3768
|
return "(min-width: 769px)";
|
|
3769
|
+
case "md":
|
|
3770
|
+
return "(min-width: 481px) and (max-width: 768px)";
|
|
3771
|
+
case "sm":
|
|
3772
|
+
return "(max-width: 480px)";
|
|
3773
3773
|
default:
|
|
3774
3774
|
return null;
|
|
3775
3775
|
}
|
|
3776
3776
|
};
|
|
3777
|
-
var DEVICE_ORDER = ["
|
|
3777
|
+
var DEVICE_ORDER = ["lg", "md", "sm", "tv"];
|
|
3778
3778
|
var parseMaybeNumber = (value) => {
|
|
3779
3779
|
if (typeof value === "number")
|
|
3780
3780
|
return Number.isFinite(value) ? value : void 0;
|
package/package.json
CHANGED