@mirohq/design-system-styles
Advanced tools
Comparing version 1.1.20-colors.2 to 1.1.20-combobox.0
@@ -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({ |
@@ -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
13858
206
+ Added@mirohq/design-tokens@3.6.0(transitive)
- Removed@mirohq/design-tokens@4.1.0(transitive)
Updated@mirohq/design-tokens@^3.6.0