@ikas/storefront 0.0.167-alpha.18 → 0.0.167-alpha.2
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.css +8 -0
- package/build/index.es.css +8 -0
- package/build/index.es.js +294 -307
- package/build/index.js +294 -307
- package/build/utils/settings.d.ts +1 -2
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ import { IkasSalesChannel } from "../models/data/sales-channel/index";
|
|
|
7
7
|
import { IkasStorefrontRouting } from "../models/data/storefront/routing/index";
|
|
8
8
|
import { IkasStorefrontThemeLocalization } from "../models/data/storefront/theme-localization/index";
|
|
9
9
|
import { IkasThemeFavicon } from "../models/theme/settings/prop/favicon/index";
|
|
10
|
-
import {
|
|
10
|
+
import { IkasThemeStockPreference } from "../models/theme/settings/index";
|
|
11
11
|
export declare class SettingsHelper {
|
|
12
12
|
static readLocalTheme(): Promise<IkasTheme>;
|
|
13
13
|
static readSettingsFile(): Promise<any>;
|
|
@@ -213,7 +213,6 @@ export declare class SettingsHelper {
|
|
|
213
213
|
notFound?: undefined;
|
|
214
214
|
revalidate?: undefined;
|
|
215
215
|
}>;
|
|
216
|
-
static createColorScript(settings: IkasThemeSettings): string | undefined;
|
|
217
216
|
}
|
|
218
217
|
export declare type SettingsData = {
|
|
219
218
|
storefront: IkasStorefront;
|