genesys-spark-components-react 3.60.2 → 3.60.4
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 +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -107,7 +107,9 @@ export declare const GuxPaginationItemsPerPageBeta: import("react").ForwardRefEx
|
|
|
107
107
|
export declare const GuxPanelFrameLegacy: import("react").ForwardRefExoticComponent<JSX.GuxPanelFrameLegacy & Omit<import("react").HTMLAttributes<HTMLGuxPanelFrameLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPanelFrameLegacyElement>>;
|
|
108
108
|
export declare const GuxPhoneInputBeta: import("react").ForwardRefExoticComponent<JSX.GuxPhoneInputBeta & Omit<import("react").HTMLAttributes<HTMLGuxPhoneInputBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPhoneInputBetaElement>>;
|
|
109
109
|
export declare const GuxPopover: import("react").ForwardRefExoticComponent<JSX.GuxPopover & Omit<import("react").HTMLAttributes<HTMLGuxPopoverElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPopoverElement>>;
|
|
110
|
+
export declare const GuxPopoverBeta: import("react").ForwardRefExoticComponent<JSX.GuxPopoverBeta & Omit<import("react").HTMLAttributes<HTMLGuxPopoverBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPopoverBetaElement>>;
|
|
110
111
|
export declare const GuxPopoverList: import("react").ForwardRefExoticComponent<JSX.GuxPopoverList & Omit<import("react").HTMLAttributes<HTMLGuxPopoverListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPopoverListElement>>;
|
|
112
|
+
export declare const GuxPopoverListBeta: import("react").ForwardRefExoticComponent<JSX.GuxPopoverListBeta & Omit<import("react").HTMLAttributes<HTMLGuxPopoverListBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPopoverListBetaElement>>;
|
|
111
113
|
export declare const GuxPopup: import("react").ForwardRefExoticComponent<JSX.GuxPopup & Omit<import("react").HTMLAttributes<HTMLGuxPopupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPopupElement>>;
|
|
112
114
|
export declare const GuxRadialLoading: import("react").ForwardRefExoticComponent<JSX.GuxRadialLoading & Omit<import("react").HTMLAttributes<HTMLGuxRadialLoadingElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRadialLoadingElement>>;
|
|
113
115
|
export declare const GuxRadialProgress: import("react").ForwardRefExoticComponent<JSX.GuxRadialProgress & Omit<import("react").HTMLAttributes<HTMLGuxRadialProgressElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRadialProgressElement>>;
|
package/dist/index.js
CHANGED
|
@@ -109,7 +109,9 @@ export const GuxPaginationItemsPerPageBeta = /*@__PURE__*/ createReactComponent(
|
|
|
109
109
|
export const GuxPanelFrameLegacy = /*@__PURE__*/ createReactComponent('gux-panel-frame-legacy');
|
|
110
110
|
export const GuxPhoneInputBeta = /*@__PURE__*/ createReactComponent('gux-phone-input-beta');
|
|
111
111
|
export const GuxPopover = /*@__PURE__*/ createReactComponent('gux-popover');
|
|
112
|
+
export const GuxPopoverBeta = /*@__PURE__*/ createReactComponent('gux-popover-beta');
|
|
112
113
|
export const GuxPopoverList = /*@__PURE__*/ createReactComponent('gux-popover-list');
|
|
114
|
+
export const GuxPopoverListBeta = /*@__PURE__*/ createReactComponent('gux-popover-list-beta');
|
|
113
115
|
export const GuxPopup = /*@__PURE__*/ createReactComponent('gux-popup');
|
|
114
116
|
export const GuxRadialLoading = /*@__PURE__*/ createReactComponent('gux-radial-loading');
|
|
115
117
|
export const GuxRadialProgress = /*@__PURE__*/ createReactComponent('gux-radial-progress');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-components-react",
|
|
3
|
-
"version": "3.60.
|
|
3
|
+
"version": "3.60.4",
|
|
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.60.
|
|
17
|
+
"genesys-spark-components": "3.60.4"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/react": "^17.0.37",
|