@kashifd/jwero-components 0.7.89 → 0.7.91
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
CHANGED
|
@@ -61877,7 +61877,7 @@ const zH = ({
|
|
|
61877
61877
|
);
|
|
61878
61878
|
}, YH = ({ text: e }) => {
|
|
61879
61879
|
const [t, r] = Br(!1);
|
|
61880
|
-
return /* @__PURE__ */ v.jsxs(Fe, { sx: { gap: "0.35rem" }, children: [
|
|
61880
|
+
return /* @__PURE__ */ v.jsxs(Fe, { sx: { gap: "0.35rem", width: "100%" }, children: [
|
|
61881
61881
|
/* @__PURE__ */ v.jsx(
|
|
61882
61882
|
nt,
|
|
61883
61883
|
{
|
|
@@ -61894,7 +61894,8 @@ const zH = ({
|
|
|
61894
61894
|
overflow: "hidden",
|
|
61895
61895
|
display: "-webkit-box",
|
|
61896
61896
|
WebkitBoxOrient: "vertical",
|
|
61897
|
-
WebkitLineClamp: t ? "none" : 5
|
|
61897
|
+
WebkitLineClamp: t ? "none" : 5,
|
|
61898
|
+
wordWrap: "break-word"
|
|
61898
61899
|
},
|
|
61899
61900
|
children: e
|
|
61900
61901
|
}
|
|
@@ -61964,7 +61965,7 @@ const zH = ({
|
|
|
61964
61965
|
Fe,
|
|
61965
61966
|
{
|
|
61966
61967
|
sx: {
|
|
61967
|
-
width: "
|
|
61968
|
+
width: "100%",
|
|
61968
61969
|
gap: "1rem"
|
|
61969
61970
|
},
|
|
61970
61971
|
children: [
|