@innovaccer/design-system 2.7.0-1 → 2.7.0

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 (47) hide show
  1. package/CHANGELOG.md +15 -1
  2. package/core/accessibility/utils/useAccessibilityProps.ts +30 -6
  3. package/core/components/atoms/_chip/__tests__/__snapshots__/_chip.test.tsx.snap +8 -0
  4. package/core/components/atoms/avatarGroup/AvatarGroup.tsx +1 -0
  5. package/core/components/atoms/avatarGroup/__stories__/index.story.tsx +1 -1
  6. package/core/components/atoms/button/__tests__/__snapshots__/Button.test.tsx.snap +9 -0
  7. package/core/components/atoms/checkbox/__tests__/__snapshots__/Checkbox.test.tsx.snap +6 -0
  8. package/core/components/atoms/chipGroup/__tests__/__snapshots__/chipGroup.test.tsx.snap +4 -0
  9. package/core/components/atoms/dropdown/__tests__/__snapshots__/Dropdown.test.tsx.snap +29 -0
  10. package/core/components/atoms/input/__tests__/__snapshots__/Input.test.tsx.snap +5 -0
  11. package/core/components/atoms/message/__tests__/__snapshots__/Message.test.tsx.snap +4 -0
  12. package/core/components/atoms/metaList/__tests__/__snapshots__/MetaList.test.tsx.snap +296 -0
  13. package/core/components/atoms/metricInput/__tests__/__snapshots__/MetricInput.test.tsx.snap +2 -0
  14. package/core/components/atoms/multiSlider/Handle.tsx +1 -0
  15. package/core/components/atoms/toast/__tests__/__snapshots__/Toast.test.tsx.snap +12 -0
  16. package/core/components/molecules/dialog/__tests__/__snapshots__/Dialog.test.tsx.snap +13 -0
  17. package/core/components/molecules/dropzone/Dropzone.tsx +16 -9
  18. package/core/components/molecules/dropzone/__stories__/index.story.tsx +15 -1
  19. package/core/components/molecules/dropzone/__tests__/__snapshots__/Dropzone.test.tsx.snap +68 -70
  20. package/core/components/molecules/editableDropdown/__tests__/__snapshots__/EditableDropdown.test.tsx.snap +1 -0
  21. package/core/components/molecules/fileList/__tests__/__snapshots__/FileList.test.tsx.snap +5 -0
  22. package/core/components/molecules/fileUploader/__tests__/__snapshots__/FileUploader.test.tsx.snap +6 -0
  23. package/core/components/molecules/fileUploader/__tests__/__snapshots__/FileUploaderList.test.tsx.snap +5 -0
  24. package/core/components/molecules/fullscreenModal/__tests__/__snapshots__/Fullscreen.test.tsx.snap +6 -0
  25. package/core/components/molecules/modal/__tests__/__snapshots__/Modal.test.tsx.snap +30 -0
  26. package/core/components/molecules/overlayHeader/__tests__/__snapshots__/OverlayHeader.test.tsx.snap +1 -0
  27. package/core/components/molecules/pagination/__tests__/__snapshots__/Pagination.test.tsx.snap +8 -0
  28. package/core/components/molecules/sidesheet/__tests__/__snapshots__/Sidesheet.test.tsx.snap +2 -0
  29. package/core/components/molecules/stepper/__tests__/__snapshots__/Stepper.test.tsx.snap +4 -0
  30. package/core/components/molecules/tabs/__tests__/__snapshots__/Tabs.test.tsx.snap +2 -0
  31. package/core/components/organisms/calendar/__tests__/__snapshots__/Calendar.test.tsx.snap +98 -0
  32. package/core/components/organisms/datePicker/__tests__/__snapshots__/DatePicker.test.tsx.snap +34 -0
  33. package/core/components/organisms/dateRangePicker/__tests__/__snapshots__/DateRangePicker.test.tsx.snap +606 -0
  34. package/core/components/organisms/horizontalNav/__tests__/__snapshots__/HorizontalNav.test.tsx.snap +1 -0
  35. package/core/components/organisms/inlineMessage/__tests__/__snapshots__/InlineMessage.test.tsx.snap +4 -0
  36. package/core/components/organisms/navigation/__tests__/__snapshots__/Navigation.test.tsx.snap +2 -0
  37. package/core/components/organisms/table/__tests__/__snapshots__/Table.test.tsx.snap +1800 -0
  38. package/core/components/organisms/verticalNav/__tests__/__snapshots__/VerticalNav.test.tsx.snap +14 -0
  39. package/core/utils/__tests__/__snapshots__/TS.test.tsx.snap +19 -0
  40. package/dist/core/accessibility/utils/useAccessibilityProps.d.ts +4 -3
  41. package/dist/index.esm.js +40 -18
  42. package/dist/index.js +39 -17
  43. package/dist/index.js.map +1 -1
  44. package/dist/index.umd.js +1 -1
  45. package/dist/index.umd.js.br +0 -0
  46. package/dist/index.umd.js.gz +0 -0
  47. package/package.json +1 -1
@@ -21,6 +21,7 @@ Object {
21
21
  <i
22
22
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
23
23
  data-test="DesignSystem-MetaList--MetaIcon"
24
+ role="button"
24
25
  style="font-size: 16px; width: 16px;"
25
26
  >
26
27
  assessment_round
@@ -51,6 +52,7 @@ Object {
51
52
  <i
52
53
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
53
54
  data-test="DesignSystem-MetaList--MetaIcon"
55
+ role="button"
54
56
  style="font-size: 16px; width: 16px;"
55
57
  >
56
58
  assessment_round
@@ -140,6 +142,7 @@ Object {
140
142
  <i
141
143
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
142
144
  data-test="DesignSystem-MetaList--MetaIcon"
145
+ role="button"
143
146
  style="font-size: 16px; width: 16px;"
144
147
  >
145
148
  assessment_round
@@ -170,6 +173,7 @@ Object {
170
173
  <i
171
174
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
172
175
  data-test="DesignSystem-MetaList--MetaIcon"
176
+ role="button"
173
177
  style="font-size: 16px; width: 16px;"
174
178
  >
175
179
  assessment_round
@@ -259,6 +263,7 @@ Object {
259
263
  <i
260
264
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
261
265
  data-test="DesignSystem-MetaList--MetaIcon"
266
+ role="button"
262
267
  style="font-size: 16px; width: 16px;"
263
268
  >
264
269
  assessment_round
@@ -289,6 +294,7 @@ Object {
289
294
  <i
290
295
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
291
296
  data-test="DesignSystem-MetaList--MetaIcon"
297
+ role="button"
292
298
  style="font-size: 16px; width: 16px;"
293
299
  >
294
300
  assessment_round
@@ -378,6 +384,7 @@ Object {
378
384
  <i
379
385
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
380
386
  data-test="DesignSystem-MetaList--MetaIcon"
387
+ role="button"
381
388
  style="font-size: 16px; width: 16px;"
382
389
  >
383
390
  assessment_round
@@ -408,6 +415,7 @@ Object {
408
415
  <i
409
416
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
410
417
  data-test="DesignSystem-MetaList--MetaIcon"
418
+ role="button"
411
419
  style="font-size: 16px; width: 16px;"
412
420
  >
413
421
  assessment_round
@@ -497,6 +505,7 @@ Object {
497
505
  <i
498
506
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
499
507
  data-test="DesignSystem-MetaList--MetaIcon"
508
+ role="button"
500
509
  style="font-size: 16px; width: 16px;"
501
510
  >
502
511
  assessment_round
@@ -527,6 +536,7 @@ Object {
527
536
  <i
528
537
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
529
538
  data-test="DesignSystem-MetaList--MetaIcon"
539
+ role="button"
530
540
  style="font-size: 16px; width: 16px;"
531
541
  >
532
542
  assessment_round
@@ -616,6 +626,7 @@ Object {
616
626
  <i
617
627
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
618
628
  data-test="DesignSystem-MetaList--MetaIcon"
629
+ role="button"
619
630
  style="font-size: 16px; width: 16px;"
620
631
  >
621
632
  assessment_round
@@ -646,6 +657,7 @@ Object {
646
657
  <i
647
658
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
648
659
  data-test="DesignSystem-MetaList--MetaIcon"
660
+ role="button"
649
661
  style="font-size: 16px; width: 16px;"
650
662
  >
651
663
  assessment_round
@@ -735,6 +747,7 @@ Object {
735
747
  <i
736
748
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
737
749
  data-test="DesignSystem-MetaList--MetaIcon"
750
+ role="button"
738
751
  style="font-size: 16px; width: 16px;"
739
752
  >
740
753
  assessment_round
@@ -765,6 +778,7 @@ Object {
765
778
  <i
766
779
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
767
780
  data-test="DesignSystem-MetaList--MetaIcon"
781
+ role="button"
768
782
  style="font-size: 16px; width: 16px;"
769
783
  >
770
784
  assessment_round
@@ -854,6 +868,7 @@ Object {
854
868
  <i
855
869
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
856
870
  data-test="DesignSystem-MetaList--MetaIcon"
871
+ role="button"
857
872
  style="font-size: 16px; width: 16px;"
858
873
  >
859
874
  assessment_round
@@ -884,6 +899,7 @@ Object {
884
899
  <i
885
900
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
886
901
  data-test="DesignSystem-MetaList--MetaIcon"
902
+ role="button"
887
903
  style="font-size: 16px; width: 16px;"
888
904
  >
889
905
  assessment_round
@@ -973,6 +989,7 @@ Object {
973
989
  <i
974
990
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
975
991
  data-test="DesignSystem-MetaList--MetaIcon"
992
+ role="button"
976
993
  style="font-size: 16px; width: 16px;"
977
994
  >
978
995
  assessment_round
@@ -1003,6 +1020,7 @@ Object {
1003
1020
  <i
1004
1021
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
1005
1022
  data-test="DesignSystem-MetaList--MetaIcon"
1023
+ role="button"
1006
1024
  style="font-size: 16px; width: 16px;"
1007
1025
  >
1008
1026
  assessment_round
@@ -1092,6 +1110,7 @@ Object {
1092
1110
  <i
1093
1111
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
1094
1112
  data-test="DesignSystem-MetaList--MetaIcon"
1113
+ role="button"
1095
1114
  style="font-size: 16px; width: 16px;"
1096
1115
  >
1097
1116
  assessment_round
@@ -1122,6 +1141,7 @@ Object {
1122
1141
  <i
1123
1142
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
1124
1143
  data-test="DesignSystem-MetaList--MetaIcon"
1144
+ role="button"
1125
1145
  style="font-size: 16px; width: 16px;"
1126
1146
  >
1127
1147
  assessment_round
@@ -1211,6 +1231,7 @@ Object {
1211
1231
  <i
1212
1232
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
1213
1233
  data-test="DesignSystem-MetaList--MetaIcon"
1234
+ role="button"
1214
1235
  style="font-size: 16px; width: 16px;"
1215
1236
  >
1216
1237
  assessment_round
@@ -1241,6 +1262,7 @@ Object {
1241
1262
  <i
1242
1263
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
1243
1264
  data-test="DesignSystem-MetaList--MetaIcon"
1265
+ role="button"
1244
1266
  style="font-size: 16px; width: 16px;"
1245
1267
  >
1246
1268
  assessment_round
@@ -1330,6 +1352,7 @@ Object {
1330
1352
  <i
1331
1353
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
1332
1354
  data-test="DesignSystem-MetaList--MetaIcon"
1355
+ role="button"
1333
1356
  style="font-size: 16px; width: 16px;"
1334
1357
  >
1335
1358
  assessment_round
@@ -1360,6 +1383,7 @@ Object {
1360
1383
  <i
1361
1384
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
1362
1385
  data-test="DesignSystem-MetaList--MetaIcon"
1386
+ role="button"
1363
1387
  style="font-size: 16px; width: 16px;"
1364
1388
  >
1365
1389
  assessment_round
@@ -1449,6 +1473,7 @@ Object {
1449
1473
  <i
1450
1474
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
1451
1475
  data-test="DesignSystem-MetaList--MetaIcon"
1476
+ role="button"
1452
1477
  style="font-size: 16px; width: 16px;"
1453
1478
  >
1454
1479
  assessment_round
@@ -1479,6 +1504,7 @@ Object {
1479
1504
  <i
1480
1505
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
1481
1506
  data-test="DesignSystem-MetaList--MetaIcon"
1507
+ role="button"
1482
1508
  style="font-size: 16px; width: 16px;"
1483
1509
  >
1484
1510
  assessment_round
@@ -1568,6 +1594,7 @@ Object {
1568
1594
  <i
1569
1595
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
1570
1596
  data-test="DesignSystem-MetaList--MetaIcon"
1597
+ role="button"
1571
1598
  style="font-size: 16px; width: 16px;"
1572
1599
  >
1573
1600
  assessment_round
@@ -1598,6 +1625,7 @@ Object {
1598
1625
  <i
1599
1626
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
1600
1627
  data-test="DesignSystem-MetaList--MetaIcon"
1628
+ role="button"
1601
1629
  style="font-size: 16px; width: 16px;"
1602
1630
  >
1603
1631
  assessment_round
@@ -1687,6 +1715,7 @@ Object {
1687
1715
  <i
1688
1716
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
1689
1717
  data-test="DesignSystem-MetaList--MetaIcon"
1718
+ role="button"
1690
1719
  style="font-size: 16px; width: 16px;"
1691
1720
  >
1692
1721
  assessment_round
@@ -1717,6 +1746,7 @@ Object {
1717
1746
  <i
1718
1747
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
1719
1748
  data-test="DesignSystem-MetaList--MetaIcon"
1749
+ role="button"
1720
1750
  style="font-size: 16px; width: 16px;"
1721
1751
  >
1722
1752
  assessment_round
@@ -1806,6 +1836,7 @@ Object {
1806
1836
  <i
1807
1837
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
1808
1838
  data-test="DesignSystem-MetaList--MetaIcon"
1839
+ role="button"
1809
1840
  style="font-size: 16px; width: 16px;"
1810
1841
  >
1811
1842
  assessment_round
@@ -1836,6 +1867,7 @@ Object {
1836
1867
  <i
1837
1868
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
1838
1869
  data-test="DesignSystem-MetaList--MetaIcon"
1870
+ role="button"
1839
1871
  style="font-size: 16px; width: 16px;"
1840
1872
  >
1841
1873
  assessment_round
@@ -1925,6 +1957,7 @@ Object {
1925
1957
  <i
1926
1958
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
1927
1959
  data-test="DesignSystem-MetaList--MetaIcon"
1960
+ role="button"
1928
1961
  style="font-size: 16px; width: 16px;"
1929
1962
  >
1930
1963
  assessment_round
@@ -1955,6 +1988,7 @@ Object {
1955
1988
  <i
1956
1989
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
1957
1990
  data-test="DesignSystem-MetaList--MetaIcon"
1991
+ role="button"
1958
1992
  style="font-size: 16px; width: 16px;"
1959
1993
  >
1960
1994
  assessment_round
@@ -2044,6 +2078,7 @@ Object {
2044
2078
  <i
2045
2079
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
2046
2080
  data-test="DesignSystem-MetaList--MetaIcon"
2081
+ role="button"
2047
2082
  style="font-size: 16px; width: 16px;"
2048
2083
  >
2049
2084
  assessment_round
@@ -2074,6 +2109,7 @@ Object {
2074
2109
  <i
2075
2110
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
2076
2111
  data-test="DesignSystem-MetaList--MetaIcon"
2112
+ role="button"
2077
2113
  style="font-size: 16px; width: 16px;"
2078
2114
  >
2079
2115
  assessment_round
@@ -2163,6 +2199,7 @@ Object {
2163
2199
  <i
2164
2200
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
2165
2201
  data-test="DesignSystem-MetaList--MetaIcon"
2202
+ role="button"
2166
2203
  style="font-size: 16px; width: 16px;"
2167
2204
  >
2168
2205
  assessment_round
@@ -2193,6 +2230,7 @@ Object {
2193
2230
  <i
2194
2231
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
2195
2232
  data-test="DesignSystem-MetaList--MetaIcon"
2233
+ role="button"
2196
2234
  style="font-size: 16px; width: 16px;"
2197
2235
  >
2198
2236
  assessment_round
@@ -2282,6 +2320,7 @@ Object {
2282
2320
  <i
2283
2321
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
2284
2322
  data-test="DesignSystem-MetaList--MetaIcon"
2323
+ role="button"
2285
2324
  style="font-size: 16px; width: 16px;"
2286
2325
  >
2287
2326
  assessment_round
@@ -2312,6 +2351,7 @@ Object {
2312
2351
  <i
2313
2352
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
2314
2353
  data-test="DesignSystem-MetaList--MetaIcon"
2354
+ role="button"
2315
2355
  style="font-size: 16px; width: 16px;"
2316
2356
  >
2317
2357
  assessment_round
@@ -2401,6 +2441,7 @@ Object {
2401
2441
  <i
2402
2442
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
2403
2443
  data-test="DesignSystem-MetaList--MetaIcon"
2444
+ role="button"
2404
2445
  style="font-size: 16px; width: 16px;"
2405
2446
  >
2406
2447
  assessment_round
@@ -2431,6 +2472,7 @@ Object {
2431
2472
  <i
2432
2473
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
2433
2474
  data-test="DesignSystem-MetaList--MetaIcon"
2475
+ role="button"
2434
2476
  style="font-size: 16px; width: 16px;"
2435
2477
  >
2436
2478
  assessment_round
@@ -2520,6 +2562,7 @@ Object {
2520
2562
  <i
2521
2563
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
2522
2564
  data-test="DesignSystem-MetaList--MetaIcon"
2565
+ role="button"
2523
2566
  style="font-size: 16px; width: 16px;"
2524
2567
  >
2525
2568
  assessment_round
@@ -2550,6 +2593,7 @@ Object {
2550
2593
  <i
2551
2594
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
2552
2595
  data-test="DesignSystem-MetaList--MetaIcon"
2596
+ role="button"
2553
2597
  style="font-size: 16px; width: 16px;"
2554
2598
  >
2555
2599
  assessment_round
@@ -2639,6 +2683,7 @@ Object {
2639
2683
  <i
2640
2684
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
2641
2685
  data-test="DesignSystem-MetaList--MetaIcon"
2686
+ role="button"
2642
2687
  style="font-size: 16px; width: 16px;"
2643
2688
  >
2644
2689
  assessment_round
@@ -2669,6 +2714,7 @@ Object {
2669
2714
  <i
2670
2715
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
2671
2716
  data-test="DesignSystem-MetaList--MetaIcon"
2717
+ role="button"
2672
2718
  style="font-size: 16px; width: 16px;"
2673
2719
  >
2674
2720
  assessment_round
@@ -2758,6 +2804,7 @@ Object {
2758
2804
  <i
2759
2805
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
2760
2806
  data-test="DesignSystem-MetaList--MetaIcon"
2807
+ role="button"
2761
2808
  style="font-size: 16px; width: 16px;"
2762
2809
  >
2763
2810
  assessment_round
@@ -2788,6 +2835,7 @@ Object {
2788
2835
  <i
2789
2836
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
2790
2837
  data-test="DesignSystem-MetaList--MetaIcon"
2838
+ role="button"
2791
2839
  style="font-size: 16px; width: 16px;"
2792
2840
  >
2793
2841
  assessment_round
@@ -2877,6 +2925,7 @@ Object {
2877
2925
  <i
2878
2926
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
2879
2927
  data-test="DesignSystem-MetaList--MetaIcon"
2928
+ role="button"
2880
2929
  style="font-size: 16px; width: 16px;"
2881
2930
  >
2882
2931
  assessment_round
@@ -2907,6 +2956,7 @@ Object {
2907
2956
  <i
2908
2957
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
2909
2958
  data-test="DesignSystem-MetaList--MetaIcon"
2959
+ role="button"
2910
2960
  style="font-size: 16px; width: 16px;"
2911
2961
  >
2912
2962
  assessment_round
@@ -2996,6 +3046,7 @@ Object {
2996
3046
  <i
2997
3047
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
2998
3048
  data-test="DesignSystem-MetaList--MetaIcon"
3049
+ role="button"
2999
3050
  style="font-size: 16px; width: 16px;"
3000
3051
  >
3001
3052
  assessment_round
@@ -3026,6 +3077,7 @@ Object {
3026
3077
  <i
3027
3078
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
3028
3079
  data-test="DesignSystem-MetaList--MetaIcon"
3080
+ role="button"
3029
3081
  style="font-size: 16px; width: 16px;"
3030
3082
  >
3031
3083
  assessment_round
@@ -3115,6 +3167,7 @@ Object {
3115
3167
  <i
3116
3168
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
3117
3169
  data-test="DesignSystem-MetaList--MetaIcon"
3170
+ role="button"
3118
3171
  style="font-size: 16px; width: 16px;"
3119
3172
  >
3120
3173
  assessment_round
@@ -3145,6 +3198,7 @@ Object {
3145
3198
  <i
3146
3199
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
3147
3200
  data-test="DesignSystem-MetaList--MetaIcon"
3201
+ role="button"
3148
3202
  style="font-size: 16px; width: 16px;"
3149
3203
  >
3150
3204
  assessment_round
@@ -3234,6 +3288,7 @@ Object {
3234
3288
  <i
3235
3289
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
3236
3290
  data-test="DesignSystem-MetaList--MetaIcon"
3291
+ role="button"
3237
3292
  style="font-size: 16px; width: 16px;"
3238
3293
  >
3239
3294
  assessment_round
@@ -3264,6 +3319,7 @@ Object {
3264
3319
  <i
3265
3320
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
3266
3321
  data-test="DesignSystem-MetaList--MetaIcon"
3322
+ role="button"
3267
3323
  style="font-size: 16px; width: 16px;"
3268
3324
  >
3269
3325
  assessment_round
@@ -3353,6 +3409,7 @@ Object {
3353
3409
  <i
3354
3410
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
3355
3411
  data-test="DesignSystem-MetaList--MetaIcon"
3412
+ role="button"
3356
3413
  style="font-size: 16px; width: 16px;"
3357
3414
  >
3358
3415
  assessment_round
@@ -3383,6 +3440,7 @@ Object {
3383
3440
  <i
3384
3441
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
3385
3442
  data-test="DesignSystem-MetaList--MetaIcon"
3443
+ role="button"
3386
3444
  style="font-size: 16px; width: 16px;"
3387
3445
  >
3388
3446
  assessment_round
@@ -3472,6 +3530,7 @@ Object {
3472
3530
  <i
3473
3531
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
3474
3532
  data-test="DesignSystem-MetaList--MetaIcon"
3533
+ role="button"
3475
3534
  style="font-size: 16px; width: 16px;"
3476
3535
  >
3477
3536
  assessment_round
@@ -3502,6 +3561,7 @@ Object {
3502
3561
  <i
3503
3562
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
3504
3563
  data-test="DesignSystem-MetaList--MetaIcon"
3564
+ role="button"
3505
3565
  style="font-size: 16px; width: 16px;"
3506
3566
  >
3507
3567
  assessment_round
@@ -3591,6 +3651,7 @@ Object {
3591
3651
  <i
3592
3652
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
3593
3653
  data-test="DesignSystem-MetaList--MetaIcon"
3654
+ role="button"
3594
3655
  style="font-size: 16px; width: 16px;"
3595
3656
  >
3596
3657
  assessment_round
@@ -3621,6 +3682,7 @@ Object {
3621
3682
  <i
3622
3683
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
3623
3684
  data-test="DesignSystem-MetaList--MetaIcon"
3685
+ role="button"
3624
3686
  style="font-size: 16px; width: 16px;"
3625
3687
  >
3626
3688
  assessment_round
@@ -3710,6 +3772,7 @@ Object {
3710
3772
  <i
3711
3773
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
3712
3774
  data-test="DesignSystem-MetaList--MetaIcon"
3775
+ role="button"
3713
3776
  style="font-size: 16px; width: 16px;"
3714
3777
  >
3715
3778
  assessment_round
@@ -3724,6 +3787,7 @@ Object {
3724
3787
  <i
3725
3788
  class="material-icons material-icons-round Icon Icon--disabled MetaList-seperator"
3726
3789
  data-test="DesignSystem-MetaList--rightSeperator"
3790
+ role="button"
3727
3791
  style="font-size: 8px; width: 8px;"
3728
3792
  >
3729
3793
  fiber_manual_record_round
@@ -3739,6 +3803,7 @@ Object {
3739
3803
  <i
3740
3804
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
3741
3805
  data-test="DesignSystem-MetaList--MetaIcon"
3806
+ role="button"
3742
3807
  style="font-size: 16px; width: 16px;"
3743
3808
  >
3744
3809
  assessment_round
@@ -3769,6 +3834,7 @@ Object {
3769
3834
  <i
3770
3835
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
3771
3836
  data-test="DesignSystem-MetaList--MetaIcon"
3837
+ role="button"
3772
3838
  style="font-size: 16px; width: 16px;"
3773
3839
  >
3774
3840
  assessment_round
@@ -3783,6 +3849,7 @@ Object {
3783
3849
  <i
3784
3850
  class="material-icons material-icons-round Icon Icon--disabled MetaList-seperator"
3785
3851
  data-test="DesignSystem-MetaList--rightSeperator"
3852
+ role="button"
3786
3853
  style="font-size: 8px; width: 8px;"
3787
3854
  >
3788
3855
  fiber_manual_record_round
@@ -3798,6 +3865,7 @@ Object {
3798
3865
  <i
3799
3866
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
3800
3867
  data-test="DesignSystem-MetaList--MetaIcon"
3868
+ role="button"
3801
3869
  style="font-size: 16px; width: 16px;"
3802
3870
  >
3803
3871
  assessment_round
@@ -3887,6 +3955,7 @@ Object {
3887
3955
  <i
3888
3956
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
3889
3957
  data-test="DesignSystem-MetaList--MetaIcon"
3958
+ role="button"
3890
3959
  style="font-size: 16px; width: 16px;"
3891
3960
  >
3892
3961
  assessment_round
@@ -3901,6 +3970,7 @@ Object {
3901
3970
  <i
3902
3971
  class="material-icons material-icons-round Icon Icon--disabled MetaList-seperator"
3903
3972
  data-test="DesignSystem-MetaList--rightSeperator"
3973
+ role="button"
3904
3974
  style="font-size: 8px; width: 8px;"
3905
3975
  >
3906
3976
  fiber_manual_record_round
@@ -3916,6 +3986,7 @@ Object {
3916
3986
  <i
3917
3987
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
3918
3988
  data-test="DesignSystem-MetaList--MetaIcon"
3989
+ role="button"
3919
3990
  style="font-size: 16px; width: 16px;"
3920
3991
  >
3921
3992
  assessment_round
@@ -3946,6 +4017,7 @@ Object {
3946
4017
  <i
3947
4018
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
3948
4019
  data-test="DesignSystem-MetaList--MetaIcon"
4020
+ role="button"
3949
4021
  style="font-size: 16px; width: 16px;"
3950
4022
  >
3951
4023
  assessment_round
@@ -3960,6 +4032,7 @@ Object {
3960
4032
  <i
3961
4033
  class="material-icons material-icons-round Icon Icon--disabled MetaList-seperator"
3962
4034
  data-test="DesignSystem-MetaList--rightSeperator"
4035
+ role="button"
3963
4036
  style="font-size: 8px; width: 8px;"
3964
4037
  >
3965
4038
  fiber_manual_record_round
@@ -3975,6 +4048,7 @@ Object {
3975
4048
  <i
3976
4049
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
3977
4050
  data-test="DesignSystem-MetaList--MetaIcon"
4051
+ role="button"
3978
4052
  style="font-size: 16px; width: 16px;"
3979
4053
  >
3980
4054
  assessment_round
@@ -4064,6 +4138,7 @@ Object {
4064
4138
  <i
4065
4139
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4066
4140
  data-test="DesignSystem-MetaList--MetaIcon"
4141
+ role="button"
4067
4142
  style="font-size: 16px; width: 16px;"
4068
4143
  >
4069
4144
  assessment_round
@@ -4078,6 +4153,7 @@ Object {
4078
4153
  <i
4079
4154
  class="material-icons material-icons-round Icon Icon--disabled MetaList-seperator"
4080
4155
  data-test="DesignSystem-MetaList--rightSeperator"
4156
+ role="button"
4081
4157
  style="font-size: 8px; width: 8px;"
4082
4158
  >
4083
4159
  fiber_manual_record_round
@@ -4093,6 +4169,7 @@ Object {
4093
4169
  <i
4094
4170
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4095
4171
  data-test="DesignSystem-MetaList--MetaIcon"
4172
+ role="button"
4096
4173
  style="font-size: 16px; width: 16px;"
4097
4174
  >
4098
4175
  assessment_round
@@ -4123,6 +4200,7 @@ Object {
4123
4200
  <i
4124
4201
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4125
4202
  data-test="DesignSystem-MetaList--MetaIcon"
4203
+ role="button"
4126
4204
  style="font-size: 16px; width: 16px;"
4127
4205
  >
4128
4206
  assessment_round
@@ -4137,6 +4215,7 @@ Object {
4137
4215
  <i
4138
4216
  class="material-icons material-icons-round Icon Icon--disabled MetaList-seperator"
4139
4217
  data-test="DesignSystem-MetaList--rightSeperator"
4218
+ role="button"
4140
4219
  style="font-size: 8px; width: 8px;"
4141
4220
  >
4142
4221
  fiber_manual_record_round
@@ -4152,6 +4231,7 @@ Object {
4152
4231
  <i
4153
4232
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4154
4233
  data-test="DesignSystem-MetaList--MetaIcon"
4234
+ role="button"
4155
4235
  style="font-size: 16px; width: 16px;"
4156
4236
  >
4157
4237
  assessment_round
@@ -4241,6 +4321,7 @@ Object {
4241
4321
  <i
4242
4322
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4243
4323
  data-test="DesignSystem-MetaList--MetaIcon"
4324
+ role="button"
4244
4325
  style="font-size: 16px; width: 16px;"
4245
4326
  >
4246
4327
  assessment_round
@@ -4255,6 +4336,7 @@ Object {
4255
4336
  <i
4256
4337
  class="material-icons material-icons-round Icon Icon--disabled MetaList-seperator"
4257
4338
  data-test="DesignSystem-MetaList--rightSeperator"
4339
+ role="button"
4258
4340
  style="font-size: 8px; width: 8px;"
4259
4341
  >
4260
4342
  fiber_manual_record_round
@@ -4270,6 +4352,7 @@ Object {
4270
4352
  <i
4271
4353
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4272
4354
  data-test="DesignSystem-MetaList--MetaIcon"
4355
+ role="button"
4273
4356
  style="font-size: 16px; width: 16px;"
4274
4357
  >
4275
4358
  assessment_round
@@ -4300,6 +4383,7 @@ Object {
4300
4383
  <i
4301
4384
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4302
4385
  data-test="DesignSystem-MetaList--MetaIcon"
4386
+ role="button"
4303
4387
  style="font-size: 16px; width: 16px;"
4304
4388
  >
4305
4389
  assessment_round
@@ -4314,6 +4398,7 @@ Object {
4314
4398
  <i
4315
4399
  class="material-icons material-icons-round Icon Icon--disabled MetaList-seperator"
4316
4400
  data-test="DesignSystem-MetaList--rightSeperator"
4401
+ role="button"
4317
4402
  style="font-size: 8px; width: 8px;"
4318
4403
  >
4319
4404
  fiber_manual_record_round
@@ -4329,6 +4414,7 @@ Object {
4329
4414
  <i
4330
4415
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4331
4416
  data-test="DesignSystem-MetaList--MetaIcon"
4417
+ role="button"
4332
4418
  style="font-size: 16px; width: 16px;"
4333
4419
  >
4334
4420
  assessment_round
@@ -4418,6 +4504,7 @@ Object {
4418
4504
  <i
4419
4505
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4420
4506
  data-test="DesignSystem-MetaList--MetaIcon"
4507
+ role="button"
4421
4508
  style="font-size: 16px; width: 16px;"
4422
4509
  >
4423
4510
  assessment_round
@@ -4432,6 +4519,7 @@ Object {
4432
4519
  <i
4433
4520
  class="material-icons material-icons-round Icon Icon--disabled MetaList-seperator"
4434
4521
  data-test="DesignSystem-MetaList--rightSeperator"
4522
+ role="button"
4435
4523
  style="font-size: 8px; width: 8px;"
4436
4524
  >
4437
4525
  fiber_manual_record_round
@@ -4447,6 +4535,7 @@ Object {
4447
4535
  <i
4448
4536
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4449
4537
  data-test="DesignSystem-MetaList--MetaIcon"
4538
+ role="button"
4450
4539
  style="font-size: 16px; width: 16px;"
4451
4540
  >
4452
4541
  assessment_round
@@ -4477,6 +4566,7 @@ Object {
4477
4566
  <i
4478
4567
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4479
4568
  data-test="DesignSystem-MetaList--MetaIcon"
4569
+ role="button"
4480
4570
  style="font-size: 16px; width: 16px;"
4481
4571
  >
4482
4572
  assessment_round
@@ -4491,6 +4581,7 @@ Object {
4491
4581
  <i
4492
4582
  class="material-icons material-icons-round Icon Icon--disabled MetaList-seperator"
4493
4583
  data-test="DesignSystem-MetaList--rightSeperator"
4584
+ role="button"
4494
4585
  style="font-size: 8px; width: 8px;"
4495
4586
  >
4496
4587
  fiber_manual_record_round
@@ -4506,6 +4597,7 @@ Object {
4506
4597
  <i
4507
4598
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4508
4599
  data-test="DesignSystem-MetaList--MetaIcon"
4600
+ role="button"
4509
4601
  style="font-size: 16px; width: 16px;"
4510
4602
  >
4511
4603
  assessment_round
@@ -4595,6 +4687,7 @@ Object {
4595
4687
  <i
4596
4688
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4597
4689
  data-test="DesignSystem-MetaList--MetaIcon"
4690
+ role="button"
4598
4691
  style="font-size: 16px; width: 16px;"
4599
4692
  >
4600
4693
  assessment_round
@@ -4609,6 +4702,7 @@ Object {
4609
4702
  <i
4610
4703
  class="material-icons material-icons-round Icon Icon--disabled MetaList-seperator"
4611
4704
  data-test="DesignSystem-MetaList--rightSeperator"
4705
+ role="button"
4612
4706
  style="font-size: 8px; width: 8px;"
4613
4707
  >
4614
4708
  fiber_manual_record_round
@@ -4624,6 +4718,7 @@ Object {
4624
4718
  <i
4625
4719
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4626
4720
  data-test="DesignSystem-MetaList--MetaIcon"
4721
+ role="button"
4627
4722
  style="font-size: 16px; width: 16px;"
4628
4723
  >
4629
4724
  assessment_round
@@ -4654,6 +4749,7 @@ Object {
4654
4749
  <i
4655
4750
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4656
4751
  data-test="DesignSystem-MetaList--MetaIcon"
4752
+ role="button"
4657
4753
  style="font-size: 16px; width: 16px;"
4658
4754
  >
4659
4755
  assessment_round
@@ -4668,6 +4764,7 @@ Object {
4668
4764
  <i
4669
4765
  class="material-icons material-icons-round Icon Icon--disabled MetaList-seperator"
4670
4766
  data-test="DesignSystem-MetaList--rightSeperator"
4767
+ role="button"
4671
4768
  style="font-size: 8px; width: 8px;"
4672
4769
  >
4673
4770
  fiber_manual_record_round
@@ -4683,6 +4780,7 @@ Object {
4683
4780
  <i
4684
4781
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4685
4782
  data-test="DesignSystem-MetaList--MetaIcon"
4783
+ role="button"
4686
4784
  style="font-size: 16px; width: 16px;"
4687
4785
  >
4688
4786
  assessment_round
@@ -4772,6 +4870,7 @@ Object {
4772
4870
  <i
4773
4871
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4774
4872
  data-test="DesignSystem-MetaList--MetaIcon"
4873
+ role="button"
4775
4874
  style="font-size: 16px; width: 16px;"
4776
4875
  >
4777
4876
  assessment_round
@@ -4786,6 +4885,7 @@ Object {
4786
4885
  <i
4787
4886
  class="material-icons material-icons-round Icon Icon--disabled MetaList-seperator"
4788
4887
  data-test="DesignSystem-MetaList--rightSeperator"
4888
+ role="button"
4789
4889
  style="font-size: 8px; width: 8px;"
4790
4890
  >
4791
4891
  fiber_manual_record_round
@@ -4801,6 +4901,7 @@ Object {
4801
4901
  <i
4802
4902
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4803
4903
  data-test="DesignSystem-MetaList--MetaIcon"
4904
+ role="button"
4804
4905
  style="font-size: 16px; width: 16px;"
4805
4906
  >
4806
4907
  assessment_round
@@ -4831,6 +4932,7 @@ Object {
4831
4932
  <i
4832
4933
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4833
4934
  data-test="DesignSystem-MetaList--MetaIcon"
4935
+ role="button"
4834
4936
  style="font-size: 16px; width: 16px;"
4835
4937
  >
4836
4938
  assessment_round
@@ -4845,6 +4947,7 @@ Object {
4845
4947
  <i
4846
4948
  class="material-icons material-icons-round Icon Icon--disabled MetaList-seperator"
4847
4949
  data-test="DesignSystem-MetaList--rightSeperator"
4950
+ role="button"
4848
4951
  style="font-size: 8px; width: 8px;"
4849
4952
  >
4850
4953
  fiber_manual_record_round
@@ -4860,6 +4963,7 @@ Object {
4860
4963
  <i
4861
4964
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4862
4965
  data-test="DesignSystem-MetaList--MetaIcon"
4966
+ role="button"
4863
4967
  style="font-size: 16px; width: 16px;"
4864
4968
  >
4865
4969
  assessment_round
@@ -4949,6 +5053,7 @@ Object {
4949
5053
  <i
4950
5054
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4951
5055
  data-test="DesignSystem-MetaList--MetaIcon"
5056
+ role="button"
4952
5057
  style="font-size: 16px; width: 16px;"
4953
5058
  >
4954
5059
  assessment_round
@@ -4979,6 +5084,7 @@ Object {
4979
5084
  <i
4980
5085
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
4981
5086
  data-test="DesignSystem-MetaList--MetaIcon"
5087
+ role="button"
4982
5088
  style="font-size: 16px; width: 16px;"
4983
5089
  >
4984
5090
  assessment_round
@@ -5061,6 +5167,7 @@ Object {
5061
5167
  <i
5062
5168
  class="material-icons material-icons-round Icon Icon--disabled MetaList-seperator MetaList-seperator--left"
5063
5169
  data-test="DesignSystem-MetaList--Seperator"
5170
+ role="button"
5064
5171
  style="font-size: 8px; width: 8px;"
5065
5172
  >
5066
5173
  fiber_manual_record_round
@@ -5075,6 +5182,7 @@ Object {
5075
5182
  <i
5076
5183
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5077
5184
  data-test="DesignSystem-MetaList--MetaIcon"
5185
+ role="button"
5078
5186
  style="font-size: 16px; width: 16px;"
5079
5187
  >
5080
5188
  assessment_round
@@ -5098,6 +5206,7 @@ Object {
5098
5206
  <i
5099
5207
  class="material-icons material-icons-round Icon Icon--disabled MetaList-seperator MetaList-seperator--left"
5100
5208
  data-test="DesignSystem-MetaList--Seperator"
5209
+ role="button"
5101
5210
  style="font-size: 8px; width: 8px;"
5102
5211
  >
5103
5212
  fiber_manual_record_round
@@ -5112,6 +5221,7 @@ Object {
5112
5221
  <i
5113
5222
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5114
5223
  data-test="DesignSystem-MetaList--MetaIcon"
5224
+ role="button"
5115
5225
  style="font-size: 16px; width: 16px;"
5116
5226
  >
5117
5227
  assessment_round
@@ -5201,6 +5311,7 @@ Object {
5201
5311
  <i
5202
5312
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5203
5313
  data-test="DesignSystem-MetaList--MetaIcon"
5314
+ role="button"
5204
5315
  style="font-size: 16px; width: 16px;"
5205
5316
  >
5206
5317
  assessment_round
@@ -5215,6 +5326,7 @@ Object {
5215
5326
  <i
5216
5327
  class="material-icons material-icons-round Icon Icon--accent1 MetaList-seperator"
5217
5328
  data-test="DesignSystem-MetaList--rightSeperator"
5329
+ role="button"
5218
5330
  style="font-size: 8px; width: 8px;"
5219
5331
  >
5220
5332
  fiber_manual_record_round
@@ -5230,6 +5342,7 @@ Object {
5230
5342
  <i
5231
5343
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5232
5344
  data-test="DesignSystem-MetaList--MetaIcon"
5345
+ role="button"
5233
5346
  style="font-size: 16px; width: 16px;"
5234
5347
  >
5235
5348
  assessment_round
@@ -5260,6 +5373,7 @@ Object {
5260
5373
  <i
5261
5374
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5262
5375
  data-test="DesignSystem-MetaList--MetaIcon"
5376
+ role="button"
5263
5377
  style="font-size: 16px; width: 16px;"
5264
5378
  >
5265
5379
  assessment_round
@@ -5274,6 +5388,7 @@ Object {
5274
5388
  <i
5275
5389
  class="material-icons material-icons-round Icon Icon--accent1 MetaList-seperator"
5276
5390
  data-test="DesignSystem-MetaList--rightSeperator"
5391
+ role="button"
5277
5392
  style="font-size: 8px; width: 8px;"
5278
5393
  >
5279
5394
  fiber_manual_record_round
@@ -5289,6 +5404,7 @@ Object {
5289
5404
  <i
5290
5405
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5291
5406
  data-test="DesignSystem-MetaList--MetaIcon"
5407
+ role="button"
5292
5408
  style="font-size: 16px; width: 16px;"
5293
5409
  >
5294
5410
  assessment_round
@@ -5378,6 +5494,7 @@ Object {
5378
5494
  <i
5379
5495
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5380
5496
  data-test="DesignSystem-MetaList--MetaIcon"
5497
+ role="button"
5381
5498
  style="font-size: 16px; width: 16px;"
5382
5499
  >
5383
5500
  assessment_round
@@ -5392,6 +5509,7 @@ Object {
5392
5509
  <i
5393
5510
  class="material-icons material-icons-round Icon Icon--accent1Dark MetaList-seperator"
5394
5511
  data-test="DesignSystem-MetaList--rightSeperator"
5512
+ role="button"
5395
5513
  style="font-size: 8px; width: 8px;"
5396
5514
  >
5397
5515
  fiber_manual_record_round
@@ -5407,6 +5525,7 @@ Object {
5407
5525
  <i
5408
5526
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5409
5527
  data-test="DesignSystem-MetaList--MetaIcon"
5528
+ role="button"
5410
5529
  style="font-size: 16px; width: 16px;"
5411
5530
  >
5412
5531
  assessment_round
@@ -5437,6 +5556,7 @@ Object {
5437
5556
  <i
5438
5557
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5439
5558
  data-test="DesignSystem-MetaList--MetaIcon"
5559
+ role="button"
5440
5560
  style="font-size: 16px; width: 16px;"
5441
5561
  >
5442
5562
  assessment_round
@@ -5451,6 +5571,7 @@ Object {
5451
5571
  <i
5452
5572
  class="material-icons material-icons-round Icon Icon--accent1Dark MetaList-seperator"
5453
5573
  data-test="DesignSystem-MetaList--rightSeperator"
5574
+ role="button"
5454
5575
  style="font-size: 8px; width: 8px;"
5455
5576
  >
5456
5577
  fiber_manual_record_round
@@ -5466,6 +5587,7 @@ Object {
5466
5587
  <i
5467
5588
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5468
5589
  data-test="DesignSystem-MetaList--MetaIcon"
5590
+ role="button"
5469
5591
  style="font-size: 16px; width: 16px;"
5470
5592
  >
5471
5593
  assessment_round
@@ -5555,6 +5677,7 @@ Object {
5555
5677
  <i
5556
5678
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5557
5679
  data-test="DesignSystem-MetaList--MetaIcon"
5680
+ role="button"
5558
5681
  style="font-size: 16px; width: 16px;"
5559
5682
  >
5560
5683
  assessment_round
@@ -5569,6 +5692,7 @@ Object {
5569
5692
  <i
5570
5693
  class="material-icons material-icons-round Icon Icon--accent1Lighter MetaList-seperator"
5571
5694
  data-test="DesignSystem-MetaList--rightSeperator"
5695
+ role="button"
5572
5696
  style="font-size: 8px; width: 8px;"
5573
5697
  >
5574
5698
  fiber_manual_record_round
@@ -5584,6 +5708,7 @@ Object {
5584
5708
  <i
5585
5709
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5586
5710
  data-test="DesignSystem-MetaList--MetaIcon"
5711
+ role="button"
5587
5712
  style="font-size: 16px; width: 16px;"
5588
5713
  >
5589
5714
  assessment_round
@@ -5614,6 +5739,7 @@ Object {
5614
5739
  <i
5615
5740
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5616
5741
  data-test="DesignSystem-MetaList--MetaIcon"
5742
+ role="button"
5617
5743
  style="font-size: 16px; width: 16px;"
5618
5744
  >
5619
5745
  assessment_round
@@ -5628,6 +5754,7 @@ Object {
5628
5754
  <i
5629
5755
  class="material-icons material-icons-round Icon Icon--accent1Lighter MetaList-seperator"
5630
5756
  data-test="DesignSystem-MetaList--rightSeperator"
5757
+ role="button"
5631
5758
  style="font-size: 8px; width: 8px;"
5632
5759
  >
5633
5760
  fiber_manual_record_round
@@ -5643,6 +5770,7 @@ Object {
5643
5770
  <i
5644
5771
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5645
5772
  data-test="DesignSystem-MetaList--MetaIcon"
5773
+ role="button"
5646
5774
  style="font-size: 16px; width: 16px;"
5647
5775
  >
5648
5776
  assessment_round
@@ -5732,6 +5860,7 @@ Object {
5732
5860
  <i
5733
5861
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5734
5862
  data-test="DesignSystem-MetaList--MetaIcon"
5863
+ role="button"
5735
5864
  style="font-size: 16px; width: 16px;"
5736
5865
  >
5737
5866
  assessment_round
@@ -5746,6 +5875,7 @@ Object {
5746
5875
  <i
5747
5876
  class="material-icons material-icons-round Icon Icon--accent2 MetaList-seperator"
5748
5877
  data-test="DesignSystem-MetaList--rightSeperator"
5878
+ role="button"
5749
5879
  style="font-size: 8px; width: 8px;"
5750
5880
  >
5751
5881
  fiber_manual_record_round
@@ -5761,6 +5891,7 @@ Object {
5761
5891
  <i
5762
5892
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5763
5893
  data-test="DesignSystem-MetaList--MetaIcon"
5894
+ role="button"
5764
5895
  style="font-size: 16px; width: 16px;"
5765
5896
  >
5766
5897
  assessment_round
@@ -5791,6 +5922,7 @@ Object {
5791
5922
  <i
5792
5923
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5793
5924
  data-test="DesignSystem-MetaList--MetaIcon"
5925
+ role="button"
5794
5926
  style="font-size: 16px; width: 16px;"
5795
5927
  >
5796
5928
  assessment_round
@@ -5805,6 +5937,7 @@ Object {
5805
5937
  <i
5806
5938
  class="material-icons material-icons-round Icon Icon--accent2 MetaList-seperator"
5807
5939
  data-test="DesignSystem-MetaList--rightSeperator"
5940
+ role="button"
5808
5941
  style="font-size: 8px; width: 8px;"
5809
5942
  >
5810
5943
  fiber_manual_record_round
@@ -5820,6 +5953,7 @@ Object {
5820
5953
  <i
5821
5954
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5822
5955
  data-test="DesignSystem-MetaList--MetaIcon"
5956
+ role="button"
5823
5957
  style="font-size: 16px; width: 16px;"
5824
5958
  >
5825
5959
  assessment_round
@@ -5909,6 +6043,7 @@ Object {
5909
6043
  <i
5910
6044
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5911
6045
  data-test="DesignSystem-MetaList--MetaIcon"
6046
+ role="button"
5912
6047
  style="font-size: 16px; width: 16px;"
5913
6048
  >
5914
6049
  assessment_round
@@ -5923,6 +6058,7 @@ Object {
5923
6058
  <i
5924
6059
  class="material-icons material-icons-round Icon Icon--accent2Dark MetaList-seperator"
5925
6060
  data-test="DesignSystem-MetaList--rightSeperator"
6061
+ role="button"
5926
6062
  style="font-size: 8px; width: 8px;"
5927
6063
  >
5928
6064
  fiber_manual_record_round
@@ -5938,6 +6074,7 @@ Object {
5938
6074
  <i
5939
6075
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5940
6076
  data-test="DesignSystem-MetaList--MetaIcon"
6077
+ role="button"
5941
6078
  style="font-size: 16px; width: 16px;"
5942
6079
  >
5943
6080
  assessment_round
@@ -5968,6 +6105,7 @@ Object {
5968
6105
  <i
5969
6106
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5970
6107
  data-test="DesignSystem-MetaList--MetaIcon"
6108
+ role="button"
5971
6109
  style="font-size: 16px; width: 16px;"
5972
6110
  >
5973
6111
  assessment_round
@@ -5982,6 +6120,7 @@ Object {
5982
6120
  <i
5983
6121
  class="material-icons material-icons-round Icon Icon--accent2Dark MetaList-seperator"
5984
6122
  data-test="DesignSystem-MetaList--rightSeperator"
6123
+ role="button"
5985
6124
  style="font-size: 8px; width: 8px;"
5986
6125
  >
5987
6126
  fiber_manual_record_round
@@ -5997,6 +6136,7 @@ Object {
5997
6136
  <i
5998
6137
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
5999
6138
  data-test="DesignSystem-MetaList--MetaIcon"
6139
+ role="button"
6000
6140
  style="font-size: 16px; width: 16px;"
6001
6141
  >
6002
6142
  assessment_round
@@ -6086,6 +6226,7 @@ Object {
6086
6226
  <i
6087
6227
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6088
6228
  data-test="DesignSystem-MetaList--MetaIcon"
6229
+ role="button"
6089
6230
  style="font-size: 16px; width: 16px;"
6090
6231
  >
6091
6232
  assessment_round
@@ -6100,6 +6241,7 @@ Object {
6100
6241
  <i
6101
6242
  class="material-icons material-icons-round Icon Icon--accent2Lighter MetaList-seperator"
6102
6243
  data-test="DesignSystem-MetaList--rightSeperator"
6244
+ role="button"
6103
6245
  style="font-size: 8px; width: 8px;"
6104
6246
  >
6105
6247
  fiber_manual_record_round
@@ -6115,6 +6257,7 @@ Object {
6115
6257
  <i
6116
6258
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6117
6259
  data-test="DesignSystem-MetaList--MetaIcon"
6260
+ role="button"
6118
6261
  style="font-size: 16px; width: 16px;"
6119
6262
  >
6120
6263
  assessment_round
@@ -6145,6 +6288,7 @@ Object {
6145
6288
  <i
6146
6289
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6147
6290
  data-test="DesignSystem-MetaList--MetaIcon"
6291
+ role="button"
6148
6292
  style="font-size: 16px; width: 16px;"
6149
6293
  >
6150
6294
  assessment_round
@@ -6159,6 +6303,7 @@ Object {
6159
6303
  <i
6160
6304
  class="material-icons material-icons-round Icon Icon--accent2Lighter MetaList-seperator"
6161
6305
  data-test="DesignSystem-MetaList--rightSeperator"
6306
+ role="button"
6162
6307
  style="font-size: 8px; width: 8px;"
6163
6308
  >
6164
6309
  fiber_manual_record_round
@@ -6174,6 +6319,7 @@ Object {
6174
6319
  <i
6175
6320
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6176
6321
  data-test="DesignSystem-MetaList--MetaIcon"
6322
+ role="button"
6177
6323
  style="font-size: 16px; width: 16px;"
6178
6324
  >
6179
6325
  assessment_round
@@ -6263,6 +6409,7 @@ Object {
6263
6409
  <i
6264
6410
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6265
6411
  data-test="DesignSystem-MetaList--MetaIcon"
6412
+ role="button"
6266
6413
  style="font-size: 16px; width: 16px;"
6267
6414
  >
6268
6415
  assessment_round
@@ -6277,6 +6424,7 @@ Object {
6277
6424
  <i
6278
6425
  class="material-icons material-icons-round Icon Icon--accent3 MetaList-seperator"
6279
6426
  data-test="DesignSystem-MetaList--rightSeperator"
6427
+ role="button"
6280
6428
  style="font-size: 8px; width: 8px;"
6281
6429
  >
6282
6430
  fiber_manual_record_round
@@ -6292,6 +6440,7 @@ Object {
6292
6440
  <i
6293
6441
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6294
6442
  data-test="DesignSystem-MetaList--MetaIcon"
6443
+ role="button"
6295
6444
  style="font-size: 16px; width: 16px;"
6296
6445
  >
6297
6446
  assessment_round
@@ -6322,6 +6471,7 @@ Object {
6322
6471
  <i
6323
6472
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6324
6473
  data-test="DesignSystem-MetaList--MetaIcon"
6474
+ role="button"
6325
6475
  style="font-size: 16px; width: 16px;"
6326
6476
  >
6327
6477
  assessment_round
@@ -6336,6 +6486,7 @@ Object {
6336
6486
  <i
6337
6487
  class="material-icons material-icons-round Icon Icon--accent3 MetaList-seperator"
6338
6488
  data-test="DesignSystem-MetaList--rightSeperator"
6489
+ role="button"
6339
6490
  style="font-size: 8px; width: 8px;"
6340
6491
  >
6341
6492
  fiber_manual_record_round
@@ -6351,6 +6502,7 @@ Object {
6351
6502
  <i
6352
6503
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6353
6504
  data-test="DesignSystem-MetaList--MetaIcon"
6505
+ role="button"
6354
6506
  style="font-size: 16px; width: 16px;"
6355
6507
  >
6356
6508
  assessment_round
@@ -6440,6 +6592,7 @@ Object {
6440
6592
  <i
6441
6593
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6442
6594
  data-test="DesignSystem-MetaList--MetaIcon"
6595
+ role="button"
6443
6596
  style="font-size: 16px; width: 16px;"
6444
6597
  >
6445
6598
  assessment_round
@@ -6454,6 +6607,7 @@ Object {
6454
6607
  <i
6455
6608
  class="material-icons material-icons-round Icon Icon--accent3Dark MetaList-seperator"
6456
6609
  data-test="DesignSystem-MetaList--rightSeperator"
6610
+ role="button"
6457
6611
  style="font-size: 8px; width: 8px;"
6458
6612
  >
6459
6613
  fiber_manual_record_round
@@ -6469,6 +6623,7 @@ Object {
6469
6623
  <i
6470
6624
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6471
6625
  data-test="DesignSystem-MetaList--MetaIcon"
6626
+ role="button"
6472
6627
  style="font-size: 16px; width: 16px;"
6473
6628
  >
6474
6629
  assessment_round
@@ -6499,6 +6654,7 @@ Object {
6499
6654
  <i
6500
6655
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6501
6656
  data-test="DesignSystem-MetaList--MetaIcon"
6657
+ role="button"
6502
6658
  style="font-size: 16px; width: 16px;"
6503
6659
  >
6504
6660
  assessment_round
@@ -6513,6 +6669,7 @@ Object {
6513
6669
  <i
6514
6670
  class="material-icons material-icons-round Icon Icon--accent3Dark MetaList-seperator"
6515
6671
  data-test="DesignSystem-MetaList--rightSeperator"
6672
+ role="button"
6516
6673
  style="font-size: 8px; width: 8px;"
6517
6674
  >
6518
6675
  fiber_manual_record_round
@@ -6528,6 +6685,7 @@ Object {
6528
6685
  <i
6529
6686
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6530
6687
  data-test="DesignSystem-MetaList--MetaIcon"
6688
+ role="button"
6531
6689
  style="font-size: 16px; width: 16px;"
6532
6690
  >
6533
6691
  assessment_round
@@ -6617,6 +6775,7 @@ Object {
6617
6775
  <i
6618
6776
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6619
6777
  data-test="DesignSystem-MetaList--MetaIcon"
6778
+ role="button"
6620
6779
  style="font-size: 16px; width: 16px;"
6621
6780
  >
6622
6781
  assessment_round
@@ -6631,6 +6790,7 @@ Object {
6631
6790
  <i
6632
6791
  class="material-icons material-icons-round Icon Icon--accent3Lighter MetaList-seperator"
6633
6792
  data-test="DesignSystem-MetaList--rightSeperator"
6793
+ role="button"
6634
6794
  style="font-size: 8px; width: 8px;"
6635
6795
  >
6636
6796
  fiber_manual_record_round
@@ -6646,6 +6806,7 @@ Object {
6646
6806
  <i
6647
6807
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6648
6808
  data-test="DesignSystem-MetaList--MetaIcon"
6809
+ role="button"
6649
6810
  style="font-size: 16px; width: 16px;"
6650
6811
  >
6651
6812
  assessment_round
@@ -6676,6 +6837,7 @@ Object {
6676
6837
  <i
6677
6838
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6678
6839
  data-test="DesignSystem-MetaList--MetaIcon"
6840
+ role="button"
6679
6841
  style="font-size: 16px; width: 16px;"
6680
6842
  >
6681
6843
  assessment_round
@@ -6690,6 +6852,7 @@ Object {
6690
6852
  <i
6691
6853
  class="material-icons material-icons-round Icon Icon--accent3Lighter MetaList-seperator"
6692
6854
  data-test="DesignSystem-MetaList--rightSeperator"
6855
+ role="button"
6693
6856
  style="font-size: 8px; width: 8px;"
6694
6857
  >
6695
6858
  fiber_manual_record_round
@@ -6705,6 +6868,7 @@ Object {
6705
6868
  <i
6706
6869
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6707
6870
  data-test="DesignSystem-MetaList--MetaIcon"
6871
+ role="button"
6708
6872
  style="font-size: 16px; width: 16px;"
6709
6873
  >
6710
6874
  assessment_round
@@ -6794,6 +6958,7 @@ Object {
6794
6958
  <i
6795
6959
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6796
6960
  data-test="DesignSystem-MetaList--MetaIcon"
6961
+ role="button"
6797
6962
  style="font-size: 16px; width: 16px;"
6798
6963
  >
6799
6964
  assessment_round
@@ -6808,6 +6973,7 @@ Object {
6808
6973
  <i
6809
6974
  class="material-icons material-icons-round Icon Icon--accent4 MetaList-seperator"
6810
6975
  data-test="DesignSystem-MetaList--rightSeperator"
6976
+ role="button"
6811
6977
  style="font-size: 8px; width: 8px;"
6812
6978
  >
6813
6979
  fiber_manual_record_round
@@ -6823,6 +6989,7 @@ Object {
6823
6989
  <i
6824
6990
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6825
6991
  data-test="DesignSystem-MetaList--MetaIcon"
6992
+ role="button"
6826
6993
  style="font-size: 16px; width: 16px;"
6827
6994
  >
6828
6995
  assessment_round
@@ -6853,6 +7020,7 @@ Object {
6853
7020
  <i
6854
7021
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6855
7022
  data-test="DesignSystem-MetaList--MetaIcon"
7023
+ role="button"
6856
7024
  style="font-size: 16px; width: 16px;"
6857
7025
  >
6858
7026
  assessment_round
@@ -6867,6 +7035,7 @@ Object {
6867
7035
  <i
6868
7036
  class="material-icons material-icons-round Icon Icon--accent4 MetaList-seperator"
6869
7037
  data-test="DesignSystem-MetaList--rightSeperator"
7038
+ role="button"
6870
7039
  style="font-size: 8px; width: 8px;"
6871
7040
  >
6872
7041
  fiber_manual_record_round
@@ -6882,6 +7051,7 @@ Object {
6882
7051
  <i
6883
7052
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6884
7053
  data-test="DesignSystem-MetaList--MetaIcon"
7054
+ role="button"
6885
7055
  style="font-size: 16px; width: 16px;"
6886
7056
  >
6887
7057
  assessment_round
@@ -6971,6 +7141,7 @@ Object {
6971
7141
  <i
6972
7142
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
6973
7143
  data-test="DesignSystem-MetaList--MetaIcon"
7144
+ role="button"
6974
7145
  style="font-size: 16px; width: 16px;"
6975
7146
  >
6976
7147
  assessment_round
@@ -6985,6 +7156,7 @@ Object {
6985
7156
  <i
6986
7157
  class="material-icons material-icons-round Icon Icon--accent4Dark MetaList-seperator"
6987
7158
  data-test="DesignSystem-MetaList--rightSeperator"
7159
+ role="button"
6988
7160
  style="font-size: 8px; width: 8px;"
6989
7161
  >
6990
7162
  fiber_manual_record_round
@@ -7000,6 +7172,7 @@ Object {
7000
7172
  <i
7001
7173
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7002
7174
  data-test="DesignSystem-MetaList--MetaIcon"
7175
+ role="button"
7003
7176
  style="font-size: 16px; width: 16px;"
7004
7177
  >
7005
7178
  assessment_round
@@ -7030,6 +7203,7 @@ Object {
7030
7203
  <i
7031
7204
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7032
7205
  data-test="DesignSystem-MetaList--MetaIcon"
7206
+ role="button"
7033
7207
  style="font-size: 16px; width: 16px;"
7034
7208
  >
7035
7209
  assessment_round
@@ -7044,6 +7218,7 @@ Object {
7044
7218
  <i
7045
7219
  class="material-icons material-icons-round Icon Icon--accent4Dark MetaList-seperator"
7046
7220
  data-test="DesignSystem-MetaList--rightSeperator"
7221
+ role="button"
7047
7222
  style="font-size: 8px; width: 8px;"
7048
7223
  >
7049
7224
  fiber_manual_record_round
@@ -7059,6 +7234,7 @@ Object {
7059
7234
  <i
7060
7235
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7061
7236
  data-test="DesignSystem-MetaList--MetaIcon"
7237
+ role="button"
7062
7238
  style="font-size: 16px; width: 16px;"
7063
7239
  >
7064
7240
  assessment_round
@@ -7148,6 +7324,7 @@ Object {
7148
7324
  <i
7149
7325
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7150
7326
  data-test="DesignSystem-MetaList--MetaIcon"
7327
+ role="button"
7151
7328
  style="font-size: 16px; width: 16px;"
7152
7329
  >
7153
7330
  assessment_round
@@ -7162,6 +7339,7 @@ Object {
7162
7339
  <i
7163
7340
  class="material-icons material-icons-round Icon Icon--accent4Lighter MetaList-seperator"
7164
7341
  data-test="DesignSystem-MetaList--rightSeperator"
7342
+ role="button"
7165
7343
  style="font-size: 8px; width: 8px;"
7166
7344
  >
7167
7345
  fiber_manual_record_round
@@ -7177,6 +7355,7 @@ Object {
7177
7355
  <i
7178
7356
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7179
7357
  data-test="DesignSystem-MetaList--MetaIcon"
7358
+ role="button"
7180
7359
  style="font-size: 16px; width: 16px;"
7181
7360
  >
7182
7361
  assessment_round
@@ -7207,6 +7386,7 @@ Object {
7207
7386
  <i
7208
7387
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7209
7388
  data-test="DesignSystem-MetaList--MetaIcon"
7389
+ role="button"
7210
7390
  style="font-size: 16px; width: 16px;"
7211
7391
  >
7212
7392
  assessment_round
@@ -7221,6 +7401,7 @@ Object {
7221
7401
  <i
7222
7402
  class="material-icons material-icons-round Icon Icon--accent4Lighter MetaList-seperator"
7223
7403
  data-test="DesignSystem-MetaList--rightSeperator"
7404
+ role="button"
7224
7405
  style="font-size: 8px; width: 8px;"
7225
7406
  >
7226
7407
  fiber_manual_record_round
@@ -7236,6 +7417,7 @@ Object {
7236
7417
  <i
7237
7418
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7238
7419
  data-test="DesignSystem-MetaList--MetaIcon"
7420
+ role="button"
7239
7421
  style="font-size: 16px; width: 16px;"
7240
7422
  >
7241
7423
  assessment_round
@@ -7325,6 +7507,7 @@ Object {
7325
7507
  <i
7326
7508
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7327
7509
  data-test="DesignSystem-MetaList--MetaIcon"
7510
+ role="button"
7328
7511
  style="font-size: 16px; width: 16px;"
7329
7512
  >
7330
7513
  assessment_round
@@ -7339,6 +7522,7 @@ Object {
7339
7522
  <i
7340
7523
  class="material-icons material-icons-round Icon Icon--alert MetaList-seperator"
7341
7524
  data-test="DesignSystem-MetaList--rightSeperator"
7525
+ role="button"
7342
7526
  style="font-size: 8px; width: 8px;"
7343
7527
  >
7344
7528
  fiber_manual_record_round
@@ -7354,6 +7538,7 @@ Object {
7354
7538
  <i
7355
7539
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7356
7540
  data-test="DesignSystem-MetaList--MetaIcon"
7541
+ role="button"
7357
7542
  style="font-size: 16px; width: 16px;"
7358
7543
  >
7359
7544
  assessment_round
@@ -7384,6 +7569,7 @@ Object {
7384
7569
  <i
7385
7570
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7386
7571
  data-test="DesignSystem-MetaList--MetaIcon"
7572
+ role="button"
7387
7573
  style="font-size: 16px; width: 16px;"
7388
7574
  >
7389
7575
  assessment_round
@@ -7398,6 +7584,7 @@ Object {
7398
7584
  <i
7399
7585
  class="material-icons material-icons-round Icon Icon--alert MetaList-seperator"
7400
7586
  data-test="DesignSystem-MetaList--rightSeperator"
7587
+ role="button"
7401
7588
  style="font-size: 8px; width: 8px;"
7402
7589
  >
7403
7590
  fiber_manual_record_round
@@ -7413,6 +7600,7 @@ Object {
7413
7600
  <i
7414
7601
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7415
7602
  data-test="DesignSystem-MetaList--MetaIcon"
7603
+ role="button"
7416
7604
  style="font-size: 16px; width: 16px;"
7417
7605
  >
7418
7606
  assessment_round
@@ -7502,6 +7690,7 @@ Object {
7502
7690
  <i
7503
7691
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7504
7692
  data-test="DesignSystem-MetaList--MetaIcon"
7693
+ role="button"
7505
7694
  style="font-size: 16px; width: 16px;"
7506
7695
  >
7507
7696
  assessment_round
@@ -7516,6 +7705,7 @@ Object {
7516
7705
  <i
7517
7706
  class="material-icons material-icons-round Icon Icon--alertDark MetaList-seperator"
7518
7707
  data-test="DesignSystem-MetaList--rightSeperator"
7708
+ role="button"
7519
7709
  style="font-size: 8px; width: 8px;"
7520
7710
  >
7521
7711
  fiber_manual_record_round
@@ -7531,6 +7721,7 @@ Object {
7531
7721
  <i
7532
7722
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7533
7723
  data-test="DesignSystem-MetaList--MetaIcon"
7724
+ role="button"
7534
7725
  style="font-size: 16px; width: 16px;"
7535
7726
  >
7536
7727
  assessment_round
@@ -7561,6 +7752,7 @@ Object {
7561
7752
  <i
7562
7753
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7563
7754
  data-test="DesignSystem-MetaList--MetaIcon"
7755
+ role="button"
7564
7756
  style="font-size: 16px; width: 16px;"
7565
7757
  >
7566
7758
  assessment_round
@@ -7575,6 +7767,7 @@ Object {
7575
7767
  <i
7576
7768
  class="material-icons material-icons-round Icon Icon--alertDark MetaList-seperator"
7577
7769
  data-test="DesignSystem-MetaList--rightSeperator"
7770
+ role="button"
7578
7771
  style="font-size: 8px; width: 8px;"
7579
7772
  >
7580
7773
  fiber_manual_record_round
@@ -7590,6 +7783,7 @@ Object {
7590
7783
  <i
7591
7784
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7592
7785
  data-test="DesignSystem-MetaList--MetaIcon"
7786
+ role="button"
7593
7787
  style="font-size: 16px; width: 16px;"
7594
7788
  >
7595
7789
  assessment_round
@@ -7679,6 +7873,7 @@ Object {
7679
7873
  <i
7680
7874
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7681
7875
  data-test="DesignSystem-MetaList--MetaIcon"
7876
+ role="button"
7682
7877
  style="font-size: 16px; width: 16px;"
7683
7878
  >
7684
7879
  assessment_round
@@ -7693,6 +7888,7 @@ Object {
7693
7888
  <i
7694
7889
  class="material-icons material-icons-round Icon Icon--alertLighter MetaList-seperator"
7695
7890
  data-test="DesignSystem-MetaList--rightSeperator"
7891
+ role="button"
7696
7892
  style="font-size: 8px; width: 8px;"
7697
7893
  >
7698
7894
  fiber_manual_record_round
@@ -7708,6 +7904,7 @@ Object {
7708
7904
  <i
7709
7905
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7710
7906
  data-test="DesignSystem-MetaList--MetaIcon"
7907
+ role="button"
7711
7908
  style="font-size: 16px; width: 16px;"
7712
7909
  >
7713
7910
  assessment_round
@@ -7738,6 +7935,7 @@ Object {
7738
7935
  <i
7739
7936
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7740
7937
  data-test="DesignSystem-MetaList--MetaIcon"
7938
+ role="button"
7741
7939
  style="font-size: 16px; width: 16px;"
7742
7940
  >
7743
7941
  assessment_round
@@ -7752,6 +7950,7 @@ Object {
7752
7950
  <i
7753
7951
  class="material-icons material-icons-round Icon Icon--alertLighter MetaList-seperator"
7754
7952
  data-test="DesignSystem-MetaList--rightSeperator"
7953
+ role="button"
7755
7954
  style="font-size: 8px; width: 8px;"
7756
7955
  >
7757
7956
  fiber_manual_record_round
@@ -7767,6 +7966,7 @@ Object {
7767
7966
  <i
7768
7967
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7769
7968
  data-test="DesignSystem-MetaList--MetaIcon"
7969
+ role="button"
7770
7970
  style="font-size: 16px; width: 16px;"
7771
7971
  >
7772
7972
  assessment_round
@@ -7856,6 +8056,7 @@ Object {
7856
8056
  <i
7857
8057
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7858
8058
  data-test="DesignSystem-MetaList--MetaIcon"
8059
+ role="button"
7859
8060
  style="font-size: 16px; width: 16px;"
7860
8061
  >
7861
8062
  assessment_round
@@ -7870,6 +8071,7 @@ Object {
7870
8071
  <i
7871
8072
  class="material-icons material-icons-round Icon Icon--default MetaList-seperator"
7872
8073
  data-test="DesignSystem-MetaList--rightSeperator"
8074
+ role="button"
7873
8075
  style="font-size: 8px; width: 8px;"
7874
8076
  >
7875
8077
  fiber_manual_record_round
@@ -7885,6 +8087,7 @@ Object {
7885
8087
  <i
7886
8088
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7887
8089
  data-test="DesignSystem-MetaList--MetaIcon"
8090
+ role="button"
7888
8091
  style="font-size: 16px; width: 16px;"
7889
8092
  >
7890
8093
  assessment_round
@@ -7915,6 +8118,7 @@ Object {
7915
8118
  <i
7916
8119
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7917
8120
  data-test="DesignSystem-MetaList--MetaIcon"
8121
+ role="button"
7918
8122
  style="font-size: 16px; width: 16px;"
7919
8123
  >
7920
8124
  assessment_round
@@ -7929,6 +8133,7 @@ Object {
7929
8133
  <i
7930
8134
  class="material-icons material-icons-round Icon Icon--default MetaList-seperator"
7931
8135
  data-test="DesignSystem-MetaList--rightSeperator"
8136
+ role="button"
7932
8137
  style="font-size: 8px; width: 8px;"
7933
8138
  >
7934
8139
  fiber_manual_record_round
@@ -7944,6 +8149,7 @@ Object {
7944
8149
  <i
7945
8150
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
7946
8151
  data-test="DesignSystem-MetaList--MetaIcon"
8152
+ role="button"
7947
8153
  style="font-size: 16px; width: 16px;"
7948
8154
  >
7949
8155
  assessment_round
@@ -8033,6 +8239,7 @@ Object {
8033
8239
  <i
8034
8240
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8035
8241
  data-test="DesignSystem-MetaList--MetaIcon"
8242
+ role="button"
8036
8243
  style="font-size: 16px; width: 16px;"
8037
8244
  >
8038
8245
  assessment_round
@@ -8047,6 +8254,7 @@ Object {
8047
8254
  <i
8048
8255
  class="material-icons material-icons-round Icon Icon--destructive MetaList-seperator"
8049
8256
  data-test="DesignSystem-MetaList--rightSeperator"
8257
+ role="button"
8050
8258
  style="font-size: 8px; width: 8px;"
8051
8259
  >
8052
8260
  fiber_manual_record_round
@@ -8062,6 +8270,7 @@ Object {
8062
8270
  <i
8063
8271
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8064
8272
  data-test="DesignSystem-MetaList--MetaIcon"
8273
+ role="button"
8065
8274
  style="font-size: 16px; width: 16px;"
8066
8275
  >
8067
8276
  assessment_round
@@ -8092,6 +8301,7 @@ Object {
8092
8301
  <i
8093
8302
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8094
8303
  data-test="DesignSystem-MetaList--MetaIcon"
8304
+ role="button"
8095
8305
  style="font-size: 16px; width: 16px;"
8096
8306
  >
8097
8307
  assessment_round
@@ -8106,6 +8316,7 @@ Object {
8106
8316
  <i
8107
8317
  class="material-icons material-icons-round Icon Icon--destructive MetaList-seperator"
8108
8318
  data-test="DesignSystem-MetaList--rightSeperator"
8319
+ role="button"
8109
8320
  style="font-size: 8px; width: 8px;"
8110
8321
  >
8111
8322
  fiber_manual_record_round
@@ -8121,6 +8332,7 @@ Object {
8121
8332
  <i
8122
8333
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8123
8334
  data-test="DesignSystem-MetaList--MetaIcon"
8335
+ role="button"
8124
8336
  style="font-size: 16px; width: 16px;"
8125
8337
  >
8126
8338
  assessment_round
@@ -8210,6 +8422,7 @@ Object {
8210
8422
  <i
8211
8423
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8212
8424
  data-test="DesignSystem-MetaList--MetaIcon"
8425
+ role="button"
8213
8426
  style="font-size: 16px; width: 16px;"
8214
8427
  >
8215
8428
  assessment_round
@@ -8224,6 +8437,7 @@ Object {
8224
8437
  <i
8225
8438
  class="material-icons material-icons-round Icon Icon--disabled MetaList-seperator"
8226
8439
  data-test="DesignSystem-MetaList--rightSeperator"
8440
+ role="button"
8227
8441
  style="font-size: 8px; width: 8px;"
8228
8442
  >
8229
8443
  fiber_manual_record_round
@@ -8239,6 +8453,7 @@ Object {
8239
8453
  <i
8240
8454
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8241
8455
  data-test="DesignSystem-MetaList--MetaIcon"
8456
+ role="button"
8242
8457
  style="font-size: 16px; width: 16px;"
8243
8458
  >
8244
8459
  assessment_round
@@ -8269,6 +8484,7 @@ Object {
8269
8484
  <i
8270
8485
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8271
8486
  data-test="DesignSystem-MetaList--MetaIcon"
8487
+ role="button"
8272
8488
  style="font-size: 16px; width: 16px;"
8273
8489
  >
8274
8490
  assessment_round
@@ -8283,6 +8499,7 @@ Object {
8283
8499
  <i
8284
8500
  class="material-icons material-icons-round Icon Icon--disabled MetaList-seperator"
8285
8501
  data-test="DesignSystem-MetaList--rightSeperator"
8502
+ role="button"
8286
8503
  style="font-size: 8px; width: 8px;"
8287
8504
  >
8288
8505
  fiber_manual_record_round
@@ -8298,6 +8515,7 @@ Object {
8298
8515
  <i
8299
8516
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8300
8517
  data-test="DesignSystem-MetaList--MetaIcon"
8518
+ role="button"
8301
8519
  style="font-size: 16px; width: 16px;"
8302
8520
  >
8303
8521
  assessment_round
@@ -8387,6 +8605,7 @@ Object {
8387
8605
  <i
8388
8606
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8389
8607
  data-test="DesignSystem-MetaList--MetaIcon"
8608
+ role="button"
8390
8609
  style="font-size: 16px; width: 16px;"
8391
8610
  >
8392
8611
  assessment_round
@@ -8401,6 +8620,7 @@ Object {
8401
8620
  <i
8402
8621
  class="material-icons material-icons-round Icon Icon--info MetaList-seperator"
8403
8622
  data-test="DesignSystem-MetaList--rightSeperator"
8623
+ role="button"
8404
8624
  style="font-size: 8px; width: 8px;"
8405
8625
  >
8406
8626
  fiber_manual_record_round
@@ -8416,6 +8636,7 @@ Object {
8416
8636
  <i
8417
8637
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8418
8638
  data-test="DesignSystem-MetaList--MetaIcon"
8639
+ role="button"
8419
8640
  style="font-size: 16px; width: 16px;"
8420
8641
  >
8421
8642
  assessment_round
@@ -8446,6 +8667,7 @@ Object {
8446
8667
  <i
8447
8668
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8448
8669
  data-test="DesignSystem-MetaList--MetaIcon"
8670
+ role="button"
8449
8671
  style="font-size: 16px; width: 16px;"
8450
8672
  >
8451
8673
  assessment_round
@@ -8460,6 +8682,7 @@ Object {
8460
8682
  <i
8461
8683
  class="material-icons material-icons-round Icon Icon--info MetaList-seperator"
8462
8684
  data-test="DesignSystem-MetaList--rightSeperator"
8685
+ role="button"
8463
8686
  style="font-size: 8px; width: 8px;"
8464
8687
  >
8465
8688
  fiber_manual_record_round
@@ -8475,6 +8698,7 @@ Object {
8475
8698
  <i
8476
8699
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8477
8700
  data-test="DesignSystem-MetaList--MetaIcon"
8701
+ role="button"
8478
8702
  style="font-size: 16px; width: 16px;"
8479
8703
  >
8480
8704
  assessment_round
@@ -8564,6 +8788,7 @@ Object {
8564
8788
  <i
8565
8789
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8566
8790
  data-test="DesignSystem-MetaList--MetaIcon"
8791
+ role="button"
8567
8792
  style="font-size: 16px; width: 16px;"
8568
8793
  >
8569
8794
  assessment_round
@@ -8578,6 +8803,7 @@ Object {
8578
8803
  <i
8579
8804
  class="material-icons material-icons-round Icon Icon--inverse MetaList-seperator"
8580
8805
  data-test="DesignSystem-MetaList--rightSeperator"
8806
+ role="button"
8581
8807
  style="font-size: 8px; width: 8px;"
8582
8808
  >
8583
8809
  fiber_manual_record_round
@@ -8593,6 +8819,7 @@ Object {
8593
8819
  <i
8594
8820
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8595
8821
  data-test="DesignSystem-MetaList--MetaIcon"
8822
+ role="button"
8596
8823
  style="font-size: 16px; width: 16px;"
8597
8824
  >
8598
8825
  assessment_round
@@ -8623,6 +8850,7 @@ Object {
8623
8850
  <i
8624
8851
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8625
8852
  data-test="DesignSystem-MetaList--MetaIcon"
8853
+ role="button"
8626
8854
  style="font-size: 16px; width: 16px;"
8627
8855
  >
8628
8856
  assessment_round
@@ -8637,6 +8865,7 @@ Object {
8637
8865
  <i
8638
8866
  class="material-icons material-icons-round Icon Icon--inverse MetaList-seperator"
8639
8867
  data-test="DesignSystem-MetaList--rightSeperator"
8868
+ role="button"
8640
8869
  style="font-size: 8px; width: 8px;"
8641
8870
  >
8642
8871
  fiber_manual_record_round
@@ -8652,6 +8881,7 @@ Object {
8652
8881
  <i
8653
8882
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8654
8883
  data-test="DesignSystem-MetaList--MetaIcon"
8884
+ role="button"
8655
8885
  style="font-size: 16px; width: 16px;"
8656
8886
  >
8657
8887
  assessment_round
@@ -8741,6 +8971,7 @@ Object {
8741
8971
  <i
8742
8972
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8743
8973
  data-test="DesignSystem-MetaList--MetaIcon"
8974
+ role="button"
8744
8975
  style="font-size: 16px; width: 16px;"
8745
8976
  >
8746
8977
  assessment_round
@@ -8755,6 +8986,7 @@ Object {
8755
8986
  <i
8756
8987
  class="material-icons material-icons-round Icon Icon--primary MetaList-seperator"
8757
8988
  data-test="DesignSystem-MetaList--rightSeperator"
8989
+ role="button"
8758
8990
  style="font-size: 8px; width: 8px;"
8759
8991
  >
8760
8992
  fiber_manual_record_round
@@ -8770,6 +9002,7 @@ Object {
8770
9002
  <i
8771
9003
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8772
9004
  data-test="DesignSystem-MetaList--MetaIcon"
9005
+ role="button"
8773
9006
  style="font-size: 16px; width: 16px;"
8774
9007
  >
8775
9008
  assessment_round
@@ -8800,6 +9033,7 @@ Object {
8800
9033
  <i
8801
9034
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8802
9035
  data-test="DesignSystem-MetaList--MetaIcon"
9036
+ role="button"
8803
9037
  style="font-size: 16px; width: 16px;"
8804
9038
  >
8805
9039
  assessment_round
@@ -8814,6 +9048,7 @@ Object {
8814
9048
  <i
8815
9049
  class="material-icons material-icons-round Icon Icon--primary MetaList-seperator"
8816
9050
  data-test="DesignSystem-MetaList--rightSeperator"
9051
+ role="button"
8817
9052
  style="font-size: 8px; width: 8px;"
8818
9053
  >
8819
9054
  fiber_manual_record_round
@@ -8829,6 +9064,7 @@ Object {
8829
9064
  <i
8830
9065
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8831
9066
  data-test="DesignSystem-MetaList--MetaIcon"
9067
+ role="button"
8832
9068
  style="font-size: 16px; width: 16px;"
8833
9069
  >
8834
9070
  assessment_round
@@ -8918,6 +9154,7 @@ Object {
8918
9154
  <i
8919
9155
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8920
9156
  data-test="DesignSystem-MetaList--MetaIcon"
9157
+ role="button"
8921
9158
  style="font-size: 16px; width: 16px;"
8922
9159
  >
8923
9160
  assessment_round
@@ -8932,6 +9169,7 @@ Object {
8932
9169
  <i
8933
9170
  class="material-icons material-icons-round Icon Icon--primaryDark MetaList-seperator"
8934
9171
  data-test="DesignSystem-MetaList--rightSeperator"
9172
+ role="button"
8935
9173
  style="font-size: 8px; width: 8px;"
8936
9174
  >
8937
9175
  fiber_manual_record_round
@@ -8947,6 +9185,7 @@ Object {
8947
9185
  <i
8948
9186
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8949
9187
  data-test="DesignSystem-MetaList--MetaIcon"
9188
+ role="button"
8950
9189
  style="font-size: 16px; width: 16px;"
8951
9190
  >
8952
9191
  assessment_round
@@ -8977,6 +9216,7 @@ Object {
8977
9216
  <i
8978
9217
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
8979
9218
  data-test="DesignSystem-MetaList--MetaIcon"
9219
+ role="button"
8980
9220
  style="font-size: 16px; width: 16px;"
8981
9221
  >
8982
9222
  assessment_round
@@ -8991,6 +9231,7 @@ Object {
8991
9231
  <i
8992
9232
  class="material-icons material-icons-round Icon Icon--primaryDark MetaList-seperator"
8993
9233
  data-test="DesignSystem-MetaList--rightSeperator"
9234
+ role="button"
8994
9235
  style="font-size: 8px; width: 8px;"
8995
9236
  >
8996
9237
  fiber_manual_record_round
@@ -9006,6 +9247,7 @@ Object {
9006
9247
  <i
9007
9248
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9008
9249
  data-test="DesignSystem-MetaList--MetaIcon"
9250
+ role="button"
9009
9251
  style="font-size: 16px; width: 16px;"
9010
9252
  >
9011
9253
  assessment_round
@@ -9095,6 +9337,7 @@ Object {
9095
9337
  <i
9096
9338
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9097
9339
  data-test="DesignSystem-MetaList--MetaIcon"
9340
+ role="button"
9098
9341
  style="font-size: 16px; width: 16px;"
9099
9342
  >
9100
9343
  assessment_round
@@ -9109,6 +9352,7 @@ Object {
9109
9352
  <i
9110
9353
  class="material-icons material-icons-round Icon Icon--primaryLighter MetaList-seperator"
9111
9354
  data-test="DesignSystem-MetaList--rightSeperator"
9355
+ role="button"
9112
9356
  style="font-size: 8px; width: 8px;"
9113
9357
  >
9114
9358
  fiber_manual_record_round
@@ -9124,6 +9368,7 @@ Object {
9124
9368
  <i
9125
9369
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9126
9370
  data-test="DesignSystem-MetaList--MetaIcon"
9371
+ role="button"
9127
9372
  style="font-size: 16px; width: 16px;"
9128
9373
  >
9129
9374
  assessment_round
@@ -9154,6 +9399,7 @@ Object {
9154
9399
  <i
9155
9400
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9156
9401
  data-test="DesignSystem-MetaList--MetaIcon"
9402
+ role="button"
9157
9403
  style="font-size: 16px; width: 16px;"
9158
9404
  >
9159
9405
  assessment_round
@@ -9168,6 +9414,7 @@ Object {
9168
9414
  <i
9169
9415
  class="material-icons material-icons-round Icon Icon--primaryLighter MetaList-seperator"
9170
9416
  data-test="DesignSystem-MetaList--rightSeperator"
9417
+ role="button"
9171
9418
  style="font-size: 8px; width: 8px;"
9172
9419
  >
9173
9420
  fiber_manual_record_round
@@ -9183,6 +9430,7 @@ Object {
9183
9430
  <i
9184
9431
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9185
9432
  data-test="DesignSystem-MetaList--MetaIcon"
9433
+ role="button"
9186
9434
  style="font-size: 16px; width: 16px;"
9187
9435
  >
9188
9436
  assessment_round
@@ -9272,6 +9520,7 @@ Object {
9272
9520
  <i
9273
9521
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9274
9522
  data-test="DesignSystem-MetaList--MetaIcon"
9523
+ role="button"
9275
9524
  style="font-size: 16px; width: 16px;"
9276
9525
  >
9277
9526
  assessment_round
@@ -9286,6 +9535,7 @@ Object {
9286
9535
  <i
9287
9536
  class="material-icons material-icons-round Icon Icon--subtle MetaList-seperator"
9288
9537
  data-test="DesignSystem-MetaList--rightSeperator"
9538
+ role="button"
9289
9539
  style="font-size: 8px; width: 8px;"
9290
9540
  >
9291
9541
  fiber_manual_record_round
@@ -9301,6 +9551,7 @@ Object {
9301
9551
  <i
9302
9552
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9303
9553
  data-test="DesignSystem-MetaList--MetaIcon"
9554
+ role="button"
9304
9555
  style="font-size: 16px; width: 16px;"
9305
9556
  >
9306
9557
  assessment_round
@@ -9331,6 +9582,7 @@ Object {
9331
9582
  <i
9332
9583
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9333
9584
  data-test="DesignSystem-MetaList--MetaIcon"
9585
+ role="button"
9334
9586
  style="font-size: 16px; width: 16px;"
9335
9587
  >
9336
9588
  assessment_round
@@ -9345,6 +9597,7 @@ Object {
9345
9597
  <i
9346
9598
  class="material-icons material-icons-round Icon Icon--subtle MetaList-seperator"
9347
9599
  data-test="DesignSystem-MetaList--rightSeperator"
9600
+ role="button"
9348
9601
  style="font-size: 8px; width: 8px;"
9349
9602
  >
9350
9603
  fiber_manual_record_round
@@ -9360,6 +9613,7 @@ Object {
9360
9613
  <i
9361
9614
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9362
9615
  data-test="DesignSystem-MetaList--MetaIcon"
9616
+ role="button"
9363
9617
  style="font-size: 16px; width: 16px;"
9364
9618
  >
9365
9619
  assessment_round
@@ -9449,6 +9703,7 @@ Object {
9449
9703
  <i
9450
9704
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9451
9705
  data-test="DesignSystem-MetaList--MetaIcon"
9706
+ role="button"
9452
9707
  style="font-size: 16px; width: 16px;"
9453
9708
  >
9454
9709
  assessment_round
@@ -9463,6 +9718,7 @@ Object {
9463
9718
  <i
9464
9719
  class="material-icons material-icons-round Icon Icon--success MetaList-seperator"
9465
9720
  data-test="DesignSystem-MetaList--rightSeperator"
9721
+ role="button"
9466
9722
  style="font-size: 8px; width: 8px;"
9467
9723
  >
9468
9724
  fiber_manual_record_round
@@ -9478,6 +9734,7 @@ Object {
9478
9734
  <i
9479
9735
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9480
9736
  data-test="DesignSystem-MetaList--MetaIcon"
9737
+ role="button"
9481
9738
  style="font-size: 16px; width: 16px;"
9482
9739
  >
9483
9740
  assessment_round
@@ -9508,6 +9765,7 @@ Object {
9508
9765
  <i
9509
9766
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9510
9767
  data-test="DesignSystem-MetaList--MetaIcon"
9768
+ role="button"
9511
9769
  style="font-size: 16px; width: 16px;"
9512
9770
  >
9513
9771
  assessment_round
@@ -9522,6 +9780,7 @@ Object {
9522
9780
  <i
9523
9781
  class="material-icons material-icons-round Icon Icon--success MetaList-seperator"
9524
9782
  data-test="DesignSystem-MetaList--rightSeperator"
9783
+ role="button"
9525
9784
  style="font-size: 8px; width: 8px;"
9526
9785
  >
9527
9786
  fiber_manual_record_round
@@ -9537,6 +9796,7 @@ Object {
9537
9796
  <i
9538
9797
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9539
9798
  data-test="DesignSystem-MetaList--MetaIcon"
9799
+ role="button"
9540
9800
  style="font-size: 16px; width: 16px;"
9541
9801
  >
9542
9802
  assessment_round
@@ -9626,6 +9886,7 @@ Object {
9626
9886
  <i
9627
9887
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9628
9888
  data-test="DesignSystem-MetaList--MetaIcon"
9889
+ role="button"
9629
9890
  style="font-size: 16px; width: 16px;"
9630
9891
  >
9631
9892
  assessment_round
@@ -9640,6 +9901,7 @@ Object {
9640
9901
  <i
9641
9902
  class="material-icons material-icons-round Icon Icon--successDark MetaList-seperator"
9642
9903
  data-test="DesignSystem-MetaList--rightSeperator"
9904
+ role="button"
9643
9905
  style="font-size: 8px; width: 8px;"
9644
9906
  >
9645
9907
  fiber_manual_record_round
@@ -9655,6 +9917,7 @@ Object {
9655
9917
  <i
9656
9918
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9657
9919
  data-test="DesignSystem-MetaList--MetaIcon"
9920
+ role="button"
9658
9921
  style="font-size: 16px; width: 16px;"
9659
9922
  >
9660
9923
  assessment_round
@@ -9685,6 +9948,7 @@ Object {
9685
9948
  <i
9686
9949
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9687
9950
  data-test="DesignSystem-MetaList--MetaIcon"
9951
+ role="button"
9688
9952
  style="font-size: 16px; width: 16px;"
9689
9953
  >
9690
9954
  assessment_round
@@ -9699,6 +9963,7 @@ Object {
9699
9963
  <i
9700
9964
  class="material-icons material-icons-round Icon Icon--successDark MetaList-seperator"
9701
9965
  data-test="DesignSystem-MetaList--rightSeperator"
9966
+ role="button"
9702
9967
  style="font-size: 8px; width: 8px;"
9703
9968
  >
9704
9969
  fiber_manual_record_round
@@ -9714,6 +9979,7 @@ Object {
9714
9979
  <i
9715
9980
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9716
9981
  data-test="DesignSystem-MetaList--MetaIcon"
9982
+ role="button"
9717
9983
  style="font-size: 16px; width: 16px;"
9718
9984
  >
9719
9985
  assessment_round
@@ -9803,6 +10069,7 @@ Object {
9803
10069
  <i
9804
10070
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9805
10071
  data-test="DesignSystem-MetaList--MetaIcon"
10072
+ role="button"
9806
10073
  style="font-size: 16px; width: 16px;"
9807
10074
  >
9808
10075
  assessment_round
@@ -9817,6 +10084,7 @@ Object {
9817
10084
  <i
9818
10085
  class="material-icons material-icons-round Icon Icon--successLighter MetaList-seperator"
9819
10086
  data-test="DesignSystem-MetaList--rightSeperator"
10087
+ role="button"
9820
10088
  style="font-size: 8px; width: 8px;"
9821
10089
  >
9822
10090
  fiber_manual_record_round
@@ -9832,6 +10100,7 @@ Object {
9832
10100
  <i
9833
10101
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9834
10102
  data-test="DesignSystem-MetaList--MetaIcon"
10103
+ role="button"
9835
10104
  style="font-size: 16px; width: 16px;"
9836
10105
  >
9837
10106
  assessment_round
@@ -9862,6 +10131,7 @@ Object {
9862
10131
  <i
9863
10132
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9864
10133
  data-test="DesignSystem-MetaList--MetaIcon"
10134
+ role="button"
9865
10135
  style="font-size: 16px; width: 16px;"
9866
10136
  >
9867
10137
  assessment_round
@@ -9876,6 +10146,7 @@ Object {
9876
10146
  <i
9877
10147
  class="material-icons material-icons-round Icon Icon--successLighter MetaList-seperator"
9878
10148
  data-test="DesignSystem-MetaList--rightSeperator"
10149
+ role="button"
9879
10150
  style="font-size: 8px; width: 8px;"
9880
10151
  >
9881
10152
  fiber_manual_record_round
@@ -9891,6 +10162,7 @@ Object {
9891
10162
  <i
9892
10163
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9893
10164
  data-test="DesignSystem-MetaList--MetaIcon"
10165
+ role="button"
9894
10166
  style="font-size: 16px; width: 16px;"
9895
10167
  >
9896
10168
  assessment_round
@@ -9980,6 +10252,7 @@ Object {
9980
10252
  <i
9981
10253
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
9982
10254
  data-test="DesignSystem-MetaList--MetaIcon"
10255
+ role="button"
9983
10256
  style="font-size: 16px; width: 16px;"
9984
10257
  >
9985
10258
  assessment_round
@@ -9994,6 +10267,7 @@ Object {
9994
10267
  <i
9995
10268
  class="material-icons material-icons-round Icon Icon--warning MetaList-seperator"
9996
10269
  data-test="DesignSystem-MetaList--rightSeperator"
10270
+ role="button"
9997
10271
  style="font-size: 8px; width: 8px;"
9998
10272
  >
9999
10273
  fiber_manual_record_round
@@ -10009,6 +10283,7 @@ Object {
10009
10283
  <i
10010
10284
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
10011
10285
  data-test="DesignSystem-MetaList--MetaIcon"
10286
+ role="button"
10012
10287
  style="font-size: 16px; width: 16px;"
10013
10288
  >
10014
10289
  assessment_round
@@ -10039,6 +10314,7 @@ Object {
10039
10314
  <i
10040
10315
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
10041
10316
  data-test="DesignSystem-MetaList--MetaIcon"
10317
+ role="button"
10042
10318
  style="font-size: 16px; width: 16px;"
10043
10319
  >
10044
10320
  assessment_round
@@ -10053,6 +10329,7 @@ Object {
10053
10329
  <i
10054
10330
  class="material-icons material-icons-round Icon Icon--warning MetaList-seperator"
10055
10331
  data-test="DesignSystem-MetaList--rightSeperator"
10332
+ role="button"
10056
10333
  style="font-size: 8px; width: 8px;"
10057
10334
  >
10058
10335
  fiber_manual_record_round
@@ -10068,6 +10345,7 @@ Object {
10068
10345
  <i
10069
10346
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
10070
10347
  data-test="DesignSystem-MetaList--MetaIcon"
10348
+ role="button"
10071
10349
  style="font-size: 16px; width: 16px;"
10072
10350
  >
10073
10351
  assessment_round
@@ -10157,6 +10435,7 @@ Object {
10157
10435
  <i
10158
10436
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
10159
10437
  data-test="DesignSystem-MetaList--MetaIcon"
10438
+ role="button"
10160
10439
  style="font-size: 16px; width: 16px;"
10161
10440
  >
10162
10441
  assessment_round
@@ -10171,6 +10450,7 @@ Object {
10171
10450
  <i
10172
10451
  class="material-icons material-icons-round Icon Icon--warningDark MetaList-seperator"
10173
10452
  data-test="DesignSystem-MetaList--rightSeperator"
10453
+ role="button"
10174
10454
  style="font-size: 8px; width: 8px;"
10175
10455
  >
10176
10456
  fiber_manual_record_round
@@ -10186,6 +10466,7 @@ Object {
10186
10466
  <i
10187
10467
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
10188
10468
  data-test="DesignSystem-MetaList--MetaIcon"
10469
+ role="button"
10189
10470
  style="font-size: 16px; width: 16px;"
10190
10471
  >
10191
10472
  assessment_round
@@ -10216,6 +10497,7 @@ Object {
10216
10497
  <i
10217
10498
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
10218
10499
  data-test="DesignSystem-MetaList--MetaIcon"
10500
+ role="button"
10219
10501
  style="font-size: 16px; width: 16px;"
10220
10502
  >
10221
10503
  assessment_round
@@ -10230,6 +10512,7 @@ Object {
10230
10512
  <i
10231
10513
  class="material-icons material-icons-round Icon Icon--warningDark MetaList-seperator"
10232
10514
  data-test="DesignSystem-MetaList--rightSeperator"
10515
+ role="button"
10233
10516
  style="font-size: 8px; width: 8px;"
10234
10517
  >
10235
10518
  fiber_manual_record_round
@@ -10245,6 +10528,7 @@ Object {
10245
10528
  <i
10246
10529
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
10247
10530
  data-test="DesignSystem-MetaList--MetaIcon"
10531
+ role="button"
10248
10532
  style="font-size: 16px; width: 16px;"
10249
10533
  >
10250
10534
  assessment_round
@@ -10334,6 +10618,7 @@ Object {
10334
10618
  <i
10335
10619
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
10336
10620
  data-test="DesignSystem-MetaList--MetaIcon"
10621
+ role="button"
10337
10622
  style="font-size: 16px; width: 16px;"
10338
10623
  >
10339
10624
  assessment_round
@@ -10348,6 +10633,7 @@ Object {
10348
10633
  <i
10349
10634
  class="material-icons material-icons-round Icon Icon--warningLighter MetaList-seperator"
10350
10635
  data-test="DesignSystem-MetaList--rightSeperator"
10636
+ role="button"
10351
10637
  style="font-size: 8px; width: 8px;"
10352
10638
  >
10353
10639
  fiber_manual_record_round
@@ -10363,6 +10649,7 @@ Object {
10363
10649
  <i
10364
10650
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
10365
10651
  data-test="DesignSystem-MetaList--MetaIcon"
10652
+ role="button"
10366
10653
  style="font-size: 16px; width: 16px;"
10367
10654
  >
10368
10655
  assessment_round
@@ -10393,6 +10680,7 @@ Object {
10393
10680
  <i
10394
10681
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
10395
10682
  data-test="DesignSystem-MetaList--MetaIcon"
10683
+ role="button"
10396
10684
  style="font-size: 16px; width: 16px;"
10397
10685
  >
10398
10686
  assessment_round
@@ -10407,6 +10695,7 @@ Object {
10407
10695
  <i
10408
10696
  class="material-icons material-icons-round Icon Icon--warningLighter MetaList-seperator"
10409
10697
  data-test="DesignSystem-MetaList--rightSeperator"
10698
+ role="button"
10410
10699
  style="font-size: 8px; width: 8px;"
10411
10700
  >
10412
10701
  fiber_manual_record_round
@@ -10422,6 +10711,7 @@ Object {
10422
10711
  <i
10423
10712
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
10424
10713
  data-test="DesignSystem-MetaList--MetaIcon"
10714
+ role="button"
10425
10715
  style="font-size: 16px; width: 16px;"
10426
10716
  >
10427
10717
  assessment_round
@@ -10511,6 +10801,7 @@ Object {
10511
10801
  <i
10512
10802
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
10513
10803
  data-test="DesignSystem-MetaList--MetaIcon"
10804
+ role="button"
10514
10805
  style="font-size: 16px; width: 16px;"
10515
10806
  >
10516
10807
  assessment_round
@@ -10525,6 +10816,7 @@ Object {
10525
10816
  <i
10526
10817
  class="material-icons material-icons-round Icon Icon--white MetaList-seperator"
10527
10818
  data-test="DesignSystem-MetaList--rightSeperator"
10819
+ role="button"
10528
10820
  style="font-size: 8px; width: 8px;"
10529
10821
  >
10530
10822
  fiber_manual_record_round
@@ -10540,6 +10832,7 @@ Object {
10540
10832
  <i
10541
10833
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
10542
10834
  data-test="DesignSystem-MetaList--MetaIcon"
10835
+ role="button"
10543
10836
  style="font-size: 16px; width: 16px;"
10544
10837
  >
10545
10838
  assessment_round
@@ -10570,6 +10863,7 @@ Object {
10570
10863
  <i
10571
10864
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
10572
10865
  data-test="DesignSystem-MetaList--MetaIcon"
10866
+ role="button"
10573
10867
  style="font-size: 16px; width: 16px;"
10574
10868
  >
10575
10869
  assessment_round
@@ -10584,6 +10878,7 @@ Object {
10584
10878
  <i
10585
10879
  class="material-icons material-icons-round Icon Icon--white MetaList-seperator"
10586
10880
  data-test="DesignSystem-MetaList--rightSeperator"
10881
+ role="button"
10587
10882
  style="font-size: 8px; width: 8px;"
10588
10883
  >
10589
10884
  fiber_manual_record_round
@@ -10599,6 +10894,7 @@ Object {
10599
10894
  <i
10600
10895
  class="material-icons material-icons-round Icon Icon--disabled Meta-icon"
10601
10896
  data-test="DesignSystem-MetaList--MetaIcon"
10897
+ role="button"
10602
10898
  style="font-size: 16px; width: 16px;"
10603
10899
  >
10604
10900
  assessment_round