Comparing version 0.1.3 to 0.1.4
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86228
1238