@ovalbee/flow-viewer 0.0.1 → 0.0.2

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.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  export { default as FlowViewer } from './FlowViewer.vue';
2
2
  export { default as FlowPreview } from './FlowPreview.vue';
3
+ export { nodePreviewIconNames, nodePreviewIcons, } from './nodePreviewIcons.generated';
3
4
  export type { FlowPreviewDocument, FlowViewerCatalogNode, FlowViewerDocument, FlowViewerEdge, FlowViewerField, FlowViewerIcon, FlowViewerNode, FlowViewerNote, FlowViewerNoteColor, FlowViewerPosition, } from './types';
@@ -0,0 +1,3 @@
1
+ import { Component } from 'vue';
2
+ export declare const nodePreviewIconNames: readonly string[];
3
+ export declare const nodePreviewIcons: Readonly<Record<string, Component>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ovalbee/flow-viewer",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Read-only Vue viewer for OvalBee flow graphs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,6 +43,7 @@
43
43
  "@vue-flow/core": "^1.47.0",
44
44
  "@vue-flow/controls": "^1.1.3",
45
45
  "@vue-flow/minimap": "^1.5.4",
46
+ "lucide-vue-next": "0.577.0",
46
47
  "typescript": "~5.6.3",
47
48
  "vite": "^6.0.3",
48
49
  "vite-plugin-dts": "^4.3.0",