@front10/helpers 2.0.24 → 2.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -791,7 +791,7 @@ var buildClass = function buildClass(props) {
791
791
  if (props["cmp-styles"] && _typeof(props["cmp-styles"]) === "object" && props["cmp-styles"].constructor === Object) {
792
792
  var styles = JSON.parse(JSON.stringify(props["cmp-styles"]));
793
793
  Object.keys(styles).map(function (p) {
794
- var prop = p.replace(/--space--/g, " ").replace(/--point--/g, ".").replace(/--hashtag--/g, "#");
794
+ var prop = p.replace(/--space--/g, " ").replace(/--point--/g, ".").replace(/--tilde--/g, "~").replace(/--plus--/g, "+").replace(/--hashtag--/g, "#");
795
795
  var content = "";
796
796
 
797
797
  if (typeof styles[p] === "string") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@front10/helpers",
3
- "version": "2.0.24",
3
+ "version": "2.0.25",
4
4
  "description": "Helpers for front10 components",
5
5
  "source": "src/index.js",
6
6
  "main": "dist/front10-helpers.js",