nexus-shell 0.1.5 → 0.1.7

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.
@@ -0,0 +1,9 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import { DialogueMappingShell } from '../components/layout/DialogueMappingShell';
3
+
4
+ declare const meta: Meta<typeof DialogueMappingShell>;
5
+ export default meta;
6
+ type Story = StoryObj<typeof DialogueMappingShell>;
7
+ export declare const DarkWorkspace: Story;
8
+ export declare const LightWorkspace: Story;
9
+ export declare const GeorgiaTechWorkspace: Story;
@@ -0,0 +1,9 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import { DialogueMappingWidget } from '../components/widgets/DialogueMappingWidget';
3
+
4
+ declare const meta: Meta<typeof DialogueMappingWidget>;
5
+ export default meta;
6
+ type Story = StoryObj<typeof DialogueMappingWidget>;
7
+ export declare const DarkTheme: Story;
8
+ export declare const LightTheme: Story;
9
+ export declare const GeorgiaTechTheme: Story;
@@ -0,0 +1,10 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+
3
+ declare const meta: Meta;
4
+ export default meta;
5
+ export declare const Question: StoryObj;
6
+ export declare const Idea: StoryObj;
7
+ export declare const Pro: StoryObj;
8
+ export declare const Con: StoryObj;
9
+ export declare const Note: StoryObj;
10
+ export declare const Decision: StoryObj;