@3sc/common-component 0.0.16 → 0.0.18
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.es.js +3 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +7 -7
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -17170,7 +17170,7 @@ const Qs = {
|
|
|
17170
17170
|
...h,
|
|
17171
17171
|
className: ["notification-dialog", m].join(" "),
|
|
17172
17172
|
children: [
|
|
17173
|
-
/* @__PURE__ */ I.jsx($0, { sx: { p: 1, display: "flex" }, children: /* @__PURE__ */ I.jsxs(pt, { sx: { gap: 1, display: "flex" }, children: [
|
|
17173
|
+
/* @__PURE__ */ I.jsx($0, { sx: { p: 1, display: "flex" }, children: /* @__PURE__ */ I.jsxs(pt, { sx: { gap: 1, display: "flex", width: "97%" }, children: [
|
|
17174
17174
|
/* @__PURE__ */ I.jsxs(pt, { children: [
|
|
17175
17175
|
/* @__PURE__ */ I.jsx(bt, { variant: "h6", className: "title", children: e }),
|
|
17176
17176
|
t && /* @__PURE__ */ I.jsx(bt, { variant: "h6", className: "title sub-title", children: t })
|
|
@@ -18764,7 +18764,8 @@ const { TENANT_ID: hp, BU_ID: vp, SNOP_ID: yp } = Ld, { TENANT_IDS: Cp, BU_IDS:
|
|
|
18764
18764
|
{
|
|
18765
18765
|
checked: !!u.includes(d),
|
|
18766
18766
|
onChange: (m) => p(m, d),
|
|
18767
|
-
disabled: o
|
|
18767
|
+
disabled: o,
|
|
18768
|
+
sx: { padding: "4px 7px 0 7px" }
|
|
18768
18769
|
}
|
|
18769
18770
|
),
|
|
18770
18771
|
/* @__PURE__ */ I.jsx(
|