@careevolution/mydatahelps-ui 2.18.1-RA.0 → 2.18.1-RA.2

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.
@@ -13,7 +13,7 @@ export interface RelativeActivityDataType {
13
13
  dailyDataType: string;
14
14
  label: string;
15
15
  icon: React.ReactElement;
16
- color: ColorDefinition;
16
+ color?: ColorDefinition;
17
17
  overThresholdColor?: ColorDefinition;
18
18
  formatter: (number: number) => string;
19
19
  threshold?: number;
package/dist/index.d.ts CHANGED
@@ -1293,7 +1293,7 @@ interface RelativeActivityDataType {
1293
1293
  dailyDataType: string;
1294
1294
  label: string;
1295
1295
  icon: React.ReactElement;
1296
- color: ColorDefinition;
1296
+ color?: ColorDefinition;
1297
1297
  overThresholdColor?: ColorDefinition;
1298
1298
  formatter: (number: number) => string;
1299
1299
  threshold?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.18.1-RA.0",
3
+ "version": "2.18.1-RA.2",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",