@teleporthq/teleport-uidl-resolver
Advanced tools
Comparing version
@@ -150,3 +150,3 @@ "use strict"; | ||
teleport_shared_1.UIDLUtils.traverseNodes(childNode, function (node, parentNode) { | ||
if (!isPlaceholderNode(node)) { | ||
if (node.type !== 'comp-style' && !isPlaceholderNode(node)) { | ||
return; // we're only interested in placeholder nodes | ||
@@ -153,0 +153,0 @@ } |
@@ -139,3 +139,3 @@ var __assign = (this && this.__assign) || function () { | ||
UIDLUtils.traverseNodes(childNode, function (node, parentNode) { | ||
if (!isPlaceholderNode(node)) { | ||
if (node.type !== 'comp-style' && !isPlaceholderNode(node)) { | ||
return; // we're only interested in placeholder nodes | ||
@@ -142,0 +142,0 @@ } |
{ | ||
"name": "@teleporthq/teleport-uidl-resolver", | ||
"version": "0.19.8", | ||
"version": "0.19.17", | ||
"description": "A small package that handles the transition from UIDL to HTML elements and has support for custom mappings.", | ||
@@ -27,8 +27,8 @@ "author": "teleportHQ", | ||
"dependencies": { | ||
"@teleporthq/teleport-shared": "^0.19.8", | ||
"@teleporthq/teleport-types": "^0.19.8", | ||
"@teleporthq/teleport-uidl-builders": "^0.19.8", | ||
"@teleporthq/teleport-shared": "^0.19.17", | ||
"@teleporthq/teleport-types": "^0.19.17", | ||
"@teleporthq/teleport-uidl-builders": "^0.19.17", | ||
"deepmerge": "^4.0.0" | ||
}, | ||
"gitHead": "3fe5317002da58950a4640a19181a2165fc1b198" | ||
"gitHead": "4af7375f20235273eeabb48ef109cab2a02ddceb" | ||
} |
@@ -188,3 +188,3 @@ import { UIDLUtils, StringUtils, Constants } from '@teleporthq/teleport-shared' | ||
UIDLUtils.traverseNodes(childNode, (node, parentNode) => { | ||
if (!isPlaceholderNode(node)) { | ||
if (node.type !== 'comp-style' && !isPlaceholderNode(node)) { | ||
return // we're only interested in placeholder nodes | ||
@@ -191,0 +191,0 @@ } |
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
239457
0.06%