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.cjs.js
CHANGED
|
@@ -13908,11 +13908,12 @@ function Language({
|
|
|
13908
13908
|
src: lang2?.flag || IMAGES.DefaultLang,
|
|
13909
13909
|
alt: lang2?.label,
|
|
13910
13910
|
style: {
|
|
13911
|
-
width: "
|
|
13912
|
-
height: "
|
|
13911
|
+
width: "40px !important",
|
|
13912
|
+
height: "auto",
|
|
13913
|
+
aspectRatio: "3/2"
|
|
13913
13914
|
},
|
|
13914
|
-
width:
|
|
13915
|
-
height:
|
|
13915
|
+
width: 40,
|
|
13916
|
+
height: 26
|
|
13916
13917
|
}
|
|
13917
13918
|
),
|
|
13918
13919
|
/* @__PURE__ */ jsxRuntime.jsx(material.Typography, { variant: "h4", sx: { fontSize: "16px", fontWeight: "500", m: 0 }, children: t2(lang2?.label) }),
|