@heseya/advanced-ui-modules-sdk
Advanced tools
Comparing version 1.0.0-dev.81 to 1.0.0-dev.82
@@ -1,2 +0,2 @@ | ||
// Advanced UI Modules SDK v1.0.0-dev.81 Copyright (c) 2024 Heseya and contributors | ||
// Advanced UI Modules SDK v1.0.0-dev.82 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.81 Copyright (c) 2024 Heseya and contributors | ||
// Advanced UI Modules SDK v1.0.0-dev.82 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')) : |
import { ModuleType, GenericModule, Translations, ModuleData } from '../interfaces'; | ||
import { ModuleUpdateData } from './Module'; | ||
import { Link } from './Link'; | ||
export interface TextModuleBackButton { | ||
@@ -11,2 +12,3 @@ show: boolean; | ||
backButton: TextModuleBackButton; | ||
width: 'full' | '3/4' | '2/3' | '1/2'; | ||
margin?: number; | ||
@@ -17,2 +19,5 @@ htmlId?: string; | ||
content: Translations; | ||
bottomTitle?: Translations; | ||
bottomSubtitle?: Translations; | ||
bottomButton?: Link; | ||
} | ||
@@ -19,0 +24,0 @@ export type TextModuleData = ModuleData<TextModuleConfigOptions, TextModuleContent>; |
@@ -12,2 +12,3 @@ import { GenericModule, HeroModuleContent, Direction, TextAlignment, TextPosition, Translations, ModuleType, ModuleData, Media } from '../interfaces/'; | ||
withBorderRadius: boolean; | ||
withBorder: boolean; | ||
direction: Direction; | ||
@@ -14,0 +15,0 @@ margin?: number; |
{ | ||
"name": "@heseya/advanced-ui-modules-sdk", | ||
"version": "1.0.0-dev.81", | ||
"version": "1.0.0-dev.82", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Heseya" |
117456
1676