unlayer-types 1.5.30 → 1.5.31

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 +1 -7
  2. package/package.json +1 -1
package/embed.d.ts CHANGED
@@ -452,13 +452,7 @@ declare module "state/types/index" {
452
452
  export interface ToolConfig {
453
453
  enabled?: boolean | undefined;
454
454
  position?: number | undefined;
455
- properties?: {
456
- [key: string]: {
457
- value: string;
458
- };
459
- } | {
460
- [key: string]: string;
461
- } | undefined;
455
+ properties?: object | undefined;
462
456
  }
463
457
  export interface ToolsConfig {
464
458
  [key: string]: ToolConfig;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "unlayer-types",
3
- "version": "1.5.30",
3
+ "version": "1.5.31",
4
4
  "license": "MIT"
5
5
  }