@patternfly/patternfly 6.0.0-alpha.201 → 6.0.0-alpha.203
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/Masthead/masthead.css +194 -96
- package/components/Masthead/masthead.scss +83 -50
- package/components/Nav/nav.css +5 -4
- package/components/Nav/nav.scss +5 -4
- package/components/Page/page.css +32 -18
- package/components/Page/page.scss +33 -20
- package/components/_index.css +231 -118
- package/docs/components/Masthead/examples/masthead.md +506 -493
- package/docs/components/Nav/examples/Navigation.md +0 -1
- package/docs/components/Page/examples/Page.md +98 -89
- package/docs/components/Wizard/examples/Wizard.md +1 -1
- package/docs/demos/AboutModal/examples/AboutModal.md +87 -83
- package/docs/demos/Alert/examples/Alert.md +263 -251
- package/docs/demos/BackToTop/examples/BackToTop.md +87 -83
- package/docs/demos/Banner/examples/Banner.md +177 -173
- package/docs/demos/CardView/examples/CardView.md +90 -88
- package/docs/demos/Dashboard/examples/Dashboard.md +87 -83
- package/docs/demos/DataList/examples/DataList.md +352 -344
- package/docs/demos/DescriptionList/examples/DescriptionList.md +262 -252
- package/docs/demos/Drawer/examples/Drawer.md +437 -423
- package/docs/demos/JumpLinks/examples/JumpLinks.md +524 -500
- package/docs/demos/Masthead/examples/Masthead.md +772 -736
- package/docs/demos/Modal/examples/Modal.md +522 -498
- package/docs/demos/Nav/examples/Nav.md +511 -487
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +435 -425
- package/docs/demos/Page/examples/Page.md +1567 -915
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +611 -584
- package/docs/demos/Skeleton/examples/Skeleton.md +87 -83
- package/docs/demos/Table/examples/Table.md +1320 -1288
- package/docs/demos/Tabs/examples/Tabs.md +526 -504
- package/docs/demos/Toolbar/examples/Toolbar.md +174 -166
- package/docs/demos/Wizard/examples/Wizard.md +790 -767
- package/package.json +1 -1
- package/patternfly-no-globals.css +231 -118
- package/patternfly.css +231 -118
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -19,90 +19,94 @@ section: components
|
|
|
19
19
|
class="pf-v6-c-masthead"
|
|
20
20
|
id="jump-links-collapsed-mobile-example-masthead"
|
|
21
21
|
>
|
|
22
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
23
|
-
<button
|
|
24
|
-
class="pf-v6-c-button pf-m-plain"
|
|
25
|
-
type="button"
|
|
26
|
-
aria-label="Global navigation"
|
|
27
|
-
>
|
|
28
|
-
<span class="pf-v6-c-button__icon">
|
|
29
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
30
|
-
</span>
|
|
31
|
-
</button>
|
|
32
|
-
</span>
|
|
33
22
|
<div class="pf-v6-c-masthead__main">
|
|
34
|
-
<
|
|
35
|
-
<
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
23
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
24
|
+
<button
|
|
25
|
+
class="pf-v6-c-button pf-m-plain"
|
|
26
|
+
type="button"
|
|
27
|
+
aria-label="Global navigation"
|
|
28
|
+
>
|
|
29
|
+
<span class="pf-v6-c-button__icon">
|
|
30
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
31
|
+
</span>
|
|
32
|
+
</button>
|
|
33
|
+
</span>
|
|
34
|
+
<div class="pf-v6-c-masthead__brand">
|
|
35
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
36
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
37
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
38
|
+
<defs>
|
|
39
|
+
<linearGradient
|
|
40
|
+
x1="68%"
|
|
41
|
+
y1="2.25860997e-13%"
|
|
42
|
+
x2="32%"
|
|
43
|
+
y2="100%"
|
|
44
|
+
id="linearGradient-jump-links-collapsed-mobile-example-masthead"
|
|
45
|
+
>
|
|
46
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
47
|
+
<stop
|
|
48
|
+
stop-color="#73BCF7"
|
|
49
|
+
stop-opacity="0.502212631"
|
|
50
|
+
offset="100%"
|
|
51
|
+
/>
|
|
52
|
+
</linearGradient>
|
|
53
|
+
</defs>
|
|
54
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
55
|
+
<g
|
|
56
|
+
transform="translate(206.000000, 45.750000)"
|
|
57
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
58
|
+
fill-rule="nonzero"
|
|
59
|
+
>
|
|
60
|
+
<path
|
|
61
|
+
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"
|
|
62
|
+
/>
|
|
63
|
+
<path
|
|
64
|
+
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"
|
|
65
|
+
/>
|
|
66
|
+
<path
|
|
67
|
+
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"
|
|
68
|
+
/>
|
|
69
|
+
<path
|
|
70
|
+
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"
|
|
71
|
+
/>
|
|
72
|
+
<path
|
|
73
|
+
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"
|
|
74
|
+
/>
|
|
75
|
+
<path
|
|
76
|
+
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"
|
|
77
|
+
/>
|
|
78
|
+
<path
|
|
79
|
+
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"
|
|
80
|
+
/>
|
|
81
|
+
<polygon
|
|
82
|
+
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"
|
|
83
|
+
/>
|
|
84
|
+
<polygon
|
|
85
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
86
|
+
/>
|
|
87
|
+
<path
|
|
88
|
+
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"
|
|
89
|
+
/>
|
|
90
|
+
</g>
|
|
91
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
92
|
+
<path
|
|
93
|
+
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"
|
|
94
|
+
fill="#0066CC"
|
|
95
|
+
/>
|
|
96
|
+
<path
|
|
97
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
98
|
+
fill="url(#linearGradient-jump-links-collapsed-mobile-example-masthead)"
|
|
99
|
+
/>
|
|
100
|
+
<path
|
|
101
|
+
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"
|
|
102
|
+
fill="url(#linearGradient-jump-links-collapsed-mobile-example-masthead)"
|
|
103
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
104
|
+
/>
|
|
105
|
+
</g>
|
|
102
106
|
</g>
|
|
103
|
-
</
|
|
104
|
-
</
|
|
105
|
-
</
|
|
107
|
+
</svg>
|
|
108
|
+
</a>
|
|
109
|
+
</div>
|
|
106
110
|
</div>
|
|
107
111
|
<div class="pf-v6-c-masthead__content">
|
|
108
112
|
<div
|
|
@@ -256,7 +260,7 @@ section: components
|
|
|
256
260
|
</nav>
|
|
257
261
|
</div>
|
|
258
262
|
</section>
|
|
259
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
263
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
260
264
|
<div class="pf-v6-c-page__main-body">
|
|
261
265
|
<div class="pf-v6-c-content">
|
|
262
266
|
<h1>Main title</h1>
|
|
@@ -433,90 +437,94 @@ section: components
|
|
|
433
437
|
class="pf-v6-c-masthead"
|
|
434
438
|
id="jump-links-vertical-expanded-mobile-example-masthead"
|
|
435
439
|
>
|
|
436
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
437
|
-
<button
|
|
438
|
-
class="pf-v6-c-button pf-m-plain"
|
|
439
|
-
type="button"
|
|
440
|
-
aria-label="Global navigation"
|
|
441
|
-
>
|
|
442
|
-
<span class="pf-v6-c-button__icon">
|
|
443
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
444
|
-
</span>
|
|
445
|
-
</button>
|
|
446
|
-
</span>
|
|
447
440
|
<div class="pf-v6-c-masthead__main">
|
|
448
|
-
<
|
|
449
|
-
<
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
441
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
442
|
+
<button
|
|
443
|
+
class="pf-v6-c-button pf-m-plain"
|
|
444
|
+
type="button"
|
|
445
|
+
aria-label="Global navigation"
|
|
446
|
+
>
|
|
447
|
+
<span class="pf-v6-c-button__icon">
|
|
448
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
449
|
+
</span>
|
|
450
|
+
</button>
|
|
451
|
+
</span>
|
|
452
|
+
<div class="pf-v6-c-masthead__brand">
|
|
453
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
454
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
455
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
456
|
+
<defs>
|
|
457
|
+
<linearGradient
|
|
458
|
+
x1="68%"
|
|
459
|
+
y1="2.25860997e-13%"
|
|
460
|
+
x2="32%"
|
|
461
|
+
y2="100%"
|
|
462
|
+
id="linearGradient-jump-links-vertical-expanded-mobile-example-masthead"
|
|
463
|
+
>
|
|
464
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
465
|
+
<stop
|
|
466
|
+
stop-color="#73BCF7"
|
|
467
|
+
stop-opacity="0.502212631"
|
|
468
|
+
offset="100%"
|
|
469
|
+
/>
|
|
470
|
+
</linearGradient>
|
|
471
|
+
</defs>
|
|
472
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
473
|
+
<g
|
|
474
|
+
transform="translate(206.000000, 45.750000)"
|
|
475
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
476
|
+
fill-rule="nonzero"
|
|
477
|
+
>
|
|
478
|
+
<path
|
|
479
|
+
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"
|
|
480
|
+
/>
|
|
481
|
+
<path
|
|
482
|
+
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"
|
|
483
|
+
/>
|
|
484
|
+
<path
|
|
485
|
+
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"
|
|
486
|
+
/>
|
|
487
|
+
<path
|
|
488
|
+
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"
|
|
489
|
+
/>
|
|
490
|
+
<path
|
|
491
|
+
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"
|
|
492
|
+
/>
|
|
493
|
+
<path
|
|
494
|
+
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"
|
|
495
|
+
/>
|
|
496
|
+
<path
|
|
497
|
+
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"
|
|
498
|
+
/>
|
|
499
|
+
<polygon
|
|
500
|
+
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"
|
|
501
|
+
/>
|
|
502
|
+
<polygon
|
|
503
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
504
|
+
/>
|
|
505
|
+
<path
|
|
506
|
+
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"
|
|
507
|
+
/>
|
|
508
|
+
</g>
|
|
509
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
510
|
+
<path
|
|
511
|
+
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"
|
|
512
|
+
fill="#0066CC"
|
|
513
|
+
/>
|
|
514
|
+
<path
|
|
515
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
516
|
+
fill="url(#linearGradient-jump-links-vertical-expanded-mobile-example-masthead)"
|
|
517
|
+
/>
|
|
518
|
+
<path
|
|
519
|
+
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"
|
|
520
|
+
fill="url(#linearGradient-jump-links-vertical-expanded-mobile-example-masthead)"
|
|
521
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
522
|
+
/>
|
|
523
|
+
</g>
|
|
516
524
|
</g>
|
|
517
|
-
</
|
|
518
|
-
</
|
|
519
|
-
</
|
|
525
|
+
</svg>
|
|
526
|
+
</a>
|
|
527
|
+
</div>
|
|
520
528
|
</div>
|
|
521
529
|
<div class="pf-v6-c-masthead__content">
|
|
522
530
|
<div
|
|
@@ -670,7 +678,7 @@ section: components
|
|
|
670
678
|
</nav>
|
|
671
679
|
</div>
|
|
672
680
|
</section>
|
|
673
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
681
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
674
682
|
<div class="pf-v6-c-page__main-body">
|
|
675
683
|
<div class="pf-v6-c-content">
|
|
676
684
|
<h1>Main title</h1>
|
|
@@ -847,90 +855,94 @@ section: components
|
|
|
847
855
|
class="pf-v6-c-masthead"
|
|
848
856
|
id="jump-links-vertical-toggle-text-mobile-example-masthead"
|
|
849
857
|
>
|
|
850
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
851
|
-
<button
|
|
852
|
-
class="pf-v6-c-button pf-m-plain"
|
|
853
|
-
type="button"
|
|
854
|
-
aria-label="Global navigation"
|
|
855
|
-
>
|
|
856
|
-
<span class="pf-v6-c-button__icon">
|
|
857
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
858
|
-
</span>
|
|
859
|
-
</button>
|
|
860
|
-
</span>
|
|
861
858
|
<div class="pf-v6-c-masthead__main">
|
|
862
|
-
<
|
|
863
|
-
<
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
859
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
860
|
+
<button
|
|
861
|
+
class="pf-v6-c-button pf-m-plain"
|
|
862
|
+
type="button"
|
|
863
|
+
aria-label="Global navigation"
|
|
864
|
+
>
|
|
865
|
+
<span class="pf-v6-c-button__icon">
|
|
866
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
867
|
+
</span>
|
|
868
|
+
</button>
|
|
869
|
+
</span>
|
|
870
|
+
<div class="pf-v6-c-masthead__brand">
|
|
871
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
872
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
873
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
874
|
+
<defs>
|
|
875
|
+
<linearGradient
|
|
876
|
+
x1="68%"
|
|
877
|
+
y1="2.25860997e-13%"
|
|
878
|
+
x2="32%"
|
|
879
|
+
y2="100%"
|
|
880
|
+
id="linearGradient-jump-links-vertical-toggle-text-mobile-example-masthead"
|
|
881
|
+
>
|
|
882
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
883
|
+
<stop
|
|
884
|
+
stop-color="#73BCF7"
|
|
885
|
+
stop-opacity="0.502212631"
|
|
886
|
+
offset="100%"
|
|
887
|
+
/>
|
|
888
|
+
</linearGradient>
|
|
889
|
+
</defs>
|
|
890
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
891
|
+
<g
|
|
892
|
+
transform="translate(206.000000, 45.750000)"
|
|
893
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
894
|
+
fill-rule="nonzero"
|
|
895
|
+
>
|
|
896
|
+
<path
|
|
897
|
+
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"
|
|
898
|
+
/>
|
|
899
|
+
<path
|
|
900
|
+
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"
|
|
901
|
+
/>
|
|
902
|
+
<path
|
|
903
|
+
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"
|
|
904
|
+
/>
|
|
905
|
+
<path
|
|
906
|
+
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"
|
|
907
|
+
/>
|
|
908
|
+
<path
|
|
909
|
+
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"
|
|
910
|
+
/>
|
|
911
|
+
<path
|
|
912
|
+
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"
|
|
913
|
+
/>
|
|
914
|
+
<path
|
|
915
|
+
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"
|
|
916
|
+
/>
|
|
917
|
+
<polygon
|
|
918
|
+
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"
|
|
919
|
+
/>
|
|
920
|
+
<polygon
|
|
921
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
922
|
+
/>
|
|
923
|
+
<path
|
|
924
|
+
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"
|
|
925
|
+
/>
|
|
926
|
+
</g>
|
|
927
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
928
|
+
<path
|
|
929
|
+
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"
|
|
930
|
+
fill="#0066CC"
|
|
931
|
+
/>
|
|
932
|
+
<path
|
|
933
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
934
|
+
fill="url(#linearGradient-jump-links-vertical-toggle-text-mobile-example-masthead)"
|
|
935
|
+
/>
|
|
936
|
+
<path
|
|
937
|
+
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"
|
|
938
|
+
fill="url(#linearGradient-jump-links-vertical-toggle-text-mobile-example-masthead)"
|
|
939
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
940
|
+
/>
|
|
941
|
+
</g>
|
|
930
942
|
</g>
|
|
931
|
-
</
|
|
932
|
-
</
|
|
933
|
-
</
|
|
943
|
+
</svg>
|
|
944
|
+
</a>
|
|
945
|
+
</div>
|
|
934
946
|
</div>
|
|
935
947
|
<div class="pf-v6-c-masthead__content">
|
|
936
948
|
<div
|
|
@@ -1084,7 +1096,7 @@ section: components
|
|
|
1084
1096
|
</nav>
|
|
1085
1097
|
</div>
|
|
1086
1098
|
</section>
|
|
1087
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
1099
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1088
1100
|
<div class="pf-v6-c-page__main-body">
|
|
1089
1101
|
<div class="pf-v6-c-content">
|
|
1090
1102
|
<h1>Main title</h1>
|
|
@@ -1258,90 +1270,94 @@ section: components
|
|
|
1258
1270
|
</a>
|
|
1259
1271
|
</div>
|
|
1260
1272
|
<header class="pf-v6-c-masthead" id="jump-links-horizontal-example-masthead">
|
|
1261
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
1262
|
-
<button
|
|
1263
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1264
|
-
type="button"
|
|
1265
|
-
aria-label="Global navigation"
|
|
1266
|
-
>
|
|
1267
|
-
<span class="pf-v6-c-button__icon">
|
|
1268
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1269
|
-
</span>
|
|
1270
|
-
</button>
|
|
1271
|
-
</span>
|
|
1272
1273
|
<div class="pf-v6-c-masthead__main">
|
|
1273
|
-
<
|
|
1274
|
-
<
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1274
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
1275
|
+
<button
|
|
1276
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1277
|
+
type="button"
|
|
1278
|
+
aria-label="Global navigation"
|
|
1279
|
+
>
|
|
1280
|
+
<span class="pf-v6-c-button__icon">
|
|
1281
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1282
|
+
</span>
|
|
1283
|
+
</button>
|
|
1284
|
+
</span>
|
|
1285
|
+
<div class="pf-v6-c-masthead__brand">
|
|
1286
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1287
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1288
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1289
|
+
<defs>
|
|
1290
|
+
<linearGradient
|
|
1291
|
+
x1="68%"
|
|
1292
|
+
y1="2.25860997e-13%"
|
|
1293
|
+
x2="32%"
|
|
1294
|
+
y2="100%"
|
|
1295
|
+
id="linearGradient-jump-links-horizontal-example-masthead"
|
|
1296
|
+
>
|
|
1297
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1298
|
+
<stop
|
|
1299
|
+
stop-color="#73BCF7"
|
|
1300
|
+
stop-opacity="0.502212631"
|
|
1301
|
+
offset="100%"
|
|
1302
|
+
/>
|
|
1303
|
+
</linearGradient>
|
|
1304
|
+
</defs>
|
|
1305
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1306
|
+
<g
|
|
1307
|
+
transform="translate(206.000000, 45.750000)"
|
|
1308
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1309
|
+
fill-rule="nonzero"
|
|
1310
|
+
>
|
|
1311
|
+
<path
|
|
1312
|
+
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"
|
|
1313
|
+
/>
|
|
1314
|
+
<path
|
|
1315
|
+
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"
|
|
1316
|
+
/>
|
|
1317
|
+
<path
|
|
1318
|
+
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"
|
|
1319
|
+
/>
|
|
1320
|
+
<path
|
|
1321
|
+
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"
|
|
1322
|
+
/>
|
|
1323
|
+
<path
|
|
1324
|
+
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"
|
|
1325
|
+
/>
|
|
1326
|
+
<path
|
|
1327
|
+
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"
|
|
1328
|
+
/>
|
|
1329
|
+
<path
|
|
1330
|
+
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"
|
|
1331
|
+
/>
|
|
1332
|
+
<polygon
|
|
1333
|
+
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"
|
|
1334
|
+
/>
|
|
1335
|
+
<polygon
|
|
1336
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
1337
|
+
/>
|
|
1338
|
+
<path
|
|
1339
|
+
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"
|
|
1340
|
+
/>
|
|
1341
|
+
</g>
|
|
1342
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1343
|
+
<path
|
|
1344
|
+
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"
|
|
1345
|
+
fill="#0066CC"
|
|
1346
|
+
/>
|
|
1347
|
+
<path
|
|
1348
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1349
|
+
fill="url(#linearGradient-jump-links-horizontal-example-masthead)"
|
|
1350
|
+
/>
|
|
1351
|
+
<path
|
|
1352
|
+
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"
|
|
1353
|
+
fill="url(#linearGradient-jump-links-horizontal-example-masthead)"
|
|
1354
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1355
|
+
/>
|
|
1356
|
+
</g>
|
|
1341
1357
|
</g>
|
|
1342
|
-
</
|
|
1343
|
-
</
|
|
1344
|
-
</
|
|
1358
|
+
</svg>
|
|
1359
|
+
</a>
|
|
1360
|
+
</div>
|
|
1345
1361
|
</div>
|
|
1346
1362
|
<div class="pf-v6-c-masthead__content">
|
|
1347
1363
|
<div
|
|
@@ -1495,7 +1511,7 @@ section: components
|
|
|
1495
1511
|
</nav>
|
|
1496
1512
|
</div>
|
|
1497
1513
|
</section>
|
|
1498
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
1514
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1499
1515
|
<div class="pf-v6-c-page__main-body">
|
|
1500
1516
|
<div class="pf-v6-c-content">
|
|
1501
1517
|
<h1>Main title</h1>
|
|
@@ -1614,90 +1630,94 @@ section: components
|
|
|
1614
1630
|
</a>
|
|
1615
1631
|
</div>
|
|
1616
1632
|
<header class="pf-v6-c-masthead" id="jump-links-drawer-masthead">
|
|
1617
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
1618
|
-
<button
|
|
1619
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1620
|
-
type="button"
|
|
1621
|
-
aria-label="Global navigation"
|
|
1622
|
-
>
|
|
1623
|
-
<span class="pf-v6-c-button__icon">
|
|
1624
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1625
|
-
</span>
|
|
1626
|
-
</button>
|
|
1627
|
-
</span>
|
|
1628
1633
|
<div class="pf-v6-c-masthead__main">
|
|
1629
|
-
<
|
|
1630
|
-
<
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1634
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
1635
|
+
<button
|
|
1636
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1637
|
+
type="button"
|
|
1638
|
+
aria-label="Global navigation"
|
|
1639
|
+
>
|
|
1640
|
+
<span class="pf-v6-c-button__icon">
|
|
1641
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1642
|
+
</span>
|
|
1643
|
+
</button>
|
|
1644
|
+
</span>
|
|
1645
|
+
<div class="pf-v6-c-masthead__brand">
|
|
1646
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1647
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1648
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1649
|
+
<defs>
|
|
1650
|
+
<linearGradient
|
|
1651
|
+
x1="68%"
|
|
1652
|
+
y1="2.25860997e-13%"
|
|
1653
|
+
x2="32%"
|
|
1654
|
+
y2="100%"
|
|
1655
|
+
id="linearGradient-jump-links-drawer-masthead"
|
|
1656
|
+
>
|
|
1657
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1658
|
+
<stop
|
|
1659
|
+
stop-color="#73BCF7"
|
|
1660
|
+
stop-opacity="0.502212631"
|
|
1661
|
+
offset="100%"
|
|
1662
|
+
/>
|
|
1663
|
+
</linearGradient>
|
|
1664
|
+
</defs>
|
|
1665
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1666
|
+
<g
|
|
1667
|
+
transform="translate(206.000000, 45.750000)"
|
|
1668
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1669
|
+
fill-rule="nonzero"
|
|
1670
|
+
>
|
|
1671
|
+
<path
|
|
1672
|
+
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"
|
|
1673
|
+
/>
|
|
1674
|
+
<path
|
|
1675
|
+
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"
|
|
1676
|
+
/>
|
|
1677
|
+
<path
|
|
1678
|
+
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"
|
|
1679
|
+
/>
|
|
1680
|
+
<path
|
|
1681
|
+
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"
|
|
1682
|
+
/>
|
|
1683
|
+
<path
|
|
1684
|
+
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"
|
|
1685
|
+
/>
|
|
1686
|
+
<path
|
|
1687
|
+
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"
|
|
1688
|
+
/>
|
|
1689
|
+
<path
|
|
1690
|
+
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"
|
|
1691
|
+
/>
|
|
1692
|
+
<polygon
|
|
1693
|
+
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"
|
|
1694
|
+
/>
|
|
1695
|
+
<polygon
|
|
1696
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
1697
|
+
/>
|
|
1698
|
+
<path
|
|
1699
|
+
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"
|
|
1700
|
+
/>
|
|
1701
|
+
</g>
|
|
1702
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1703
|
+
<path
|
|
1704
|
+
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"
|
|
1705
|
+
fill="#0066CC"
|
|
1706
|
+
/>
|
|
1707
|
+
<path
|
|
1708
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1709
|
+
fill="url(#linearGradient-jump-links-drawer-masthead)"
|
|
1710
|
+
/>
|
|
1711
|
+
<path
|
|
1712
|
+
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"
|
|
1713
|
+
fill="url(#linearGradient-jump-links-drawer-masthead)"
|
|
1714
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1715
|
+
/>
|
|
1716
|
+
</g>
|
|
1697
1717
|
</g>
|
|
1698
|
-
</
|
|
1699
|
-
</
|
|
1700
|
-
</
|
|
1718
|
+
</svg>
|
|
1719
|
+
</a>
|
|
1720
|
+
</div>
|
|
1701
1721
|
</div>
|
|
1702
1722
|
<div class="pf-v6-c-masthead__content">
|
|
1703
1723
|
<div
|
|
@@ -1825,7 +1845,7 @@ section: components
|
|
|
1825
1845
|
<div class="pf-v6-c-sidebar">
|
|
1826
1846
|
<div class="pf-v6-c-sidebar__main">
|
|
1827
1847
|
<div class="pf-v6-c-sidebar__panel pf-m-sticky pf-m-gutter">
|
|
1828
|
-
<section class="pf-v6-c-page__main-section
|
|
1848
|
+
<section class="pf-v6-c-page__main-section">
|
|
1829
1849
|
<div class="pf-v6-c-page__main-body">
|
|
1830
1850
|
<nav
|
|
1831
1851
|
class="pf-v6-c-jump-links pf-m-vertical pf-m-non-expandable-on-md pf-m-expandable"
|
|
@@ -1908,7 +1928,7 @@ section: components
|
|
|
1908
1928
|
</section>
|
|
1909
1929
|
</div>
|
|
1910
1930
|
<div class="pf-v6-c-sidebar__content">
|
|
1911
|
-
<section class="pf-v6-c-page__main-section
|
|
1931
|
+
<section class="pf-v6-c-page__main-section">
|
|
1912
1932
|
<div class="pf-v6-c-page__main-body">
|
|
1913
1933
|
<div class="pf-v6-c-content">
|
|
1914
1934
|
<p>
|
|
@@ -1990,90 +2010,94 @@ section: components
|
|
|
1990
2010
|
</a>
|
|
1991
2011
|
</div>
|
|
1992
2012
|
<header class="pf-v6-c-masthead" id="jump-links-drawer-expanded-masthead">
|
|
1993
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
1994
|
-
<button
|
|
1995
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1996
|
-
type="button"
|
|
1997
|
-
aria-label="Global navigation"
|
|
1998
|
-
>
|
|
1999
|
-
<span class="pf-v6-c-button__icon">
|
|
2000
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
2001
|
-
</span>
|
|
2002
|
-
</button>
|
|
2003
|
-
</span>
|
|
2004
2013
|
<div class="pf-v6-c-masthead__main">
|
|
2005
|
-
<
|
|
2006
|
-
<
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2014
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
2015
|
+
<button
|
|
2016
|
+
class="pf-v6-c-button pf-m-plain"
|
|
2017
|
+
type="button"
|
|
2018
|
+
aria-label="Global navigation"
|
|
2019
|
+
>
|
|
2020
|
+
<span class="pf-v6-c-button__icon">
|
|
2021
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
2022
|
+
</span>
|
|
2023
|
+
</button>
|
|
2024
|
+
</span>
|
|
2025
|
+
<div class="pf-v6-c-masthead__brand">
|
|
2026
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
2027
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
2028
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
2029
|
+
<defs>
|
|
2030
|
+
<linearGradient
|
|
2031
|
+
x1="68%"
|
|
2032
|
+
y1="2.25860997e-13%"
|
|
2033
|
+
x2="32%"
|
|
2034
|
+
y2="100%"
|
|
2035
|
+
id="linearGradient-jump-links-drawer-expanded-masthead"
|
|
2036
|
+
>
|
|
2037
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
2038
|
+
<stop
|
|
2039
|
+
stop-color="#73BCF7"
|
|
2040
|
+
stop-opacity="0.502212631"
|
|
2041
|
+
offset="100%"
|
|
2042
|
+
/>
|
|
2043
|
+
</linearGradient>
|
|
2044
|
+
</defs>
|
|
2045
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
2046
|
+
<g
|
|
2047
|
+
transform="translate(206.000000, 45.750000)"
|
|
2048
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
2049
|
+
fill-rule="nonzero"
|
|
2050
|
+
>
|
|
2051
|
+
<path
|
|
2052
|
+
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"
|
|
2053
|
+
/>
|
|
2054
|
+
<path
|
|
2055
|
+
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"
|
|
2056
|
+
/>
|
|
2057
|
+
<path
|
|
2058
|
+
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"
|
|
2059
|
+
/>
|
|
2060
|
+
<path
|
|
2061
|
+
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"
|
|
2062
|
+
/>
|
|
2063
|
+
<path
|
|
2064
|
+
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"
|
|
2065
|
+
/>
|
|
2066
|
+
<path
|
|
2067
|
+
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"
|
|
2068
|
+
/>
|
|
2069
|
+
<path
|
|
2070
|
+
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"
|
|
2071
|
+
/>
|
|
2072
|
+
<polygon
|
|
2073
|
+
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"
|
|
2074
|
+
/>
|
|
2075
|
+
<polygon
|
|
2076
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
2077
|
+
/>
|
|
2078
|
+
<path
|
|
2079
|
+
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"
|
|
2080
|
+
/>
|
|
2081
|
+
</g>
|
|
2082
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
2083
|
+
<path
|
|
2084
|
+
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"
|
|
2085
|
+
fill="#0066CC"
|
|
2086
|
+
/>
|
|
2087
|
+
<path
|
|
2088
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
2089
|
+
fill="url(#linearGradient-jump-links-drawer-expanded-masthead)"
|
|
2090
|
+
/>
|
|
2091
|
+
<path
|
|
2092
|
+
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"
|
|
2093
|
+
fill="url(#linearGradient-jump-links-drawer-expanded-masthead)"
|
|
2094
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
2095
|
+
/>
|
|
2096
|
+
</g>
|
|
2073
2097
|
</g>
|
|
2074
|
-
</
|
|
2075
|
-
</
|
|
2076
|
-
</
|
|
2098
|
+
</svg>
|
|
2099
|
+
</a>
|
|
2100
|
+
</div>
|
|
2077
2101
|
</div>
|
|
2078
2102
|
<div class="pf-v6-c-masthead__content">
|
|
2079
2103
|
<div
|
|
@@ -2201,7 +2225,7 @@ section: components
|
|
|
2201
2225
|
<div class="pf-v6-c-sidebar">
|
|
2202
2226
|
<div class="pf-v6-c-sidebar__main">
|
|
2203
2227
|
<div class="pf-v6-c-sidebar__panel pf-m-sticky pf-m-gutter">
|
|
2204
|
-
<section class="pf-v6-c-page__main-section
|
|
2228
|
+
<section class="pf-v6-c-page__main-section">
|
|
2205
2229
|
<div class="pf-v6-c-page__main-body">
|
|
2206
2230
|
<nav
|
|
2207
2231
|
class="pf-v6-c-jump-links pf-m-vertical pf-m-non-expandable-on-md pf-m-expandable"
|
|
@@ -2284,7 +2308,7 @@ section: components
|
|
|
2284
2308
|
</section>
|
|
2285
2309
|
</div>
|
|
2286
2310
|
<div class="pf-v6-c-sidebar__content">
|
|
2287
|
-
<section class="pf-v6-c-page__main-section
|
|
2311
|
+
<section class="pf-v6-c-page__main-section">
|
|
2288
2312
|
<div class="pf-v6-c-page__main-body">
|
|
2289
2313
|
<div class="pf-v6-c-content">
|
|
2290
2314
|
<p>
|