glints-aries 4.0.236 → 4.0.237

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.
@@ -8,7 +8,7 @@ export declare type ButtonAction = {
8
8
  export interface EmptyStateProps {
9
9
  basicButtonAction?: ButtonAction;
10
10
  primaryButtonAction?: ButtonAction;
11
- description?: string;
11
+ description?: React.ReactNode;
12
12
  fullWidth?: boolean;
13
13
  helpText?: string;
14
14
  imageName?: ImageName;
@@ -3,4 +3,5 @@ declare const _default: Meta<import("@storybook/react").Args>;
3
3
  export default _default;
4
4
  export declare const Interactive: any;
5
5
  export declare const WithLeastInfo: any;
6
+ export declare const WithPrimaryButtonOnly: any;
6
7
  export declare const WithBasicButtonOnly: any;
@@ -8,7 +8,7 @@ export declare type ButtonAction = {
8
8
  export interface EmptyStateProps {
9
9
  basicButtonAction?: ButtonAction;
10
10
  primaryButtonAction?: ButtonAction;
11
- description?: string;
11
+ description?: React.ReactNode;
12
12
  fullWidth?: boolean;
13
13
  helpText?: string;
14
14
  imageName?: ImageName;
@@ -3,4 +3,5 @@ declare const _default: Meta<import("@storybook/react").Args>;
3
3
  export default _default;
4
4
  export declare const Interactive: any;
5
5
  export declare const WithLeastInfo: any;
6
+ export declare const WithPrimaryButtonOnly: any;
6
7
  export declare const WithBasicButtonOnly: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glints-aries",
3
- "version": "4.0.236",
3
+ "version": "4.0.237",
4
4
  "description": "Glints ui-kit for frontend",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./es/index.js",