genesys-spark-components-react 4.42.0 → 4.44.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
|
@@ -95,6 +95,7 @@ export declare const GuxRowSelect: import("react").ForwardRefExoticComponent<JSX
|
|
|
95
95
|
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>>;
|
|
96
96
|
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>>;
|
|
97
97
|
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>>;
|
|
98
|
+
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>>;
|
|
98
99
|
export declare const GuxSimpleToastLegacy: import("react").ForwardRefExoticComponent<JSX.GuxSimpleToastLegacy & Omit<import("react").HTMLAttributes<HTMLGuxSimpleToastLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSimpleToastLegacyElement>>;
|
|
99
100
|
export declare const GuxSkipNavigationItem: import("react").ForwardRefExoticComponent<JSX.GuxSkipNavigationItem & Omit<import("react").HTMLAttributes<HTMLGuxSkipNavigationItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSkipNavigationItemElement>>;
|
|
100
101
|
export declare const GuxSkipNavigationList: import("react").ForwardRefExoticComponent<JSX.GuxSkipNavigationList & Omit<import("react").HTMLAttributes<HTMLGuxSkipNavigationListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSkipNavigationListElement>>;
|
package/dist/index.js
CHANGED
|
@@ -97,6 +97,7 @@ export const GuxRowSelect = /*@__PURE__*/ createReactComponent('gux-row-select')
|
|
|
97
97
|
export const GuxScreenReaderBeta = /*@__PURE__*/ createReactComponent('gux-screen-reader-beta');
|
|
98
98
|
export const GuxSegmentedControlBeta = /*@__PURE__*/ createReactComponent('gux-segmented-control-beta');
|
|
99
99
|
export const GuxSegmentedControlItem = /*@__PURE__*/ createReactComponent('gux-segmented-control-item');
|
|
100
|
+
export const GuxSelectorCardBeta = /*@__PURE__*/ createReactComponent('gux-selector-card-beta');
|
|
100
101
|
export const GuxSimpleToastLegacy = /*@__PURE__*/ createReactComponent('gux-simple-toast-legacy');
|
|
101
102
|
export const GuxSkipNavigationItem = /*@__PURE__*/ createReactComponent('gux-skip-navigation-item');
|
|
102
103
|
export const GuxSkipNavigationList = /*@__PURE__*/ createReactComponent('gux-skip-navigation-list');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-components-react",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.44.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.44.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@types/react": "16 - 18",
|