@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.
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -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> & {
|