New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stenajs-webui/elements

Package Overview
Dependencies
Maintainers
1
Versions
509
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stenajs-webui/elements - npm Package Compare versions

Comparing version

to
0.0.26

2

dist/index.es.js

@@ -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