@seed-ship/mcp-ui-solid 1.0.28 → 1.0.29

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,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=types-export.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types-export.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Types-Only Export
3
+ *
4
+ * This file re-exports ALL type definitions WITHOUT any runtime code.
5
+ * Use this for SSR-safe type imports that won't load components.
6
+ *
7
+ * Usage:
8
+ * ```typescript
9
+ * import type { UILayout, RendererError } from '@seed-ship/mcp-ui-solid/types'
10
+ * ```
11
+ */
12
+ export type { ComponentType, ChartType, GridPosition, ResourceLimits, ChartComponentParams, TableComponentParams, MetricComponentParams, TextComponentParams, ActionComponentParams, UIComponent, UILayout, ComponentRegistryEntry, ValidationResult, RendererErrorType, RendererError, StreamEventType, StreamEvent, } from './types/index';
13
+ //# sourceMappingURL=types-export.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types-export.d.ts","sourceRoot":"","sources":["../src/types-export.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,YAAY,EACV,aAAa,EACb,SAAS,EACT,YAAY,EACZ,cAAc,EACd,oBAAoB,EACpB,oBAAoB,EACpB,qBAAqB,EACrB,mBAAmB,EACnB,qBAAqB,EACrB,WAAW,EACX,QAAQ,EACR,sBAAsB,EACtB,gBAAgB,EAChB,iBAAiB,EACjB,aAAa,EACb,eAAe,EACf,WAAW,GACZ,MAAM,eAAe,CAAA"}
@@ -0,0 +1,2 @@
1
+
2
+ //# sourceMappingURL=types-export.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types-export.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-ship/mcp-ui-solid",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "description": "SolidJS components for rendering MCP-generated UI resources",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -36,6 +36,11 @@
36
36
  "import": "./dist/validation.js",
37
37
  "require": "./dist/validation.cjs",
38
38
  "types": "./dist/validation.d.ts"
39
+ },
40
+ "./types-only": {
41
+ "types": "./dist/types-export.d.ts",
42
+ "import": "./dist/types-export.js",
43
+ "require": "./dist/types-export.cjs"
39
44
  }
40
45
  },
41
46
  "files": [