@cloudflare/style-const
Advanced tools
Comparing version 5.2.10 to 5.2.11
@@ -46,3 +46,2 @@ declare type FocusBoxShadowProps = { | ||
color: string; | ||
textDecoration: string; | ||
transition: string; | ||
@@ -55,3 +54,2 @@ cursor: string; | ||
color: string; | ||
textDecoration: string; | ||
'& svg': { | ||
@@ -63,3 +61,2 @@ fill: string; | ||
color: string; | ||
textDecoration: string; | ||
outline: string; | ||
@@ -66,0 +63,0 @@ '& svg': { |
@@ -109,3 +109,2 @@ import { ValueOfArray } from '@cloudflare/types'; | ||
color: string; | ||
textDecoration: string; | ||
transition: string; | ||
@@ -118,3 +117,2 @@ cursor: string; | ||
color: string; | ||
textDecoration: string; | ||
'& svg': { | ||
@@ -126,3 +124,2 @@ fill: string; | ||
color: string; | ||
textDecoration: string; | ||
outline: string; | ||
@@ -129,0 +126,0 @@ '& svg': { |
@@ -54,3 +54,2 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty(target, key, source[key]); }); } return target; } | ||
color: disabled ? theme.colors.gray[4] : theme.colors.focus, | ||
textDecoration: 'none', | ||
transition: 'all 150ms ease', | ||
@@ -63,3 +62,2 @@ cursor: disabled ? 'default' : 'pointer', | ||
color: disabled ? theme.colors.gray[4] : theme.colors.orange[isDarkMode() ? 3 : 6], | ||
textDecoration: 'underline', | ||
'& svg': { | ||
@@ -71,3 +69,2 @@ fill: 'currentColor' | ||
color: disabled ? theme.colors.gray[4] : theme.colors.orange[isDarkMode() ? 3 : 6], | ||
textDecoration: 'none', | ||
outline: 'none', | ||
@@ -74,0 +71,0 @@ '& svg': { |
@@ -74,3 +74,2 @@ "use strict"; | ||
color: disabled ? _variables.default.colors.gray[4] : _variables.default.colors.focus, | ||
textDecoration: 'none', | ||
transition: 'all 150ms ease', | ||
@@ -83,3 +82,2 @@ cursor: disabled ? 'default' : 'pointer', | ||
color: disabled ? _variables.default.colors.gray[4] : _variables.default.colors.orange[(0, _utils.isDarkMode)() ? 3 : 6], | ||
textDecoration: 'underline', | ||
'& svg': { | ||
@@ -91,3 +89,2 @@ fill: 'currentColor' | ||
color: disabled ? _variables.default.colors.gray[4] : _variables.default.colors.orange[(0, _utils.isDarkMode)() ? 3 : 6], | ||
textDecoration: 'none', | ||
outline: 'none', | ||
@@ -94,0 +91,0 @@ '& svg': { |
{ | ||
"name": "@cloudflare/style-const", | ||
"description": "Cloudflare Style Constants", | ||
"version": "5.2.10", | ||
"version": "5.2.11", | ||
"main": "lib/index.js", | ||
@@ -28,3 +28,3 @@ "module": "es/index.js", | ||
}, | ||
"gitHead": "5ba383d6a266b5f7f108c44d542704d98ff165eb" | ||
"gitHead": "f2f127acee9f7f5baee33fbf61b445812c7f2e45" | ||
} |
Sorry, the diff of this file is too big to display
141445
1177