@codeandfunction/callaloo 2.8.3 → 2.9.1

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/types.d.ts CHANGED
@@ -110,6 +110,8 @@ export interface CardProps {
110
110
  titleType?: HeadingTypes;
111
111
  /** Set the title heading level. The property can be one of `CLHeadingLevels`, e.g. `CLHeadingLevels.H1` */
112
112
  titleHLevel?: HeadingLevels;
113
+ /** When set to `true`, truncate the title if it overflows its container. */
114
+ truncateTitle?: boolean;
113
115
  /** Sets the Card type. The property can be one of `CLCardTypes`, e.g. `CLCardTypes.Medium`. */
114
116
  type?: CardTypes;
115
117
  /** Sets the width of the Card, it's default value is `auto`. */
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "ui components",
18
18
  "vuejs"
19
19
  ],
20
- "version": "2.8.3",
20
+ "version": "2.9.1",
21
21
  "license": "MIT",
22
22
  "type": "module",
23
23
  "scripts": {