@heseya/advanced-ui-modules-sdk
Advanced tools
Comparing version 1.0.0-dev.71 to 1.0.0-dev.72
@@ -1,2 +0,2 @@ | ||
// Advanced UI Modules SDK v1.0.0-dev.71 Copyright (c) 2024 Heseya and contributors | ||
// Advanced UI Modules SDK v1.0.0-dev.72 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.71 Copyright (c) 2024 Heseya and contributors | ||
// Advanced UI Modules SDK v1.0.0-dev.72 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')) : |
@@ -1,3 +0,10 @@ | ||
import { GenericModule, ModuleData, ModuleType, TextAlignment, Translations } from '../interfaces/'; | ||
import { GenericModule, Media, ModuleData, ModuleType, TextAlignment, Translations } from '../interfaces/'; | ||
import { ModuleUpdateData } from './Module'; | ||
export type ProductShowcaseSingleProduct = { | ||
title: Translations; | ||
url: string; | ||
price: string; | ||
mainImage: Media; | ||
thumbnail: Media; | ||
}; | ||
export interface ProductsShowcaseModuleConfigOptions { | ||
@@ -10,3 +17,3 @@ title: Translations; | ||
export interface ProductsShowcaseModuleContent { | ||
products: string[]; | ||
items: ProductShowcaseSingleProduct[]; | ||
} | ||
@@ -13,0 +20,0 @@ export type ProductsShowcaseModuleData = ModuleData<ProductsShowcaseModuleConfigOptions, ProductsShowcaseModuleContent>; |
{ | ||
"name": "@heseya/advanced-ui-modules-sdk", | ||
"version": "1.0.0-dev.71", | ||
"version": "1.0.0-dev.72", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Heseya" |
116512
1647