@imgly/plugin-ai-image-generation-web 0.2.4 → 0.2.6

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.
@@ -7,6 +7,7 @@ export declare const ID = "ly.img.artistTransfer";
7
7
  * The i18n prefix for the quick action.
8
8
  */
9
9
  export declare const I18N_PREFIX = "ly.img.plugin-ai-image-generation-web.quickAction.artistTransfer";
10
+ export declare const I18N_DEFAULT_PREFIX = "ly.img.plugin-ai-image-generation-web.defaults.quickAction.artistTransfer";
10
11
  /**
11
12
  * The input generated from this quick action which needs
12
13
  * to be mapped to the specific provider.
@@ -7,6 +7,7 @@ export declare const ID = "ly.img.combineImages";
7
7
  * The i18n prefix for the quick action.
8
8
  */
9
9
  export declare const I18N_PREFIX = "ly.img.plugin-ai-image-generation-web.quickAction.combineImages";
10
+ export declare const I18N_DEFAULT_PREFIX = "ly.img.plugin-ai-image-generation-web.defaults.quickAction.combineImages";
10
11
  /**
11
12
  * The input generated from this quick action which needs
12
13
  * to be mapped to the specific provider.
@@ -7,6 +7,7 @@ export declare const ID = "ly.img.createVariant";
7
7
  * The i18n prefix for the quick action.
8
8
  */
9
9
  export declare const I18N_PREFIX = "ly.img.plugin-ai-image-generation-web.quickAction.createVariant";
10
+ export declare const I18N_DEFAULT_PREFIX = "ly.img.plugin-ai-image-generation-web.defaults.quickAction.createVariant";
10
11
  /**
11
12
  * The input generated from this quick action which needs
12
13
  * to be mapped to the specific provider.
@@ -7,6 +7,7 @@ export declare const ID = "ly.img.editImage";
7
7
  * The i18n prefix for the quick action.
8
8
  */
9
9
  export declare const I18N_PREFIX = "ly.img.plugin-ai-image-generation-web.quickAction.editImage";
10
+ export declare const I18N_DEFAULT_PREFIX = "ly.img.plugin-ai-image-generation-web.defaults.quickAction.editImage";
10
11
  /**
11
12
  * The input generated from this quick action which needs
12
13
  * to be mapped to the specific provider.
@@ -7,6 +7,7 @@ export declare const ID = "ly.img.remixPage";
7
7
  * The i18n prefix for the quick action.
8
8
  */
9
9
  export declare const I18N_PREFIX = "ly.img.plugin-ai-image-generation-web.quickAction.remixPage";
10
+ export declare const I18N_DEFAULT_PREFIX = "ly.img.plugin-ai-image-generation-web.defaults.quickAction.remixPage";
10
11
  /**
11
12
  * The input generated from this quick action which needs
12
13
  * to be mapped to the specific provider.
@@ -7,6 +7,7 @@ export declare const ID = "ly.img.remixPageWithPrompt";
7
7
  * The i18n prefix for the quick action.
8
8
  */
9
9
  export declare const I18N_PREFIX = "ly.img.plugin-ai-image-generation-web.quickAction.remixPageWithPrompt";
10
+ export declare const I18N_DEFAULT_PREFIX = "ly.img.plugin-ai-image-generation-web.defaults.quickAction.remixPageWithPrompt";
10
11
  /**
11
12
  * The input generated from this quick action which needs
12
13
  * to be mapped to the specific provider.
@@ -7,6 +7,7 @@ export declare const ID = "ly.img.styleTransfer";
7
7
  * The i18n prefix for the quick action.
8
8
  */
9
9
  export declare const I18N_PREFIX = "ly.img.plugin-ai-image-generation-web.quickAction.styleTransfer";
10
+ export declare const I18N_DEFAULT_PREFIX = "ly.img.plugin-ai-image-generation-web.defaults.quickAction.styleTransfer";
10
11
  /**
11
12
  * The input generated from this quick action which needs
12
13
  * to be mapped to the specific provider.
@@ -7,6 +7,7 @@ export declare const ID = "ly.img.swapBackground";
7
7
  * The i18n prefix for the quick action.
8
8
  */
9
9
  export declare const I18N_PREFIX = "ly.img.plugin-ai-image-generation-web.quickAction.swapBackground";
10
+ export declare const I18N_DEFAULT_PREFIX = "ly.img.plugin-ai-image-generation-web.defaults.quickAction.swapBackground";
10
11
  /**
11
12
  * The input generated from this quick action which needs
12
13
  * to be mapped to the specific provider.
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imgly/plugin-ai-image-generation-web",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "AI image generation plugin for the CE.SDK editor",
5
5
  "keywords": [
6
6
  "CE.SDK",
@@ -67,6 +67,7 @@
67
67
  "devDependencies": {
68
68
  "@imgly/plugin-ai-generation-web": "workspace:*",
69
69
  "@imgly/plugin-utils": "workspace:*",
70
+ "@types/jest": "^30.0.0",
70
71
  "@types/ndarray": "^1.0.14",
71
72
  "chalk": "^5.3.0",
72
73
  "concurrently": "^8.2.2",