@3sc/common-component 0.0.527 → 0.0.528
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-D7ZHmY2y.js → index-CGuST1mU.js} +5 -5
- package/dist/{index-D7ZHmY2y.js.map → index-CGuST1mU.js.map} +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/{nl-C8HSZFBc.js → nl-BQFAquJb.js} +2 -2
- package/dist/{nl-C8HSZFBc.js.map → nl-BQFAquJb.js.map} +1 -1
- package/dist/{tr-CJaZ95UR.js → tr-tz1gzFJE.js} +2 -2
- package/dist/{tr-CJaZ95UR.js.map → tr-tz1gzFJE.js.map} +1 -1
- package/package.json +1 -1
|
@@ -29930,7 +29930,7 @@ const T6 = {
|
|
|
29930
29930
|
borderRadius: "0.7rem"
|
|
29931
29931
|
},
|
|
29932
29932
|
animate: {
|
|
29933
|
-
width: h ? `${c ? l /
|
|
29933
|
+
width: h ? `${c ? l / 9 : 3.2}rem` : t ? e?.width ?? `${l / 10}rem` : "3.2rem"
|
|
29934
29934
|
},
|
|
29935
29935
|
whileHover: {
|
|
29936
29936
|
backgroundColor: e?.hover?.backgroundColor,
|
|
@@ -29950,7 +29950,7 @@ const T6 = {
|
|
|
29950
29950
|
alignItems: "center",
|
|
29951
29951
|
gap: c || !h ? "0.5rem" : 0,
|
|
29952
29952
|
color: e?.variant === "outlined" || e?.colorType === "empty" ? i.palette.primary.notifyTextColor : "white",
|
|
29953
|
-
justifyContent:
|
|
29953
|
+
justifyContent: "center",
|
|
29954
29954
|
padding: c || !h ? "1.2rem" : "0.8rem",
|
|
29955
29955
|
whiteSpace: "nowrap",
|
|
29956
29956
|
opacity: n ? 0.5 : 1,
|
|
@@ -33065,9 +33065,9 @@ const Tj = ({ color: e }) => /* @__PURE__ */ y.jsx("svg", { width: "7", height:
|
|
|
33065
33065
|
async function Ij(e) {
|
|
33066
33066
|
switch (e.split("-")[0]) {
|
|
33067
33067
|
case "tr":
|
|
33068
|
-
return (await import("./tr-
|
|
33068
|
+
return (await import("./tr-tz1gzFJE.js")).tr;
|
|
33069
33069
|
case "nl":
|
|
33070
|
-
return (await import("./nl-
|
|
33070
|
+
return (await import("./nl-BQFAquJb.js")).nl;
|
|
33071
33071
|
default:
|
|
33072
33072
|
return (await Promise.resolve().then(() => wA)).enUS;
|
|
33073
33073
|
}
|
|
@@ -39848,4 +39848,4 @@ export {
|
|
|
39848
39848
|
jN as t,
|
|
39849
39849
|
n$ as u
|
|
39850
39850
|
};
|
|
39851
|
-
//# sourceMappingURL=index-
|
|
39851
|
+
//# sourceMappingURL=index-CGuST1mU.js.map
|