unlayer-types 1.19.0 → 1.21.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
@@ -2267,6 +2267,7 @@ declare module "editor/design-system/components/ToggleSwitch" {
2267
2267
  left?: React.ReactNode;
2268
2268
  onChange: (isChecked: boolean) => void;
2269
2269
  right?: React.ReactNode;
2270
+ toggleLeft?: React.ReactNode;
2270
2271
  size?: number;
2271
2272
  style?: React.CSSProperties;
2272
2273
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "unlayer-types",
3
- "version": "1.19.0",
3
+ "version": "1.21.0",
4
4
  "license": "MIT"
5
5
  }