genesys-spark-components-react 4.65.2 → 4.67.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 +3 -0
- package/dist/index.js +3 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -45,6 +45,7 @@ export declare const GuxFormFieldColor: import("react").ForwardRefExoticComponen
|
|
|
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
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>>;
|
|
47
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>>;
|
|
48
|
+
export declare const GuxFormFieldLabelIndicator: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldLabelIndicator & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldLabelIndicatorElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldLabelIndicatorElement>>;
|
|
48
49
|
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>>;
|
|
49
50
|
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>>;
|
|
50
51
|
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>>;
|
|
@@ -60,7 +61,9 @@ export declare const GuxFormFieldsetHeading: import("react").ForwardRefExoticCom
|
|
|
60
61
|
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>>;
|
|
61
62
|
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>>;
|
|
62
63
|
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>>;
|
|
64
|
+
export declare const GuxIconTooltipBeta: import("react").ForwardRefExoticComponent<JSX.GuxIconTooltipBeta & Omit<import("react").HTMLAttributes<HTMLGuxIconTooltipBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxIconTooltipBetaElement>>;
|
|
63
65
|
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>>;
|
|
66
|
+
export declare const GuxLabelInfoBeta: import("react").ForwardRefExoticComponent<JSX.GuxLabelInfoBeta & Omit<import("react").HTMLAttributes<HTMLGuxLabelInfoBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxLabelInfoBetaElement>>;
|
|
64
67
|
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>>;
|
|
65
68
|
export declare const GuxListDivider: import("react").ForwardRefExoticComponent<JSX.GuxListDivider & Omit<import("react").HTMLAttributes<HTMLGuxListDividerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxListDividerElement>>;
|
|
66
69
|
export declare const GuxListItem: import("react").ForwardRefExoticComponent<JSX.GuxListItem & Omit<import("react").HTMLAttributes<HTMLGuxListItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxListItemElement>>;
|
package/dist/index.js
CHANGED
|
@@ -47,6 +47,7 @@ export const GuxFormFieldColor = /*@__PURE__*/ createReactComponent('gux-form-fi
|
|
|
47
47
|
export const GuxFormFieldDropdown = /*@__PURE__*/ createReactComponent('gux-form-field-dropdown');
|
|
48
48
|
export const GuxFormFieldFile = /*@__PURE__*/ createReactComponent('gux-form-field-file');
|
|
49
49
|
export const GuxFormFieldInputClearButton = /*@__PURE__*/ createReactComponent('gux-form-field-input-clear-button');
|
|
50
|
+
export const GuxFormFieldLabelIndicator = /*@__PURE__*/ createReactComponent('gux-form-field-label-indicator');
|
|
50
51
|
export const GuxFormFieldNumber = /*@__PURE__*/ createReactComponent('gux-form-field-number');
|
|
51
52
|
export const GuxFormFieldPhone = /*@__PURE__*/ createReactComponent('gux-form-field-phone');
|
|
52
53
|
export const GuxFormFieldRadio = /*@__PURE__*/ createReactComponent('gux-form-field-radio');
|
|
@@ -62,7 +63,9 @@ export const GuxFormFieldsetHeading = /*@__PURE__*/ createReactComponent('gux-fo
|
|
|
62
63
|
export const GuxFormFooter = /*@__PURE__*/ createReactComponent('gux-form-footer');
|
|
63
64
|
export const GuxFormHeading = /*@__PURE__*/ createReactComponent('gux-form-heading');
|
|
64
65
|
export const GuxIcon = /*@__PURE__*/ createReactComponent('gux-icon');
|
|
66
|
+
export const GuxIconTooltipBeta = /*@__PURE__*/ createReactComponent('gux-icon-tooltip-beta');
|
|
65
67
|
export const GuxInlineAlert = /*@__PURE__*/ createReactComponent('gux-inline-alert');
|
|
68
|
+
export const GuxLabelInfoBeta = /*@__PURE__*/ createReactComponent('gux-label-info-beta');
|
|
66
69
|
export const GuxList = /*@__PURE__*/ createReactComponent('gux-list');
|
|
67
70
|
export const GuxListDivider = /*@__PURE__*/ createReactComponent('gux-list-divider');
|
|
68
71
|
export const GuxListItem = /*@__PURE__*/ createReactComponent('gux-list-item');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-components-react",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.67.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.
|
|
22
|
+
"genesys-spark-components": "4.67.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@types/react": "16 - 18",
|