@theme-ui/preset-deep
Advanced tools
Comparing version 0.8.5-develop.0 to 0.9.0--canary.1721.8f02bab48a261cf5e8c5f8f602e7c194349ca17b.0
@@ -0,1 +1,13 @@ | ||
# v0.8.3 (Wed May 05 2021) | ||
#### ⚠️ Pushed to `stable` | ||
- Merge branch 'stable' into develop ([@hasparus](https://github.com/hasparus)) | ||
#### Authors: 1 | ||
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus)) | ||
--- | ||
# v0.8.0 (Wed May 05 2021) | ||
@@ -2,0 +14,0 @@ |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var heading = { | ||
const heading = { | ||
fontFamily: 'heading', | ||
@@ -11,3 +11,3 @@ fontWeight: 'heading', | ||
}; | ||
var deep = { | ||
const deep = { | ||
colors: { | ||
@@ -39,3 +39,3 @@ text: 'hsl(210, 50%, 96%)', | ||
textStyles: { | ||
heading: heading, | ||
heading, | ||
display: { | ||
@@ -42,0 +42,0 @@ variant: 'textStyles.heading', |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var heading = { | ||
const heading = { | ||
fontFamily: 'heading', | ||
@@ -11,3 +11,3 @@ fontWeight: 'heading', | ||
}; | ||
var deep = { | ||
const deep = { | ||
colors: { | ||
@@ -39,3 +39,3 @@ text: 'hsl(210, 50%, 96%)', | ||
textStyles: { | ||
heading: heading, | ||
heading, | ||
display: { | ||
@@ -42,0 +42,0 @@ variant: 'textStyles.heading', |
@@ -1,2 +0,2 @@ | ||
var heading = { | ||
const heading = { | ||
fontFamily: 'heading', | ||
@@ -6,3 +6,3 @@ fontWeight: 'heading', | ||
}; | ||
var deep = { | ||
const deep = { | ||
colors: { | ||
@@ -34,3 +34,3 @@ text: 'hsl(210, 50%, 96%)', | ||
textStyles: { | ||
heading: heading, | ||
heading, | ||
display: { | ||
@@ -37,0 +37,0 @@ variant: 'textStyles.heading', |
{ | ||
"name": "@theme-ui/preset-deep", | ||
"version": "0.8.5-develop.0", | ||
"version": "0.9.0--canary.1721.8f02bab48a261cf5e8c5f8f602e7c194349ca17b.0", | ||
"main": "dist/theme-ui-preset-deep.cjs.js", | ||
@@ -13,3 +13,3 @@ "module": "dist/theme-ui-preset-deep.esm.js", | ||
}, | ||
"gitHead": "966d082506d7e2edc7957fe5a742994b12ba3a76" | ||
"gitHead": "8f02bab48a261cf5e8c5f8f602e7c194349ca17b" | ||
} |
20974