@3sc/common-component 0.0.239 → 0.0.240
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 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -27679,6 +27679,7 @@ function Tu({ ...e }) {
|
|
|
27679
27679
|
return /* @__PURE__ */ g.jsx(Gn, { children: /* @__PURE__ */ g.jsx(
|
|
27680
27680
|
mv,
|
|
27681
27681
|
{
|
|
27682
|
+
id: e == null ? void 0 : e.id,
|
|
27682
27683
|
icon: /* @__PURE__ */ g.jsx(ge, { component: "img", src: nt.Uncheck }),
|
|
27683
27684
|
checkedIcon: /* @__PURE__ */ g.jsx(ge, { component: "img", src: nt.Check }),
|
|
27684
27685
|
...e
|
|
@@ -43604,6 +43605,7 @@ function Bd({ isRenderCellContent: e, column: t, row: n, parent: r }) {
|
|
|
43604
43605
|
textTransform: "none",
|
|
43605
43606
|
fontSize: "1.1rem"
|
|
43606
43607
|
},
|
|
43608
|
+
id: t.key,
|
|
43607
43609
|
component: "label",
|
|
43608
43610
|
children: d8(o)
|
|
43609
43611
|
}
|