Socket
Socket
Sign inDemoInstall

@theme-ui/css

Package Overview
Dependencies
Maintainers
4
Versions
427
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.6.0-canary.1544.ef6e7606c5992bed21b9a7d71b04e8b6ef37780d.0 to 0.6.0-canary.1580.da085b2e079563f137544981e74abe6ec948217d.0

7

dist/types.d.ts

@@ -642,2 +642,9 @@ import * as CSS from 'csstype';

/**
* Colors are transformed into CSS custom properties.
*
* If you need to read their raw values to pass them somewhere where CSS
* custom properties are not supported, use `rawColors`.
*/
rawColors?: ColorModesScale;
/**
* Styles for elements rendered in MDX can be added to the theme.styles

@@ -644,0 +651,0 @@ * object. This is the primary, low-level way to control typographic and

4

package.json
{
"name": "@theme-ui/css",
"version": "0.6.0-canary.1544.ef6e7606c5992bed21b9a7d71b04e8b6ef37780d.0",
"version": "0.6.0-canary.1580.da085b2e079563f137544981e74abe6ec948217d.0",
"source": "src/index.ts",

@@ -23,3 +23,3 @@ "main": "dist/index.js",

},
"gitHead": "ef6e7606c5992bed21b9a7d71b04e8b6ef37780d"
"gitHead": "da085b2e079563f137544981e74abe6ec948217d"
}

@@ -712,2 +712,10 @@ import * as CSS from 'csstype'

/**
* Colors are transformed into CSS custom properties.
*
* If you need to read their raw values to pass them somewhere where CSS
* custom properties are not supported, use `rawColors`.
*/
rawColors?: ColorModesScale
/**
* Styles for elements rendered in MDX can be added to the theme.styles

@@ -714,0 +722,0 @@ * object. This is the primary, low-level way to control typographic and

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