@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260527055155 → 0.8.1-dev.20260528050408
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 +1 -1
package/dist/index.js
CHANGED
|
@@ -6058,7 +6058,7 @@ var DataList = (props) => {
|
|
|
6058
6058
|
href: builder.getNewPageUrl(page),
|
|
6059
6059
|
children: page
|
|
6060
6060
|
}
|
|
6061
|
-
) : /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("span", { className: "px-3 py-1 border-t border-b border-gray-300 bg-primary
|
|
6061
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("span", { className: "px-3 py-1 border-t border-b border-gray-300 bg-primary-base", children: page }) }, page)
|
|
6062
6062
|
);
|
|
6063
6063
|
} else {
|
|
6064
6064
|
const showFirstPages = activePageNumber <= 5;
|
package/dist/index.mjs
CHANGED
|
@@ -4516,7 +4516,7 @@ var DataList = (props) => {
|
|
|
4516
4516
|
href: builder.getNewPageUrl(page),
|
|
4517
4517
|
children: page
|
|
4518
4518
|
}
|
|
4519
|
-
) : /* @__PURE__ */ jsx65("span", { className: "px-3 py-1 border-t border-b border-gray-300 bg-primary
|
|
4519
|
+
) : /* @__PURE__ */ jsx65("span", { className: "px-3 py-1 border-t border-b border-gray-300 bg-primary-base", children: page }) }, page)
|
|
4520
4520
|
);
|
|
4521
4521
|
} else {
|
|
4522
4522
|
const showFirstPages = activePageNumber <= 5;
|
package/package.json
CHANGED