genesys-spark-components-react 4.108.3 → 4.109.1

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
@@ -111,6 +111,7 @@ export declare const GuxRating: import("react").ForwardRefExoticComponent<JSX.Gu
111
111
  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>>;
112
112
  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>>;
113
113
  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>>;
114
+ 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>>;
114
115
  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>>;
115
116
  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>>;
116
117
  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>>;
package/dist/index.js CHANGED
@@ -113,6 +113,7 @@ export const GuxRating = /*@__PURE__*/ createReactComponent('gux-rating');
113
113
  export const GuxRichStyleListItem = /*@__PURE__*/ createReactComponent('gux-rich-style-list-item');
114
114
  export const GuxRichTextEditorAction = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-action');
115
115
  export const GuxRichTextEditorActionGroup = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-action-group');
116
+ export const GuxRichTextEditorActionLink = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-action-link');
116
117
  export const GuxRichTextEditorActionRichStyle = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-action-rich-style');
117
118
  export const GuxRichTextEditorBeta = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-beta');
118
119
  export const GuxRichTextEditorList = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-list');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-spark-components-react",
3
- "version": "4.108.3",
3
+ "version": "4.109.1",
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.108.3"
22
+ "genesys-spark-components": "4.109.1"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@types/react": "16 - 18",