genesys-spark-components-react 4.187.2 → 4.188.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
@@ -3,6 +3,7 @@ export declare const GuxAccordion: import("react").ForwardRefExoticComponent<JSX
3
3
  export declare const GuxAccordionSection: import("react").ForwardRefExoticComponent<JSX.GuxAccordionSection & Omit<import("react").HTMLAttributes<HTMLGuxAccordionSectionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAccordionSectionElement>>;
4
4
  export declare const GuxActionButton: import("react").ForwardRefExoticComponent<JSX.GuxActionButton & Omit<import("react").HTMLAttributes<HTMLGuxActionButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxActionButtonElement>>;
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
+ 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>>;
6
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>>;
7
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>>;
8
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>>;
package/dist/index.js CHANGED
@@ -6,6 +6,7 @@ export const GuxAccordion = /*@__PURE__*/ createReactComponent('gux-accordion');
6
6
  export const GuxAccordionSection = /*@__PURE__*/ createReactComponent('gux-accordion-section');
7
7
  export const GuxActionButton = /*@__PURE__*/ createReactComponent('gux-action-button');
8
8
  export const GuxActionToastLegacy = /*@__PURE__*/ createReactComponent('gux-action-toast-legacy');
9
+ export const GuxActionableInlineAlertBeta = /*@__PURE__*/ createReactComponent('gux-actionable-inline-alert-beta');
9
10
  export const GuxAdvancedDropdownLegacy = /*@__PURE__*/ createReactComponent('gux-advanced-dropdown-legacy');
10
11
  export const GuxAllRowSelect = /*@__PURE__*/ createReactComponent('gux-all-row-select');
11
12
  export const GuxAnnounceBeta = /*@__PURE__*/ createReactComponent('gux-announce-beta');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-spark-components-react",
3
- "version": "4.187.2",
3
+ "version": "4.188.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.187.2"
22
+ "genesys-spark-components": "4.188.0"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@types/react": "16 - 19",