genesys-spark-components-react 4.58.0 → 4.59.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
@@ -45,6 +45,7 @@ export declare const GuxFormFieldInputClearButton: import("react").ForwardRefExo
45
45
  export declare const GuxFormFieldNumber: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldNumber & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldNumberElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldNumberElement>>;
46
46
  export declare const GuxFormFieldPhone: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldPhone & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldPhoneElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldPhoneElement>>;
47
47
  export declare const GuxFormFieldRadio: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldRadio & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldRadioElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldRadioElement>>;
48
+ export declare const GuxFormFieldRadioGroupBeta: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldRadioGroupBeta & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldRadioGroupBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldRadioGroupBetaElement>>;
48
49
  export declare const GuxFormFieldRange: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldRange & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldRangeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldRangeElement>>;
49
50
  export declare const GuxFormFieldSearch: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldSearch & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldSearchElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldSearchElement>>;
50
51
  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>>;
package/dist/index.js CHANGED
@@ -47,6 +47,7 @@ export const GuxFormFieldInputClearButton = /*@__PURE__*/ createReactComponent('
47
47
  export const GuxFormFieldNumber = /*@__PURE__*/ createReactComponent('gux-form-field-number');
48
48
  export const GuxFormFieldPhone = /*@__PURE__*/ createReactComponent('gux-form-field-phone');
49
49
  export const GuxFormFieldRadio = /*@__PURE__*/ createReactComponent('gux-form-field-radio');
50
+ export const GuxFormFieldRadioGroupBeta = /*@__PURE__*/ createReactComponent('gux-form-field-radio-group-beta');
50
51
  export const GuxFormFieldRange = /*@__PURE__*/ createReactComponent('gux-form-field-range');
51
52
  export const GuxFormFieldSearch = /*@__PURE__*/ createReactComponent('gux-form-field-search');
52
53
  export const GuxFormFieldSelect = /*@__PURE__*/ createReactComponent('gux-form-field-select');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-spark-components-react",
3
- "version": "4.58.0",
3
+ "version": "4.59.0",
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.58.0"
22
+ "genesys-spark-components": "4.59.0"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@types/react": "16 - 18",