@ikas/storefront 0.0.166-alpha.6 → 0.0.167-alpha.10
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/build/index.es.js +45 -8087
- package/build/index.js +45 -8087
- package/build/storefront/index.d.ts +0 -2
- package/build/utils/settings.d.ts +0 -7
- package/package.json +1 -2
|
@@ -21,7 +21,6 @@ export declare class IkasStorefrontConfig {
|
|
|
21
21
|
static favicon: IkasThemeFavicon;
|
|
22
22
|
static stockPreference: IkasThemeStockPreference;
|
|
23
23
|
static translations: Record<string, any>;
|
|
24
|
-
static storefrontJSScripts: string[];
|
|
25
24
|
static isEditor: boolean;
|
|
26
25
|
static init(store: IkasBaseStore, components: any, config: Record<string, any>, apiUrlOverride?: string): void;
|
|
27
26
|
static initWithJson(json: Record<string, any>): void;
|
|
@@ -39,7 +38,6 @@ export declare class IkasStorefrontConfig {
|
|
|
39
38
|
fbpId: string | null;
|
|
40
39
|
favicon: any;
|
|
41
40
|
stockPreference: IkasThemeStockPreference;
|
|
42
|
-
storefrontJSScripts: string[];
|
|
43
41
|
translations: Record<string, any>;
|
|
44
42
|
};
|
|
45
43
|
}
|
|
@@ -36,7 +36,6 @@ export declare class SettingsHelper {
|
|
|
36
36
|
fbpId: string | null;
|
|
37
37
|
favicon: any;
|
|
38
38
|
stockPreference: IkasThemeStockPreference;
|
|
39
|
-
storefrontJSScripts: string[];
|
|
40
39
|
translations: Record<string, any>;
|
|
41
40
|
};
|
|
42
41
|
};
|
|
@@ -62,7 +61,6 @@ export declare class SettingsHelper {
|
|
|
62
61
|
fbpId: string | null;
|
|
63
62
|
favicon: any;
|
|
64
63
|
stockPreference: IkasThemeStockPreference;
|
|
65
|
-
storefrontJSScripts: string[];
|
|
66
64
|
translations: Record<string, any>;
|
|
67
65
|
};
|
|
68
66
|
};
|
|
@@ -97,7 +95,6 @@ export declare class SettingsHelper {
|
|
|
97
95
|
fbpId: string | null;
|
|
98
96
|
favicon: any;
|
|
99
97
|
stockPreference: IkasThemeStockPreference;
|
|
100
|
-
storefrontJSScripts: string[];
|
|
101
98
|
translations: Record<string, any>;
|
|
102
99
|
};
|
|
103
100
|
};
|
|
@@ -123,7 +120,6 @@ export declare class SettingsHelper {
|
|
|
123
120
|
fbpId: string | null;
|
|
124
121
|
favicon: any;
|
|
125
122
|
stockPreference: IkasThemeStockPreference;
|
|
126
|
-
storefrontJSScripts: string[];
|
|
127
123
|
translations: Record<string, any>;
|
|
128
124
|
};
|
|
129
125
|
};
|
|
@@ -158,7 +154,6 @@ export declare class SettingsHelper {
|
|
|
158
154
|
fbpId: string | null;
|
|
159
155
|
favicon: any;
|
|
160
156
|
stockPreference: IkasThemeStockPreference;
|
|
161
|
-
storefrontJSScripts: string[];
|
|
162
157
|
translations: Record<string, any>;
|
|
163
158
|
};
|
|
164
159
|
};
|
|
@@ -184,7 +179,6 @@ export declare class SettingsHelper {
|
|
|
184
179
|
fbpId: string | null;
|
|
185
180
|
favicon: any;
|
|
186
181
|
stockPreference: IkasThemeStockPreference;
|
|
187
|
-
storefrontJSScripts: string[];
|
|
188
182
|
translations: Record<string, any>;
|
|
189
183
|
};
|
|
190
184
|
};
|
|
@@ -203,5 +197,4 @@ export declare type SettingsData = {
|
|
|
203
197
|
routing: IkasStorefrontRouting;
|
|
204
198
|
favicon: IkasThemeFavicon;
|
|
205
199
|
stockPreference: IkasThemeStockPreference;
|
|
206
|
-
storefrontJSScripts: string[];
|
|
207
200
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ikas/storefront",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.167-alpha.10",
|
|
4
4
|
"main": "./build/index.js",
|
|
5
5
|
"module": "./build/index.es.js",
|
|
6
6
|
"author": "Umut Ozan Yıldırım",
|
|
@@ -30,7 +30,6 @@
|
|
|
30
30
|
"form-data": "^3.0.0",
|
|
31
31
|
"graphql": "^15.3.0",
|
|
32
32
|
"graphql-tag": "^2.10.3",
|
|
33
|
-
"html-react-parser": "^1.4.0",
|
|
34
33
|
"lodash": "^4.17.20",
|
|
35
34
|
"moment": "^2.29.1",
|
|
36
35
|
"node-fetch": "^2.6.1",
|