From ae5b5f3b41d26cd6f98c399399b1f609dbeb9ad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Daipr=C3=A9?= Date: Wed, 21 May 2025 08:53:30 -0300 Subject: [PATCH 1/4] feat: add contents to docs --- docs/layout-props.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/layout-props.md b/docs/layout-props.md index 91e0a394990..5d9fe532572 100644 --- a/docs/layout-props.md +++ b/docs/layout-props.md @@ -547,11 +547,11 @@ See https://developer.mozilla.org/en-US/docs/Web/CSS/bottom for more details of `display` sets the display type of this component. -It works similarly to `display` in CSS but only supports 'flex' and 'none'. 'flex' is the default. +It works similarly to `display` in CSS but only supports the values 'flex', 'none', and 'contents'. The default is `flex`. -| Type | Required | -| -------------------- | -------- | -| enum('none', 'flex') | No | +| Type | Required | +| -------------------------------- | -------- | +| enum('none', 'flex', 'contents') | No | --- From b47127bbd73a8645b920cd8af3346ba4690b1026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Daipr=C3=A9?= Date: Wed, 21 May 2025 14:18:51 -0300 Subject: [PATCH 2/4] Update layout-props.md v0.77 --- website/versioned_docs/version-0.77/layout-props.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/versioned_docs/version-0.77/layout-props.md b/website/versioned_docs/version-0.77/layout-props.md index 91e0a394990..5d9fe532572 100644 --- a/website/versioned_docs/version-0.77/layout-props.md +++ b/website/versioned_docs/version-0.77/layout-props.md @@ -547,11 +547,11 @@ See https://developer.mozilla.org/en-US/docs/Web/CSS/bottom for more details of `display` sets the display type of this component. -It works similarly to `display` in CSS but only supports 'flex' and 'none'. 'flex' is the default. +It works similarly to `display` in CSS but only supports the values 'flex', 'none', and 'contents'. The default is `flex`. -| Type | Required | -| -------------------- | -------- | -| enum('none', 'flex') | No | +| Type | Required | +| -------------------------------- | -------- | +| enum('none', 'flex', 'contents') | No | --- From 8cd0f50c4c151b2b91285955f2277b0a218b3fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Daipr=C3=A9?= Date: Wed, 21 May 2025 14:19:39 -0300 Subject: [PATCH 3/4] Update layout-props.md v0.78 --- website/versioned_docs/version-0.78/layout-props.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/versioned_docs/version-0.78/layout-props.md b/website/versioned_docs/version-0.78/layout-props.md index 91e0a394990..5d9fe532572 100644 --- a/website/versioned_docs/version-0.78/layout-props.md +++ b/website/versioned_docs/version-0.78/layout-props.md @@ -547,11 +547,11 @@ See https://developer.mozilla.org/en-US/docs/Web/CSS/bottom for more details of `display` sets the display type of this component. -It works similarly to `display` in CSS but only supports 'flex' and 'none'. 'flex' is the default. +It works similarly to `display` in CSS but only supports the values 'flex', 'none', and 'contents'. The default is `flex`. -| Type | Required | -| -------------------- | -------- | -| enum('none', 'flex') | No | +| Type | Required | +| -------------------------------- | -------- | +| enum('none', 'flex', 'contents') | No | --- From a6cbc843c592ca6378c67a6313d6c201ba752ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Daipr=C3=A9?= Date: Wed, 21 May 2025 14:20:08 -0300 Subject: [PATCH 4/4] Update layout-props.md v0.79 --- website/versioned_docs/version-0.79/layout-props.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/versioned_docs/version-0.79/layout-props.md b/website/versioned_docs/version-0.79/layout-props.md index 91e0a394990..5d9fe532572 100644 --- a/website/versioned_docs/version-0.79/layout-props.md +++ b/website/versioned_docs/version-0.79/layout-props.md @@ -547,11 +547,11 @@ See https://developer.mozilla.org/en-US/docs/Web/CSS/bottom for more details of `display` sets the display type of this component. -It works similarly to `display` in CSS but only supports 'flex' and 'none'. 'flex' is the default. +It works similarly to `display` in CSS but only supports the values 'flex', 'none', and 'contents'. The default is `flex`. -| Type | Required | -| -------------------- | -------- | -| enum('none', 'flex') | No | +| Type | Required | +| -------------------------------- | -------- | +| enum('none', 'flex', 'contents') | No | ---