@patternfly/patternfly 6.0.0-alpha.97 → 6.0.0-alpha.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (153) hide show
  1. package/components/Card/card.css +1 -0
  2. package/components/Card/card.scss +1 -0
  3. package/components/Check/check.css +10 -3
  4. package/components/Check/check.scss +17 -4
  5. package/components/Masthead/masthead.css +17 -9
  6. package/components/Masthead/masthead.scss +18 -9
  7. package/components/MenuToggle/menu-toggle.css +20 -6
  8. package/components/MenuToggle/menu-toggle.scss +32 -6
  9. package/components/ModalBox/modal-box.css +11 -7
  10. package/components/ModalBox/modal-box.scss +27 -12
  11. package/components/Nav/nav.css +64 -110
  12. package/components/Nav/nav.scss +70 -143
  13. package/components/Page/page.css +9 -17
  14. package/components/Page/page.scss +10 -23
  15. package/components/Radio/radio.css +12 -5
  16. package/components/Radio/radio.scss +21 -6
  17. package/components/Table/table-grid.css +30 -35
  18. package/components/Table/table-grid.scss +44 -32
  19. package/components/Table/table-scrollable.css +14 -6
  20. package/components/Table/table-scrollable.scss +6 -1
  21. package/components/Table/table-tree-view.css +5 -5
  22. package/components/Table/table-tree-view.scss +14 -8
  23. package/components/Table/table.css +90 -254
  24. package/components/Table/table.scss +158 -347
  25. package/components/Toolbar/toolbar.css +66 -2
  26. package/components/Toolbar/toolbar.scss +21 -2
  27. package/docs/components/AboutModalBox/examples/AboutModalBox.md +12 -12
  28. package/docs/components/Accordion/examples/Accordion.md +19 -19
  29. package/docs/components/ActionList/examples/ActionList.md +5 -5
  30. package/docs/components/Alert/examples/Alert.md +26 -26
  31. package/docs/components/AppLauncher/deprecated/application-launcher.md +31 -31
  32. package/docs/components/Avatar/examples/Avatar.md +8 -8
  33. package/docs/components/BackToTop/examples/BackToTop.md +3 -3
  34. package/docs/components/Backdrop/examples/Backdrop.md +3 -3
  35. package/docs/components/BackgroundImage/examples/BackgroundImage.md +4 -4
  36. package/docs/components/Badge/examples/Badge.md +6 -6
  37. package/docs/components/Banner/examples/Banner.md +17 -17
  38. package/docs/components/Brand/examples/Brand.css +3 -3
  39. package/docs/components/Brand/examples/Brand.md +7 -7
  40. package/docs/components/Breadcrumb/examples/Breadcrumb.md +12 -12
  41. package/docs/components/Button/examples/Button.css +2 -2
  42. package/docs/components/Button/examples/Button.md +35 -35
  43. package/docs/components/CalendarMonth/examples/CalendarMonth.md +29 -29
  44. package/docs/components/Card/examples/Card.md +30 -30
  45. package/docs/components/Check/examples/Check.md +12 -12
  46. package/docs/components/Chip/examples/Chip.md +21 -21
  47. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +19 -19
  48. package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
  49. package/docs/components/CodeEditor/examples/CodeEditor.md +14 -14
  50. package/docs/components/Content/examples/Content.md +5 -5
  51. package/docs/components/ContextSelector/deprecated/context-selector.md +23 -23
  52. package/docs/components/DataList/examples/DataList.md +177 -112
  53. package/docs/components/DatePicker/examples/DatePicker.md +10 -10
  54. package/docs/components/DescriptionList/examples/DescriptionList.md +29 -29
  55. package/docs/components/Divider/examples/Divider.md +7 -7
  56. package/docs/components/DragDrop/examples/DragDrop.md +5 -5
  57. package/docs/components/Drawer/examples/Drawer.md +36 -36
  58. package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
  59. package/docs/components/Dropdown/deprecated/Dropdown.md +47 -47
  60. package/docs/components/DualListSelector/examples/DualListSelector.md +41 -41
  61. package/docs/components/EmptyState/examples/EmptyState.md +21 -21
  62. package/docs/components/ExpandableSection/examples/ExpandableSection.md +18 -18
  63. package/docs/components/FileUpload/examples/FileUpload.md +8 -8
  64. package/docs/components/Form/examples/Form.md +52 -52
  65. package/docs/components/FormControl/examples/FormControl.md +22 -22
  66. package/docs/components/HelperText/examples/HelperText.md +11 -11
  67. package/docs/components/Hint/examples/Hint.md +6 -6
  68. package/docs/components/Icon/examples/Icon.md +13 -13
  69. package/docs/components/InlineEdit/examples/InlineEdit.md +54 -138
  70. package/docs/components/InputGroup/examples/InputGroup.md +10 -10
  71. package/docs/components/JumpLinks/examples/JumpLinks.md +19 -19
  72. package/docs/components/Label/examples/Label.css +4 -4
  73. package/docs/components/Label/examples/Label.md +45 -45
  74. package/docs/components/List/examples/List.md +6 -6
  75. package/docs/components/LogViewer/examples/LogViewer.css +2 -2
  76. package/docs/components/LogViewer/examples/LogViewer.md +35 -35
  77. package/docs/components/Login/examples/Login.md +21 -21
  78. package/docs/components/Masthead/examples/masthead.md +7 -7
  79. package/docs/components/Menu/examples/Menu.md +60 -60
  80. package/docs/components/MenuToggle/examples/MenuToggle.md +106 -22
  81. package/docs/components/ModalBox/examples/ModalBox.md +75 -34
  82. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +21 -21
  83. package/docs/components/Nav/examples/Navigation.css +20 -3
  84. package/docs/components/Nav/examples/Navigation.md +44 -50
  85. package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
  86. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +36 -36
  87. package/docs/components/NumberInput/examples/NumberInput.md +13 -13
  88. package/docs/components/OptionsMenu/deprecated/options-menu.md +22 -22
  89. package/docs/components/OverflowMenu/examples/overflow-menu.md +20 -20
  90. package/docs/components/Page/deprecated/PageHeader.md +30 -30
  91. package/docs/components/Page/examples/Page.md +55 -54
  92. package/docs/components/Pagination/examples/Pagination.md +25 -25
  93. package/docs/components/Panel/examples/Panel.md +10 -10
  94. package/docs/components/Popover/examples/Popover.md +30 -30
  95. package/docs/components/Progress/examples/Progress.md +31 -31
  96. package/docs/components/ProgressStepper/examples/ProgressStepper.md +17 -17
  97. package/docs/components/Radio/examples/Radio.md +9 -9
  98. package/docs/components/Select/deprecated/Select.md +110 -110
  99. package/docs/components/Sidebar/examples/Sidebar.md +16 -16
  100. package/docs/components/SimpleList/examples/SimpleList.md +9 -9
  101. package/docs/components/Skeleton/examples/Skeleton.md +14 -14
  102. package/docs/components/SkipToContent/examples/SkipToContent.md +4 -4
  103. package/docs/components/Slider/examples/Slider.md +33 -33
  104. package/docs/components/Spinner/examples/Spinner.md +14 -14
  105. package/docs/components/Switch/examples/Switch.md +14 -14
  106. package/docs/components/TabContent/examples/TabContent.md +10 -10
  107. package/docs/components/Table/examples/Table.md +5395 -15077
  108. package/docs/components/Tabs/examples/Tabs.md +39 -39
  109. package/docs/components/TextInputGroup/examples/TextInputGroup.md +1 -1
  110. package/docs/components/Tile/examples/Tile.md +12 -12
  111. package/docs/components/Timestamp/examples/Timestamp.md +4 -4
  112. package/docs/components/Title/examples/Title.md +20 -20
  113. package/docs/components/ToggleGroup/examples/toggle-group.md +10 -10
  114. package/docs/components/Toolbar/examples/Toolbar.md +57 -57
  115. package/docs/components/Tooltip/examples/Tooltip.md +9 -9
  116. package/docs/components/TreeView/examples/TreeView.md +31 -31
  117. package/docs/components/Truncate/examples/Truncate.md +8 -8
  118. package/docs/components/Wizard/examples/Wizard.md +46 -46
  119. package/docs/demos/Banner/examples/Banner.md +1 -1
  120. package/docs/demos/Card/examples/Card.md +12 -19
  121. package/docs/demos/DataList/examples/DataList.md +179 -280
  122. package/docs/demos/DescriptionList/examples/DescriptionList.md +6 -0
  123. package/docs/demos/Masthead/examples/Masthead.md +4 -8
  124. package/docs/demos/Nav/examples/Nav.md +45 -149
  125. package/docs/demos/Page/examples/Page.md +3 -37
  126. package/docs/demos/Page/examples/Penta.md +119 -40
  127. package/docs/demos/Table/examples/Table.md +1531 -4970
  128. package/docs/demos/Tabs/examples/Tabs.md +118 -174
  129. package/docs/demos/Toolbar/examples/Toolbar.md +220 -600
  130. package/docs/layouts/Bullseye/examples/Bullseye.md +3 -3
  131. package/docs/layouts/Flex/examples/Flex.md +76 -76
  132. package/docs/layouts/Gallery/examples/Gallery.md +6 -6
  133. package/docs/layouts/Grid/examples/Grid.md +8 -8
  134. package/docs/layouts/Level/examples/Level.md +4 -4
  135. package/docs/layouts/Split/examples/Split.md +6 -6
  136. package/docs/layouts/Stack/examples/Stack.md +5 -5
  137. package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
  138. package/docs/utilities/Alignment/examples/Alignment.md +4 -4
  139. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +10 -10
  140. package/docs/utilities/BoxShadow/examples/box-shadow.md +20 -20
  141. package/docs/utilities/Display/examples/Display.md +9 -9
  142. package/docs/utilities/Flex/examples/Flex.md +32 -32
  143. package/docs/utilities/Float/examples/Float.md +2 -2
  144. package/docs/utilities/Sizing/examples/Sizing.md +41 -41
  145. package/docs/utilities/Spacing/examples/Spacing.md +11 -11
  146. package/docs/utilities/Text/examples/Text.md +28 -28
  147. package/package.json +2 -1
  148. package/patternfly-no-globals.css +363 -465
  149. package/patternfly-theme-dark-unversioned.css +363 -465
  150. package/patternfly.css +363 -465
  151. package/patternfly.min.css +1 -1
  152. package/patternfly.min.css.map +1 -1
  153. package/components/Table/themes/dark/table.scss +0 -16
@@ -312,41 +312,53 @@ wrapperTag: div
312
312
  <thead class="pf-v6-c-table__thead">
313
313
  <tr class="pf-v6-c-table__tr" role="row">
314
314
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
315
- <div class="pf-v6-c-check pf-m-standalone">
315
+ <label
316
+ class="pf-v6-c-check pf-m-standalone"
317
+ id="page-id-tablecheckrowheadcheck"
318
+ for="page-id-tablecheckrowheadcheck-input"
319
+ >
316
320
  <input
317
321
  class="pf-v6-c-check__input"
318
322
  type="checkbox"
319
- name="checkrow1"
320
- aria-labelledby="page-id-table-node1"
323
+ id="page-id-tablecheckrowheadcheck-input"
324
+ name="page-id-tablecheckrowheadcheck-input"
325
+ aria-label="Standalone check"
321
326
  />
322
- </div>
327
+ </label>
323
328
  </td>
329
+
324
330
  <th
325
331
  class="pf-v6-c-table__th"
326
332
  role="columnheader"
327
333
  scope="col"
328
334
  >Repositories</th>
335
+
329
336
  <th
330
337
  class="pf-v6-c-table__th"
331
338
  role="columnheader"
332
339
  scope="col"
333
340
  >Branches</th>
341
+
334
342
  <th
335
343
  class="pf-v6-c-table__th"
336
344
  role="columnheader"
337
345
  scope="col"
338
346
  >Pull requests</th>
347
+
339
348
  <th
340
349
  class="pf-v6-c-table__th"
341
350
  role="columnheader"
342
351
  scope="col"
343
352
  >Workspaces</th>
353
+
344
354
  <th
345
355
  class="pf-v6-c-table__th"
346
356
  role="columnheader"
347
357
  scope="col"
348
358
  >Last commit</th>
359
+
349
360
  <td class="pf-v6-c-table__td"></td>
361
+
350
362
  <td class="pf-v6-c-table__td"></td>
351
363
  </tr>
352
364
  </thead>
@@ -358,15 +370,21 @@ wrapperTag: div
358
370
  tabindex="0"
359
371
  >
360
372
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
361
- <div class="pf-v6-c-check pf-m-standalone">
373
+ <label
374
+ class="pf-v6-c-check pf-m-standalone"
375
+ id="page-id-tablecheckrow1check"
376
+ for="page-id-tablecheckrow1check-input"
377
+ >
362
378
  <input
363
379
  class="pf-v6-c-check__input"
364
380
  type="checkbox"
365
- name="checkrow1"
366
- aria-labelledby="page-id-table-node1"
381
+ id="page-id-tablecheckrow1check-input"
382
+ name="page-id-tablecheckrow1check-input"
383
+ aria-label="Standalone check"
367
384
  />
368
- </div>
385
+ </label>
369
386
  </td>
387
+
370
388
  <th
371
389
  class="pf-v6-c-table__th"
372
390
  role="columnheader"
@@ -376,6 +394,7 @@ wrapperTag: div
376
394
  <div id="page-id-table-node1">Node 1</div>
377
395
  </div>
378
396
  </th>
397
+
379
398
  <td class="pf-v6-c-table__td" role="cell" data-label="Branches">
380
399
  <div class="pf-v6-l-flex pf-m-space-items-sm">
381
400
  <div class="pf-v6-l-flex__item">
@@ -416,13 +435,20 @@ wrapperTag: div
416
435
  <td class="pf-v6-c-table__td" role="cell" data-label="Action">
417
436
  <a href="/some/path">Action link</a>
418
437
  </td>
438
+
419
439
  <td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
420
440
  <button
421
- class="pf-v6-c-button pf-m-plain"
441
+ class="pf-v6-c-menu-toggle pf-m-plain"
422
442
  type="button"
423
- aria-label="Remove"
443
+ aria-expanded="false"
444
+ aria-label="Table actions"
424
445
  >
425
- <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
446
+ <span class="pf-v6-c-menu-toggle__icon">
447
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
448
+ </span>
449
+ <span class="pf-v6-c-menu-toggle__icon">
450
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
451
+ </span>
426
452
  </button>
427
453
  </td>
428
454
  </tr>
@@ -433,16 +459,21 @@ wrapperTag: div
433
459
  tabindex="0"
434
460
  >
435
461
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
436
- <div class="pf-v6-c-check pf-m-standalone">
462
+ <label
463
+ class="pf-v6-c-check pf-m-standalone"
464
+ id="page-id-tablecheckrow2check"
465
+ for="page-id-tablecheckrow2check-input"
466
+ >
437
467
  <input
438
468
  class="pf-v6-c-check__input"
439
469
  type="checkbox"
440
- name="checkrow2"
441
- aria-labelledby="page-id-table-node2"
442
- checked
470
+ id="page-id-tablecheckrow2check-input"
471
+ name="page-id-tablecheckrow2check-input"
472
+ aria-label="Standalone check"
443
473
  />
444
- </div>
474
+ </label>
445
475
  </td>
476
+
446
477
  <th
447
478
  class="pf-v6-c-table__th"
448
479
  role="columnheader"
@@ -452,6 +483,7 @@ wrapperTag: div
452
483
  <div id="page-id-table-node2">Node 2</div>
453
484
  </div>
454
485
  </th>
486
+
455
487
  <td class="pf-v6-c-table__td" role="cell" data-label="Branches">
456
488
  <div class="pf-v6-l-flex pf-m-space-items-sm">
457
489
  <div class="pf-v6-l-flex__item">
@@ -492,13 +524,20 @@ wrapperTag: div
492
524
  <td class="pf-v6-c-table__td" role="cell" data-label="Action">
493
525
  <a href="/some/path">Action link</a>
494
526
  </td>
527
+
495
528
  <td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
496
529
  <button
497
- class="pf-v6-c-button pf-m-plain"
530
+ class="pf-v6-c-menu-toggle pf-m-plain"
498
531
  type="button"
499
- aria-label="Remove"
532
+ aria-expanded="false"
533
+ aria-label="Table actions"
500
534
  >
501
- <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
535
+ <span class="pf-v6-c-menu-toggle__icon">
536
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
537
+ </span>
538
+ <span class="pf-v6-c-menu-toggle__icon">
539
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
540
+ </span>
502
541
  </button>
503
542
  </td>
504
543
  </tr>
@@ -509,15 +548,21 @@ wrapperTag: div
509
548
  tabindex="0"
510
549
  >
511
550
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
512
- <div class="pf-v6-c-check pf-m-standalone">
551
+ <label
552
+ class="pf-v6-c-check pf-m-standalone"
553
+ id="page-id-tablecheckrow3check"
554
+ for="page-id-tablecheckrow3check-input"
555
+ >
513
556
  <input
514
557
  class="pf-v6-c-check__input"
515
558
  type="checkbox"
516
- name="checkrow3"
517
- aria-labelledby="page-id-table-node3"
559
+ id="page-id-tablecheckrow3check-input"
560
+ name="page-id-tablecheckrow3check-input"
561
+ aria-label="Standalone check"
518
562
  />
519
- </div>
563
+ </label>
520
564
  </td>
565
+
521
566
  <th
522
567
  class="pf-v6-c-table__th"
523
568
  role="columnheader"
@@ -527,6 +572,7 @@ wrapperTag: div
527
572
  <div id="page-id-table-node3">Node 3</div>
528
573
  </div>
529
574
  </th>
575
+
530
576
  <td class="pf-v6-c-table__td" role="cell" data-label="Branches">
531
577
  <div class="pf-v6-l-flex pf-m-space-items-sm">
532
578
  <div class="pf-v6-l-flex__item">
@@ -567,13 +613,20 @@ wrapperTag: div
567
613
  <td class="pf-v6-c-table__td" role="cell" data-label="Action">
568
614
  <a href="#">Action link</a>
569
615
  </td>
616
+
570
617
  <td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
571
618
  <button
572
- class="pf-v6-c-button pf-m-plain"
619
+ class="pf-v6-c-menu-toggle pf-m-plain"
573
620
  type="button"
574
- aria-label="Remove"
621
+ aria-expanded="false"
622
+ aria-label="Table actions"
575
623
  >
576
- <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
624
+ <span class="pf-v6-c-menu-toggle__icon">
625
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
626
+ </span>
627
+ <span class="pf-v6-c-menu-toggle__icon">
628
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
629
+ </span>
577
630
  </button>
578
631
  </td>
579
632
  </tr>
@@ -584,15 +637,21 @@ wrapperTag: div
584
637
  tabindex="0"
585
638
  >
586
639
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
587
- <div class="pf-v6-c-check pf-m-standalone">
640
+ <label
641
+ class="pf-v6-c-check pf-m-standalone"
642
+ id="page-id-tablecheckrow4check"
643
+ for="page-id-tablecheckrow4check-input"
644
+ >
588
645
  <input
589
646
  class="pf-v6-c-check__input"
590
647
  type="checkbox"
591
- name="checkrow4"
592
- aria-labelledby="page-id-table-node4"
648
+ id="page-id-tablecheckrow4check-input"
649
+ name="page-id-tablecheckrow4check-input"
650
+ aria-label="Standalone check"
593
651
  />
594
- </div>
652
+ </label>
595
653
  </td>
654
+
596
655
  <th
597
656
  class="pf-v6-c-table__th"
598
657
  role="columnheader"
@@ -602,6 +661,7 @@ wrapperTag: div
602
661
  <div id="page-id-table-node4">Node 4</div>
603
662
  </div>
604
663
  </th>
664
+
605
665
  <td class="pf-v6-c-table__td" role="cell" data-label="Branches">
606
666
  <div class="pf-v6-l-flex pf-m-space-items-sm">
607
667
  <div class="pf-v6-l-flex__item">
@@ -642,13 +702,20 @@ wrapperTag: div
642
702
  <td class="pf-v6-c-table__td" role="cell" data-label="Action">
643
703
  <a href="/some/path">Action link</a>
644
704
  </td>
705
+
645
706
  <td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
646
707
  <button
647
- class="pf-v6-c-button pf-m-plain"
708
+ class="pf-v6-c-menu-toggle pf-m-plain"
648
709
  type="button"
649
- aria-label="Remove"
710
+ aria-expanded="false"
711
+ aria-label="Table actions"
650
712
  >
651
- <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
713
+ <span class="pf-v6-c-menu-toggle__icon">
714
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
715
+ </span>
716
+ <span class="pf-v6-c-menu-toggle__icon">
717
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
718
+ </span>
652
719
  </button>
653
720
  </td>
654
721
  </tr>
@@ -659,14 +726,19 @@ wrapperTag: div
659
726
  tabindex="0"
660
727
  >
661
728
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
662
- <div class="pf-v6-c-check pf-m-standalone">
729
+ <label
730
+ class="pf-v6-c-check pf-m-standalone"
731
+ id="page-id-tablecheckrow5check"
732
+ for="page-id-tablecheckrow5check-input"
733
+ >
663
734
  <input
664
735
  class="pf-v6-c-check__input"
665
736
  type="checkbox"
666
- name="checkrow5"
667
- aria-labelledby="page-id-table-node5"
737
+ id="page-id-tablecheckrow5check-input"
738
+ name="page-id-tablecheckrow5check-input"
739
+ aria-label="Standalone check"
668
740
  />
669
- </div>
741
+ </label>
670
742
  </td>
671
743
  <td
672
744
  class="pf-v6-c-table__td"
@@ -717,13 +789,20 @@ wrapperTag: div
717
789
  <td class="pf-v6-c-table__td" role="cell" data-label="Action">
718
790
  <a href="/some/path">Action link</a>
719
791
  </td>
792
+
720
793
  <td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
721
794
  <button
722
- class="pf-v6-c-button pf-m-plain"
795
+ class="pf-v6-c-menu-toggle pf-m-plain"
723
796
  type="button"
724
- aria-label="Remove"
797
+ aria-expanded="false"
798
+ aria-label="Table actions"
725
799
  >
726
- <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
800
+ <span class="pf-v6-c-menu-toggle__icon">
801
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
802
+ </span>
803
+ <span class="pf-v6-c-menu-toggle__icon">
804
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
805
+ </span>
727
806
  </button>
728
807
  </td>
729
808
  </tr>