genesys-spark-components-react 4.112.0 → 4.113.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
@@ -110,11 +110,13 @@ export declare const GuxPopup: import("react").ForwardRefExoticComponent<JSX.Gux
110
110
  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>>;
111
111
  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>>;
112
112
  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>>;
113
+ export declare const GuxRichHighlightListItem: import("react").ForwardRefExoticComponent<JSX.GuxRichHighlightListItem & Omit<import("react").HTMLAttributes<HTMLGuxRichHighlightListItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRichHighlightListItemElement>>;
113
114
  export declare const GuxRichStyleListItem: import("react").ForwardRefExoticComponent<JSX.GuxRichStyleListItem & Omit<import("react").HTMLAttributes<HTMLGuxRichStyleListItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRichStyleListItemElement>>;
114
115
  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>>;
115
116
  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>>;
116
117
  export declare const GuxRichTextEditorActionLink: import("react").ForwardRefExoticComponent<JSX.GuxRichTextEditorActionLink & Omit<import("react").HTMLAttributes<HTMLGuxRichTextEditorActionLinkElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRichTextEditorActionLinkElement>>;
117
118
  export declare const GuxRichTextEditorActionRichStyle: import("react").ForwardRefExoticComponent<JSX.GuxRichTextEditorActionRichStyle & Omit<import("react").HTMLAttributes<HTMLGuxRichTextEditorActionRichStyleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRichTextEditorActionRichStyleElement>>;
119
+ export declare const GuxRichTextEditorActionTextHighlight: import("react").ForwardRefExoticComponent<JSX.GuxRichTextEditorActionTextHighlight & Omit<import("react").HTMLAttributes<HTMLGuxRichTextEditorActionTextHighlightElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRichTextEditorActionTextHighlightElement>>;
118
120
  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>>;
119
121
  export declare const GuxRichTextEditorList: import("react").ForwardRefExoticComponent<JSX.GuxRichTextEditorList & Omit<import("react").HTMLAttributes<HTMLGuxRichTextEditorListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRichTextEditorListElement>>;
120
122
  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>>;
package/dist/index.js CHANGED
@@ -112,11 +112,13 @@ export const GuxPopup = /*@__PURE__*/ createReactComponent('gux-popup');
112
112
  export const GuxRadialLoading = /*@__PURE__*/ createReactComponent('gux-radial-loading');
113
113
  export const GuxRadialProgress = /*@__PURE__*/ createReactComponent('gux-radial-progress');
114
114
  export const GuxRating = /*@__PURE__*/ createReactComponent('gux-rating');
115
+ export const GuxRichHighlightListItem = /*@__PURE__*/ createReactComponent('gux-rich-highlight-list-item');
115
116
  export const GuxRichStyleListItem = /*@__PURE__*/ createReactComponent('gux-rich-style-list-item');
116
117
  export const GuxRichTextEditorAction = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-action');
117
118
  export const GuxRichTextEditorActionGroup = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-action-group');
118
119
  export const GuxRichTextEditorActionLink = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-action-link');
119
120
  export const GuxRichTextEditorActionRichStyle = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-action-rich-style');
121
+ export const GuxRichTextEditorActionTextHighlight = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-action-text-highlight');
120
122
  export const GuxRichTextEditorBeta = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-beta');
121
123
  export const GuxRichTextEditorList = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-list');
122
124
  export const GuxRowSelect = /*@__PURE__*/ createReactComponent('gux-row-select');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-spark-components-react",
3
- "version": "4.112.0",
3
+ "version": "4.113.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.112.0"
22
+ "genesys-spark-components": "4.113.0"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@types/react": "16 - 18",