@teleporthq/teleport-uidl-builders
Advanced tools
Comparing version
@@ -23,3 +23,3 @@ "use strict"; | ||
type: 'element', | ||
content: exports.element(elementType, attrs, children, dependency, events, style, referencedStyles), | ||
content: (0, exports.element)(elementType, attrs, children, dependency, events, style, referencedStyles), | ||
}; | ||
@@ -26,0 +26,0 @@ }; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
@@ -8,4 +8,4 @@ "use strict"; | ||
root: root, | ||
components: exports.UIDLArrayToRecord(components), | ||
globals: globals || exports.simpleProjectGlobals(), | ||
components: (0, exports.UIDLArrayToRecord)(components), | ||
globals: globals || (0, exports.simpleProjectGlobals)(), | ||
}; | ||
@@ -12,0 +12,0 @@ }; |
{ | ||
"name": "@teleporthq/teleport-uidl-builders", | ||
"version": "0.19.17", | ||
"version": "0.19.19", | ||
"description": "A set of functions used for constructing UIDL structures", | ||
@@ -27,5 +27,5 @@ "author": "teleportHQ", | ||
"dependencies": { | ||
"@teleporthq/teleport-types": "^0.19.17" | ||
"@teleporthq/teleport-types": "^0.19.19" | ||
}, | ||
"gitHead": "4af7375f20235273eeabb48ef109cab2a02ddceb" | ||
"gitHead": "154a51920ecfcdec93d08b9db2911a2969b61d5c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
71826
0.29%936
0.43%