genesys-spark-components-react 4.100.0 → 4.101.1
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 +3 -0
- package/dist/index.js +3 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -10,6 +10,8 @@ export declare const GuxAnnounceBeta: import("react").ForwardRefExoticComponent<
|
|
|
10
10
|
export declare const GuxAvatarBeta: import("react").ForwardRefExoticComponent<JSX.GuxAvatarBeta & Omit<import("react").HTMLAttributes<HTMLGuxAvatarBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAvatarBetaElement>>;
|
|
11
11
|
export declare const GuxAvatarChangePhotoBeta: import("react").ForwardRefExoticComponent<JSX.GuxAvatarChangePhotoBeta & Omit<import("react").HTMLAttributes<HTMLGuxAvatarChangePhotoBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAvatarChangePhotoBetaElement>>;
|
|
12
12
|
export declare const GuxAvatarFocusableBeta: import("react").ForwardRefExoticComponent<JSX.GuxAvatarFocusableBeta & Omit<import("react").HTMLAttributes<HTMLGuxAvatarFocusableBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAvatarFocusableBetaElement>>;
|
|
13
|
+
export declare const GuxAvatarGroupBeta: import("react").ForwardRefExoticComponent<JSX.GuxAvatarGroupBeta & Omit<import("react").HTMLAttributes<HTMLGuxAvatarGroupBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAvatarGroupBetaElement>>;
|
|
14
|
+
export declare const GuxAvatarGroupItemBeta: import("react").ForwardRefExoticComponent<JSX.GuxAvatarGroupItemBeta & Omit<import("react").HTMLAttributes<HTMLGuxAvatarGroupItemBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAvatarGroupItemBetaElement>>;
|
|
13
15
|
export declare const GuxBadge: import("react").ForwardRefExoticComponent<JSX.GuxBadge & Omit<import("react").HTMLAttributes<HTMLGuxBadgeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxBadgeElement>>;
|
|
14
16
|
export declare const GuxBlankState: import("react").ForwardRefExoticComponent<JSX.GuxBlankState & Omit<import("react").HTMLAttributes<HTMLGuxBlankStateElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxBlankStateElement>>;
|
|
15
17
|
export declare const GuxBreadcrumbItem: import("react").ForwardRefExoticComponent<JSX.GuxBreadcrumbItem & Omit<import("react").HTMLAttributes<HTMLGuxBreadcrumbItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxBreadcrumbItemElement>>;
|
|
@@ -99,6 +101,7 @@ export declare const GuxPhoneInputBeta: import("react").ForwardRefExoticComponen
|
|
|
99
101
|
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>>;
|
|
100
102
|
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>>;
|
|
101
103
|
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>>;
|
|
104
|
+
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>>;
|
|
102
105
|
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>>;
|
|
103
106
|
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>>;
|
|
104
107
|
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
|
@@ -12,6 +12,8 @@ export const GuxAnnounceBeta = /*@__PURE__*/ createReactComponent('gux-announce-
|
|
|
12
12
|
export const GuxAvatarBeta = /*@__PURE__*/ createReactComponent('gux-avatar-beta');
|
|
13
13
|
export const GuxAvatarChangePhotoBeta = /*@__PURE__*/ createReactComponent('gux-avatar-change-photo-beta');
|
|
14
14
|
export const GuxAvatarFocusableBeta = /*@__PURE__*/ createReactComponent('gux-avatar-focusable-beta');
|
|
15
|
+
export const GuxAvatarGroupBeta = /*@__PURE__*/ createReactComponent('gux-avatar-group-beta');
|
|
16
|
+
export const GuxAvatarGroupItemBeta = /*@__PURE__*/ createReactComponent('gux-avatar-group-item-beta');
|
|
15
17
|
export const GuxBadge = /*@__PURE__*/ createReactComponent('gux-badge');
|
|
16
18
|
export const GuxBlankState = /*@__PURE__*/ createReactComponent('gux-blank-state');
|
|
17
19
|
export const GuxBreadcrumbItem = /*@__PURE__*/ createReactComponent('gux-breadcrumb-item');
|
|
@@ -101,6 +103,7 @@ export const GuxPhoneInputBeta = /*@__PURE__*/ createReactComponent('gux-phone-i
|
|
|
101
103
|
export const GuxPopover = /*@__PURE__*/ createReactComponent('gux-popover');
|
|
102
104
|
export const GuxPopoverBeta = /*@__PURE__*/ createReactComponent('gux-popover-beta');
|
|
103
105
|
export const GuxPopoverList = /*@__PURE__*/ createReactComponent('gux-popover-list');
|
|
106
|
+
export const GuxPopoverListBeta = /*@__PURE__*/ createReactComponent('gux-popover-list-beta');
|
|
104
107
|
export const GuxPopup = /*@__PURE__*/ createReactComponent('gux-popup');
|
|
105
108
|
export const GuxRadialLoading = /*@__PURE__*/ createReactComponent('gux-radial-loading');
|
|
106
109
|
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.
|
|
3
|
+
"version": "4.101.1",
|
|
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.101.1"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@types/react": "16 - 18",
|