@heseya/advanced-ui-modules-sdk
Advanced tools
Comparing version 1.0.0-dev.78 to 1.0.0-dev.79
@@ -1,2 +0,2 @@ | ||
// Advanced UI Modules SDK v1.0.0-dev.78 Copyright (c) 2024 Heseya and contributors | ||
// Advanced UI Modules SDK v1.0.0-dev.79 Copyright (c) 2024 Heseya and contributors | ||
import { stringifyQueryParams } from '@heseya/store-core'; | ||
@@ -3,0 +3,0 @@ import { __awaiter } from 'tslib'; |
@@ -1,2 +0,2 @@ | ||
// Advanced UI Modules SDK v1.0.0-dev.78 Copyright (c) 2024 Heseya and contributors | ||
// Advanced UI Modules SDK v1.0.0-dev.79 Copyright (c) 2024 Heseya and contributors | ||
(function (global, factory) { | ||
@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@heseya/store-core'), require('tslib')) : |
@@ -9,2 +9,3 @@ import { GenericModule, ModuleData, ModuleType, Translations } from '../interfaces/'; | ||
htmlId?: string; | ||
textColor?: string; | ||
} | ||
@@ -11,0 +12,0 @@ export interface ProductGridModuleContent { |
@@ -8,2 +8,3 @@ import { GenericModule, ModuleData, ModuleType, Translations } from '../interfaces/'; | ||
htmlId?: string; | ||
buyButtonId?: string; | ||
} | ||
@@ -10,0 +11,0 @@ export interface ProductHeaderModuleContent { |
@@ -7,3 +7,2 @@ import { GenericModule, ModuleType, Media, ModuleData, Translations } from '../interfaces/'; | ||
description: Translations; | ||
divider: boolean; | ||
image: Media; | ||
@@ -10,0 +9,0 @@ margin?: number; |
@@ -14,2 +14,3 @@ import { GenericModule, TextPosition, Translations, ModuleType, ModuleData, Media } from '../interfaces/'; | ||
htmlId?: string; | ||
textColor?: string; | ||
} | ||
@@ -16,0 +17,0 @@ export type SmallBannerModuleData = ModuleData<SmallBannerModuleConfigOptions>; |
{ | ||
"name": "@heseya/advanced-ui-modules-sdk", | ||
"version": "1.0.0-dev.78", | ||
"version": "1.0.0-dev.79", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Heseya" |
117133
1668