Socket
Socket
Sign inDemoInstall

@uidu/fab

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uidu/fab - npm Package Compare versions

Comparing version 0.4.14 to 0.5.0

10

CHANGELOG.md
# @uidu/fab
## 0.5.0
### Minor Changes
- c5a9ffbf6: ## Forms to tailwind, use css variables where possible, refactor Button completely
Button now is styleable from outside with tailwind or normal classNames. It's also possible to use css variables to style the button, and use variants to style the button.
Removed bootstrap dependency locally, to understand how the uikit behaves in a less opinionated client.
Bumped dependencies as well.
## 0.4.14

@@ -4,0 +14,0 @@

1

dist/declarations/src/components/Action.d.ts

@@ -1,2 +0,1 @@

/// <reference types="react" />
declare const _default: ({ children, ...rest }: {

@@ -3,0 +2,0 @@ [x: string]: any;

@@ -1,2 +0,1 @@

/// <reference types="react" />
export default function Fab({ event, children, position, icon, mainButtonStyles, }: {

@@ -3,0 +2,0 @@ event?: string;

@@ -1,2 +0,1 @@

/// <reference types="react" />
declare const _default: ({ children, ...rest }: {

@@ -3,0 +2,0 @@ [x: string]: any;

{
"name": "@uidu/fab",
"version": "0.4.14"
"version": "0.5.0"
}
{
"name": "@uidu/fab",
"version": "0.4.14",
"version": "0.5.0",
"description": "Floating action buttons",

@@ -12,11 +12,11 @@ "repository": "https://github.com/uidu-org/guidu/tree/main/packages/core/fab",

"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"react": "^17.0.2",
"react-feather": "^2.0.9",
"styled-components": "^5.3.0",
"tslib": "^2.3.0"
"tslib": "^2.3.1"
},
"devDependencies": {
"@uidu/docs": "^0.3.14"
"@uidu/docs": "^0.4.0"
}
}
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