Skip to content

Commit 0b1a2c8

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

File tree

1 file changed

+33
-4
lines changed

1 file changed

+33
-4
lines changed

src/components/hint/hint.api.json

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,17 @@
157157
"Top",
158158
"Bottom"
159159
],
160-
"items": [],
160+
"items": [
161+
{
162+
"title": "Left"
163+
},
164+
{
165+
"title": "Center"
166+
},
167+
{
168+
"title": "Right"
169+
}
170+
],
161171
"title": "Alignment",
162172
"description": "The Hint component supports different alignments, so it works well with elements anywhere on the screen."
163173
},
@@ -167,16 +177,35 @@
167177
"Prop",
168178
"Preview"
169179
],
170-
"items": [],
180+
"items": [
181+
{
182+
"title": "None"
183+
},
184+
{
185+
"title": "Icon"
186+
}
187+
],
171188
"title": "Accessories"
172189
},
173190
{
174191
"type": "section",
175-
"title": "Position"
192+
"title": "Position",
193+
"layout": "horizontal",
194+
"content": [
195+
{
196+
"value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/Hint/hint_position.png"
197+
}
198+
]
176199
},
177200
{
178201
"type": "section",
179-
"title": "Spec"
202+
"title": "Spec",
203+
"layout": "horizontal",
204+
"content": [
205+
{
206+
"value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/Hint/hint_spec.png"
207+
}
208+
]
180209
}
181210
]
182211
}

0 commit comments

Comments
 (0)