genesys-spark-components-react 3.69.1 → 3.70.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
|
@@ -92,6 +92,7 @@ export declare const GuxMonthListItem: import("react").ForwardRefExoticComponent
|
|
|
92
92
|
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>>;
|
|
93
93
|
export declare const GuxNotificationToast: import("react").ForwardRefExoticComponent<JSX.GuxNotificationToast & Omit<import("react").HTMLAttributes<HTMLGuxNotificationToastElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxNotificationToastElement>>;
|
|
94
94
|
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>>;
|
|
95
|
+
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>>;
|
|
95
96
|
export declare const GuxOptionLegacy: import("react").ForwardRefExoticComponent<JSX.GuxOptionLegacy & Omit<import("react").HTMLAttributes<HTMLGuxOptionLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxOptionLegacyElement>>;
|
|
96
97
|
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>>;
|
|
97
98
|
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
|
@@ -94,6 +94,7 @@ export const GuxMonthListItem = /*@__PURE__*/ createReactComponent('gux-month-li
|
|
|
94
94
|
export const GuxMonthPickerBeta = /*@__PURE__*/ createReactComponent('gux-month-picker-beta');
|
|
95
95
|
export const GuxNotificationToast = /*@__PURE__*/ createReactComponent('gux-notification-toast');
|
|
96
96
|
export const GuxOption = /*@__PURE__*/ createReactComponent('gux-option');
|
|
97
|
+
export const GuxOptionIcon = /*@__PURE__*/ createReactComponent('gux-option-icon');
|
|
97
98
|
export const GuxOptionLegacy = /*@__PURE__*/ createReactComponent('gux-option-legacy');
|
|
98
99
|
export const GuxOptionMulti = /*@__PURE__*/ createReactComponent('gux-option-multi');
|
|
99
100
|
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": "3.
|
|
3
|
+
"version": "3.70.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"dist"
|
|
15
15
|
],
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"genesys-spark-components": "3.
|
|
17
|
+
"genesys-spark-components": "3.70.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/react": "^17.0.37",
|