wix-rich-content-toolbars-v3
Advanced tools
Comparing version 8.70.15 to 8.70.16
@@ -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 { |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1102029
2714
+ Addedricos-common@8.70.16(transitive)
+ Addedricos-content@8.70.16(transitive)
+ Addedricos-schema@8.70.16(transitive)
+ Addedricos-types@8.70.16(transitive)
+ Addedwix-rich-content-common@8.70.16(transitive)
+ Addedwix-rich-content-editor@8.70.16(transitive)
+ Addedwix-rich-content-editor-common@8.70.16(transitive)
+ Addedwix-rich-content-plugin-commons@8.70.16(transitive)
+ Addedwix-rich-content-preview@8.70.16(transitive)
+ Addedwix-rich-content-ui-components@8.70.16(transitive)
+ Addedwix-rich-content-viewer@8.70.16(transitive)
- Removedricos-common@8.70.15(transitive)
- Removedricos-content@8.70.15(transitive)
- Removedricos-schema@8.70.15(transitive)
- Removedricos-types@8.70.15(transitive)
- Removedwix-rich-content-common@8.70.15(transitive)
- Removedwix-rich-content-editor@8.70.15(transitive)
- Removedwix-rich-content-editor-common@8.70.15(transitive)
- Removedwix-rich-content-plugin-commons@8.70.15(transitive)
- Removedwix-rich-content-preview@8.70.15(transitive)
- Removedwix-rich-content-ui-components@8.70.15(transitive)
- Removedwix-rich-content-viewer@8.70.15(transitive)
Updatedricos-common@8.70.16