@carbon/charts 0.52.2 → 0.52.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.52.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.52.2...v0.52.3) (2021-11-22)
7
+
8
+ **Note:** Version bump only for package @carbon/charts
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.52.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.52.1...v0.52.2) (2021-11-19)
7
15
 
8
16
 
@@ -59,6 +59,28 @@ export declare const propMeterOptions: {
59
59
  };
60
60
  };
61
61
  };
62
+ export declare const propMeterStatusOptions: {
63
+ title: string;
64
+ height: string;
65
+ meter: {
66
+ peak: number;
67
+ proportional: {
68
+ total: number;
69
+ unit: string;
70
+ };
71
+ status: {
72
+ ranges: {
73
+ range: number[];
74
+ status: string;
75
+ }[];
76
+ };
77
+ };
78
+ color: {
79
+ pairing: {
80
+ option: number;
81
+ };
82
+ };
83
+ };
62
84
  export declare const propMeterTruncationOptions: {
63
85
  title: string;
64
86
  height: string;
@@ -151,6 +151,7 @@ export declare const meter: {
151
151
  };
152
152
  total: {
153
153
  paddingLeft: number;
154
+ paddingRight: number;
154
155
  };
155
156
  height: {
156
157
  default: number;