genesys-spark-components-react 4.59.0 → 4.60.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 +5 -0
- package/dist/index.js +5 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -38,6 +38,8 @@ export declare const GuxDropdownMultiTag: import("react").ForwardRefExoticCompon
|
|
|
38
38
|
export declare const GuxDropdownOption: import("react").ForwardRefExoticComponent<JSX.GuxDropdownOption & Omit<import("react").HTMLAttributes<HTMLGuxDropdownOptionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxDropdownOptionElement>>;
|
|
39
39
|
export declare const GuxFlagIconBeta: import("react").ForwardRefExoticComponent<JSX.GuxFlagIconBeta & Omit<import("react").HTMLAttributes<HTMLGuxFlagIconBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFlagIconBetaElement>>;
|
|
40
40
|
export declare const GuxFlyoutMenu: import("react").ForwardRefExoticComponent<JSX.GuxFlyoutMenu & Omit<import("react").HTMLAttributes<HTMLGuxFlyoutMenuElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFlyoutMenuElement>>;
|
|
41
|
+
export declare const GuxFormBeta: import("react").ForwardRefExoticComponent<JSX.GuxFormBeta & Omit<import("react").HTMLAttributes<HTMLGuxFormBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormBetaElement>>;
|
|
42
|
+
export declare const GuxFormDescription: import("react").ForwardRefExoticComponent<JSX.GuxFormDescription & Omit<import("react").HTMLAttributes<HTMLGuxFormDescriptionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormDescriptionElement>>;
|
|
41
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>>;
|
|
42
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>>;
|
|
43
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>>;
|
|
@@ -53,6 +55,9 @@ export declare const GuxFormFieldTextLike: import("react").ForwardRefExoticCompo
|
|
|
53
55
|
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>>;
|
|
54
56
|
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>>;
|
|
55
57
|
export declare const GuxFormFieldTimeZonePicker: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldTimeZonePicker & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldTimeZonePickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldTimeZonePickerElement>>;
|
|
58
|
+
export declare const GuxFormFieldsetHeading: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldsetHeading & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldsetHeadingElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldsetHeadingElement>>;
|
|
59
|
+
export declare const GuxFormFooter: import("react").ForwardRefExoticComponent<JSX.GuxFormFooter & Omit<import("react").HTMLAttributes<HTMLGuxFormFooterElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFooterElement>>;
|
|
60
|
+
export declare const GuxFormHeading: import("react").ForwardRefExoticComponent<JSX.GuxFormHeading & Omit<import("react").HTMLAttributes<HTMLGuxFormHeadingElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormHeadingElement>>;
|
|
56
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>>;
|
|
57
62
|
export declare const GuxInlineAlert: import("react").ForwardRefExoticComponent<JSX.GuxInlineAlert & Omit<import("react").HTMLAttributes<HTMLGuxInlineAlertElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxInlineAlertElement>>;
|
|
58
63
|
export declare const GuxList: import("react").ForwardRefExoticComponent<JSX.GuxList & Omit<import("react").HTMLAttributes<HTMLGuxListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxListElement>>;
|
package/dist/index.js
CHANGED
|
@@ -40,6 +40,8 @@ export const GuxDropdownMultiTag = /*@__PURE__*/ createReactComponent('gux-dropd
|
|
|
40
40
|
export const GuxDropdownOption = /*@__PURE__*/ createReactComponent('gux-dropdown-option');
|
|
41
41
|
export const GuxFlagIconBeta = /*@__PURE__*/ createReactComponent('gux-flag-icon-beta');
|
|
42
42
|
export const GuxFlyoutMenu = /*@__PURE__*/ createReactComponent('gux-flyout-menu');
|
|
43
|
+
export const GuxFormBeta = /*@__PURE__*/ createReactComponent('gux-form-beta');
|
|
44
|
+
export const GuxFormDescription = /*@__PURE__*/ createReactComponent('gux-form-description');
|
|
43
45
|
export const GuxFormFieldCheckbox = /*@__PURE__*/ createReactComponent('gux-form-field-checkbox');
|
|
44
46
|
export const GuxFormFieldColor = /*@__PURE__*/ createReactComponent('gux-form-field-color');
|
|
45
47
|
export const GuxFormFieldDropdown = /*@__PURE__*/ createReactComponent('gux-form-field-dropdown');
|
|
@@ -55,6 +57,9 @@ export const GuxFormFieldTextLike = /*@__PURE__*/ createReactComponent('gux-form
|
|
|
55
57
|
export const GuxFormFieldTextarea = /*@__PURE__*/ createReactComponent('gux-form-field-textarea');
|
|
56
58
|
export const GuxFormFieldTimePicker = /*@__PURE__*/ createReactComponent('gux-form-field-time-picker');
|
|
57
59
|
export const GuxFormFieldTimeZonePicker = /*@__PURE__*/ createReactComponent('gux-form-field-time-zone-picker');
|
|
60
|
+
export const GuxFormFieldsetHeading = /*@__PURE__*/ createReactComponent('gux-form-fieldset-heading');
|
|
61
|
+
export const GuxFormFooter = /*@__PURE__*/ createReactComponent('gux-form-footer');
|
|
62
|
+
export const GuxFormHeading = /*@__PURE__*/ createReactComponent('gux-form-heading');
|
|
58
63
|
export const GuxIcon = /*@__PURE__*/ createReactComponent('gux-icon');
|
|
59
64
|
export const GuxInlineAlert = /*@__PURE__*/ createReactComponent('gux-inline-alert');
|
|
60
65
|
export const GuxList = /*@__PURE__*/ createReactComponent('gux-list');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-components-react",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.60.1",
|
|
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": "
|
|
22
|
+
"genesys-spark-components": "3.126.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@types/react": "16 - 18",
|