genesys-spark-components-react 4.0.0-beta.1 → 4.0.0-beta.11
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 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export declare const GuxButton: import("react").ForwardRefExoticComponent<JSX.Gu
|
|
|
15
15
|
export declare const GuxButtonMulti: import("react").ForwardRefExoticComponent<JSX.GuxButtonMulti & Omit<import("react").HTMLAttributes<HTMLGuxButtonMultiElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxButtonMultiElement>>;
|
|
16
16
|
export declare const GuxButtonSlotBeta: import("react").ForwardRefExoticComponent<JSX.GuxButtonSlotBeta & Omit<import("react").HTMLAttributes<HTMLGuxButtonSlotBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxButtonSlotBetaElement>>;
|
|
17
17
|
export declare const GuxCalendar: import("react").ForwardRefExoticComponent<JSX.GuxCalendar & Omit<import("react").HTMLAttributes<HTMLGuxCalendarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxCalendarElement>>;
|
|
18
|
+
export declare const GuxCalendarBeta: import("react").ForwardRefExoticComponent<JSX.GuxCalendarBeta & Omit<import("react").HTMLAttributes<HTMLGuxCalendarBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxCalendarBetaElement>>;
|
|
18
19
|
export declare const GuxCard: import("react").ForwardRefExoticComponent<JSX.GuxCard & Omit<import("react").HTMLAttributes<HTMLGuxCardElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxCardElement>>;
|
|
19
20
|
export declare const GuxColumnManagerBeta: import("react").ForwardRefExoticComponent<JSX.GuxColumnManagerBeta & Omit<import("react").HTMLAttributes<HTMLGuxColumnManagerBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxColumnManagerBetaElement>>;
|
|
20
21
|
export declare const GuxColumnManagerItem: import("react").ForwardRefExoticComponent<JSX.GuxColumnManagerItem & Omit<import("react").HTMLAttributes<HTMLGuxColumnManagerItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxColumnManagerItemElement>>;
|
|
@@ -80,7 +81,6 @@ export declare const GuxPhoneInputBeta: import("react").ForwardRefExoticComponen
|
|
|
80
81
|
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>>;
|
|
81
82
|
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>>;
|
|
82
83
|
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>>;
|
|
83
|
-
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>>;
|
|
84
84
|
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>>;
|
|
85
85
|
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>>;
|
|
86
86
|
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
|
@@ -17,6 +17,7 @@ export const GuxButton = /*@__PURE__*/ createReactComponent('gux-button');
|
|
|
17
17
|
export const GuxButtonMulti = /*@__PURE__*/ createReactComponent('gux-button-multi');
|
|
18
18
|
export const GuxButtonSlotBeta = /*@__PURE__*/ createReactComponent('gux-button-slot-beta');
|
|
19
19
|
export const GuxCalendar = /*@__PURE__*/ createReactComponent('gux-calendar');
|
|
20
|
+
export const GuxCalendarBeta = /*@__PURE__*/ createReactComponent('gux-calendar-beta');
|
|
20
21
|
export const GuxCard = /*@__PURE__*/ createReactComponent('gux-card');
|
|
21
22
|
export const GuxColumnManagerBeta = /*@__PURE__*/ createReactComponent('gux-column-manager-beta');
|
|
22
23
|
export const GuxColumnManagerItem = /*@__PURE__*/ createReactComponent('gux-column-manager-item');
|
|
@@ -82,7 +83,6 @@ export const GuxPhoneInputBeta = /*@__PURE__*/ createReactComponent('gux-phone-i
|
|
|
82
83
|
export const GuxPopover = /*@__PURE__*/ createReactComponent('gux-popover');
|
|
83
84
|
export const GuxPopoverBeta = /*@__PURE__*/ createReactComponent('gux-popover-beta');
|
|
84
85
|
export const GuxPopoverList = /*@__PURE__*/ createReactComponent('gux-popover-list');
|
|
85
|
-
export const GuxPopoverListBeta = /*@__PURE__*/ createReactComponent('gux-popover-list-beta');
|
|
86
86
|
export const GuxPopup = /*@__PURE__*/ createReactComponent('gux-popup');
|
|
87
87
|
export const GuxRadialLoading = /*@__PURE__*/ createReactComponent('gux-radial-loading');
|
|
88
88
|
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": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.11",
|
|
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.0.0-beta.
|
|
22
|
+
"genesys-spark-components": "4.0.0-beta.11"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@types/react": "16 - 18",
|