@patternfly/patternfly 6.0.0-alpha.173 → 6.0.0-alpha.175
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.
- package/components/Button/button.css +5 -1
- package/components/Button/button.scss +5 -1
- package/components/Card/card.css +2 -2
- package/components/Card/card.scss +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +2 -2
- package/components/ClipboardCopy/clipboard-copy.scss +2 -2
- package/components/Content/content.css +19 -43
- package/components/Content/content.scss +17 -60
- package/components/JumpLinks/jump-links.css +0 -7
- package/components/JumpLinks/jump-links.scss +0 -9
- package/components/Label/label.css +2 -2
- package/components/Label/label.scss +2 -2
- package/components/List/list.css +33 -40
- package/components/List/list.scss +39 -48
- package/components/NumberInput/number-input.css +0 -1
- package/components/NumberInput/number-input.scss +0 -1
- package/components/Tabs/tabs.css +1 -18
- package/components/Tabs/tabs.scss +1 -18
- package/components/_index.css +64 -116
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
- package/docs/components/ActionList/examples/ActionList.md +7 -7
- package/docs/components/Alert/examples/Alert.md +44 -46
- package/docs/components/BackToTop/examples/BackToTop.md +3 -5
- package/docs/components/Banner/examples/Banner.md +1 -1
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +8 -8
- package/docs/components/Card/examples/Card.md +36 -20
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +32 -29
- package/docs/components/CodeBlock/examples/CodeBlock.md +6 -6
- package/docs/components/CodeEditor/examples/CodeEditor.md +18 -21
- package/docs/components/DataList/examples/DataList.md +17 -17
- package/docs/components/DatePicker/examples/DatePicker.md +6 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +100 -150
- package/docs/components/Drawer/examples/Drawer.md +19 -19
- package/docs/components/DualListSelector/examples/DualListSelector.md +84 -84
- package/docs/components/EmptyState/examples/EmptyState.md +6 -6
- package/docs/components/Form/examples/Form.md +18 -19
- package/docs/components/Hint/examples/Hint.md +2 -2
- package/docs/components/InlineEdit/examples/InlineEdit.md +24 -24
- package/docs/components/InputGroup/examples/InputGroup.md +2 -2
- package/docs/components/JumpLinks/examples/JumpLinks.md +8 -8
- package/docs/components/Label/examples/Label.md +217 -217
- package/docs/components/LogViewer/examples/LogViewer.md +77 -97
- package/docs/components/Login/examples/Login.md +37 -32
- package/docs/components/Masthead/examples/masthead.md +6 -6
- package/docs/components/Menu/examples/Menu.md +10 -10
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
- package/docs/components/ModalBox/examples/ModalBox.md +17 -17
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +9 -9
- package/docs/components/Nav/examples/Navigation.md +4 -4
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +2 -2
- package/docs/components/NumberInput/examples/NumberInput.md +24 -24
- package/docs/components/OverflowMenu/examples/overflow-menu.md +6 -6
- package/docs/components/Page/examples/Page.md +7 -7
- package/docs/components/Pagination/examples/Pagination.md +53 -44
- package/docs/components/Popover/examples/Popover.md +30 -15
- package/docs/components/Slider/examples/Slider.md +8 -8
- package/docs/components/Table/examples/Table.md +433 -203
- package/docs/components/Tabs/examples/Tabs.md +364 -358
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +364 -404
- package/docs/components/Toolbar/examples/Toolbar.md +59 -59
- package/docs/components/TreeView/examples/TreeView.md +4 -4
- package/docs/components/Wizard/examples/Wizard.md +10 -10
- package/docs/demos/AboutModal/examples/AboutModal.md +2 -2
- package/docs/demos/Alert/examples/Alert.md +6 -6
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -6
- package/docs/demos/Banner/examples/Banner.md +2 -2
- package/docs/demos/Button/examples/Button.md +1 -1
- package/docs/demos/Card/examples/Card.md +54 -79
- package/docs/demos/CardView/examples/CardView.md +8 -7
- package/docs/demos/Dashboard/examples/Dashboard.md +25 -37
- package/docs/demos/DataList/examples/DataList.md +38 -34
- package/docs/demos/DescriptionList/examples/DescriptionList.md +4 -4
- package/docs/demos/Drawer/examples/Drawer.md +8 -8
- package/docs/demos/Form/examples/BasicForms.md +69 -86
- package/docs/demos/JumpLinks/examples/JumpLinks.md +14 -20
- package/docs/demos/Masthead/examples/Masthead.md +13 -13
- package/docs/demos/Modal/examples/Modal.md +15 -15
- package/docs/demos/Nav/examples/Nav.md +9 -9
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/demos/Page/examples/Page.md +9 -9
- package/docs/demos/Page/examples/Penta.md +2 -2
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +3 -3
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +35 -35
- package/docs/demos/Skeleton/examples/Skeleton.md +1 -1
- package/docs/demos/Table/examples/Table.md +132 -115
- package/docs/demos/Tabs/examples/Tabs.md +11 -11
- package/docs/demos/Toolbar/examples/Toolbar.md +37 -36
- package/docs/demos/Wizard/examples/Wizard.md +22 -23
- package/package.json +1 -1
- package/patternfly-no-globals.css +64 -116
- package/patternfly.css +64 -116
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -77,12 +77,10 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
77
77
|
</div>
|
|
78
78
|
<div class="pf-v6-c-toolbar__item pf-m-gap-none">
|
|
79
79
|
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
80
|
-
<span class="pf-v6-c-
|
|
81
|
-
<
|
|
82
|
-
<i class="fas fa-pause" aria-hidden="true"></i>
|
|
83
|
-
</span>
|
|
84
|
-
Pause
|
|
80
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
81
|
+
<i class="fas fa-pause" aria-hidden="true"></i>
|
|
85
82
|
</span>
|
|
83
|
+
<span class="pf-v6-c-button__text">Pause</span>
|
|
86
84
|
</button>
|
|
87
85
|
</div>
|
|
88
86
|
<div
|
|
@@ -127,7 +125,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
127
125
|
type="button"
|
|
128
126
|
aria-label="Open external link"
|
|
129
127
|
>
|
|
130
|
-
<span class="pf-v6-c-
|
|
128
|
+
<span class="pf-v6-c-button__icon">
|
|
131
129
|
<i class="fas fa-external-link-alt" aria-hidden="true"></i>
|
|
132
130
|
</span>
|
|
133
131
|
</button>
|
|
@@ -138,7 +136,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
138
136
|
type="button"
|
|
139
137
|
aria-label="Download"
|
|
140
138
|
>
|
|
141
|
-
<span class="pf-v6-c-
|
|
139
|
+
<span class="pf-v6-c-button__icon">
|
|
142
140
|
<i class="fas fa-download" aria-hidden="true"></i>
|
|
143
141
|
</span>
|
|
144
142
|
</button>
|
|
@@ -149,7 +147,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
149
147
|
type="button"
|
|
150
148
|
aria-label="Full screen"
|
|
151
149
|
>
|
|
152
|
-
<span class="pf-v6-c-
|
|
150
|
+
<span class="pf-v6-c-button__icon">
|
|
153
151
|
<i class="fas fa-expand" aria-hidden="true"></i>
|
|
154
152
|
</span>
|
|
155
153
|
</button>
|
|
@@ -359,12 +357,10 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
359
357
|
</div>
|
|
360
358
|
<div class="pf-v6-c-toolbar__item pf-m-gap-none">
|
|
361
359
|
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
362
|
-
<span class="pf-v6-c-
|
|
363
|
-
<
|
|
364
|
-
<i class="fas fa-pause" aria-hidden="true"></i>
|
|
365
|
-
</span>
|
|
366
|
-
Pause
|
|
360
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
361
|
+
<i class="fas fa-pause" aria-hidden="true"></i>
|
|
367
362
|
</span>
|
|
363
|
+
<span class="pf-v6-c-button__text">Pause</span>
|
|
368
364
|
</button>
|
|
369
365
|
</div>
|
|
370
366
|
<div
|
|
@@ -409,7 +405,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
409
405
|
type="button"
|
|
410
406
|
aria-label="Open external link"
|
|
411
407
|
>
|
|
412
|
-
<span class="pf-v6-c-
|
|
408
|
+
<span class="pf-v6-c-button__icon">
|
|
413
409
|
<i class="fas fa-external-link-alt" aria-hidden="true"></i>
|
|
414
410
|
</span>
|
|
415
411
|
</button>
|
|
@@ -420,7 +416,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
420
416
|
type="button"
|
|
421
417
|
aria-label="Download"
|
|
422
418
|
>
|
|
423
|
-
<span class="pf-v6-c-
|
|
419
|
+
<span class="pf-v6-c-button__icon">
|
|
424
420
|
<i class="fas fa-download" aria-hidden="true"></i>
|
|
425
421
|
</span>
|
|
426
422
|
</button>
|
|
@@ -431,7 +427,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
431
427
|
type="button"
|
|
432
428
|
aria-label="Full screen"
|
|
433
429
|
>
|
|
434
|
-
<span class="pf-v6-c-
|
|
430
|
+
<span class="pf-v6-c-button__icon">
|
|
435
431
|
<i class="fas fa-expand" aria-hidden="true"></i>
|
|
436
432
|
</span>
|
|
437
433
|
</button>
|
|
@@ -641,12 +637,10 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
641
637
|
</div>
|
|
642
638
|
<div class="pf-v6-c-toolbar__item pf-m-gap-none">
|
|
643
639
|
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
644
|
-
<span class="pf-v6-c-
|
|
645
|
-
<
|
|
646
|
-
<i class="fas fa-pause" aria-hidden="true"></i>
|
|
647
|
-
</span>
|
|
648
|
-
Pause
|
|
640
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
641
|
+
<i class="fas fa-pause" aria-hidden="true"></i>
|
|
649
642
|
</span>
|
|
643
|
+
<span class="pf-v6-c-button__text">Pause</span>
|
|
650
644
|
</button>
|
|
651
645
|
</div>
|
|
652
646
|
<div
|
|
@@ -691,7 +685,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
691
685
|
type="button"
|
|
692
686
|
aria-label="Open external link"
|
|
693
687
|
>
|
|
694
|
-
<span class="pf-v6-c-
|
|
688
|
+
<span class="pf-v6-c-button__icon">
|
|
695
689
|
<i class="fas fa-external-link-alt" aria-hidden="true"></i>
|
|
696
690
|
</span>
|
|
697
691
|
</button>
|
|
@@ -702,7 +696,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
702
696
|
type="button"
|
|
703
697
|
aria-label="Download"
|
|
704
698
|
>
|
|
705
|
-
<span class="pf-v6-c-
|
|
699
|
+
<span class="pf-v6-c-button__icon">
|
|
706
700
|
<i class="fas fa-download" aria-hidden="true"></i>
|
|
707
701
|
</span>
|
|
708
702
|
</button>
|
|
@@ -713,7 +707,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
713
707
|
type="button"
|
|
714
708
|
aria-label="Full screen"
|
|
715
709
|
>
|
|
716
|
-
<span class="pf-v6-c-
|
|
710
|
+
<span class="pf-v6-c-button__icon">
|
|
717
711
|
<i class="fas fa-expand" aria-hidden="true"></i>
|
|
718
712
|
</span>
|
|
719
713
|
</button>
|
|
@@ -923,12 +917,10 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
923
917
|
</div>
|
|
924
918
|
<div class="pf-v6-c-toolbar__item pf-m-gap-none">
|
|
925
919
|
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
926
|
-
<span class="pf-v6-c-
|
|
927
|
-
<
|
|
928
|
-
<i class="fas fa-pause" aria-hidden="true"></i>
|
|
929
|
-
</span>
|
|
930
|
-
Pause
|
|
920
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
921
|
+
<i class="fas fa-pause" aria-hidden="true"></i>
|
|
931
922
|
</span>
|
|
923
|
+
<span class="pf-v6-c-button__text">Pause</span>
|
|
932
924
|
</button>
|
|
933
925
|
</div>
|
|
934
926
|
<div
|
|
@@ -973,7 +965,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
973
965
|
type="button"
|
|
974
966
|
aria-label="Open external link"
|
|
975
967
|
>
|
|
976
|
-
<span class="pf-v6-c-
|
|
968
|
+
<span class="pf-v6-c-button__icon">
|
|
977
969
|
<i class="fas fa-external-link-alt" aria-hidden="true"></i>
|
|
978
970
|
</span>
|
|
979
971
|
</button>
|
|
@@ -984,7 +976,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
984
976
|
type="button"
|
|
985
977
|
aria-label="Download"
|
|
986
978
|
>
|
|
987
|
-
<span class="pf-v6-c-
|
|
979
|
+
<span class="pf-v6-c-button__icon">
|
|
988
980
|
<i class="fas fa-download" aria-hidden="true"></i>
|
|
989
981
|
</span>
|
|
990
982
|
</button>
|
|
@@ -995,7 +987,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
995
987
|
type="button"
|
|
996
988
|
aria-label="Full screen"
|
|
997
989
|
>
|
|
998
|
-
<span class="pf-v6-c-
|
|
990
|
+
<span class="pf-v6-c-button__icon">
|
|
999
991
|
<i class="fas fa-expand" aria-hidden="true"></i>
|
|
1000
992
|
</span>
|
|
1001
993
|
</button>
|
|
@@ -1205,12 +1197,10 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
1205
1197
|
</div>
|
|
1206
1198
|
<div class="pf-v6-c-toolbar__item pf-m-gap-none">
|
|
1207
1199
|
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
1208
|
-
<span class="pf-v6-c-
|
|
1209
|
-
<
|
|
1210
|
-
<i class="fas fa-pause" aria-hidden="true"></i>
|
|
1211
|
-
</span>
|
|
1212
|
-
Pause
|
|
1200
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1201
|
+
<i class="fas fa-pause" aria-hidden="true"></i>
|
|
1213
1202
|
</span>
|
|
1203
|
+
<span class="pf-v6-c-button__text">Pause</span>
|
|
1214
1204
|
</button>
|
|
1215
1205
|
</div>
|
|
1216
1206
|
<div
|
|
@@ -1255,7 +1245,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
1255
1245
|
type="button"
|
|
1256
1246
|
aria-label="Open external link"
|
|
1257
1247
|
>
|
|
1258
|
-
<span class="pf-v6-c-
|
|
1248
|
+
<span class="pf-v6-c-button__icon">
|
|
1259
1249
|
<i class="fas fa-external-link-alt" aria-hidden="true"></i>
|
|
1260
1250
|
</span>
|
|
1261
1251
|
</button>
|
|
@@ -1266,7 +1256,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
1266
1256
|
type="button"
|
|
1267
1257
|
aria-label="Download"
|
|
1268
1258
|
>
|
|
1269
|
-
<span class="pf-v6-c-
|
|
1259
|
+
<span class="pf-v6-c-button__icon">
|
|
1270
1260
|
<i class="fas fa-download" aria-hidden="true"></i>
|
|
1271
1261
|
</span>
|
|
1272
1262
|
</button>
|
|
@@ -1277,7 +1267,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
1277
1267
|
type="button"
|
|
1278
1268
|
aria-label="Full screen"
|
|
1279
1269
|
>
|
|
1280
|
-
<span class="pf-v6-c-
|
|
1270
|
+
<span class="pf-v6-c-button__icon">
|
|
1281
1271
|
<i class="fas fa-expand" aria-hidden="true"></i>
|
|
1282
1272
|
</span>
|
|
1283
1273
|
</button>
|
|
@@ -1488,10 +1478,10 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
1488
1478
|
<button
|
|
1489
1479
|
class="pf-v6-c-button pf-m-plain"
|
|
1490
1480
|
type="button"
|
|
1491
|
-
disabled
|
|
1492
1481
|
aria-label="Previous"
|
|
1482
|
+
disabled
|
|
1493
1483
|
>
|
|
1494
|
-
<span class="pf-v6-c-
|
|
1484
|
+
<span class="pf-v6-c-button__icon">
|
|
1495
1485
|
<i class="fas fa-angle-up fa-fw" aria-hidden="true"></i>
|
|
1496
1486
|
</span>
|
|
1497
1487
|
</button>
|
|
@@ -1500,7 +1490,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
1500
1490
|
type="button"
|
|
1501
1491
|
aria-label="Next"
|
|
1502
1492
|
>
|
|
1503
|
-
<span class="pf-v6-c-
|
|
1493
|
+
<span class="pf-v6-c-button__icon">
|
|
1504
1494
|
<i class="fas fa-angle-down fa-fw" aria-hidden="true"></i>
|
|
1505
1495
|
</span>
|
|
1506
1496
|
</button>
|
|
@@ -1510,7 +1500,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
1510
1500
|
type="button"
|
|
1511
1501
|
aria-label="Clear input"
|
|
1512
1502
|
>
|
|
1513
|
-
<span class="pf-v6-c-
|
|
1503
|
+
<span class="pf-v6-c-button__icon">
|
|
1514
1504
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1515
1505
|
</span>
|
|
1516
1506
|
</button>
|
|
@@ -1520,12 +1510,10 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
1520
1510
|
</div>
|
|
1521
1511
|
<div class="pf-v6-c-toolbar__item pf-m-gap-none">
|
|
1522
1512
|
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
1523
|
-
<span class="pf-v6-c-
|
|
1524
|
-
<
|
|
1525
|
-
<i class="fas fa-pause" aria-hidden="true"></i>
|
|
1526
|
-
</span>
|
|
1527
|
-
Pause
|
|
1513
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1514
|
+
<i class="fas fa-pause" aria-hidden="true"></i>
|
|
1528
1515
|
</span>
|
|
1516
|
+
<span class="pf-v6-c-button__text">Pause</span>
|
|
1529
1517
|
</button>
|
|
1530
1518
|
</div>
|
|
1531
1519
|
<div
|
|
@@ -1570,7 +1558,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
1570
1558
|
type="button"
|
|
1571
1559
|
aria-label="Open external link"
|
|
1572
1560
|
>
|
|
1573
|
-
<span class="pf-v6-c-
|
|
1561
|
+
<span class="pf-v6-c-button__icon">
|
|
1574
1562
|
<i class="fas fa-external-link-alt" aria-hidden="true"></i>
|
|
1575
1563
|
</span>
|
|
1576
1564
|
</button>
|
|
@@ -1581,7 +1569,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
1581
1569
|
type="button"
|
|
1582
1570
|
aria-label="Download"
|
|
1583
1571
|
>
|
|
1584
|
-
<span class="pf-v6-c-
|
|
1572
|
+
<span class="pf-v6-c-button__icon">
|
|
1585
1573
|
<i class="fas fa-download" aria-hidden="true"></i>
|
|
1586
1574
|
</span>
|
|
1587
1575
|
</button>
|
|
@@ -1592,7 +1580,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
1592
1580
|
type="button"
|
|
1593
1581
|
aria-label="Full screen"
|
|
1594
1582
|
>
|
|
1595
|
-
<span class="pf-v6-c-
|
|
1583
|
+
<span class="pf-v6-c-button__icon">
|
|
1596
1584
|
<i class="fas fa-expand" aria-hidden="true"></i>
|
|
1597
1585
|
</span>
|
|
1598
1586
|
</button>
|
|
@@ -1629,10 +1617,10 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
1629
1617
|
<button
|
|
1630
1618
|
class="pf-v6-c-button pf-m-plain"
|
|
1631
1619
|
type="button"
|
|
1632
|
-
disabled
|
|
1633
1620
|
aria-label="Previous"
|
|
1621
|
+
disabled
|
|
1634
1622
|
>
|
|
1635
|
-
<span class="pf-v6-c-
|
|
1623
|
+
<span class="pf-v6-c-button__icon">
|
|
1636
1624
|
<i class="fas fa-angle-up fa-fw" aria-hidden="true"></i>
|
|
1637
1625
|
</span>
|
|
1638
1626
|
</button>
|
|
@@ -1641,7 +1629,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
1641
1629
|
type="button"
|
|
1642
1630
|
aria-label="Next"
|
|
1643
1631
|
>
|
|
1644
|
-
<span class="pf-v6-c-
|
|
1632
|
+
<span class="pf-v6-c-button__icon">
|
|
1645
1633
|
<i class="fas fa-angle-down fa-fw" aria-hidden="true"></i>
|
|
1646
1634
|
</span>
|
|
1647
1635
|
</button>
|
|
@@ -1651,7 +1639,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
1651
1639
|
type="button"
|
|
1652
1640
|
aria-label="Clear input"
|
|
1653
1641
|
>
|
|
1654
|
-
<span class="pf-v6-c-
|
|
1642
|
+
<span class="pf-v6-c-button__icon">
|
|
1655
1643
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1656
1644
|
</span>
|
|
1657
1645
|
</button>
|
|
@@ -1851,12 +1839,10 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
1851
1839
|
</div>
|
|
1852
1840
|
<div class="pf-v6-c-toolbar__item pf-m-gap-none">
|
|
1853
1841
|
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
1854
|
-
<span class="pf-v6-c-
|
|
1855
|
-
<
|
|
1856
|
-
<i class="fas fa-pause" aria-hidden="true"></i>
|
|
1857
|
-
</span>
|
|
1858
|
-
Pause
|
|
1842
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1843
|
+
<i class="fas fa-pause" aria-hidden="true"></i>
|
|
1859
1844
|
</span>
|
|
1845
|
+
<span class="pf-v6-c-button__text">Pause</span>
|
|
1860
1846
|
</button>
|
|
1861
1847
|
</div>
|
|
1862
1848
|
<div
|
|
@@ -1901,7 +1887,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
1901
1887
|
type="button"
|
|
1902
1888
|
aria-label="Open external link"
|
|
1903
1889
|
>
|
|
1904
|
-
<span class="pf-v6-c-
|
|
1890
|
+
<span class="pf-v6-c-button__icon">
|
|
1905
1891
|
<i class="fas fa-external-link-alt" aria-hidden="true"></i>
|
|
1906
1892
|
</span>
|
|
1907
1893
|
</button>
|
|
@@ -1912,7 +1898,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
1912
1898
|
type="button"
|
|
1913
1899
|
aria-label="Download"
|
|
1914
1900
|
>
|
|
1915
|
-
<span class="pf-v6-c-
|
|
1901
|
+
<span class="pf-v6-c-button__icon">
|
|
1916
1902
|
<i class="fas fa-download" aria-hidden="true"></i>
|
|
1917
1903
|
</span>
|
|
1918
1904
|
</button>
|
|
@@ -1923,7 +1909,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
1923
1909
|
type="button"
|
|
1924
1910
|
aria-label="Full screen"
|
|
1925
1911
|
>
|
|
1926
|
-
<span class="pf-v6-c-
|
|
1912
|
+
<span class="pf-v6-c-button__icon">
|
|
1927
1913
|
<i class="fas fa-expand" aria-hidden="true"></i>
|
|
1928
1914
|
</span>
|
|
1929
1915
|
</button>
|
|
@@ -2133,12 +2119,10 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
2133
2119
|
</div>
|
|
2134
2120
|
<div class="pf-v6-c-toolbar__item pf-m-gap-none">
|
|
2135
2121
|
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
2136
|
-
<span class="pf-v6-c-
|
|
2137
|
-
<
|
|
2138
|
-
<i class="fas fa-pause" aria-hidden="true"></i>
|
|
2139
|
-
</span>
|
|
2140
|
-
Pause
|
|
2122
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
2123
|
+
<i class="fas fa-pause" aria-hidden="true"></i>
|
|
2141
2124
|
</span>
|
|
2125
|
+
<span class="pf-v6-c-button__text">Pause</span>
|
|
2142
2126
|
</button>
|
|
2143
2127
|
</div>
|
|
2144
2128
|
<div
|
|
@@ -2183,7 +2167,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
2183
2167
|
type="button"
|
|
2184
2168
|
aria-label="Open external link"
|
|
2185
2169
|
>
|
|
2186
|
-
<span class="pf-v6-c-
|
|
2170
|
+
<span class="pf-v6-c-button__icon">
|
|
2187
2171
|
<i class="fas fa-external-link-alt" aria-hidden="true"></i>
|
|
2188
2172
|
</span>
|
|
2189
2173
|
</button>
|
|
@@ -2194,7 +2178,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
2194
2178
|
type="button"
|
|
2195
2179
|
aria-label="Download"
|
|
2196
2180
|
>
|
|
2197
|
-
<span class="pf-v6-c-
|
|
2181
|
+
<span class="pf-v6-c-button__icon">
|
|
2198
2182
|
<i class="fas fa-download" aria-hidden="true"></i>
|
|
2199
2183
|
</span>
|
|
2200
2184
|
</button>
|
|
@@ -2205,7 +2189,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
2205
2189
|
type="button"
|
|
2206
2190
|
aria-label="Full screen"
|
|
2207
2191
|
>
|
|
2208
|
-
<span class="pf-v6-c-
|
|
2192
|
+
<span class="pf-v6-c-button__icon">
|
|
2209
2193
|
<i class="fas fa-expand" aria-hidden="true"></i>
|
|
2210
2194
|
</span>
|
|
2211
2195
|
</button>
|
|
@@ -2415,12 +2399,10 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
2415
2399
|
</div>
|
|
2416
2400
|
<div class="pf-v6-c-toolbar__item pf-m-gap-none">
|
|
2417
2401
|
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
2418
|
-
<span class="pf-v6-c-
|
|
2419
|
-
<
|
|
2420
|
-
<i class="fas fa-pause" aria-hidden="true"></i>
|
|
2421
|
-
</span>
|
|
2422
|
-
Pause
|
|
2402
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
2403
|
+
<i class="fas fa-pause" aria-hidden="true"></i>
|
|
2423
2404
|
</span>
|
|
2405
|
+
<span class="pf-v6-c-button__text">Pause</span>
|
|
2424
2406
|
</button>
|
|
2425
2407
|
</div>
|
|
2426
2408
|
<div
|
|
@@ -2465,7 +2447,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
2465
2447
|
type="button"
|
|
2466
2448
|
aria-label="Open external link"
|
|
2467
2449
|
>
|
|
2468
|
-
<span class="pf-v6-c-
|
|
2450
|
+
<span class="pf-v6-c-button__icon">
|
|
2469
2451
|
<i class="fas fa-external-link-alt" aria-hidden="true"></i>
|
|
2470
2452
|
</span>
|
|
2471
2453
|
</button>
|
|
@@ -2476,7 +2458,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
2476
2458
|
type="button"
|
|
2477
2459
|
aria-label="Download"
|
|
2478
2460
|
>
|
|
2479
|
-
<span class="pf-v6-c-
|
|
2461
|
+
<span class="pf-v6-c-button__icon">
|
|
2480
2462
|
<i class="fas fa-download" aria-hidden="true"></i>
|
|
2481
2463
|
</span>
|
|
2482
2464
|
</button>
|
|
@@ -2487,7 +2469,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
2487
2469
|
type="button"
|
|
2488
2470
|
aria-label="Full screen"
|
|
2489
2471
|
>
|
|
2490
|
-
<span class="pf-v6-c-
|
|
2472
|
+
<span class="pf-v6-c-button__icon">
|
|
2491
2473
|
<i class="fas fa-expand" aria-hidden="true"></i>
|
|
2492
2474
|
</span>
|
|
2493
2475
|
</button>
|
|
@@ -2638,7 +2620,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
2638
2620
|
type="button"
|
|
2639
2621
|
aria-label="Close"
|
|
2640
2622
|
>
|
|
2641
|
-
<span class="pf-v6-c-
|
|
2623
|
+
<span class="pf-v6-c-button__icon">
|
|
2642
2624
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2643
2625
|
</span>
|
|
2644
2626
|
</button>
|
|
@@ -2737,10 +2719,10 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
2737
2719
|
<button
|
|
2738
2720
|
class="pf-v6-c-button pf-m-plain"
|
|
2739
2721
|
type="button"
|
|
2740
|
-
disabled
|
|
2741
2722
|
aria-label="Previous"
|
|
2723
|
+
disabled
|
|
2742
2724
|
>
|
|
2743
|
-
<span class="pf-v6-c-
|
|
2725
|
+
<span class="pf-v6-c-button__icon">
|
|
2744
2726
|
<i class="fas fa-angle-up fa-fw" aria-hidden="true"></i>
|
|
2745
2727
|
</span>
|
|
2746
2728
|
</button>
|
|
@@ -2749,7 +2731,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
2749
2731
|
type="button"
|
|
2750
2732
|
aria-label="Next"
|
|
2751
2733
|
>
|
|
2752
|
-
<span class="pf-v6-c-
|
|
2734
|
+
<span class="pf-v6-c-button__icon">
|
|
2753
2735
|
<i class="fas fa-angle-down fa-fw" aria-hidden="true"></i>
|
|
2754
2736
|
</span>
|
|
2755
2737
|
</button>
|
|
@@ -2759,7 +2741,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
2759
2741
|
type="button"
|
|
2760
2742
|
aria-label="Clear input"
|
|
2761
2743
|
>
|
|
2762
|
-
<span class="pf-v6-c-
|
|
2744
|
+
<span class="pf-v6-c-button__icon">
|
|
2763
2745
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2764
2746
|
</span>
|
|
2765
2747
|
</button>
|
|
@@ -2769,12 +2751,10 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
2769
2751
|
</div>
|
|
2770
2752
|
<div class="pf-v6-c-toolbar__item pf-m-gap-none">
|
|
2771
2753
|
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
2772
|
-
<span class="pf-v6-c-
|
|
2773
|
-
<
|
|
2774
|
-
<i class="fas fa-pause" aria-hidden="true"></i>
|
|
2775
|
-
</span>
|
|
2776
|
-
Pause
|
|
2754
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
2755
|
+
<i class="fas fa-pause" aria-hidden="true"></i>
|
|
2777
2756
|
</span>
|
|
2757
|
+
<span class="pf-v6-c-button__text">Pause</span>
|
|
2778
2758
|
</button>
|
|
2779
2759
|
</div>
|
|
2780
2760
|
<div
|
|
@@ -2819,7 +2799,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
2819
2799
|
type="button"
|
|
2820
2800
|
aria-label="Open external link"
|
|
2821
2801
|
>
|
|
2822
|
-
<span class="pf-v6-c-
|
|
2802
|
+
<span class="pf-v6-c-button__icon">
|
|
2823
2803
|
<i class="fas fa-external-link-alt" aria-hidden="true"></i>
|
|
2824
2804
|
</span>
|
|
2825
2805
|
</button>
|
|
@@ -2830,7 +2810,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
2830
2810
|
type="button"
|
|
2831
2811
|
aria-label="Download"
|
|
2832
2812
|
>
|
|
2833
|
-
<span class="pf-v6-c-
|
|
2813
|
+
<span class="pf-v6-c-button__icon">
|
|
2834
2814
|
<i class="fas fa-download" aria-hidden="true"></i>
|
|
2835
2815
|
</span>
|
|
2836
2816
|
</button>
|
|
@@ -2841,7 +2821,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
2841
2821
|
type="button"
|
|
2842
2822
|
aria-label="Full screen"
|
|
2843
2823
|
>
|
|
2844
|
-
<span class="pf-v6-c-
|
|
2824
|
+
<span class="pf-v6-c-button__icon">
|
|
2845
2825
|
<i class="fas fa-expand" aria-hidden="true"></i>
|
|
2846
2826
|
</span>
|
|
2847
2827
|
</button>
|
|
@@ -2878,10 +2858,10 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
2878
2858
|
<button
|
|
2879
2859
|
class="pf-v6-c-button pf-m-plain"
|
|
2880
2860
|
type="button"
|
|
2881
|
-
disabled
|
|
2882
2861
|
aria-label="Previous"
|
|
2862
|
+
disabled
|
|
2883
2863
|
>
|
|
2884
|
-
<span class="pf-v6-c-
|
|
2864
|
+
<span class="pf-v6-c-button__icon">
|
|
2885
2865
|
<i class="fas fa-angle-up fa-fw" aria-hidden="true"></i>
|
|
2886
2866
|
</span>
|
|
2887
2867
|
</button>
|
|
@@ -2890,7 +2870,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
2890
2870
|
type="button"
|
|
2891
2871
|
aria-label="Next"
|
|
2892
2872
|
>
|
|
2893
|
-
<span class="pf-v6-c-
|
|
2873
|
+
<span class="pf-v6-c-button__icon">
|
|
2894
2874
|
<i class="fas fa-angle-down fa-fw" aria-hidden="true"></i>
|
|
2895
2875
|
</span>
|
|
2896
2876
|
</button>
|
|
@@ -2900,7 +2880,7 @@ cssPrefix: pf-v6-c-log-viewer
|
|
|
2900
2880
|
type="button"
|
|
2901
2881
|
aria-label="Clear input"
|
|
2902
2882
|
>
|
|
2903
|
-
<span class="pf-v6-c-
|
|
2883
|
+
<span class="pf-v6-c-button__icon">
|
|
2904
2884
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2905
2885
|
</span>
|
|
2906
2886
|
</button>
|