@heseya/advanced-ui-modules-sdk
Advanced tools
Comparing version 1.0.0-dev.8 to 1.0.0-dev.9
@@ -1,2 +0,2 @@ | ||
// Advanced UI Modules SDK v1.0.0-dev.8 Copyright (c) 2023 Heseya and contributors | ||
// Advanced UI Modules SDK v1.0.0-dev.9 Copyright (c) 2023 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.8 Copyright (c) 2023 Heseya and contributors | ||
// Advanced UI Modules SDK v1.0.0-dev.9 Copyright (c) 2023 Heseya and contributors | ||
(function (global, factory) { | ||
@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@heseya/store-core'), require('tslib')) : |
@@ -13,8 +13,13 @@ import { GenericModule, Media, ModuleData, ModuleType, Translations } from '../interfaces/'; | ||
} | ||
interface SpecAndColorTranslations { | ||
[lang: string]: { | ||
value: string; | ||
}; | ||
} | ||
export interface ProductDetailsModuleSpec { | ||
label: string; | ||
label: SpecAndColorTranslations; | ||
icon?: Media; | ||
} | ||
export interface ProductDetailsModuleAvailableColors { | ||
name: string; | ||
name: SpecAndColorTranslations; | ||
color: string; | ||
@@ -30,1 +35,2 @@ } | ||
export type ProductDetailsModuleDto = ModuleUpdateData<ProductDetailsModule>; | ||
export {}; |
@@ -9,2 +9,3 @@ import { GenericModule, ModuleType, Media, ModuleData, Translations } from '../interfaces/'; | ||
image: Media; | ||
margin?: number; | ||
} | ||
@@ -11,0 +12,0 @@ export type ProductTopImageBannerModuleData = ModuleData<ProductTopImageModuleConfigOptions>; |
{ | ||
"name": "@heseya/advanced-ui-modules-sdk", | ||
"version": "1.0.0-dev.8", | ||
"version": "1.0.0-dev.9", | ||
"author": { | ||
@@ -36,3 +36,2 @@ "name": "Heseya" | ||
"form-data": "^4.0.0", | ||
"lodash": "^4.17.21", | ||
"md5": "^2.3.0", | ||
@@ -60,3 +59,2 @@ "query-string": "^7.1.1", | ||
"@types/koa__cors": "^3.0.2", | ||
"@types/lodash": "^4.14.172", | ||
"@types/md5": "^2.3.1", | ||
@@ -63,0 +61,0 @@ "@typescript-eslint/eslint-plugin": "^5.36.1", |
81927
8
54
1028
- Removedlodash@^4.17.21