@cliquify.me/types 4.0.24 → 4.0.25

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -181,6 +181,8 @@ export interface ICaptionDetails extends ICommonDetails {
181
181
  activeColor?: string;
182
182
  activeFillColor?: string;
183
183
  animation?: string;
184
+ isKeywordColor?: string;
185
+ preservedColorKeyWord?: boolean;
184
186
  }
185
187
  export interface ITextDetails extends ICommonDetails {
186
188
  skewX: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cliquify.me/types",
3
- "version": "4.0.24",
3
+ "version": "4.0.25",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"