Skip to content

Commit cd2c8a8

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/components/wizard/wizard.api.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
],
130130
"items": [
131131
{
132-
"title": "**Active**",
132+
"title": "Active",
133133
"description": "Border: $outlinePrimary \nNumber: subtext, $textPrimary \nStep label: bodySmallBold, $textNuetralHeavy ",
134134
"content": [
135135
{
@@ -138,7 +138,7 @@
138138
]
139139
},
140140
{
141-
"title": "**Next (enabled)**",
141+
"title": "Next (enabled)",
142142
"description": "Border: $outlineDisabled \nNumber: subtext, $textNuetralHeavy ",
143143
"content": [
144144
{
@@ -147,7 +147,7 @@
147147
]
148148
},
149149
{
150-
"title": "**Next (disabled)** ",
150+
"title": "Next (disabled)",
151151
"description": "Border: $outlineDisabled \nNumber: subtext, $textDisabled ",
152152
"content": [
153153
{
@@ -156,7 +156,7 @@
156156
]
157157
},
158158
{
159-
"title": "**Completed** ",
159+
"title": "Completed",
160160
"description": "Border: $outlineDisabled \nIcon: $iconNuetral ",
161161
"content": [
162162
{
@@ -165,7 +165,7 @@
165165
]
166166
},
167167
{
168-
"title": "**Skipped** ",
168+
"title": "Skipped",
169169
"description": "Border: $outlineDanger \nNumber: subtext, $textDangerLight ",
170170
"content": [
171171
{
@@ -174,7 +174,7 @@
174174
]
175175
},
176176
{
177-
"title": "**Error** ",
177+
"title": "Error",
178178
"description": "Border: $outlineDanger \nIcon: $iconDangerLight",
179179
"content": [
180180
{
@@ -192,7 +192,7 @@
192192
"value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components Docs/Wizard/wizard_overview_section_spec.png"
193193
}
194194
],
195-
"description": "**Spacing Between Steps** \nAll steps are distributed evenly, leaving S5 margins. \nMin spacing between steps: S3 \n\n**Maximum Step Width** \nCurrent step’s text box shouldnt be larger than 40% of the screen’s width. \nIf the label will be larger it will get ellipsis. \ne.g. : For 375px screen : 40% = 150px"
195+
"description": "markdown: **Spacing Between Steps** \nAll steps are distributed evenly, leaving S5 margins. \nMin spacing between steps: S3 \n\n**Maximum Step Width** \nCurrent step’s text box shouldnt be larger than 40% of the screen’s width. \nIf the label will be larger it will get ellipsis. \ne.g. : For 375px screen : 40% = 150px"
196196
},
197197
{
198198
"type": "section",

0 commit comments

Comments
 (0)