genesys-spark-components-react 4.60.1 → 4.61.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 +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -43,6 +43,7 @@ export declare const GuxFormDescription: import("react").ForwardRefExoticCompone
|
|
|
43
43
|
export declare const GuxFormFieldCheckbox: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldCheckbox & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldCheckboxElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldCheckboxElement>>;
|
|
44
44
|
export declare const GuxFormFieldColor: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldColor & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldColorElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldColorElement>>;
|
|
45
45
|
export declare const GuxFormFieldDropdown: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldDropdown & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldDropdownElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldDropdownElement>>;
|
|
46
|
+
export declare const GuxFormFieldFile: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldFile & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldFileElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldFileElement>>;
|
|
46
47
|
export declare const GuxFormFieldInputClearButton: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldInputClearButton & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldInputClearButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldInputClearButtonElement>>;
|
|
47
48
|
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>>;
|
|
48
49
|
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>>;
|
package/dist/index.js
CHANGED
|
@@ -45,6 +45,7 @@ export const GuxFormDescription = /*@__PURE__*/ createReactComponent('gux-form-d
|
|
|
45
45
|
export const GuxFormFieldCheckbox = /*@__PURE__*/ createReactComponent('gux-form-field-checkbox');
|
|
46
46
|
export const GuxFormFieldColor = /*@__PURE__*/ createReactComponent('gux-form-field-color');
|
|
47
47
|
export const GuxFormFieldDropdown = /*@__PURE__*/ createReactComponent('gux-form-field-dropdown');
|
|
48
|
+
export const GuxFormFieldFile = /*@__PURE__*/ createReactComponent('gux-form-field-file');
|
|
48
49
|
export const GuxFormFieldInputClearButton = /*@__PURE__*/ createReactComponent('gux-form-field-input-clear-button');
|
|
49
50
|
export const GuxFormFieldNumber = /*@__PURE__*/ createReactComponent('gux-form-field-number');
|
|
50
51
|
export const GuxFormFieldPhone = /*@__PURE__*/ createReactComponent('gux-form-field-phone');
|