Socket
Socket
Sign inDemoInstall

@theme-ui/css

Package Overview
Dependencies
2
Maintainers
4
Versions
427
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.0-canary.1544.5359f8a1e408a4dfeb74a9ae39688270286e534a.0 to 0.6.0-canary.1544.8486957e8f9c294d49d8e43485143e2186217b1e.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.5359f8a1e408a4dfeb74a9ae39688270286e534a.0",
"version": "0.6.0-canary.1544.8486957e8f9c294d49d8e43485143e2186217b1e.0",
"source": "src/index.ts",

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

},
"gitHead": "5359f8a1e408a4dfeb74a9ae39688270286e534a"
"gitHead": "8486957e8f9c294d49d8e43485143e2186217b1e"
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc