@careevolution/mydatahelps-ui 2.7.1-Colors.2 → 2.7.1-Colors.3

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.
@@ -1,7 +1,10 @@
1
1
  import React from "react";
2
2
  import "./ViewHeader.css";
3
+ import { ColorDefinition } from "../../../helpers/colors";
3
4
  export interface ViewHeaderProps {
4
5
  title?: string;
5
6
  subtitle?: string;
7
+ titleColor?: ColorDefinition;
8
+ subtitleColor?: ColorDefinition;
6
9
  }
7
10
  export default function (props: ViewHeaderProps): React.JSX.Element | null;
package/dist/index.d.ts CHANGED
@@ -309,6 +309,8 @@ declare function export_default$14(props: UnstyledButtonProps): React.JSX.Elemen
309
309
  interface ViewHeaderProps {
310
310
  title?: string;
311
311
  subtitle?: string;
312
+ titleColor?: ColorDefinition;
313
+ subtitleColor?: ColorDefinition;
312
314
  }
313
315
  declare function export_default$13(props: ViewHeaderProps): React.JSX.Element | null;
314
316
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.7.1-Colors.2",
3
+ "version": "2.7.1-Colors.3",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",