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
144
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.21 to 0.4.22

3

dist/main.js

@@ -107,3 +107,3 @@ 'use strict';

}
const { pressProps, isPressed } = designSystemUsePress.usePress({
const { pressProps } = designSystemUsePress.usePress({
preventFocusOnPress: true,

@@ -136,3 +136,2 @@ disabled: disabled || designSystemUtils.booleanify(ariaDisabled),

...elementProps,
"data-pressed": isPressed ? "" : void 0,
"data-hovered": isHovered ? "" : void 0,

@@ -139,0 +138,0 @@ asChild: asLink || asChild,

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

}
const { pressProps, isPressed } = usePress({
const { pressProps } = usePress({
preventFocusOnPress: true,

@@ -128,3 +128,2 @@ disabled: disabled || booleanify(ariaDisabled),

...elementProps,
"data-pressed": isPressed ? "" : void 0,
"data-hovered": isHovered ? "" : void 0,

@@ -131,0 +130,0 @@ asChild: asLink || asChild,

{
"name": "@mirohq/design-system-base-button",
"version": "0.4.21",
"version": "0.4.22",
"description": "",

@@ -33,4 +33,4 @@ "author": "Miro",

"@mirohq/design-system-primitive": "^1.1.1",
"@mirohq/design-system-stitches": "^2.3.12",
"@mirohq/design-system-types": "^0.6.2"
"@mirohq/design-system-types": "^0.6.2",
"@mirohq/design-system-stitches": "^2.3.12"
},

@@ -37,0 +37,0 @@ "scripts": {

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