Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@theme-ui/css

Package Overview
Dependencies
Maintainers
4
Versions
432
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theme-ui/css - npm Package Compare versions

Comparing version 0.7.4-develop.1 to 0.7.4-develop.2

1

dist/declarations/src/index.d.ts

@@ -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";

3

dist/theme-ui-css.cjs.dev.js

@@ -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',

})
})
})
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc