bruce-models 7.0.2 → 7.0.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.
@@ -116,5 +116,5 @@ __exportStar(require("./tracking/tracking"), exports);
116
116
  __exportStar(require("./mcp/navigator-chat"), exports);
117
117
  __exportStar(require("./mcp/navigator-mcp-websocket"), exports);
118
118
  // This is updated with the package.json version on build.
119
- exports.VERSION = "7.0.2";
119
+ exports.VERSION = "7.0.3";
120
120
  //# sourceMappingURL=bruce-models.js.map
@@ -98,4 +98,4 @@ export * from "./scenario/scenario";
98
98
  export * from "./tracking/tracking";
99
99
  export * from "./mcp/navigator-chat";
100
100
  export * from "./mcp/navigator-mcp-websocket";
101
- export declare const VERSION = "7.0.2";
101
+ export declare const VERSION = "7.0.3";
@@ -74,9 +74,11 @@ export declare namespace CustomFormContent {
74
74
  minFillColor?: string;
75
75
  maxFillColor?: string;
76
76
  colors?: {
77
- percent: number;
77
+ percent?: number;
78
+ value?: number;
78
79
  color: string;
79
80
  }[];
81
+ segmentType?: "FIXED" | "PERCENT";
80
82
  gradient?: boolean;
81
83
  title?: string;
82
84
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bruce-models",
3
- "version": "7.0.2",
3
+ "version": "7.0.3",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/bruce-models.umd.js",