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

@mirohq/design-system-base-button

Package Overview
Dependencies
Maintainers
2
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mirohq/design-system-base-button - npm Package Compare versions

Comparing version 0.4.29 to 0.4.30

3

dist/main.js

@@ -99,2 +99,3 @@ 'use strict';

onHoverChange,
tabIndex,
...restProps

@@ -141,3 +142,3 @@ }, forwardRef) => {

"aria-disabled": designSystemUtils.booleanify(ariaDisabled) ? "true" : ariaDisabled,
tabIndex: disabled && (asLink || asChild === true) ? -1 : void 0,
tabIndex: disabled && (asLink || asChild === true) ? -1 : tabIndex,
ref: forwardRef,

@@ -144,0 +145,0 @@ children: asLink ? /* @__PURE__ */ jsxRuntime.jsx("a", { href, target, rel: relProp, children }) : children

@@ -91,2 +91,3 @@ import { jsx } from 'react/jsx-runtime';

onHoverChange,
tabIndex,
...restProps

@@ -133,3 +134,3 @@ }, forwardRef) => {

"aria-disabled": booleanify(ariaDisabled) ? "true" : ariaDisabled,
tabIndex: disabled && (asLink || asChild === true) ? -1 : void 0,
tabIndex: disabled && (asLink || asChild === true) ? -1 : tabIndex,
ref: forwardRef,

@@ -136,0 +137,0 @@ children: asLink ? /* @__PURE__ */ jsx("a", { href, target, rel: relProp, children }) : children

{
"name": "@mirohq/design-system-base-button",
"version": "0.4.29",
"version": "0.4.30",
"description": "",

@@ -5,0 +5,0 @@ "author": "Miro",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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