@@ -221,6 +221,55 @@ exports[`renders ./antdv-demo/docs/space/demo/500.md correctly 1`] = `
221
221
</div >
222
222
` ;
223
223
224
+ exports [` renders ./antdv-demo/docs/space/demo/align.md correctly 1` ] = `
225
+ <div class = " space-align-container" >
226
+ <div class = " space-align-block" >
227
+ <div class = " ant-space ant-space-horizontal ant-space-align-center" >
228
+ <div class = " ant-space-item" style = " margin-right: 8px;" > center </div >
229
+ <div class = " ant-space-item" style = " margin-right: 8px;" ><button class = " ant-btn ant-btn-primary" type = " button" >
230
+ <!----><span >Primary</span ></button ></div >
231
+ <div class = " ant-space-item" ><span class = " mock-block" >Block</span ></div >
232
+ </div >
233
+ </div >
234
+ <div class = " space-align-block" >
235
+ <div class = " ant-space ant-space-horizontal ant-space-align-start" >
236
+ <div class = " ant-space-item" style = " margin-right: 8px;" > start </div >
237
+ <div class = " ant-space-item" style = " margin-right: 8px;" ><button class = " ant-btn ant-btn-primary" type = " button" >
238
+ <!----><span >Primary</span ></button ></div >
239
+ <div class = " ant-space-item" ><span class = " mock-block" >Block</span ></div >
240
+ </div >
241
+ </div >
242
+ <div class = " space-align-block" >
243
+ <div class = " ant-space ant-space-horizontal ant-space-align-end" >
244
+ <div class = " ant-space-item" style = " margin-right: 8px;" > end </div >
245
+ <div class = " ant-space-item" style = " margin-right: 8px;" ><button class = " ant-btn ant-btn-primary" type = " button" >
246
+ <!----><span >Primary</span ></button ></div >
247
+ <div class = " ant-space-item" ><span class = " mock-block" >Block</span ></div >
248
+ </div >
249
+ </div >
250
+ <div class = " space-align-block" >
251
+ <div class = " ant-space ant-space-horizontal ant-space-align-baseline" >
252
+ <div class = " ant-space-item" style = " margin-right: 8px;" > baseline </div >
253
+ <div class = " ant-space-item" style = " margin-right: 8px;" ><button class = " ant-btn ant-btn-primary" type = " button" >
254
+ <!----><span >Primary</span ></button ></div >
255
+ <div class = " ant-space-item" ><span class = " mock-block" >Block</span ></div >
256
+ </div >
257
+ </div >
258
+ </div >
259
+ ` ;
260
+
261
+ exports [` renders ./antdv-demo/docs/space/demo/base.md correctly 1` ] = `
262
+ <div class = " ant-space ant-space-horizontal ant-space-align-center" >
263
+ <div class = " ant-space-item" style = " margin-right: 8px;" > Space </div >
264
+ <div class = " ant-space-item" style = " margin-right: 8px;" ><button class = " ant-btn ant-btn-primary" type = " button" >
265
+ <!----><span >Button</span ></button ></div >
266
+ <div class = " ant-space-item" style = " margin-right: 8px;" ><span ><div class = " ant-upload ant-upload-select ant-upload-select-text" ><!----></div ><div class = " ant-upload-list ant-upload-list-text" ></div ></span ></div >
267
+ <div class = " ant-space-item" >
268
+ <!----><button class = " ant-btn" type = " button" >
269
+ <!----><span >Confirm</span ></button ></div >
270
+ </div >
271
+ ` ;
272
+
224
273
exports [` renders ./antdv-demo/docs/space/demo/customIcon.md correctly 1` ] = `
225
274
<div class = " ant-result ant-result-info" >
226
275
<div class = " ant-result-icon" ><i aria-label = " icon: smile" class = " anticon anticon-smile" ><svg viewBox = " 64 64 896 896" data-icon = " smile" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" focusable = " false" class = " " >
@@ -233,6 +282,29 @@ exports[`renders ./antdv-demo/docs/space/demo/customIcon.md correctly 1`] = `
233
282
</div >
234
283
` ;
235
284
285
+ exports [` renders ./antdv-demo/docs/space/demo/customize.md correctly 1` ] = `
286
+ <div >
287
+ <div tabindex = " -1" class = " ant-slider" >
288
+ <div class = " ant-slider-rail" ></div >
289
+ <div class = " ant-slider-track" style = " left: 0%; width: 8%;" ></div >
290
+ <div class = " ant-slider-step" ></div >
291
+ <!---->
292
+ <div class = " ant-slider-handle" style = " left: 8%; transform: translateX(-50%);" role = " slider" tabindex = " 0" aria-valuemin = " 0" aria-valuemax = " 100" aria-valuenow = " 8" aria-disabled = " false" ></div >
293
+ <div class = " ant-slider-mark" ></div >
294
+ </div ><br ><br >
295
+ <div class = " ant-space ant-space-horizontal ant-space-align-center" >
296
+ <div class = " ant-space-item" style = " margin-right: 8px;" ><button class = " ant-btn ant-btn-primary" type = " button" >
297
+ <!----><span >Primary</span ></button ></div >
298
+ <div class = " ant-space-item" style = " margin-right: 8px;" ><button class = " ant-btn" type = " button" >
299
+ <!----><span >Default</span ></button ></div >
300
+ <div class = " ant-space-item" style = " margin-right: 8px;" ><button class = " ant-btn ant-btn-dashed" type = " button" >
301
+ <!----><span >Dashed</span ></button ></div >
302
+ <div class = " ant-space-item" ><button class = " ant-btn ant-btn-link" type = " button" >
303
+ <!----><span >Link</span ></button ></div >
304
+ </div >
305
+ </div >
306
+ `;
307
+
236
308
exports[`renders ./antdv-demo/docs/space/demo/error.md correctly 1`] = `
237
309
<div class = " ant-result ant-result-error" >
238
310
<div class = " ant-result-icon" ><i aria-label = " icon: close-circle" class = " anticon anticon-close-circle" ><svg viewBox = " 64 64 896 896" data-icon = " close-circle" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" focusable = " false" class = " " >
@@ -269,6 +341,22 @@ exports[`renders ./antdv-demo/docs/space/demo/info.md correctly 1`] = `
269
341
</div >
270
342
`;
271
343
344
+ exports[`renders ./antdv-demo/docs/space/demo/size.md correctly 1`] = `
345
+ <div >
346
+ <div class = " ant-radio-group ant-radio-group-outline ant-radio-group-default" ><label class = " ant-radio-wrapper ant-radio-wrapper-checked" ><span class = " ant-radio ant-radio-checked" ><input type = " radio" class = " ant-radio-input" value = " small" ><span class = " ant-radio-inner" ></span ></span ><span >Small</span ></label ><label class = " ant-radio-wrapper" ><span class = " ant-radio" ><input type = " radio" class = " ant-radio-input" value = " middle" ><span class = " ant-radio-inner" ></span ></span ><span >Middle</span ></label ><label class = " ant-radio-wrapper" ><span class = " ant-radio" ><input type = " radio" class = " ant-radio-input" value = " large" ><span class = " ant-radio-inner" ></span ></span ><span >Large</span ></label ></div ><br ><br >
347
+ <div class = " ant-space ant-space-horizontal ant-space-align-center" >
348
+ <div class = " ant-space-item" style = " margin-right: 8px;" ><button class = " ant-btn ant-btn-primary" type = " button" >
349
+ <!----><span >Primary</span ></button ></div >
350
+ <div class = " ant-space-item" style = " margin-right: 8px;" ><button class = " ant-btn" type = " button" >
351
+ <!----><span >Default</span ></button ></div >
352
+ <div class = " ant-space-item" style = " margin-right: 8px;" ><button class = " ant-btn ant-btn-dashed" type = " button" >
353
+ <!----><span >Dashed</span ></button ></div >
354
+ <div class = " ant-space-item" ><button class = " ant-btn ant-btn-link" type = " button" >
355
+ <!----><span >Link</span ></button ></div >
356
+ </div >
357
+ </div >
358
+ `;
359
+
272
360
exports[`renders ./antdv-demo/docs/space/demo/success.md correctly 1`] = `
273
361
<div class = " ant-result ant-result-success" >
274
362
<div class = " ant-result-icon" ><i aria-label = " icon: check-circle" class = " anticon anticon-check-circle" ><svg viewBox = " 64 64 896 896" data-icon = " check-circle" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" focusable = " false" class = " " >
@@ -280,6 +368,45 @@ exports[`renders ./antdv-demo/docs/space/demo/success.md correctly 1`] = `
280
368
</div >
281
369
`;
282
370
371
+ exports[`renders ./antdv-demo/docs/space/demo/vertical.md correctly 1`] = `
372
+ <div class = " ant-space ant-space-vertical" >
373
+ <div class = " ant-space-item" style = " margin-bottom: 8px;" >
374
+ <div class = " ant-card ant-card-bordered" style = " width: 300px;" >
375
+ <div class = " ant-card-head" >
376
+ <div class = " ant-card-head-wrapper" >
377
+ <div class = " ant-card-head-title" >Card</div >
378
+ <!---->
379
+ </div >
380
+ <!---->
381
+ </div >
382
+ <!---->
383
+ <div class = " ant-card-body" >
384
+ <p >Card content</p >
385
+ <p >Card content</p >
386
+ </div >
387
+ <!---->
388
+ </div >
389
+ </div >
390
+ <div class = " ant-space-item" >
391
+ <div class = " ant-card ant-card-bordered" style = " width: 300px;" >
392
+ <div class = " ant-card-head" >
393
+ <div class = " ant-card-head-wrapper" >
394
+ <div class = " ant-card-head-title" >Card</div >
395
+ <!---->
396
+ </div >
397
+ <!---->
398
+ </div >
399
+ <!---->
400
+ <div class = " ant-card-body" >
401
+ <p >Card content</p >
402
+ <p >Card content</p >
403
+ </div >
404
+ <!---->
405
+ </div >
406
+ </div >
407
+ </div >
408
+ `;
409
+
283
410
exports[`renders ./antdv-demo/docs/space/demo/warning.md correctly 1`] = `
284
411
<div class = " ant-result ant-result-warning" >
285
412
<div class = " ant-result-icon" ><i aria-label = " icon: warning" class = " anticon anticon-warning" ><svg viewBox = " 64 64 896 896" data-icon = " warning" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" focusable = " false" class = " " >
0 commit comments