@expo/html-elements
Advanced tools
Comparing version 0.4.3 to 0.5.0
@@ -25,3 +25,5 @@ import React, { forwardRef } from 'react'; | ||
h1: { | ||
// @ts-ignore | ||
fontSize: em(2), | ||
// @ts-ignore | ||
marginVertical: em(0.67), | ||
@@ -31,3 +33,5 @@ fontWeight: 'bold', | ||
h2: { | ||
// @ts-ignore | ||
fontSize: em(1.5), | ||
// @ts-ignore | ||
marginVertical: em(0.83), | ||
@@ -37,3 +41,5 @@ fontWeight: 'bold', | ||
h3: { | ||
// @ts-ignore | ||
fontSize: em(1.17), | ||
// @ts-ignore | ||
marginVertical: em(1), | ||
@@ -43,3 +49,5 @@ fontWeight: 'bold', | ||
h4: { | ||
// @ts-ignore | ||
fontSize: em(1), | ||
// @ts-ignore | ||
marginVertical: em(1.33), | ||
@@ -49,3 +57,5 @@ fontWeight: 'bold', | ||
h5: { | ||
// @ts-ignore | ||
fontSize: em(0.83), | ||
// @ts-ignore | ||
marginVertical: em(1.67), | ||
@@ -55,3 +65,5 @@ fontWeight: 'bold', | ||
h6: { | ||
// @ts-ignore | ||
fontSize: em(0.67), | ||
// @ts-ignore | ||
marginVertical: em(2.33), | ||
@@ -58,0 +70,0 @@ fontWeight: 'bold', |
@@ -55,2 +55,3 @@ import React, { forwardRef } from 'react'; | ||
p: { | ||
// @ts-ignore | ||
marginVertical: em(1), | ||
@@ -69,5 +70,7 @@ }, | ||
pre: { | ||
// @ts-ignore | ||
marginVertical: em(1), | ||
}, | ||
blockQuote: { | ||
// @ts-ignore | ||
marginVertical: em(1), | ||
@@ -77,2 +80,3 @@ }, | ||
width: 0, | ||
// @ts-ignore | ||
height: em(0.5), | ||
@@ -79,0 +83,0 @@ }, |
@@ -13,2 +13,6 @@ # Changelog | ||
## 0.5.0 — 2023-06-21 | ||
_This version does not introduce any user-facing changes._ | ||
## 0.4.3 — 2023-05-08 | ||
@@ -15,0 +19,0 @@ |
{ | ||
"name": "@expo/html-elements", | ||
"version": "0.4.3", | ||
"version": "0.5.0", | ||
"description": "Universal semantic HTML React components for iOS, Android, web, and desktop", | ||
@@ -62,3 +62,3 @@ "main": "build/Elements.js", | ||
}, | ||
"gitHead": "4ba50c428c8369bb6b3a51a860d4898ad4ccbe78" | ||
"gitHead": "fa5ecca8251986b9f197cc14074eec0ab6dfb6db" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
160004
1298