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

@mailupinc/bee-plugin-types

Package Overview
Dependencies
Maintainers
7
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mailupinc/bee-plugin-types - npm Package Compare versions

Comparing version 0.0.26 to 0.0.27

117

dist/index.d.ts

@@ -1677,2 +1677,18 @@ import { KebabCSSProperties, RecursivePartial, ValueOf } from '@mailupinc/bee-types-utils';

}>;
export type ContentDefaultsCarousel = Partial<{
mobileStyles: Partial<{
paddingTop: string;
paddingRight: string;
paddingBottom: string;
paddingLeft: string;
}>;
blockOptions: Partial<{
paddingTop: string;
paddingRight: string;
paddingBottom: string;
paddingLeft: string;
hideContentOnMobile: boolean;
width: string;
}>;
}>;
export type ContentDefaults = Partial<{

@@ -1694,4 +1710,3 @@ title: ContentDefaultsTitle;

general: ContentDefaultsGeneral;
carousel: any;
dynamicContent: any;
carousel: ContentDefaultsCarousel;
}>;

@@ -1719,2 +1734,76 @@ export interface DisplayCondition {

};
export interface Theme {
sidebarTabs: string;
Generals: {
CustomFontUrl: string;
CustomFontFamily: string;
CustomFontSize: string;
WidgetBarBorder: string;
WidgetBarAndActiveTabBackgroundColor: string;
ShowTabIcons: string;
CustomBrandPrimaryColor: string;
CustomBrandPrimaryColorLight: string;
CustomBrandPrimaryColorDark: string;
CustomBrandSecondaryColor: string;
};
Stage: {
StageLabelTextColor: string;
};
Tabs: {
ActiveTabTextAndIconColor: string;
NotActiveTabsBackgroundColor: string;
NotActiveTabsTextAndIconColor: string;
NotActiveTabsTextAndIconColorHover: string;
};
Tiles: {
PanelDefaultBackgroundColor: string;
PanelDefaultBorderColor: string;
PanelDefaultBorderRadiusValue: string;
PanelHoverBoxShadowValue: string;
};
PropertiesPanel: {
PropertiesPanelTitleBackground: string;
PropertiesPanelTextIconsColor: string;
PropertiesPanelTitleBorder: string;
};
Widgets: {
WidgetsSectionTitleBackground: string;
WidgetsSectionTitleColor: string;
WidgetBottomBorderColor: string;
WidgetLabelColor: string;
InputsBorderColor: string;
InputsBackgroundColor: string;
InputsTextColor: string;
BackgroundToggleOff: string;
BackgroundSwitchOff: string;
BackgroundSwitchOn: string;
ColorIconBase: string;
ColorIconBaseLight: string;
ColorIconBaseDark: string;
};
CustomizeIconOrganizer: {
IconOrganizerPanelBackgroundColor: string;
IconOrganizerIconThumbnailBackground: string;
IconOrganizerBorderColor: string;
IconOrganizerDeleteCtaColor: string;
IconManagerPopBackgroundColor: string;
IconManagerPopTabsBorderColor: string;
IconManagerPopTabsColor: string;
IconManagerPopTabsActiveColor: string;
IconManagerPopIconsColor: string;
};
TextEditor?: {
ToolbarBackgroundColor: string;
ToolbarBorderColor: string;
ToolbarButtonsColor: string;
};
}
export interface AddonsOverride {
ctaLabel?: string;
enabled?: boolean;
locked?: boolean;
label?: string;
placeholder?: string;
id: string;
}
export interface ClientConfig {

@@ -1726,3 +1815,4 @@ titleDefaultConfig?: {

sidebarPosition?: 'left' | 'right';
translations?: unknown;
translations?: Record<string, unknown>;
translationsUrl?: string;
uid: string;

@@ -1735,5 +1825,3 @@ container: string;

language?: string;
addOns?: Array<{
id: string;
}>;
addOns?: AddonsOverride[];
clientConfig?: boolean;

@@ -1752,3 +1840,15 @@ disableTextCustomColors?: boolean;

advancedPermissions?: BeePluginAdvancedPermission;
defaultForm?: unknown;
defaultForm?: {
structure: {
title: string;
description: string;
attributes: Record<string, unknown>;
fields: Record<string, {
type: string;
label: string;
attributes: Record<string, unknown>;
}>;
layout: string[][];
};
};
loadingSpinnerTheme?: 'dark' | 'light';

@@ -1768,3 +1868,3 @@ loadingSpinnerDisableOnSave?: boolean;

workspace?: BeePluginWorkspace;
autosave?: number;
autosave?: number | false;
customHeaders?: BeePluginCustomHeader[];

@@ -1839,2 +1939,3 @@ saveRows?: boolean;

commentingThreadPreview?: boolean;
customStyles?: Theme;
}

@@ -1841,0 +1942,0 @@ export interface IFetchTokenPayload {

6

package.json
{
"name": "@mailupinc/bee-plugin-types",
"version": "0.0.26",
"version": "0.0.27",
"description": "Bee plugin public types",

@@ -18,3 +18,3 @@ "keywords": [],

"dependencies": {
"@mailupinc/bee-types-utils": "^0.0.26"
"@mailupinc/bee-types-utils": "^0.0.27"
},

@@ -32,3 +32,3 @@ "devDependencies": {

"tags": [],
"gitHead": "65ef1ac47f4bd3ae0a90e4cd5c84676ed9233870"
"gitHead": "9e5065c9cc7a2f600293199801cf84b152d76865"
}
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