genesys-spark-components-react 3.26.5 → 3.27.2

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
@@ -11,6 +11,7 @@ export declare const GuxActionListLegacy: import("react").ForwardRefExoticCompon
11
11
  export declare const GuxActionToast: import("react").ForwardRefExoticComponent<JSX.GuxActionToast & Omit<import("react").HTMLAttributes<HTMLGuxActionToastElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxActionToastElement>>;
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
+ 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>>;
14
15
  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
16
  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>>;
16
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>>;
package/dist/index.js CHANGED
@@ -13,6 +13,7 @@ export const GuxActionListLegacy = /*@__PURE__*/ createReactComponent('gux-actio
13
13
  export const GuxActionToast = /*@__PURE__*/ createReactComponent('gux-action-toast');
14
14
  export const GuxAdvancedDropdown = /*@__PURE__*/ createReactComponent('gux-advanced-dropdown');
15
15
  export const GuxAllRowSelect = /*@__PURE__*/ createReactComponent('gux-all-row-select');
16
+ export const GuxAnnounceBeta = /*@__PURE__*/ createReactComponent('gux-announce-beta');
16
17
  export const GuxBadgeBeta = /*@__PURE__*/ createReactComponent('gux-badge-beta');
17
18
  export const GuxBlankStateBeta = /*@__PURE__*/ createReactComponent('gux-blank-state-beta');
18
19
  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": "3.26.5",
3
+ "version": "3.27.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {