genesys-spark-components-react 4.4.0 → 4.6.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
|
@@ -66,6 +66,7 @@ export declare const GuxMonthListItem: import("react").ForwardRefExoticComponent
|
|
|
66
66
|
export declare const GuxMonthPickerBeta: import("react").ForwardRefExoticComponent<JSX.GuxMonthPickerBeta & Omit<import("react").HTMLAttributes<HTMLGuxMonthPickerBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxMonthPickerBetaElement>>;
|
|
67
67
|
export declare const GuxNotificationToastLegacy: import("react").ForwardRefExoticComponent<JSX.GuxNotificationToastLegacy & Omit<import("react").HTMLAttributes<HTMLGuxNotificationToastLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxNotificationToastLegacyElement>>;
|
|
68
68
|
export declare const GuxOption: import("react").ForwardRefExoticComponent<JSX.GuxOption & Omit<import("react").HTMLAttributes<HTMLGuxOptionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxOptionElement>>;
|
|
69
|
+
export declare const GuxOptionGroupBeta: import("react").ForwardRefExoticComponent<JSX.GuxOptionGroupBeta & Omit<import("react").HTMLAttributes<HTMLGuxOptionGroupBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxOptionGroupBetaElement>>;
|
|
69
70
|
export declare const GuxOptionIcon: import("react").ForwardRefExoticComponent<JSX.GuxOptionIcon & Omit<import("react").HTMLAttributes<HTMLGuxOptionIconElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxOptionIconElement>>;
|
|
70
71
|
export declare const GuxOptionMulti: import("react").ForwardRefExoticComponent<JSX.GuxOptionMulti & Omit<import("react").HTMLAttributes<HTMLGuxOptionMultiElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxOptionMultiElement>>;
|
|
71
72
|
export declare const GuxPageLoadingSpinner: import("react").ForwardRefExoticComponent<JSX.GuxPageLoadingSpinner & Omit<import("react").HTMLAttributes<HTMLGuxPageLoadingSpinnerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPageLoadingSpinnerElement>>;
|
package/dist/index.js
CHANGED
|
@@ -68,6 +68,7 @@ export const GuxMonthListItem = /*@__PURE__*/ createReactComponent('gux-month-li
|
|
|
68
68
|
export const GuxMonthPickerBeta = /*@__PURE__*/ createReactComponent('gux-month-picker-beta');
|
|
69
69
|
export const GuxNotificationToastLegacy = /*@__PURE__*/ createReactComponent('gux-notification-toast-legacy');
|
|
70
70
|
export const GuxOption = /*@__PURE__*/ createReactComponent('gux-option');
|
|
71
|
+
export const GuxOptionGroupBeta = /*@__PURE__*/ createReactComponent('gux-option-group-beta');
|
|
71
72
|
export const GuxOptionIcon = /*@__PURE__*/ createReactComponent('gux-option-icon');
|
|
72
73
|
export const GuxOptionMulti = /*@__PURE__*/ createReactComponent('gux-option-multi');
|
|
73
74
|
export const GuxPageLoadingSpinner = /*@__PURE__*/ createReactComponent('gux-page-loading-spinner');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-components-react",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.6.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.6.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@types/react": "16 - 18",
|