@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.
- package/dist/graphs.mjs +1 -1
- package/dist/graphs.umd.js +1 -1
- package/dist/graphs.umd.js.map +1 -1
- package/dist/{index-aba921f4.mjs → index-a201ce37.mjs} +11 -8
- package/dist/{index-aba921f4.mjs.map → index-a201ce37.mjs.map} +1 -1
- package/dist/types/src/containers/guide.d.ts +1 -0
- package/dist/types/src/models/FlowRunTimeline.d.ts +1 -1
- package/dist/{viewport.es-73ad6f79.mjs → viewport.es-f8e518db.mjs} +2 -2
- package/dist/{viewport.es-73ad6f79.mjs.map → viewport.es-f8e518db.mjs.map} +1 -1
- package/package.json +3 -3
|
@@ -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-
|
|
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-
|
|
2237
|
+
//# sourceMappingURL=viewport.es-f8e518db.mjs.map
|