genesys-spark-components-react 4.71.0 → 4.72.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 CHANGED
@@ -133,6 +133,7 @@ export declare const GuxTag: import("react").ForwardRefExoticComponent<JSX.GuxTa
133
133
  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>>;
134
134
  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>>;
135
135
  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>>;
136
+ export declare const GuxTimeZoneBeta: import("react").ForwardRefExoticComponent<JSX.GuxTimeZoneBeta & Omit<import("react").HTMLAttributes<HTMLGuxTimeZoneBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTimeZoneBetaElement>>;
136
137
  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>>;
137
138
  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>>;
138
139
  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>>;
package/dist/index.js CHANGED
@@ -135,6 +135,7 @@ export const GuxTag = /*@__PURE__*/ createReactComponent('gux-tag');
135
135
  export const GuxTextHighlight = /*@__PURE__*/ createReactComponent('gux-text-highlight');
136
136
  export const GuxTimeBeta = /*@__PURE__*/ createReactComponent('gux-time-beta');
137
137
  export const GuxTimePicker = /*@__PURE__*/ createReactComponent('gux-time-picker');
138
+ export const GuxTimeZoneBeta = /*@__PURE__*/ createReactComponent('gux-time-zone-beta');
138
139
  export const GuxTimeZonePickerBeta = /*@__PURE__*/ createReactComponent('gux-time-zone-picker-beta');
139
140
  export const GuxToast = /*@__PURE__*/ createReactComponent('gux-toast');
140
141
  export const GuxToggle = /*@__PURE__*/ createReactComponent('gux-toggle');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-spark-components-react",
3
- "version": "4.71.0",
3
+ "version": "4.72.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.71.0"
22
+ "genesys-spark-components": "4.72.0"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@types/react": "16 - 18",