genesys-spark-components-react 4.0.0-beta.21 → 4.0.0-beta.23

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 CHANGED
@@ -113,6 +113,7 @@ export declare const GuxTagBeta: import("react").ForwardRefExoticComponent<JSX.G
113
113
  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>>;
114
114
  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>>;
115
115
  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>>;
116
+ export declare const GuxTimeZonePickerBeta: import("react").ForwardRefExoticComponent<JSX.GuxTimeZonePickerBeta & Omit<import("react").HTMLAttributes<HTMLGuxTimeZonePickerBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTimeZonePickerBetaElement>>;
116
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>>;
117
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>>;
118
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,6 +115,7 @@ export const GuxTagBeta = /*@__PURE__*/ createReactComponent('gux-tag-beta');
115
115
  export const GuxTextHighlight = /*@__PURE__*/ createReactComponent('gux-text-highlight');
116
116
  export const GuxTimeBeta = /*@__PURE__*/ createReactComponent('gux-time-beta');
117
117
  export const GuxTimePicker = /*@__PURE__*/ createReactComponent('gux-time-picker');
118
+ export const GuxTimeZonePickerBeta = /*@__PURE__*/ createReactComponent('gux-time-zone-picker-beta');
118
119
  export const GuxToast = /*@__PURE__*/ createReactComponent('gux-toast');
119
120
  export const GuxToggle = /*@__PURE__*/ createReactComponent('gux-toggle');
120
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.21",
3
+ "version": "4.0.0-beta.23",
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.21"
22
+ "genesys-spark-components": "4.0.0-beta.23"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@types/react": "16 - 18",