Socket
Socket
Sign inDemoInstall

vcc-ui

Package Overview
Dependencies
Maintainers
8
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vcc-ui - npm Package Compare versions

Comparing version 0.0.41 to 0.0.42

assets/fonts/volvo-broad/volvo-broad.eot

6

CHANGELOG.md
[Unreleased]
- No unreleasd changes
- Deprecated `fullWidth` property on Button component
[0.0.42]
- Fixed missing assets
[0.0.41]

@@ -6,0 +10,0 @@

@@ -28,2 +28,4 @@ "use strict";

var _deprecate = require("../../deprecate");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -243,2 +245,3 @@

(0, _deprecate.deprecate)("fullWidth property for <Button> compomnent is deprecated. Starting from version 1.x all buttons will be fullWidth be default. Please refer to the VCC UI 1.x Migration guide for more information", !(fullWidth.length === 1 && fullWidth[0] === "s"));
return _react.default.createElement(_click.Click, _extends({

@@ -309,2 +312,3 @@ disabled: disabled || loading

/**
* WARNING: DEPRECATED
* Allow the button to grow to the width of it's

@@ -311,0 +315,0 @@ * parent container on breakpoints `s`, `m` and `l` specified in an array,

5

package.json
{
"name": "vcc-ui",
"version": "0.0.41",
"version": "0.0.42",
"license": "LicenseRef-LICENSE",

@@ -9,3 +9,4 @@ "main": "dist/index.js",

"LICENSE",
"dist/**"
"dist/**",
"assets/**"
],

@@ -12,0 +13,0 @@ "dependencies": {

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