genesys-spark-components-react 4.0.0-beta.12 → 4.0.0-beta.13
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
|
@@ -113,7 +113,7 @@ export declare const GuxTabsAdvanced: import("react").ForwardRefExoticComponent<
|
|
|
113
113
|
export declare const GuxTagBeta: import("react").ForwardRefExoticComponent<JSX.GuxTagBeta & Omit<import("react").HTMLAttributes<HTMLGuxTagBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTagBetaElement>>;
|
|
114
114
|
export declare const GuxTextHighlight: import("react").ForwardRefExoticComponent<JSX.GuxTextHighlight & Omit<import("react").HTMLAttributes<HTMLGuxTextHighlightElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTextHighlightElement>>;
|
|
115
115
|
export declare const GuxTimeBeta: import("react").ForwardRefExoticComponent<JSX.GuxTimeBeta & Omit<import("react").HTMLAttributes<HTMLGuxTimeBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTimeBetaElement>>;
|
|
116
|
-
export declare const
|
|
116
|
+
export declare const GuxTimePicker: import("react").ForwardRefExoticComponent<JSX.GuxTimePicker & Omit<import("react").HTMLAttributes<HTMLGuxTimePickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTimePickerElement>>;
|
|
117
117
|
export declare const GuxToast: import("react").ForwardRefExoticComponent<JSX.GuxToast & Omit<import("react").HTMLAttributes<HTMLGuxToastElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxToastElement>>;
|
|
118
118
|
export declare const GuxToggle: import("react").ForwardRefExoticComponent<JSX.GuxToggle & Omit<import("react").HTMLAttributes<HTMLGuxToggleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxToggleElement>>;
|
|
119
119
|
export declare const GuxToggleSlider: import("react").ForwardRefExoticComponent<JSX.GuxToggleSlider & Omit<import("react").HTMLAttributes<HTMLGuxToggleSliderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxToggleSliderElement>>;
|
package/dist/index.js
CHANGED
|
@@ -115,7 +115,7 @@ export const GuxTabsAdvanced = /*@__PURE__*/ createReactComponent('gux-tabs-adva
|
|
|
115
115
|
export const GuxTagBeta = /*@__PURE__*/ createReactComponent('gux-tag-beta');
|
|
116
116
|
export const GuxTextHighlight = /*@__PURE__*/ createReactComponent('gux-text-highlight');
|
|
117
117
|
export const GuxTimeBeta = /*@__PURE__*/ createReactComponent('gux-time-beta');
|
|
118
|
-
export const
|
|
118
|
+
export const GuxTimePicker = /*@__PURE__*/ createReactComponent('gux-time-picker');
|
|
119
119
|
export const GuxToast = /*@__PURE__*/ createReactComponent('gux-toast');
|
|
120
120
|
export const GuxToggle = /*@__PURE__*/ createReactComponent('gux-toggle');
|
|
121
121
|
export const GuxToggleSlider = /*@__PURE__*/ createReactComponent('gux-toggle-slider');
|
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.13",
|
|
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.13"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@types/react": "16 - 18",
|