@cliquify.me/types 4.0.25 → 5.0.0

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -183,6 +183,9 @@ export interface ICaptionDetails extends ICommonDetails {
183
183
  animation?: string;
184
184
  isKeywordColor?: string;
185
185
  preservedColorKeyWord?: boolean;
186
+ linesPerCaption?: number;
187
+ wordsPerLine?: string;
188
+ showObject?: string;
186
189
  }
187
190
  export interface ITextDetails extends ICommonDetails {
188
191
  skewX: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cliquify.me/types",
3
- "version": "4.0.25",
3
+ "version": "5.0.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"