Skip to content

Commit d06af9a

Browse files
wix-noci: update api.json (#3450)
Co-authored-by: rnuinoci[bot] <182611266+rnuinoci[bot]@users.noreply.github.com>
1 parent acf6c5e commit d06af9a

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

src/components/floatingButton/floatingButton.api.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,14 @@
7171
"docs": {
7272
"hero": {
7373
"title": "FloatingButton",
74-
"description": "Description"
74+
"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.",
75+
"type": "hero",
76+
"layout": "horizontal",
77+
"content": [
78+
{
79+
"value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/FloatingButton/floatingButton_overview_preview.png"
80+
}
81+
]
7582
},
7683
"tabs": [
7784
{
@@ -92,28 +99,28 @@
9299
"columns": [
93100
"Property",
94101
"Default",
95-
"markdown:`fullWidth`"
102+
"Full Width"
96103
],
97104
"items": [
98105
{
99106
"title": "Main button",
100107
"content": [
101108
{
102-
"background": "#E8ECF0"
109+
"value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/FloatingButton/floatingButton_overview_options_mainDefault.png"
103110
},
104111
{
105-
"background": "#E8ECF0"
112+
"value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/FloatingButton/floatingButton_overview_options_mainFullWidth.png"
106113
}
107114
]
108115
},
109116
{
110117
"title": "Main+secondary button",
111118
"content": [
112119
{
113-
"background": "#E8ECF0"
120+
"value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/FloatingButton/floatingButton_overview_options_mainSecondaryDefault.png"
114121
},
115122
{
116-
"background": "#E8ECF0"
123+
"value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/FloatingButton/floatingButton_overview_options_mainSecondaryFullWidth.png"
117124
}
118125
]
119126
}
@@ -132,20 +139,15 @@
132139
"title": "Horizontal",
133140
"content": [
134141
{
135-
"props": {
136-
"isVisible": true,
137-
"button": {
138-
"label": "button"
139-
}
140-
}
142+
"value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/FloatingButton/floatingButton_overview_layout_horizontal.png"
141143
}
142144
]
143145
},
144146
{
145147
"title": "Vertical",
146148
"content": [
147149
{
148-
"background": "#E8ECF0"
150+
"value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/FloatingButton/floatingButton_overview_layout_vertical.png"
149151
}
150152
]
151153
}

0 commit comments

Comments
 (0)