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

@mirohq/design-system-base-input

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.3 to 0.0.4

5

dist/main.js

@@ -16,3 +16,6 @@ 'use strict';

boxShadow: "$focus-controls",
borderColor: "$border-neutrals"
borderColor: "$border-neutrals",
"@media (forced-colors: active)": {
outline: "Highlight solid"
}
},

@@ -19,0 +22,0 @@ hovered: {

@@ -12,3 +12,6 @@ const styles = {

boxShadow: "$focus-controls",
borderColor: "$border-neutrals"
borderColor: "$border-neutrals",
"@media (forced-colors: active)": {
outline: "Highlight solid"
}
},

@@ -15,0 +18,0 @@ hovered: {

3

dist/types.d.ts

@@ -13,2 +13,5 @@ declare const styles: {

borderColor: string;
'@media (forced-colors: active)': {
outline: string;
};
};

@@ -15,0 +18,0 @@ hovered: {

{
"name": "@mirohq/design-system-base-input",
"version": "0.0.3",
"version": "0.0.4",
"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