@expo/html-elements
Advanced tools
Comparing version 0.9.1 to 0.10.0
@@ -1,4 +0,4 @@ | ||
import React from 'react'; | ||
import { ComponentType } from 'react'; | ||
import { LinkProps } from './Text.types'; | ||
export declare const A: React.ComponentType<LinkProps>; | ||
export declare const A: ComponentType<LinkProps>; | ||
//# sourceMappingURL=Anchor.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import React from 'react'; | ||
import React, { ComponentType } from 'react'; | ||
import { TextProps } from '../primitives/Text'; | ||
@@ -6,4 +6,4 @@ import { ViewProps } from '../primitives/View'; | ||
type LIProps = TextProps | ViewProps; | ||
export declare const LI: React.ComponentType<LIProps>; | ||
export declare const LI: ComponentType<LIProps>; | ||
export {}; | ||
//# sourceMappingURL=Lists.d.ts.map |
@@ -1,4 +0,4 @@ | ||
import React from 'react'; | ||
import { ComponentType } from 'react'; | ||
import { ViewProps } from '../primitives/View'; | ||
export declare const HR: React.ComponentType<ViewProps>; | ||
export declare const HR: ComponentType<ViewProps>; | ||
//# sourceMappingURL=Rules.d.ts.map |
@@ -1,13 +0,13 @@ | ||
import React from 'react'; | ||
import { ComponentType } from 'react'; | ||
import { TableTextProps } from '../primitives/Table'; | ||
import { TextProps } from '../primitives/Text'; | ||
import { ViewProps } from '../primitives/View'; | ||
export declare const Table: React.ComponentType<ViewProps>; | ||
export declare const THead: React.ComponentType<ViewProps>; | ||
export declare const TBody: React.ComponentType<ViewProps>; | ||
export declare const TFoot: React.ComponentType<ViewProps>; | ||
export declare const TH: React.ComponentType<TableTextProps>; | ||
export declare const TR: React.ComponentType<ViewProps>; | ||
export declare const TD: React.ComponentType<TableTextProps>; | ||
export declare const Caption: React.ComponentType<TextProps>; | ||
export declare const Table: ComponentType<ViewProps>; | ||
export declare const THead: ComponentType<ViewProps>; | ||
export declare const TBody: ComponentType<ViewProps>; | ||
export declare const TFoot: ComponentType<ViewProps>; | ||
export declare const TH: ComponentType<TableTextProps>; | ||
export declare const TR: ComponentType<ViewProps>; | ||
export declare const TD: ComponentType<TableTextProps>; | ||
export declare const Caption: ComponentType<TextProps>; | ||
//# sourceMappingURL=Table.d.ts.map |
@@ -1,17 +0,17 @@ | ||
import React from 'react'; | ||
import React, { ComponentType } from 'react'; | ||
import { BlockQuoteProps, QuoteProps, TimeProps } from './Text.types'; | ||
import { TextProps } from '../primitives/Text'; | ||
import { ViewProps } from '../primitives/View'; | ||
export declare const P: React.ComponentType<TextProps>; | ||
export declare const B: React.ComponentType<TextProps>; | ||
export declare const S: React.ComponentType<TextProps>; | ||
export declare const I: React.ComponentType<TextProps>; | ||
export declare const Q: React.ComponentType<QuoteProps>; | ||
export declare const BlockQuote: React.ComponentType<BlockQuoteProps>; | ||
export declare const BR: React.ComponentType<TextProps>; | ||
export declare const Mark: React.ComponentType<TextProps>; | ||
export declare const Code: React.ComponentType<TextProps>; | ||
export declare const P: ComponentType<TextProps>; | ||
export declare const B: ComponentType<TextProps>; | ||
export declare const S: ComponentType<TextProps>; | ||
export declare const I: ComponentType<TextProps>; | ||
export declare const Q: ComponentType<QuoteProps>; | ||
export declare const BlockQuote: ComponentType<BlockQuoteProps>; | ||
export declare const BR: ComponentType<TextProps>; | ||
export declare const Mark: ComponentType<TextProps>; | ||
export declare const Code: ComponentType<TextProps>; | ||
type PreProps = TextProps | ViewProps; | ||
export declare const Pre: React.ComponentType<PreProps>; | ||
export declare const Time: React.ComponentType<TimeProps>; | ||
export declare const Pre: ComponentType<PreProps>; | ||
export declare const Time: ComponentType<TimeProps>; | ||
export declare const Strong: React.ComponentType<TextProps>; | ||
@@ -18,0 +18,0 @@ export declare const Del: React.ComponentType<TextProps>; |
@@ -13,2 +13,6 @@ # Changelog | ||
## 0.10.0 — 2024-04-18 | ||
_This version does not introduce any user-facing changes._ | ||
## 0.9.1 — 2023-12-15 | ||
@@ -15,0 +19,0 @@ |
{ | ||
"name": "@expo/html-elements", | ||
"version": "0.9.1", | ||
"version": "0.10.0", | ||
"description": "Universal semantic HTML React components for iOS, Android, web, and desktop", | ||
@@ -62,3 +62,3 @@ "main": "build/Elements.js", | ||
}, | ||
"gitHead": "1a7c4e8ffed182e00cf1cf654ca2401441a7377a" | ||
"gitHead": "4165b8d72e1b9a1889c2767534cc619e21468110" | ||
} |
@@ -28,3 +28,2 @@ <h1 align="center">@expo/html-elements</h1> | ||
- TypeScript works for iOS, Android, and web, no more having to create monkey patches to use `href` on a `Text` element. | ||
- Every component is tested render **tested universally** for iOS, Android, and Web using the package [`jest-expo-enzyme`](https://www.npmjs.com/package/jest-expo-enzyme). Each element is also **E2E tested** on iOS with Detox, and web with [`jest-expo-puppeteer`](https://www.npmjs.com/package/jest-expo-puppeteer). | ||
- This package is completely side-effect free! | ||
@@ -31,0 +30,0 @@ |
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
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
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
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
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
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
Sorry, the diff of this file is not supported yet
153302
848