genesys-spark-components-react 4.175.3 → 4.176.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 +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -134,6 +134,7 @@ export declare const GuxRichTextEditorSubList: import("react").ForwardRefExoticC
|
|
|
134
134
|
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>>;
|
|
135
135
|
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>>;
|
|
136
136
|
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>>;
|
|
137
|
+
export declare const GuxSegmentedControlDivider: import("react").ForwardRefExoticComponent<JSX.GuxSegmentedControlDivider & Omit<import("react").HTMLAttributes<HTMLGuxSegmentedControlDividerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSegmentedControlDividerElement>>;
|
|
137
138
|
export declare const GuxSegmentedControlItem: import("react").ForwardRefExoticComponent<JSX.GuxSegmentedControlItem & Omit<import("react").HTMLAttributes<HTMLGuxSegmentedControlItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSegmentedControlItemElement>>;
|
|
138
139
|
export declare const GuxSelectAll: import("react").ForwardRefExoticComponent<JSX.GuxSelectAll & Omit<import("react").HTMLAttributes<HTMLGuxSelectAllElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSelectAllElement>>;
|
|
139
140
|
export declare const GuxSelectorCardBeta: import("react").ForwardRefExoticComponent<JSX.GuxSelectorCardBeta & Omit<import("react").HTMLAttributes<HTMLGuxSelectorCardBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSelectorCardBetaElement>>;
|
package/dist/index.js
CHANGED
|
@@ -137,6 +137,7 @@ export const GuxRichTextEditorSubList = /*@__PURE__*/ createReactComponent('gux-
|
|
|
137
137
|
export const GuxRowSelect = /*@__PURE__*/ createReactComponent('gux-row-select');
|
|
138
138
|
export const GuxScreenReaderBeta = /*@__PURE__*/ createReactComponent('gux-screen-reader-beta');
|
|
139
139
|
export const GuxSegmentedControlBeta = /*@__PURE__*/ createReactComponent('gux-segmented-control-beta');
|
|
140
|
+
export const GuxSegmentedControlDivider = /*@__PURE__*/ createReactComponent('gux-segmented-control-divider');
|
|
140
141
|
export const GuxSegmentedControlItem = /*@__PURE__*/ createReactComponent('gux-segmented-control-item');
|
|
141
142
|
export const GuxSelectAll = /*@__PURE__*/ createReactComponent('gux-select-all');
|
|
142
143
|
export const GuxSelectorCardBeta = /*@__PURE__*/ createReactComponent('gux-selector-card-beta');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-components-react",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.176.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.176.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@types/react": "16 - 19",
|