@theme-ui/css
Advanced tools
Comparing version 0.7.4-develop.1 to 0.7.4-develop.2
@@ -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"; |
@@ -18,3 +18,3 @@ 'use strict'; | ||
function _iterableToArray(iter) { | ||
if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); | ||
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); | ||
} | ||
@@ -219,2 +219,3 @@ | ||
columnRuleColor: 'colors', | ||
textDecorationColor: 'colors', | ||
opacity: 'opacities', | ||
@@ -221,0 +222,0 @@ transition: 'transitions', |
@@ -18,3 +18,3 @@ 'use strict'; | ||
function _iterableToArray(iter) { | ||
if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); | ||
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); | ||
} | ||
@@ -219,2 +219,3 @@ | ||
columnRuleColor: 'colors', | ||
textDecorationColor: 'colors', | ||
opacity: 'opacities', | ||
@@ -221,0 +222,0 @@ transition: 'transitions', |
@@ -14,3 +14,3 @@ function _arrayLikeToArray(arr, len) { | ||
function _iterableToArray(iter) { | ||
if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); | ||
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); | ||
} | ||
@@ -215,2 +215,3 @@ | ||
columnRuleColor: 'colors', | ||
textDecorationColor: 'colors', | ||
opacity: 'opacities', | ||
@@ -217,0 +218,0 @@ transition: 'transitions', |
{ | ||
"name": "@theme-ui/css", | ||
"version": "0.7.4-develop.1", | ||
"version": "0.7.4-develop.2", | ||
"source": "src/index.ts", | ||
@@ -18,3 +18,3 @@ "main": "dist/theme-ui-css.cjs.js", | ||
}, | ||
"gitHead": "1744e8fa128f08c9704755752348b0f281ba982e" | ||
"gitHead": "b4a0c6087a8eec2003b6ccc4700d1626551ca2c8" | ||
} |
@@ -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
150955
4315
0