@squeed/flow-sdk 2.0.11 → 2.0.12

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/dist/index.d.cts CHANGED
@@ -811,7 +811,7 @@ export declare interface JsonStreamOptions<Document> {
811
811
 
812
812
  export declare type LayoutAlgorithm = "dagre" | "elk" | "tidytree" | "concentric" | "cose";
813
813
 
814
- export declare const LIGHT_BLACK = "#8c8c8d";
814
+ export declare const LIGHT_BLACK = "#c6c6c6";
815
815
 
816
816
  export declare const NODE_TYPE_VIEWS: readonly ["", "icon-label", "object", "text"];
817
817
 
package/dist/index.d.ts CHANGED
@@ -811,7 +811,7 @@ export declare interface JsonStreamOptions<Document> {
811
811
 
812
812
  export declare type LayoutAlgorithm = "dagre" | "elk" | "tidytree" | "concentric" | "cose";
813
813
 
814
- export declare const LIGHT_BLACK = "#8c8c8d";
814
+ export declare const LIGHT_BLACK = "#c6c6c6";
815
815
 
816
816
  export declare const NODE_TYPE_VIEWS: readonly ["", "icon-label", "object", "text"];
817
817