@gem-sdk/core 1.58.0-staging.83 → 1.58.0-staging.88

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.
@@ -8367,6 +8367,7 @@ type PostPurchaseTextareaControlType<T> = SharedControlType<T> & {
8367
8367
  isStrike?: boolean;
8368
8368
  showOn?: 'singleProduct' | 'multiProduct';
8369
8369
  }[];
8370
+ isFallback?: boolean;
8370
8371
  };
8371
8372
 
8372
8373
  type NotesControlType<T> = SharedControlType<T> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.58.0-staging.83",
3
+ "version": "1.58.0-staging.88",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",