@theme-ui/css
Advanced tools
Comparing version 0.7.3 to 0.7.4--canary.1667.b9874fe567a68772dc9cd0588058230e8817bf8b.0
@@ -45,2 +45,3 @@ import { CSSObject, ThemeUIStyleObject, Theme } from './types'; | ||
readonly columnRuleColor: "colors"; | ||
readonly textDecorationColor: "colors"; | ||
readonly opacity: "opacities"; | ||
@@ -47,0 +48,0 @@ readonly transition: "transitions"; |
@@ -218,2 +218,3 @@ 'use strict'; | ||
columnRuleColor: 'colors', | ||
textDecorationColor: 'colors', | ||
opacity: 'opacities', | ||
@@ -220,0 +221,0 @@ transition: 'transitions', |
@@ -218,2 +218,3 @@ 'use strict'; | ||
columnRuleColor: 'colors', | ||
textDecorationColor: 'colors', | ||
opacity: 'opacities', | ||
@@ -220,0 +221,0 @@ transition: 'transitions', |
@@ -214,2 +214,3 @@ function _arrayLikeToArray(arr, len) { | ||
columnRuleColor: 'colors', | ||
textDecorationColor: 'colors', | ||
opacity: 'opacities', | ||
@@ -216,0 +217,0 @@ transition: 'transitions', |
{ | ||
"name": "@theme-ui/css", | ||
"version": "0.7.3", | ||
"version": "0.7.4--canary.1667.b9874fe567a68772dc9cd0588058230e8817bf8b.0", | ||
"source": "src/index.ts", | ||
@@ -18,3 +18,3 @@ "main": "dist/theme-ui-css.cjs.js", | ||
}, | ||
"gitHead": "67926a9b100bb72c43dd6ae3a9ef4ff10818ed91" | ||
"gitHead": "b9874fe567a68772dc9cd0588058230e8817bf8b" | ||
} |
@@ -119,2 +119,3 @@ import { | ||
columnRuleColor: 'colors', | ||
textDecorationColor: 'colors', | ||
opacity: 'opacities', | ||
@@ -121,0 +122,0 @@ transition: 'transitions', |
@@ -190,2 +190,3 @@ import { css, NestedScale, NestedScaleDict, Theme, ThemeUIExtendedCSSProperties } from '../src' | ||
scrollPaddingY: 2, | ||
textDecorationColor: 'secondary', | ||
fontSize: 3, | ||
@@ -217,2 +218,3 @@ fontWeight: 'bold', | ||
scrollPaddingBottom: 8, | ||
textDecorationColor: 'cyan', | ||
color: 'tomato', | ||
@@ -751,2 +753,2 @@ backgroundColor: 'cyan', | ||
}) | ||
}) | ||
}) |
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
150917
4315