@ikas/storefront 0.0.166-alpha.4 → 0.0.166-alpha.6

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