@prefecthq/graphs 2.0.1 → 2.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.
@@ -23,6 +23,7 @@ export declare class Guide extends Container {
23
23
  private createLine;
24
24
  private createLabel;
25
25
  private getPositionX;
26
+ private updateLineHeight;
26
27
  private updatePosition;
27
28
  private updateLabel;
28
29
  }
@@ -100,7 +100,7 @@ type NodeThemeOptions = {
100
100
  };
101
101
  export type NodeThemeFn = (node: TimelineItem) => NodeThemeOptions;
102
102
  export declare const nodeThemeFnDefault: NodeThemeFn;
103
- type Sizing = `${string}px` | `${string}em` | `${string}rem`;
103
+ export type Sizing = `${string}px` | `${string}em` | `${string}rem`;
104
104
  export type RGB = `rgb(${number}, ${number}, ${number})`;
105
105
  export type RGBA = `rgba(${number}, ${number}, ${number}, ${number})`;
106
106
  export type HSL = `hsl(${string | number}, ${number | string}, ${number | string})`;
@@ -1,4 +1,4 @@
1
- import { T as C, C as P, R as b, P as c } from "./index-aba921f4.mjs";
1
+ import { T as C, C as P, R as b, P as c } from "./index-a201ce37.mjs";
2
2
  import "vue";
3
3
  class u {
4
4
  /** The viewport to which this plugin is attached. */
@@ -2234,4 +2234,4 @@ export {
2234
2234
  O as Viewport,
2235
2235
  $ as Wheel
2236
2236
  };
2237
- //# sourceMappingURL=viewport.es-73ad6f79.mjs.map
2237
+ //# sourceMappingURL=viewport.es-f8e518db.mjs.map