@mirohq/design-system-base-input
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -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: { |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11567
208