From f8df2e3f259e468924e762efed4ed3021ffbfee4 Mon Sep 17 00:00:00 2001
From: Dominic Go <18517029+dominicstop@users.noreply.github.com>
Date: Sun, 19 Jun 2022 20:36:18 +0800
Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Docs:=20Update=20README=20-=20Fi?=
=?UTF-8?q?x=20Tables?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index c75d6e2..28400c1 100644
--- a/README.md
+++ b/README.md
@@ -566,7 +566,7 @@ A union string type that maps to `UIMenu.Options` option set (see [apple docs](h
##### Object Type: `MenuAuxiliaryPreviewConfig`
| Name and Type | Description |
-| ------------------------------------------------------------ | ----------- |
+| :----------------------------------------------------------- | ----------- |
| 🔤 `height`
⚛️ `number` | TBA |
| 🔤 `anchorPosition`
⚛️ `MenuAuxiliaryPreviewAnchorPosition`
✳️ **Default**: `automatic` | TBA |
| 🔤 `alignmentHorizontal`
⚛️ `MenuAuxiliaryPreviewHorizontalAlignment`
✳️ **Default**: `stretchPreview` | TBA |
@@ -580,7 +580,7 @@ A union string type that maps to `UIMenu.Options` option set (see [apple docs](h
##### String Union Type: `MenuAuxiliaryPreviewAnchorPosition`
| Name and Type | Description |
-| -------------- | ----------- |
+| :------------- | ----------- |
| ⚛️ `top` | TBA |
| ⚛️ `bottom` | TBA |
| ⚛️ `automatic` | TBA |
@@ -602,7 +602,7 @@ A union string type that maps to `UIMenu.Options` option set (see [apple docs](h
##### String Union Type: `UIViewAnimateOptions`
| Name and Type | Description |
-| ------------------- | ----------- |
+| :------------------ | ----------- |
| ⚛️ `curveEaseIn` | TBA |
| ⚛️ `curveEaseOut` | TBA |
| ⚛️ `curveEaseInOut` | TBA |
@@ -613,7 +613,7 @@ A union string type that maps to `UIMenu.Options` option set (see [apple docs](h
##### Object Type: `UIViewAnimateConfig`
| Name and Type | Description |
-| ------------------------------------------------ | ----------- |
+| :----------------------------------------------- | ----------- |
| 🔤 `duration`
⚛️ `number` | TBA |
| 🔤 `delay`
⚛️ `number` | TBA |
| 🔤 `options`
⚛️ `UIViewAnimateOptions[]` | TBA |
@@ -625,37 +625,37 @@ A union string type that maps to `UIMenu.Options` option set (see [apple docs](h
This type is extends/union-ed with `UIViewAnimateConfig` object type, and such is not listed in this section. Please see `UIViewAnimateConfig` type for the other object properties.
This type is an object tagged union type, with the `transition` property being the tag that separates the unions. The table below defines the possible valid values that can be assigned to the `type` property (the subsequent tables are the different possible unions).
| Name and Type | Description |
-| ------------------------------------------------------------ | ----------- |
+| :----------------------------------------------------------- | ----------- |
| 🔤 `transition `
⚛️ `string` i.e. `'none' ¦ 'fade'`
`'slide' ¦ 'zoom' ¦ 'zoomAndSlide'` | TBA |
| Name and Type | Description |
-| ----------------------------------------------- | ----------- |
+| :---------------------------------------------- | ----------- |
| 🔤 `transition`
⚛️ `string` i.e. `none` | TBA |
| Name and Type | Description |
-| ----------------------------------------------- | ----------- |
+| :---------------------------------------------- | ----------- |
| 🔤 `transition`
⚛️ `string` i.e. `fade` | TBA |
| Name and Type | Description |
-| ------------------------------------------------ | ----------- |
+| :----------------------------------------------- | ----------- |
| 🔤 `transition`
⚛️ `string` i.e. `slide` | TBA |
| Name and Type | Description |
-| ----------------------------------------------- | ----------- |
+| :---------------------------------------------- | ----------- |
| 🔤 `transition`
⚛️ `string` i.e. `zoom` | TBA |
| Name and Type | Description |
-| ------------------------------------------------------- | ----------- |
+| :------------------------------------------------------ | ----------- |
| 🔤 `transition`
⚛️ `string` i.e. `zoomAndSlide` | TBA |
@@ -663,7 +663,7 @@ This type is extends/union-ed with `UIViewAnimateConfig` object type, and such i
##### Mixed Union Type: `MenuAuxiliaryPreviewTransitionEntranceDelay`.
| Name and Type | Description |
-| ----------------- | ----------- |
+| :---------------- | ----------- |
| ⚛️ `number` | TBA |
| ⚛️ `RECOMMENDED` | TBA |
| ⚛️ `AFTER_PREVIEW` | TBA |