From d06af9a1894417757568abb3139fdca0bc962048 Mon Sep 17 00:00:00 2001 From: "rnuinoci[bot]" <182611266+rnuinoci[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:26:28 +0200 Subject: [PATCH] wix-noci: update api.json (#3450) Co-authored-by: rnuinoci[bot] <182611266+rnuinoci[bot]@users.noreply.github.com> --- .../floatingButton/floatingButton.api.json | 28 ++++++++++--------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/src/components/floatingButton/floatingButton.api.json b/src/components/floatingButton/floatingButton.api.json index 5798ac3eab..dec7eeb69c 100644 --- a/src/components/floatingButton/floatingButton.api.json +++ b/src/components/floatingButton/floatingButton.api.json @@ -71,7 +71,14 @@ "docs": { "hero": { "title": "FloatingButton", - "description": "Description" + "description": "The Floating Button stays at the bottom of the screen, above other content, with an overlay to improve visibility.\nIt can appear with an animation, such as after a user interacts with a field, and is useful for highlighting key actions like continuing a process or submitting a form.", + "type": "hero", + "layout": "horizontal", + "content": [ + { + "value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/FloatingButton/floatingButton_overview_preview.png" + } + ] }, "tabs": [ { @@ -92,17 +99,17 @@ "columns": [ "Property", "Default", - "markdown:`fullWidth`" + "Full Width" ], "items": [ { "title": "Main button", "content": [ { - "background": "#E8ECF0" + "value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/FloatingButton/floatingButton_overview_options_mainDefault.png" }, { - "background": "#E8ECF0" + "value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/FloatingButton/floatingButton_overview_options_mainFullWidth.png" } ] }, @@ -110,10 +117,10 @@ "title": "Main+secondary button", "content": [ { - "background": "#E8ECF0" + "value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/FloatingButton/floatingButton_overview_options_mainSecondaryDefault.png" }, { - "background": "#E8ECF0" + "value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/FloatingButton/floatingButton_overview_options_mainSecondaryFullWidth.png" } ] } @@ -132,12 +139,7 @@ "title": "Horizontal", "content": [ { - "props": { - "isVisible": true, - "button": { - "label": "button" - } - } + "value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/FloatingButton/floatingButton_overview_layout_horizontal.png" } ] }, @@ -145,7 +147,7 @@ "title": "Vertical", "content": [ { - "background": "#E8ECF0" + "value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/FloatingButton/floatingButton_overview_layout_vertical.png" } ] }