@patternfly/patternfly 6.5.0-prerelease.51 → 6.5.0-prerelease.53
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 +22 -2
- package/components/Button/button.scss +26 -2
- package/components/Card/card.css +20 -8
- package/components/Card/card.scss +26 -7
- package/components/Masthead/masthead.css +38 -4
- package/components/Masthead/masthead.scss +52 -4
- package/components/MenuToggle/menu-toggle.css +26 -2
- package/components/MenuToggle/menu-toggle.scss +30 -2
- package/components/Nav/nav.css +16 -8
- package/components/Nav/nav.scss +16 -8
- package/components/Page/page.css +59 -7
- package/components/Page/page.scss +79 -15
- package/components/_index.css +181 -31
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +0 -1
- package/docs/components/Button/examples/Button.md +339 -0
- package/docs/components/Masthead/examples/masthead.md +1 -1
- package/docs/components/Menu/examples/Menu.md +0 -2
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -4
- package/docs/components/Pagination/examples/Pagination.md +0 -13
- package/docs/components/Toolbar/examples/Toolbar.md +0 -2
- package/docs/demos/AboutModal/examples/AboutModal.md +1 -0
- package/docs/demos/Alert/examples/Alert.md +3 -0
- package/docs/demos/BackToTop/examples/BackToTop.md +1 -0
- package/docs/demos/Banner/examples/Banner.md +2 -0
- package/docs/demos/Card/examples/Card.md +564 -86
- package/docs/demos/CardView/examples/CardView.md +16 -3
- package/docs/demos/Compass/examples/Compass.md +551 -134
- package/docs/demos/Dashboard/examples/Dashboard.md +435 -100
- package/docs/demos/DataList/examples/DataList.md +4 -8
- package/docs/demos/DescriptionList/examples/DescriptionList.md +3 -0
- package/docs/demos/Drawer/examples/Drawer.md +5 -0
- package/docs/demos/JumpLinks/examples/JumpLinks.md +6 -0
- package/docs/demos/Masthead/examples/Masthead.md +9 -58
- package/docs/demos/Modal/examples/Modal.md +6 -0
- package/docs/demos/Nav/examples/Nav.md +305 -160
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -0
- package/docs/demos/Page/examples/Page.md +14 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +7 -6
- package/docs/demos/Skeleton/examples/Skeleton.md +1 -0
- package/docs/demos/Table/examples/Table.md +16 -27
- package/docs/demos/Tabs/examples/Tabs.md +6 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +2 -8
- package/docs/demos/Wizard/examples/Wizard.md +9 -0
- package/package.json +1 -1
- package/patternfly-no-globals.css +181 -31
- package/patternfly.css +181 -31
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/scss-variables.scss +3 -0
|
@@ -15,6 +15,7 @@ section: components
|
|
|
15
15
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
16
16
|
</a>
|
|
17
17
|
</div>
|
|
18
|
+
|
|
18
19
|
<header class="pf-v6-c-masthead" id="nav-basic-example-docked">
|
|
19
20
|
<div class="pf-v6-c-masthead__main">
|
|
20
21
|
<span class="pf-v6-c-masthead__toggle">
|
|
@@ -372,6 +373,7 @@ section: components
|
|
|
372
373
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
373
374
|
</a>
|
|
374
375
|
</div>
|
|
376
|
+
|
|
375
377
|
<header class="pf-v6-c-masthead" id="nav-grouped-nav-example-docked">
|
|
376
378
|
<div class="pf-v6-c-masthead__main">
|
|
377
379
|
<span class="pf-v6-c-masthead__toggle">
|
|
@@ -761,6 +763,7 @@ section: components
|
|
|
761
763
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
762
764
|
</a>
|
|
763
765
|
</div>
|
|
766
|
+
|
|
764
767
|
<header class="pf-v6-c-masthead" id="nav-expandable-example-docked">
|
|
765
768
|
<div class="pf-v6-c-masthead__main">
|
|
766
769
|
<span class="pf-v6-c-masthead__toggle">
|
|
@@ -1246,6 +1249,7 @@ section: components
|
|
|
1246
1249
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
1247
1250
|
</a>
|
|
1248
1251
|
</div>
|
|
1252
|
+
|
|
1249
1253
|
<header class="pf-v6-c-masthead" id="nav-horizontal-example-docked">
|
|
1250
1254
|
<div class="pf-v6-c-masthead__main">
|
|
1251
1255
|
<div class="pf-v6-c-masthead__brand">
|
|
@@ -1420,64 +1424,6 @@ section: components
|
|
|
1420
1424
|
</div>
|
|
1421
1425
|
</nav>
|
|
1422
1426
|
</div>
|
|
1423
|
-
|
|
1424
|
-
<div
|
|
1425
|
-
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
1426
|
-
>
|
|
1427
|
-
<div
|
|
1428
|
-
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
1429
|
-
>
|
|
1430
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1431
|
-
<button
|
|
1432
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1433
|
-
type="button"
|
|
1434
|
-
aria-expanded="false"
|
|
1435
|
-
aria-label="Application launcher"
|
|
1436
|
-
>
|
|
1437
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
1438
|
-
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1439
|
-
</span>
|
|
1440
|
-
</button>
|
|
1441
|
-
</div>
|
|
1442
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1443
|
-
<button
|
|
1444
|
-
class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
|
|
1445
|
-
type="button"
|
|
1446
|
-
aria-expanded="false"
|
|
1447
|
-
aria-label="Settings"
|
|
1448
|
-
>
|
|
1449
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
1450
|
-
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1451
|
-
</span>
|
|
1452
|
-
</button>
|
|
1453
|
-
</div>
|
|
1454
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1455
|
-
<button
|
|
1456
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1457
|
-
type="button"
|
|
1458
|
-
aria-expanded="false"
|
|
1459
|
-
aria-label="Help"
|
|
1460
|
-
>
|
|
1461
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
1462
|
-
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1463
|
-
</span>
|
|
1464
|
-
</button>
|
|
1465
|
-
</div>
|
|
1466
|
-
</div>
|
|
1467
|
-
|
|
1468
|
-
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1469
|
-
<button
|
|
1470
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1471
|
-
type="button"
|
|
1472
|
-
aria-expanded="false"
|
|
1473
|
-
aria-label="Actions"
|
|
1474
|
-
>
|
|
1475
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
1476
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1477
|
-
</span>
|
|
1478
|
-
</button>
|
|
1479
|
-
</div>
|
|
1480
|
-
</div>
|
|
1481
1427
|
</div>
|
|
1482
1428
|
</div>
|
|
1483
1429
|
</div>
|
|
@@ -1621,6 +1567,7 @@ section: components
|
|
|
1621
1567
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
1622
1568
|
</a>
|
|
1623
1569
|
</div>
|
|
1570
|
+
|
|
1624
1571
|
<header class="pf-v6-c-masthead" id="nav-horizontal-subnav-example-docked">
|
|
1625
1572
|
<div class="pf-v6-c-masthead__main">
|
|
1626
1573
|
<span class="pf-v6-c-masthead__toggle">
|
|
@@ -2003,6 +1950,7 @@ section: components
|
|
|
2003
1950
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
2004
1951
|
</a>
|
|
2005
1952
|
</div>
|
|
1953
|
+
|
|
2006
1954
|
<header
|
|
2007
1955
|
class="pf-v6-c-masthead pf-m-display-stack pf-m-display-inline-on-lg"
|
|
2008
1956
|
id="nav-horizontal-example-docked"
|
|
@@ -2180,64 +2128,6 @@ section: components
|
|
|
2180
2128
|
</div>
|
|
2181
2129
|
</nav>
|
|
2182
2130
|
</div>
|
|
2183
|
-
|
|
2184
|
-
<div
|
|
2185
|
-
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
2186
|
-
>
|
|
2187
|
-
<div
|
|
2188
|
-
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
2189
|
-
>
|
|
2190
|
-
<div class="pf-v6-c-toolbar__item">
|
|
2191
|
-
<button
|
|
2192
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2193
|
-
type="button"
|
|
2194
|
-
aria-expanded="false"
|
|
2195
|
-
aria-label="Application launcher"
|
|
2196
|
-
>
|
|
2197
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
2198
|
-
<i class="fas fa-th" aria-hidden="true"></i>
|
|
2199
|
-
</span>
|
|
2200
|
-
</button>
|
|
2201
|
-
</div>
|
|
2202
|
-
<div class="pf-v6-c-toolbar__item">
|
|
2203
|
-
<button
|
|
2204
|
-
class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
|
|
2205
|
-
type="button"
|
|
2206
|
-
aria-expanded="false"
|
|
2207
|
-
aria-label="Settings"
|
|
2208
|
-
>
|
|
2209
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
2210
|
-
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
2211
|
-
</span>
|
|
2212
|
-
</button>
|
|
2213
|
-
</div>
|
|
2214
|
-
<div class="pf-v6-c-toolbar__item">
|
|
2215
|
-
<button
|
|
2216
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2217
|
-
type="button"
|
|
2218
|
-
aria-expanded="false"
|
|
2219
|
-
aria-label="Help"
|
|
2220
|
-
>
|
|
2221
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
2222
|
-
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
2223
|
-
</span>
|
|
2224
|
-
</button>
|
|
2225
|
-
</div>
|
|
2226
|
-
</div>
|
|
2227
|
-
|
|
2228
|
-
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
2229
|
-
<button
|
|
2230
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2231
|
-
type="button"
|
|
2232
|
-
aria-expanded="false"
|
|
2233
|
-
aria-label="Actions"
|
|
2234
|
-
>
|
|
2235
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
2236
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2237
|
-
</span>
|
|
2238
|
-
</button>
|
|
2239
|
-
</div>
|
|
2240
|
-
</div>
|
|
2241
2131
|
</div>
|
|
2242
2132
|
</div>
|
|
2243
2133
|
</div>
|
|
@@ -2398,6 +2288,147 @@ section: components
|
|
|
2398
2288
|
|
|
2399
2289
|
```html isFullscreen isBeta
|
|
2400
2290
|
<div class="pf-v6-c-page pf-m-dock pf-m-no-sidebar" id="nav-docked-example">
|
|
2291
|
+
<header class="pf-v6-c-masthead pf-m-display-inline">
|
|
2292
|
+
<div class="pf-v6-c-masthead__main">
|
|
2293
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
2294
|
+
<button
|
|
2295
|
+
class="pf-v6-c-button pf-m-hamburger pf-m-plain"
|
|
2296
|
+
type="button"
|
|
2297
|
+
aria-label="Global navigation"
|
|
2298
|
+
>
|
|
2299
|
+
<span class="pf-v6-c-button__icon">
|
|
2300
|
+
<svg
|
|
2301
|
+
viewBox="0 0 10 10"
|
|
2302
|
+
class="pf-v6-c-button--hamburger-icon pf-v6-svg"
|
|
2303
|
+
width="1em"
|
|
2304
|
+
height="1em"
|
|
2305
|
+
>
|
|
2306
|
+
<path class="pf-v6-c-button--hamburger-icon--top" d="M1,1 L9,1" />
|
|
2307
|
+
<path
|
|
2308
|
+
class="pf-v6-c-button--hamburger-icon--middle"
|
|
2309
|
+
d="M1,5 L9,5"
|
|
2310
|
+
/>
|
|
2311
|
+
<path
|
|
2312
|
+
class="pf-v6-c-button--hamburger-icon--arrow"
|
|
2313
|
+
d="M1,5 L1,5 L1,5"
|
|
2314
|
+
/>
|
|
2315
|
+
<path
|
|
2316
|
+
class="pf-v6-c-button--hamburger-icon--bottom"
|
|
2317
|
+
d="M9,9 L1,9"
|
|
2318
|
+
/>
|
|
2319
|
+
</svg>
|
|
2320
|
+
</span>
|
|
2321
|
+
</button>
|
|
2322
|
+
</span>
|
|
2323
|
+
<div class="pf-v6-c-masthead__brand">
|
|
2324
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
2325
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
2326
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
2327
|
+
<defs>
|
|
2328
|
+
<linearGradient
|
|
2329
|
+
x1="68%"
|
|
2330
|
+
y1="2.25860997e-13%"
|
|
2331
|
+
x2="32%"
|
|
2332
|
+
y2="100%"
|
|
2333
|
+
id="linearGradient-"
|
|
2334
|
+
>
|
|
2335
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
2336
|
+
<stop
|
|
2337
|
+
stop-color="#73BCF7"
|
|
2338
|
+
stop-opacity="0.502212631"
|
|
2339
|
+
offset="100%"
|
|
2340
|
+
/>
|
|
2341
|
+
</linearGradient>
|
|
2342
|
+
</defs>
|
|
2343
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
2344
|
+
<g
|
|
2345
|
+
transform="translate(206.000000, 45.750000)"
|
|
2346
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
2347
|
+
fill-rule="nonzero"
|
|
2348
|
+
>
|
|
2349
|
+
<path
|
|
2350
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
2351
|
+
/>
|
|
2352
|
+
<path
|
|
2353
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
2354
|
+
/>
|
|
2355
|
+
<path
|
|
2356
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
2357
|
+
/>
|
|
2358
|
+
<path
|
|
2359
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
2360
|
+
/>
|
|
2361
|
+
<path
|
|
2362
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
2363
|
+
/>
|
|
2364
|
+
<path
|
|
2365
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
2366
|
+
/>
|
|
2367
|
+
<path
|
|
2368
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
2369
|
+
/>
|
|
2370
|
+
<polygon
|
|
2371
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
2372
|
+
/>
|
|
2373
|
+
<polygon
|
|
2374
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
2375
|
+
/>
|
|
2376
|
+
<path
|
|
2377
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
2378
|
+
/>
|
|
2379
|
+
</g>
|
|
2380
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
2381
|
+
<path
|
|
2382
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
2383
|
+
fill="#0066CC"
|
|
2384
|
+
/>
|
|
2385
|
+
<path
|
|
2386
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
2387
|
+
fill="url(#linearGradient-)"
|
|
2388
|
+
/>
|
|
2389
|
+
<path
|
|
2390
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
2391
|
+
fill="url(#linearGradient-)"
|
|
2392
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
2393
|
+
/>
|
|
2394
|
+
</g>
|
|
2395
|
+
</g>
|
|
2396
|
+
</svg>
|
|
2397
|
+
</a>
|
|
2398
|
+
</div>
|
|
2399
|
+
</div>
|
|
2400
|
+
<div class="pf-v6-c-masthead__content">
|
|
2401
|
+
<div class="pf-v6-c-toolbar pf-m-static">
|
|
2402
|
+
<div class="pf-v6-c-toolbar__content">
|
|
2403
|
+
<div class="pf-v6-c-toolbar__content-section">
|
|
2404
|
+
<div class="pf-v6-c-toolbar__item pf-m-align-end">
|
|
2405
|
+
<button
|
|
2406
|
+
class="pf-v6-c-button pf-m-plain"
|
|
2407
|
+
type="button"
|
|
2408
|
+
aria-label="Search"
|
|
2409
|
+
>
|
|
2410
|
+
<span class="pf-v6-c-button__icon">
|
|
2411
|
+
<svg
|
|
2412
|
+
class="pf-v6-svg"
|
|
2413
|
+
viewBox="0 0 512 512"
|
|
2414
|
+
fill="currentColor"
|
|
2415
|
+
aria-hidden="true"
|
|
2416
|
+
role="img"
|
|
2417
|
+
width="1em"
|
|
2418
|
+
height="1em"
|
|
2419
|
+
>
|
|
2420
|
+
<path
|
|
2421
|
+
d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"
|
|
2422
|
+
/>
|
|
2423
|
+
</svg>
|
|
2424
|
+
</span>
|
|
2425
|
+
</button>
|
|
2426
|
+
</div>
|
|
2427
|
+
</div>
|
|
2428
|
+
</div>
|
|
2429
|
+
</div>
|
|
2430
|
+
</div>
|
|
2431
|
+
</header>
|
|
2401
2432
|
<div class="pf-v6-c-page__dock">
|
|
2402
2433
|
<div class="pf-v6-c-skip-to-content">
|
|
2403
2434
|
<a
|
|
@@ -2407,13 +2438,126 @@ section: components
|
|
|
2407
2438
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
2408
2439
|
</a>
|
|
2409
2440
|
</div>
|
|
2441
|
+
|
|
2410
2442
|
<header
|
|
2411
2443
|
class="pf-v6-c-masthead pf-m-docked"
|
|
2412
2444
|
id="nav-docked-example-masthead"
|
|
2413
2445
|
>
|
|
2414
2446
|
<div class="pf-v6-c-masthead__main">
|
|
2447
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
2448
|
+
<button
|
|
2449
|
+
class="pf-v6-c-button pf-m-hamburger pf-m-plain"
|
|
2450
|
+
type="button"
|
|
2451
|
+
aria-label="Global navigation"
|
|
2452
|
+
>
|
|
2453
|
+
<span class="pf-v6-c-button__icon">
|
|
2454
|
+
<svg
|
|
2455
|
+
viewBox="0 0 10 10"
|
|
2456
|
+
class="pf-v6-c-button--hamburger-icon pf-v6-svg"
|
|
2457
|
+
width="1em"
|
|
2458
|
+
height="1em"
|
|
2459
|
+
>
|
|
2460
|
+
<path
|
|
2461
|
+
class="pf-v6-c-button--hamburger-icon--top"
|
|
2462
|
+
d="M1,1 L9,1"
|
|
2463
|
+
/>
|
|
2464
|
+
<path
|
|
2465
|
+
class="pf-v6-c-button--hamburger-icon--middle"
|
|
2466
|
+
d="M1,5 L9,5"
|
|
2467
|
+
/>
|
|
2468
|
+
<path
|
|
2469
|
+
class="pf-v6-c-button--hamburger-icon--arrow"
|
|
2470
|
+
d="M1,5 L1,5 L1,5"
|
|
2471
|
+
/>
|
|
2472
|
+
<path
|
|
2473
|
+
class="pf-v6-c-button--hamburger-icon--bottom"
|
|
2474
|
+
d="M9,9 L1,9"
|
|
2475
|
+
/>
|
|
2476
|
+
</svg>
|
|
2477
|
+
</span>
|
|
2478
|
+
</button>
|
|
2479
|
+
</span>
|
|
2415
2480
|
<div class="pf-v6-c-masthead__brand">
|
|
2416
2481
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
2482
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
2483
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
2484
|
+
<defs>
|
|
2485
|
+
<linearGradient
|
|
2486
|
+
x1="68%"
|
|
2487
|
+
y1="2.25860997e-13%"
|
|
2488
|
+
x2="32%"
|
|
2489
|
+
y2="100%"
|
|
2490
|
+
id="linearGradient-nav-docked-example-masthead"
|
|
2491
|
+
>
|
|
2492
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
2493
|
+
<stop
|
|
2494
|
+
stop-color="#73BCF7"
|
|
2495
|
+
stop-opacity="0.502212631"
|
|
2496
|
+
offset="100%"
|
|
2497
|
+
/>
|
|
2498
|
+
</linearGradient>
|
|
2499
|
+
</defs>
|
|
2500
|
+
<g
|
|
2501
|
+
stroke="none"
|
|
2502
|
+
stroke-width="1"
|
|
2503
|
+
fill="none"
|
|
2504
|
+
fill-rule="evenodd"
|
|
2505
|
+
>
|
|
2506
|
+
<g
|
|
2507
|
+
transform="translate(206.000000, 45.750000)"
|
|
2508
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
2509
|
+
fill-rule="nonzero"
|
|
2510
|
+
>
|
|
2511
|
+
<path
|
|
2512
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
2513
|
+
/>
|
|
2514
|
+
<path
|
|
2515
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
2516
|
+
/>
|
|
2517
|
+
<path
|
|
2518
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
2519
|
+
/>
|
|
2520
|
+
<path
|
|
2521
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
2522
|
+
/>
|
|
2523
|
+
<path
|
|
2524
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
2525
|
+
/>
|
|
2526
|
+
<path
|
|
2527
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
2528
|
+
/>
|
|
2529
|
+
<path
|
|
2530
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
2531
|
+
/>
|
|
2532
|
+
<polygon
|
|
2533
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
2534
|
+
/>
|
|
2535
|
+
<polygon
|
|
2536
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
2537
|
+
/>
|
|
2538
|
+
<path
|
|
2539
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
2540
|
+
/>
|
|
2541
|
+
</g>
|
|
2542
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
2543
|
+
<path
|
|
2544
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
2545
|
+
fill="#0066CC"
|
|
2546
|
+
/>
|
|
2547
|
+
<path
|
|
2548
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
2549
|
+
fill="url(#linearGradient-nav-docked-example-masthead)"
|
|
2550
|
+
/>
|
|
2551
|
+
<path
|
|
2552
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
2553
|
+
fill="url(#linearGradient-nav-docked-example-masthead)"
|
|
2554
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
2555
|
+
/>
|
|
2556
|
+
</g>
|
|
2557
|
+
</g>
|
|
2558
|
+
</svg>
|
|
2559
|
+
</a>
|
|
2560
|
+
<a class="pf-v6-c-masthead__logo pf-m-compact" href="#">
|
|
2417
2561
|
<svg width="37px" height="37px" viewBox="0 0 158 158">
|
|
2418
2562
|
<title>PF-HorizontalLogo-Color</title>
|
|
2419
2563
|
<defs>
|
|
@@ -2477,6 +2621,7 @@ section: components
|
|
|
2477
2621
|
<span class="pf-v6-c-nav__link-icon">
|
|
2478
2622
|
<i class="fas fa-fw fa-cube" aria-hidden="true"></i>
|
|
2479
2623
|
</span>
|
|
2624
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
2480
2625
|
</a>
|
|
2481
2626
|
</li>
|
|
2482
2627
|
<li class="pf-v6-c-nav__item">
|
|
@@ -2489,6 +2634,7 @@ section: components
|
|
|
2489
2634
|
<span class="pf-v6-c-nav__link-icon">
|
|
2490
2635
|
<i class="fas fa-fw fa-folder" aria-hidden="true"></i>
|
|
2491
2636
|
</span>
|
|
2637
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
2492
2638
|
</a>
|
|
2493
2639
|
</li>
|
|
2494
2640
|
<li class="pf-v6-c-nav__item">
|
|
@@ -2496,6 +2642,7 @@ section: components
|
|
|
2496
2642
|
<span class="pf-v6-c-nav__link-icon">
|
|
2497
2643
|
<i class="fas fa-fw fa-cloud" aria-hidden="true"></i>
|
|
2498
2644
|
</span>
|
|
2645
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
2499
2646
|
</a>
|
|
2500
2647
|
</li>
|
|
2501
2648
|
<li class="pf-v6-c-nav__item">
|
|
@@ -2503,6 +2650,7 @@ section: components
|
|
|
2503
2650
|
<span class="pf-v6-c-nav__link-icon">
|
|
2504
2651
|
<i class="fas fa-fw fa-code" aria-hidden="true"></i>
|
|
2505
2652
|
</span>
|
|
2653
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
2506
2654
|
</a>
|
|
2507
2655
|
</li>
|
|
2508
2656
|
</ul>
|
|
@@ -2511,57 +2659,54 @@ section: components
|
|
|
2511
2659
|
<div
|
|
2512
2660
|
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
2513
2661
|
>
|
|
2514
|
-
<div
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
aria-
|
|
2523
|
-
>
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
</span>
|
|
2527
|
-
</button>
|
|
2528
|
-
</div>
|
|
2529
|
-
<div class="pf-v6-c-toolbar__item">
|
|
2530
|
-
<button
|
|
2531
|
-
class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
|
|
2532
|
-
type="button"
|
|
2533
|
-
aria-expanded="false"
|
|
2534
|
-
aria-label="Settings"
|
|
2535
|
-
>
|
|
2536
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
2537
|
-
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
2538
|
-
</span>
|
|
2539
|
-
</button>
|
|
2540
|
-
</div>
|
|
2541
|
-
<div class="pf-v6-c-toolbar__item">
|
|
2542
|
-
<button
|
|
2543
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2544
|
-
type="button"
|
|
2545
|
-
aria-expanded="false"
|
|
2546
|
-
aria-label="Help"
|
|
2547
|
-
>
|
|
2548
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
2549
|
-
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
2550
|
-
</span>
|
|
2551
|
-
</button>
|
|
2552
|
-
</div>
|
|
2662
|
+
<div class="pf-v6-c-toolbar__item">
|
|
2663
|
+
<button
|
|
2664
|
+
class="pf-v6-c-menu-toggle pf-m-dock pf-m-text pf-m-plain"
|
|
2665
|
+
type="button"
|
|
2666
|
+
aria-expanded="false"
|
|
2667
|
+
aria-label="Applications"
|
|
2668
|
+
>
|
|
2669
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
2670
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
2671
|
+
</span>
|
|
2672
|
+
<span class="pf-v6-c-menu-toggle__text">Applications</span>
|
|
2673
|
+
</button>
|
|
2553
2674
|
</div>
|
|
2554
|
-
|
|
2555
|
-
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
2675
|
+
<div class="pf-v6-c-toolbar__item">
|
|
2556
2676
|
<button
|
|
2557
|
-
class="pf-v6-c-
|
|
2677
|
+
class="pf-v6-c-button pf-m-dock pf-m-settings pf-m-plain"
|
|
2678
|
+
type="button"
|
|
2679
|
+
aria-label="Settings"
|
|
2680
|
+
>
|
|
2681
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
2682
|
+
<svg
|
|
2683
|
+
class="pf-v6-svg"
|
|
2684
|
+
viewBox="0 0 32 32"
|
|
2685
|
+
fill="currentColor"
|
|
2686
|
+
aria-hidden="true"
|
|
2687
|
+
role="img"
|
|
2688
|
+
width="1em"
|
|
2689
|
+
height="1em"
|
|
2690
|
+
>
|
|
2691
|
+
<path
|
|
2692
|
+
d="M16 11c-2.757 0-5 2.243-5 5s2.243 5 5 5 5-2.243 5-5-2.243-5-5-5Zm0 8c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3Zm14.657-6.211c-.1-.46-.507-.789-.978-.789h-2.373c-.141-.4-.302-.791-.481-1.168l1.677-1.676a1 1 0 0 0 .134-1.249 15.23 15.23 0 0 0-4.543-4.542 1 1 0 0 0-1.248.134l-1.677 1.676c-.378-.18-.768-.341-1.168-.481V2.32a1 1 0 0 0-.788-.978 15.32 15.32 0 0 0-6.424 0A1 1 0 0 0 12 2.32v2.374c-.4.141-.79.302-1.168.481L9.155 3.499a1 1 0 0 0-1.248-.134 15.246 15.246 0 0 0-4.543 4.541 1 1 0 0 0 .134 1.249l1.677 1.676c-.18.378-.341.769-.481 1.168H2.321a1 1 0 0 0-.978.789 15.17 15.17 0 0 0 0 6.422c.1.46.507.789.978.789h2.373c.141.4.302.791.481 1.168l-1.677 1.676a1 1 0 0 0-.134 1.249 15.253 15.253 0 0 0 4.543 4.542 1 1 0 0 0 1.248-.134l1.677-1.676c.378.18.768.341 1.168.481v2.374a1 1 0 0 0 .788.978 15.23 15.23 0 0 0 6.424 0 1 1 0 0 0 .788-.978v-2.374c.4-.141.79-.302 1.168-.481l1.677 1.676a1 1 0 0 0 1.248.134 15.2 15.2 0 0 0 4.543-4.542 1 1 0 0 0-.134-1.249l-1.677-1.676c.18-.378.341-.769.481-1.168h2.373a1 1 0 0 0 .978-.789 15.177 15.177 0 0 0 0-6.422ZM28.848 18h-2.272a1 1 0 0 0-.962.727 9.963 9.963 0 0 1-.885 2.144 1 1 0 0 0 .166 1.195l1.604 1.604a13.234 13.234 0 0 1-2.828 2.829l-1.604-1.604a1 1 0 0 0-1.195-.166 9.96 9.96 0 0 1-2.144.884 1 1 0 0 0-.728.962v2.273a13.277 13.277 0 0 1-4 0v-2.273a1 1 0 0 0-.728-.962 9.96 9.96 0 0 1-2.144-.884 1.001 1.001 0 0 0-1.195.166l-1.604 1.604a13.196 13.196 0 0 1-2.828-2.829l1.604-1.604c.316-.316.384-.805.166-1.195a9.963 9.963 0 0 1-.885-2.144A1 1 0 0 0 5.424 18H3.152a13.126 13.126 0 0 1 0-4h2.272a1 1 0 0 0 .962-.727 9.963 9.963 0 0 1 .885-2.144 1 1 0 0 0-.166-1.195L5.501 8.33a13.163 13.163 0 0 1 2.828-2.829l1.604 1.604c.316.316.805.383 1.195.166a9.96 9.96 0 0 1 2.144-.884A1 1 0 0 0 14 5.425V3.152a13.277 13.277 0 0 1 4 0v2.273a1 1 0 0 0 .728.962 9.96 9.96 0 0 1 2.144.884 1 1 0 0 0 1.195-.166l1.604-1.604a13.196 13.196 0 0 1 2.828 2.828l-1.604 1.604a1.001 1.001 0 0 0-.166 1.195c.372.665.67 1.386.885 2.144a1 1 0 0 0 .962.727h2.272a13.245 13.245 0 0 1 0 4Z"
|
|
2693
|
+
/>
|
|
2694
|
+
</svg>
|
|
2695
|
+
</span>
|
|
2696
|
+
<span class="pf-v6-c-button__text">Settings</span>
|
|
2697
|
+
</button>
|
|
2698
|
+
</div>
|
|
2699
|
+
<div class="pf-v6-c-toolbar__item">
|
|
2700
|
+
<button
|
|
2701
|
+
class="pf-v6-c-menu-toggle pf-m-dock pf-m-text pf-m-plain"
|
|
2558
2702
|
type="button"
|
|
2559
2703
|
aria-expanded="false"
|
|
2560
|
-
aria-label="
|
|
2704
|
+
aria-label="Help"
|
|
2561
2705
|
>
|
|
2562
2706
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2563
|
-
<i class="fas fa-
|
|
2707
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
2564
2708
|
</span>
|
|
2709
|
+
<span class="pf-v6-c-menu-toggle__text">Help</span>
|
|
2565
2710
|
</button>
|
|
2566
2711
|
</div>
|
|
2567
2712
|
</div>
|
|
@@ -12,6 +12,7 @@ section: components
|
|
|
12
12
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
13
13
|
</a>
|
|
14
14
|
</div>
|
|
15
|
+
|
|
15
16
|
<header class="pf-v6-c-masthead" id="-page-docked">
|
|
16
17
|
<div class="pf-v6-c-masthead__main">
|
|
17
18
|
<span class="pf-v6-c-masthead__toggle">
|
|
@@ -800,6 +801,7 @@ section: components
|
|
|
800
801
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
801
802
|
</a>
|
|
802
803
|
</div>
|
|
804
|
+
|
|
803
805
|
<header class="pf-v6-c-masthead" id="-page-docked">
|
|
804
806
|
<div class="pf-v6-c-masthead__main">
|
|
805
807
|
<span class="pf-v6-c-masthead__toggle">
|
|
@@ -1588,6 +1590,7 @@ section: components
|
|
|
1588
1590
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
1589
1591
|
</a>
|
|
1590
1592
|
</div>
|
|
1593
|
+
|
|
1591
1594
|
<header class="pf-v6-c-masthead" id="-page-docked">
|
|
1592
1595
|
<div class="pf-v6-c-masthead__main">
|
|
1593
1596
|
<span class="pf-v6-c-masthead__toggle">
|
|
@@ -2379,6 +2382,7 @@ section: components
|
|
|
2379
2382
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
2380
2383
|
</a>
|
|
2381
2384
|
</div>
|
|
2385
|
+
|
|
2382
2386
|
<header class="pf-v6-c-masthead" id="-page-docked">
|
|
2383
2387
|
<div class="pf-v6-c-masthead__main">
|
|
2384
2388
|
<span class="pf-v6-c-masthead__toggle">
|
|
@@ -3165,6 +3169,7 @@ section: components
|
|
|
3165
3169
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
3166
3170
|
</a>
|
|
3167
3171
|
</div>
|
|
3172
|
+
|
|
3168
3173
|
<header class="pf-v6-c-masthead" id="-page-docked">
|
|
3169
3174
|
<div class="pf-v6-c-masthead__main">
|
|
3170
3175
|
<span class="pf-v6-c-masthead__toggle">
|