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

theme-ui

Package Overview
Dependencies
Maintainers
2
Versions
500
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

theme-ui - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

dist/index.esm.js

@@ -320,3 +320,5 @@ import { MDXProvider } from '@mdx-js/react';

var Main = function Main(props) {
return jsx$1(Box, _objectSpread({}, props, {
return jsx$1(Box, _objectSpread({
as: 'main'
}, props, {
css: {

@@ -323,0 +325,0 @@ flex: '1 1 auto',

@@ -323,3 +323,5 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

var Main = function Main(props) {
return jsx(Box, _objectSpread({}, props, {
return jsx(Box, _objectSpread({
as: 'main'
}, props, {
css: {

@@ -326,0 +328,0 @@ flex: '1 1 auto',

@@ -321,3 +321,5 @@ (function (global, factory) {

var Main = function Main(props) {
return jsx(Box, _objectSpread({}, props, {
return jsx(Box, _objectSpread({
as: 'main'
}, props, {
css: {

@@ -324,0 +326,0 @@ flex: '1 1 auto',

{
"name": "theme-ui",
"version": "0.1.3",
"version": "0.1.4",
"description": "Build consistent, themeable React UIs based on design system constraints and design tokens",

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

},
"gitHead": "0babdce85b4fe687d1904718c0467862abe1ee40"
"gitHead": "b30149213e4d6a664f288f153c563345a575ba62"
}

@@ -49,2 +49,3 @@ import jsx from './jsx'

jsx(Box, {
as: 'main',
...props,

@@ -51,0 +52,0 @@ css: {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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