@mirohq/design-system-styles
Advanced tools
Comparing version 1.1.15 to 1.1.16
@@ -42,3 +42,4 @@ 'use strict'; | ||
"&:focus-visible": styleWithOutline, | ||
'[data-whatintent="keyboard"] &:focus': styleWithOutline | ||
'[data-whatintent="keyboard"] &:focus': styleWithOutline, | ||
"&[data-focused]": styleWithOutline | ||
}; | ||
@@ -45,0 +46,0 @@ }; |
@@ -20,3 +20,4 @@ import { keyframes } from '@mirohq/design-system-stitches'; | ||
"&:focus-visible": styleWithOutline, | ||
'[data-whatintent="keyboard"] &:focus': styleWithOutline | ||
'[data-whatintent="keyboard"] &:focus': styleWithOutline, | ||
"&[data-focused]": styleWithOutline | ||
}; | ||
@@ -23,0 +24,0 @@ }; |
@@ -6,2 +6,3 @@ import { CSS } from '@mirohq/design-system-stitches'; | ||
'[data-whatintent="keyboard"] &:focus': any; | ||
'&[data-focused]': any; | ||
}; | ||
@@ -11,2 +12,3 @@ declare const defaults: { | ||
'[data-whatintent="keyboard"] &:focus': any; | ||
'&[data-focused]': any; | ||
}; | ||
@@ -16,2 +18,3 @@ declare const inner: { | ||
'[data-whatintent="keyboard"] &:focus': any; | ||
'&[data-focused]': any; | ||
}; | ||
@@ -18,0 +21,0 @@ |
{ | ||
"name": "@mirohq/design-system-styles", | ||
"version": "1.1.15", | ||
"version": "1.1.16", | ||
"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
13497
201