@careevolution/mydatahelps-ui 1.9.2-DarkMode.7 → 1.9.2-DarkMode.8

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.
@@ -9,5 +9,6 @@ export interface ButtonProps {
9
9
  disabled?: boolean;
10
10
  onClick: Function;
11
11
  className?: string;
12
+ color?: string;
12
13
  }
13
14
  export default function (props: ButtonProps): JSX.Element;
@@ -8,5 +8,6 @@ export interface SegmentedControlProps {
8
8
  selectedSegment: string;
9
9
  onSegmentSelected: Function;
10
10
  className?: string;
11
+ color?: string;
11
12
  }
12
13
  export default function (props: SegmentedControlProps): JSX.Element;
package/dist/index.d.ts CHANGED
@@ -35,6 +35,7 @@ interface ButtonProps {
35
35
  disabled?: boolean;
36
36
  onClick: Function;
37
37
  className?: string;
38
+ color?: string;
38
39
  }
39
40
  declare function export_default$T(props: ButtonProps): JSX.Element;
40
41
 
@@ -132,6 +133,7 @@ interface SegmentedControlProps {
132
133
  selectedSegment: string;
133
134
  onSegmentSelected: Function;
134
135
  className?: string;
136
+ color?: string;
135
137
  }
136
138
  declare function export_default$I(props: SegmentedControlProps): JSX.Element;
137
139
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "1.9.2-DarkMode.7",
3
+ "version": "1.9.2-DarkMode.8",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",