@3sc/common-component 0.0.124 → 0.0.126
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 +4 -4
- 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
|
@@ -29826,9 +29826,9 @@ const hB = U(ce)(({ theme: e }) => ({
|
|
|
29826
29826
|
}
|
|
29827
29827
|
})), gB = ({ isChartType: e, setIsChartType: t }) => /* @__PURE__ */ v.jsx(ce, { sx: { display: "flex" }, children: /* @__PURE__ */ v.jsxs(hB, { children: [
|
|
29828
29828
|
/* @__PURE__ */ v.jsx(mB, { sx: {
|
|
29829
|
-
width: e ? "
|
|
29830
|
-
height: "2.
|
|
29831
|
-
transform: `translateX(${e ? 0 : "
|
|
29829
|
+
width: e ? "6.5rem" : "9.6rem",
|
|
29830
|
+
height: "2.5rem",
|
|
29831
|
+
transform: `translateX(${e ? 0 : "6.4rem"})`
|
|
29832
29832
|
} }),
|
|
29833
29833
|
/* @__PURE__ */ v.jsx(
|
|
29834
29834
|
Pm,
|
|
@@ -29861,7 +29861,7 @@ const hB = U(ce)(({ theme: e }) => ({
|
|
|
29861
29861
|
background: n.palette.primary.notifyBackground,
|
|
29862
29862
|
borderBottom: `0.1rem solid ${n.palette.primary.notifyBorderColor}`,
|
|
29863
29863
|
height: "3rem",
|
|
29864
|
-
p: "0 1.
|
|
29864
|
+
p: "0px 5.5rem 0 1.5rem",
|
|
29865
29865
|
zIndex: 4,
|
|
29866
29866
|
position: "relative"
|
|
29867
29867
|
},
|