genesys-spark-components-react 4.115.1 → 4.117.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 +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -40,6 +40,7 @@ export declare const GuxDropdown: import("react").ForwardRefExoticComponent<JSX.
|
|
|
40
40
|
export declare const GuxDropdownMulti: import("react").ForwardRefExoticComponent<JSX.GuxDropdownMulti & Omit<import("react").HTMLAttributes<HTMLGuxDropdownMultiElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxDropdownMultiElement>>;
|
|
41
41
|
export declare const GuxDropdownMultiTag: import("react").ForwardRefExoticComponent<JSX.GuxDropdownMultiTag & Omit<import("react").HTMLAttributes<HTMLGuxDropdownMultiTagElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxDropdownMultiTagElement>>;
|
|
42
42
|
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>>;
|
|
43
|
+
export declare const GuxFileListItem: import("react").ForwardRefExoticComponent<JSX.GuxFileListItem & Omit<import("react").HTMLAttributes<HTMLGuxFileListItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFileListItemElement>>;
|
|
43
44
|
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>>;
|
|
44
45
|
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>>;
|
|
45
46
|
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>>;
|
|
@@ -49,6 +50,7 @@ export declare const GuxFormFieldCheckboxGroupBeta: import("react").ForwardRefEx
|
|
|
49
50
|
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>>;
|
|
50
51
|
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>>;
|
|
51
52
|
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>>;
|
|
53
|
+
export declare const GuxFormFieldFileBeta: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldFileBeta & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldFileBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldFileBetaElement>>;
|
|
52
54
|
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>>;
|
|
53
55
|
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>>;
|
|
54
56
|
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>>;
|
package/dist/index.js
CHANGED
|
@@ -42,6 +42,7 @@ export const GuxDropdown = /*@__PURE__*/ createReactComponent('gux-dropdown');
|
|
|
42
42
|
export const GuxDropdownMulti = /*@__PURE__*/ createReactComponent('gux-dropdown-multi');
|
|
43
43
|
export const GuxDropdownMultiTag = /*@__PURE__*/ createReactComponent('gux-dropdown-multi-tag');
|
|
44
44
|
export const GuxDropdownOption = /*@__PURE__*/ createReactComponent('gux-dropdown-option');
|
|
45
|
+
export const GuxFileListItem = /*@__PURE__*/ createReactComponent('gux-file-list-item');
|
|
45
46
|
export const GuxFlagIconBeta = /*@__PURE__*/ createReactComponent('gux-flag-icon-beta');
|
|
46
47
|
export const GuxFlyoutMenu = /*@__PURE__*/ createReactComponent('gux-flyout-menu');
|
|
47
48
|
export const GuxFormBeta = /*@__PURE__*/ createReactComponent('gux-form-beta');
|
|
@@ -51,6 +52,7 @@ export const GuxFormFieldCheckboxGroupBeta = /*@__PURE__*/ createReactComponent(
|
|
|
51
52
|
export const GuxFormFieldColor = /*@__PURE__*/ createReactComponent('gux-form-field-color');
|
|
52
53
|
export const GuxFormFieldDropdown = /*@__PURE__*/ createReactComponent('gux-form-field-dropdown');
|
|
53
54
|
export const GuxFormFieldFile = /*@__PURE__*/ createReactComponent('gux-form-field-file');
|
|
55
|
+
export const GuxFormFieldFileBeta = /*@__PURE__*/ createReactComponent('gux-form-field-file-beta');
|
|
54
56
|
export const GuxFormFieldInputClearButton = /*@__PURE__*/ createReactComponent('gux-form-field-input-clear-button');
|
|
55
57
|
export const GuxFormFieldLabelIndicator = /*@__PURE__*/ createReactComponent('gux-form-field-label-indicator');
|
|
56
58
|
export const GuxFormFieldNumber = /*@__PURE__*/ createReactComponent('gux-form-field-number');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-components-react",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.117.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.117.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@types/react": "16 - 18",
|