@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: ['
|
|
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:
|