genesys-spark-components-react 4.29.0 → 4.30.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
|
@@ -8,6 +8,7 @@ export declare const GuxAdvancedDropdownLegacy: import("react").ForwardRefExotic
|
|
|
8
8
|
export declare const GuxAllRowSelect: import("react").ForwardRefExoticComponent<JSX.GuxAllRowSelect & Omit<import("react").HTMLAttributes<HTMLGuxAllRowSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAllRowSelectElement>>;
|
|
9
9
|
export declare const GuxAnnounceBeta: import("react").ForwardRefExoticComponent<JSX.GuxAnnounceBeta & Omit<import("react").HTMLAttributes<HTMLGuxAnnounceBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAnnounceBetaElement>>;
|
|
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
|
+
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>>;
|
|
11
12
|
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>>;
|
|
12
13
|
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>>;
|
|
13
14
|
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>>;
|
package/dist/index.js
CHANGED
|
@@ -10,6 +10,7 @@ export const GuxAdvancedDropdownLegacy = /*@__PURE__*/ createReactComponent('gux
|
|
|
10
10
|
export const GuxAllRowSelect = /*@__PURE__*/ createReactComponent('gux-all-row-select');
|
|
11
11
|
export const GuxAnnounceBeta = /*@__PURE__*/ createReactComponent('gux-announce-beta');
|
|
12
12
|
export const GuxAvatarBeta = /*@__PURE__*/ createReactComponent('gux-avatar-beta');
|
|
13
|
+
export const GuxAvatarFocusableBeta = /*@__PURE__*/ createReactComponent('gux-avatar-focusable-beta');
|
|
13
14
|
export const GuxBadge = /*@__PURE__*/ createReactComponent('gux-badge');
|
|
14
15
|
export const GuxBlankState = /*@__PURE__*/ createReactComponent('gux-blank-state');
|
|
15
16
|
export const GuxBreadcrumbItem = /*@__PURE__*/ createReactComponent('gux-breadcrumb-item');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-components-react",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.30.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.30.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@types/react": "16 - 18",
|