genesys-spark-components-react 3.24.2 → 3.25.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 CHANGED
@@ -12,6 +12,7 @@ export declare const GuxActionToast: import("react").ForwardRefExoticComponent<J
12
12
  export declare const GuxAdvancedDropdown: import("react").ForwardRefExoticComponent<JSX.GuxAdvancedDropdown & Omit<import("react").HTMLAttributes<HTMLGuxAdvancedDropdownElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAdvancedDropdownElement>>;
13
13
  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>>;
14
14
  export declare const GuxBadgeBeta: import("react").ForwardRefExoticComponent<JSX.GuxBadgeBeta & Omit<import("react").HTMLAttributes<HTMLGuxBadgeBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxBadgeBetaElement>>;
15
+ export declare const GuxBlankStateBeta: import("react").ForwardRefExoticComponent<JSX.GuxBlankStateBeta & Omit<import("react").HTMLAttributes<HTMLGuxBlankStateBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxBlankStateBetaElement>>;
15
16
  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>>;
16
17
  export declare const GuxBreadcrumbs: import("react").ForwardRefExoticComponent<JSX.GuxBreadcrumbs & Omit<import("react").HTMLAttributes<HTMLGuxBreadcrumbsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxBreadcrumbsElement>>;
17
18
  export declare const GuxButton: import("react").ForwardRefExoticComponent<JSX.GuxButton & Omit<import("react").HTMLAttributes<HTMLGuxButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxButtonElement>>;
package/dist/index.js CHANGED
@@ -14,6 +14,7 @@ export const GuxActionToast = /*@__PURE__*/ createReactComponent('gux-action-toa
14
14
  export const GuxAdvancedDropdown = /*@__PURE__*/ createReactComponent('gux-advanced-dropdown');
15
15
  export const GuxAllRowSelect = /*@__PURE__*/ createReactComponent('gux-all-row-select');
16
16
  export const GuxBadgeBeta = /*@__PURE__*/ createReactComponent('gux-badge-beta');
17
+ export const GuxBlankStateBeta = /*@__PURE__*/ createReactComponent('gux-blank-state-beta');
17
18
  export const GuxBreadcrumbItem = /*@__PURE__*/ createReactComponent('gux-breadcrumb-item');
18
19
  export const GuxBreadcrumbs = /*@__PURE__*/ createReactComponent('gux-breadcrumbs');
19
20
  export const GuxButton = /*@__PURE__*/ createReactComponent('gux-button');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-spark-components-react",
3
- "version": "3.24.2",
3
+ "version": "3.25.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {