New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mirohq/design-system-styles

Package Overview
Dependencies
Maintainers
2
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mirohq/design-system-styles - npm Package Compare versions

Comparing version 1.1.20-colors.2 to 1.1.20-combobox.0

5

dist/main.js

@@ -43,3 +43,4 @@ 'use strict';

'[data-whatintent="keyboard"] &:focus': styleWithOutline,
"&[data-focused]": styleWithOutline
"&[data-focused]": styleWithOutline,
"&[data-focus-visible]": styleWithOutline
};

@@ -49,3 +50,3 @@ };

boxShadow: "$focus-small-outline",
outline: "$blue-400"
outline: "$blue-500"
});

@@ -52,0 +53,0 @@ const inner = css({

@@ -21,3 +21,4 @@ import { keyframes } from '@mirohq/design-system-stitches';

'[data-whatintent="keyboard"] &:focus': styleWithOutline,
"&[data-focused]": styleWithOutline
"&[data-focused]": styleWithOutline,
"&[data-focus-visible]": styleWithOutline
};

@@ -27,3 +28,3 @@ };

boxShadow: "$focus-small-outline",
outline: "$blue-400"
outline: "$blue-500"
});

@@ -30,0 +31,0 @@ const inner = css({

3

dist/types.d.ts

@@ -7,2 +7,3 @@ import { CSS } from '@mirohq/design-system-stitches';

'&[data-focused]': any;
'&[data-focus-visible]': any;
};

@@ -13,2 +14,3 @@ declare const defaults: {

'&[data-focused]': any;
'&[data-focus-visible]': any;
};

@@ -19,2 +21,3 @@ declare const inner: {

'&[data-focused]': any;
'&[data-focus-visible]': any;
};

@@ -21,0 +24,0 @@

{
"name": "@mirohq/design-system-styles",
"version": "1.1.20-colors.2",
"version": "1.1.20-combobox.0",
"description": "",

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

"what-input": "^5.2.11",
"@mirohq/design-system-stitches": "^2.6.1-colors.2",
"@mirohq/design-tokens": "^4.0.0-colors.2"
"@mirohq/design-system-stitches": "^2.6.0",
"@mirohq/design-tokens": "^3.6.0"
},

@@ -33,0 +33,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