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.9 to 0.4.11

12

CHANGELOG.md
# @uidu/fab
## 0.4.11
### Patch Changes
- a09ab80e9: Publish all packages
## 0.4.10
### Patch Changes
- 992c21388: Bump dependencies and migrate to yarn2
## 0.4.9

@@ -4,0 +16,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.9"
"version": "0.4.11"
}

@@ -46,5 +46,6 @@ 'use strict';

var _excluded$1 = ["children"];
var Action = (function (_ref) {
var children = _ref.children,
rest = _objectWithoutProperties(_ref, ["children"]);
rest = _objectWithoutProperties(_ref, _excluded$1);

@@ -56,5 +57,6 @@ return /*#__PURE__*/jsxRuntime.jsx(StyledAction, _objectSpread(_objectSpread({}, rest), {}, {

var _excluded = ["children"];
var MainButton = (function (_ref) {
var children = _ref.children,
rest = _objectWithoutProperties(_ref, ["children"]);
rest = _objectWithoutProperties(_ref, _excluded);

@@ -61,0 +63,0 @@ return /*#__PURE__*/jsxRuntime.jsx(StyledMainButton, _objectSpread(_objectSpread({}, rest), {}, {

@@ -46,5 +46,6 @@ 'use strict';

var _excluded$1 = ["children"];
var Action = (function (_ref) {
var children = _ref.children,
rest = _objectWithoutProperties(_ref, ["children"]);
rest = _objectWithoutProperties(_ref, _excluded$1);

@@ -56,5 +57,6 @@ return /*#__PURE__*/jsxRuntime.jsx(StyledAction, _objectSpread(_objectSpread({}, rest), {}, {

var _excluded = ["children"];
var MainButton = (function (_ref) {
var children = _ref.children,
rest = _objectWithoutProperties(_ref, ["children"]);
rest = _objectWithoutProperties(_ref, _excluded);

@@ -61,0 +63,0 @@ return /*#__PURE__*/jsxRuntime.jsx(StyledMainButton, _objectSpread(_objectSpread({}, rest), {}, {

@@ -37,5 +37,6 @@ import _objectSpread from '@babel/runtime/helpers/esm/objectSpread2';

var _excluded$1 = ["children"];
var Action = (function (_ref) {
var children = _ref.children,
rest = _objectWithoutProperties(_ref, ["children"]);
rest = _objectWithoutProperties(_ref, _excluded$1);

@@ -47,5 +48,6 @@ return /*#__PURE__*/jsx(StyledAction, _objectSpread(_objectSpread({}, rest), {}, {

var _excluded = ["children"];
var MainButton = (function (_ref) {
var children = _ref.children,
rest = _objectWithoutProperties(_ref, ["children"]);
rest = _objectWithoutProperties(_ref, _excluded);

@@ -52,0 +54,0 @@ return /*#__PURE__*/jsx(StyledMainButton, _objectSpread(_objectSpread({}, rest), {}, {

{
"name": "@uidu/fab",
"version": "0.4.9",
"private": false,
"version": "0.4.11",
"description": "Floating action buttons",
"repository": "https://github.com/uidu-org/guidu/tree/master/packages/core/fab",
"repository": "https://github.com/uidu-org/guidu/tree/main/packages/core/fab",
"license": "MIT",

@@ -13,11 +12,11 @@ "author": "uidu",

"dependencies": {
"@babel/runtime": "^7.11.2",
"@babel/runtime": "^7.14.0",
"react": "^17.0.2",
"react-feather": "^2.0.9",
"styled-components": "^5.2.1",
"tslib": "^2.0.1"
"styled-components": "^5.3.0",
"tslib": "^2.2.0"
},
"devDependencies": {
"@uidu/docs": "^0.3.9"
"@uidu/docs": "^0.3.11"
}
}
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