genesys-spark-components-react 4.207.2 → 4.208.1

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
@@ -101,6 +101,7 @@ export declare const GuxMonthCalendar: import("react").ForwardRefExoticComponent
101
101
  export declare const GuxMonthList: import("react").ForwardRefExoticComponent<JSX.GuxMonthList & Omit<import("react").HTMLAttributes<HTMLGuxMonthListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxMonthListElement>>;
102
102
  export declare const GuxMonthListItem: import("react").ForwardRefExoticComponent<JSX.GuxMonthListItem & Omit<import("react").HTMLAttributes<HTMLGuxMonthListItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxMonthListItemElement>>;
103
103
  export declare const GuxMonthPickerBeta: import("react").ForwardRefExoticComponent<JSX.GuxMonthPickerBeta & Omit<import("react").HTMLAttributes<HTMLGuxMonthPickerBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxMonthPickerBetaElement>>;
104
+ export declare const GuxNotificationIndicatorBeta: import("react").ForwardRefExoticComponent<JSX.GuxNotificationIndicatorBeta & Omit<import("react").HTMLAttributes<HTMLGuxNotificationIndicatorBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxNotificationIndicatorBetaElement>>;
104
105
  export declare const GuxNotificationToastLegacy: import("react").ForwardRefExoticComponent<JSX.GuxNotificationToastLegacy & Omit<import("react").HTMLAttributes<HTMLGuxNotificationToastLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxNotificationToastLegacyElement>>;
105
106
  export declare const GuxOption: import("react").ForwardRefExoticComponent<JSX.GuxOption & Omit<import("react").HTMLAttributes<HTMLGuxOptionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxOptionElement>>;
106
107
  export declare const GuxOptionGroupBeta: import("react").ForwardRefExoticComponent<JSX.GuxOptionGroupBeta & Omit<import("react").HTMLAttributes<HTMLGuxOptionGroupBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxOptionGroupBetaElement>>;
package/dist/index.js CHANGED
@@ -104,6 +104,7 @@ export const GuxMonthCalendar = /*@__PURE__*/ createReactComponent('gux-month-ca
104
104
  export const GuxMonthList = /*@__PURE__*/ createReactComponent('gux-month-list');
105
105
  export const GuxMonthListItem = /*@__PURE__*/ createReactComponent('gux-month-list-item');
106
106
  export const GuxMonthPickerBeta = /*@__PURE__*/ createReactComponent('gux-month-picker-beta');
107
+ export const GuxNotificationIndicatorBeta = /*@__PURE__*/ createReactComponent('gux-notification-indicator-beta');
107
108
  export const GuxNotificationToastLegacy = /*@__PURE__*/ createReactComponent('gux-notification-toast-legacy');
108
109
  export const GuxOption = /*@__PURE__*/ createReactComponent('gux-option');
109
110
  export const GuxOptionGroupBeta = /*@__PURE__*/ createReactComponent('gux-option-group-beta');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-spark-components-react",
3
- "version": "4.207.2",
3
+ "version": "4.208.1",
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.207.2"
22
+ "genesys-spark-components": "4.208.1"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@types/react": "16 - 19",