@gem-sdk/core 12.0.0-dev.25 → 12.0.0-dev.27
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 +3 -3
- package/package.json +3 -3
package/dist/types/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as zustand from 'zustand';
|
|
2
2
|
import { StoreApi } from 'zustand';
|
|
3
3
|
import { Cart as Cart$2, addToCartOperation, getCartOperation, cartDiscountCodesUpdateOperation, cartNoteUpdateOperation, createCartOperation, removeCartItemOperation, updateCartLineOperation } from '@gem-sdk/adapter-shopify';
|
|
4
|
-
import {
|
|
4
|
+
import { SWRConfiguration, MutatorOptions } from 'swr';
|
|
5
5
|
import { ShortHandProperty } from '@gem-sdk/styles';
|
|
6
6
|
import * as csstype from 'csstype';
|
|
7
7
|
import * as swr__internal from 'swr/_internal';
|
|
@@ -35548,7 +35548,7 @@ type ShopProviderProps = {
|
|
|
35548
35548
|
key?: React.Key;
|
|
35549
35549
|
addons: AddonContextProps['components'];
|
|
35550
35550
|
storeOption: Omit<ShopContextProps, 'changeLocale' | 'changeStorefrontInfo' | 'changeCurrency' | 'changeSwatches' | 'changeLayoutSettings' | 'changeCreateThemeSectionCount' | 'changeShopPlan' | 'changeLimitCreateThemeSection' | 'updatePriceWithCurrency'>;
|
|
35551
|
-
queryOption?:
|
|
35551
|
+
queryOption?: Partial<SWRConfiguration<any, any>>;
|
|
35552
35552
|
};
|
|
35553
35553
|
|
|
35554
35554
|
declare const ShopProvider: React.FC<ShopProviderProps>;
|
|
@@ -36145,7 +36145,7 @@ declare const ThemePageMetaDocument = "\n query themePageMeta($after: Cursor,
|
|
|
36145
36145
|
|
|
36146
36146
|
type BorderStyle = StateProp<Border> | ResponsiveStateProp<Border>;
|
|
36147
36147
|
declare const getBorderStyle: (value?: Border) => {
|
|
36148
|
-
[k: string]: Record<"--
|
|
36148
|
+
[k: string]: Record<"--bc" | "--b" | "--bw", string | undefined>;
|
|
36149
36149
|
};
|
|
36150
36150
|
declare const getBorderRadiusStyle: (borderRadius?: CornerRadius, shapeRadius?: CornerRadius) => {};
|
|
36151
36151
|
declare const handleConvertBorderStyle: (value?: BorderStyle, type?: 'button') => {} | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gem-sdk/core",
|
|
3
|
-
"version": "12.0.0-dev.
|
|
3
|
+
"version": "12.0.0-dev.27",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"type-check": "yarn tsc --noEmit"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@gem-sdk/adapter-shopify": "12.0.0-dev.
|
|
31
|
-
"@gem-sdk/styles": "12.0.0-dev.
|
|
30
|
+
"@gem-sdk/adapter-shopify": "12.0.0-dev.27",
|
|
31
|
+
"@gem-sdk/styles": "12.0.0-dev.27",
|
|
32
32
|
"@types/classnames": "^2.3.1"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|