@teleporthq/teleport-uidl-builders
Advanced tools
Comparing version 0.12.4 to 0.13.0
@@ -1,2 +0,2 @@ | ||
import { ComponentUIDL, ReferenceType, UIDLDependency, UIDLNode, UIDLSlotNode, UIDLRepeatNode, UIDLElementNode, UIDLStaticValue, UIDLAttributeValue, UIDLPropDefinition, UIDLStateDefinition, UIDLConditionalNode, UIDLDynamicReference, UIDLRawValue, UIDLElement } from '@teleporthq/teleport-types'; | ||
import { ComponentUIDL, ReferenceType, UIDLDependency, UIDLNode, UIDLSlotNode, UIDLStyleValue, UIDLRepeatNode, UIDLElementNode, UIDLStaticValue, UIDLAttributeValue, UIDLPropDefinition, UIDLStateDefinition, UIDLConditionalNode, UIDLDynamicReference, UIDLRawValue, UIDLElement } from '@teleporthq/teleport-types'; | ||
export declare const component: (name: string, node: UIDLElementNode, propDefinitions?: Record<string, UIDLPropDefinition>, stateDefinitions?: Record<string, UIDLStateDefinition>) => ComponentUIDL; | ||
@@ -7,5 +7,5 @@ export declare const definition: (type: string, defaultValue: string | number | boolean | object | unknown[]) => { | ||
}; | ||
export declare const elementNode: (elementType: string, attrs?: Record<string, UIDLAttributeValue>, children?: UIDLNode[], dependency?: UIDLDependency, style?: Record<string, UIDLAttributeValue>, events?: Record<string, import("@teleporthq/teleport-types").UIDLEventHandlerStatement[]>, referencedStyles?: Record<string, import("@teleporthq/teleport-types").UIDLElementNodeReferenceStyles>) => UIDLElementNode; | ||
export declare const element: (elementType: string, attrs?: Record<string, UIDLAttributeValue>, children?: UIDLNode[], dependency?: UIDLDependency, events?: Record<string, import("@teleporthq/teleport-types").UIDLEventHandlerStatement[]>, style?: Record<string, UIDLAttributeValue>, referencedStyles?: Record<string, import("@teleporthq/teleport-types").UIDLElementNodeReferenceStyles>) => UIDLElement; | ||
export declare const componentDependency: (type: "local" | "library" | "package", path?: string, version?: string, meta?: Record<string, string | boolean>) => UIDLDependency; | ||
export declare const elementNode: (elementType: string, attrs?: Record<string, UIDLAttributeValue>, children?: UIDLNode[], dependency?: UIDLDependency, style?: Record<string, UIDLStyleValue>, events?: Record<string, import("@teleporthq/teleport-types").UIDLEventHandlerStatement[]>, referencedStyles?: Record<string, import("@teleporthq/teleport-types").UIDLElementNodeReferenceStyles>) => UIDLElementNode; | ||
export declare const element: (elementType: string, attrs?: Record<string, UIDLAttributeValue>, children?: UIDLNode[], dependency?: UIDLDependency, events?: Record<string, import("@teleporthq/teleport-types").UIDLEventHandlerStatement[]>, style?: Record<string, UIDLStyleValue>, referencedStyles?: Record<string, import("@teleporthq/teleport-types").UIDLElementNodeReferenceStyles>) => UIDLElement; | ||
export declare const componentDependency: (type: "local" | "package" | "library", path?: string, version?: string, meta?: Record<string, string | boolean>) => UIDLDependency; | ||
export declare const staticNode: (content: string) => UIDLStaticValue; | ||
@@ -12,0 +12,0 @@ export declare const dynamicNode: (referenceType: ReferenceType, id: string) => UIDLDynamicReference; |
@@ -1,2 +0,2 @@ | ||
import { ComponentUIDL, ReferenceType, UIDLDependency, UIDLNode, UIDLSlotNode, UIDLRepeatNode, UIDLElementNode, UIDLStaticValue, UIDLAttributeValue, UIDLPropDefinition, UIDLStateDefinition, UIDLConditionalNode, UIDLDynamicReference, UIDLRawValue, UIDLElement } from '@teleporthq/teleport-types'; | ||
import { ComponentUIDL, ReferenceType, UIDLDependency, UIDLNode, UIDLSlotNode, UIDLStyleValue, UIDLRepeatNode, UIDLElementNode, UIDLStaticValue, UIDLAttributeValue, UIDLPropDefinition, UIDLStateDefinition, UIDLConditionalNode, UIDLDynamicReference, UIDLRawValue, UIDLElement } from '@teleporthq/teleport-types'; | ||
export declare const component: (name: string, node: UIDLElementNode, propDefinitions?: Record<string, UIDLPropDefinition>, stateDefinitions?: Record<string, UIDLStateDefinition>) => ComponentUIDL; | ||
@@ -7,5 +7,5 @@ export declare const definition: (type: string, defaultValue: string | number | boolean | object | unknown[]) => { | ||
}; | ||
export declare const elementNode: (elementType: string, attrs?: Record<string, UIDLAttributeValue>, children?: UIDLNode[], dependency?: UIDLDependency, style?: Record<string, UIDLAttributeValue>, events?: Record<string, import("@teleporthq/teleport-types").UIDLEventHandlerStatement[]>, referencedStyles?: Record<string, import("@teleporthq/teleport-types").UIDLElementNodeReferenceStyles>) => UIDLElementNode; | ||
export declare const element: (elementType: string, attrs?: Record<string, UIDLAttributeValue>, children?: UIDLNode[], dependency?: UIDLDependency, events?: Record<string, import("@teleporthq/teleport-types").UIDLEventHandlerStatement[]>, style?: Record<string, UIDLAttributeValue>, referencedStyles?: Record<string, import("@teleporthq/teleport-types").UIDLElementNodeReferenceStyles>) => UIDLElement; | ||
export declare const componentDependency: (type: "local" | "library" | "package", path?: string, version?: string, meta?: Record<string, string | boolean>) => UIDLDependency; | ||
export declare const elementNode: (elementType: string, attrs?: Record<string, UIDLAttributeValue>, children?: UIDLNode[], dependency?: UIDLDependency, style?: Record<string, UIDLStyleValue>, events?: Record<string, import("@teleporthq/teleport-types").UIDLEventHandlerStatement[]>, referencedStyles?: Record<string, import("@teleporthq/teleport-types").UIDLElementNodeReferenceStyles>) => UIDLElementNode; | ||
export declare const element: (elementType: string, attrs?: Record<string, UIDLAttributeValue>, children?: UIDLNode[], dependency?: UIDLDependency, events?: Record<string, import("@teleporthq/teleport-types").UIDLEventHandlerStatement[]>, style?: Record<string, UIDLStyleValue>, referencedStyles?: Record<string, import("@teleporthq/teleport-types").UIDLElementNodeReferenceStyles>) => UIDLElement; | ||
export declare const componentDependency: (type: "local" | "package" | "library", path?: string, version?: string, meta?: Record<string, string | boolean>) => UIDLDependency; | ||
export declare const staticNode: (content: string) => UIDLStaticValue; | ||
@@ -12,0 +12,0 @@ export declare const dynamicNode: (referenceType: ReferenceType, id: string) => UIDLDynamicReference; |
{ | ||
"name": "@teleporthq/teleport-uidl-builders", | ||
"version": "0.12.4", | ||
"version": "0.13.0", | ||
"description": "A set of functions used for constructing UIDL structures", | ||
@@ -29,5 +29,5 @@ "author": "teleportHQ", | ||
"dependencies": { | ||
"@teleporthq/teleport-types": "^0.12.4" | ||
"@teleporthq/teleport-types": "^0.13.0" | ||
}, | ||
"gitHead": "79ff111b9b62b96f64624c685632230f41f33ebd" | ||
"gitHead": "d8d2fb8dfc35bc8e1fb928bc511c62d8777bbab9" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
236644
+ Added@teleporthq/teleport-types@0.13.3(transitive)
- Removed@teleporthq/teleport-types@0.12.4(transitive)