@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260530101343 → 0.8.1-dev.20260603061415
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -6222,7 +6222,7 @@ var DataList = (props) => {
|
|
|
6222
6222
|
(props.title || props.filters || props.addLinkHref) && /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
6223
6223
|
"div",
|
|
6224
6224
|
{
|
|
6225
|
-
className: `flex justify-between items-center bg-white pl-6 pr-2 h-14 mb-3 shadow-sm rounded-md
|
|
6225
|
+
className: `flex justify-between items-center bg-white pl-6 pr-2 h-14 mb-3 shadow-sm rounded-md sticky top-0`,
|
|
6226
6226
|
children: [
|
|
6227
6227
|
props.title ? /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("div", { className: "inline-flex items-center gap-2", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("h2", { className: "text-lg font-semibold text-black-800", children: props.title }) }) : /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("div", {}),
|
|
6228
6228
|
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("div", { className: "flex items-center gap-3", children: [
|
package/dist/index.mjs
CHANGED
|
@@ -4678,7 +4678,7 @@ var DataList = (props) => {
|
|
|
4678
4678
|
(props.title || props.filters || props.addLinkHref) && /* @__PURE__ */ jsxs35(
|
|
4679
4679
|
"div",
|
|
4680
4680
|
{
|
|
4681
|
-
className: `flex justify-between items-center bg-white pl-6 pr-2 h-14 mb-3 shadow-sm rounded-md
|
|
4681
|
+
className: `flex justify-between items-center bg-white pl-6 pr-2 h-14 mb-3 shadow-sm rounded-md sticky top-0`,
|
|
4682
4682
|
children: [
|
|
4683
4683
|
props.title ? /* @__PURE__ */ jsx65("div", { className: "inline-flex items-center gap-2", children: /* @__PURE__ */ jsx65("h2", { className: "text-lg font-semibold text-black-800", children: props.title }) }) : /* @__PURE__ */ jsx65("div", {}),
|
|
4684
4684
|
/* @__PURE__ */ jsxs35("div", { className: "flex items-center gap-3", children: [
|
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.
|
|
3
|
+
"version": "0.8.1-dev.20260603061415",
|
|
4
4
|
"description": "Reusable React components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"moment-timezone": "^0.6.2",
|
|
53
53
|
"ms": "^2.1.3",
|
|
54
54
|
"mz": "^2.7.0",
|
|
55
|
-
"next": "^15.5.
|
|
55
|
+
"next": "^15.5.19",
|
|
56
56
|
"object-assign": "^4.1.1",
|
|
57
57
|
"pathe": "^2.0.3",
|
|
58
58
|
"picocolors": "^1.1.1",
|