@gem-sdk/core 2.0.0-dev.696 → 2.0.0-dev.698
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 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -34894,7 +34894,7 @@ type ShopProviderProps = {
|
|
|
34894
34894
|
children: React.ReactNode;
|
|
34895
34895
|
key?: React.Key;
|
|
34896
34896
|
addons: AddonContextProps['components'];
|
|
34897
|
-
storeOption: Omit<ShopContextProps, 'changeLocale' | 'changeStorefrontInfo' | 'changeCurrency' | 'changeSwatches' | 'changeLayoutSettings' | 'changeCreateThemeSectionCount' | 'changeShopPlan' | 'changeLimitCreateThemeSection'>;
|
|
34897
|
+
storeOption: Omit<ShopContextProps, 'changeLocale' | 'changeStorefrontInfo' | 'changeCurrency' | 'changeSwatches' | 'changeLayoutSettings' | 'changeCreateThemeSectionCount' | 'changeShopPlan' | 'changeLimitCreateThemeSection' | 'updatePriceWithCurrency'>;
|
|
34898
34898
|
queryOption?: React.ComponentProps<typeof SWRConfig>['value'];
|
|
34899
34899
|
};
|
|
34900
34900
|
|