From 3d9b24ca5792bb98f031805b46574c37bf2375c5 Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Sat, 2 Sep 2023 15:49:06 +0200 Subject: [PATCH 1/6] remove useless $Enum escaping --- docs/alertios.md | 12 ++++++------ website/versioned_docs/version-0.70/alertios.md | 12 ++++++------ website/versioned_docs/version-0.71/alertios.md | 12 ++++++------ website/versioned_docs/version-0.72/alertios.md | 12 ++++++------ 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/docs/alertios.md b/docs/alertios.md index c02fae7c76c..5fe745e86ec 100644 --- a/docs/alertios.md +++ b/docs/alertios.md @@ -132,9 +132,9 @@ AlertIOS.prompt( An Alert button type -| Type | -| ------ | -| \$Enum | +| Type | +| ----- | +| $Enum | **Constants:** @@ -151,9 +151,9 @@ An Alert button type An Alert button style -| Type | -| ------ | -| \$Enum | +| Type | +| ----- | +| $Enum | **Constants:** diff --git a/website/versioned_docs/version-0.70/alertios.md b/website/versioned_docs/version-0.70/alertios.md index 6b600947bd0..dd1f29db361 100644 --- a/website/versioned_docs/version-0.70/alertios.md +++ b/website/versioned_docs/version-0.70/alertios.md @@ -132,9 +132,9 @@ AlertIOS.prompt( An Alert button type -| Type | -| ------ | -| \$Enum | +| Type | +| ----- | +| $Enum | **Constants:** @@ -151,9 +151,9 @@ An Alert button type An Alert button style -| Type | -| ------ | -| \$Enum | +| Type | +| ----- | +| $Enum | **Constants:** diff --git a/website/versioned_docs/version-0.71/alertios.md b/website/versioned_docs/version-0.71/alertios.md index c02fae7c76c..5fe745e86ec 100644 --- a/website/versioned_docs/version-0.71/alertios.md +++ b/website/versioned_docs/version-0.71/alertios.md @@ -132,9 +132,9 @@ AlertIOS.prompt( An Alert button type -| Type | -| ------ | -| \$Enum | +| Type | +| ----- | +| $Enum | **Constants:** @@ -151,9 +151,9 @@ An Alert button type An Alert button style -| Type | -| ------ | -| \$Enum | +| Type | +| ----- | +| $Enum | **Constants:** diff --git a/website/versioned_docs/version-0.72/alertios.md b/website/versioned_docs/version-0.72/alertios.md index c02fae7c76c..5fe745e86ec 100644 --- a/website/versioned_docs/version-0.72/alertios.md +++ b/website/versioned_docs/version-0.72/alertios.md @@ -132,9 +132,9 @@ AlertIOS.prompt( An Alert button type -| Type | -| ------ | -| \$Enum | +| Type | +| ----- | +| $Enum | **Constants:** @@ -151,9 +151,9 @@ An Alert button type An Alert button style -| Type | -| ------ | -| \$Enum | +| Type | +| ----- | +| $Enum | **Constants:** From 175ce2397628e8342c107e8100a7c89b848392a8 Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Sat, 2 Sep 2023 16:04:53 +0200 Subject: [PATCH 2/6] Fix button colors default value --- docs/button.md | 20 ++++++++++++++++--- website/versioned_docs/version-0.70/button.md | 20 ++++++++++++++++--- website/versioned_docs/version-0.71/button.md | 20 ++++++++++++++++--- website/versioned_docs/version-0.72/button.md | 20 ++++++++++++++++--- 4 files changed, 68 insertions(+), 12 deletions(-) diff --git a/docs/button.md b/docs/button.md index bb23ef8618b..262ad5fd01d 100644 --- a/docs/button.md +++ b/docs/button.md @@ -186,9 +186,23 @@ See the [Accessibility guide](accessibility.md#accessibility-actions) for more i Color of the text (iOS), or background color of the button (Android). -| Type | Default | -| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [color](colors) | `'#2196F3'`
Android

`'#007AFF'`
iOS
| +```mdx-code-block +export function ColorDefaults() { + return ( + <> + {" "}'#2196F3' + {" "}
Android
+
+ {" "}'#007AFF' + {" "}
iOS
+ + ); +} +``` + +| Type | Default | +| --------------- | ---------------- | +| [color](colors) | | --- diff --git a/website/versioned_docs/version-0.70/button.md b/website/versioned_docs/version-0.70/button.md index dfb94ecba4d..c3da28aec27 100644 --- a/website/versioned_docs/version-0.70/button.md +++ b/website/versioned_docs/version-0.70/button.md @@ -178,9 +178,23 @@ See the [Accessibility guide](accessibility.md#accessibility-actions) for more i Color of the text (iOS), or background color of the button (Android). -| Type | Default | -| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [color](colors) | `'#2196F3'`
Android

`'#007AFF'`
iOS
| +```mdx-code-block +export function ColorDefaults() { + return ( + <> + {" "}'#2196F3' + {" "}
Android
+
+ {" "}'#007AFF' + {" "}
iOS
+ + ); +} +``` + +| Type | Default | +| --------------- | ---------------- | +| [color](colors) | | --- diff --git a/website/versioned_docs/version-0.71/button.md b/website/versioned_docs/version-0.71/button.md index a51eac41d06..3dee6de39c6 100644 --- a/website/versioned_docs/version-0.71/button.md +++ b/website/versioned_docs/version-0.71/button.md @@ -186,9 +186,23 @@ See the [Accessibility guide](accessibility.md#accessibility-actions) for more i Color of the text (iOS), or background color of the button (Android). -| Type | Default | -| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [color](colors) | `'#2196F3'`
Android

`'#007AFF'`
iOS
| +```mdx-code-block +export function ColorDefaults() { + return ( + <> + {" "}'#2196F3' + {" "}
Android
+
+ {" "}'#007AFF' + {" "}
iOS
+ + ); +} +``` + +| Type | Default | +| --------------- | ---------------- | +| [color](colors) | | --- diff --git a/website/versioned_docs/version-0.72/button.md b/website/versioned_docs/version-0.72/button.md index bb23ef8618b..262ad5fd01d 100644 --- a/website/versioned_docs/version-0.72/button.md +++ b/website/versioned_docs/version-0.72/button.md @@ -186,9 +186,23 @@ See the [Accessibility guide](accessibility.md#accessibility-actions) for more i Color of the text (iOS), or background color of the button (Android). -| Type | Default | -| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [color](colors) | `'#2196F3'`
Android

`'#007AFF'`
iOS
| +```mdx-code-block +export function ColorDefaults() { + return ( + <> + {" "}'#2196F3' + {" "}
Android
+
+ {" "}'#007AFF' + {" "}
iOS
+ + ); +} +``` + +| Type | Default | +| --------------- | ---------------- | +| [color](colors) | | --- From 71cf3849c5128212dcfd37a8eaba493d4fb121a2 Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Sat, 2 Sep 2023 16:11:45 +0200 Subject: [PATCH 3/6] Fix color keywords --- docs/colors.md | 290 +++++++++--------- website/versioned_docs/version-0.70/colors.md | 290 +++++++++--------- website/versioned_docs/version-0.71/colors.md | 290 +++++++++--------- website/versioned_docs/version-0.72/colors.md | 290 +++++++++--------- 4 files changed, 580 insertions(+), 580 deletions(-) diff --git a/docs/colors.md b/docs/colors.md index 835f8a897cf..3da23478851 100644 --- a/docs/colors.md +++ b/docs/colors.md @@ -76,148 +76,148 @@ Named colors implementation follows the [CSS3/SVG specification](https://www.w3. -- aliceblue (`#f0f8ff`) -- antiquewhite (`#faebd7`) -- aqua (`#00ffff`) -- aquamarine (`#7fffd4`) -- azure (`#f0ffff`) -- beige (`#f5f5dc`) -- bisque (`#ffe4c4`) -- black (`#000000`) -- blanchedalmond (`#ffebcd`) -- blue (`#0000ff`) -- blueviolet (`#8a2be2`) -- brown (`#a52a2a`) -- burlywood (`#deb887`) -- cadetblue (`#5f9ea0`) -- chartreuse (`#7fff00`) -- chocolate (`#d2691e`) -- coral (`#ff7f50`) -- cornflowerblue (`#6495ed`) -- cornsilk (`#fff8dc`) -- crimson (`#dc143c`) -- cyan (`#00ffff`) -- darkblue (`#00008b`) -- darkcyan (`#008b8b`) -- darkgoldenrod (`#b8860b`) -- darkgray (`#a9a9a9`) -- darkgreen (`#006400`) -- darkgrey (`#a9a9a9`) -- darkkhaki (`#bdb76b`) -- darkmagenta (`#8b008b`) -- darkolivegreen (`#556b2f`) -- darkorange (`#ff8c00`) -- darkorchid (`#9932cc`) -- darkred (`#8b0000`) -- darksalmon (`#e9967a`) -- darkseagreen (`#8fbc8f`) -- darkslateblue (`#483d8b`) -- darkslategrey (`#2f4f4f`) -- darkturquoise (`#00ced1`) -- darkviolet (`#9400d3`) -- deeppink (`#ff1493`) -- deepskyblue (`#00bfff`) -- dimgray (`#696969`) -- dimgrey (`#696969`) -- dodgerblue (`#1e90ff`) -- firebrick (`#b22222`) -- floralwhite (`#fffaf0`) -- forestgreen (`#228b22`) -- fuchsia (`#ff00ff`) -- gainsboro (`#dcdcdc`) -- ghostwhite (`#f8f8ff`) -- gold (`#ffd700`) -- goldenrod (`#daa520`) -- gray (`#808080`) -- green (`#008000`) -- greenyellow (`#adff2f`) -- grey (`#808080`) -- honeydew (`#f0fff0`) -- hotpink (`#ff69b4`) -- indianred (`#cd5c5c`) -- indigo (`#4b0082`) -- ivory (`#fffff0`) -- khaki (`#f0e68c`) -- lavender (`#e6e6fa`) -- lavenderblush (`#fff0f5`) -- lawngreen (`#7cfc00`) -- lemonchiffon (`#fffacd`) -- lightblue (`#add8e6`) -- lightcoral (`#f08080`) -- lightcyan (`#e0ffff`) -- lightgoldenrodyellow (`#fafad2`) -- lightgray (`#d3d3d3`) -- lightgreen (`#90ee90`) -- lightgrey (`#d3d3d3`) -- lightpink (`#ffb6c1`) -- lightsalmon (`#ffa07a`) -- lightseagreen (`#20b2aa`) -- lightskyblue (`#87cefa`) -- lightslategrey (`#778899`) -- lightsteelblue (`#b0c4de`) -- lightyellow (`#ffffe0`) -- lime (`#00ff00`) -- limegreen (`#32cd32`) -- linen (`#faf0e6`) -- magenta (`#ff00ff`) -- maroon (`#800000`) -- mediumaquamarine (`#66cdaa`) -- mediumblue (`#0000cd`) -- mediumorchid (`#ba55d3`) -- mediumpurple (`#9370db`) -- mediumseagreen (`#3cb371`) -- mediumslateblue (`#7b68ee`) -- mediumspringgreen (`#00fa9a`) -- mediumturquoise (`#48d1cc`) -- mediumvioletred (`#c71585`) -- midnightblue (`#191970`) -- mintcream (`#f5fffa`) -- mistyrose (`#ffe4e1`) -- moccasin (`#ffe4b5`) -- navajowhite (`#ffdead`) -- navy (`#000080`) -- oldlace (`#fdf5e6`) -- olive (`#808000`) -- olivedrab (`#6b8e23`) -- orange (`#ffa500`) -- orangered (`#ff4500`) -- orchid (`#da70d6`) -- palegoldenrod (`#eee8aa`) -- palegreen (`#98fb98`) -- paleturquoise (`#afeeee`) -- palevioletred (`#db7093`) -- papayawhip (`#ffefd5`) -- peachpuff (`#ffdab9`) -- peru (`#cd853f`) -- pink (`#ffc0cb`) -- plum (`#dda0dd`) -- powderblue (`#b0e0e6`) -- purple (`#800080`) -- rebeccapurple (`#663399`) -- red (`#ff0000`) -- rosybrown (`#bc8f8f`) -- royalblue (`#4169e1`) -- saddlebrown (`#8b4513`) -- salmon (`#fa8072`) -- sandybrown (`#f4a460`) -- seagreen (`#2e8b57`) -- seashell (`#fff5ee`) -- sienna (`#a0522d`) -- silver (`#c0c0c0`) -- skyblue (`#87ceeb`) -- slateblue (`#6a5acd`) -- slategray (`#708090`) -- snow (`#fffafa`) -- springgreen (`#00ff7f`) -- steelblue (`#4682b4`) -- tan (`#d2b48c`) -- teal (`#008080`) -- thistle (`#d8bfd8`) -- tomato (`#ff6347`) -- turquoise (`#40e0d0`) -- violet (`#ee82ee`) -- wheat (`#f5deb3`) -- white (`#ffffff`) -- whitesmoke (`#f5f5f5`) -- yellow (`#ffff00`) -- yellowgreen (`#9acd32`) +- aliceblue (#f0f8ff) +- antiquewhite (#faebd7) +- aqua (#00ffff) +- aquamarine (#7fffd4) +- azure (#f0ffff) +- beige (#f5f5dc) +- bisque (#ffe4c4) +- black (#000000) +- blanchedalmond (#ffebcd) +- blue (#0000ff) +- blueviolet (#8a2be2) +- brown (#a52a2a) +- burlywood (#deb887) +- cadetblue (#5f9ea0) +- chartreuse (#7fff00) +- chocolate (#d2691e) +- coral (#ff7f50) +- cornflowerblue (#6495ed) +- cornsilk (#fff8dc) +- crimson (#dc143c) +- cyan (#00ffff) +- darkblue (#00008b) +- darkcyan (#008b8b) +- darkgoldenrod (#b8860b) +- darkgray (#a9a9a9) +- darkgreen (#006400) +- darkgrey (#a9a9a9) +- darkkhaki (#bdb76b) +- darkmagenta (#8b008b) +- darkolivegreen (#556b2f) +- darkorange (#ff8c00) +- darkorchid (#9932cc) +- darkred (#8b0000) +- darksalmon (#e9967a) +- darkseagreen (#8fbc8f) +- darkslateblue (#483d8b) +- darkslategrey (#2f4f4f) +- darkturquoise (#00ced1) +- darkviolet (#9400d3) +- deeppink (#ff1493) +- deepskyblue (#00bfff) +- dimgray (#696969) +- dimgrey (#696969) +- dodgerblue (#1e90ff) +- firebrick (#b22222) +- floralwhite (#fffaf0) +- forestgreen (#228b22) +- fuchsia (#ff00ff) +- gainsboro (#dcdcdc) +- ghostwhite (#f8f8ff) +- gold (#ffd700) +- goldenrod (#daa520) +- gray (#808080) +- green (#008000) +- greenyellow (#adff2f) +- grey (#808080) +- honeydew (#f0fff0) +- hotpink (#ff69b4) +- indianred (#cd5c5c) +- indigo (#4b0082) +- ivory (#fffff0) +- khaki (#f0e68c) +- lavender (#e6e6fa) +- lavenderblush (#fff0f5) +- lawngreen (#7cfc00) +- lemonchiffon (#fffacd) +- lightblue (#add8e6) +- lightcoral (#f08080) +- lightcyan (#e0ffff) +- lightgoldenrodyellow (#fafad2) +- lightgray (#d3d3d3) +- lightgreen (#90ee90) +- lightgrey (#d3d3d3) +- lightpink (#ffb6c1) +- lightsalmon (#ffa07a) +- lightseagreen (#20b2aa) +- lightskyblue (#87cefa) +- lightslategrey (#778899) +- lightsteelblue (#b0c4de) +- lightyellow (#ffffe0) +- lime (#00ff00) +- limegreen (#32cd32) +- linen (#faf0e6) +- magenta (#ff00ff) +- maroon (#800000) +- mediumaquamarine (#66cdaa) +- mediumblue (#0000cd) +- mediumorchid (#ba55d3) +- mediumpurple (#9370db) +- mediumseagreen (#3cb371) +- mediumslateblue (#7b68ee) +- mediumspringgreen (#00fa9a) +- mediumturquoise (#48d1cc) +- mediumvioletred (#c71585) +- midnightblue (#191970) +- mintcream (#f5fffa) +- mistyrose (#ffe4e1) +- moccasin (#ffe4b5) +- navajowhite (#ffdead) +- navy (#000080) +- oldlace (#fdf5e6) +- olive (#808000) +- olivedrab (#6b8e23) +- orange (#ffa500) +- orangered (#ff4500) +- orchid (#da70d6) +- palegoldenrod (#eee8aa) +- palegreen (#98fb98) +- paleturquoise (#afeeee) +- palevioletred (#db7093) +- papayawhip (#ffefd5) +- peachpuff (#ffdab9) +- peru (#cd853f) +- pink (#ffc0cb) +- plum (#dda0dd) +- powderblue (#b0e0e6) +- purple (#800080) +- rebeccapurple (#663399) +- red (#ff0000) +- rosybrown (#bc8f8f) +- royalblue (#4169e1) +- saddlebrown (#8b4513) +- salmon (#fa8072) +- sandybrown (#f4a460) +- seagreen (#2e8b57) +- seashell (#fff5ee) +- sienna (#a0522d) +- silver (#c0c0c0) +- skyblue (#87ceeb) +- slateblue (#6a5acd) +- slategray (#708090) +- snow (#fffafa) +- springgreen (#00ff7f) +- steelblue (#4682b4) +- tan (#d2b48c) +- teal (#008080) +- thistle (#d8bfd8) +- tomato (#ff6347) +- turquoise (#40e0d0) +- violet (#ee82ee) +- wheat (#f5deb3) +- white (#ffffff) +- whitesmoke (#f5f5f5) +- yellow (#ffff00) +- yellowgreen (#9acd32) diff --git a/website/versioned_docs/version-0.70/colors.md b/website/versioned_docs/version-0.70/colors.md index b396bfbfb38..58d08811699 100644 --- a/website/versioned_docs/version-0.70/colors.md +++ b/website/versioned_docs/version-0.70/colors.md @@ -63,148 +63,148 @@ Named colors implementation follows the [CSS3/SVG specification](https://www.w3. -- aliceblue (`#f0f8ff`) -- antiquewhite (`#faebd7`) -- aqua (`#00ffff`) -- aquamarine (`#7fffd4`) -- azure (`#f0ffff`) -- beige (`#f5f5dc`) -- bisque (`#ffe4c4`) -- black (`#000000`) -- blanchedalmond (`#ffebcd`) -- blue (`#0000ff`) -- blueviolet (`#8a2be2`) -- brown (`#a52a2a`) -- burlywood (`#deb887`) -- cadetblue (`#5f9ea0`) -- chartreuse (`#7fff00`) -- chocolate (`#d2691e`) -- coral (`#ff7f50`) -- cornflowerblue (`#6495ed`) -- cornsilk (`#fff8dc`) -- crimson (`#dc143c`) -- cyan (`#00ffff`) -- darkblue (`#00008b`) -- darkcyan (`#008b8b`) -- darkgoldenrod (`#b8860b`) -- darkgray (`#a9a9a9`) -- darkgreen (`#006400`) -- darkgrey (`#a9a9a9`) -- darkkhaki (`#bdb76b`) -- darkmagenta (`#8b008b`) -- darkolivegreen (`#556b2f`) -- darkorange (`#ff8c00`) -- darkorchid (`#9932cc`) -- darkred (`#8b0000`) -- darksalmon (`#e9967a`) -- darkseagreen (`#8fbc8f`) -- darkslateblue (`#483d8b`) -- darkslategrey (`#2f4f4f`) -- darkturquoise (`#00ced1`) -- darkviolet (`#9400d3`) -- deeppink (`#ff1493`) -- deepskyblue (`#00bfff`) -- dimgray (`#696969`) -- dimgrey (`#696969`) -- dodgerblue (`#1e90ff`) -- firebrick (`#b22222`) -- floralwhite (`#fffaf0`) -- forestgreen (`#228b22`) -- fuchsia (`#ff00ff`) -- gainsboro (`#dcdcdc`) -- ghostwhite (`#f8f8ff`) -- gold (`#ffd700`) -- goldenrod (`#daa520`) -- gray (`#808080`) -- green (`#008000`) -- greenyellow (`#adff2f`) -- grey (`#808080`) -- honeydew (`#f0fff0`) -- hotpink (`#ff69b4`) -- indianred (`#cd5c5c`) -- indigo (`#4b0082`) -- ivory (`#fffff0`) -- khaki (`#f0e68c`) -- lavender (`#e6e6fa`) -- lavenderblush (`#fff0f5`) -- lawngreen (`#7cfc00`) -- lemonchiffon (`#fffacd`) -- lightblue (`#add8e6`) -- lightcoral (`#f08080`) -- lightcyan (`#e0ffff`) -- lightgoldenrodyellow (`#fafad2`) -- lightgray (`#d3d3d3`) -- lightgreen (`#90ee90`) -- lightgrey (`#d3d3d3`) -- lightpink (`#ffb6c1`) -- lightsalmon (`#ffa07a`) -- lightseagreen (`#20b2aa`) -- lightskyblue (`#87cefa`) -- lightslategrey (`#778899`) -- lightsteelblue (`#b0c4de`) -- lightyellow (`#ffffe0`) -- lime (`#00ff00`) -- limegreen (`#32cd32`) -- linen (`#faf0e6`) -- magenta (`#ff00ff`) -- maroon (`#800000`) -- mediumaquamarine (`#66cdaa`) -- mediumblue (`#0000cd`) -- mediumorchid (`#ba55d3`) -- mediumpurple (`#9370db`) -- mediumseagreen (`#3cb371`) -- mediumslateblue (`#7b68ee`) -- mediumspringgreen (`#00fa9a`) -- mediumturquoise (`#48d1cc`) -- mediumvioletred (`#c71585`) -- midnightblue (`#191970`) -- mintcream (`#f5fffa`) -- mistyrose (`#ffe4e1`) -- moccasin (`#ffe4b5`) -- navajowhite (`#ffdead`) -- navy (`#000080`) -- oldlace (`#fdf5e6`) -- olive (`#808000`) -- olivedrab (`#6b8e23`) -- orange (`#ffa500`) -- orangered (`#ff4500`) -- orchid (`#da70d6`) -- palegoldenrod (`#eee8aa`) -- palegreen (`#98fb98`) -- paleturquoise (`#afeeee`) -- palevioletred (`#db7093`) -- papayawhip (`#ffefd5`) -- peachpuff (`#ffdab9`) -- peru (`#cd853f`) -- pink (`#ffc0cb`) -- plum (`#dda0dd`) -- powderblue (`#b0e0e6`) -- purple (`#800080`) -- rebeccapurple (`#663399`) -- red (`#ff0000`) -- rosybrown (`#bc8f8f`) -- royalblue (`#4169e1`) -- saddlebrown (`#8b4513`) -- salmon (`#fa8072`) -- sandybrown (`#f4a460`) -- seagreen (`#2e8b57`) -- seashell (`#fff5ee`) -- sienna (`#a0522d`) -- silver (`#c0c0c0`) -- skyblue (`#87ceeb`) -- slateblue (`#6a5acd`) -- slategray (`#708090`) -- snow (`#fffafa`) -- springgreen (`#00ff7f`) -- steelblue (`#4682b4`) -- tan (`#d2b48c`) -- teal (`#008080`) -- thistle (`#d8bfd8`) -- tomato (`#ff6347`) -- turquoise (`#40e0d0`) -- violet (`#ee82ee`) -- wheat (`#f5deb3`) -- white (`#ffffff`) -- whitesmoke (`#f5f5f5`) -- yellow (`#ffff00`) -- yellowgreen (`#9acd32`) +- aliceblue (#f0f8ff) +- antiquewhite (#faebd7) +- aqua (#00ffff) +- aquamarine (#7fffd4) +- azure (#f0ffff) +- beige (#f5f5dc) +- bisque (#ffe4c4) +- black (#000000) +- blanchedalmond (#ffebcd) +- blue (#0000ff) +- blueviolet (#8a2be2) +- brown (#a52a2a) +- burlywood (#deb887) +- cadetblue (#5f9ea0) +- chartreuse (#7fff00) +- chocolate (#d2691e) +- coral (#ff7f50) +- cornflowerblue (#6495ed) +- cornsilk (#fff8dc) +- crimson (#dc143c) +- cyan (#00ffff) +- darkblue (#00008b) +- darkcyan (#008b8b) +- darkgoldenrod (#b8860b) +- darkgray (#a9a9a9) +- darkgreen (#006400) +- darkgrey (#a9a9a9) +- darkkhaki (#bdb76b) +- darkmagenta (#8b008b) +- darkolivegreen (#556b2f) +- darkorange (#ff8c00) +- darkorchid (#9932cc) +- darkred (#8b0000) +- darksalmon (#e9967a) +- darkseagreen (#8fbc8f) +- darkslateblue (#483d8b) +- darkslategrey (#2f4f4f) +- darkturquoise (#00ced1) +- darkviolet (#9400d3) +- deeppink (#ff1493) +- deepskyblue (#00bfff) +- dimgray (#696969) +- dimgrey (#696969) +- dodgerblue (#1e90ff) +- firebrick (#b22222) +- floralwhite (#fffaf0) +- forestgreen (#228b22) +- fuchsia (#ff00ff) +- gainsboro (#dcdcdc) +- ghostwhite (#f8f8ff) +- gold (#ffd700) +- goldenrod (#daa520) +- gray (#808080) +- green (#008000) +- greenyellow (#adff2f) +- grey (#808080) +- honeydew (#f0fff0) +- hotpink (#ff69b4) +- indianred (#cd5c5c) +- indigo (#4b0082) +- ivory (#fffff0) +- khaki (#f0e68c) +- lavender (#e6e6fa) +- lavenderblush (#fff0f5) +- lawngreen (#7cfc00) +- lemonchiffon (#fffacd) +- lightblue (#add8e6) +- lightcoral (#f08080) +- lightcyan (#e0ffff) +- lightgoldenrodyellow (#fafad2) +- lightgray (#d3d3d3) +- lightgreen (#90ee90) +- lightgrey (#d3d3d3) +- lightpink (#ffb6c1) +- lightsalmon (#ffa07a) +- lightseagreen (#20b2aa) +- lightskyblue (#87cefa) +- lightslategrey (#778899) +- lightsteelblue (#b0c4de) +- lightyellow (#ffffe0) +- lime (#00ff00) +- limegreen (#32cd32) +- linen (#faf0e6) +- magenta (#ff00ff) +- maroon (#800000) +- mediumaquamarine (#66cdaa) +- mediumblue (#0000cd) +- mediumorchid (#ba55d3) +- mediumpurple (#9370db) +- mediumseagreen (#3cb371) +- mediumslateblue (#7b68ee) +- mediumspringgreen (#00fa9a) +- mediumturquoise (#48d1cc) +- mediumvioletred (#c71585) +- midnightblue (#191970) +- mintcream (#f5fffa) +- mistyrose (#ffe4e1) +- moccasin (#ffe4b5) +- navajowhite (#ffdead) +- navy (#000080) +- oldlace (#fdf5e6) +- olive (#808000) +- olivedrab (#6b8e23) +- orange (#ffa500) +- orangered (#ff4500) +- orchid (#da70d6) +- palegoldenrod (#eee8aa) +- palegreen (#98fb98) +- paleturquoise (#afeeee) +- palevioletred (#db7093) +- papayawhip (#ffefd5) +- peachpuff (#ffdab9) +- peru (#cd853f) +- pink (#ffc0cb) +- plum (#dda0dd) +- powderblue (#b0e0e6) +- purple (#800080) +- rebeccapurple (#663399) +- red (#ff0000) +- rosybrown (#bc8f8f) +- royalblue (#4169e1) +- saddlebrown (#8b4513) +- salmon (#fa8072) +- sandybrown (#f4a460) +- seagreen (#2e8b57) +- seashell (#fff5ee) +- sienna (#a0522d) +- silver (#c0c0c0) +- skyblue (#87ceeb) +- slateblue (#6a5acd) +- slategray (#708090) +- snow (#fffafa) +- springgreen (#00ff7f) +- steelblue (#4682b4) +- tan (#d2b48c) +- teal (#008080) +- thistle (#d8bfd8) +- tomato (#ff6347) +- turquoise (#40e0d0) +- violet (#ee82ee) +- wheat (#f5deb3) +- white (#ffffff) +- whitesmoke (#f5f5f5) +- yellow (#ffff00) +- yellowgreen (#9acd32) diff --git a/website/versioned_docs/version-0.71/colors.md b/website/versioned_docs/version-0.71/colors.md index 835f8a897cf..3da23478851 100644 --- a/website/versioned_docs/version-0.71/colors.md +++ b/website/versioned_docs/version-0.71/colors.md @@ -76,148 +76,148 @@ Named colors implementation follows the [CSS3/SVG specification](https://www.w3. -- aliceblue (`#f0f8ff`) -- antiquewhite (`#faebd7`) -- aqua (`#00ffff`) -- aquamarine (`#7fffd4`) -- azure (`#f0ffff`) -- beige (`#f5f5dc`) -- bisque (`#ffe4c4`) -- black (`#000000`) -- blanchedalmond (`#ffebcd`) -- blue (`#0000ff`) -- blueviolet (`#8a2be2`) -- brown (`#a52a2a`) -- burlywood (`#deb887`) -- cadetblue (`#5f9ea0`) -- chartreuse (`#7fff00`) -- chocolate (`#d2691e`) -- coral (`#ff7f50`) -- cornflowerblue (`#6495ed`) -- cornsilk (`#fff8dc`) -- crimson (`#dc143c`) -- cyan (`#00ffff`) -- darkblue (`#00008b`) -- darkcyan (`#008b8b`) -- darkgoldenrod (`#b8860b`) -- darkgray (`#a9a9a9`) -- darkgreen (`#006400`) -- darkgrey (`#a9a9a9`) -- darkkhaki (`#bdb76b`) -- darkmagenta (`#8b008b`) -- darkolivegreen (`#556b2f`) -- darkorange (`#ff8c00`) -- darkorchid (`#9932cc`) -- darkred (`#8b0000`) -- darksalmon (`#e9967a`) -- darkseagreen (`#8fbc8f`) -- darkslateblue (`#483d8b`) -- darkslategrey (`#2f4f4f`) -- darkturquoise (`#00ced1`) -- darkviolet (`#9400d3`) -- deeppink (`#ff1493`) -- deepskyblue (`#00bfff`) -- dimgray (`#696969`) -- dimgrey (`#696969`) -- dodgerblue (`#1e90ff`) -- firebrick (`#b22222`) -- floralwhite (`#fffaf0`) -- forestgreen (`#228b22`) -- fuchsia (`#ff00ff`) -- gainsboro (`#dcdcdc`) -- ghostwhite (`#f8f8ff`) -- gold (`#ffd700`) -- goldenrod (`#daa520`) -- gray (`#808080`) -- green (`#008000`) -- greenyellow (`#adff2f`) -- grey (`#808080`) -- honeydew (`#f0fff0`) -- hotpink (`#ff69b4`) -- indianred (`#cd5c5c`) -- indigo (`#4b0082`) -- ivory (`#fffff0`) -- khaki (`#f0e68c`) -- lavender (`#e6e6fa`) -- lavenderblush (`#fff0f5`) -- lawngreen (`#7cfc00`) -- lemonchiffon (`#fffacd`) -- lightblue (`#add8e6`) -- lightcoral (`#f08080`) -- lightcyan (`#e0ffff`) -- lightgoldenrodyellow (`#fafad2`) -- lightgray (`#d3d3d3`) -- lightgreen (`#90ee90`) -- lightgrey (`#d3d3d3`) -- lightpink (`#ffb6c1`) -- lightsalmon (`#ffa07a`) -- lightseagreen (`#20b2aa`) -- lightskyblue (`#87cefa`) -- lightslategrey (`#778899`) -- lightsteelblue (`#b0c4de`) -- lightyellow (`#ffffe0`) -- lime (`#00ff00`) -- limegreen (`#32cd32`) -- linen (`#faf0e6`) -- magenta (`#ff00ff`) -- maroon (`#800000`) -- mediumaquamarine (`#66cdaa`) -- mediumblue (`#0000cd`) -- mediumorchid (`#ba55d3`) -- mediumpurple (`#9370db`) -- mediumseagreen (`#3cb371`) -- mediumslateblue (`#7b68ee`) -- mediumspringgreen (`#00fa9a`) -- mediumturquoise (`#48d1cc`) -- mediumvioletred (`#c71585`) -- midnightblue (`#191970`) -- mintcream (`#f5fffa`) -- mistyrose (`#ffe4e1`) -- moccasin (`#ffe4b5`) -- navajowhite (`#ffdead`) -- navy (`#000080`) -- oldlace (`#fdf5e6`) -- olive (`#808000`) -- olivedrab (`#6b8e23`) -- orange (`#ffa500`) -- orangered (`#ff4500`) -- orchid (`#da70d6`) -- palegoldenrod (`#eee8aa`) -- palegreen (`#98fb98`) -- paleturquoise (`#afeeee`) -- palevioletred (`#db7093`) -- papayawhip (`#ffefd5`) -- peachpuff (`#ffdab9`) -- peru (`#cd853f`) -- pink (`#ffc0cb`) -- plum (`#dda0dd`) -- powderblue (`#b0e0e6`) -- purple (`#800080`) -- rebeccapurple (`#663399`) -- red (`#ff0000`) -- rosybrown (`#bc8f8f`) -- royalblue (`#4169e1`) -- saddlebrown (`#8b4513`) -- salmon (`#fa8072`) -- sandybrown (`#f4a460`) -- seagreen (`#2e8b57`) -- seashell (`#fff5ee`) -- sienna (`#a0522d`) -- silver (`#c0c0c0`) -- skyblue (`#87ceeb`) -- slateblue (`#6a5acd`) -- slategray (`#708090`) -- snow (`#fffafa`) -- springgreen (`#00ff7f`) -- steelblue (`#4682b4`) -- tan (`#d2b48c`) -- teal (`#008080`) -- thistle (`#d8bfd8`) -- tomato (`#ff6347`) -- turquoise (`#40e0d0`) -- violet (`#ee82ee`) -- wheat (`#f5deb3`) -- white (`#ffffff`) -- whitesmoke (`#f5f5f5`) -- yellow (`#ffff00`) -- yellowgreen (`#9acd32`) +- aliceblue (#f0f8ff) +- antiquewhite (#faebd7) +- aqua (#00ffff) +- aquamarine (#7fffd4) +- azure (#f0ffff) +- beige (#f5f5dc) +- bisque (#ffe4c4) +- black (#000000) +- blanchedalmond (#ffebcd) +- blue (#0000ff) +- blueviolet (#8a2be2) +- brown (#a52a2a) +- burlywood (#deb887) +- cadetblue (#5f9ea0) +- chartreuse (#7fff00) +- chocolate (#d2691e) +- coral (#ff7f50) +- cornflowerblue (#6495ed) +- cornsilk (#fff8dc) +- crimson (#dc143c) +- cyan (#00ffff) +- darkblue (#00008b) +- darkcyan (#008b8b) +- darkgoldenrod (#b8860b) +- darkgray (#a9a9a9) +- darkgreen (#006400) +- darkgrey (#a9a9a9) +- darkkhaki (#bdb76b) +- darkmagenta (#8b008b) +- darkolivegreen (#556b2f) +- darkorange (#ff8c00) +- darkorchid (#9932cc) +- darkred (#8b0000) +- darksalmon (#e9967a) +- darkseagreen (#8fbc8f) +- darkslateblue (#483d8b) +- darkslategrey (#2f4f4f) +- darkturquoise (#00ced1) +- darkviolet (#9400d3) +- deeppink (#ff1493) +- deepskyblue (#00bfff) +- dimgray (#696969) +- dimgrey (#696969) +- dodgerblue (#1e90ff) +- firebrick (#b22222) +- floralwhite (#fffaf0) +- forestgreen (#228b22) +- fuchsia (#ff00ff) +- gainsboro (#dcdcdc) +- ghostwhite (#f8f8ff) +- gold (#ffd700) +- goldenrod (#daa520) +- gray (#808080) +- green (#008000) +- greenyellow (#adff2f) +- grey (#808080) +- honeydew (#f0fff0) +- hotpink (#ff69b4) +- indianred (#cd5c5c) +- indigo (#4b0082) +- ivory (#fffff0) +- khaki (#f0e68c) +- lavender (#e6e6fa) +- lavenderblush (#fff0f5) +- lawngreen (#7cfc00) +- lemonchiffon (#fffacd) +- lightblue (#add8e6) +- lightcoral (#f08080) +- lightcyan (#e0ffff) +- lightgoldenrodyellow (#fafad2) +- lightgray (#d3d3d3) +- lightgreen (#90ee90) +- lightgrey (#d3d3d3) +- lightpink (#ffb6c1) +- lightsalmon (#ffa07a) +- lightseagreen (#20b2aa) +- lightskyblue (#87cefa) +- lightslategrey (#778899) +- lightsteelblue (#b0c4de) +- lightyellow (#ffffe0) +- lime (#00ff00) +- limegreen (#32cd32) +- linen (#faf0e6) +- magenta (#ff00ff) +- maroon (#800000) +- mediumaquamarine (#66cdaa) +- mediumblue (#0000cd) +- mediumorchid (#ba55d3) +- mediumpurple (#9370db) +- mediumseagreen (#3cb371) +- mediumslateblue (#7b68ee) +- mediumspringgreen (#00fa9a) +- mediumturquoise (#48d1cc) +- mediumvioletred (#c71585) +- midnightblue (#191970) +- mintcream (#f5fffa) +- mistyrose (#ffe4e1) +- moccasin (#ffe4b5) +- navajowhite (#ffdead) +- navy (#000080) +- oldlace (#fdf5e6) +- olive (#808000) +- olivedrab (#6b8e23) +- orange (#ffa500) +- orangered (#ff4500) +- orchid (#da70d6) +- palegoldenrod (#eee8aa) +- palegreen (#98fb98) +- paleturquoise (#afeeee) +- palevioletred (#db7093) +- papayawhip (#ffefd5) +- peachpuff (#ffdab9) +- peru (#cd853f) +- pink (#ffc0cb) +- plum (#dda0dd) +- powderblue (#b0e0e6) +- purple (#800080) +- rebeccapurple (#663399) +- red (#ff0000) +- rosybrown (#bc8f8f) +- royalblue (#4169e1) +- saddlebrown (#8b4513) +- salmon (#fa8072) +- sandybrown (#f4a460) +- seagreen (#2e8b57) +- seashell (#fff5ee) +- sienna (#a0522d) +- silver (#c0c0c0) +- skyblue (#87ceeb) +- slateblue (#6a5acd) +- slategray (#708090) +- snow (#fffafa) +- springgreen (#00ff7f) +- steelblue (#4682b4) +- tan (#d2b48c) +- teal (#008080) +- thistle (#d8bfd8) +- tomato (#ff6347) +- turquoise (#40e0d0) +- violet (#ee82ee) +- wheat (#f5deb3) +- white (#ffffff) +- whitesmoke (#f5f5f5) +- yellow (#ffff00) +- yellowgreen (#9acd32) diff --git a/website/versioned_docs/version-0.72/colors.md b/website/versioned_docs/version-0.72/colors.md index 835f8a897cf..3da23478851 100644 --- a/website/versioned_docs/version-0.72/colors.md +++ b/website/versioned_docs/version-0.72/colors.md @@ -76,148 +76,148 @@ Named colors implementation follows the [CSS3/SVG specification](https://www.w3. -- aliceblue (`#f0f8ff`) -- antiquewhite (`#faebd7`) -- aqua (`#00ffff`) -- aquamarine (`#7fffd4`) -- azure (`#f0ffff`) -- beige (`#f5f5dc`) -- bisque (`#ffe4c4`) -- black (`#000000`) -- blanchedalmond (`#ffebcd`) -- blue (`#0000ff`) -- blueviolet (`#8a2be2`) -- brown (`#a52a2a`) -- burlywood (`#deb887`) -- cadetblue (`#5f9ea0`) -- chartreuse (`#7fff00`) -- chocolate (`#d2691e`) -- coral (`#ff7f50`) -- cornflowerblue (`#6495ed`) -- cornsilk (`#fff8dc`) -- crimson (`#dc143c`) -- cyan (`#00ffff`) -- darkblue (`#00008b`) -- darkcyan (`#008b8b`) -- darkgoldenrod (`#b8860b`) -- darkgray (`#a9a9a9`) -- darkgreen (`#006400`) -- darkgrey (`#a9a9a9`) -- darkkhaki (`#bdb76b`) -- darkmagenta (`#8b008b`) -- darkolivegreen (`#556b2f`) -- darkorange (`#ff8c00`) -- darkorchid (`#9932cc`) -- darkred (`#8b0000`) -- darksalmon (`#e9967a`) -- darkseagreen (`#8fbc8f`) -- darkslateblue (`#483d8b`) -- darkslategrey (`#2f4f4f`) -- darkturquoise (`#00ced1`) -- darkviolet (`#9400d3`) -- deeppink (`#ff1493`) -- deepskyblue (`#00bfff`) -- dimgray (`#696969`) -- dimgrey (`#696969`) -- dodgerblue (`#1e90ff`) -- firebrick (`#b22222`) -- floralwhite (`#fffaf0`) -- forestgreen (`#228b22`) -- fuchsia (`#ff00ff`) -- gainsboro (`#dcdcdc`) -- ghostwhite (`#f8f8ff`) -- gold (`#ffd700`) -- goldenrod (`#daa520`) -- gray (`#808080`) -- green (`#008000`) -- greenyellow (`#adff2f`) -- grey (`#808080`) -- honeydew (`#f0fff0`) -- hotpink (`#ff69b4`) -- indianred (`#cd5c5c`) -- indigo (`#4b0082`) -- ivory (`#fffff0`) -- khaki (`#f0e68c`) -- lavender (`#e6e6fa`) -- lavenderblush (`#fff0f5`) -- lawngreen (`#7cfc00`) -- lemonchiffon (`#fffacd`) -- lightblue (`#add8e6`) -- lightcoral (`#f08080`) -- lightcyan (`#e0ffff`) -- lightgoldenrodyellow (`#fafad2`) -- lightgray (`#d3d3d3`) -- lightgreen (`#90ee90`) -- lightgrey (`#d3d3d3`) -- lightpink (`#ffb6c1`) -- lightsalmon (`#ffa07a`) -- lightseagreen (`#20b2aa`) -- lightskyblue (`#87cefa`) -- lightslategrey (`#778899`) -- lightsteelblue (`#b0c4de`) -- lightyellow (`#ffffe0`) -- lime (`#00ff00`) -- limegreen (`#32cd32`) -- linen (`#faf0e6`) -- magenta (`#ff00ff`) -- maroon (`#800000`) -- mediumaquamarine (`#66cdaa`) -- mediumblue (`#0000cd`) -- mediumorchid (`#ba55d3`) -- mediumpurple (`#9370db`) -- mediumseagreen (`#3cb371`) -- mediumslateblue (`#7b68ee`) -- mediumspringgreen (`#00fa9a`) -- mediumturquoise (`#48d1cc`) -- mediumvioletred (`#c71585`) -- midnightblue (`#191970`) -- mintcream (`#f5fffa`) -- mistyrose (`#ffe4e1`) -- moccasin (`#ffe4b5`) -- navajowhite (`#ffdead`) -- navy (`#000080`) -- oldlace (`#fdf5e6`) -- olive (`#808000`) -- olivedrab (`#6b8e23`) -- orange (`#ffa500`) -- orangered (`#ff4500`) -- orchid (`#da70d6`) -- palegoldenrod (`#eee8aa`) -- palegreen (`#98fb98`) -- paleturquoise (`#afeeee`) -- palevioletred (`#db7093`) -- papayawhip (`#ffefd5`) -- peachpuff (`#ffdab9`) -- peru (`#cd853f`) -- pink (`#ffc0cb`) -- plum (`#dda0dd`) -- powderblue (`#b0e0e6`) -- purple (`#800080`) -- rebeccapurple (`#663399`) -- red (`#ff0000`) -- rosybrown (`#bc8f8f`) -- royalblue (`#4169e1`) -- saddlebrown (`#8b4513`) -- salmon (`#fa8072`) -- sandybrown (`#f4a460`) -- seagreen (`#2e8b57`) -- seashell (`#fff5ee`) -- sienna (`#a0522d`) -- silver (`#c0c0c0`) -- skyblue (`#87ceeb`) -- slateblue (`#6a5acd`) -- slategray (`#708090`) -- snow (`#fffafa`) -- springgreen (`#00ff7f`) -- steelblue (`#4682b4`) -- tan (`#d2b48c`) -- teal (`#008080`) -- thistle (`#d8bfd8`) -- tomato (`#ff6347`) -- turquoise (`#40e0d0`) -- violet (`#ee82ee`) -- wheat (`#f5deb3`) -- white (`#ffffff`) -- whitesmoke (`#f5f5f5`) -- yellow (`#ffff00`) -- yellowgreen (`#9acd32`) +- aliceblue (#f0f8ff) +- antiquewhite (#faebd7) +- aqua (#00ffff) +- aquamarine (#7fffd4) +- azure (#f0ffff) +- beige (#f5f5dc) +- bisque (#ffe4c4) +- black (#000000) +- blanchedalmond (#ffebcd) +- blue (#0000ff) +- blueviolet (#8a2be2) +- brown (#a52a2a) +- burlywood (#deb887) +- cadetblue (#5f9ea0) +- chartreuse (#7fff00) +- chocolate (#d2691e) +- coral (#ff7f50) +- cornflowerblue (#6495ed) +- cornsilk (#fff8dc) +- crimson (#dc143c) +- cyan (#00ffff) +- darkblue (#00008b) +- darkcyan (#008b8b) +- darkgoldenrod (#b8860b) +- darkgray (#a9a9a9) +- darkgreen (#006400) +- darkgrey (#a9a9a9) +- darkkhaki (#bdb76b) +- darkmagenta (#8b008b) +- darkolivegreen (#556b2f) +- darkorange (#ff8c00) +- darkorchid (#9932cc) +- darkred (#8b0000) +- darksalmon (#e9967a) +- darkseagreen (#8fbc8f) +- darkslateblue (#483d8b) +- darkslategrey (#2f4f4f) +- darkturquoise (#00ced1) +- darkviolet (#9400d3) +- deeppink (#ff1493) +- deepskyblue (#00bfff) +- dimgray (#696969) +- dimgrey (#696969) +- dodgerblue (#1e90ff) +- firebrick (#b22222) +- floralwhite (#fffaf0) +- forestgreen (#228b22) +- fuchsia (#ff00ff) +- gainsboro (#dcdcdc) +- ghostwhite (#f8f8ff) +- gold (#ffd700) +- goldenrod (#daa520) +- gray (#808080) +- green (#008000) +- greenyellow (#adff2f) +- grey (#808080) +- honeydew (#f0fff0) +- hotpink (#ff69b4) +- indianred (#cd5c5c) +- indigo (#4b0082) +- ivory (#fffff0) +- khaki (#f0e68c) +- lavender (#e6e6fa) +- lavenderblush (#fff0f5) +- lawngreen (#7cfc00) +- lemonchiffon (#fffacd) +- lightblue (#add8e6) +- lightcoral (#f08080) +- lightcyan (#e0ffff) +- lightgoldenrodyellow (#fafad2) +- lightgray (#d3d3d3) +- lightgreen (#90ee90) +- lightgrey (#d3d3d3) +- lightpink (#ffb6c1) +- lightsalmon (#ffa07a) +- lightseagreen (#20b2aa) +- lightskyblue (#87cefa) +- lightslategrey (#778899) +- lightsteelblue (#b0c4de) +- lightyellow (#ffffe0) +- lime (#00ff00) +- limegreen (#32cd32) +- linen (#faf0e6) +- magenta (#ff00ff) +- maroon (#800000) +- mediumaquamarine (#66cdaa) +- mediumblue (#0000cd) +- mediumorchid (#ba55d3) +- mediumpurple (#9370db) +- mediumseagreen (#3cb371) +- mediumslateblue (#7b68ee) +- mediumspringgreen (#00fa9a) +- mediumturquoise (#48d1cc) +- mediumvioletred (#c71585) +- midnightblue (#191970) +- mintcream (#f5fffa) +- mistyrose (#ffe4e1) +- moccasin (#ffe4b5) +- navajowhite (#ffdead) +- navy (#000080) +- oldlace (#fdf5e6) +- olive (#808000) +- olivedrab (#6b8e23) +- orange (#ffa500) +- orangered (#ff4500) +- orchid (#da70d6) +- palegoldenrod (#eee8aa) +- palegreen (#98fb98) +- paleturquoise (#afeeee) +- palevioletred (#db7093) +- papayawhip (#ffefd5) +- peachpuff (#ffdab9) +- peru (#cd853f) +- pink (#ffc0cb) +- plum (#dda0dd) +- powderblue (#b0e0e6) +- purple (#800080) +- rebeccapurple (#663399) +- red (#ff0000) +- rosybrown (#bc8f8f) +- royalblue (#4169e1) +- saddlebrown (#8b4513) +- salmon (#fa8072) +- sandybrown (#f4a460) +- seagreen (#2e8b57) +- seashell (#fff5ee) +- sienna (#a0522d) +- silver (#c0c0c0) +- skyblue (#87ceeb) +- slateblue (#6a5acd) +- slategray (#708090) +- snow (#fffafa) +- springgreen (#00ff7f) +- steelblue (#4682b4) +- tan (#d2b48c) +- teal (#008080) +- thistle (#d8bfd8) +- tomato (#ff6347) +- turquoise (#40e0d0) +- violet (#ee82ee) +- wheat (#f5deb3) +- white (#ffffff) +- whitesmoke (#f5f5f5) +- yellow (#ffff00) +- yellowgreen (#9acd32) From d4ceccc0361e61e4de6bca9dcfcd2b67878f4e58 Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Sat, 2 Sep 2023 16:14:18 +0200 Subject: [PATCH 4/6] Fix admonition important => info --- docs/new-architecture-app-intro.md | 2 +- .../versioned_docs/version-0.71/new-architecture-app-intro.md | 2 +- .../versioned_docs/version-0.72/new-architecture-app-intro.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/new-architecture-app-intro.md b/docs/new-architecture-app-intro.md index f3d1bb5b7ed..e29ded77d34 100644 --- a/docs/new-architecture-app-intro.md +++ b/docs/new-architecture-app-intro.md @@ -22,7 +22,7 @@ You can find instructions on how to upgrade in the page [upgrading to new versio Remember to re-install the dependencies after upgrading (run `npm install` or `yarn`). -:::important +:::info Whenever you have to rename some files in the `ios` folder, please **use Xcode to rename them**. This ensure that the file references are updated in the Xcode project as well. You might need to clean the build folder (**Project** → **Clean Build Folder** or Cmd ⌘ + Shift ⇪ + K) before re-building the app. If the file is renamed outside of Xcode, you may need to click on the old `.m` file reference and Locate the new file. diff --git a/website/versioned_docs/version-0.71/new-architecture-app-intro.md b/website/versioned_docs/version-0.71/new-architecture-app-intro.md index e86c94bc383..02d57fb0db0 100644 --- a/website/versioned_docs/version-0.71/new-architecture-app-intro.md +++ b/website/versioned_docs/version-0.71/new-architecture-app-intro.md @@ -66,7 +66,7 @@ React Native also supports a local version of this file `.xcode.env.local`. This Turbo Native Modules can be written using Objective-C or C++. In order to support both cases, any source files in the user project space that include C++ code should use the `.mm` file extension. This extension corresponds to Objective-C++, a language variant that allows for the use of a combination of C++ and Objective-C in source files. -:::important +:::info **Use Xcode to rename existing files** to ensure file references persist in your project. You might need to clean the build folder (_Project → Clean Build Folder_) before re-building the app. If the file is renamed outside of Xcode, you may need to click on the old `.m` file reference and Locate the new file. diff --git a/website/versioned_docs/version-0.72/new-architecture-app-intro.md b/website/versioned_docs/version-0.72/new-architecture-app-intro.md index f3d1bb5b7ed..e29ded77d34 100644 --- a/website/versioned_docs/version-0.72/new-architecture-app-intro.md +++ b/website/versioned_docs/version-0.72/new-architecture-app-intro.md @@ -22,7 +22,7 @@ You can find instructions on how to upgrade in the page [upgrading to new versio Remember to re-install the dependencies after upgrading (run `npm install` or `yarn`). -:::important +:::info Whenever you have to rename some files in the `ios` folder, please **use Xcode to rename them**. This ensure that the file references are updated in the Xcode project as well. You might need to clean the build folder (**Project** → **Clean Build Folder** or Cmd ⌘ + Shift ⇪ + K) before re-building the app. If the file is renamed outside of Xcode, you may need to click on the old `.m` file reference and Locate the new file. From f217be05fd23d693de72b46f32fd52f7f44a4a56 Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Sat, 2 Sep 2023 16:27:43 +0200 Subject: [PATCH 5/6] Fix bad usage of anchor syntax --- .../backward-compatibility-fabric-components.md | 2 +- .../backward-compatibility-turbomodules.md | 2 +- .../backward-compatibility-fabric-components.md | 2 +- .../backward-compatibility-turbomodules.md | 4 ++-- .../backward-compatibility-fabric-components.md | 2 +- .../backward-compatibility-turbomodules.md | 2 +- .../backward-compatibility-fabric-components.md | 2 +- .../backward-compatibility-turbomodules.md | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/the-new-architecture/backward-compatibility-fabric-components.md b/docs/the-new-architecture/backward-compatibility-fabric-components.md index 3c4116dee24..962c269db73 100644 --- a/docs/the-new-architecture/backward-compatibility-fabric-components.md +++ b/docs/the-new-architecture/backward-compatibility-fabric-components.md @@ -38,7 +38,7 @@ While the last step is the same for all the platforms, the first two steps are d ## Configure the Fabric Native Component Dependencies -### iOS +### iOS {#dependencies-ios} The Apple platform installs Fabric Native Components using [CocoaPods](https://cocoapods.org) as a dependency manager. diff --git a/docs/the-new-architecture/backward-compatibility-turbomodules.md b/docs/the-new-architecture/backward-compatibility-turbomodules.md index d4f906ad443..6e8edbce4dd 100644 --- a/docs/the-new-architecture/backward-compatibility-turbomodules.md +++ b/docs/the-new-architecture/backward-compatibility-turbomodules.md @@ -38,7 +38,7 @@ While the last step is the same for all the platforms, the first two steps are d ## Configure the Turbo Native Module Dependencies -### iOS +### iOS {#dependencies-ios} The Apple platform installs Turbo Native Modules using [CocoaPods](https://cocoapods.org) as a dependency manager. diff --git a/website/versioned_docs/version-0.70/the-new-architecture/backward-compatibility-fabric-components.md b/website/versioned_docs/version-0.70/the-new-architecture/backward-compatibility-fabric-components.md index 970d35da44c..9ed124be655 100644 --- a/website/versioned_docs/version-0.70/the-new-architecture/backward-compatibility-fabric-components.md +++ b/website/versioned_docs/version-0.70/the-new-architecture/backward-compatibility-fabric-components.md @@ -36,7 +36,7 @@ While the last step is the same for all the platforms, the first two steps are d ## Configure the Fabric Native Component Dependencies -### iOS +### iOS {#dependencies-ios} The Apple platform installs Fabric Native Components using [CocoaPods](https://cocoapods.org) as a dependency manager. diff --git a/website/versioned_docs/version-0.70/the-new-architecture/backward-compatibility-turbomodules.md b/website/versioned_docs/version-0.70/the-new-architecture/backward-compatibility-turbomodules.md index 7793e57e1b3..b290f683769 100644 --- a/website/versioned_docs/version-0.70/the-new-architecture/backward-compatibility-turbomodules.md +++ b/website/versioned_docs/version-0.70/the-new-architecture/backward-compatibility-turbomodules.md @@ -36,13 +36,13 @@ While the last step is the same for all the platforms, the first two steps are d ## Configure the Turbo Native Module Dependencies -### iOS +### iOS {#dependencies-ios} The Apple platform installs Turbo Native Modules using [CocoaPods](https://cocoapods.org) as a dependency manager. Every Turbo Native Module defines a `podspec` that looks like this: -### iOS +### iOS {#dependencies-ios} The Apple platform installs TurboModules using [CocoaPods](https://cocoapods.org) as dependency manager. diff --git a/website/versioned_docs/version-0.71/the-new-architecture/backward-compatibility-fabric-components.md b/website/versioned_docs/version-0.71/the-new-architecture/backward-compatibility-fabric-components.md index 63c412d32bf..67a986a75e6 100644 --- a/website/versioned_docs/version-0.71/the-new-architecture/backward-compatibility-fabric-components.md +++ b/website/versioned_docs/version-0.71/the-new-architecture/backward-compatibility-fabric-components.md @@ -38,7 +38,7 @@ While the last step is the same for all the platforms, the first two steps are d ## Configure the Fabric Native Component Dependencies -### iOS +### iOS {#dependencies-ios} The Apple platform installs Fabric Native Components using [CocoaPods](https://cocoapods.org) as a dependency manager. diff --git a/website/versioned_docs/version-0.71/the-new-architecture/backward-compatibility-turbomodules.md b/website/versioned_docs/version-0.71/the-new-architecture/backward-compatibility-turbomodules.md index a0c0804de0b..16cc7ec95a8 100644 --- a/website/versioned_docs/version-0.71/the-new-architecture/backward-compatibility-turbomodules.md +++ b/website/versioned_docs/version-0.71/the-new-architecture/backward-compatibility-turbomodules.md @@ -38,7 +38,7 @@ While the last step is the same for all the platforms, the first two steps are d ## Configure the Turbo Native Module Dependencies -### iOS +### iOS {#dependencies-ios} The Apple platform installs Turbo Native Modules using [CocoaPods](https://cocoapods.org) as a dependency manager. diff --git a/website/versioned_docs/version-0.72/the-new-architecture/backward-compatibility-fabric-components.md b/website/versioned_docs/version-0.72/the-new-architecture/backward-compatibility-fabric-components.md index e83c03f48ec..07d3646d733 100644 --- a/website/versioned_docs/version-0.72/the-new-architecture/backward-compatibility-fabric-components.md +++ b/website/versioned_docs/version-0.72/the-new-architecture/backward-compatibility-fabric-components.md @@ -38,7 +38,7 @@ While the last step is the same for all the platforms, the first two steps are d ## Configure the Fabric Native Component Dependencies -### iOS +### iOS {#dependencies-ios} The Apple platform installs Fabric Native Components using [CocoaPods](https://cocoapods.org) as a dependency manager. diff --git a/website/versioned_docs/version-0.72/the-new-architecture/backward-compatibility-turbomodules.md b/website/versioned_docs/version-0.72/the-new-architecture/backward-compatibility-turbomodules.md index d4f906ad443..6e8edbce4dd 100644 --- a/website/versioned_docs/version-0.72/the-new-architecture/backward-compatibility-turbomodules.md +++ b/website/versioned_docs/version-0.72/the-new-architecture/backward-compatibility-turbomodules.md @@ -38,7 +38,7 @@ While the last step is the same for all the platforms, the first two steps are d ## Configure the Turbo Native Module Dependencies -### iOS +### iOS {#dependencies-ios} The Apple platform installs Turbo Native Modules using [CocoaPods](https://cocoapods.org) as a dependency manager. From 077882d4f246d16acc6a79b81435fe1e35aa5db7 Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Sat, 2 Sep 2023 16:30:44 +0200 Subject: [PATCH 6/6] Wrap markdown-directive syntax in inline code block --- docs/touchablenativefeedback.md | 2 +- website/versioned_docs/version-0.70/touchablenativefeedback.md | 2 +- website/versioned_docs/version-0.71/touchablenativefeedback.md | 2 +- website/versioned_docs/version-0.72/touchablenativefeedback.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/touchablenativefeedback.md b/docs/touchablenativefeedback.md index d76599a7044..1e5e3aa159b 100644 --- a/docs/touchablenativefeedback.md +++ b/docs/touchablenativefeedback.md @@ -180,7 +180,7 @@ static SelectableBackgroundBorderless( ): ThemeAttributeBackgroundPropType; ``` -Creates an object that represent android theme's default background for borderless selectable elements (?android:attr/selectableItemBackgroundBorderless). Available on android API level 21+. `rippleRadius` parameter controls the radius of the ripple effect. +Creates an object that represent android theme's default background for borderless selectable elements (`?android:attr/selectableItemBackgroundBorderless`). Available on android API level 21+. `rippleRadius` parameter controls the radius of the ripple effect. --- diff --git a/website/versioned_docs/version-0.70/touchablenativefeedback.md b/website/versioned_docs/version-0.70/touchablenativefeedback.md index cd87049b7a1..9aa91797ee5 100644 --- a/website/versioned_docs/version-0.70/touchablenativefeedback.md +++ b/website/versioned_docs/version-0.70/touchablenativefeedback.md @@ -168,7 +168,7 @@ Creates an object that represents android theme's default background for selecta static SelectableBackgroundBorderless(rippleRadius: ?number) ``` -Creates an object that represent android theme's default background for borderless selectable elements (?android:attr/selectableItemBackgroundBorderless). Available on android API level 21+. `rippleRadius` parameter controls the radius of the ripple effect. +Creates an object that represent android theme's default background for borderless selectable elements (`?android:attr/selectableItemBackgroundBorderless`). Available on android API level 21+. `rippleRadius` parameter controls the radius of the ripple effect. --- diff --git a/website/versioned_docs/version-0.71/touchablenativefeedback.md b/website/versioned_docs/version-0.71/touchablenativefeedback.md index d76599a7044..1e5e3aa159b 100644 --- a/website/versioned_docs/version-0.71/touchablenativefeedback.md +++ b/website/versioned_docs/version-0.71/touchablenativefeedback.md @@ -180,7 +180,7 @@ static SelectableBackgroundBorderless( ): ThemeAttributeBackgroundPropType; ``` -Creates an object that represent android theme's default background for borderless selectable elements (?android:attr/selectableItemBackgroundBorderless). Available on android API level 21+. `rippleRadius` parameter controls the radius of the ripple effect. +Creates an object that represent android theme's default background for borderless selectable elements (`?android:attr/selectableItemBackgroundBorderless`). Available on android API level 21+. `rippleRadius` parameter controls the radius of the ripple effect. --- diff --git a/website/versioned_docs/version-0.72/touchablenativefeedback.md b/website/versioned_docs/version-0.72/touchablenativefeedback.md index d76599a7044..1e5e3aa159b 100644 --- a/website/versioned_docs/version-0.72/touchablenativefeedback.md +++ b/website/versioned_docs/version-0.72/touchablenativefeedback.md @@ -180,7 +180,7 @@ static SelectableBackgroundBorderless( ): ThemeAttributeBackgroundPropType; ``` -Creates an object that represent android theme's default background for borderless selectable elements (?android:attr/selectableItemBackgroundBorderless). Available on android API level 21+. `rippleRadius` parameter controls the radius of the ripple effect. +Creates an object that represent android theme's default background for borderless selectable elements (`?android:attr/selectableItemBackgroundBorderless`). Available on android API level 21+. `rippleRadius` parameter controls the radius of the ripple effect. ---