@sustaina/shared-ui 1.7.2 → 1.7.3
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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1688,12 +1688,12 @@ var GridSettingsModal = ({
|
|
|
1688
1688
|
children: /* @__PURE__ */ jsx(X, { className: "w-6 h-6 text-white" })
|
|
1689
1689
|
}
|
|
1690
1690
|
) }),
|
|
1691
|
-
/* @__PURE__ */ jsxs(DialogHeader, { className: cn("bg-[#
|
|
1692
|
-
/* @__PURE__ */ jsx(DialogTitle, { className: "text-
|
|
1691
|
+
/* @__PURE__ */ jsxs(DialogHeader, { className: cn("bg-[#41875C] text-white h-20 rounded-t-lg", headerClassname), children: [
|
|
1692
|
+
/* @__PURE__ */ jsx(DialogTitle, { className: "text-xl p-2 px-4", children: "Grid Settings" }),
|
|
1693
1693
|
/* @__PURE__ */ jsx(
|
|
1694
1694
|
DialogDescription,
|
|
1695
1695
|
{
|
|
1696
|
-
className: cn("bg-[#
|
|
1696
|
+
className: cn("bg-[#A7ADB8] text-white px-4 py-2.5", descriptionClassname),
|
|
1697
1697
|
children: "Add or remove columns. To change the column order, drag and drop a field."
|
|
1698
1698
|
}
|
|
1699
1699
|
)
|