| /expo/docs/ui/components/TableOfContents/ |
| H A D | TableOfContents.test.tsx | 26 it('returns 3x padding for h5 heading', () => { 27 expect(getHeadingIndent(makeHeading('h5'))).toHaveProperty('paddingLeft', paddingFactor * 3); 64 it('returns code text from h5 heading with function name and args', () => { 65 expect(getHeadingInfo(makeHeading('h5', 'getTransformAsync(input: string)'))).toMatchObject({ 81 function makeHeading(Tag: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6', text = 'Hello World') {
|
| /expo/packages/html-elements/build/elements/ |
| H A D | Headings.js | 52 h5: { property
|
| H A D | Headings.js.map | 1 …ts-ignore\n marginVertical: em(1.33),\n fontWeight: 'bold',\n },\n h5: {\n // @ts-ignor…
|
| /expo/packages/html-elements/src/elements/__tests__/__snapshots__/ |
| H A D | Headings-test.tsx.snap.web | 40 <h5
|
| /expo/docs/ui/components/Text/ |
| H A D | index.tsx | 14 const CRAWLABLE_HEADINGS = ['h1', 'h2', 'h3', 'h4', 'h5']; 144 const { h1, h2, h3, h4, h5 } = typography.headers.default; 182 ...h5,
|
| /expo/packages/html-elements/src/elements/ |
| H A D | Headings.tsx | 64 h5: {
|
| /expo/packages/html-elements/ |
| H A D | babel.js | 17 h5: 'H5', property
|
| H A D | README.md | 67 | [`<h5 />`][html-h5] | [`<H5 />`](#h5) | 201 | Web | `<h5 aria-level="5" dir="auto" role="heading" />` | 813 [html-h5]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/h5
|
| /expo/docs/ui/components/Markdown/ |
| H A D | index.tsx | 37 h5: {
|
| /expo/docs/.vale/writing-styles/expo-docs/ |
| H A D | HeadingCase.yml | 9 - heading.h5
|
| /expo/apps/native-component-list/src/screens/SVG/examples/ |
| H A D | Svg.tsx | 122 …-3.313c1.04.563 2.146 1.02 3.3 1.375l1.096 5.852c.103.542.632.982 1.185.982h5.877c.553 0 1.082-.44…
|
| /expo/packages/expo-dev-menu/assets/ |
| H A D | EXDevMenuApp.ios.js | 451 …h5:n({fontWeight:'600'},h[20]),h6:n({fontWeight:'600'},h[16])},medium:{huge:n({fontWeight:'900'},h… property
|
| H A D | EXDevMenuApp.android.js | 452 …h5:n({fontWeight:'600'},h[20]),h6:n({fontWeight:'600'},h[16])},medium:{huge:n({fontWeight:'900'},h… property
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 652 …h5:n({fontWeight:'600'},h[20]),h6:n({fontWeight:'600'},h[16])},medium:{huge:n({fontWeight:'900'},h… 884 …",submit:"[type=submit]",parent:":not(:empty)",header:":is(h1, h2, h3, h4, h5, h6)",button:":is(bu… 921 …Path,{d:"M1.667 6.76v11.573h5.555V12.97c0-.668.428-1.26 1.061-1.472a5.43 5.43 0 013.434 0c.633.211… 957 …,strokeWidth:1.64}),o.createElement(c.Path,{fill:l||"#000",d:"M7.251 13.584h5.5v4.736h-5.5z"}))}})… 962 …4.068h1.046c.48 0 .847-.367.847-.848 0-.48-.367-.875-.847-.875zm-11.582-.65h5.084v.65H7.345v-.65zm…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 653 …h5:n({fontWeight:'600'},h[20]),h6:n({fontWeight:'600'},h[16])},medium:{huge:n({fontWeight:'900'},h… 885 …",submit:"[type=submit]",parent:":not(:empty)",header:":is(h1, h2, h3, h4, h5, h6)",button:":is(bu… 922 …Path,{d:"M1.667 6.76v11.573h5.555V12.97c0-.668.428-1.26 1.061-1.472a5.43 5.43 0 013.434 0c.633.211… 958 …,strokeWidth:1.64}),o.createElement(c.Path,{fill:l||"#000",d:"M7.251 13.584h5.5v4.736h-5.5z"}))}})… 963 …4.068h1.046c.48 0 .847-.367.847-.848 0-.48-.367-.875-.847-.875zm-11.582-.65h5.084v.65H7.345v-.65zm…
|