@kashifd/jwero-components 0.7.90 → 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
@@ -61896,7 +61896,6 @@ const zH = ({
61896
61896
  WebkitBoxOrient: "vertical",
61897
61897
  WebkitLineClamp: t ? "none" : 5,
61898
61898
  wordWrap: "break-word"
61899
- // Correct property for word breaking
61900
61899
  },
61901
61900
  children: e
61902
61901
  }
@@ -0,0 +1,5 @@
1
+ type ExpandableDescriptionType = {
2
+ text: string;
3
+ };
4
+ declare const ExpandableDescription: ({ text }: ExpandableDescriptionType) => import("react/jsx-runtime").JSX.Element;
5
+ export default ExpandableDescription;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@kashifd/jwero-components",
3
3
  "description": "A Jwero UI library for React",
4
4
  "private": false,
5
- "version": "0.7.90",
5
+ "version": "0.7.91",
6
6
  "type": "module",
7
7
  "main": "dist/index.umd.js",
8
8
  "module": "dist/index.es.js",