sixseconds-modules 1.6.188 → 1.6.189
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.cjs.js +5 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -13890,11 +13890,12 @@ function Language({
|
|
|
13890
13890
|
src: lang2?.flag || IMAGES.DefaultLang,
|
|
13891
13891
|
alt: lang2?.label,
|
|
13892
13892
|
style: {
|
|
13893
|
-
width: "
|
|
13894
|
-
height: "
|
|
13893
|
+
width: "40px !important",
|
|
13894
|
+
height: "auto",
|
|
13895
|
+
aspectRatio: "3/2"
|
|
13895
13896
|
},
|
|
13896
|
-
width:
|
|
13897
|
-
height:
|
|
13897
|
+
width: 40,
|
|
13898
|
+
height: 26
|
|
13898
13899
|
}
|
|
13899
13900
|
),
|
|
13900
13901
|
/* @__PURE__ */ jsx(Typography, { variant: "h4", sx: { fontSize: "16px", fontWeight: "500", m: 0 }, children: t2(lang2?.label) }),
|