@patternfly/patternfly 6.0.0-alpha.126 → 6.0.0-alpha.127
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/AboutModalBox/about-modal-box.css +1 -1
- package/components/AboutModalBox/about-modal-box.scss +1 -1
- package/components/_index.css +1 -1
- package/docs/components/Brand/examples/Brand.md +2 -2
- package/docs/components/Masthead/examples/masthead.md +6 -6
- package/docs/demos/AboutModal/examples/AboutModal.md +1 -1
- package/docs/demos/Alert/examples/Alert.md +3 -3
- package/docs/demos/BackToTop/examples/BackToTop.md +1 -1
- package/docs/demos/Banner/examples/Banner.md +2 -2
- package/docs/demos/CardView/examples/CardView.md +1 -1
- package/docs/demos/ContextSelector/examples/ContextSelector.md +4 -4
- package/docs/demos/Dashboard/examples/Dashboard.md +1 -1
- package/docs/demos/DataList/examples/DataList.md +4 -4
- package/docs/demos/DescriptionList/examples/DescriptionList.md +3 -3
- package/docs/demos/Drawer/examples/Drawer.md +5 -5
- package/docs/demos/JumpLinks/examples/JumpLinks.md +6 -6
- package/docs/demos/Masthead/examples/Masthead.md +9 -9
- package/docs/demos/Modal/examples/Modal.md +6 -6
- package/docs/demos/Nav/examples/Nav.md +6 -6
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/demos/Page/examples/Page.md +9 -9
- package/docs/demos/Page/examples/Penta.md +1 -1
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +7 -7
- package/docs/demos/Skeleton/examples/Skeleton.md +1 -1
- package/docs/demos/Table/examples/Table.md +15 -15
- package/docs/demos/Tabs/examples/Tabs.md +6 -6
- package/docs/demos/Toolbar/examples/Toolbar.md +2 -2
- package/docs/demos/Wizard/examples/Wizard.md +9 -9
- package/package.json +1 -1
- package/patternfly-no-globals.css +1 -1
- package/patternfly.css +1 -1
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
--pf-v6-c-about-modal-box__close--sm--PaddingBlockEnd: var(--pf-t--global--spacer--3xl);
|
|
27
27
|
--pf-v6-c-about-modal-box__close--lg--PaddingInlineEnd: var(--pf-t--global--spacer--3xl);
|
|
28
28
|
--pf-v6-c-about-modal-box__close--c-button--FontSize: var(--pf-t--global--icon--size--lg);
|
|
29
|
-
--pf-v6-c-about-modal-box__brand-image--Height: 2.
|
|
29
|
+
--pf-v6-c-about-modal-box__brand-image--Height: 2.3125rem;
|
|
30
30
|
--pf-v6-c-about-modal-box__header--PaddingInlineEnd: var(--pf-t--global--spacer--xl);
|
|
31
31
|
--pf-v6-c-about-modal-box__header--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
32
32
|
--pf-v6-c-about-modal-box__header--PaddingInlineStart: var(--pf-t--global--spacer--xl);
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
--#{$about-modal-box}__close--c-button--FontSize: var(--pf-t--global--icon--size--lg);
|
|
57
57
|
|
|
58
58
|
// Brand img
|
|
59
|
-
--#{$about-modal-box}__brand-image--Height: #{pf-size-prem(
|
|
59
|
+
--#{$about-modal-box}__brand-image--Height: #{pf-size-prem(37px)};
|
|
60
60
|
|
|
61
61
|
// Header
|
|
62
62
|
--#{$about-modal-box}__header--PaddingInlineEnd: var(--pf-t--global--spacer--xl);
|
package/components/_index.css
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
--pf-v6-c-about-modal-box__close--sm--PaddingBlockEnd: var(--pf-t--global--spacer--3xl);
|
|
28
28
|
--pf-v6-c-about-modal-box__close--lg--PaddingInlineEnd: var(--pf-t--global--spacer--3xl);
|
|
29
29
|
--pf-v6-c-about-modal-box__close--c-button--FontSize: var(--pf-t--global--icon--size--lg);
|
|
30
|
-
--pf-v6-c-about-modal-box__brand-image--Height: 2.
|
|
30
|
+
--pf-v6-c-about-modal-box__brand-image--Height: 2.3125rem;
|
|
31
31
|
--pf-v6-c-about-modal-box__header--PaddingInlineEnd: var(--pf-t--global--spacer--xl);
|
|
32
32
|
--pf-v6-c-about-modal-box__header--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
33
33
|
--pf-v6-c-about-modal-box__header--PaddingInlineStart: var(--pf-t--global--spacer--xl);
|
|
@@ -32,7 +32,7 @@ section: components
|
|
|
32
32
|
<div class="show-light">
|
|
33
33
|
<picture
|
|
34
34
|
class="pf-v6-c-brand pf-m-picture"
|
|
35
|
-
style="--pf-v6-c-brand--Width:
|
|
35
|
+
style="--pf-v6-c-brand--Width: 37px; --pf-v6-c-brand--Width-on-md: 220px;"
|
|
36
36
|
>
|
|
37
37
|
<source
|
|
38
38
|
media="(min-width: 768px)"
|
|
@@ -49,7 +49,7 @@ section: components
|
|
|
49
49
|
<div class="show-dark">
|
|
50
50
|
<picture
|
|
51
51
|
class="pf-v6-c-brand pf-m-picture"
|
|
52
|
-
style="--pf-v6-c-brand--Width:
|
|
52
|
+
style="--pf-v6-c-brand--Width: 37px; --pf-v6-c-brand--Width-on-md: 220px;"
|
|
53
53
|
>
|
|
54
54
|
<source
|
|
55
55
|
media="(min-width: 768px)"
|
|
@@ -19,7 +19,7 @@ cssPrefix: pf-v6-c-masthead
|
|
|
19
19
|
</span>
|
|
20
20
|
<div class="pf-v6-c-masthead__main">
|
|
21
21
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
22
|
-
<svg height="
|
|
22
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
23
23
|
<title>PF-HorizontalLogo-Color</title>
|
|
24
24
|
<defs>
|
|
25
25
|
<linearGradient
|
|
@@ -113,7 +113,7 @@ cssPrefix: pf-v6-c-masthead
|
|
|
113
113
|
</span>
|
|
114
114
|
<div class="pf-v6-c-masthead__main">
|
|
115
115
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
116
|
-
<svg height="
|
|
116
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
117
117
|
<title>PF-HorizontalLogo-Color</title>
|
|
118
118
|
<defs>
|
|
119
119
|
<linearGradient
|
|
@@ -212,7 +212,7 @@ cssPrefix: pf-v6-c-masthead
|
|
|
212
212
|
</span>
|
|
213
213
|
<div class="pf-v6-c-masthead__main">
|
|
214
214
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
215
|
-
<svg height="
|
|
215
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
216
216
|
<title>PF-HorizontalLogo-Color</title>
|
|
217
217
|
<defs>
|
|
218
218
|
<linearGradient
|
|
@@ -306,7 +306,7 @@ cssPrefix: pf-v6-c-masthead
|
|
|
306
306
|
</span>
|
|
307
307
|
<div class="pf-v6-c-masthead__main">
|
|
308
308
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
309
|
-
<svg height="
|
|
309
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
310
310
|
<title>PF-HorizontalLogo-Color</title>
|
|
311
311
|
<defs>
|
|
312
312
|
<linearGradient
|
|
@@ -403,7 +403,7 @@ cssPrefix: pf-v6-c-masthead
|
|
|
403
403
|
</span>
|
|
404
404
|
<div class="pf-v6-c-masthead__main">
|
|
405
405
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
406
|
-
<svg height="
|
|
406
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
407
407
|
<title>PF-HorizontalLogo-Color</title>
|
|
408
408
|
<defs>
|
|
409
409
|
<linearGradient
|
|
@@ -497,7 +497,7 @@ cssPrefix: pf-v6-c-masthead
|
|
|
497
497
|
</span>
|
|
498
498
|
<div class="pf-v6-c-masthead__main">
|
|
499
499
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
500
|
-
<svg height="
|
|
500
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
501
501
|
<title>PF-HorizontalLogo-Color</title>
|
|
502
502
|
<defs>
|
|
503
503
|
<linearGradient
|
|
@@ -27,7 +27,7 @@ This demo implements the about modal, including the backdrop.
|
|
|
27
27
|
</span>
|
|
28
28
|
<div class="pf-v6-c-masthead__main">
|
|
29
29
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
30
|
-
<svg height="
|
|
30
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
31
31
|
<title>PF-HorizontalLogo-Color</title>
|
|
32
32
|
<defs>
|
|
33
33
|
<linearGradient
|
|
@@ -25,7 +25,7 @@ section: components
|
|
|
25
25
|
</span>
|
|
26
26
|
<div class="pf-v6-c-masthead__main">
|
|
27
27
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
28
|
-
<svg height="
|
|
28
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
29
29
|
<title>PF-HorizontalLogo-Color</title>
|
|
30
30
|
<defs>
|
|
31
31
|
<linearGradient
|
|
@@ -411,7 +411,7 @@ section: components
|
|
|
411
411
|
</span>
|
|
412
412
|
<div class="pf-v6-c-masthead__main">
|
|
413
413
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
414
|
-
<svg height="
|
|
414
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
415
415
|
<title>PF-HorizontalLogo-Color</title>
|
|
416
416
|
<defs>
|
|
417
417
|
<linearGradient
|
|
@@ -893,7 +893,7 @@ section: components
|
|
|
893
893
|
</span>
|
|
894
894
|
<div class="pf-v6-c-masthead__main">
|
|
895
895
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
896
|
-
<svg height="
|
|
896
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
897
897
|
<title>PF-HorizontalLogo-Color</title>
|
|
898
898
|
<defs>
|
|
899
899
|
<linearGradient
|
|
@@ -26,7 +26,7 @@ cssPrefix: pf-d-back-to-top
|
|
|
26
26
|
</span>
|
|
27
27
|
<div class="pf-v6-c-masthead__main">
|
|
28
28
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
29
|
-
<svg height="
|
|
29
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
30
30
|
<title>PF-HorizontalLogo-Color</title>
|
|
31
31
|
<defs>
|
|
32
32
|
<linearGradient
|
|
@@ -27,7 +27,7 @@ wrapperTag: div
|
|
|
27
27
|
</span>
|
|
28
28
|
<div class="pf-v6-c-masthead__main">
|
|
29
29
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
30
|
-
<svg height="
|
|
30
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
31
31
|
<title>PF-HorizontalLogo-Color</title>
|
|
32
32
|
<defs>
|
|
33
33
|
<linearGradient
|
|
@@ -500,7 +500,7 @@ wrapperTag: div
|
|
|
500
500
|
</span>
|
|
501
501
|
<div class="pf-v6-c-masthead__main">
|
|
502
502
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
503
|
-
<svg height="
|
|
503
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
504
504
|
<title>PF-HorizontalLogo-Color</title>
|
|
505
505
|
<defs>
|
|
506
506
|
<linearGradient
|
|
@@ -25,7 +25,7 @@ section: patterns
|
|
|
25
25
|
</span>
|
|
26
26
|
<div class="pf-v6-c-masthead__main">
|
|
27
27
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
28
|
-
<svg height="
|
|
28
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
29
29
|
<title>PF-HorizontalLogo-Color</title>
|
|
30
30
|
<defs>
|
|
31
31
|
<linearGradient
|
|
@@ -27,7 +27,7 @@ deprecated: true
|
|
|
27
27
|
</span>
|
|
28
28
|
<div class="pf-v6-c-masthead__main">
|
|
29
29
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
30
|
-
<svg height="
|
|
30
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
31
31
|
<title>PF-HorizontalLogo-Color</title>
|
|
32
32
|
<defs>
|
|
33
33
|
<linearGradient
|
|
@@ -273,7 +273,7 @@ deprecated: true
|
|
|
273
273
|
</span>
|
|
274
274
|
<div class="pf-v6-c-masthead__main">
|
|
275
275
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
276
|
-
<svg height="
|
|
276
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
277
277
|
<title>PF-HorizontalLogo-Color</title>
|
|
278
278
|
<defs>
|
|
279
279
|
<linearGradient
|
|
@@ -733,7 +733,7 @@ deprecated: true
|
|
|
733
733
|
</span>
|
|
734
734
|
<div class="pf-v6-c-masthead__main">
|
|
735
735
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
736
|
-
<svg height="
|
|
736
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
737
737
|
<title>PF-HorizontalLogo-Color</title>
|
|
738
738
|
<defs>
|
|
739
739
|
<linearGradient
|
|
@@ -1195,7 +1195,7 @@ deprecated: true
|
|
|
1195
1195
|
</span>
|
|
1196
1196
|
<div class="pf-v6-c-masthead__main">
|
|
1197
1197
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1198
|
-
<svg height="
|
|
1198
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1199
1199
|
<title>PF-HorizontalLogo-Color</title>
|
|
1200
1200
|
<defs>
|
|
1201
1201
|
<linearGradient
|
|
@@ -26,7 +26,7 @@ cssPrefix: pf-d-dashboard
|
|
|
26
26
|
</span>
|
|
27
27
|
<div class="pf-v6-c-masthead__main">
|
|
28
28
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
29
|
-
<svg height="
|
|
29
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
30
30
|
<title>PF-HorizontalLogo-Color</title>
|
|
31
31
|
<defs>
|
|
32
32
|
<linearGradient
|
|
@@ -26,7 +26,7 @@ wrapperTag: div
|
|
|
26
26
|
</span>
|
|
27
27
|
<div class="pf-v6-c-masthead__main">
|
|
28
28
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
29
|
-
<svg height="
|
|
29
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
30
30
|
<title>PF-HorizontalLogo-Color</title>
|
|
31
31
|
<defs>
|
|
32
32
|
<linearGradient
|
|
@@ -925,7 +925,7 @@ wrapperTag: div
|
|
|
925
925
|
</span>
|
|
926
926
|
<div class="pf-v6-c-masthead__main">
|
|
927
927
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
928
|
-
<svg height="
|
|
928
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
929
929
|
<title>PF-HorizontalLogo-Color</title>
|
|
930
930
|
<defs>
|
|
931
931
|
<linearGradient
|
|
@@ -1834,7 +1834,7 @@ wrapperTag: div
|
|
|
1834
1834
|
</span>
|
|
1835
1835
|
<div class="pf-v6-c-masthead__main">
|
|
1836
1836
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1837
|
-
<svg height="
|
|
1837
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1838
1838
|
<title>PF-HorizontalLogo-Color</title>
|
|
1839
1839
|
<defs>
|
|
1840
1840
|
<linearGradient
|
|
@@ -3417,7 +3417,7 @@ wrapperTag: div
|
|
|
3417
3417
|
</span>
|
|
3418
3418
|
<div class="pf-v6-c-masthead__main">
|
|
3419
3419
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
3420
|
-
<svg height="
|
|
3420
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
3421
3421
|
<title>PF-HorizontalLogo-Color</title>
|
|
3422
3422
|
<defs>
|
|
3423
3423
|
<linearGradient
|
|
@@ -26,7 +26,7 @@ cssPrefix: pf-d-description-list
|
|
|
26
26
|
</span>
|
|
27
27
|
<div class="pf-v6-c-masthead__main">
|
|
28
28
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
29
|
-
<svg height="
|
|
29
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
30
30
|
<title>PF-HorizontalLogo-Color</title>
|
|
31
31
|
<defs>
|
|
32
32
|
<linearGradient
|
|
@@ -406,7 +406,7 @@ cssPrefix: pf-d-description-list
|
|
|
406
406
|
</span>
|
|
407
407
|
<div class="pf-v6-c-masthead__main">
|
|
408
408
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
409
|
-
<svg height="
|
|
409
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
410
410
|
<title>PF-HorizontalLogo-Color</title>
|
|
411
411
|
<defs>
|
|
412
412
|
<linearGradient
|
|
@@ -1101,7 +1101,7 @@ cssPrefix: pf-d-description-list
|
|
|
1101
1101
|
</span>
|
|
1102
1102
|
<div class="pf-v6-c-masthead__main">
|
|
1103
1103
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1104
|
-
<svg height="
|
|
1104
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1105
1105
|
<title>PF-HorizontalLogo-Color</title>
|
|
1106
1106
|
<defs>
|
|
1107
1107
|
<linearGradient
|
|
@@ -26,7 +26,7 @@ wrapperTag: div
|
|
|
26
26
|
</span>
|
|
27
27
|
<div class="pf-v6-c-masthead__main">
|
|
28
28
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
29
|
-
<svg height="
|
|
29
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
30
30
|
<title>PF-HorizontalLogo-Color</title>
|
|
31
31
|
<defs>
|
|
32
32
|
<linearGradient
|
|
@@ -554,7 +554,7 @@ wrapperTag: div
|
|
|
554
554
|
</span>
|
|
555
555
|
<div class="pf-v6-c-masthead__main">
|
|
556
556
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
557
|
-
<svg height="
|
|
557
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
558
558
|
<title>PF-HorizontalLogo-Color</title>
|
|
559
559
|
<defs>
|
|
560
560
|
<linearGradient
|
|
@@ -893,7 +893,7 @@ wrapperTag: div
|
|
|
893
893
|
</span>
|
|
894
894
|
<div class="pf-v6-c-masthead__main">
|
|
895
895
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
896
|
-
<svg height="
|
|
896
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
897
897
|
<title>PF-HorizontalLogo-Color</title>
|
|
898
898
|
<defs>
|
|
899
899
|
<linearGradient
|
|
@@ -1232,7 +1232,7 @@ wrapperTag: div
|
|
|
1232
1232
|
</span>
|
|
1233
1233
|
<div class="pf-v6-c-masthead__main">
|
|
1234
1234
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1235
|
-
<svg height="
|
|
1235
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1236
1236
|
<title>PF-HorizontalLogo-Color</title>
|
|
1237
1237
|
<defs>
|
|
1238
1238
|
<linearGradient
|
|
@@ -1607,7 +1607,7 @@ wrapperTag: div
|
|
|
1607
1607
|
</span>
|
|
1608
1608
|
<div class="pf-v6-c-masthead__main">
|
|
1609
1609
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1610
|
-
<svg height="
|
|
1610
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1611
1611
|
<title>PF-HorizontalLogo-Color</title>
|
|
1612
1612
|
<defs>
|
|
1613
1613
|
<linearGradient
|
|
@@ -28,7 +28,7 @@ section: components
|
|
|
28
28
|
</span>
|
|
29
29
|
<div class="pf-v6-c-masthead__main">
|
|
30
30
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
31
|
-
<svg height="
|
|
31
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
32
32
|
<title>PF-HorizontalLogo-Color</title>
|
|
33
33
|
<defs>
|
|
34
34
|
<linearGradient
|
|
@@ -438,7 +438,7 @@ section: components
|
|
|
438
438
|
</span>
|
|
439
439
|
<div class="pf-v6-c-masthead__main">
|
|
440
440
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
441
|
-
<svg height="
|
|
441
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
442
442
|
<title>PF-HorizontalLogo-Color</title>
|
|
443
443
|
<defs>
|
|
444
444
|
<linearGradient
|
|
@@ -848,7 +848,7 @@ section: components
|
|
|
848
848
|
</span>
|
|
849
849
|
<div class="pf-v6-c-masthead__main">
|
|
850
850
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
851
|
-
<svg height="
|
|
851
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
852
852
|
<title>PF-HorizontalLogo-Color</title>
|
|
853
853
|
<defs>
|
|
854
854
|
<linearGradient
|
|
@@ -1255,7 +1255,7 @@ section: components
|
|
|
1255
1255
|
</span>
|
|
1256
1256
|
<div class="pf-v6-c-masthead__main">
|
|
1257
1257
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1258
|
-
<svg height="
|
|
1258
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1259
1259
|
<title>PF-HorizontalLogo-Color</title>
|
|
1260
1260
|
<defs>
|
|
1261
1261
|
<linearGradient
|
|
@@ -1602,7 +1602,7 @@ section: components
|
|
|
1602
1602
|
</span>
|
|
1603
1603
|
<div class="pf-v6-c-masthead__main">
|
|
1604
1604
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1605
|
-
<svg height="
|
|
1605
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1606
1606
|
<title>PF-HorizontalLogo-Color</title>
|
|
1607
1607
|
<defs>
|
|
1608
1608
|
<linearGradient
|
|
@@ -1977,7 +1977,7 @@ section: components
|
|
|
1977
1977
|
</span>
|
|
1978
1978
|
<div class="pf-v6-c-masthead__main">
|
|
1979
1979
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1980
|
-
<svg height="
|
|
1980
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1981
1981
|
<title>PF-HorizontalLogo-Color</title>
|
|
1982
1982
|
<defs>
|
|
1983
1983
|
<linearGradient
|
|
@@ -26,7 +26,7 @@ wrapperTag: div
|
|
|
26
26
|
</span>
|
|
27
27
|
<div class="pf-v6-c-masthead__main">
|
|
28
28
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
29
|
-
<svg height="
|
|
29
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
30
30
|
<title>PF-HorizontalLogo-Color</title>
|
|
31
31
|
<defs>
|
|
32
32
|
<linearGradient
|
|
@@ -272,7 +272,7 @@ wrapperTag: div
|
|
|
272
272
|
</span>
|
|
273
273
|
<div class="pf-v6-c-masthead__main">
|
|
274
274
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
275
|
-
<svg height="
|
|
275
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
276
276
|
<title>PF-HorizontalLogo-Color</title>
|
|
277
277
|
<defs>
|
|
278
278
|
<linearGradient
|
|
@@ -546,7 +546,7 @@ wrapperTag: div
|
|
|
546
546
|
</span>
|
|
547
547
|
<div class="pf-v6-c-masthead__main">
|
|
548
548
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
549
|
-
<svg height="
|
|
549
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
550
550
|
<title>PF-HorizontalLogo-Color</title>
|
|
551
551
|
<defs>
|
|
552
552
|
<linearGradient
|
|
@@ -856,7 +856,7 @@ wrapperTag: div
|
|
|
856
856
|
</span>
|
|
857
857
|
<div class="pf-v6-c-masthead__main">
|
|
858
858
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
859
|
-
<svg height="
|
|
859
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
860
860
|
<title>PF-HorizontalLogo-Color</title>
|
|
861
861
|
<defs>
|
|
862
862
|
<linearGradient
|
|
@@ -1166,7 +1166,7 @@ wrapperTag: div
|
|
|
1166
1166
|
</span>
|
|
1167
1167
|
<div class="pf-v6-c-masthead__main">
|
|
1168
1168
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1169
|
-
<svg height="
|
|
1169
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1170
1170
|
<title>PF-HorizontalLogo-Color</title>
|
|
1171
1171
|
<defs>
|
|
1172
1172
|
<linearGradient
|
|
@@ -1413,7 +1413,7 @@ wrapperTag: div
|
|
|
1413
1413
|
</span>
|
|
1414
1414
|
<div class="pf-v6-c-masthead__main">
|
|
1415
1415
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1416
|
-
<svg height="
|
|
1416
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1417
1417
|
<title>PF-HorizontalLogo-Color</title>
|
|
1418
1418
|
<defs>
|
|
1419
1419
|
<linearGradient
|
|
@@ -1678,7 +1678,7 @@ wrapperTag: div
|
|
|
1678
1678
|
</span>
|
|
1679
1679
|
<div class="pf-v6-c-masthead__main">
|
|
1680
1680
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1681
|
-
<svg height="
|
|
1681
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1682
1682
|
<title>PF-HorizontalLogo-Color</title>
|
|
1683
1683
|
<defs>
|
|
1684
1684
|
<linearGradient
|
|
@@ -1984,7 +1984,7 @@ wrapperTag: div
|
|
|
1984
1984
|
<header class="pf-v6-c-masthead" id="masthead-horizontal-nav-masthead">
|
|
1985
1985
|
<div class="pf-v6-c-masthead__main">
|
|
1986
1986
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1987
|
-
<svg height="
|
|
1987
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1988
1988
|
<title>PF-HorizontalLogo-Color</title>
|
|
1989
1989
|
<defs>
|
|
1990
1990
|
<linearGradient
|
|
@@ -2326,7 +2326,7 @@ wrapperTag: div
|
|
|
2326
2326
|
</span>
|
|
2327
2327
|
<div class="pf-v6-c-masthead__main">
|
|
2328
2328
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
2329
|
-
<svg height="
|
|
2329
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
2330
2330
|
<title>PF-HorizontalLogo-Color</title>
|
|
2331
2331
|
<defs>
|
|
2332
2332
|
<linearGradient
|
|
@@ -25,7 +25,7 @@ section: components
|
|
|
25
25
|
</span>
|
|
26
26
|
<div class="pf-v6-c-masthead__main">
|
|
27
27
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
28
|
-
<svg height="
|
|
28
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
29
29
|
<title>PF-HorizontalLogo-Color</title>
|
|
30
30
|
<defs>
|
|
31
31
|
<linearGradient
|
|
@@ -381,7 +381,7 @@ section: components
|
|
|
381
381
|
</span>
|
|
382
382
|
<div class="pf-v6-c-masthead__main">
|
|
383
383
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
384
|
-
<svg height="
|
|
384
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
385
385
|
<title>PF-HorizontalLogo-Color</title>
|
|
386
386
|
<defs>
|
|
387
387
|
<linearGradient
|
|
@@ -743,7 +743,7 @@ section: components
|
|
|
743
743
|
</span>
|
|
744
744
|
<div class="pf-v6-c-masthead__main">
|
|
745
745
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
746
|
-
<svg height="
|
|
746
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
747
747
|
<title>PF-HorizontalLogo-Color</title>
|
|
748
748
|
<defs>
|
|
749
749
|
<linearGradient
|
|
@@ -1095,7 +1095,7 @@ section: components
|
|
|
1095
1095
|
</span>
|
|
1096
1096
|
<div class="pf-v6-c-masthead__main">
|
|
1097
1097
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1098
|
-
<svg height="
|
|
1098
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1099
1099
|
<title>PF-HorizontalLogo-Color</title>
|
|
1100
1100
|
<defs>
|
|
1101
1101
|
<linearGradient
|
|
@@ -1447,7 +1447,7 @@ section: components
|
|
|
1447
1447
|
</span>
|
|
1448
1448
|
<div class="pf-v6-c-masthead__main">
|
|
1449
1449
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1450
|
-
<svg height="
|
|
1450
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1451
1451
|
<title>PF-HorizontalLogo-Color</title>
|
|
1452
1452
|
<defs>
|
|
1453
1453
|
<linearGradient
|
|
@@ -1799,7 +1799,7 @@ section: components
|
|
|
1799
1799
|
</span>
|
|
1800
1800
|
<div class="pf-v6-c-masthead__main">
|
|
1801
1801
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1802
|
-
<svg height="
|
|
1802
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1803
1803
|
<title>PF-HorizontalLogo-Color</title>
|
|
1804
1804
|
<defs>
|
|
1805
1805
|
<linearGradient
|
|
@@ -25,7 +25,7 @@ section: components
|
|
|
25
25
|
</span>
|
|
26
26
|
<div class="pf-v6-c-masthead__main">
|
|
27
27
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
28
|
-
<svg height="
|
|
28
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
29
29
|
<title>PF-HorizontalLogo-Color</title>
|
|
30
30
|
<defs>
|
|
31
31
|
<linearGradient
|
|
@@ -340,7 +340,7 @@ section: components
|
|
|
340
340
|
</span>
|
|
341
341
|
<div class="pf-v6-c-masthead__main">
|
|
342
342
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
343
|
-
<svg height="
|
|
343
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
344
344
|
<title>PF-HorizontalLogo-Color</title>
|
|
345
345
|
<defs>
|
|
346
346
|
<linearGradient
|
|
@@ -679,7 +679,7 @@ section: components
|
|
|
679
679
|
</span>
|
|
680
680
|
<div class="pf-v6-c-masthead__main">
|
|
681
681
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
682
|
-
<svg height="
|
|
682
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
683
683
|
<title>PF-HorizontalLogo-Color</title>
|
|
684
684
|
<defs>
|
|
685
685
|
<linearGradient
|
|
@@ -1065,7 +1065,7 @@ section: components
|
|
|
1065
1065
|
<header class="pf-v6-c-masthead" id="nav-horizontal-example-masthead">
|
|
1066
1066
|
<div class="pf-v6-c-masthead__main">
|
|
1067
1067
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1068
|
-
<svg height="
|
|
1068
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1069
1069
|
<title>PF-HorizontalLogo-Color</title>
|
|
1070
1070
|
<defs>
|
|
1071
1071
|
<linearGradient
|
|
@@ -1399,7 +1399,7 @@ section: components
|
|
|
1399
1399
|
</span>
|
|
1400
1400
|
<div class="pf-v6-c-masthead__main">
|
|
1401
1401
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1402
|
-
<svg height="
|
|
1402
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1403
1403
|
<title>PF-HorizontalLogo-Color</title>
|
|
1404
1404
|
<defs>
|
|
1405
1405
|
<linearGradient
|
|
@@ -1738,7 +1738,7 @@ section: components
|
|
|
1738
1738
|
</span>
|
|
1739
1739
|
<div class="pf-v6-c-masthead__main">
|
|
1740
1740
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1741
|
-
<svg height="
|
|
1741
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1742
1742
|
<title>PF-HorizontalLogo-Color</title>
|
|
1743
1743
|
<defs>
|
|
1744
1744
|
<linearGradient
|
|
@@ -25,7 +25,7 @@ section: components
|
|
|
25
25
|
</span>
|
|
26
26
|
<div class="pf-v6-c-masthead__main">
|
|
27
27
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
28
|
-
<svg height="
|
|
28
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
29
29
|
<title>PF-HorizontalLogo-Color</title>
|
|
30
30
|
<defs>
|
|
31
31
|
<linearGradient
|
|
@@ -1031,7 +1031,7 @@ section: components
|
|
|
1031
1031
|
</span>
|
|
1032
1032
|
<div class="pf-v6-c-masthead__main">
|
|
1033
1033
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1034
|
-
<svg height="
|
|
1034
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1035
1035
|
<title>PF-HorizontalLogo-Color</title>
|
|
1036
1036
|
<defs>
|
|
1037
1037
|
<linearGradient
|
|
@@ -2040,7 +2040,7 @@ section: components
|
|
|
2040
2040
|
</span>
|
|
2041
2041
|
<div class="pf-v6-c-masthead__main">
|
|
2042
2042
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
2043
|
-
<svg height="
|
|
2043
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
2044
2044
|
<title>PF-HorizontalLogo-Color</title>
|
|
2045
2045
|
<defs>
|
|
2046
2046
|
<linearGradient
|
|
@@ -3052,7 +3052,7 @@ section: components
|
|
|
3052
3052
|
</span>
|
|
3053
3053
|
<div class="pf-v6-c-masthead__main">
|
|
3054
3054
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
3055
|
-
<svg height="
|
|
3055
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
3056
3056
|
<title>PF-HorizontalLogo-Color</title>
|
|
3057
3057
|
<defs>
|
|
3058
3058
|
<linearGradient
|
|
@@ -4063,7 +4063,7 @@ section: components
|
|
|
4063
4063
|
</span>
|
|
4064
4064
|
<div class="pf-v6-c-masthead__main">
|
|
4065
4065
|
<a class="pf-v6-c-masthead__brand" href="#">
|
|
4066
|
-
<svg height="
|
|
4066
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
4067
4067
|
<title>PF-HorizontalLogo-Color</title>
|
|
4068
4068
|
<defs>
|
|
4069
4069
|
<linearGradient
|