Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@happeouikit/buttons

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@happeouikit/buttons - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

CHANGELOG.md
# Changelog
## 1.0.5
- [Fixed] Icon stays visible(not cropped) even if not whole text can be displayed
## 1.0.4

@@ -4,0 +8,0 @@

4

dist/Buttons.js

@@ -51,6 +51,6 @@ import _extends from "@babel/runtime/helpers/extends";

var Text = getTextComponent(size);
return React.createElement("button", props, React.createElement(Wrapper, null, React.createElement(IconGen, {
return React.createElement("button", props, React.createElement(Wrapper, null, React.createElement("span", null, React.createElement(IconGen, {
icon: icon,
iconPosition: iconPosition
}), React.createElement(Text, {
})), React.createElement(Text, {
color: "inherit"

@@ -57,0 +57,0 @@ }, text)));

{
"name": "@happeouikit/buttons",
"version": "1.0.4",
"version": "1.0.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc