@diana-ui/icon
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -26,3 +26,3 @@ var __assign = (this && this.__assign) || function () { | ||
var styleSheet = function () { return ({ | ||
icon: {}, | ||
icon: {} | ||
}); }; | ||
@@ -39,3 +39,3 @@ var Icon = function (_a) { | ||
var newProps = { | ||
className: "y-icon " + cx(styles.icon) + " " + (className || ""), | ||
className: "y-icon " + cx(styles.icon) + " " + (className || "") | ||
}; | ||
@@ -42,0 +42,0 @@ if (size || width) { |
@@ -15,3 +15,3 @@ var __rest = (this && this.__rest) || function (s, e) { | ||
const styleSheet = () => ({ | ||
icon: {}, | ||
icon: {} | ||
}); | ||
@@ -28,3 +28,3 @@ const Icon = (_a) => { | ||
const newProps = { | ||
className: `y-icon ${cx(styles.icon)} ${className || ""}`, | ||
className: `y-icon ${cx(styles.icon)} ${className || ""}` | ||
}; | ||
@@ -31,0 +31,0 @@ if (size || width) { |
{ | ||
"name": "@diana-ui/icon", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"main": "lib/index.js", | ||
@@ -23,6 +23,6 @@ "module": "module/index.js", | ||
"dependencies": { | ||
"@diana-ui/base": "^0.1.11", | ||
"@diana-ui/base": "^0.1.12", | ||
"@diana-ui/tokens": "^0.1.8", | ||
"@diana-ui/types": "^0.1.8", | ||
"@diana-ui/typography": "^0.1.11", | ||
"@diana-ui/typography": "^0.1.12", | ||
"aesthetic-react": "^2.1.0", | ||
@@ -48,3 +48,3 @@ "react-svg": "^11.0.9" | ||
}, | ||
"gitHead": "d29a70f33df95402953c4b72267f4d78c6d473ac" | ||
"gitHead": "3560ef96412b440e6f3ce7aaf7c43bb2c3a03d69" | ||
} |
6747
Updated@diana-ui/base@^0.1.12
Updated@diana-ui/typography@^0.1.12