Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wix-rich-content-toolbars-v3

Package Overview
Dependencies
Maintainers
1
Versions
466
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wix-rich-content-toolbars-v3 - npm Package Compare versions

Comparing version 8.70.15 to 8.70.16

1

dist/src/modals/fontSize/FontSizePanel.d.ts

@@ -13,4 +13,5 @@ export default FontSizePanel;

getFontSizeOptions: () => any;
render(): JSX.Element;
}
import React from "react";
//# sourceMappingURL=FontSizePanel.d.ts.map

@@ -10,2 +10,5 @@ export default HeadingsPanel;

constructor(props: any);
state: {
openOption: string;
};
styles: Record<string, string>;

@@ -18,4 +21,5 @@ onSaveHeading: (type: any, clickFromKeyboard: any) => any;

onUpdateModalOpen: (type: any) => void;
render(): JSX.Element;
}
import React from "react";
//# sourceMappingURL=HeadingsPanel.d.ts.map
export default LineSpacingPanel;
declare class LineSpacingPanel extends React.Component<any, any, any> {
constructor(props: any);
state: {
spacing: any;
};
styles: Record<string, string>;

@@ -13,4 +16,5 @@ generateOptions: () => {

onCancel: (e: any) => any;
render(): JSX.Element;
}
import React from "react";
//# sourceMappingURL=LineSpacingPanel.d.ts.map

@@ -14,2 +14,6 @@ export default AnchorableElement;

styles: Record<string, string>;
state: {
iconThumbnail: any;
};
componentDidMount(): void;
getIconThumbnail: (block: any) => any;

@@ -24,2 +28,3 @@ getDataToDisplayByField: (field: any) => any;

onClick: (e: any) => void;
render(): JSX.Element;
}

@@ -26,0 +31,0 @@ import React from "react";

@@ -5,3 +5,10 @@ export default AnchorPanel;

styles: Record<string, string>;
state: {
filter: {
value: string;
component: () => JSX.Element;
};
};
scrollRef: React.RefObject<any>;
componentDidMount(): void;
scrollPanelToSelectedAnchor: () => void;

@@ -14,2 +21,3 @@ onChange: (changes: any, options?: {}) => void;

}, e: any) => void;
render(): JSX.Element;
}

@@ -16,0 +24,0 @@ declare namespace AnchorPanel {

@@ -13,2 +13,3 @@ export default FilterDropdown;

filterDropdownOptions: (options: any) => any[];
render(): JSX.Element;
}

@@ -15,0 +16,0 @@ declare namespace FilterDropdown {

@@ -10,2 +10,3 @@ export default FilterDropdownElement;

styles: Record<string, string>;
render(): JSX.Element;
}

@@ -12,0 +13,0 @@ import React from "react";

@@ -5,2 +5,3 @@ export default BasicLinkPanel;

styles: Record<string, string>;
render(): JSX.Element;
}

@@ -7,0 +8,0 @@ declare namespace BasicLinkPanel {

@@ -5,2 +5,3 @@ export default LinkActionsButtons;

styles: Record<string, string>;
render(): JSX.Element;
}

@@ -7,0 +8,0 @@ declare namespace LinkActionsButtons {

@@ -6,2 +6,13 @@ export default LinkModal;

anchorableBlocksData: any;
state: {
linkPanelValues: {
url: any;
target: any;
rel: any;
};
anchorPanelValues: {
anchor: any;
} | undefined;
radioGroupValue: string | undefined;
};
setInitialRadioGroupValue: () => string;

@@ -18,2 +29,3 @@ isAnchorDeleted: (anchor: any) => boolean;

onChangeAnchorPanel: (anchorPanelValues: any) => void;
render(): JSX.Element;
}

@@ -20,0 +32,0 @@ declare namespace LinkModal {

@@ -12,4 +12,8 @@ export default LinkPanel;

constructor(props: any, context: any);
state: {
showValidation: boolean;
};
textInput: React.RefObject<any>;
styles: Record<string, string>;
componentDidMount(): void;
handleUrlChange: (url: any) => void;

@@ -33,2 +37,3 @@ handleTargetChange: (event: any) => void;

};
render(): JSX.Element;
}

@@ -35,0 +40,0 @@ declare namespace LinkPanel {

@@ -16,5 +16,13 @@ export class LinkPanelDropdown extends React.Component<any, any, any> {

constructor(props: any, context: any);
state: {
selectedItem: {
value: any;
};
items: any;
fallbackChanged: boolean;
};
textInput: React.RefObject<any>;
styles: Record<string, string>;
handleDropDownStateChange: (changes: any) => void;
render(): JSX.Element;
}

@@ -21,0 +29,0 @@ import React from "react";

@@ -10,2 +10,3 @@ export default MultiSelectLinkPanel;

renderMobileTabs: () => JSX.Element;
render(): JSX.Element;
}

@@ -12,0 +13,0 @@ declare namespace MultiSelectLinkPanel {

16

package.json
{
"name": "wix-rich-content-toolbars-v3",
"version": "8.70.15",
"version": "8.70.16",
"author": {

@@ -38,3 +38,3 @@ "name": "Noam Tayri",

"peerDependencies": {
"@babel/runtime": "^7.2.0",
"@babel/runtime": "^7.17.2",
"classnames": "^2.0.0",

@@ -50,8 +50,8 @@ "lodash": "^4.0.0",

"react-popper": "2.2.5",
"ricos-common": "8.70.15",
"wix-rich-content-common": "8.70.15",
"wix-rich-content-editor": "8.70.15",
"wix-rich-content-editor-common": "8.70.15",
"wix-rich-content-plugin-commons": "8.70.15",
"wix-rich-content-ui-components": "8.70.15"
"ricos-common": "8.70.16",
"wix-rich-content-common": "8.70.16",
"wix-rich-content-editor": "8.70.16",
"wix-rich-content-editor-common": "8.70.16",
"wix-rich-content-plugin-commons": "8.70.16",
"wix-rich-content-ui-components": "8.70.16"
},

@@ -58,0 +58,0 @@ "unpkg": true,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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