genesys-spark-components-react 3.28.1 → 3.31.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
@@ -79,6 +79,10 @@ export declare const GuxLoadingMessageBeta: import("react").ForwardRefExoticComp
79
79
  export declare const GuxMenu: import("react").ForwardRefExoticComponent<JSX.GuxMenu & Omit<import("react").HTMLAttributes<HTMLGuxMenuElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxMenuElement>>;
80
80
  export declare const GuxMenuOption: import("react").ForwardRefExoticComponent<JSX.GuxMenuOption & Omit<import("react").HTMLAttributes<HTMLGuxMenuOptionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxMenuOptionElement>>;
81
81
  export declare const GuxModal: import("react").ForwardRefExoticComponent<JSX.GuxModal & Omit<import("react").HTMLAttributes<HTMLGuxModalElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxModalElement>>;
82
+ export declare const GuxMonthCalendar: import("react").ForwardRefExoticComponent<JSX.GuxMonthCalendar & Omit<import("react").HTMLAttributes<HTMLGuxMonthCalendarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxMonthCalendarElement>>;
83
+ 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>>;
84
+ 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>>;
85
+ 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>>;
82
86
  export declare const GuxNotificationToast: import("react").ForwardRefExoticComponent<JSX.GuxNotificationToast & Omit<import("react").HTMLAttributes<HTMLGuxNotificationToastElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxNotificationToastElement>>;
83
87
  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>>;
84
88
  export declare const GuxOptionLegacy: import("react").ForwardRefExoticComponent<JSX.GuxOptionLegacy & Omit<import("react").HTMLAttributes<HTMLGuxOptionLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxOptionLegacyElement>>;
package/dist/index.js CHANGED
@@ -81,6 +81,10 @@ export const GuxLoadingMessageBeta = /*@__PURE__*/ createReactComponent('gux-loa
81
81
  export const GuxMenu = /*@__PURE__*/ createReactComponent('gux-menu');
82
82
  export const GuxMenuOption = /*@__PURE__*/ createReactComponent('gux-menu-option');
83
83
  export const GuxModal = /*@__PURE__*/ createReactComponent('gux-modal');
84
+ export const GuxMonthCalendar = /*@__PURE__*/ createReactComponent('gux-month-calendar');
85
+ export const GuxMonthList = /*@__PURE__*/ createReactComponent('gux-month-list');
86
+ export const GuxMonthListItem = /*@__PURE__*/ createReactComponent('gux-month-list-item');
87
+ export const GuxMonthPickerBeta = /*@__PURE__*/ createReactComponent('gux-month-picker-beta');
84
88
  export const GuxNotificationToast = /*@__PURE__*/ createReactComponent('gux-notification-toast');
85
89
  export const GuxOption = /*@__PURE__*/ createReactComponent('gux-option');
86
90
  export const GuxOptionLegacy = /*@__PURE__*/ createReactComponent('gux-option-legacy');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-spark-components-react",
3
- "version": "3.28.1",
3
+ "version": "3.31.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {