@3sc/common-component 0.0.228 → 0.0.230
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 +8 -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
|
@@ -43060,9 +43060,11 @@ const BB = ({ count: e }) => (Dt(), /* @__PURE__ */ m.jsxs(m.Fragment, { childre
|
|
|
43060
43060
|
gap: "0.5rem",
|
|
43061
43061
|
display: "flex",
|
|
43062
43062
|
justifyContent: "center",
|
|
43063
|
-
alignItems: "center"
|
|
43063
|
+
alignItems: "center",
|
|
43064
|
+
"& svg": {
|
|
43065
|
+
transform: "scale(1)"
|
|
43066
|
+
}
|
|
43064
43067
|
},
|
|
43065
|
-
className: "notify-icon-container",
|
|
43066
43068
|
children: /* @__PURE__ */ m.jsx(
|
|
43067
43069
|
_B,
|
|
43068
43070
|
{
|
|
@@ -43218,7 +43220,7 @@ const T2 = ({
|
|
|
43218
43220
|
{
|
|
43219
43221
|
className: "cards",
|
|
43220
43222
|
sx: {
|
|
43221
|
-
|
|
43223
|
+
pt: " 0.8rem"
|
|
43222
43224
|
},
|
|
43223
43225
|
children: [
|
|
43224
43226
|
/* @__PURE__ */ m.jsx(
|
|
@@ -43235,7 +43237,9 @@ const T2 = ({
|
|
|
43235
43237
|
sx: {
|
|
43236
43238
|
width: "calc(100% - 2%)",
|
|
43237
43239
|
"& .MuiBadge-badge": {
|
|
43238
|
-
backgroundColor: "#6041EA"
|
|
43240
|
+
backgroundColor: "#6041EA",
|
|
43241
|
+
height: "0.5rem",
|
|
43242
|
+
minWidth: "0.5rem"
|
|
43239
43243
|
}
|
|
43240
43244
|
},
|
|
43241
43245
|
variant: "dot",
|