genesys-spark-components-react 3.37.0 → 3.39.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
@@ -59,6 +59,7 @@ export declare const GuxFormFieldTextLike: import("react").ForwardRefExoticCompo
59
59
  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>>;
60
60
  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>>;
61
61
  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>>;
62
+ export declare const GuxInlineAlertBeta: import("react").ForwardRefExoticComponent<JSX.GuxInlineAlertBeta & Omit<import("react").HTMLAttributes<HTMLGuxInlineAlertBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxInlineAlertBetaElement>>;
62
63
  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>>;
63
64
  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>>;
64
65
  export declare const GuxInputColorOption: import("react").ForwardRefExoticComponent<JSX.GuxInputColorOption & Omit<import("react").HTMLAttributes<HTMLGuxInputColorOptionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxInputColorOptionElement>>;
package/dist/index.js CHANGED
@@ -61,6 +61,7 @@ export const GuxFormFieldTextLike = /*@__PURE__*/ createReactComponent('gux-form
61
61
  export const GuxFormFieldTextarea = /*@__PURE__*/ createReactComponent('gux-form-field-textarea');
62
62
  export const GuxFormFieldTimePicker = /*@__PURE__*/ createReactComponent('gux-form-field-time-picker');
63
63
  export const GuxIcon = /*@__PURE__*/ createReactComponent('gux-icon');
64
+ export const GuxInlineAlertBeta = /*@__PURE__*/ createReactComponent('gux-inline-alert-beta');
64
65
  export const GuxInputCheckbox = /*@__PURE__*/ createReactComponent('gux-input-checkbox');
65
66
  export const GuxInputColor = /*@__PURE__*/ createReactComponent('gux-input-color');
66
67
  export const GuxInputColorOption = /*@__PURE__*/ createReactComponent('gux-input-color-option');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-spark-components-react",
3
- "version": "3.37.0",
3
+ "version": "3.39.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.37.0"
17
+ "genesys-spark-components": "3.39.1"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/react": "^17.0.37",