genesys-spark-components-react 3.31.1 → 3.32.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
@@ -56,6 +56,7 @@ export declare const GuxFormFieldSearch: import("react").ForwardRefExoticCompone
56
56
  export declare const GuxFormFieldSelect: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldSelect & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldSelectElement>>;
57
57
  export declare const GuxFormFieldTextLike: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldTextLike & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldTextLikeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldTextLikeElement>>;
58
58
  export declare const GuxFormFieldTextarea: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldTextarea & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldTextareaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldTextareaElement>>;
59
+ export declare const GuxFormFieldTimePicker: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldTimePicker & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldTimePickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldTimePickerElement>>;
59
60
  export declare const GuxIcon: import("react").ForwardRefExoticComponent<JSX.GuxIcon & Omit<import("react").HTMLAttributes<HTMLGuxIconElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxIconElement>>;
60
61
  export declare const GuxInputCheckbox: import("react").ForwardRefExoticComponent<JSX.GuxInputCheckbox & Omit<import("react").HTMLAttributes<HTMLGuxInputCheckboxElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxInputCheckboxElement>>;
61
62
  export declare const GuxInputColor: import("react").ForwardRefExoticComponent<JSX.GuxInputColor & Omit<import("react").HTMLAttributes<HTMLGuxInputColorElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxInputColorElement>>;
@@ -105,6 +106,7 @@ export declare const GuxRadialLoading: import("react").ForwardRefExoticComponent
105
106
  export declare const GuxRadialProgress: import("react").ForwardRefExoticComponent<JSX.GuxRadialProgress & Omit<import("react").HTMLAttributes<HTMLGuxRadialProgressElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRadialProgressElement>>;
106
107
  export declare const GuxRating: import("react").ForwardRefExoticComponent<JSX.GuxRating & Omit<import("react").HTMLAttributes<HTMLGuxRatingElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRatingElement>>;
107
108
  export declare const GuxRowSelect: import("react").ForwardRefExoticComponent<JSX.GuxRowSelect & Omit<import("react").HTMLAttributes<HTMLGuxRowSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRowSelectElement>>;
109
+ export declare const GuxScreenReaderBeta: import("react").ForwardRefExoticComponent<JSX.GuxScreenReaderBeta & Omit<import("react").HTMLAttributes<HTMLGuxScreenReaderBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxScreenReaderBetaElement>>;
108
110
  export declare const GuxSidePanelButton: import("react").ForwardRefExoticComponent<JSX.GuxSidePanelButton & Omit<import("react").HTMLAttributes<HTMLGuxSidePanelButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSidePanelButtonElement>>;
109
111
  export declare const GuxSidePanelLegacy: import("react").ForwardRefExoticComponent<JSX.GuxSidePanelLegacy & Omit<import("react").HTMLAttributes<HTMLGuxSidePanelLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSidePanelLegacyElement>>;
110
112
  export declare const GuxSimpleToast: import("react").ForwardRefExoticComponent<JSX.GuxSimpleToast & Omit<import("react").HTMLAttributes<HTMLGuxSimpleToastElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSimpleToastElement>>;
package/dist/index.js CHANGED
@@ -58,6 +58,7 @@ export const GuxFormFieldSearch = /*@__PURE__*/ createReactComponent('gux-form-f
58
58
  export const GuxFormFieldSelect = /*@__PURE__*/ createReactComponent('gux-form-field-select');
59
59
  export const GuxFormFieldTextLike = /*@__PURE__*/ createReactComponent('gux-form-field-text-like');
60
60
  export const GuxFormFieldTextarea = /*@__PURE__*/ createReactComponent('gux-form-field-textarea');
61
+ export const GuxFormFieldTimePicker = /*@__PURE__*/ createReactComponent('gux-form-field-time-picker');
61
62
  export const GuxIcon = /*@__PURE__*/ createReactComponent('gux-icon');
62
63
  export const GuxInputCheckbox = /*@__PURE__*/ createReactComponent('gux-input-checkbox');
63
64
  export const GuxInputColor = /*@__PURE__*/ createReactComponent('gux-input-color');
@@ -107,6 +108,7 @@ export const GuxRadialLoading = /*@__PURE__*/ createReactComponent('gux-radial-l
107
108
  export const GuxRadialProgress = /*@__PURE__*/ createReactComponent('gux-radial-progress');
108
109
  export const GuxRating = /*@__PURE__*/ createReactComponent('gux-rating');
109
110
  export const GuxRowSelect = /*@__PURE__*/ createReactComponent('gux-row-select');
111
+ export const GuxScreenReaderBeta = /*@__PURE__*/ createReactComponent('gux-screen-reader-beta');
110
112
  export const GuxSidePanelButton = /*@__PURE__*/ createReactComponent('gux-side-panel-button');
111
113
  export const GuxSidePanelLegacy = /*@__PURE__*/ createReactComponent('gux-side-panel-legacy');
112
114
  export const GuxSimpleToast = /*@__PURE__*/ createReactComponent('gux-simple-toast');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-spark-components-react",
3
- "version": "3.31.1",
3
+ "version": "3.32.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -14,7 +14,7 @@
14
14
  "dist"
15
15
  ],
16
16
  "dependencies": {
17
- "genesys-spark-components": "3.31.1"
17
+ "genesys-spark-components": "3.32.1"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/react": "^17.0.37",