@3sc/common-component 0.0.125 → 0.0.127
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 +7 -7
- 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,18 +29826,18 @@ 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 ? "
|
|
29829
|
+
width: e ? "9.6rem" : "6.5rem",
|
|
29830
29830
|
height: "2.5rem",
|
|
29831
|
-
transform: `translateX(${e ?
|
|
29831
|
+
transform: `translateX(${e ? "6.4rem" : 0})`
|
|
29832
29832
|
} }),
|
|
29833
29833
|
/* @__PURE__ */ v.jsx(
|
|
29834
29834
|
Pm,
|
|
29835
29835
|
{
|
|
29836
29836
|
disableRipple: !0,
|
|
29837
29837
|
sx: {
|
|
29838
|
-
color: (n) => e ? n.palette.
|
|
29838
|
+
color: (n) => e ? n.palette.brandColor.grey1 : n.palette.primary.notifyActiveText
|
|
29839
29839
|
},
|
|
29840
|
-
onClick: () => t(!
|
|
29840
|
+
onClick: () => t(!1),
|
|
29841
29841
|
children: "Table only"
|
|
29842
29842
|
}
|
|
29843
29843
|
),
|
|
@@ -29846,9 +29846,9 @@ const hB = U(ce)(({ theme: e }) => ({
|
|
|
29846
29846
|
{
|
|
29847
29847
|
disableRipple: !0,
|
|
29848
29848
|
sx: {
|
|
29849
|
-
color: (n) => e ? n.palette.
|
|
29849
|
+
color: (n) => e ? n.palette.primary.notifyActiveText : n.palette.brandColor.grey1
|
|
29850
29850
|
},
|
|
29851
|
-
onClick: () => t(!
|
|
29851
|
+
onClick: () => t(!0),
|
|
29852
29852
|
children: "Table with charts"
|
|
29853
29853
|
}
|
|
29854
29854
|
)
|
|
@@ -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
|
},
|