glints-aries 4.0.259 → 4.0.260

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.
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import { ComponentAction } from '../../types/componentAction';
3
3
  export interface ModalProps extends React.HTMLAttributes<HTMLDivElement> {
4
4
  isOpen?: boolean;
5
- header?: string;
5
+ header?: React.ReactNode;
6
6
  headerDescription?: React.ReactNode;
7
7
  children?: React.ReactNode;
8
8
  /** This action will be tied to primary button on footer */
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import { ComponentAction } from '../../types/componentAction';
3
3
  export interface ModalProps extends React.HTMLAttributes<HTMLDivElement> {
4
4
  isOpen?: boolean;
5
- header?: string;
5
+ header?: React.ReactNode;
6
6
  headerDescription?: React.ReactNode;
7
7
  children?: React.ReactNode;
8
8
  /** This action will be tied to primary button on footer */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glints-aries",
3
- "version": "4.0.259",
3
+ "version": "4.0.260",
4
4
  "description": "Glints ui-kit for frontend",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./es/index.js",