@decantr/registry 1.0.0-beta.11 → 1.0.0-beta.12

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +9 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -168,6 +168,15 @@ interface Shell {
168
168
  navWidth?: string;
169
169
  headerHeight?: string;
170
170
  };
171
+ internal_layout?: Record<string, any>;
172
+ layout?: string;
173
+ atoms?: string;
174
+ config?: Record<string, any>;
175
+ guidance?: Record<string, string>;
176
+ code?: {
177
+ imports?: string;
178
+ example?: string;
179
+ };
171
180
  }
172
181
  type ContentType = 'pattern' | 'archetype' | 'theme' | 'blueprint' | 'shell';
173
182
  interface ResolvedContent<T> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decantr/registry",
3
- "version": "1.0.0-beta.11",
3
+ "version": "1.0.0-beta.12",
4
4
  "description": "Registry format, content resolver, and wiring rules for Decantr",
5
5
  "license": "MIT",
6
6
  "repository": {