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

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.
@@ -5,6 +5,7 @@
5
5
  * Structure:
6
6
  * - Property translations: `ly.img.plugin-ai-generation-web.defaults.property.${property.id}`
7
7
  * - Enum value translations: `ly.img.plugin-ai-generation-web.defaults.property.${property.id}.${enumValue}`
8
+ * - Generic fallbacks: `ly.img.plugin-ai-generation-web.fallback.*`
8
9
  *
9
10
  * Based on actual OpenAPI Input schemas from all AI provider packages.
10
11
  */
package/dist/types.d.ts CHANGED
@@ -120,9 +120,6 @@ export type UIOptions = {
120
120
  engine: CreativeEngine;
121
121
  historyAssetSourceId?: string;
122
122
  historyAssetLibraryEntryId?: string;
123
- i18n?: {
124
- prompt?: string;
125
- };
126
123
  };
127
124
  /**
128
125
  * Basic context for provider initialization
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imgly/plugin-ai-generation-web",
3
- "version": "0.2.10",
3
+ "version": "0.2.12",
4
4
  "description": "AI generation plugin for the CE.SDK editor",
5
5
  "keywords": [
6
6
  "CE.SDK",