@heseya/advanced-ui-modules-sdk
Advanced tools
Comparing version 1.0.0-dev.25 to 1.0.0-dev.26
@@ -1,2 +0,2 @@ | ||
// Advanced UI Modules SDK v1.0.0-dev.25 Copyright (c) 2023 Heseya and contributors | ||
// Advanced UI Modules SDK v1.0.0-dev.26 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.25 Copyright (c) 2023 Heseya and contributors | ||
// Advanced UI Modules SDK v1.0.0-dev.26 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')) : |
@@ -9,3 +9,5 @@ import { GenericModule, ModuleType, TextPosition, Media, ModuleData } from '../interfaces/'; | ||
margin?: number; | ||
listsInTwoColumns?: boolean; | ||
backgroundImage?: Media; | ||
withBackground?: boolean; | ||
} | ||
@@ -22,2 +24,5 @@ export interface LinksModuleTranslation { | ||
links: Link[]; | ||
secondListTranslations?: LinksModuleTranslation; | ||
secondListLinks?: Link[]; | ||
previewImage?: Media; | ||
} | ||
@@ -24,0 +29,0 @@ export interface LinksModuleContent { |
{ | ||
"name": "@heseya/advanced-ui-modules-sdk", | ||
"version": "1.0.0-dev.25", | ||
"version": "1.0.0-dev.26", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Heseya" |
93245
1174