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.3 to 0.7.4--canary.1667.b9874fe567a68772dc9cd0588058230e8817bf8b.0

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

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

4

package.json
{
"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',

})
})
})
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