@gram-ai/elements 1.0.3 → 1.0.4

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@gram-ai/elements",
3
3
  "description": "Gram Elements is a library of UI primitives for building chat-like experiences for MCP Servers.",
4
4
  "type": "module",
5
- "version": "1.0.3",
5
+ "version": "1.0.4",
6
6
  "main": "dist/index.js",
7
7
  "exports": {
8
8
  ".": {
@@ -1,6 +0,0 @@
1
- import { Chat } from '.';
2
- import { Meta, StoryFn } from '@storybook/react-vite';
3
- declare const meta: Meta<typeof Chat>;
4
- export default meta;
5
- type Story = StoryFn<typeof Chat>;
6
- export declare const Default: Story;