genesys-spark-components-react 4.94.0 → 4.95.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.
package/dist/index.d.ts CHANGED
@@ -102,6 +102,9 @@ export declare const GuxPopup: import("react").ForwardRefExoticComponent<JSX.Gux
102
102
  export declare const GuxRadialLoading: import("react").ForwardRefExoticComponent<JSX.GuxRadialLoading & Omit<import("react").HTMLAttributes<HTMLGuxRadialLoadingElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRadialLoadingElement>>;
103
103
  export declare const GuxRadialProgress: import("react").ForwardRefExoticComponent<JSX.GuxRadialProgress & Omit<import("react").HTMLAttributes<HTMLGuxRadialProgressElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRadialProgressElement>>;
104
104
  export declare const GuxRating: import("react").ForwardRefExoticComponent<JSX.GuxRating & Omit<import("react").HTMLAttributes<HTMLGuxRatingElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRatingElement>>;
105
+ export declare const GuxRichTextEditorAction: import("react").ForwardRefExoticComponent<JSX.GuxRichTextEditorAction & Omit<import("react").HTMLAttributes<HTMLGuxRichTextEditorActionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRichTextEditorActionElement>>;
106
+ export declare const GuxRichTextEditorActionGroup: import("react").ForwardRefExoticComponent<JSX.GuxRichTextEditorActionGroup & Omit<import("react").HTMLAttributes<HTMLGuxRichTextEditorActionGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRichTextEditorActionGroupElement>>;
107
+ export declare const GuxRichTextEditorBeta: import("react").ForwardRefExoticComponent<JSX.GuxRichTextEditorBeta & Omit<import("react").HTMLAttributes<HTMLGuxRichTextEditorBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRichTextEditorBetaElement>>;
105
108
  export declare const GuxRowSelect: import("react").ForwardRefExoticComponent<JSX.GuxRowSelect & Omit<import("react").HTMLAttributes<HTMLGuxRowSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRowSelectElement>>;
106
109
  export declare const GuxScreenReaderBeta: import("react").ForwardRefExoticComponent<JSX.GuxScreenReaderBeta & Omit<import("react").HTMLAttributes<HTMLGuxScreenReaderBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxScreenReaderBetaElement>>;
107
110
  export declare const GuxSegmentedControlBeta: import("react").ForwardRefExoticComponent<JSX.GuxSegmentedControlBeta & Omit<import("react").HTMLAttributes<HTMLGuxSegmentedControlBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSegmentedControlBetaElement>>;
package/dist/index.js CHANGED
@@ -104,6 +104,9 @@ export const GuxPopup = /*@__PURE__*/ createReactComponent('gux-popup');
104
104
  export const GuxRadialLoading = /*@__PURE__*/ createReactComponent('gux-radial-loading');
105
105
  export const GuxRadialProgress = /*@__PURE__*/ createReactComponent('gux-radial-progress');
106
106
  export const GuxRating = /*@__PURE__*/ createReactComponent('gux-rating');
107
+ export const GuxRichTextEditorAction = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-action');
108
+ export const GuxRichTextEditorActionGroup = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-action-group');
109
+ export const GuxRichTextEditorBeta = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-beta');
107
110
  export const GuxRowSelect = /*@__PURE__*/ createReactComponent('gux-row-select');
108
111
  export const GuxScreenReaderBeta = /*@__PURE__*/ createReactComponent('gux-screen-reader-beta');
109
112
  export const GuxSegmentedControlBeta = /*@__PURE__*/ createReactComponent('gux-segmented-control-beta');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-spark-components-react",
3
- "version": "4.94.0",
3
+ "version": "4.95.0",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -19,7 +19,7 @@
19
19
  "version-sync": "npm version --no-git-tag-version --allow-same-version"
20
20
  },
21
21
  "dependencies": {
22
- "genesys-spark-components": "4.94.0"
22
+ "genesys-spark-components": "4.95.0"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@types/react": "16 - 18",