genesys-spark-components-react 4.0.0-beta.65 → 4.0.0-beta.67
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 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ export declare const GuxDropdown: import("react").ForwardRefExoticComponent<JSX.
|
|
|
32
32
|
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>>;
|
|
33
33
|
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>>;
|
|
34
34
|
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>>;
|
|
35
|
+
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>>;
|
|
35
36
|
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>>;
|
|
36
37
|
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>>;
|
|
37
38
|
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>>;
|
|
@@ -85,7 +86,6 @@ export declare const GuxPopup: import("react").ForwardRefExoticComponent<JSX.Gux
|
|
|
85
86
|
export declare const GuxRadialLoading: import("react").ForwardRefExoticComponent<JSX.GuxRadialLoading & Omit<import("react").HTMLAttributes<HTMLGuxRadialLoadingElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRadialLoadingElement>>;
|
|
86
87
|
export declare const GuxRadialProgress: import("react").ForwardRefExoticComponent<JSX.GuxRadialProgress & Omit<import("react").HTMLAttributes<HTMLGuxRadialProgressElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRadialProgressElement>>;
|
|
87
88
|
export declare const GuxRating: import("react").ForwardRefExoticComponent<JSX.GuxRating & Omit<import("react").HTMLAttributes<HTMLGuxRatingElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRatingElement>>;
|
|
88
|
-
export declare const GuxRegionIcon: import("react").ForwardRefExoticComponent<JSX.GuxRegionIcon & Omit<import("react").HTMLAttributes<HTMLGuxRegionIconElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRegionIconElement>>;
|
|
89
89
|
export declare const GuxRowSelect: import("react").ForwardRefExoticComponent<JSX.GuxRowSelect & Omit<import("react").HTMLAttributes<HTMLGuxRowSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRowSelectElement>>;
|
|
90
90
|
export declare const GuxScreenReaderBeta: import("react").ForwardRefExoticComponent<JSX.GuxScreenReaderBeta & Omit<import("react").HTMLAttributes<HTMLGuxScreenReaderBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxScreenReaderBetaElement>>;
|
|
91
91
|
export declare const GuxSegmentedControlBeta: import("react").ForwardRefExoticComponent<JSX.GuxSegmentedControlBeta & Omit<import("react").HTMLAttributes<HTMLGuxSegmentedControlBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSegmentedControlBetaElement>>;
|
package/dist/index.js
CHANGED
|
@@ -34,6 +34,7 @@ export const GuxDropdown = /*@__PURE__*/ createReactComponent('gux-dropdown');
|
|
|
34
34
|
export const GuxDropdownMulti = /*@__PURE__*/ createReactComponent('gux-dropdown-multi');
|
|
35
35
|
export const GuxDropdownMultiTag = /*@__PURE__*/ createReactComponent('gux-dropdown-multi-tag');
|
|
36
36
|
export const GuxDropdownOption = /*@__PURE__*/ createReactComponent('gux-dropdown-option');
|
|
37
|
+
export const GuxFlagIconBeta = /*@__PURE__*/ createReactComponent('gux-flag-icon-beta');
|
|
37
38
|
export const GuxFlyoutMenu = /*@__PURE__*/ createReactComponent('gux-flyout-menu');
|
|
38
39
|
export const GuxFormFieldCheckbox = /*@__PURE__*/ createReactComponent('gux-form-field-checkbox');
|
|
39
40
|
export const GuxFormFieldColor = /*@__PURE__*/ createReactComponent('gux-form-field-color');
|
|
@@ -87,7 +88,6 @@ export const GuxPopup = /*@__PURE__*/ createReactComponent('gux-popup');
|
|
|
87
88
|
export const GuxRadialLoading = /*@__PURE__*/ createReactComponent('gux-radial-loading');
|
|
88
89
|
export const GuxRadialProgress = /*@__PURE__*/ createReactComponent('gux-radial-progress');
|
|
89
90
|
export const GuxRating = /*@__PURE__*/ createReactComponent('gux-rating');
|
|
90
|
-
export const GuxRegionIcon = /*@__PURE__*/ createReactComponent('gux-region-icon');
|
|
91
91
|
export const GuxRowSelect = /*@__PURE__*/ createReactComponent('gux-row-select');
|
|
92
92
|
export const GuxScreenReaderBeta = /*@__PURE__*/ createReactComponent('gux-screen-reader-beta');
|
|
93
93
|
export const GuxSegmentedControlBeta = /*@__PURE__*/ createReactComponent('gux-segmented-control-beta');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-components-react",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.67",
|
|
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.0.0-beta.
|
|
22
|
+
"genesys-spark-components": "4.0.0-beta.67"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@types/react": "16 - 18",
|