@3sc/common-component 0.0.16 → 0.0.17
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 +2 -1
- 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
|
@@ -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(
|