@teleporthq/teleport-plugin-css
Advanced tools
Comparing version 0.45.1-alpha.0 to 0.45.3-alpha.0
@@ -295,5 +295,5 @@ "use strict"; | ||
return scoping | ||
? teleport_shared_1.StringUtils.camelCaseToDashCase("".concat(uidlName, "-").concat(nodeStyleName)) | ||
? teleport_shared_1.StringUtils.camelCaseToDashCase("".concat(uidlName === 'Component' ? 'AppComponent' : uidlName, "-").concat(nodeStyleName)) | ||
: teleport_shared_1.StringUtils.camelCaseToDashCase(nodeStyleName); | ||
}; | ||
//# sourceMappingURL=index.js.map |
@@ -268,5 +268,5 @@ var __assign = (this && this.__assign) || function () { | ||
return scoping | ||
? StringUtils.camelCaseToDashCase("".concat(uidlName, "-").concat(nodeStyleName)) | ||
? StringUtils.camelCaseToDashCase("".concat(uidlName === 'Component' ? 'AppComponent' : uidlName, "-").concat(nodeStyleName)) | ||
: StringUtils.camelCaseToDashCase(nodeStyleName); | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@teleporthq/teleport-plugin-css", | ||
"version": "0.45.1-alpha.0", | ||
"version": "0.45.3-alpha.0", | ||
"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.45.1-alpha.0", | ||
"@teleporthq/teleport-shared": "^0.45.1-alpha.0", | ||
"@teleporthq/teleport-types": "^0.45.1-alpha.0" | ||
"@teleporthq/teleport-plugin-common": "^0.45.3-alpha.0", | ||
"@teleporthq/teleport-shared": "^0.45.3-alpha.0", | ||
"@teleporthq/teleport-types": "^0.45.3-alpha.0" | ||
}, | ||
"gitHead": "9dcc55b9c3a2ee0a23fa0133c722fe3600dddb2e" | ||
"gitHead": "760994b7309da1fd8a9956691d760f5b88aa268a" | ||
} |
@@ -376,4 +376,6 @@ import { StringUtils, UIDLUtils } from '@teleporthq/teleport-shared' | ||
return scoping | ||
? StringUtils.camelCaseToDashCase(`${uidlName}-${nodeStyleName}`) | ||
? StringUtils.camelCaseToDashCase( | ||
`${uidlName === 'Component' ? 'AppComponent' : uidlName}-${nodeStyleName}` | ||
) | ||
: StringUtils.camelCaseToDashCase(nodeStyleName) | ||
} |
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
166019
1892
+ Added@teleporthq/teleport-plugin-common@0.45.3-alpha.0(transitive)
+ Added@teleporthq/teleport-shared@0.45.3-alpha.0(transitive)
+ Added@teleporthq/teleport-types@0.45.3-alpha.0(transitive)
- Removed@teleporthq/teleport-plugin-common@0.45.1-alpha.0(transitive)
- Removed@teleporthq/teleport-shared@0.45.1-alpha.0(transitive)
- Removed@teleporthq/teleport-types@0.45.1-alpha.0(transitive)