@heartlandone/vega-react 2.91.0 → 2.92.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -80,6 +80,7 @@ export declare const VegaRadioGroup: import("react").ForwardRefExoticComponent<V
80
80
  export declare const VegaRichTextContent: import("react").ForwardRefExoticComponent<JSX.VegaRichTextContent & Omit<import("react").HTMLAttributes<HTMLVegaRichTextContentElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaRichTextContentElement>>;
81
81
  export declare const VegaRichTextEditor: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaRichTextEditor, Omit<import("react").HTMLAttributes<HTMLVegaRichTextEditorElement>, "style">, "onChange"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaRichTextEditorElement>>;
82
82
  export declare const VegaRichTextEditorToolbarButton: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaRichTextEditorToolbarButton, Omit<import("react").HTMLAttributes<HTMLVegaRichTextEditorToolbarButtonElement>, "style">, "onClick"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaRichTextEditorToolbarButtonElement>>;
83
+ export declare const VegaRichTextFindReplacePanel: import("react").ForwardRefExoticComponent<JSX.VegaRichTextFindReplacePanel & Omit<import("react").HTMLAttributes<HTMLVegaRichTextFindReplacePanelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaRichTextFindReplacePanelElement>>;
83
84
  export declare const VegaRichTextImageEditor: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaRichTextImageEditor, Omit<import("react").HTMLAttributes<HTMLVegaRichTextImageEditorElement>, "style">, "onChange"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaRichTextImageEditorElement>>;
84
85
  export declare const VegaRichTextLinkEditor: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaRichTextLinkEditor, Omit<import("react").HTMLAttributes<HTMLVegaRichTextLinkEditorElement>, "style">, "onChange"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaRichTextLinkEditorElement>>;
85
86
  export declare const VegaRichTextSpecialCharactersPanel: import("react").ForwardRefExoticComponent<JSX.VegaRichTextSpecialCharactersPanel & Omit<import("react").HTMLAttributes<HTMLVegaRichTextSpecialCharactersPanelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaRichTextSpecialCharactersPanelElement>>;
@@ -87,6 +87,7 @@ export const VegaRadioGroup = /*@__PURE__*/ createReactComponent('vega-radio-gro
87
87
  export const VegaRichTextContent = /*@__PURE__*/ createReactComponent('vega-rich-text-content');
88
88
  export const VegaRichTextEditor = /*@__PURE__*/ createReactComponent('vega-rich-text-editor');
89
89
  export const VegaRichTextEditorToolbarButton = /*@__PURE__*/ createReactComponent('vega-rich-text-editor-toolbar-button');
90
+ export const VegaRichTextFindReplacePanel = /*@__PURE__*/ createReactComponent('vega-rich-text-find-replace-panel');
90
91
  export const VegaRichTextImageEditor = /*@__PURE__*/ createReactComponent('vega-rich-text-image-editor');
91
92
  export const VegaRichTextLinkEditor = /*@__PURE__*/ createReactComponent('vega-rich-text-link-editor');
92
93
  export const VegaRichTextSpecialCharactersPanel = /*@__PURE__*/ createReactComponent('vega-rich-text-special-characters-panel');
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-react",
3
- "version": "2.90.0",
3
+ "version": "2.91.0",
4
4
  "description": "React specific wrapper for @heartlandone/vega",
5
5
  "license": "UNLICENSED",
6
6
  "sideEffects": false,
@@ -8,7 +8,7 @@
8
8
  "module": "./index.js",
9
9
  "types": "./index.d.ts",
10
10
  "dependencies": {
11
- "@heartlandone/vega": "2.90.0"
11
+ "@heartlandone/vega": "2.91.0"
12
12
  },
13
13
  "peerDependencies": {
14
14
  "react": ">=16.7.0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-react",
3
3
  "sideEffects": false,
4
- "version": "2.91.0",
4
+ "version": "2.92.0",
5
5
  "description": "React specific wrapper for @heartlandone/vega",
6
6
  "license": "UNLICENSED",
7
7
  "scripts": {
@@ -44,7 +44,7 @@
44
44
  "typescript": "^4.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@heartlandone/vega": "2.91.0"
47
+ "@heartlandone/vega": "2.92.0"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "react": ">=16.7.0",