@patternfly/patternfly 6.0.0-alpha.200 → 6.0.0-alpha.202
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/base/normalize.scss +3 -3
- package/base/patternfly-variables.css +2 -6
- package/base/tokens/tokens-charts-dark.scss +1 -1
- package/base/tokens/tokens-charts.scss +1 -1
- package/base/tokens/tokens-dark.scss +1 -1
- package/base/tokens/tokens-default.scss +3 -3
- package/base/tokens/tokens-local.scss +0 -6
- package/base/tokens/tokens-palette.scss +1 -1
- package/components/Breadcrumb/breadcrumb.css +9 -6
- package/components/Breadcrumb/breadcrumb.scss +9 -6
- package/components/Button/button.css +16 -7
- package/components/Button/button.scss +17 -7
- package/components/Content/content.css +8 -5
- package/components/Content/content.scss +8 -5
- package/components/DescriptionList/description-list.css +10 -15
- package/components/DescriptionList/description-list.scss +10 -16
- package/components/JumpLinks/jump-links.css +1 -1
- package/components/JumpLinks/jump-links.scss +1 -2
- package/components/Label/label.css +15 -14
- package/components/Label/label.scss +16 -14
- package/components/Masthead/masthead.css +172 -95
- package/components/Masthead/masthead.scss +74 -49
- package/components/Nav/nav.css +5 -4
- package/components/Nav/nav.scss +5 -4
- package/components/Page/page.css +18 -12
- package/components/Page/page.scss +18 -12
- package/components/ProgressStepper/progress-stepper.css +8 -7
- package/components/ProgressStepper/progress-stepper.scss +8 -8
- package/components/SimpleList/simple-list.css +1 -1
- package/components/SimpleList/simple-list.scss +1 -2
- package/components/Tabs/tabs.css +1 -1
- package/components/Tabs/tabs.scss +1 -3
- package/components/Timestamp/timestamp.css +8 -17
- package/components/Timestamp/timestamp.scss +8 -18
- package/components/ToggleGroup/toggle-group.css +2 -2
- package/components/ToggleGroup/toggle-group.scss +2 -4
- package/components/_index.css +274 -187
- package/docs/components/Alert/examples/Alert.md +4 -4
- package/docs/components/Card/examples/Card.md +4 -4
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +2 -2
- package/docs/components/DescriptionList/examples/DescriptionList.md +30 -5
- package/docs/components/Form/examples/Form.md +2 -2
- 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/Table/examples/Table.md +58 -58
- 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/Card/examples/Card.md +12 -12
- package/docs/demos/CardView/examples/CardView.md +90 -88
- package/docs/demos/Dashboard/examples/Dashboard.md +92 -88
- 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/Form/examples/BasicForms.md +11 -11
- 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 +959 -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 +1326 -1294
- 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-base-no-globals.css +2 -6
- package/patternfly-base.css +5 -9
- package/patternfly-no-globals.css +276 -193
- package/patternfly.css +279 -196
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -16,90 +16,94 @@ section: components
|
|
|
16
16
|
</a>
|
|
17
17
|
</div>
|
|
18
18
|
<header class="pf-v6-c-masthead" id="tabs-tables-and-tabs-example-masthead">
|
|
19
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
20
|
-
<button
|
|
21
|
-
class="pf-v6-c-button pf-m-plain"
|
|
22
|
-
type="button"
|
|
23
|
-
aria-label="Global navigation"
|
|
24
|
-
>
|
|
25
|
-
<span class="pf-v6-c-button__icon">
|
|
26
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
27
|
-
</span>
|
|
28
|
-
</button>
|
|
29
|
-
</span>
|
|
30
19
|
<div class="pf-v6-c-masthead__main">
|
|
31
|
-
<
|
|
32
|
-
<
|
|
33
|
-
|
|
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
|
-
|
|
20
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
21
|
+
<button
|
|
22
|
+
class="pf-v6-c-button pf-m-plain"
|
|
23
|
+
type="button"
|
|
24
|
+
aria-label="Global navigation"
|
|
25
|
+
>
|
|
26
|
+
<span class="pf-v6-c-button__icon">
|
|
27
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
28
|
+
</span>
|
|
29
|
+
</button>
|
|
30
|
+
</span>
|
|
31
|
+
<div class="pf-v6-c-masthead__brand">
|
|
32
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
33
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
34
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
35
|
+
<defs>
|
|
36
|
+
<linearGradient
|
|
37
|
+
x1="68%"
|
|
38
|
+
y1="2.25860997e-13%"
|
|
39
|
+
x2="32%"
|
|
40
|
+
y2="100%"
|
|
41
|
+
id="linearGradient-tabs-tables-and-tabs-example-masthead"
|
|
42
|
+
>
|
|
43
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
44
|
+
<stop
|
|
45
|
+
stop-color="#73BCF7"
|
|
46
|
+
stop-opacity="0.502212631"
|
|
47
|
+
offset="100%"
|
|
48
|
+
/>
|
|
49
|
+
</linearGradient>
|
|
50
|
+
</defs>
|
|
51
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
52
|
+
<g
|
|
53
|
+
transform="translate(206.000000, 45.750000)"
|
|
54
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
55
|
+
fill-rule="nonzero"
|
|
56
|
+
>
|
|
57
|
+
<path
|
|
58
|
+
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"
|
|
59
|
+
/>
|
|
60
|
+
<path
|
|
61
|
+
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"
|
|
62
|
+
/>
|
|
63
|
+
<path
|
|
64
|
+
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"
|
|
65
|
+
/>
|
|
66
|
+
<path
|
|
67
|
+
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"
|
|
68
|
+
/>
|
|
69
|
+
<path
|
|
70
|
+
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"
|
|
71
|
+
/>
|
|
72
|
+
<path
|
|
73
|
+
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"
|
|
74
|
+
/>
|
|
75
|
+
<path
|
|
76
|
+
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"
|
|
77
|
+
/>
|
|
78
|
+
<polygon
|
|
79
|
+
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"
|
|
80
|
+
/>
|
|
81
|
+
<polygon
|
|
82
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
83
|
+
/>
|
|
84
|
+
<path
|
|
85
|
+
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"
|
|
86
|
+
/>
|
|
87
|
+
</g>
|
|
88
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
89
|
+
<path
|
|
90
|
+
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"
|
|
91
|
+
fill="#0066CC"
|
|
92
|
+
/>
|
|
93
|
+
<path
|
|
94
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
95
|
+
fill="url(#linearGradient-tabs-tables-and-tabs-example-masthead)"
|
|
96
|
+
/>
|
|
97
|
+
<path
|
|
98
|
+
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"
|
|
99
|
+
fill="url(#linearGradient-tabs-tables-and-tabs-example-masthead)"
|
|
100
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
101
|
+
/>
|
|
102
|
+
</g>
|
|
99
103
|
</g>
|
|
100
|
-
</
|
|
101
|
-
</
|
|
102
|
-
</
|
|
104
|
+
</svg>
|
|
105
|
+
</a>
|
|
106
|
+
</div>
|
|
103
107
|
</div>
|
|
104
108
|
<div class="pf-v6-c-masthead__content">
|
|
105
109
|
<div
|
|
@@ -253,7 +257,7 @@ section: components
|
|
|
253
257
|
</nav>
|
|
254
258
|
</div>
|
|
255
259
|
</section>
|
|
256
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
260
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
257
261
|
<div class="pf-v6-c-page__main-body">
|
|
258
262
|
<div class="pf-v6-c-content">
|
|
259
263
|
<h1>Main title</h1>
|
|
@@ -341,7 +345,7 @@ section: components
|
|
|
341
345
|
</div>
|
|
342
346
|
</section>
|
|
343
347
|
|
|
344
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
348
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
345
349
|
<div class="pf-v6-c-page__main-body">
|
|
346
350
|
<section
|
|
347
351
|
class="pf-v6-c-tab-content"
|
|
@@ -580,90 +584,94 @@ section: components
|
|
|
580
584
|
</a>
|
|
581
585
|
</div>
|
|
582
586
|
<header class="pf-v6-c-masthead" id="tabs-tables-and-tabs-example-masthead">
|
|
583
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
584
|
-
<button
|
|
585
|
-
class="pf-v6-c-button pf-m-plain"
|
|
586
|
-
type="button"
|
|
587
|
-
aria-label="Global navigation"
|
|
588
|
-
>
|
|
589
|
-
<span class="pf-v6-c-button__icon">
|
|
590
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
591
|
-
</span>
|
|
592
|
-
</button>
|
|
593
|
-
</span>
|
|
594
587
|
<div class="pf-v6-c-masthead__main">
|
|
595
|
-
<
|
|
596
|
-
<
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
588
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
589
|
+
<button
|
|
590
|
+
class="pf-v6-c-button pf-m-plain"
|
|
591
|
+
type="button"
|
|
592
|
+
aria-label="Global navigation"
|
|
593
|
+
>
|
|
594
|
+
<span class="pf-v6-c-button__icon">
|
|
595
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
596
|
+
</span>
|
|
597
|
+
</button>
|
|
598
|
+
</span>
|
|
599
|
+
<div class="pf-v6-c-masthead__brand">
|
|
600
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
601
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
602
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
603
|
+
<defs>
|
|
604
|
+
<linearGradient
|
|
605
|
+
x1="68%"
|
|
606
|
+
y1="2.25860997e-13%"
|
|
607
|
+
x2="32%"
|
|
608
|
+
y2="100%"
|
|
609
|
+
id="linearGradient-tabs-tables-and-tabs-example-masthead"
|
|
610
|
+
>
|
|
611
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
612
|
+
<stop
|
|
613
|
+
stop-color="#73BCF7"
|
|
614
|
+
stop-opacity="0.502212631"
|
|
615
|
+
offset="100%"
|
|
616
|
+
/>
|
|
617
|
+
</linearGradient>
|
|
618
|
+
</defs>
|
|
619
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
620
|
+
<g
|
|
621
|
+
transform="translate(206.000000, 45.750000)"
|
|
622
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
623
|
+
fill-rule="nonzero"
|
|
624
|
+
>
|
|
625
|
+
<path
|
|
626
|
+
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"
|
|
627
|
+
/>
|
|
628
|
+
<path
|
|
629
|
+
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"
|
|
630
|
+
/>
|
|
631
|
+
<path
|
|
632
|
+
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"
|
|
633
|
+
/>
|
|
634
|
+
<path
|
|
635
|
+
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"
|
|
636
|
+
/>
|
|
637
|
+
<path
|
|
638
|
+
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"
|
|
639
|
+
/>
|
|
640
|
+
<path
|
|
641
|
+
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"
|
|
642
|
+
/>
|
|
643
|
+
<path
|
|
644
|
+
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"
|
|
645
|
+
/>
|
|
646
|
+
<polygon
|
|
647
|
+
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"
|
|
648
|
+
/>
|
|
649
|
+
<polygon
|
|
650
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
651
|
+
/>
|
|
652
|
+
<path
|
|
653
|
+
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"
|
|
654
|
+
/>
|
|
655
|
+
</g>
|
|
656
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
657
|
+
<path
|
|
658
|
+
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"
|
|
659
|
+
fill="#0066CC"
|
|
660
|
+
/>
|
|
661
|
+
<path
|
|
662
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
663
|
+
fill="url(#linearGradient-tabs-tables-and-tabs-example-masthead)"
|
|
664
|
+
/>
|
|
665
|
+
<path
|
|
666
|
+
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"
|
|
667
|
+
fill="url(#linearGradient-tabs-tables-and-tabs-example-masthead)"
|
|
668
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
669
|
+
/>
|
|
670
|
+
</g>
|
|
663
671
|
</g>
|
|
664
|
-
</
|
|
665
|
-
</
|
|
666
|
-
</
|
|
672
|
+
</svg>
|
|
673
|
+
</a>
|
|
674
|
+
</div>
|
|
667
675
|
</div>
|
|
668
676
|
<div class="pf-v6-c-masthead__content">
|
|
669
677
|
<div
|
|
@@ -817,7 +825,7 @@ section: components
|
|
|
817
825
|
</nav>
|
|
818
826
|
</div>
|
|
819
827
|
</section>
|
|
820
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
828
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
821
829
|
<div class="pf-v6-c-page__main-body">
|
|
822
830
|
<div class="pf-v6-c-content">
|
|
823
831
|
<h1>Main title</h1>
|
|
@@ -903,9 +911,7 @@ section: components
|
|
|
903
911
|
</div>
|
|
904
912
|
</div>
|
|
905
913
|
</section>
|
|
906
|
-
<section
|
|
907
|
-
class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light pf-m-no-padding"
|
|
908
|
-
>
|
|
914
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
909
915
|
<div class="pf-v6-c-page__main-body">
|
|
910
916
|
<div
|
|
911
917
|
class="pf-v6-c-tabs pf-m-secondary pf-m-page-insets"
|
|
@@ -1147,90 +1153,94 @@ section: components
|
|
|
1147
1153
|
</a>
|
|
1148
1154
|
</div>
|
|
1149
1155
|
<header class="pf-v6-c-masthead" id="nested-tabs-example-masthead">
|
|
1150
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
1151
|
-
<button
|
|
1152
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1153
|
-
type="button"
|
|
1154
|
-
aria-label="Global navigation"
|
|
1155
|
-
>
|
|
1156
|
-
<span class="pf-v6-c-button__icon">
|
|
1157
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1158
|
-
</span>
|
|
1159
|
-
</button>
|
|
1160
|
-
</span>
|
|
1161
1156
|
<div class="pf-v6-c-masthead__main">
|
|
1162
|
-
<
|
|
1163
|
-
<
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1157
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
1158
|
+
<button
|
|
1159
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1160
|
+
type="button"
|
|
1161
|
+
aria-label="Global navigation"
|
|
1162
|
+
>
|
|
1163
|
+
<span class="pf-v6-c-button__icon">
|
|
1164
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1165
|
+
</span>
|
|
1166
|
+
</button>
|
|
1167
|
+
</span>
|
|
1168
|
+
<div class="pf-v6-c-masthead__brand">
|
|
1169
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1170
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1171
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1172
|
+
<defs>
|
|
1173
|
+
<linearGradient
|
|
1174
|
+
x1="68%"
|
|
1175
|
+
y1="2.25860997e-13%"
|
|
1176
|
+
x2="32%"
|
|
1177
|
+
y2="100%"
|
|
1178
|
+
id="linearGradient-nested-tabs-example-masthead"
|
|
1179
|
+
>
|
|
1180
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1181
|
+
<stop
|
|
1182
|
+
stop-color="#73BCF7"
|
|
1183
|
+
stop-opacity="0.502212631"
|
|
1184
|
+
offset="100%"
|
|
1185
|
+
/>
|
|
1186
|
+
</linearGradient>
|
|
1187
|
+
</defs>
|
|
1188
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1189
|
+
<g
|
|
1190
|
+
transform="translate(206.000000, 45.750000)"
|
|
1191
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1192
|
+
fill-rule="nonzero"
|
|
1193
|
+
>
|
|
1194
|
+
<path
|
|
1195
|
+
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"
|
|
1196
|
+
/>
|
|
1197
|
+
<path
|
|
1198
|
+
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"
|
|
1199
|
+
/>
|
|
1200
|
+
<path
|
|
1201
|
+
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"
|
|
1202
|
+
/>
|
|
1203
|
+
<path
|
|
1204
|
+
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"
|
|
1205
|
+
/>
|
|
1206
|
+
<path
|
|
1207
|
+
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"
|
|
1208
|
+
/>
|
|
1209
|
+
<path
|
|
1210
|
+
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"
|
|
1211
|
+
/>
|
|
1212
|
+
<path
|
|
1213
|
+
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"
|
|
1214
|
+
/>
|
|
1215
|
+
<polygon
|
|
1216
|
+
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"
|
|
1217
|
+
/>
|
|
1218
|
+
<polygon
|
|
1219
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
1220
|
+
/>
|
|
1221
|
+
<path
|
|
1222
|
+
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"
|
|
1223
|
+
/>
|
|
1224
|
+
</g>
|
|
1225
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1226
|
+
<path
|
|
1227
|
+
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"
|
|
1228
|
+
fill="#0066CC"
|
|
1229
|
+
/>
|
|
1230
|
+
<path
|
|
1231
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1232
|
+
fill="url(#linearGradient-nested-tabs-example-masthead)"
|
|
1233
|
+
/>
|
|
1234
|
+
<path
|
|
1235
|
+
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"
|
|
1236
|
+
fill="url(#linearGradient-nested-tabs-example-masthead)"
|
|
1237
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1238
|
+
/>
|
|
1239
|
+
</g>
|
|
1230
1240
|
</g>
|
|
1231
|
-
</
|
|
1232
|
-
</
|
|
1233
|
-
</
|
|
1241
|
+
</svg>
|
|
1242
|
+
</a>
|
|
1243
|
+
</div>
|
|
1234
1244
|
</div>
|
|
1235
1245
|
<div class="pf-v6-c-masthead__content">
|
|
1236
1246
|
<div
|
|
@@ -1384,7 +1394,7 @@ section: components
|
|
|
1384
1394
|
</nav>
|
|
1385
1395
|
</div>
|
|
1386
1396
|
</section>
|
|
1387
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
1397
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1388
1398
|
<div class="pf-v6-c-page__main-body">
|
|
1389
1399
|
<div class="pf-v6-c-content">
|
|
1390
1400
|
<h1>Main title</h1>
|
|
@@ -1631,90 +1641,94 @@ section: components
|
|
|
1631
1641
|
</a>
|
|
1632
1642
|
</div>
|
|
1633
1643
|
<header class="pf-v6-c-masthead" id="table-tabs-example-masthead">
|
|
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
1644
|
<div class="pf-v6-c-masthead__main">
|
|
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
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1645
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
1646
|
+
<button
|
|
1647
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1648
|
+
type="button"
|
|
1649
|
+
aria-label="Global navigation"
|
|
1650
|
+
>
|
|
1651
|
+
<span class="pf-v6-c-button__icon">
|
|
1652
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1653
|
+
</span>
|
|
1654
|
+
</button>
|
|
1655
|
+
</span>
|
|
1656
|
+
<div class="pf-v6-c-masthead__brand">
|
|
1657
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1658
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1659
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1660
|
+
<defs>
|
|
1661
|
+
<linearGradient
|
|
1662
|
+
x1="68%"
|
|
1663
|
+
y1="2.25860997e-13%"
|
|
1664
|
+
x2="32%"
|
|
1665
|
+
y2="100%"
|
|
1666
|
+
id="linearGradient-table-tabs-example-masthead"
|
|
1667
|
+
>
|
|
1668
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1669
|
+
<stop
|
|
1670
|
+
stop-color="#73BCF7"
|
|
1671
|
+
stop-opacity="0.502212631"
|
|
1672
|
+
offset="100%"
|
|
1673
|
+
/>
|
|
1674
|
+
</linearGradient>
|
|
1675
|
+
</defs>
|
|
1676
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1677
|
+
<g
|
|
1678
|
+
transform="translate(206.000000, 45.750000)"
|
|
1679
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1680
|
+
fill-rule="nonzero"
|
|
1681
|
+
>
|
|
1682
|
+
<path
|
|
1683
|
+
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"
|
|
1684
|
+
/>
|
|
1685
|
+
<path
|
|
1686
|
+
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"
|
|
1687
|
+
/>
|
|
1688
|
+
<path
|
|
1689
|
+
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"
|
|
1690
|
+
/>
|
|
1691
|
+
<path
|
|
1692
|
+
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"
|
|
1693
|
+
/>
|
|
1694
|
+
<path
|
|
1695
|
+
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"
|
|
1696
|
+
/>
|
|
1697
|
+
<path
|
|
1698
|
+
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"
|
|
1699
|
+
/>
|
|
1700
|
+
<path
|
|
1701
|
+
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"
|
|
1702
|
+
/>
|
|
1703
|
+
<polygon
|
|
1704
|
+
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"
|
|
1705
|
+
/>
|
|
1706
|
+
<polygon
|
|
1707
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
1708
|
+
/>
|
|
1709
|
+
<path
|
|
1710
|
+
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"
|
|
1711
|
+
/>
|
|
1712
|
+
</g>
|
|
1713
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1714
|
+
<path
|
|
1715
|
+
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"
|
|
1716
|
+
fill="#0066CC"
|
|
1717
|
+
/>
|
|
1718
|
+
<path
|
|
1719
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1720
|
+
fill="url(#linearGradient-table-tabs-example-masthead)"
|
|
1721
|
+
/>
|
|
1722
|
+
<path
|
|
1723
|
+
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"
|
|
1724
|
+
fill="url(#linearGradient-table-tabs-example-masthead)"
|
|
1725
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1726
|
+
/>
|
|
1727
|
+
</g>
|
|
1714
1728
|
</g>
|
|
1715
|
-
</
|
|
1716
|
-
</
|
|
1717
|
-
</
|
|
1729
|
+
</svg>
|
|
1730
|
+
</a>
|
|
1731
|
+
</div>
|
|
1718
1732
|
</div>
|
|
1719
1733
|
<div class="pf-v6-c-masthead__content">
|
|
1720
1734
|
<div
|
|
@@ -1868,7 +1882,7 @@ section: components
|
|
|
1868
1882
|
</nav>
|
|
1869
1883
|
</div>
|
|
1870
1884
|
</section>
|
|
1871
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
1885
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1872
1886
|
<div class="pf-v6-c-page__main-body">
|
|
1873
1887
|
<div class="pf-v6-c-content">
|
|
1874
1888
|
<h1>Main title</h1>
|
|
@@ -1876,7 +1890,7 @@ section: components
|
|
|
1876
1890
|
</div>
|
|
1877
1891
|
</div>
|
|
1878
1892
|
</section>
|
|
1879
|
-
<section class="pf-v6-c-page__main-section
|
|
1893
|
+
<section class="pf-v6-c-page__main-section">
|
|
1880
1894
|
<div class="pf-v6-c-page__main-body">
|
|
1881
1895
|
<div class="pf-v6-c-toolbar" id="table-tabs-example-tabs-toolbar">
|
|
1882
1896
|
<div class="pf-v6-c-toolbar__content">
|
|
@@ -2884,90 +2898,94 @@ section: components
|
|
|
2884
2898
|
</a>
|
|
2885
2899
|
</div>
|
|
2886
2900
|
<header class="pf-v6-c-masthead" id="modal-tabs-example-masthead">
|
|
2887
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
2888
|
-
<button
|
|
2889
|
-
class="pf-v6-c-button pf-m-plain"
|
|
2890
|
-
type="button"
|
|
2891
|
-
aria-label="Global navigation"
|
|
2892
|
-
>
|
|
2893
|
-
<span class="pf-v6-c-button__icon">
|
|
2894
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
2895
|
-
</span>
|
|
2896
|
-
</button>
|
|
2897
|
-
</span>
|
|
2898
2901
|
<div class="pf-v6-c-masthead__main">
|
|
2899
|
-
<
|
|
2900
|
-
<
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2902
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
2903
|
+
<button
|
|
2904
|
+
class="pf-v6-c-button pf-m-plain"
|
|
2905
|
+
type="button"
|
|
2906
|
+
aria-label="Global navigation"
|
|
2907
|
+
>
|
|
2908
|
+
<span class="pf-v6-c-button__icon">
|
|
2909
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
2910
|
+
</span>
|
|
2911
|
+
</button>
|
|
2912
|
+
</span>
|
|
2913
|
+
<div class="pf-v6-c-masthead__brand">
|
|
2914
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
2915
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
2916
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
2917
|
+
<defs>
|
|
2918
|
+
<linearGradient
|
|
2919
|
+
x1="68%"
|
|
2920
|
+
y1="2.25860997e-13%"
|
|
2921
|
+
x2="32%"
|
|
2922
|
+
y2="100%"
|
|
2923
|
+
id="linearGradient-modal-tabs-example-masthead"
|
|
2924
|
+
>
|
|
2925
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
2926
|
+
<stop
|
|
2927
|
+
stop-color="#73BCF7"
|
|
2928
|
+
stop-opacity="0.502212631"
|
|
2929
|
+
offset="100%"
|
|
2930
|
+
/>
|
|
2931
|
+
</linearGradient>
|
|
2932
|
+
</defs>
|
|
2933
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
2934
|
+
<g
|
|
2935
|
+
transform="translate(206.000000, 45.750000)"
|
|
2936
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
2937
|
+
fill-rule="nonzero"
|
|
2938
|
+
>
|
|
2939
|
+
<path
|
|
2940
|
+
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"
|
|
2941
|
+
/>
|
|
2942
|
+
<path
|
|
2943
|
+
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"
|
|
2944
|
+
/>
|
|
2945
|
+
<path
|
|
2946
|
+
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"
|
|
2947
|
+
/>
|
|
2948
|
+
<path
|
|
2949
|
+
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"
|
|
2950
|
+
/>
|
|
2951
|
+
<path
|
|
2952
|
+
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"
|
|
2953
|
+
/>
|
|
2954
|
+
<path
|
|
2955
|
+
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"
|
|
2956
|
+
/>
|
|
2957
|
+
<path
|
|
2958
|
+
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"
|
|
2959
|
+
/>
|
|
2960
|
+
<polygon
|
|
2961
|
+
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"
|
|
2962
|
+
/>
|
|
2963
|
+
<polygon
|
|
2964
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
2965
|
+
/>
|
|
2966
|
+
<path
|
|
2967
|
+
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"
|
|
2968
|
+
/>
|
|
2969
|
+
</g>
|
|
2970
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
2971
|
+
<path
|
|
2972
|
+
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"
|
|
2973
|
+
fill="#0066CC"
|
|
2974
|
+
/>
|
|
2975
|
+
<path
|
|
2976
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
2977
|
+
fill="url(#linearGradient-modal-tabs-example-masthead)"
|
|
2978
|
+
/>
|
|
2979
|
+
<path
|
|
2980
|
+
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"
|
|
2981
|
+
fill="url(#linearGradient-modal-tabs-example-masthead)"
|
|
2982
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
2983
|
+
/>
|
|
2984
|
+
</g>
|
|
2967
2985
|
</g>
|
|
2968
|
-
</
|
|
2969
|
-
</
|
|
2970
|
-
</
|
|
2986
|
+
</svg>
|
|
2987
|
+
</a>
|
|
2988
|
+
</div>
|
|
2971
2989
|
</div>
|
|
2972
2990
|
<div class="pf-v6-c-masthead__content">
|
|
2973
2991
|
<div
|
|
@@ -3121,7 +3139,7 @@ section: components
|
|
|
3121
3139
|
</nav>
|
|
3122
3140
|
</div>
|
|
3123
3141
|
</section>
|
|
3124
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
3142
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
3125
3143
|
<div class="pf-v6-c-page__main-body">
|
|
3126
3144
|
<div class="pf-v6-c-content">
|
|
3127
3145
|
<h1>Main title</h1>
|
|
@@ -3187,90 +3205,94 @@ section: components
|
|
|
3187
3205
|
</a>
|
|
3188
3206
|
</div>
|
|
3189
3207
|
<header class="pf-v6-c-masthead" id="gray-tabs-example-masthead">
|
|
3190
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
3191
|
-
<button
|
|
3192
|
-
class="pf-v6-c-button pf-m-plain"
|
|
3193
|
-
type="button"
|
|
3194
|
-
aria-label="Global navigation"
|
|
3195
|
-
>
|
|
3196
|
-
<span class="pf-v6-c-button__icon">
|
|
3197
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
3198
|
-
</span>
|
|
3199
|
-
</button>
|
|
3200
|
-
</span>
|
|
3201
3208
|
<div class="pf-v6-c-masthead__main">
|
|
3202
|
-
<
|
|
3203
|
-
<
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3209
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
3210
|
+
<button
|
|
3211
|
+
class="pf-v6-c-button pf-m-plain"
|
|
3212
|
+
type="button"
|
|
3213
|
+
aria-label="Global navigation"
|
|
3214
|
+
>
|
|
3215
|
+
<span class="pf-v6-c-button__icon">
|
|
3216
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
3217
|
+
</span>
|
|
3218
|
+
</button>
|
|
3219
|
+
</span>
|
|
3220
|
+
<div class="pf-v6-c-masthead__brand">
|
|
3221
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
3222
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
3223
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
3224
|
+
<defs>
|
|
3225
|
+
<linearGradient
|
|
3226
|
+
x1="68%"
|
|
3227
|
+
y1="2.25860997e-13%"
|
|
3228
|
+
x2="32%"
|
|
3229
|
+
y2="100%"
|
|
3230
|
+
id="linearGradient-gray-tabs-example-masthead"
|
|
3231
|
+
>
|
|
3232
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
3233
|
+
<stop
|
|
3234
|
+
stop-color="#73BCF7"
|
|
3235
|
+
stop-opacity="0.502212631"
|
|
3236
|
+
offset="100%"
|
|
3237
|
+
/>
|
|
3238
|
+
</linearGradient>
|
|
3239
|
+
</defs>
|
|
3240
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
3241
|
+
<g
|
|
3242
|
+
transform="translate(206.000000, 45.750000)"
|
|
3243
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
3244
|
+
fill-rule="nonzero"
|
|
3245
|
+
>
|
|
3246
|
+
<path
|
|
3247
|
+
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"
|
|
3248
|
+
/>
|
|
3249
|
+
<path
|
|
3250
|
+
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"
|
|
3251
|
+
/>
|
|
3252
|
+
<path
|
|
3253
|
+
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"
|
|
3254
|
+
/>
|
|
3255
|
+
<path
|
|
3256
|
+
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"
|
|
3257
|
+
/>
|
|
3258
|
+
<path
|
|
3259
|
+
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"
|
|
3260
|
+
/>
|
|
3261
|
+
<path
|
|
3262
|
+
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"
|
|
3263
|
+
/>
|
|
3264
|
+
<path
|
|
3265
|
+
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"
|
|
3266
|
+
/>
|
|
3267
|
+
<polygon
|
|
3268
|
+
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"
|
|
3269
|
+
/>
|
|
3270
|
+
<polygon
|
|
3271
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
3272
|
+
/>
|
|
3273
|
+
<path
|
|
3274
|
+
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"
|
|
3275
|
+
/>
|
|
3276
|
+
</g>
|
|
3277
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
3278
|
+
<path
|
|
3279
|
+
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"
|
|
3280
|
+
fill="#0066CC"
|
|
3281
|
+
/>
|
|
3282
|
+
<path
|
|
3283
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
3284
|
+
fill="url(#linearGradient-gray-tabs-example-masthead)"
|
|
3285
|
+
/>
|
|
3286
|
+
<path
|
|
3287
|
+
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"
|
|
3288
|
+
fill="url(#linearGradient-gray-tabs-example-masthead)"
|
|
3289
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
3290
|
+
/>
|
|
3291
|
+
</g>
|
|
3270
3292
|
</g>
|
|
3271
|
-
</
|
|
3272
|
-
</
|
|
3273
|
-
</
|
|
3293
|
+
</svg>
|
|
3294
|
+
</a>
|
|
3295
|
+
</div>
|
|
3274
3296
|
</div>
|
|
3275
3297
|
<div class="pf-v6-c-masthead__content">
|
|
3276
3298
|
<div
|
|
@@ -3424,7 +3446,7 @@ section: components
|
|
|
3424
3446
|
</nav>
|
|
3425
3447
|
</div>
|
|
3426
3448
|
</section>
|
|
3427
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
3449
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
3428
3450
|
<div class="pf-v6-c-page__main-body">
|
|
3429
3451
|
<div class="pf-v6-c-content">
|
|
3430
3452
|
<h1>Main title</h1>
|
|
@@ -3488,7 +3510,7 @@ section: components
|
|
|
3488
3510
|
</div>
|
|
3489
3511
|
</div>
|
|
3490
3512
|
</section>
|
|
3491
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
3513
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
3492
3514
|
<div class="pf-v6-c-page__main-body">
|
|
3493
3515
|
<section
|
|
3494
3516
|
class="pf-v6-c-tab-content"
|