@mirohq/design-system-styles
Advanced tools
Comparing version 1.1.14 to 1.1.15
@@ -1,4 +0,4 @@ | ||
import { CSSProperties } from 'react'; | ||
import { CSS } from '@mirohq/design-system-stitches'; | ||
declare const css: (style: CSSProperties) => { | ||
declare const css: (style: CSS) => { | ||
'&:focus-visible': any; | ||
@@ -5,0 +5,0 @@ '[data-whatintent="keyboard"] &:focus': any; |
{ | ||
"name": "@mirohq/design-system-styles", | ||
"version": "1.1.14", | ||
"version": "1.1.15", | ||
"description": "", | ||
@@ -29,4 +29,4 @@ "author": "Miro", | ||
"what-input": "^5.2.11", | ||
"@mirohq/design-system-stitches": "^2.4.0", | ||
"@mirohq/design-tokens": "^3.5.0" | ||
"@mirohq/design-system-stitches": "^2.4.1", | ||
"@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
13189