@teleporthq/teleport-plugin-css
Advanced tools
Comparing version
{ | ||
"name": "@teleporthq/teleport-plugin-css", | ||
"version": "0.27.3-alpha.0", | ||
"version": "0.27.3-alpha.2", | ||
"description": "A plugin for creating the styles into external css files", | ||
@@ -28,7 +28,7 @@ "author": "teleportHQ", | ||
"@babel/types": "^7.5.5", | ||
"@teleporthq/teleport-plugin-common": "^0.27.3-alpha.0", | ||
"@teleporthq/teleport-shared": "^0.27.3-alpha.0", | ||
"@teleporthq/teleport-types": "^0.27.3-alpha.0" | ||
"@teleporthq/teleport-plugin-common": "^0.27.3-alpha.2", | ||
"@teleporthq/teleport-shared": "^0.27.3-alpha.2", | ||
"@teleporthq/teleport-types": "^0.27.3-alpha.2" | ||
}, | ||
"gitHead": "5e89aee4d95121ae24e6909b9b09ccee9918bd2c" | ||
"gitHead": "1826e455b9c5c73c972391f96f740d7cd548134b" | ||
} |
@@ -142,3 +142,3 @@ import { StringUtils, UIDLUtils } from '@teleporthq/teleport-shared' | ||
if (Object.keys(dynamicStyles).length > 0) { | ||
/* If dynamic styles are on nested-styles they are unfortunately lost, | ||
/* If dynamic styles are on nested-styles they are unfortunately lost, | ||
since inline style does not support that */ | ||
@@ -210,3 +210,3 @@ if (templateStyle === 'html') { | ||
if (defaultPropValue) { | ||
/* Changing the default value of the prop. | ||
/* Changing the default value of the prop. | ||
When forceScoping is enabled the classnames change. So, we need to change the default prop too. */ | ||
@@ -213,0 +213,0 @@ propDefinitions[styleRef.content.content.content.id].defaultValue = getClassName( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
155049
0