@imgly/plugin-ai-generation-web 0.2.9 → 0.2.10

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.
@@ -27,7 +27,7 @@ type PropertyInputForObject = {
27
27
  export type PropertyInput = PropertyInputForString | PropertyInputForBoolean | PropertyInputForInteger | PropertyInputForObject;
28
28
  export type GetPropertyInput = () => PropertyInput;
29
29
  type CustomIcon = string | (({ theme, iconSize }: {
30
- theme: string;
30
+ theme: 'light' | 'dark';
31
31
  iconSize: 'normal' | 'large';
32
32
  }) => string);
33
33
  export interface EnumValue {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imgly/plugin-ai-generation-web",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "AI generation plugin for the CE.SDK editor",
5
5
  "keywords": [
6
6
  "CE.SDK",