@3sc/common-component 0.0.439 → 0.0.440
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 +5 -6
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -41753,10 +41753,7 @@ const LV = ({ progress: e = 0, status: t }) => {
|
|
|
41753
41753
|
const f = e ? d.current : u.current;
|
|
41754
41754
|
a(f.offsetWidth), c(f.offsetLeft);
|
|
41755
41755
|
}
|
|
41756
|
-
}, [e]), /* @__PURE__ */ m.jsx(we, { sx: { display: "flex" }, children: /* @__PURE__ */ m.jsxs(UV, {
|
|
41757
|
-
cursor: o ? "not-allowed" : "pointer",
|
|
41758
|
-
opacity: o ? 0.5 : 1
|
|
41759
|
-
}, children: [
|
|
41756
|
+
}, [e]), /* @__PURE__ */ m.jsx(we, { sx: { display: "flex" }, children: /* @__PURE__ */ m.jsxs(UV, { children: [
|
|
41760
41757
|
/* @__PURE__ */ m.jsx(HV, { sx: { width: i, transform: `translateX(${l}px)`, height: "2.5rem" } }),
|
|
41761
41758
|
/* @__PURE__ */ m.jsx(
|
|
41762
41759
|
py,
|
|
@@ -41764,7 +41761,8 @@ const LV = ({ progress: e = 0, status: t }) => {
|
|
|
41764
41761
|
ref: u,
|
|
41765
41762
|
disableRipple: !0,
|
|
41766
41763
|
sx: (f) => ({
|
|
41767
|
-
|
|
41764
|
+
opacity: o ? 0.5 : 1,
|
|
41765
|
+
cursor: `${o ? "not-allowed" : "pointer"}!important`,
|
|
41768
41766
|
color: e ? f.palette.brandColor.grey1 : f.palette.primary.notifyActiveText
|
|
41769
41767
|
}),
|
|
41770
41768
|
onClick: () => o ? null : t(!1),
|
|
@@ -41777,7 +41775,8 @@ const LV = ({ progress: e = 0, status: t }) => {
|
|
|
41777
41775
|
ref: d,
|
|
41778
41776
|
disableRipple: !0,
|
|
41779
41777
|
sx: (f) => ({
|
|
41780
|
-
|
|
41778
|
+
opacity: o ? 0.5 : 1,
|
|
41779
|
+
cursor: `${o ? "not-allowed" : "pointer"}!important`,
|
|
41781
41780
|
color: e ? f.palette.primary.notifyActiveText : f.palette.brandColor.grey1
|
|
41782
41781
|
}),
|
|
41783
41782
|
onClick: () => o ? null : t(!0),
|