New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@heseya/advanced-ui-modules-sdk

Package Overview
Dependencies
Maintainers
3
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heseya/advanced-ui-modules-sdk - npm Package Compare versions

Comparing version 1.0.0-dev.68 to 1.0.0-dev.69

2

dist/index.js

@@ -1,2 +0,2 @@

// Advanced UI Modules SDK v1.0.0-dev.68 Copyright (c) 2024 Heseya and contributors
// Advanced UI Modules SDK v1.0.0-dev.69 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.68 Copyright (c) 2024 Heseya and contributors
// Advanced UI Modules SDK v1.0.0-dev.69 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')) :

@@ -11,2 +11,3 @@ import { GenericModule, Direction, HeroModuleContent, ModuleType, ModuleData } from '../interfaces';

margin?: number;
htmlId?: string;
}

@@ -13,0 +14,0 @@ export interface BannerModuleContent {

@@ -44,2 +44,3 @@ import { GenericModule, ModuleData, ModuleType, TextAlignment, Translations } from '../interfaces/';

buttonAsLink?: boolean;
htmlId?: string;
}

@@ -46,0 +47,0 @@ export interface BlogModuleContent {

@@ -5,2 +5,3 @@ import { GenericModule, ModuleType, ModuleData, Translations } from '../interfaces/';

margin?: number;
htmlId?: string;
}

@@ -7,0 +8,0 @@ export interface BranchFinderModuleGeo {

@@ -11,2 +11,3 @@ import { GenericModule, ModuleType, TextAlignment, Media, ModuleData, Translations } from '../interfaces/';

margin?: number;
htmlId?: string;
}

@@ -13,0 +14,0 @@ export interface BrandsSliderBrands {

@@ -6,2 +6,3 @@ import { ModuleUpdateData } from './Module';

margin?: number;
htmlId?: string;
}

@@ -8,0 +9,0 @@ export type CatchyClaimModuleItem = {

@@ -7,2 +7,3 @@ import { ModuleUpdateData } from './Module';

margin?: number;
htmlId?: string;
}

@@ -9,0 +10,0 @@ export type CategoriesGroupsModuleItem = {

@@ -14,2 +14,3 @@ import { GenericModule, ModuleType, Translations, ModuleData } from '../interfaces/';

margin?: number;
htmlId?: string;
}

@@ -16,0 +17,0 @@ export type CategorySliderModuleData = ModuleData<CategorySliderModuleConfigOptions>;

@@ -27,2 +27,3 @@ import { GenericModule, ModuleType, Media, ModuleData, Translations } from '../interfaces/';

margin?: number;
htmlId?: string;
}

@@ -29,0 +30,0 @@ export interface ContactModuleRecipient extends Pick<ContactModuleLocalization, 'id'> {

@@ -12,2 +12,3 @@ import { ModuleUpdateData } from './Module';

margin?: number;
htmlId?: string;
}

@@ -14,0 +15,0 @@ export interface DoubleImageSliderModuleContent {

@@ -5,2 +5,3 @@ import { ModuleUpdateData } from './Module';

margin?: number;
htmlId?: string;
}

@@ -7,0 +8,0 @@ export type FaqModuleQuestion = {

@@ -11,2 +11,3 @@ import { ModuleUpdateData } from './Module';

url: string;
htmlId?: string;
}

@@ -13,0 +14,0 @@ export type IframeLinkModuleData = ModuleData<IframeLinkModuleConfigOptions>;

@@ -35,2 +35,3 @@ import { Media, GenericModule, ModuleData, ModuleType, Translations, TextPosition } from '../interfaces';

reversed?: boolean;
htmlId?: string;
}

@@ -37,0 +38,0 @@ export interface ImagesModuleContent {

@@ -6,2 +6,3 @@ import { GenericModule, ModuleType, ModuleData, Translations } from '../interfaces/';

title: Translations;
htmlId?: string;
}

@@ -8,0 +9,0 @@ export interface JobOffersModuleContentData {

@@ -13,2 +13,3 @@ import { GenericModule, ModuleType, TextPosition, Media, ModuleData } from '../interfaces/';

titleWithDivider?: boolean;
htmlId?: string;
}

@@ -15,0 +16,0 @@ export interface LinksModuleTranslation {

@@ -8,2 +8,3 @@ import { GenericModule, ModuleData, ModuleType, Translations } from '../interfaces/';

aboveHeader?: boolean;
htmlId?: string;
}

@@ -10,0 +11,0 @@ export interface NotificationBarModuleContent {

@@ -20,2 +20,3 @@ import { ModuleType, GenericModule, Media, ModuleData } from '../interfaces';

margin?: number;
htmlId?: string;
}

@@ -22,0 +23,0 @@ export interface OneToOneModuleContent {

@@ -8,2 +8,3 @@ import { ModuleUpdateData } from './Module';

margin?: number;
htmlId?: string;
}

@@ -10,0 +11,0 @@ export type OurBrandsModuleItem = {

@@ -8,2 +8,3 @@ import { GenericModule, Media, ModuleData, ModuleType, Translations } from '../interfaces/';

margin?: number;
htmlId?: string;
}

@@ -10,0 +11,0 @@ export interface PackageContentContentItem {

@@ -8,2 +8,3 @@ import { GenericModule, Media, ModuleData, ModuleType, Translations } from '../interfaces/';

icons?: Media[];
htmlId?: string;
}

@@ -10,0 +11,0 @@ export type ProductDetailsModuleData = ModuleData<ProductDetailsModuleConfigOptions>;

@@ -6,2 +6,3 @@ import { GenericModule, Media, ModuleData, ModuleType, Translations } from '../interfaces/';

margin?: number;
htmlId?: string;
}

@@ -8,0 +9,0 @@ export interface ProductGalleryModuleContentItem {

@@ -8,2 +8,3 @@ import { GenericModule, ModuleData, ModuleType, Translations } from '../interfaces/';

showCta?: boolean;
htmlId?: string;
}

@@ -10,0 +11,0 @@ export interface ProductGridModuleContent {

@@ -7,2 +7,3 @@ import { GenericModule, ModuleData, ModuleType, Translations } from '../interfaces/';

variant: 'centered' | 'withCta';
htmlId?: string;
}

@@ -9,0 +10,0 @@ export interface ProductHeaderModuleContent {

@@ -7,2 +7,3 @@ import { GenericModule, ModuleData, ModuleType, TextAlignment, Translations } from '../interfaces/';

margin?: number;
htmlId?: string;
}

@@ -9,0 +10,0 @@ export interface ProductsShowcaseModuleContent {

@@ -17,2 +17,3 @@ import { GenericModule, ModuleData, ModuleType, Translations } from '../interfaces/';

textColor?: string;
htmlId?: string;
}

@@ -19,0 +20,0 @@ export interface ProductSliderModuleTabs {

@@ -8,2 +8,3 @@ import { GenericModule, ModuleType, Media, ModuleData, Translations } from '../interfaces/';

margin?: number;
htmlId?: string;
}

@@ -10,0 +11,0 @@ export type ProductTextWithIconsModuleItem = {

@@ -28,2 +28,3 @@ import { GenericModule, ModuleType, Media, TextAlignment, ModuleData, Translations } from '../interfaces/';

iconTextDirection?: 'row' | 'column';
htmlId?: string;
}

@@ -30,0 +31,0 @@ export interface ItemTranslation {

@@ -10,2 +10,3 @@ import { GenericModule, ModuleType, Media, ModuleData, Translations } from '../interfaces/';

margin?: number;
htmlId?: string;
}

@@ -12,0 +13,0 @@ export type ProductTopImageBannerModuleData = ModuleData<ProductTopImageModuleConfigOptions>;

@@ -10,2 +10,3 @@ import { ModuleUpdateData } from './Module';

margin?: number;
htmlId?: string;
}

@@ -12,0 +13,0 @@ export type ProductVariantSelectionModuleVariant = {

@@ -6,2 +6,3 @@ import { ModuleUpdateData } from './Module';

margin?: number;
htmlId?: string;
}

@@ -8,0 +9,0 @@ export type ReviewsSliderModuleItem = {

@@ -8,2 +8,3 @@ import { ModuleUpdateData } from './Module';

link?: Link;
htmlId?: string;
}

@@ -10,0 +11,0 @@ export type SearchModuleData = ModuleData<SearchModuleConfigOptions>;

@@ -13,2 +13,3 @@ import { GenericModule, TextPosition, Translations, ModuleType, ModuleData, Media } from '../interfaces/';

url?: string;
htmlId?: string;
}

@@ -15,0 +16,0 @@ export type SmallBannerModuleData = ModuleData<SmallBannerModuleConfigOptions>;

@@ -14,2 +14,3 @@ import { GenericModule, ModuleData, ModuleType, Translations, Direction } from '../interfaces/';

cta?: Link;
htmlId?: string;
}

@@ -16,0 +17,0 @@ export interface SpecificationModuleContent {

@@ -13,2 +13,3 @@ import { GenericModule, ModuleData, ModuleType, Translations, Media } from '../interfaces/';

margin?: number;
htmlId?: string;
}

@@ -15,0 +16,0 @@ export interface SpecificationWithImageModuleContent {

@@ -11,2 +11,3 @@ import { ModuleUpdateData } from './Module';

margin?: number;
htmlId?: string;
}

@@ -13,0 +14,0 @@ export interface TabsModuleContent {

@@ -12,2 +12,3 @@ import { ModuleType, GenericModule, Translations, ModuleData } from '../interfaces';

margin?: number;
htmlId?: string;
}

@@ -14,0 +15,0 @@ export interface TextModuleContent {

@@ -23,2 +23,3 @@ import { Media, GenericModule, ModuleData, ModuleType, Translations } from '../interfaces';

textColor?: string;
htmlId?: string;
}

@@ -25,0 +26,0 @@ export interface TextAndIconsModuleContent {

@@ -16,2 +16,3 @@ import { GenericModule, HeroModuleContent, Direction, TextAlignment, TextPosition, Translations, ModuleType, ModuleData, Media } from '../interfaces/';

headerLink?: Link;
htmlId?: string;
smallCenterImage?: Media;

@@ -18,0 +19,0 @@ }

@@ -10,2 +10,3 @@ import { GenericModule, Translations, ModuleType, ModuleData, Media } from '../interfaces/';

rightTextPosition?: 'top' | 'bottom';
htmlId?: string;
}

@@ -12,0 +13,0 @@ export type TextOnImageModuleData = ModuleData<TextOnImageModuleConfigOptions>;

@@ -8,2 +8,3 @@ import { GenericModule, ModuleType, ModuleData, Translations, Media } from '../interfaces';

mainImage: Media;
htmlId?: string;
}

@@ -10,0 +11,0 @@ export interface ThreeSixtyModuleContentData {

@@ -7,2 +7,3 @@ import { ModuleUpdateData } from './Module';

margin?: number;
htmlId?: string;
}

@@ -9,0 +10,0 @@ export type TimelineModuleItem = {

{
"name": "@heseya/advanced-ui-modules-sdk",
"version": "1.0.0-dev.68",
"version": "1.0.0-dev.69",
"author": {

@@ -5,0 +5,0 @@ "name": "Heseya"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc