@industry-theme/principal-view-panels 0.6.2 → 0.6.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.
@@ -70,6 +70,15 @@ export declare const WithNarratives: Story;
70
70
  * - Workflow 2 (opens canvas detail with workflow)
71
71
  */
72
72
  export declare const CanvasEventsTest: Story;
73
+ /**
74
+ * Storyboards Without Workflows - Test case for bug fix #CORE-201
75
+ * Previously, storyboards without workflows were not displayed due to a bug in CanvasDiscovery.
76
+ * This story verifies that storyboards without workflows are now properly discovered and shown.
77
+ *
78
+ * According to the design spec (STORYBOARD_DISCOVERY_DESIGN.md), workflows are optional (0 or more).
79
+ * The bug was at CanvasDiscovery.ts:201-202 which incorrectly skipped storyboards with no workflows.
80
+ */
81
+ export declare const StoryboardsWithoutWorkflows: Story;
73
82
  /**
74
83
  * Change Detection Test - Interactive story for testing SHA-based change detection
75
84
  * Demonstrates how the panel responds to file tree changes and manual refresh
@@ -1 +1 @@
1
- {"version":3,"file":"StoryboardListPanel.stories.d.ts","sourceRoot":"","sources":["../../src/panels/StoryboardListPanel.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAmB,MAAM,OAAO,CAAC;AASxC,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;CAsBkC,CAAC;AAE7C,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAuJnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAkBrB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,iBAAiB,EAAE,KAmD/B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAmBrB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,KAAK,EAAE,KAkBnB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,KAuC/B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,KA2B1B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,KA6B1B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE,KAsKlC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,KA0J5B,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,gBAAgB,EAAE,KA+R9B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,EAAE,KA+KjC,CAAC"}
1
+ {"version":3,"file":"StoryboardListPanel.stories.d.ts","sourceRoot":"","sources":["../../src/panels/StoryboardListPanel.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAmB,MAAM,OAAO,CAAC;AASxC,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;CAsBkC,CAAC;AAE7C,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAuJnC;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAkBrB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,iBAAiB,EAAE,KAmD/B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAmBrB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,KAAK,EAAE,KAkBnB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,KAuC/B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,KA2B1B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,KA6B1B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE,KAsKlC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,KA0J5B,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,gBAAgB,EAAE,KA+R9B,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,2BAA2B,EAAE,KAkEzC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,EAAE,KA+KjC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@industry-theme/principal-view-panels",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "Principal View Graph Panels for visualizing graph configurations from .principal-views/ folder as interactive diagrams",
5
5
  "type": "module",
6
6
  "main": "dist/panels.bundle.js",
@@ -60,7 +60,7 @@
60
60
  "@principal-ade/panel-framework-core": "^0.2.0",
61
61
  "@principal-ade/utcp-panel-event": "^0.1.0",
62
62
  "@principal-ai/codebase-composition": "^0.2.41",
63
- "@principal-ai/principal-view-core": "^0.15.2",
63
+ "@principal-ai/principal-view-core": "^0.15.3",
64
64
  "@principal-ai/principal-view-react": "^0.10.0",
65
65
  "@principal-ai/repository-abstraction": "0.2.5",
66
66
  "@xyflow/react": "^12.0.0",