genesys-spark-components-react 4.46.0 → 4.48.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
|
@@ -96,6 +96,7 @@ export declare const GuxScreenReaderBeta: import("react").ForwardRefExoticCompon
|
|
|
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
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>>;
|
|
99
|
+
export declare const GuxSelectorCardsBeta: import("react").ForwardRefExoticComponent<JSX.GuxSelectorCardsBeta & Omit<import("react").HTMLAttributes<HTMLGuxSelectorCardsBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSelectorCardsBetaElement>>;
|
|
99
100
|
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>>;
|
|
100
101
|
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>>;
|
|
101
102
|
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
|
@@ -98,6 +98,7 @@ export const GuxScreenReaderBeta = /*@__PURE__*/ createReactComponent('gux-scree
|
|
|
98
98
|
export const GuxSegmentedControlBeta = /*@__PURE__*/ createReactComponent('gux-segmented-control-beta');
|
|
99
99
|
export const GuxSegmentedControlItem = /*@__PURE__*/ createReactComponent('gux-segmented-control-item');
|
|
100
100
|
export const GuxSelectorCardBeta = /*@__PURE__*/ createReactComponent('gux-selector-card-beta');
|
|
101
|
+
export const GuxSelectorCardsBeta = /*@__PURE__*/ createReactComponent('gux-selector-cards-beta');
|
|
101
102
|
export const GuxSimpleToastLegacy = /*@__PURE__*/ createReactComponent('gux-simple-toast-legacy');
|
|
102
103
|
export const GuxSkipNavigationItem = /*@__PURE__*/ createReactComponent('gux-skip-navigation-item');
|
|
103
104
|
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.48.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.48.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@types/react": "16 - 18",
|