@3sc/common-component 0.0.228 → 0.0.229
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 -2
- 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
|
{
|