@tpitre/story-ui 3.9.0 → 3.10.0

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.
@@ -1,4 +1,15 @@
1
- declare function StoryUIPanel(): import("react/jsx-runtime").JSX.Element;
1
+ /**
2
+ * StoryUIPanel - AI-powered Storybook story generator
3
+ *
4
+ * ShadCN-inspired design with Gemini-style layout.
5
+ * Self-contained React component with no external UI dependencies.
6
+ * Supports light and dark modes based on Storybook theme.
7
+ */
8
+ import './StoryUIPanel.css';
9
+ interface StoryUIPanelProps {
10
+ mcpPort?: number | string;
11
+ }
12
+ declare function StoryUIPanel({ mcpPort }: StoryUIPanelProps): import("react/jsx-runtime").JSX.Element;
2
13
  export default StoryUIPanel;
3
14
  export { StoryUIPanel };
4
15
  //# sourceMappingURL=StoryUIPanel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StoryUIPanel.d.ts","sourceRoot":"","sources":["../../../templates/StoryUI/StoryUIPanel.tsx"],"names":[],"mappings":"AAymDA,iBAAS,YAAY,4CAygDpB;AAED,eAAe,YAAY,CAAC;AAC5B,OAAO,EAAE,YAAY,EAAE,CAAC"}
1
+ {"version":3,"file":"StoryUIPanel.d.ts","sourceRoot":"","sources":["../../../templates/StoryUI/StoryUIPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,oBAAoB,CAAC;AAqtB5B,UAAU,iBAAiB;IACzB,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC3B;AAED,iBAAS,YAAY,CAAC,EAAE,OAAO,EAAE,EAAE,iBAAiB,2CAs5BnD;AAED,eAAe,YAAY,CAAC;AAC5B,OAAO,EAAE,YAAY,EAAE,CAAC"}