@teleporthq/teleport-uidl-builders
Advanced tools
Comparing version
@@ -16,1 +16,2 @@ import { ComponentUIDL, ReferenceType, UIDLDependency, UIDLNode, UIDLSlotNode, UIDLStyleValue, UIDLRepeatNode, UIDLElementNode, UIDLStaticValue, UIDLAttributeValue, UIDLPropDefinition, UIDLStateDefinition, UIDLConditionalNode, UIDLDynamicReference, UIDLEventDefinitions, UIDLRawValue, UIDLReferencedStyles, UIDLElement } from '@teleporthq/teleport-types'; | ||
export declare const rawNode: (content: string) => UIDLRawValue; | ||
//# sourceMappingURL=component-builders.d.ts.map |
export * from './project-builders'; | ||
export * from './component-builders'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -48,1 +48,2 @@ import { ComponentUIDL, ProjectUIDL, UIDLGlobalAsset, WebManifest, UIDLGlobalProjectValues, UIDLRootComponent } from '@teleporthq/teleport-types'; | ||
export declare const projectAssets: (assets: UIDLGlobalAsset[]) => UIDLGlobalAsset[]; | ||
//# sourceMappingURL=project-builders.d.ts.map |
@@ -16,1 +16,2 @@ import { ComponentUIDL, ReferenceType, UIDLDependency, UIDLNode, UIDLSlotNode, UIDLStyleValue, UIDLRepeatNode, UIDLElementNode, UIDLStaticValue, UIDLAttributeValue, UIDLPropDefinition, UIDLStateDefinition, UIDLConditionalNode, UIDLDynamicReference, UIDLEventDefinitions, UIDLRawValue, UIDLReferencedStyles, UIDLElement } from '@teleporthq/teleport-types'; | ||
export declare const rawNode: (content: string) => UIDLRawValue; | ||
//# sourceMappingURL=component-builders.d.ts.map |
export * from './project-builders'; | ||
export * from './component-builders'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -48,1 +48,2 @@ import { ComponentUIDL, ProjectUIDL, UIDLGlobalAsset, WebManifest, UIDLGlobalProjectValues, UIDLRootComponent } from '@teleporthq/teleport-types'; | ||
export declare const projectAssets: (assets: UIDLGlobalAsset[]) => UIDLGlobalAsset[]; | ||
//# sourceMappingURL=project-builders.d.ts.map |
{ | ||
"name": "@teleporthq/teleport-uidl-builders", | ||
"version": "0.26.0", | ||
"version": "0.26.5", | ||
"description": "A set of functions used for constructing UIDL structures", | ||
@@ -27,5 +27,5 @@ "author": "teleportHQ", | ||
"dependencies": { | ||
"@teleporthq/teleport-types": "^0.26.0" | ||
"@teleporthq/teleport-types": "^0.26.5" | ||
}, | ||
"gitHead": "702881894b97ccf5a40c93b1735d108d413424b6" | ||
"gitHead": "564e726c5481e2b39e16e79b76319aa72d12bbb5" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
84347
7.76%35
20.69%