genesys-spark-components-react 4.177.1 → 4.179.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
@@ -16,6 +16,7 @@ export declare const GuxAvatarOverflowBeta: import("react").ForwardRefExoticComp
16
16
  export declare const GuxAvatarOverflowItemBeta: import("react").ForwardRefExoticComponent<JSX.GuxAvatarOverflowItemBeta & Omit<import("react").HTMLAttributes<HTMLGuxAvatarOverflowItemBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAvatarOverflowItemBetaElement>>;
17
17
  export declare const GuxBadge: import("react").ForwardRefExoticComponent<JSX.GuxBadge & Omit<import("react").HTMLAttributes<HTMLGuxBadgeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxBadgeElement>>;
18
18
  export declare const GuxBlankState: import("react").ForwardRefExoticComponent<JSX.GuxBlankState & Omit<import("react").HTMLAttributes<HTMLGuxBlankStateElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxBlankStateElement>>;
19
+ export declare const GuxBlankStateBeta: import("react").ForwardRefExoticComponent<JSX.GuxBlankStateBeta & Omit<import("react").HTMLAttributes<HTMLGuxBlankStateBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxBlankStateBetaElement>>;
19
20
  export declare const GuxBreadcrumbItem: import("react").ForwardRefExoticComponent<JSX.GuxBreadcrumbItem & Omit<import("react").HTMLAttributes<HTMLGuxBreadcrumbItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxBreadcrumbItemElement>>;
20
21
  export declare const GuxBreadcrumbs: import("react").ForwardRefExoticComponent<JSX.GuxBreadcrumbs & Omit<import("react").HTMLAttributes<HTMLGuxBreadcrumbsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxBreadcrumbsElement>>;
21
22
  export declare const GuxButton: import("react").ForwardRefExoticComponent<JSX.GuxButton & Omit<import("react").HTMLAttributes<HTMLGuxButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxButtonElement>>;
@@ -72,6 +73,7 @@ export declare const GuxFormFooter: import("react").ForwardRefExoticComponent<JS
72
73
  export declare const GuxFormHeading: import("react").ForwardRefExoticComponent<JSX.GuxFormHeading & Omit<import("react").HTMLAttributes<HTMLGuxFormHeadingElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormHeadingElement>>;
73
74
  export declare const GuxIcon: import("react").ForwardRefExoticComponent<JSX.GuxIcon & Omit<import("react").HTMLAttributes<HTMLGuxIconElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxIconElement>>;
74
75
  export declare const GuxIconTooltipBeta: import("react").ForwardRefExoticComponent<JSX.GuxIconTooltipBeta & Omit<import("react").HTMLAttributes<HTMLGuxIconTooltipBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxIconTooltipBetaElement>>;
76
+ export declare const GuxIllustrationBeta: import("react").ForwardRefExoticComponent<JSX.GuxIllustrationBeta & Omit<import("react").HTMLAttributes<HTMLGuxIllustrationBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxIllustrationBetaElement>>;
75
77
  export declare const GuxInlineAlert: import("react").ForwardRefExoticComponent<JSX.GuxInlineAlert & Omit<import("react").HTMLAttributes<HTMLGuxInlineAlertElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxInlineAlertElement>>;
76
78
  export declare const GuxInlineDropdownBeta: import("react").ForwardRefExoticComponent<JSX.GuxInlineDropdownBeta & Omit<import("react").HTMLAttributes<HTMLGuxInlineDropdownBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxInlineDropdownBetaElement>>;
77
79
  export declare const GuxLabelInfoBeta: import("react").ForwardRefExoticComponent<JSX.GuxLabelInfoBeta & Omit<import("react").HTMLAttributes<HTMLGuxLabelInfoBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxLabelInfoBetaElement>>;
package/dist/index.js CHANGED
@@ -19,6 +19,7 @@ export const GuxAvatarOverflowBeta = /*@__PURE__*/ createReactComponent('gux-ava
19
19
  export const GuxAvatarOverflowItemBeta = /*@__PURE__*/ createReactComponent('gux-avatar-overflow-item-beta');
20
20
  export const GuxBadge = /*@__PURE__*/ createReactComponent('gux-badge');
21
21
  export const GuxBlankState = /*@__PURE__*/ createReactComponent('gux-blank-state');
22
+ export const GuxBlankStateBeta = /*@__PURE__*/ createReactComponent('gux-blank-state-beta');
22
23
  export const GuxBreadcrumbItem = /*@__PURE__*/ createReactComponent('gux-breadcrumb-item');
23
24
  export const GuxBreadcrumbs = /*@__PURE__*/ createReactComponent('gux-breadcrumbs');
24
25
  export const GuxButton = /*@__PURE__*/ createReactComponent('gux-button');
@@ -75,6 +76,7 @@ export const GuxFormFooter = /*@__PURE__*/ createReactComponent('gux-form-footer
75
76
  export const GuxFormHeading = /*@__PURE__*/ createReactComponent('gux-form-heading');
76
77
  export const GuxIcon = /*@__PURE__*/ createReactComponent('gux-icon');
77
78
  export const GuxIconTooltipBeta = /*@__PURE__*/ createReactComponent('gux-icon-tooltip-beta');
79
+ export const GuxIllustrationBeta = /*@__PURE__*/ createReactComponent('gux-illustration-beta');
78
80
  export const GuxInlineAlert = /*@__PURE__*/ createReactComponent('gux-inline-alert');
79
81
  export const GuxInlineDropdownBeta = /*@__PURE__*/ createReactComponent('gux-inline-dropdown-beta');
80
82
  export const GuxLabelInfoBeta = /*@__PURE__*/ createReactComponent('gux-label-info-beta');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-spark-components-react",
3
- "version": "4.177.1",
3
+ "version": "4.179.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.177.1"
22
+ "genesys-spark-components": "4.179.0"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@types/react": "16 - 19",