@patternfly/patternfly 6.5.0-prerelease.81 → 6.5.0-prerelease.83
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/Card/card.scss +7 -9
- package/components/Hero/hero.css +19 -19
- package/components/Hero/hero.scss +30 -29
- package/components/Toolbar/toolbar.css +3 -0
- package/components/Toolbar/toolbar.scss +3 -0
- package/components/_index.css +22 -19
- package/docs/components/Card/examples/Card.md +3 -3
- package/docs/components/Compass/examples/Compass.css +3 -3
- package/docs/components/Compass/examples/Compass.md +1 -2
- package/docs/components/Hero/examples/Hero.md +1 -1
- package/docs/components/Masthead/examples/masthead.md +79 -7
- 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/Compass/examples/Compass.md +14 -15
- 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 +18 -18
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/demos/Page/examples/Page.md +14 -14
- 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 +16 -16
- 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 +5 -3
- package/patternfly-no-globals.css +22 -19
- package/patternfly.css +22 -19
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
id: Compass
|
|
3
|
-
section:
|
|
4
|
-
subsection: Generative UIs
|
|
3
|
+
section: components
|
|
5
4
|
wrapperTag: div
|
|
6
5
|
---## Examples
|
|
7
6
|
|
|
@@ -2234,7 +2233,7 @@ This demo populates the main Compass section with a dashboard, which is often us
|
|
|
2234
2233
|
<div class="pf-v6-c-compass__main">
|
|
2235
2234
|
<div class="pf-v6-c-compass__hero">
|
|
2236
2235
|
<div
|
|
2237
|
-
class="pf-v6-c-hero"
|
|
2236
|
+
class="pf-v6-c-hero pf-m-glass"
|
|
2238
2237
|
style="
|
|
2239
2238
|
--pf-v6-c-hero--gradient--stop-1--dark: #3d2785;
|
|
2240
2239
|
--pf-v6-c-hero--gradient--stop-2--dark: #1b0d33;
|
|
@@ -7851,7 +7850,7 @@ This demo showcases how you can position a side-panel drawer on top of the other
|
|
|
7851
7850
|
<div class="pf-v6-c-masthead__brand">
|
|
7852
7851
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
7853
7852
|
<svg height="37px" viewBox="0 0 679 158">
|
|
7854
|
-
<title>
|
|
7853
|
+
<title>PatternFly</title>
|
|
7855
7854
|
<defs>
|
|
7856
7855
|
<linearGradient
|
|
7857
7856
|
x1="68%"
|
|
@@ -8006,7 +8005,7 @@ This demo showcases how you can position a side-panel drawer on top of the other
|
|
|
8006
8005
|
<div class="pf-v6-c-masthead__brand">
|
|
8007
8006
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
8008
8007
|
<svg height="37px" viewBox="0 0 679 158">
|
|
8009
|
-
<title>
|
|
8008
|
+
<title>PatternFly</title>
|
|
8010
8009
|
<defs>
|
|
8011
8010
|
<linearGradient
|
|
8012
8011
|
x1="68%"
|
|
@@ -8085,7 +8084,7 @@ This demo showcases how you can position a side-panel drawer on top of the other
|
|
|
8085
8084
|
</a>
|
|
8086
8085
|
<a class="pf-v6-c-masthead__logo pf-m-compact" href="#">
|
|
8087
8086
|
<svg width="37px" height="37px" viewBox="0 0 158 158">
|
|
8088
|
-
<title>
|
|
8087
|
+
<title>PatternFly</title>
|
|
8089
8088
|
<defs>
|
|
8090
8089
|
<linearGradient
|
|
8091
8090
|
x1="68%"
|
|
@@ -8399,7 +8398,7 @@ This demo showcases how you can position a side-panel drawer on top of the other
|
|
|
8399
8398
|
<div class="pf-v6-c-masthead__brand">
|
|
8400
8399
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
8401
8400
|
<svg height="37px" viewBox="0 0 679 158">
|
|
8402
|
-
<title>
|
|
8401
|
+
<title>PatternFly</title>
|
|
8403
8402
|
<defs>
|
|
8404
8403
|
<linearGradient
|
|
8405
8404
|
x1="68%"
|
|
@@ -8554,7 +8553,7 @@ This demo showcases how you can position a side-panel drawer on top of the other
|
|
|
8554
8553
|
<div class="pf-v6-c-masthead__brand">
|
|
8555
8554
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
8556
8555
|
<svg height="37px" viewBox="0 0 679 158">
|
|
8557
|
-
<title>
|
|
8556
|
+
<title>PatternFly</title>
|
|
8558
8557
|
<defs>
|
|
8559
8558
|
<linearGradient
|
|
8560
8559
|
x1="68%"
|
|
@@ -8633,7 +8632,7 @@ This demo showcases how you can position a side-panel drawer on top of the other
|
|
|
8633
8632
|
</a>
|
|
8634
8633
|
<a class="pf-v6-c-masthead__logo pf-m-compact" href="#">
|
|
8635
8634
|
<svg width="37px" height="37px" viewBox="0 0 158 158">
|
|
8636
|
-
<title>
|
|
8635
|
+
<title>PatternFly</title>
|
|
8637
8636
|
<defs>
|
|
8638
8637
|
<linearGradient
|
|
8639
8638
|
x1="68%"
|
|
@@ -8947,7 +8946,7 @@ This demo showcases how you can position a side-panel drawer on top of the other
|
|
|
8947
8946
|
<div class="pf-v6-c-masthead__brand">
|
|
8948
8947
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
8949
8948
|
<svg height="37px" viewBox="0 0 679 158">
|
|
8950
|
-
<title>
|
|
8949
|
+
<title>PatternFly</title>
|
|
8951
8950
|
<defs>
|
|
8952
8951
|
<linearGradient
|
|
8953
8952
|
x1="68%"
|
|
@@ -9102,7 +9101,7 @@ This demo showcases how you can position a side-panel drawer on top of the other
|
|
|
9102
9101
|
<div class="pf-v6-c-masthead__brand">
|
|
9103
9102
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
9104
9103
|
<svg height="37px" viewBox="0 0 679 158">
|
|
9105
|
-
<title>
|
|
9104
|
+
<title>PatternFly</title>
|
|
9106
9105
|
<defs>
|
|
9107
9106
|
<linearGradient
|
|
9108
9107
|
x1="68%"
|
|
@@ -9181,7 +9180,7 @@ This demo showcases how you can position a side-panel drawer on top of the other
|
|
|
9181
9180
|
</a>
|
|
9182
9181
|
<a class="pf-v6-c-masthead__logo pf-m-compact" href="#">
|
|
9183
9182
|
<svg width="37px" height="37px" viewBox="0 0 158 158">
|
|
9184
|
-
<title>
|
|
9183
|
+
<title>PatternFly</title>
|
|
9185
9184
|
<defs>
|
|
9186
9185
|
<linearGradient
|
|
9187
9186
|
x1="68%"
|
|
@@ -9495,7 +9494,7 @@ This demo showcases how you can position a side-panel drawer on top of the other
|
|
|
9495
9494
|
<div class="pf-v6-c-masthead__brand">
|
|
9496
9495
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
9497
9496
|
<svg height="37px" viewBox="0 0 679 158">
|
|
9498
|
-
<title>
|
|
9497
|
+
<title>PatternFly</title>
|
|
9499
9498
|
<defs>
|
|
9500
9499
|
<linearGradient
|
|
9501
9500
|
x1="68%"
|
|
@@ -9650,7 +9649,7 @@ This demo showcases how you can position a side-panel drawer on top of the other
|
|
|
9650
9649
|
<div class="pf-v6-c-masthead__brand">
|
|
9651
9650
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
9652
9651
|
<svg height="37px" viewBox="0 0 679 158">
|
|
9653
|
-
<title>
|
|
9652
|
+
<title>PatternFly</title>
|
|
9654
9653
|
<defs>
|
|
9655
9654
|
<linearGradient
|
|
9656
9655
|
x1="68%"
|
|
@@ -9729,7 +9728,7 @@ This demo showcases how you can position a side-panel drawer on top of the other
|
|
|
9729
9728
|
</a>
|
|
9730
9729
|
<a class="pf-v6-c-masthead__logo pf-m-compact" href="#">
|
|
9731
9730
|
<svg width="37px" height="37px" viewBox="0 0 158 158">
|
|
9732
|
-
<title>
|
|
9731
|
+
<title>PatternFly</title>
|
|
9733
9732
|
<defs>
|
|
9734
9733
|
<linearGradient
|
|
9735
9734
|
x1="68%"
|
|
@@ -49,7 +49,7 @@ cssPrefix: pf-d-dashboard
|
|
|
49
49
|
<div class="pf-v6-c-masthead__brand">
|
|
50
50
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
51
51
|
<svg height="37px" viewBox="0 0 679 158">
|
|
52
|
-
<title>
|
|
52
|
+
<title>PatternFly</title>
|
|
53
53
|
<defs>
|
|
54
54
|
<linearGradient
|
|
55
55
|
x1="68%"
|
|
@@ -52,7 +52,7 @@ wrapperTag: div
|
|
|
52
52
|
<div class="pf-v6-c-masthead__brand">
|
|
53
53
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
54
54
|
<svg height="37px" viewBox="0 0 679 158">
|
|
55
|
-
<title>
|
|
55
|
+
<title>PatternFly</title>
|
|
56
56
|
<defs>
|
|
57
57
|
<linearGradient
|
|
58
58
|
x1="68%"
|
|
@@ -1205,7 +1205,7 @@ wrapperTag: div
|
|
|
1205
1205
|
<div class="pf-v6-c-masthead__brand">
|
|
1206
1206
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1207
1207
|
<svg height="37px" viewBox="0 0 679 158">
|
|
1208
|
-
<title>
|
|
1208
|
+
<title>PatternFly</title>
|
|
1209
1209
|
<defs>
|
|
1210
1210
|
<linearGradient
|
|
1211
1211
|
x1="68%"
|
|
@@ -2341,7 +2341,7 @@ wrapperTag: div
|
|
|
2341
2341
|
<div class="pf-v6-c-masthead__brand">
|
|
2342
2342
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
2343
2343
|
<svg height="37px" viewBox="0 0 679 158">
|
|
2344
|
-
<title>
|
|
2344
|
+
<title>PatternFly</title>
|
|
2345
2345
|
<defs>
|
|
2346
2346
|
<linearGradient
|
|
2347
2347
|
x1="68%"
|
|
@@ -4336,7 +4336,7 @@ wrapperTag: div
|
|
|
4336
4336
|
<div class="pf-v6-c-masthead__brand">
|
|
4337
4337
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
4338
4338
|
<svg height="37px" viewBox="0 0 679 158">
|
|
4339
|
-
<title>
|
|
4339
|
+
<title>PatternFly</title>
|
|
4340
4340
|
<defs>
|
|
4341
4341
|
<linearGradient
|
|
4342
4342
|
x1="68%"
|
|
@@ -52,7 +52,7 @@ cssPrefix: pf-d-description-list
|
|
|
52
52
|
<div class="pf-v6-c-masthead__brand">
|
|
53
53
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
54
54
|
<svg height="37px" viewBox="0 0 679 158">
|
|
55
|
-
<title>
|
|
55
|
+
<title>PatternFly</title>
|
|
56
56
|
<defs>
|
|
57
57
|
<linearGradient
|
|
58
58
|
x1="68%"
|
|
@@ -534,7 +534,7 @@ cssPrefix: pf-d-description-list
|
|
|
534
534
|
<div class="pf-v6-c-masthead__brand">
|
|
535
535
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
536
536
|
<svg height="37px" viewBox="0 0 679 158">
|
|
537
|
-
<title>
|
|
537
|
+
<title>PatternFly</title>
|
|
538
538
|
<defs>
|
|
539
539
|
<linearGradient
|
|
540
540
|
x1="68%"
|
|
@@ -1314,7 +1314,7 @@ cssPrefix: pf-d-description-list
|
|
|
1314
1314
|
<div class="pf-v6-c-masthead__brand">
|
|
1315
1315
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1316
1316
|
<svg height="37px" viewBox="0 0 679 158">
|
|
1317
|
-
<title>
|
|
1317
|
+
<title>PatternFly</title>
|
|
1318
1318
|
<defs>
|
|
1319
1319
|
<linearGradient
|
|
1320
1320
|
x1="68%"
|
|
@@ -52,7 +52,7 @@ wrapperTag: div
|
|
|
52
52
|
<div class="pf-v6-c-masthead__brand">
|
|
53
53
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
54
54
|
<svg height="37px" viewBox="0 0 679 158">
|
|
55
|
-
<title>
|
|
55
|
+
<title>PatternFly</title>
|
|
56
56
|
<defs>
|
|
57
57
|
<linearGradient
|
|
58
58
|
x1="68%"
|
|
@@ -664,7 +664,7 @@ wrapperTag: div
|
|
|
664
664
|
<div class="pf-v6-c-masthead__brand">
|
|
665
665
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
666
666
|
<svg height="37px" viewBox="0 0 679 158">
|
|
667
|
-
<title>
|
|
667
|
+
<title>PatternFly</title>
|
|
668
668
|
<defs>
|
|
669
669
|
<linearGradient
|
|
670
670
|
x1="68%"
|
|
@@ -1100,7 +1100,7 @@ wrapperTag: div
|
|
|
1100
1100
|
<div class="pf-v6-c-masthead__brand">
|
|
1101
1101
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1102
1102
|
<svg height="37px" viewBox="0 0 679 158">
|
|
1103
|
-
<title>
|
|
1103
|
+
<title>PatternFly</title>
|
|
1104
1104
|
<defs>
|
|
1105
1105
|
<linearGradient
|
|
1106
1106
|
x1="68%"
|
|
@@ -1536,7 +1536,7 @@ wrapperTag: div
|
|
|
1536
1536
|
<div class="pf-v6-c-masthead__brand">
|
|
1537
1537
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1538
1538
|
<svg height="37px" viewBox="0 0 679 158">
|
|
1539
|
-
<title>
|
|
1539
|
+
<title>PatternFly</title>
|
|
1540
1540
|
<defs>
|
|
1541
1541
|
<linearGradient
|
|
1542
1542
|
x1="68%"
|
|
@@ -2030,7 +2030,7 @@ wrapperTag: div
|
|
|
2030
2030
|
<div class="pf-v6-c-masthead__brand">
|
|
2031
2031
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
2032
2032
|
<svg height="37px" viewBox="0 0 679 158">
|
|
2033
|
-
<title>
|
|
2033
|
+
<title>PatternFly</title>
|
|
2034
2034
|
<defs>
|
|
2035
2035
|
<linearGradient
|
|
2036
2036
|
x1="68%"
|
|
@@ -54,7 +54,7 @@ section: components
|
|
|
54
54
|
<div class="pf-v6-c-masthead__brand">
|
|
55
55
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
56
56
|
<svg height="37px" viewBox="0 0 679 158">
|
|
57
|
-
<title>
|
|
57
|
+
<title>PatternFly</title>
|
|
58
58
|
<defs>
|
|
59
59
|
<linearGradient
|
|
60
60
|
x1="68%"
|
|
@@ -590,7 +590,7 @@ section: components
|
|
|
590
590
|
<div class="pf-v6-c-masthead__brand">
|
|
591
591
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
592
592
|
<svg height="37px" viewBox="0 0 679 158">
|
|
593
|
-
<title>
|
|
593
|
+
<title>PatternFly</title>
|
|
594
594
|
<defs>
|
|
595
595
|
<linearGradient
|
|
596
596
|
x1="68%"
|
|
@@ -1126,7 +1126,7 @@ section: components
|
|
|
1126
1126
|
<div class="pf-v6-c-masthead__brand">
|
|
1127
1127
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1128
1128
|
<svg height="37px" viewBox="0 0 679 158">
|
|
1129
|
-
<title>
|
|
1129
|
+
<title>PatternFly</title>
|
|
1130
1130
|
<defs>
|
|
1131
1131
|
<linearGradient
|
|
1132
1132
|
x1="68%"
|
|
@@ -1659,7 +1659,7 @@ section: components
|
|
|
1659
1659
|
<div class="pf-v6-c-masthead__brand">
|
|
1660
1660
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1661
1661
|
<svg height="37px" viewBox="0 0 679 158">
|
|
1662
|
-
<title>
|
|
1662
|
+
<title>PatternFly</title>
|
|
1663
1663
|
<defs>
|
|
1664
1664
|
<linearGradient
|
|
1665
1665
|
x1="68%"
|
|
@@ -2129,7 +2129,7 @@ section: components
|
|
|
2129
2129
|
<div class="pf-v6-c-masthead__brand">
|
|
2130
2130
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
2131
2131
|
<svg height="37px" viewBox="0 0 679 158">
|
|
2132
|
-
<title>
|
|
2132
|
+
<title>PatternFly</title>
|
|
2133
2133
|
<defs>
|
|
2134
2134
|
<linearGradient
|
|
2135
2135
|
x1="68%"
|
|
@@ -2623,7 +2623,7 @@ section: components
|
|
|
2623
2623
|
<div class="pf-v6-c-masthead__brand">
|
|
2624
2624
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
2625
2625
|
<svg height="37px" viewBox="0 0 679 158">
|
|
2626
|
-
<title>
|
|
2626
|
+
<title>PatternFly</title>
|
|
2627
2627
|
<defs>
|
|
2628
2628
|
<linearGradient
|
|
2629
2629
|
x1="68%"
|
|
@@ -52,7 +52,7 @@ wrapperTag: div
|
|
|
52
52
|
<div class="pf-v6-c-masthead__brand">
|
|
53
53
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
54
54
|
<svg height="37px" viewBox="0 0 679 158">
|
|
55
|
-
<title>
|
|
55
|
+
<title>PatternFly</title>
|
|
56
56
|
<defs>
|
|
57
57
|
<linearGradient
|
|
58
58
|
x1="68%"
|
|
@@ -390,7 +390,7 @@ wrapperTag: div
|
|
|
390
390
|
<div class="pf-v6-c-masthead__brand">
|
|
391
391
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
392
392
|
<svg height="37px" viewBox="0 0 679 158">
|
|
393
|
-
<title>
|
|
393
|
+
<title>PatternFly</title>
|
|
394
394
|
<defs>
|
|
395
395
|
<linearGradient
|
|
396
396
|
x1="68%"
|
|
@@ -778,7 +778,7 @@ wrapperTag: div
|
|
|
778
778
|
<div class="pf-v6-c-masthead__brand">
|
|
779
779
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
780
780
|
<svg height="37px" viewBox="0 0 679 158">
|
|
781
|
-
<title>
|
|
781
|
+
<title>PatternFly</title>
|
|
782
782
|
<defs>
|
|
783
783
|
<linearGradient
|
|
784
784
|
x1="68%"
|
|
@@ -1218,7 +1218,7 @@ wrapperTag: div
|
|
|
1218
1218
|
<div class="pf-v6-c-masthead__brand">
|
|
1219
1219
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1220
1220
|
<svg height="37px" viewBox="0 0 679 158">
|
|
1221
|
-
<title>
|
|
1221
|
+
<title>PatternFly</title>
|
|
1222
1222
|
<defs>
|
|
1223
1223
|
<linearGradient
|
|
1224
1224
|
x1="68%"
|
|
@@ -1658,7 +1658,7 @@ wrapperTag: div
|
|
|
1658
1658
|
<div class="pf-v6-c-masthead__brand">
|
|
1659
1659
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1660
1660
|
<svg height="37px" viewBox="0 0 679 158">
|
|
1661
|
-
<title>
|
|
1661
|
+
<title>PatternFly</title>
|
|
1662
1662
|
<defs>
|
|
1663
1663
|
<linearGradient
|
|
1664
1664
|
x1="68%"
|
|
@@ -1999,7 +1999,7 @@ wrapperTag: div
|
|
|
1999
1999
|
<div class="pf-v6-c-masthead__brand">
|
|
2000
2000
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
2001
2001
|
<svg height="37px" viewBox="0 0 679 158">
|
|
2002
|
-
<title>
|
|
2002
|
+
<title>PatternFly</title>
|
|
2003
2003
|
<defs>
|
|
2004
2004
|
<linearGradient
|
|
2005
2005
|
x1="68%"
|
|
@@ -2358,7 +2358,7 @@ wrapperTag: div
|
|
|
2358
2358
|
<div class="pf-v6-c-masthead__brand">
|
|
2359
2359
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
2360
2360
|
<svg height="37px" viewBox="0 0 679 158">
|
|
2361
|
-
<title>
|
|
2361
|
+
<title>PatternFly</title>
|
|
2362
2362
|
<defs>
|
|
2363
2363
|
<linearGradient
|
|
2364
2364
|
x1="68%"
|
|
@@ -2742,7 +2742,7 @@ wrapperTag: div
|
|
|
2742
2742
|
<div class="pf-v6-c-masthead__brand">
|
|
2743
2743
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
2744
2744
|
<svg height="37px" viewBox="0 0 679 158">
|
|
2745
|
-
<title>
|
|
2745
|
+
<title>PatternFly</title>
|
|
2746
2746
|
<defs>
|
|
2747
2747
|
<linearGradient
|
|
2748
2748
|
x1="68%"
|
|
@@ -3104,7 +3104,7 @@ wrapperTag: div
|
|
|
3104
3104
|
<div class="pf-v6-c-masthead__brand">
|
|
3105
3105
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
3106
3106
|
<svg height="37px" viewBox="0 0 679 158">
|
|
3107
|
-
<title>
|
|
3107
|
+
<title>PatternFly</title>
|
|
3108
3108
|
<defs>
|
|
3109
3109
|
<linearGradient
|
|
3110
3110
|
x1="68%"
|
|
@@ -51,7 +51,7 @@ section: components
|
|
|
51
51
|
<div class="pf-v6-c-masthead__brand">
|
|
52
52
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
53
53
|
<svg height="37px" viewBox="0 0 679 158">
|
|
54
|
-
<title>
|
|
54
|
+
<title>PatternFly</title>
|
|
55
55
|
<defs>
|
|
56
56
|
<linearGradient
|
|
57
57
|
x1="68%"
|
|
@@ -523,7 +523,7 @@ section: components
|
|
|
523
523
|
<div class="pf-v6-c-masthead__brand">
|
|
524
524
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
525
525
|
<svg height="37px" viewBox="0 0 679 158">
|
|
526
|
-
<title>
|
|
526
|
+
<title>PatternFly</title>
|
|
527
527
|
<defs>
|
|
528
528
|
<linearGradient
|
|
529
529
|
x1="68%"
|
|
@@ -1004,7 +1004,7 @@ section: components
|
|
|
1004
1004
|
<div class="pf-v6-c-masthead__brand">
|
|
1005
1005
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1006
1006
|
<svg height="37px" viewBox="0 0 679 158">
|
|
1007
|
-
<title>
|
|
1007
|
+
<title>PatternFly</title>
|
|
1008
1008
|
<defs>
|
|
1009
1009
|
<linearGradient
|
|
1010
1010
|
x1="68%"
|
|
@@ -1475,7 +1475,7 @@ section: components
|
|
|
1475
1475
|
<div class="pf-v6-c-masthead__brand">
|
|
1476
1476
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1477
1477
|
<svg height="37px" viewBox="0 0 679 158">
|
|
1478
|
-
<title>
|
|
1478
|
+
<title>PatternFly</title>
|
|
1479
1479
|
<defs>
|
|
1480
1480
|
<linearGradient
|
|
1481
1481
|
x1="68%"
|
|
@@ -1946,7 +1946,7 @@ section: components
|
|
|
1946
1946
|
<div class="pf-v6-c-masthead__brand">
|
|
1947
1947
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1948
1948
|
<svg height="37px" viewBox="0 0 679 158">
|
|
1949
|
-
<title>
|
|
1949
|
+
<title>PatternFly</title>
|
|
1950
1950
|
<defs>
|
|
1951
1951
|
<linearGradient
|
|
1952
1952
|
x1="68%"
|
|
@@ -2417,7 +2417,7 @@ section: components
|
|
|
2417
2417
|
<div class="pf-v6-c-masthead__brand">
|
|
2418
2418
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
2419
2419
|
<svg height="37px" viewBox="0 0 679 158">
|
|
2420
|
-
<title>
|
|
2420
|
+
<title>PatternFly</title>
|
|
2421
2421
|
<defs>
|
|
2422
2422
|
<linearGradient
|
|
2423
2423
|
x1="68%"
|
|
@@ -51,7 +51,7 @@ section: components
|
|
|
51
51
|
<div class="pf-v6-c-masthead__brand">
|
|
52
52
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
53
53
|
<svg height="37px" viewBox="0 0 679 158">
|
|
54
|
-
<title>
|
|
54
|
+
<title>PatternFly</title>
|
|
55
55
|
<defs>
|
|
56
56
|
<linearGradient
|
|
57
57
|
x1="68%"
|
|
@@ -465,7 +465,7 @@ section: components
|
|
|
465
465
|
<div class="pf-v6-c-masthead__brand">
|
|
466
466
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
467
467
|
<svg height="37px" viewBox="0 0 679 158">
|
|
468
|
-
<title>
|
|
468
|
+
<title>PatternFly</title>
|
|
469
469
|
<defs>
|
|
470
470
|
<linearGradient
|
|
471
471
|
x1="68%"
|
|
@@ -917,7 +917,7 @@ section: components
|
|
|
917
917
|
<div class="pf-v6-c-masthead__brand">
|
|
918
918
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
919
919
|
<svg height="37px" viewBox="0 0 679 158">
|
|
920
|
-
<title>
|
|
920
|
+
<title>PatternFly</title>
|
|
921
921
|
<defs>
|
|
922
922
|
<linearGradient
|
|
923
923
|
x1="68%"
|
|
@@ -1429,7 +1429,7 @@ section: components
|
|
|
1429
1429
|
<div class="pf-v6-c-masthead__brand">
|
|
1430
1430
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1431
1431
|
<svg height="37px" viewBox="0 0 679 158">
|
|
1432
|
-
<title>
|
|
1432
|
+
<title>PatternFly</title>
|
|
1433
1433
|
<defs>
|
|
1434
1434
|
<linearGradient
|
|
1435
1435
|
x1="68%"
|
|
@@ -1783,7 +1783,7 @@ section: components
|
|
|
1783
1783
|
<div class="pf-v6-c-masthead__brand">
|
|
1784
1784
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1785
1785
|
<svg height="37px" viewBox="0 0 679 158">
|
|
1786
|
-
<title>
|
|
1786
|
+
<title>PatternFly</title>
|
|
1787
1787
|
<defs>
|
|
1788
1788
|
<linearGradient
|
|
1789
1789
|
x1="68%"
|
|
@@ -2195,7 +2195,7 @@ section: components
|
|
|
2195
2195
|
<div class="pf-v6-c-masthead__brand">
|
|
2196
2196
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
2197
2197
|
<svg height="37px" viewBox="0 0 679 158">
|
|
2198
|
-
<title>
|
|
2198
|
+
<title>PatternFly</title>
|
|
2199
2199
|
<defs>
|
|
2200
2200
|
<linearGradient
|
|
2201
2201
|
x1="68%"
|
|
@@ -2573,7 +2573,7 @@ section: components
|
|
|
2573
2573
|
<div class="pf-v6-c-masthead__brand">
|
|
2574
2574
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
2575
2575
|
<svg height="37px" viewBox="0 0 679 158">
|
|
2576
|
-
<title>
|
|
2576
|
+
<title>PatternFly</title>
|
|
2577
2577
|
<defs>
|
|
2578
2578
|
<linearGradient
|
|
2579
2579
|
x1="68%"
|
|
@@ -2722,7 +2722,7 @@ section: components
|
|
|
2722
2722
|
<div class="pf-v6-c-masthead__brand">
|
|
2723
2723
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
2724
2724
|
<svg height="37px" viewBox="0 0 679 158">
|
|
2725
|
-
<title>
|
|
2725
|
+
<title>PatternFly</title>
|
|
2726
2726
|
<defs>
|
|
2727
2727
|
<linearGradient
|
|
2728
2728
|
x1="68%"
|
|
@@ -2801,7 +2801,7 @@ section: components
|
|
|
2801
2801
|
</a>
|
|
2802
2802
|
<a class="pf-v6-c-masthead__logo pf-m-compact" href="#">
|
|
2803
2803
|
<svg width="37px" height="37px" viewBox="0 0 158 158">
|
|
2804
|
-
<title>
|
|
2804
|
+
<title>PatternFly</title>
|
|
2805
2805
|
<defs>
|
|
2806
2806
|
<linearGradient
|
|
2807
2807
|
x1="68%"
|
|
@@ -3210,7 +3210,7 @@ section: components
|
|
|
3210
3210
|
<div class="pf-v6-c-masthead__brand">
|
|
3211
3211
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
3212
3212
|
<svg height="37px" viewBox="0 0 679 158">
|
|
3213
|
-
<title>
|
|
3213
|
+
<title>PatternFly</title>
|
|
3214
3214
|
<defs>
|
|
3215
3215
|
<linearGradient
|
|
3216
3216
|
x1="68%"
|
|
@@ -3359,7 +3359,7 @@ section: components
|
|
|
3359
3359
|
<div class="pf-v6-c-masthead__brand">
|
|
3360
3360
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
3361
3361
|
<svg height="37px" viewBox="0 0 679 158">
|
|
3362
|
-
<title>
|
|
3362
|
+
<title>PatternFly</title>
|
|
3363
3363
|
<defs>
|
|
3364
3364
|
<linearGradient
|
|
3365
3365
|
x1="68%"
|
|
@@ -3438,7 +3438,7 @@ section: components
|
|
|
3438
3438
|
</a>
|
|
3439
3439
|
<a class="pf-v6-c-masthead__logo pf-m-compact" href="#">
|
|
3440
3440
|
<svg width="37px" height="37px" viewBox="0 0 158 158">
|
|
3441
|
-
<title>
|
|
3441
|
+
<title>PatternFly</title>
|
|
3442
3442
|
<defs>
|
|
3443
3443
|
<linearGradient
|
|
3444
3444
|
x1="68%"
|
|
@@ -3847,7 +3847,7 @@ section: components
|
|
|
3847
3847
|
<div class="pf-v6-c-masthead__brand">
|
|
3848
3848
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
3849
3849
|
<svg height="37px" viewBox="0 0 679 158">
|
|
3850
|
-
<title>
|
|
3850
|
+
<title>PatternFly</title>
|
|
3851
3851
|
<defs>
|
|
3852
3852
|
<linearGradient
|
|
3853
3853
|
x1="68%"
|
|
@@ -3996,7 +3996,7 @@ section: components
|
|
|
3996
3996
|
<div class="pf-v6-c-masthead__brand">
|
|
3997
3997
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
3998
3998
|
<svg height="37px" viewBox="0 0 679 158">
|
|
3999
|
-
<title>
|
|
3999
|
+
<title>PatternFly</title>
|
|
4000
4000
|
<defs>
|
|
4001
4001
|
<linearGradient
|
|
4002
4002
|
x1="68%"
|
|
@@ -4075,7 +4075,7 @@ section: components
|
|
|
4075
4075
|
</a>
|
|
4076
4076
|
<a class="pf-v6-c-masthead__logo pf-m-compact" href="#">
|
|
4077
4077
|
<svg width="37px" height="37px" viewBox="0 0 158 158">
|
|
4078
|
-
<title>
|
|
4078
|
+
<title>PatternFly</title>
|
|
4079
4079
|
<defs>
|
|
4080
4080
|
<linearGradient
|
|
4081
4081
|
x1="68%"
|
|
@@ -4484,7 +4484,7 @@ section: components
|
|
|
4484
4484
|
<div class="pf-v6-c-masthead__brand">
|
|
4485
4485
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
4486
4486
|
<svg height="37px" viewBox="0 0 679 158">
|
|
4487
|
-
<title>
|
|
4487
|
+
<title>PatternFly</title>
|
|
4488
4488
|
<defs>
|
|
4489
4489
|
<linearGradient
|
|
4490
4490
|
x1="68%"
|
|
@@ -4633,7 +4633,7 @@ section: components
|
|
|
4633
4633
|
<div class="pf-v6-c-masthead__brand">
|
|
4634
4634
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
4635
4635
|
<svg height="37px" viewBox="0 0 679 158">
|
|
4636
|
-
<title>
|
|
4636
|
+
<title>PatternFly</title>
|
|
4637
4637
|
<defs>
|
|
4638
4638
|
<linearGradient
|
|
4639
4639
|
x1="68%"
|
|
@@ -4712,7 +4712,7 @@ section: components
|
|
|
4712
4712
|
</a>
|
|
4713
4713
|
<a class="pf-v6-c-masthead__logo pf-m-compact" href="#">
|
|
4714
4714
|
<svg width="37px" height="37px" viewBox="0 0 158 158">
|
|
4715
|
-
<title>
|
|
4715
|
+
<title>PatternFly</title>
|
|
4716
4716
|
<defs>
|
|
4717
4717
|
<linearGradient
|
|
4718
4718
|
x1="68%"
|
|
@@ -48,7 +48,7 @@ section: components
|
|
|
48
48
|
<div class="pf-v6-c-masthead__brand">
|
|
49
49
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
50
50
|
<svg height="37px" viewBox="0 0 679 158">
|
|
51
|
-
<title>
|
|
51
|
+
<title>PatternFly</title>
|
|
52
52
|
<defs>
|
|
53
53
|
<linearGradient
|
|
54
54
|
x1="68%"
|
|
@@ -1001,7 +1001,7 @@ section: components
|
|
|
1001
1001
|
<div class="pf-v6-c-masthead__brand">
|
|
1002
1002
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1003
1003
|
<svg height="37px" viewBox="0 0 679 158">
|
|
1004
|
-
<title>
|
|
1004
|
+
<title>PatternFly</title>
|
|
1005
1005
|
<defs>
|
|
1006
1006
|
<linearGradient
|
|
1007
1007
|
x1="68%"
|
|
@@ -1954,7 +1954,7 @@ section: components
|
|
|
1954
1954
|
<div class="pf-v6-c-masthead__brand">
|
|
1955
1955
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1956
1956
|
<svg height="37px" viewBox="0 0 679 158">
|
|
1957
|
-
<title>
|
|
1957
|
+
<title>PatternFly</title>
|
|
1958
1958
|
<defs>
|
|
1959
1959
|
<linearGradient
|
|
1960
1960
|
x1="68%"
|
|
@@ -2910,7 +2910,7 @@ section: components
|
|
|
2910
2910
|
<div class="pf-v6-c-masthead__brand">
|
|
2911
2911
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
2912
2912
|
<svg height="37px" viewBox="0 0 679 158">
|
|
2913
|
-
<title>
|
|
2913
|
+
<title>PatternFly</title>
|
|
2914
2914
|
<defs>
|
|
2915
2915
|
<linearGradient
|
|
2916
2916
|
x1="68%"
|
|
@@ -3849,7 +3849,7 @@ section: components
|
|
|
3849
3849
|
<div class="pf-v6-c-masthead__brand">
|
|
3850
3850
|
<a class="pf-v6-c-masthead__logo" href="#">
|
|
3851
3851
|
<svg height="37px" viewBox="0 0 679 158">
|
|
3852
|
-
<title>
|
|
3852
|
+
<title>PatternFly</title>
|
|
3853
3853
|
<defs>
|
|
3854
3854
|
<linearGradient
|
|
3855
3855
|
x1="68%"
|