genesys-spark-components-react 4.188.4 → 4.189.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
@@ -5,6 +5,7 @@ export declare const GuxActionButton: import("react").ForwardRefExoticComponent<
5
5
  export declare const GuxActionToastLegacy: import("react").ForwardRefExoticComponent<JSX.GuxActionToastLegacy & Omit<import("react").HTMLAttributes<HTMLGuxActionToastLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxActionToastLegacyElement>>;
6
6
  export declare const GuxActionableInlineAlertBeta: import("react").ForwardRefExoticComponent<JSX.GuxActionableInlineAlertBeta & Omit<import("react").HTMLAttributes<HTMLGuxActionableInlineAlertBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxActionableInlineAlertBetaElement>>;
7
7
  export declare const GuxAdvancedDropdownLegacy: import("react").ForwardRefExoticComponent<JSX.GuxAdvancedDropdownLegacy & Omit<import("react").HTMLAttributes<HTMLGuxAdvancedDropdownLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAdvancedDropdownLegacyElement>>;
8
+ export declare const GuxAiPoweredBadgeBeta: import("react").ForwardRefExoticComponent<JSX.GuxAiPoweredBadgeBeta & Omit<import("react").HTMLAttributes<HTMLGuxAiPoweredBadgeBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAiPoweredBadgeBetaElement>>;
8
9
  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
10
  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
11
  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>>;
package/dist/index.js CHANGED
@@ -8,6 +8,7 @@ export const GuxActionButton = /*@__PURE__*/ createReactComponent('gux-action-bu
8
8
  export const GuxActionToastLegacy = /*@__PURE__*/ createReactComponent('gux-action-toast-legacy');
9
9
  export const GuxActionableInlineAlertBeta = /*@__PURE__*/ createReactComponent('gux-actionable-inline-alert-beta');
10
10
  export const GuxAdvancedDropdownLegacy = /*@__PURE__*/ createReactComponent('gux-advanced-dropdown-legacy');
11
+ export const GuxAiPoweredBadgeBeta = /*@__PURE__*/ createReactComponent('gux-ai-powered-badge-beta');
11
12
  export const GuxAllRowSelect = /*@__PURE__*/ createReactComponent('gux-all-row-select');
12
13
  export const GuxAnnounceBeta = /*@__PURE__*/ createReactComponent('gux-announce-beta');
13
14
  export const GuxAvatarBeta = /*@__PURE__*/ createReactComponent('gux-avatar-beta');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-spark-components-react",
3
- "version": "4.188.4",
3
+ "version": "4.189.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.188.4"
22
+ "genesys-spark-components": "4.189.0"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@types/react": "16 - 19",