@stenajs-webui/elements
Advanced tools
Comparing version
@@ -404,3 +404,3 @@ import * as React from 'react'; | ||
return (createElement("div", { ref: ref }, | ||
createElement(FontAwesomeIcon, { className: className, color: mouseIsOver && colors.iconColorHover || colors.iconColor, flip: flip, icon: (mouseIsOver && hoverIcon) || icon, pulse: pulse, rotation: rotation, spin: spin, style: __assign({ fontSize: size }, style), transform: transform }))); | ||
createElement(FontAwesomeIcon, { className: className, color: (mouseIsOver && colors.iconColorHover) || colors.iconColor, flip: flip, icon: (mouseIsOver && hoverIcon) || icon, pulse: pulse, rotation: rotation, spin: spin, style: __assign({ fontSize: size }, style), transform: transform }))); | ||
}; | ||
@@ -407,0 +407,0 @@ |
@@ -410,3 +410,3 @@ 'use strict'; | ||
return (React.createElement("div", { ref: ref }, | ||
React.createElement(reactFontawesome.FontAwesomeIcon, { className: className, color: mouseIsOver && colors.iconColorHover || colors.iconColor, flip: flip, icon: (mouseIsOver && hoverIcon) || icon, pulse: pulse, rotation: rotation, spin: spin, style: __assign({ fontSize: size }, style), transform: transform }))); | ||
React.createElement(reactFontawesome.FontAwesomeIcon, { className: className, color: (mouseIsOver && colors.iconColorHover) || colors.iconColor, flip: flip, icon: (mouseIsOver && hoverIcon) || icon, pulse: pulse, rotation: rotation, spin: spin, style: __assign({ fontSize: size }, style), transform: transform }))); | ||
}; | ||
@@ -413,0 +413,0 @@ |
{ | ||
"name": "@stenajs-webui/elements", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "", | ||
@@ -30,3 +30,3 @@ "author": "mattias800", | ||
"dependencies": { | ||
"@stenajs-webui/core": "0.0.25" | ||
"@stenajs-webui/core": "0.0.26" | ||
}, | ||
@@ -59,3 +59,3 @@ "peerDependencies": { | ||
], | ||
"gitHead": "9b4e1343da92597910f61e86a7882f3ce9f50fb6" | ||
"gitHead": "c15ed68d2ab54edc36d7555c95a24425d4330aca" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
112902
0.02%0
-100%+ Added
- Removed
Updated