unlayer-types 1.402.0 → 1.405.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 +1 -0
  2. package/package.json +1 -1
package/embed.d.ts CHANGED
@@ -1694,6 +1694,7 @@ declare module "packages/editor/src/state/types/types" {
1694
1694
  };
1695
1695
  export interface ToolConfig {
1696
1696
  enabled?: boolean | undefined;
1697
+ icon?: string | undefined;
1697
1698
  position?: number | undefined;
1698
1699
  properties?: object | undefined;
1699
1700
  sections?: object | undefined;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "unlayer-types",
3
- "version": "1.402.0",
3
+ "version": "1.405.0",
4
4
  "license": "MIT"
5
5
  }