@patternfly/patternfly 6.0.0-alpha.175 → 6.0.0-alpha.177
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/assets/icons/iconUnicodes.json +6 -0
- package/assets/pficon/pf-v6-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +36 -0
- package/base/patternfly-pf-icons.css +25 -1
- package/components/Page/page.css +6 -0
- package/components/Page/page.scss +7 -0
- package/components/_index.css +6 -177
- package/components/_index.scss +0 -1
- package/docs/components/Page/examples/Page.md +1 -0
- package/docs/demos/AboutModal/examples/AboutModal.md +0 -30
- package/docs/demos/Alert/examples/Alert.md +0 -90
- package/docs/demos/BackToTop/examples/BackToTop.md +0 -30
- package/docs/demos/Banner/examples/Banner.md +0 -60
- package/docs/demos/CardView/examples/CardView.md +0 -30
- package/docs/demos/Dashboard/examples/Dashboard.md +0 -30
- package/docs/demos/DataList/examples/DataList.md +0 -120
- package/docs/demos/DescriptionList/examples/DescriptionList.md +0 -90
- package/docs/demos/Drawer/examples/Drawer.md +0 -150
- package/docs/demos/JumpLinks/examples/JumpLinks.md +0 -180
- package/docs/demos/Masthead/examples/Masthead.md +0 -60
- package/docs/demos/Modal/examples/Modal.md +0 -180
- package/docs/demos/Nav/examples/Nav.md +0 -180
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +0 -150
- package/docs/demos/Page/examples/Page.css +11 -0
- package/docs/demos/Page/examples/Page.md +671 -271
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +0 -210
- package/docs/demos/Skeleton/examples/Skeleton.md +0 -30
- package/docs/demos/Table/examples/Table.md +0 -450
- package/docs/demos/Tabs/examples/Tabs.md +0 -180
- package/docs/demos/Toolbar/examples/Toolbar.md +0 -60
- package/docs/demos/Wizard/examples/Wizard.md +0 -270
- package/icons/pficons.mjs +6 -0
- package/package.json +3 -2
- package/patternfly-base-no-globals.css +25 -1
- package/patternfly-base.css +25 -1
- package/patternfly-no-globals.css +31 -178
- package/patternfly.css +31 -178
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/namespaces-components.scss +0 -3
- package/components/LogViewer/log-viewer.css +0 -176
- package/components/LogViewer/log-viewer.scss +0 -219
- package/docs/components/LogViewer/examples/LogViewer.css +0 -24
- package/docs/components/LogViewer/examples/LogViewer.md +0 -3050
|
@@ -108,36 +108,6 @@ section: patterns
|
|
|
108
108
|
>
|
|
109
109
|
<div class="pf-v6-c-toolbar__content">
|
|
110
110
|
<div class="pf-v6-c-toolbar__content-section">
|
|
111
|
-
<div class="pf-v6-c-toolbar__item">
|
|
112
|
-
<button
|
|
113
|
-
class="pf-v6-c-menu-toggle"
|
|
114
|
-
type="button"
|
|
115
|
-
aria-expanded="false"
|
|
116
|
-
>
|
|
117
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
118
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
119
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
120
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
121
|
-
</span>
|
|
122
|
-
</span>
|
|
123
|
-
</button>
|
|
124
|
-
</div>
|
|
125
|
-
|
|
126
|
-
<div class="pf-v6-c-toolbar__item">
|
|
127
|
-
<button
|
|
128
|
-
class="pf-v6-c-menu-toggle"
|
|
129
|
-
type="button"
|
|
130
|
-
aria-expanded="false"
|
|
131
|
-
>
|
|
132
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
133
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
134
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
135
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
136
|
-
</span>
|
|
137
|
-
</span>
|
|
138
|
-
</button>
|
|
139
|
-
</div>
|
|
140
|
-
|
|
141
111
|
<div
|
|
142
112
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
143
113
|
>
|
|
@@ -106,36 +106,6 @@ cssPrefix: pf-d-dashboard
|
|
|
106
106
|
>
|
|
107
107
|
<div class="pf-v6-c-toolbar__content">
|
|
108
108
|
<div class="pf-v6-c-toolbar__content-section">
|
|
109
|
-
<div class="pf-v6-c-toolbar__item">
|
|
110
|
-
<button
|
|
111
|
-
class="pf-v6-c-menu-toggle"
|
|
112
|
-
type="button"
|
|
113
|
-
aria-expanded="false"
|
|
114
|
-
>
|
|
115
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
116
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
117
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
118
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
119
|
-
</span>
|
|
120
|
-
</span>
|
|
121
|
-
</button>
|
|
122
|
-
</div>
|
|
123
|
-
|
|
124
|
-
<div class="pf-v6-c-toolbar__item">
|
|
125
|
-
<button
|
|
126
|
-
class="pf-v6-c-menu-toggle"
|
|
127
|
-
type="button"
|
|
128
|
-
aria-expanded="false"
|
|
129
|
-
>
|
|
130
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
131
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
132
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
133
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
134
|
-
</span>
|
|
135
|
-
</span>
|
|
136
|
-
</button>
|
|
137
|
-
</div>
|
|
138
|
-
|
|
139
109
|
<div
|
|
140
110
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
141
111
|
>
|
|
@@ -109,36 +109,6 @@ wrapperTag: div
|
|
|
109
109
|
>
|
|
110
110
|
<div class="pf-v6-c-toolbar__content">
|
|
111
111
|
<div class="pf-v6-c-toolbar__content-section">
|
|
112
|
-
<div class="pf-v6-c-toolbar__item">
|
|
113
|
-
<button
|
|
114
|
-
class="pf-v6-c-menu-toggle"
|
|
115
|
-
type="button"
|
|
116
|
-
aria-expanded="false"
|
|
117
|
-
>
|
|
118
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
119
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
120
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
121
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
122
|
-
</span>
|
|
123
|
-
</span>
|
|
124
|
-
</button>
|
|
125
|
-
</div>
|
|
126
|
-
|
|
127
|
-
<div class="pf-v6-c-toolbar__item">
|
|
128
|
-
<button
|
|
129
|
-
class="pf-v6-c-menu-toggle"
|
|
130
|
-
type="button"
|
|
131
|
-
aria-expanded="false"
|
|
132
|
-
>
|
|
133
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
134
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
135
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
136
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
137
|
-
</span>
|
|
138
|
-
</span>
|
|
139
|
-
</button>
|
|
140
|
-
</div>
|
|
141
|
-
|
|
142
112
|
<div
|
|
143
113
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
144
114
|
>
|
|
@@ -963,36 +933,6 @@ wrapperTag: div
|
|
|
963
933
|
>
|
|
964
934
|
<div class="pf-v6-c-toolbar__content">
|
|
965
935
|
<div class="pf-v6-c-toolbar__content-section">
|
|
966
|
-
<div class="pf-v6-c-toolbar__item">
|
|
967
|
-
<button
|
|
968
|
-
class="pf-v6-c-menu-toggle"
|
|
969
|
-
type="button"
|
|
970
|
-
aria-expanded="false"
|
|
971
|
-
>
|
|
972
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
973
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
974
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
975
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
976
|
-
</span>
|
|
977
|
-
</span>
|
|
978
|
-
</button>
|
|
979
|
-
</div>
|
|
980
|
-
|
|
981
|
-
<div class="pf-v6-c-toolbar__item">
|
|
982
|
-
<button
|
|
983
|
-
class="pf-v6-c-menu-toggle"
|
|
984
|
-
type="button"
|
|
985
|
-
aria-expanded="false"
|
|
986
|
-
>
|
|
987
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
988
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
989
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
990
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
991
|
-
</span>
|
|
992
|
-
</span>
|
|
993
|
-
</button>
|
|
994
|
-
</div>
|
|
995
|
-
|
|
996
936
|
<div
|
|
997
937
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
998
938
|
>
|
|
@@ -1828,36 +1768,6 @@ wrapperTag: div
|
|
|
1828
1768
|
>
|
|
1829
1769
|
<div class="pf-v6-c-toolbar__content">
|
|
1830
1770
|
<div class="pf-v6-c-toolbar__content-section">
|
|
1831
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1832
|
-
<button
|
|
1833
|
-
class="pf-v6-c-menu-toggle"
|
|
1834
|
-
type="button"
|
|
1835
|
-
aria-expanded="false"
|
|
1836
|
-
>
|
|
1837
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
1838
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1839
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1840
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1841
|
-
</span>
|
|
1842
|
-
</span>
|
|
1843
|
-
</button>
|
|
1844
|
-
</div>
|
|
1845
|
-
|
|
1846
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1847
|
-
<button
|
|
1848
|
-
class="pf-v6-c-menu-toggle"
|
|
1849
|
-
type="button"
|
|
1850
|
-
aria-expanded="false"
|
|
1851
|
-
>
|
|
1852
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
1853
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1854
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1855
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1856
|
-
</span>
|
|
1857
|
-
</span>
|
|
1858
|
-
</button>
|
|
1859
|
-
</div>
|
|
1860
|
-
|
|
1861
1771
|
<div
|
|
1862
1772
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
1863
1773
|
>
|
|
@@ -3377,36 +3287,6 @@ wrapperTag: div
|
|
|
3377
3287
|
>
|
|
3378
3288
|
<div class="pf-v6-c-toolbar__content">
|
|
3379
3289
|
<div class="pf-v6-c-toolbar__content-section">
|
|
3380
|
-
<div class="pf-v6-c-toolbar__item">
|
|
3381
|
-
<button
|
|
3382
|
-
class="pf-v6-c-menu-toggle"
|
|
3383
|
-
type="button"
|
|
3384
|
-
aria-expanded="false"
|
|
3385
|
-
>
|
|
3386
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
3387
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
3388
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
3389
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
3390
|
-
</span>
|
|
3391
|
-
</span>
|
|
3392
|
-
</button>
|
|
3393
|
-
</div>
|
|
3394
|
-
|
|
3395
|
-
<div class="pf-v6-c-toolbar__item">
|
|
3396
|
-
<button
|
|
3397
|
-
class="pf-v6-c-menu-toggle"
|
|
3398
|
-
type="button"
|
|
3399
|
-
aria-expanded="false"
|
|
3400
|
-
>
|
|
3401
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
3402
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
3403
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
3404
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
3405
|
-
</span>
|
|
3406
|
-
</span>
|
|
3407
|
-
</button>
|
|
3408
|
-
</div>
|
|
3409
|
-
|
|
3410
3290
|
<div
|
|
3411
3291
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
3412
3292
|
>
|
|
@@ -109,36 +109,6 @@ cssPrefix: pf-d-description-list
|
|
|
109
109
|
>
|
|
110
110
|
<div class="pf-v6-c-toolbar__content">
|
|
111
111
|
<div class="pf-v6-c-toolbar__content-section">
|
|
112
|
-
<div class="pf-v6-c-toolbar__item">
|
|
113
|
-
<button
|
|
114
|
-
class="pf-v6-c-menu-toggle"
|
|
115
|
-
type="button"
|
|
116
|
-
aria-expanded="false"
|
|
117
|
-
>
|
|
118
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
119
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
120
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
121
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
122
|
-
</span>
|
|
123
|
-
</span>
|
|
124
|
-
</button>
|
|
125
|
-
</div>
|
|
126
|
-
|
|
127
|
-
<div class="pf-v6-c-toolbar__item">
|
|
128
|
-
<button
|
|
129
|
-
class="pf-v6-c-menu-toggle"
|
|
130
|
-
type="button"
|
|
131
|
-
aria-expanded="false"
|
|
132
|
-
>
|
|
133
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
134
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
135
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
136
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
137
|
-
</span>
|
|
138
|
-
</span>
|
|
139
|
-
</button>
|
|
140
|
-
</div>
|
|
141
|
-
|
|
142
112
|
<div
|
|
143
113
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
144
114
|
>
|
|
@@ -503,36 +473,6 @@ cssPrefix: pf-d-description-list
|
|
|
503
473
|
>
|
|
504
474
|
<div class="pf-v6-c-toolbar__content">
|
|
505
475
|
<div class="pf-v6-c-toolbar__content-section">
|
|
506
|
-
<div class="pf-v6-c-toolbar__item">
|
|
507
|
-
<button
|
|
508
|
-
class="pf-v6-c-menu-toggle"
|
|
509
|
-
type="button"
|
|
510
|
-
aria-expanded="false"
|
|
511
|
-
>
|
|
512
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
513
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
514
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
515
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
516
|
-
</span>
|
|
517
|
-
</span>
|
|
518
|
-
</button>
|
|
519
|
-
</div>
|
|
520
|
-
|
|
521
|
-
<div class="pf-v6-c-toolbar__item">
|
|
522
|
-
<button
|
|
523
|
-
class="pf-v6-c-menu-toggle"
|
|
524
|
-
type="button"
|
|
525
|
-
aria-expanded="false"
|
|
526
|
-
>
|
|
527
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
528
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
529
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
530
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
531
|
-
</span>
|
|
532
|
-
</span>
|
|
533
|
-
</button>
|
|
534
|
-
</div>
|
|
535
|
-
|
|
536
476
|
<div
|
|
537
477
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
538
478
|
>
|
|
@@ -1168,36 +1108,6 @@ cssPrefix: pf-d-description-list
|
|
|
1168
1108
|
>
|
|
1169
1109
|
<div class="pf-v6-c-toolbar__content">
|
|
1170
1110
|
<div class="pf-v6-c-toolbar__content-section">
|
|
1171
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1172
|
-
<button
|
|
1173
|
-
class="pf-v6-c-menu-toggle"
|
|
1174
|
-
type="button"
|
|
1175
|
-
aria-expanded="false"
|
|
1176
|
-
>
|
|
1177
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
1178
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1179
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1180
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1181
|
-
</span>
|
|
1182
|
-
</span>
|
|
1183
|
-
</button>
|
|
1184
|
-
</div>
|
|
1185
|
-
|
|
1186
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1187
|
-
<button
|
|
1188
|
-
class="pf-v6-c-menu-toggle"
|
|
1189
|
-
type="button"
|
|
1190
|
-
aria-expanded="false"
|
|
1191
|
-
>
|
|
1192
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
1193
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1194
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1195
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1196
|
-
</span>
|
|
1197
|
-
</span>
|
|
1198
|
-
</button>
|
|
1199
|
-
</div>
|
|
1200
|
-
|
|
1201
1111
|
<div
|
|
1202
1112
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
1203
1113
|
>
|
|
@@ -109,36 +109,6 @@ wrapperTag: div
|
|
|
109
109
|
>
|
|
110
110
|
<div class="pf-v6-c-toolbar__content">
|
|
111
111
|
<div class="pf-v6-c-toolbar__content-section">
|
|
112
|
-
<div class="pf-v6-c-toolbar__item">
|
|
113
|
-
<button
|
|
114
|
-
class="pf-v6-c-menu-toggle"
|
|
115
|
-
type="button"
|
|
116
|
-
aria-expanded="false"
|
|
117
|
-
>
|
|
118
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
119
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
120
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
121
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
122
|
-
</span>
|
|
123
|
-
</span>
|
|
124
|
-
</button>
|
|
125
|
-
</div>
|
|
126
|
-
|
|
127
|
-
<div class="pf-v6-c-toolbar__item">
|
|
128
|
-
<button
|
|
129
|
-
class="pf-v6-c-menu-toggle"
|
|
130
|
-
type="button"
|
|
131
|
-
aria-expanded="false"
|
|
132
|
-
>
|
|
133
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
134
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
135
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
136
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
137
|
-
</span>
|
|
138
|
-
</span>
|
|
139
|
-
</button>
|
|
140
|
-
</div>
|
|
141
|
-
|
|
142
112
|
<div
|
|
143
113
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
144
114
|
>
|
|
@@ -607,36 +577,6 @@ wrapperTag: div
|
|
|
607
577
|
>
|
|
608
578
|
<div class="pf-v6-c-toolbar__content">
|
|
609
579
|
<div class="pf-v6-c-toolbar__content-section">
|
|
610
|
-
<div class="pf-v6-c-toolbar__item">
|
|
611
|
-
<button
|
|
612
|
-
class="pf-v6-c-menu-toggle"
|
|
613
|
-
type="button"
|
|
614
|
-
aria-expanded="false"
|
|
615
|
-
>
|
|
616
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
617
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
618
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
619
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
620
|
-
</span>
|
|
621
|
-
</span>
|
|
622
|
-
</button>
|
|
623
|
-
</div>
|
|
624
|
-
|
|
625
|
-
<div class="pf-v6-c-toolbar__item">
|
|
626
|
-
<button
|
|
627
|
-
class="pf-v6-c-menu-toggle"
|
|
628
|
-
type="button"
|
|
629
|
-
aria-expanded="false"
|
|
630
|
-
>
|
|
631
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
632
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
633
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
634
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
635
|
-
</span>
|
|
636
|
-
</span>
|
|
637
|
-
</button>
|
|
638
|
-
</div>
|
|
639
|
-
|
|
640
580
|
<div
|
|
641
581
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
642
582
|
>
|
|
@@ -960,36 +900,6 @@ wrapperTag: div
|
|
|
960
900
|
>
|
|
961
901
|
<div class="pf-v6-c-toolbar__content">
|
|
962
902
|
<div class="pf-v6-c-toolbar__content-section">
|
|
963
|
-
<div class="pf-v6-c-toolbar__item">
|
|
964
|
-
<button
|
|
965
|
-
class="pf-v6-c-menu-toggle"
|
|
966
|
-
type="button"
|
|
967
|
-
aria-expanded="false"
|
|
968
|
-
>
|
|
969
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
970
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
971
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
972
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
973
|
-
</span>
|
|
974
|
-
</span>
|
|
975
|
-
</button>
|
|
976
|
-
</div>
|
|
977
|
-
|
|
978
|
-
<div class="pf-v6-c-toolbar__item">
|
|
979
|
-
<button
|
|
980
|
-
class="pf-v6-c-menu-toggle"
|
|
981
|
-
type="button"
|
|
982
|
-
aria-expanded="false"
|
|
983
|
-
>
|
|
984
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
985
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
986
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
987
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
988
|
-
</span>
|
|
989
|
-
</span>
|
|
990
|
-
</button>
|
|
991
|
-
</div>
|
|
992
|
-
|
|
993
903
|
<div
|
|
994
904
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
995
905
|
>
|
|
@@ -1313,36 +1223,6 @@ wrapperTag: div
|
|
|
1313
1223
|
>
|
|
1314
1224
|
<div class="pf-v6-c-toolbar__content">
|
|
1315
1225
|
<div class="pf-v6-c-toolbar__content-section">
|
|
1316
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1317
|
-
<button
|
|
1318
|
-
class="pf-v6-c-menu-toggle"
|
|
1319
|
-
type="button"
|
|
1320
|
-
aria-expanded="false"
|
|
1321
|
-
>
|
|
1322
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
1323
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1324
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1325
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1326
|
-
</span>
|
|
1327
|
-
</span>
|
|
1328
|
-
</button>
|
|
1329
|
-
</div>
|
|
1330
|
-
|
|
1331
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1332
|
-
<button
|
|
1333
|
-
class="pf-v6-c-menu-toggle"
|
|
1334
|
-
type="button"
|
|
1335
|
-
aria-expanded="false"
|
|
1336
|
-
>
|
|
1337
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
1338
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1339
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1340
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1341
|
-
</span>
|
|
1342
|
-
</span>
|
|
1343
|
-
</button>
|
|
1344
|
-
</div>
|
|
1345
|
-
|
|
1346
1226
|
<div
|
|
1347
1227
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
1348
1228
|
>
|
|
@@ -1718,36 +1598,6 @@ wrapperTag: div
|
|
|
1718
1598
|
>
|
|
1719
1599
|
<div class="pf-v6-c-toolbar__content">
|
|
1720
1600
|
<div class="pf-v6-c-toolbar__content-section">
|
|
1721
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1722
|
-
<button
|
|
1723
|
-
class="pf-v6-c-menu-toggle"
|
|
1724
|
-
type="button"
|
|
1725
|
-
aria-expanded="false"
|
|
1726
|
-
>
|
|
1727
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
1728
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1729
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1730
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1731
|
-
</span>
|
|
1732
|
-
</span>
|
|
1733
|
-
</button>
|
|
1734
|
-
</div>
|
|
1735
|
-
|
|
1736
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1737
|
-
<button
|
|
1738
|
-
class="pf-v6-c-menu-toggle"
|
|
1739
|
-
type="button"
|
|
1740
|
-
aria-expanded="false"
|
|
1741
|
-
>
|
|
1742
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
1743
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1744
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1745
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1746
|
-
</span>
|
|
1747
|
-
</span>
|
|
1748
|
-
</button>
|
|
1749
|
-
</div>
|
|
1750
|
-
|
|
1751
1601
|
<div
|
|
1752
1602
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
1753
1603
|
>
|