genesys-spark-components-react 3.9.4 → 3.10.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
@@ -71,6 +71,7 @@ export declare const GuxListItemLegacy: import("react").ForwardRefExoticComponen
71
71
  export declare const GuxListLegacy: import("react").ForwardRefExoticComponent<JSX.GuxListLegacy & Omit<import("react").HTMLAttributes<HTMLGuxListLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxListLegacyElement>>;
72
72
  export declare const GuxListbox: import("react").ForwardRefExoticComponent<JSX.GuxListbox & Omit<import("react").HTMLAttributes<HTMLGuxListboxElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxListboxElement>>;
73
73
  export declare const GuxListboxMulti: import("react").ForwardRefExoticComponent<JSX.GuxListboxMulti & Omit<import("react").HTMLAttributes<HTMLGuxListboxMultiElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxListboxMultiElement>>;
74
+ export declare const GuxLoadingMessageBeta: import("react").ForwardRefExoticComponent<JSX.GuxLoadingMessageBeta & Omit<import("react").HTMLAttributes<HTMLGuxLoadingMessageBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxLoadingMessageBetaElement>>;
74
75
  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>>;
75
76
  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>>;
76
77
  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>>;
package/dist/index.js CHANGED
@@ -73,6 +73,7 @@ export const GuxListItemLegacy = /*@__PURE__*/ createReactComponent('gux-list-it
73
73
  export const GuxListLegacy = /*@__PURE__*/ createReactComponent('gux-list-legacy');
74
74
  export const GuxListbox = /*@__PURE__*/ createReactComponent('gux-listbox');
75
75
  export const GuxListboxMulti = /*@__PURE__*/ createReactComponent('gux-listbox-multi');
76
+ export const GuxLoadingMessageBeta = /*@__PURE__*/ createReactComponent('gux-loading-message-beta');
76
77
  export const GuxMenu = /*@__PURE__*/ createReactComponent('gux-menu');
77
78
  export const GuxMenuOption = /*@__PURE__*/ createReactComponent('gux-menu-option');
78
79
  export const GuxModal = /*@__PURE__*/ createReactComponent('gux-modal');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-spark-components-react",
3
- "version": "3.9.4",
3
+ "version": "3.10.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "peerDependencies": {
26
26
  "genesys-spark-components": "3",
27
- "react": "16 - 17",
28
- "react-dom": "16 - 17"
27
+ "react": "16 - 18",
28
+ "react-dom": "16 - 18"
29
29
  }
30
30
  }