@tpitre/story-ui 4.16.4 → 4.16.5

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.
@@ -82,7 +82,7 @@ const VOICE_CANVAS_TEMPLATE = `import React, { useState, useEffect } from 'react
82
82
  import { LiveProvider, LivePreview, LiveError } from 'react-live';
83
83
  import type { Meta, StoryObj } from '@storybook/react';
84
84
 
85
- const meta: Meta = { title: 'Generated/Voice Canvas', tags: ['!sidebar'] };
85
+ const meta: Meta = { title: 'Generated/Voice Canvas', tags: ['voice-canvas-internal'] };
86
86
  export default meta;
87
87
 
88
88
  // Design system components set by .storybook/preview.tsx via:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tpitre/story-ui",
3
- "version": "4.16.4",
3
+ "version": "4.16.5",
4
4
  "description": "AI-powered Storybook story generator with dynamic component discovery",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",