@gram-ai/elements 1.6.0 → 1.7.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.
@@ -205,6 +205,8 @@ export type ElementsContextType = {
205
205
  model: Model;
206
206
  isExpanded: boolean;
207
207
  setIsExpanded: (isExpanded: boolean) => void;
208
+ isOpen: boolean;
209
+ setIsOpen: (isOpen: boolean) => void;
208
210
  };
209
211
  declare const ContentSchema: z.ZodUnion<readonly [z.ZodObject<{
210
212
  type: z.ZodLiteral<"text">;
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.6.0",
5
+ "version": "1.7.0",
6
6
  "main": "dist/index.js",
7
7
  "exports": {
8
8
  ".": {