unlayer-types 1.21.0 → 1.22.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/embed.d.ts +5 -0
  2. package/package.json +1 -1
package/embed.d.ts CHANGED
@@ -579,6 +579,11 @@ declare module "editor/themes/types" {
579
579
  textColor: ColorValue;
580
580
  shadowColor: ColorValue;
581
581
  };
582
+ placeholder: {
583
+ borderColor: ColorValue;
584
+ color: ColorValue;
585
+ backgroundColor: ColorValue;
586
+ };
582
587
  };
583
588
  };
584
589
  export type ThemeVariant = 'primary' | 'secondary' | 'tertiary' | 'ai' | 'ai_outline' | 'danger';
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "unlayer-types",
3
- "version": "1.21.0",
3
+ "version": "1.22.0",
4
4
  "license": "MIT"
5
5
  }