@mirohq/design-system-utils
Advanced tools
Comparing version 0.14.1 to 0.14.2
@@ -85,3 +85,3 @@ 'use strict'; | ||
if (typeof prop === "string") { | ||
newProp = { [key]: { [prop.toString()]: `$${String(key)}` } }; | ||
newProp = { [key]: { [prop.toString()]: "$".concat(String(key)) } }; | ||
} else { | ||
@@ -88,0 +88,0 @@ newProp = { [key]: prop(key) }; |
@@ -81,3 +81,3 @@ import { Fragment, Children, cloneElement } from 'react'; | ||
if (typeof prop === "string") { | ||
newProp = { [key]: { [prop.toString()]: `$${String(key)}` } }; | ||
newProp = { [key]: { [prop.toString()]: "$".concat(String(key)) } }; | ||
} else { | ||
@@ -84,0 +84,0 @@ newProp = { [key]: prop(key) }; |
{ | ||
"name": "@mirohq/design-system-utils", | ||
"version": "0.14.1", | ||
"version": "0.14.2", | ||
"description": "", | ||
@@ -29,3 +29,3 @@ "author": "Miro", | ||
"dependencies": { | ||
"@mirohq/design-system-types": "^0.6.0" | ||
"@mirohq/design-system-types": "^0.6.1" | ||
}, | ||
@@ -32,0 +32,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
31294