genesys-spark-components-react 4.122.0 → 4.123.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 +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -121,6 +121,8 @@ export declare const GuxRichTextEditorActionRichStyle: import("react").ForwardRe
|
|
|
121
121
|
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>>;
|
|
122
122
|
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>>;
|
|
123
123
|
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>>;
|
|
124
|
+
export declare const GuxRichTextEditorMenu: import("react").ForwardRefExoticComponent<JSX.GuxRichTextEditorMenu & Omit<import("react").HTMLAttributes<HTMLGuxRichTextEditorMenuElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRichTextEditorMenuElement>>;
|
|
125
|
+
export declare const GuxRichTextEditorSubList: import("react").ForwardRefExoticComponent<JSX.GuxRichTextEditorSubList & Omit<import("react").HTMLAttributes<HTMLGuxRichTextEditorSubListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRichTextEditorSubListElement>>;
|
|
124
126
|
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>>;
|
|
125
127
|
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>>;
|
|
126
128
|
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
|
@@ -124,6 +124,8 @@ export const GuxRichTextEditorActionRichStyle = /*@__PURE__*/ createReactCompone
|
|
|
124
124
|
export const GuxRichTextEditorActionTextHighlight = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-action-text-highlight');
|
|
125
125
|
export const GuxRichTextEditorBeta = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-beta');
|
|
126
126
|
export const GuxRichTextEditorList = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-list');
|
|
127
|
+
export const GuxRichTextEditorMenu = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-menu');
|
|
128
|
+
export const GuxRichTextEditorSubList = /*@__PURE__*/ createReactComponent('gux-rich-text-editor-sub-list');
|
|
127
129
|
export const GuxRowSelect = /*@__PURE__*/ createReactComponent('gux-row-select');
|
|
128
130
|
export const GuxScreenReaderBeta = /*@__PURE__*/ createReactComponent('gux-screen-reader-beta');
|
|
129
131
|
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.
|
|
3
|
+
"version": "4.123.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.
|
|
22
|
+
"genesys-spark-components": "4.123.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@types/react": "16 - 18",
|