@kashifd/jwero-components 0.7.89 → 0.7.90
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 +5 -3
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
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,9 @@ 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"
|
|
61899
|
+
// Correct property for word breaking
|
|
61898
61900
|
},
|
|
61899
61901
|
children: e
|
|
61900
61902
|
}
|
|
@@ -61964,7 +61966,7 @@ const zH = ({
|
|
|
61964
61966
|
Fe,
|
|
61965
61967
|
{
|
|
61966
61968
|
sx: {
|
|
61967
|
-
width: "
|
|
61969
|
+
width: "100%",
|
|
61968
61970
|
gap: "1rem"
|
|
61969
61971
|
},
|
|
61970
61972
|
children: [
|