@patternfly/patternfly 6.0.0-alpha.34 → 6.0.0-alpha.39
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/CODE_OF_CONDUCT.md +1 -2
- package/assets/images/PF-HorizontalLogo-Color.svg +29 -0
- package/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
- package/assets/images/PF-IconLogo-color.svg +17 -0
- package/components/Backdrop/backdrop.css +6 -2
- package/components/Backdrop/backdrop.scss +5 -2
- package/components/Banner/banner.css +4 -0
- package/components/Banner/banner.scss +5 -0
- package/components/Card/card.css +3 -0
- package/components/Card/card.scss +8 -0
- package/components/Divider/divider.css +97 -177
- package/components/Divider/divider.scss +60 -79
- package/components/Form/form.css +6 -0
- package/components/Form/form.scss +4 -1
- package/components/Masthead/masthead.css +267 -435
- package/components/Masthead/masthead.scss +118 -233
- package/components/MenuToggle/menu-toggle.css +1 -0
- package/components/MenuToggle/menu-toggle.scss +2 -0
- package/components/Popover/popover.css +0 -2
- package/components/Popover/popover.scss +2 -2
- package/components/SimpleList/simple-list.css +35 -52
- package/components/SimpleList/simple-list.scss +41 -51
- package/components/Table/table.scss +1 -0
- package/components/Tooltip/tooltip.css +0 -2
- package/components/Tooltip/tooltip.scss +3 -3
- package/components/Truncate/truncate.css +4 -0
- package/components/Truncate/truncate.scss +3 -0
- package/docs/components/Accordion/examples/Accordion.md +6 -6
- package/docs/components/Alert/examples/Alert.md +2 -2
- package/docs/components/Brand/examples/Brand.md +9 -33
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +1 -1
- package/docs/components/Card/examples/Card.md +18 -20
- package/docs/components/Check/examples/Check.md +1 -0
- package/docs/components/Content/examples/Content.md +5 -5
- package/docs/components/Divider/examples/Divider.css +3 -1
- package/docs/components/Divider/examples/Divider.md +4 -5
- package/docs/components/InlineEdit/examples/InlineEdit.md +3 -1
- package/docs/components/Label/examples/Label.md +11 -11
- package/docs/components/Masthead/examples/masthead.md +441 -16
- package/docs/components/Nav/examples/Navigation.css +18 -2
- package/docs/components/Nav/examples/Navigation.md +1 -1
- package/docs/components/Radio/examples/Radio.md +1 -1
- package/docs/components/SimpleList/examples/SimpleList.md +3 -3
- package/docs/components/Table/examples/Table.md +8 -8
- package/docs/components/Truncate/examples/Truncate.css +2 -2
- package/docs/demos/AboutModal/examples/AboutModal.md +40 -42
- package/docs/demos/Alert/examples/Alert.md +120 -126
- package/docs/demos/BackToTop/examples/BackToTop.md +40 -42
- package/docs/demos/Banner/examples/Banner.md +79 -80
- package/docs/demos/CardView/examples/CardView.md +40 -42
- package/docs/demos/ContextSelector/examples/ContextSelector.md +129 -146
- package/docs/demos/Dashboard/examples/Dashboard.md +40 -42
- package/docs/demos/DataList/examples/DataList.md +160 -279
- package/docs/demos/DescriptionList/examples/DescriptionList.md +120 -126
- package/docs/demos/Drawer/examples/Drawer.md +200 -210
- package/docs/demos/JumpLinks/examples/JumpLinks.md +240 -252
- package/docs/demos/Masthead/examples/Masthead.md +143 -224
- package/docs/demos/Modal/examples/Modal.md +240 -252
- package/docs/demos/Nav/examples/Nav.md +320 -336
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +200 -210
- package/docs/demos/Page/examples/Page.md +360 -378
- package/docs/demos/Page/examples/Penta.md +8 -15
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +280 -294
- package/docs/demos/Skeleton/examples/Skeleton.md +40 -42
- package/docs/demos/Table/examples/Table.md +617 -647
- package/docs/demos/Tabs/examples/Tabs.md +240 -252
- package/docs/demos/Toolbar/examples/Toolbar.md +80 -84
- package/docs/demos/Wizard/examples/Wizard.md +360 -378
- package/docs/layouts/Flex/examples/Flex.md +11 -11
- package/package.json +32 -32
- package/patternfly-no-globals.css +422 -673
- package/patternfly-theme-dark-unversioned.css +422 -673
- package/patternfly.css +422 -673
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/SimpleList/themes/dark/simple-list.scss +0 -14
|
@@ -25,20 +25,16 @@ wrapperTag: div
|
|
|
25
25
|
</button>
|
|
26
26
|
</span>
|
|
27
27
|
<div class="pf-v5-c-masthead__main">
|
|
28
|
-
<a
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
style="--pf-v5-c-brand--Height: 36px;"
|
|
32
|
-
>
|
|
33
|
-
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
34
|
-
<title>Patternfly logo</title>
|
|
28
|
+
<a class="pf-v5-c-masthead__brand" href="#">
|
|
29
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
30
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
35
31
|
<defs>
|
|
36
32
|
<linearGradient
|
|
37
33
|
x1="68%"
|
|
38
34
|
y1="2.25860997e-13%"
|
|
39
35
|
x2="32%"
|
|
40
36
|
y2="100%"
|
|
41
|
-
id="linearGradient-
|
|
37
|
+
id="linearGradient-masthead-basic-example-masthead"
|
|
42
38
|
>
|
|
43
39
|
<stop stop-color="#2B9AF3" offset="0%" />
|
|
44
40
|
<stop
|
|
@@ -48,13 +44,7 @@ wrapperTag: div
|
|
|
48
44
|
/>
|
|
49
45
|
</linearGradient>
|
|
50
46
|
</defs>
|
|
51
|
-
<g
|
|
52
|
-
id="PF-HorizontalLogo-Color"
|
|
53
|
-
stroke="none"
|
|
54
|
-
stroke-width="1"
|
|
55
|
-
fill="none"
|
|
56
|
-
fill-rule="evenodd"
|
|
57
|
-
>
|
|
47
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
58
48
|
<g
|
|
59
49
|
transform="translate(206.000000, 45.750000)"
|
|
60
50
|
fill="var(--pf-t--global--text--color--regular)"
|
|
@@ -89,19 +79,18 @@ wrapperTag: div
|
|
|
89
79
|
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"
|
|
90
80
|
/>
|
|
91
81
|
</g>
|
|
92
|
-
<g
|
|
82
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
93
83
|
<path
|
|
94
84
|
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"
|
|
95
|
-
|
|
96
|
-
fill="var(--pf-t--global--color--brand--200)"
|
|
85
|
+
fill="#0066CC"
|
|
97
86
|
/>
|
|
98
87
|
<path
|
|
99
88
|
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
100
|
-
fill="url(#linearGradient-
|
|
89
|
+
fill="url(#linearGradient-masthead-basic-example-masthead)"
|
|
101
90
|
/>
|
|
102
91
|
<path
|
|
103
92
|
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"
|
|
104
|
-
fill="url(#linearGradient-
|
|
93
|
+
fill="url(#linearGradient-masthead-basic-example-masthead)"
|
|
105
94
|
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
106
95
|
/>
|
|
107
96
|
</g>
|
|
@@ -278,20 +267,16 @@ wrapperTag: div
|
|
|
278
267
|
</button>
|
|
279
268
|
</span>
|
|
280
269
|
<div class="pf-v5-c-masthead__main">
|
|
281
|
-
<a
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
style="--pf-v5-c-brand--Height: 36px;"
|
|
285
|
-
>
|
|
286
|
-
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
287
|
-
<title>Patternfly logo</title>
|
|
270
|
+
<a class="pf-v5-c-masthead__brand" href="#">
|
|
271
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
272
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
288
273
|
<defs>
|
|
289
274
|
<linearGradient
|
|
290
275
|
x1="68%"
|
|
291
276
|
y1="2.25860997e-13%"
|
|
292
277
|
x2="32%"
|
|
293
278
|
y2="100%"
|
|
294
|
-
id="linearGradient-
|
|
279
|
+
id="linearGradient-masthead-context-selecton-drilldown-example-masthead"
|
|
295
280
|
>
|
|
296
281
|
<stop stop-color="#2B9AF3" offset="0%" />
|
|
297
282
|
<stop
|
|
@@ -301,13 +286,7 @@ wrapperTag: div
|
|
|
301
286
|
/>
|
|
302
287
|
</linearGradient>
|
|
303
288
|
</defs>
|
|
304
|
-
<g
|
|
305
|
-
id="PF-HorizontalLogo-Color"
|
|
306
|
-
stroke="none"
|
|
307
|
-
stroke-width="1"
|
|
308
|
-
fill="none"
|
|
309
|
-
fill-rule="evenodd"
|
|
310
|
-
>
|
|
289
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
311
290
|
<g
|
|
312
291
|
transform="translate(206.000000, 45.750000)"
|
|
313
292
|
fill="var(--pf-t--global--text--color--regular)"
|
|
@@ -342,19 +321,18 @@ wrapperTag: div
|
|
|
342
321
|
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"
|
|
343
322
|
/>
|
|
344
323
|
</g>
|
|
345
|
-
<g
|
|
324
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
346
325
|
<path
|
|
347
326
|
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"
|
|
348
|
-
|
|
349
|
-
fill="var(--pf-t--global--color--brand--200)"
|
|
327
|
+
fill="#0066CC"
|
|
350
328
|
/>
|
|
351
329
|
<path
|
|
352
330
|
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
353
|
-
fill="url(#linearGradient-
|
|
331
|
+
fill="url(#linearGradient-masthead-context-selecton-drilldown-example-masthead)"
|
|
354
332
|
/>
|
|
355
333
|
<path
|
|
356
334
|
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"
|
|
357
|
-
fill="url(#linearGradient-
|
|
335
|
+
fill="url(#linearGradient-masthead-context-selecton-drilldown-example-masthead)"
|
|
358
336
|
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
359
337
|
/>
|
|
360
338
|
</g>
|
|
@@ -559,20 +537,16 @@ wrapperTag: div
|
|
|
559
537
|
</button>
|
|
560
538
|
</span>
|
|
561
539
|
<div class="pf-v5-c-masthead__main">
|
|
562
|
-
<a
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
style="--pf-v5-c-brand--Height: 36px;"
|
|
566
|
-
>
|
|
567
|
-
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
568
|
-
<title>Patternfly logo</title>
|
|
540
|
+
<a class="pf-v5-c-masthead__brand" href="#">
|
|
541
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
542
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
569
543
|
<defs>
|
|
570
544
|
<linearGradient
|
|
571
545
|
x1="68%"
|
|
572
546
|
y1="2.25860997e-13%"
|
|
573
547
|
x2="32%"
|
|
574
548
|
y2="100%"
|
|
575
|
-
id="linearGradient-
|
|
549
|
+
id="linearGradient-masthead-toolbar-filters-example-masthead"
|
|
576
550
|
>
|
|
577
551
|
<stop stop-color="#2B9AF3" offset="0%" />
|
|
578
552
|
<stop
|
|
@@ -582,13 +556,7 @@ wrapperTag: div
|
|
|
582
556
|
/>
|
|
583
557
|
</linearGradient>
|
|
584
558
|
</defs>
|
|
585
|
-
<g
|
|
586
|
-
id="PF-HorizontalLogo-Color"
|
|
587
|
-
stroke="none"
|
|
588
|
-
stroke-width="1"
|
|
589
|
-
fill="none"
|
|
590
|
-
fill-rule="evenodd"
|
|
591
|
-
>
|
|
559
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
592
560
|
<g
|
|
593
561
|
transform="translate(206.000000, 45.750000)"
|
|
594
562
|
fill="var(--pf-t--global--text--color--regular)"
|
|
@@ -623,19 +591,18 @@ wrapperTag: div
|
|
|
623
591
|
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"
|
|
624
592
|
/>
|
|
625
593
|
</g>
|
|
626
|
-
<g
|
|
594
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
627
595
|
<path
|
|
628
596
|
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"
|
|
629
|
-
|
|
630
|
-
fill="var(--pf-t--global--color--brand--200)"
|
|
597
|
+
fill="#0066CC"
|
|
631
598
|
/>
|
|
632
599
|
<path
|
|
633
600
|
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
634
|
-
fill="url(#linearGradient-
|
|
601
|
+
fill="url(#linearGradient-masthead-toolbar-filters-example-masthead)"
|
|
635
602
|
/>
|
|
636
603
|
<path
|
|
637
604
|
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"
|
|
638
|
-
fill="url(#linearGradient-
|
|
605
|
+
fill="url(#linearGradient-masthead-toolbar-filters-example-masthead)"
|
|
639
606
|
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
640
607
|
/>
|
|
641
608
|
</g>
|
|
@@ -874,20 +841,16 @@ wrapperTag: div
|
|
|
874
841
|
</button>
|
|
875
842
|
</span>
|
|
876
843
|
<div class="pf-v5-c-masthead__main">
|
|
877
|
-
<a
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
style="--pf-v5-c-brand--Height: 36px;"
|
|
881
|
-
>
|
|
882
|
-
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
883
|
-
<title>Patternfly logo</title>
|
|
844
|
+
<a class="pf-v5-c-masthead__brand" href="#">
|
|
845
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
846
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
884
847
|
<defs>
|
|
885
848
|
<linearGradient
|
|
886
849
|
x1="68%"
|
|
887
850
|
y1="2.25860997e-13%"
|
|
888
851
|
x2="32%"
|
|
889
852
|
y2="100%"
|
|
890
|
-
id="linearGradient-
|
|
853
|
+
id="linearGradient-masthead-toggle-group-filters-example-masthead"
|
|
891
854
|
>
|
|
892
855
|
<stop stop-color="#2B9AF3" offset="0%" />
|
|
893
856
|
<stop
|
|
@@ -897,13 +860,7 @@ wrapperTag: div
|
|
|
897
860
|
/>
|
|
898
861
|
</linearGradient>
|
|
899
862
|
</defs>
|
|
900
|
-
<g
|
|
901
|
-
id="PF-HorizontalLogo-Color"
|
|
902
|
-
stroke="none"
|
|
903
|
-
stroke-width="1"
|
|
904
|
-
fill="none"
|
|
905
|
-
fill-rule="evenodd"
|
|
906
|
-
>
|
|
863
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
907
864
|
<g
|
|
908
865
|
transform="translate(206.000000, 45.750000)"
|
|
909
866
|
fill="var(--pf-t--global--text--color--regular)"
|
|
@@ -938,19 +895,18 @@ wrapperTag: div
|
|
|
938
895
|
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"
|
|
939
896
|
/>
|
|
940
897
|
</g>
|
|
941
|
-
<g
|
|
898
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
942
899
|
<path
|
|
943
900
|
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"
|
|
944
|
-
|
|
945
|
-
fill="var(--pf-t--global--color--brand--200)"
|
|
901
|
+
fill="#0066CC"
|
|
946
902
|
/>
|
|
947
903
|
<path
|
|
948
904
|
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
949
|
-
fill="url(#linearGradient-
|
|
905
|
+
fill="url(#linearGradient-masthead-toggle-group-filters-example-masthead)"
|
|
950
906
|
/>
|
|
951
907
|
<path
|
|
952
908
|
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"
|
|
953
|
-
fill="url(#linearGradient-
|
|
909
|
+
fill="url(#linearGradient-masthead-toggle-group-filters-example-masthead)"
|
|
954
910
|
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
955
911
|
/>
|
|
956
912
|
</g>
|
|
@@ -1189,20 +1145,16 @@ wrapperTag: div
|
|
|
1189
1145
|
</button>
|
|
1190
1146
|
</span>
|
|
1191
1147
|
<div class="pf-v5-c-masthead__main">
|
|
1192
|
-
<a
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
style="--pf-v5-c-brand--Height: 36px;"
|
|
1196
|
-
>
|
|
1197
|
-
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
1198
|
-
<title>Patternfly logo</title>
|
|
1148
|
+
<a class="pf-v5-c-masthead__brand" href="#">
|
|
1149
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
1150
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1199
1151
|
<defs>
|
|
1200
1152
|
<linearGradient
|
|
1201
1153
|
x1="68%"
|
|
1202
1154
|
y1="2.25860997e-13%"
|
|
1203
1155
|
x2="32%"
|
|
1204
1156
|
y2="100%"
|
|
1205
|
-
id="linearGradient-
|
|
1157
|
+
id="linearGradient-masthead-expandable-search-example-masthead"
|
|
1206
1158
|
>
|
|
1207
1159
|
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1208
1160
|
<stop
|
|
@@ -1212,13 +1164,7 @@ wrapperTag: div
|
|
|
1212
1164
|
/>
|
|
1213
1165
|
</linearGradient>
|
|
1214
1166
|
</defs>
|
|
1215
|
-
<g
|
|
1216
|
-
id="PF-HorizontalLogo-Color"
|
|
1217
|
-
stroke="none"
|
|
1218
|
-
stroke-width="1"
|
|
1219
|
-
fill="none"
|
|
1220
|
-
fill-rule="evenodd"
|
|
1221
|
-
>
|
|
1167
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1222
1168
|
<g
|
|
1223
1169
|
transform="translate(206.000000, 45.750000)"
|
|
1224
1170
|
fill="var(--pf-t--global--text--color--regular)"
|
|
@@ -1253,19 +1199,18 @@ wrapperTag: div
|
|
|
1253
1199
|
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"
|
|
1254
1200
|
/>
|
|
1255
1201
|
</g>
|
|
1256
|
-
<g
|
|
1202
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1257
1203
|
<path
|
|
1258
1204
|
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"
|
|
1259
|
-
|
|
1260
|
-
fill="var(--pf-t--global--color--brand--200)"
|
|
1205
|
+
fill="#0066CC"
|
|
1261
1206
|
/>
|
|
1262
1207
|
<path
|
|
1263
1208
|
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1264
|
-
fill="url(#linearGradient-
|
|
1209
|
+
fill="url(#linearGradient-masthead-expandable-search-example-masthead)"
|
|
1265
1210
|
/>
|
|
1266
1211
|
<path
|
|
1267
1212
|
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"
|
|
1268
|
-
fill="url(#linearGradient-
|
|
1213
|
+
fill="url(#linearGradient-masthead-expandable-search-example-masthead)"
|
|
1269
1214
|
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1270
1215
|
/>
|
|
1271
1216
|
</g>
|
|
@@ -1445,20 +1390,16 @@ wrapperTag: div
|
|
|
1445
1390
|
</button>
|
|
1446
1391
|
</span>
|
|
1447
1392
|
<div class="pf-v5-c-masthead__main">
|
|
1448
|
-
<a
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
style="--pf-v5-c-brand--Height: 36px;"
|
|
1452
|
-
>
|
|
1453
|
-
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
1454
|
-
<title>Patternfly logo</title>
|
|
1393
|
+
<a class="pf-v5-c-masthead__brand" href="#">
|
|
1394
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
1395
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1455
1396
|
<defs>
|
|
1456
1397
|
<linearGradient
|
|
1457
1398
|
x1="68%"
|
|
1458
1399
|
y1="2.25860997e-13%"
|
|
1459
1400
|
x2="32%"
|
|
1460
1401
|
y2="100%"
|
|
1461
|
-
id="linearGradient-
|
|
1402
|
+
id="linearGradient-masthead-expandable-search-expanded-example-masthead"
|
|
1462
1403
|
>
|
|
1463
1404
|
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1464
1405
|
<stop
|
|
@@ -1468,13 +1409,7 @@ wrapperTag: div
|
|
|
1468
1409
|
/>
|
|
1469
1410
|
</linearGradient>
|
|
1470
1411
|
</defs>
|
|
1471
|
-
<g
|
|
1472
|
-
id="PF-HorizontalLogo-Color"
|
|
1473
|
-
stroke="none"
|
|
1474
|
-
stroke-width="1"
|
|
1475
|
-
fill="none"
|
|
1476
|
-
fill-rule="evenodd"
|
|
1477
|
-
>
|
|
1412
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1478
1413
|
<g
|
|
1479
1414
|
transform="translate(206.000000, 45.750000)"
|
|
1480
1415
|
fill="var(--pf-t--global--text--color--regular)"
|
|
@@ -1509,19 +1444,18 @@ wrapperTag: div
|
|
|
1509
1444
|
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"
|
|
1510
1445
|
/>
|
|
1511
1446
|
</g>
|
|
1512
|
-
<g
|
|
1447
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1513
1448
|
<path
|
|
1514
1449
|
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"
|
|
1515
|
-
|
|
1516
|
-
fill="var(--pf-t--global--color--brand--200)"
|
|
1450
|
+
fill="#0066CC"
|
|
1517
1451
|
/>
|
|
1518
1452
|
<path
|
|
1519
1453
|
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1520
|
-
fill="url(#linearGradient-
|
|
1454
|
+
fill="url(#linearGradient-masthead-expandable-search-expanded-example-masthead)"
|
|
1521
1455
|
/>
|
|
1522
1456
|
<path
|
|
1523
1457
|
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"
|
|
1524
|
-
fill="url(#linearGradient-
|
|
1458
|
+
fill="url(#linearGradient-masthead-expandable-search-expanded-example-masthead)"
|
|
1525
1459
|
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1526
1460
|
/>
|
|
1527
1461
|
</g>
|
|
@@ -1719,20 +1653,16 @@ wrapperTag: div
|
|
|
1719
1653
|
</button>
|
|
1720
1654
|
</span>
|
|
1721
1655
|
<div class="pf-v5-c-masthead__main">
|
|
1722
|
-
<a
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
style="--pf-v5-c-brand--Height: 36px;"
|
|
1726
|
-
>
|
|
1727
|
-
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
1728
|
-
<title>Patternfly logo</title>
|
|
1656
|
+
<a class="pf-v5-c-masthead__brand" href="#">
|
|
1657
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
1658
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1729
1659
|
<defs>
|
|
1730
1660
|
<linearGradient
|
|
1731
1661
|
x1="68%"
|
|
1732
1662
|
y1="2.25860997e-13%"
|
|
1733
1663
|
x2="32%"
|
|
1734
1664
|
y2="100%"
|
|
1735
|
-
id="linearGradient-
|
|
1665
|
+
id="linearGradient-masthead-advanced-with-menu-example-masthead"
|
|
1736
1666
|
>
|
|
1737
1667
|
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1738
1668
|
<stop
|
|
@@ -1742,13 +1672,7 @@ wrapperTag: div
|
|
|
1742
1672
|
/>
|
|
1743
1673
|
</linearGradient>
|
|
1744
1674
|
</defs>
|
|
1745
|
-
<g
|
|
1746
|
-
id="PF-HorizontalLogo-Color"
|
|
1747
|
-
stroke="none"
|
|
1748
|
-
stroke-width="1"
|
|
1749
|
-
fill="none"
|
|
1750
|
-
fill-rule="evenodd"
|
|
1751
|
-
>
|
|
1675
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1752
1676
|
<g
|
|
1753
1677
|
transform="translate(206.000000, 45.750000)"
|
|
1754
1678
|
fill="var(--pf-t--global--text--color--regular)"
|
|
@@ -1783,19 +1707,18 @@ wrapperTag: div
|
|
|
1783
1707
|
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"
|
|
1784
1708
|
/>
|
|
1785
1709
|
</g>
|
|
1786
|
-
<g
|
|
1710
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1787
1711
|
<path
|
|
1788
1712
|
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"
|
|
1789
|
-
|
|
1790
|
-
fill="var(--pf-t--global--color--brand--200)"
|
|
1713
|
+
fill="#0066CC"
|
|
1791
1714
|
/>
|
|
1792
1715
|
<path
|
|
1793
1716
|
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1794
|
-
fill="url(#linearGradient-
|
|
1717
|
+
fill="url(#linearGradient-masthead-advanced-with-menu-example-masthead)"
|
|
1795
1718
|
/>
|
|
1796
1719
|
<path
|
|
1797
1720
|
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"
|
|
1798
|
-
fill="url(#linearGradient-
|
|
1721
|
+
fill="url(#linearGradient-masthead-advanced-with-menu-example-masthead)"
|
|
1799
1722
|
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1800
1723
|
/>
|
|
1801
1724
|
</g>
|
|
@@ -1810,8 +1733,38 @@ wrapperTag: div
|
|
|
1810
1733
|
>
|
|
1811
1734
|
<div class="pf-v5-c-toolbar__content">
|
|
1812
1735
|
<div class="pf-v5-c-toolbar__content-section">
|
|
1736
|
+
<div class="pf-v5-c-toolbar__item">
|
|
1737
|
+
<button
|
|
1738
|
+
class="pf-v5-c-menu-toggle"
|
|
1739
|
+
type="button"
|
|
1740
|
+
aria-expanded="false"
|
|
1741
|
+
>
|
|
1742
|
+
<span class="pf-v5-c-menu-toggle__text">Overview</span>
|
|
1743
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
1744
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1745
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
1746
|
+
</span>
|
|
1747
|
+
</span>
|
|
1748
|
+
</button>
|
|
1749
|
+
</div>
|
|
1750
|
+
|
|
1751
|
+
<div class="pf-v5-c-toolbar__item">
|
|
1752
|
+
<button
|
|
1753
|
+
class="pf-v5-c-menu-toggle"
|
|
1754
|
+
type="button"
|
|
1755
|
+
aria-expanded="false"
|
|
1756
|
+
>
|
|
1757
|
+
<span class="pf-v5-c-menu-toggle__text">Services</span>
|
|
1758
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
1759
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1760
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
1761
|
+
</span>
|
|
1762
|
+
</span>
|
|
1763
|
+
</button>
|
|
1764
|
+
</div>
|
|
1765
|
+
|
|
1813
1766
|
<div
|
|
1814
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
1767
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
1815
1768
|
>
|
|
1816
1769
|
<div
|
|
1817
1770
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -1858,27 +1811,6 @@ wrapperTag: div
|
|
|
1858
1811
|
</button>
|
|
1859
1812
|
</div>
|
|
1860
1813
|
</div>
|
|
1861
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
1862
|
-
<button
|
|
1863
|
-
class="pf-v5-c-menu-toggle pf-m-full-height"
|
|
1864
|
-
type="button"
|
|
1865
|
-
aria-expanded="false"
|
|
1866
|
-
>
|
|
1867
|
-
<span class="pf-v5-c-menu-toggle__icon">
|
|
1868
|
-
<img
|
|
1869
|
-
class="pf-v5-c-avatar"
|
|
1870
|
-
alt="Avatar image"
|
|
1871
|
-
src="/assets/images/img_avatar-light.svg"
|
|
1872
|
-
/>
|
|
1873
|
-
</span>
|
|
1874
|
-
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
1875
|
-
<span class="pf-v5-c-menu-toggle__controls">
|
|
1876
|
-
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1877
|
-
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
1878
|
-
</span>
|
|
1879
|
-
</span>
|
|
1880
|
-
</button>
|
|
1881
|
-
</div>
|
|
1882
1814
|
</div>
|
|
1883
1815
|
</div>
|
|
1884
1816
|
</div>
|
|
@@ -2017,20 +1949,16 @@ wrapperTag: div
|
|
|
2017
1949
|
</div>
|
|
2018
1950
|
<header class="pf-v5-c-masthead" id="masthead-horizontal-nav-masthead">
|
|
2019
1951
|
<div class="pf-v5-c-masthead__main">
|
|
2020
|
-
<a
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
style="--pf-v5-c-brand--Height: 36px;"
|
|
2024
|
-
>
|
|
2025
|
-
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
2026
|
-
<title>Patternfly logo</title>
|
|
1952
|
+
<a class="pf-v5-c-masthead__brand" href="#">
|
|
1953
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
1954
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
2027
1955
|
<defs>
|
|
2028
1956
|
<linearGradient
|
|
2029
1957
|
x1="68%"
|
|
2030
1958
|
y1="2.25860997e-13%"
|
|
2031
1959
|
x2="32%"
|
|
2032
1960
|
y2="100%"
|
|
2033
|
-
id="linearGradient-
|
|
1961
|
+
id="linearGradient-masthead-horizontal-nav-masthead"
|
|
2034
1962
|
>
|
|
2035
1963
|
<stop stop-color="#2B9AF3" offset="0%" />
|
|
2036
1964
|
<stop
|
|
@@ -2040,13 +1968,7 @@ wrapperTag: div
|
|
|
2040
1968
|
/>
|
|
2041
1969
|
</linearGradient>
|
|
2042
1970
|
</defs>
|
|
2043
|
-
<g
|
|
2044
|
-
id="PF-HorizontalLogo-Color"
|
|
2045
|
-
stroke="none"
|
|
2046
|
-
stroke-width="1"
|
|
2047
|
-
fill="none"
|
|
2048
|
-
fill-rule="evenodd"
|
|
2049
|
-
>
|
|
1971
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
2050
1972
|
<g
|
|
2051
1973
|
transform="translate(206.000000, 45.750000)"
|
|
2052
1974
|
fill="var(--pf-t--global--text--color--regular)"
|
|
@@ -2081,19 +2003,18 @@ wrapperTag: div
|
|
|
2081
2003
|
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"
|
|
2082
2004
|
/>
|
|
2083
2005
|
</g>
|
|
2084
|
-
<g
|
|
2006
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
2085
2007
|
<path
|
|
2086
2008
|
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"
|
|
2087
|
-
|
|
2088
|
-
fill="var(--pf-t--global--color--brand--200)"
|
|
2009
|
+
fill="#0066CC"
|
|
2089
2010
|
/>
|
|
2090
2011
|
<path
|
|
2091
2012
|
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
2092
|
-
fill="url(#linearGradient-
|
|
2013
|
+
fill="url(#linearGradient-masthead-horizontal-nav-masthead)"
|
|
2093
2014
|
/>
|
|
2094
2015
|
<path
|
|
2095
2016
|
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"
|
|
2096
|
-
fill="url(#linearGradient-
|
|
2017
|
+
fill="url(#linearGradient-masthead-horizontal-nav-masthead)"
|
|
2097
2018
|
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
2098
2019
|
/>
|
|
2099
2020
|
</g>
|
|
@@ -2108,6 +2029,36 @@ wrapperTag: div
|
|
|
2108
2029
|
>
|
|
2109
2030
|
<div class="pf-v5-c-toolbar__content">
|
|
2110
2031
|
<div class="pf-v5-c-toolbar__content-section">
|
|
2032
|
+
<div class="pf-v5-c-toolbar__item">
|
|
2033
|
+
<button
|
|
2034
|
+
class="pf-v5-c-menu-toggle"
|
|
2035
|
+
type="button"
|
|
2036
|
+
aria-expanded="false"
|
|
2037
|
+
>
|
|
2038
|
+
<span class="pf-v5-c-menu-toggle__text">Overview</span>
|
|
2039
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
2040
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
2041
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
2042
|
+
</span>
|
|
2043
|
+
</span>
|
|
2044
|
+
</button>
|
|
2045
|
+
</div>
|
|
2046
|
+
|
|
2047
|
+
<div class="pf-v5-c-toolbar__item">
|
|
2048
|
+
<button
|
|
2049
|
+
class="pf-v5-c-menu-toggle"
|
|
2050
|
+
type="button"
|
|
2051
|
+
aria-expanded="false"
|
|
2052
|
+
>
|
|
2053
|
+
<span class="pf-v5-c-menu-toggle__text">Services</span>
|
|
2054
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
2055
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
2056
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
2057
|
+
</span>
|
|
2058
|
+
</span>
|
|
2059
|
+
</button>
|
|
2060
|
+
</div>
|
|
2061
|
+
|
|
2111
2062
|
<div
|
|
2112
2063
|
class="pf-v5-c-toolbar__item pf-m-overflow-container"
|
|
2113
2064
|
style="--pf-v5-c-toolbar__item--MinWidth: 18ch;"
|
|
@@ -2154,7 +2105,7 @@ wrapperTag: div
|
|
|
2154
2105
|
</nav>
|
|
2155
2106
|
</div>
|
|
2156
2107
|
<div
|
|
2157
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
2108
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
2158
2109
|
>
|
|
2159
2110
|
<div
|
|
2160
2111
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -2201,27 +2152,6 @@ wrapperTag: div
|
|
|
2201
2152
|
</button>
|
|
2202
2153
|
</div>
|
|
2203
2154
|
</div>
|
|
2204
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
2205
|
-
<button
|
|
2206
|
-
class="pf-v5-c-menu-toggle pf-m-full-height"
|
|
2207
|
-
type="button"
|
|
2208
|
-
aria-expanded="false"
|
|
2209
|
-
>
|
|
2210
|
-
<span class="pf-v5-c-menu-toggle__icon">
|
|
2211
|
-
<img
|
|
2212
|
-
class="pf-v5-c-avatar"
|
|
2213
|
-
alt="Avatar image"
|
|
2214
|
-
src="/assets/images/img_avatar-light.svg"
|
|
2215
|
-
/>
|
|
2216
|
-
</span>
|
|
2217
|
-
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
2218
|
-
<span class="pf-v5-c-menu-toggle__controls">
|
|
2219
|
-
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
2220
|
-
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
2221
|
-
</span>
|
|
2222
|
-
</span>
|
|
2223
|
-
</button>
|
|
2224
|
-
</div>
|
|
2225
2155
|
</div>
|
|
2226
2156
|
</div>
|
|
2227
2157
|
</div>
|
|
@@ -2346,20 +2276,16 @@ wrapperTag: div
|
|
|
2346
2276
|
</button>
|
|
2347
2277
|
</span>
|
|
2348
2278
|
<div class="pf-v5-c-masthead__main">
|
|
2349
|
-
<a
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
style="--pf-v5-c-brand--Height: 36px;"
|
|
2353
|
-
>
|
|
2354
|
-
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
2355
|
-
<title>Patternfly logo</title>
|
|
2279
|
+
<a class="pf-v5-c-masthead__brand" href="#">
|
|
2280
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
2281
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
2356
2282
|
<defs>
|
|
2357
2283
|
<linearGradient
|
|
2358
2284
|
x1="68%"
|
|
2359
2285
|
y1="2.25860997e-13%"
|
|
2360
2286
|
x2="32%"
|
|
2361
2287
|
y2="100%"
|
|
2362
|
-
id="linearGradient-
|
|
2288
|
+
id="linearGradient-masthead-toggle-group-filters-expanded-mobile-example-masthead"
|
|
2363
2289
|
>
|
|
2364
2290
|
<stop stop-color="#2B9AF3" offset="0%" />
|
|
2365
2291
|
<stop
|
|
@@ -2369,13 +2295,7 @@ wrapperTag: div
|
|
|
2369
2295
|
/>
|
|
2370
2296
|
</linearGradient>
|
|
2371
2297
|
</defs>
|
|
2372
|
-
<g
|
|
2373
|
-
id="PF-HorizontalLogo-Color"
|
|
2374
|
-
stroke="none"
|
|
2375
|
-
stroke-width="1"
|
|
2376
|
-
fill="none"
|
|
2377
|
-
fill-rule="evenodd"
|
|
2378
|
-
>
|
|
2298
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
2379
2299
|
<g
|
|
2380
2300
|
transform="translate(206.000000, 45.750000)"
|
|
2381
2301
|
fill="var(--pf-t--global--text--color--regular)"
|
|
@@ -2410,19 +2330,18 @@ wrapperTag: div
|
|
|
2410
2330
|
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"
|
|
2411
2331
|
/>
|
|
2412
2332
|
</g>
|
|
2413
|
-
<g
|
|
2333
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
2414
2334
|
<path
|
|
2415
2335
|
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"
|
|
2416
|
-
|
|
2417
|
-
fill="var(--pf-t--global--color--brand--200)"
|
|
2336
|
+
fill="#0066CC"
|
|
2418
2337
|
/>
|
|
2419
2338
|
<path
|
|
2420
2339
|
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
2421
|
-
fill="url(#linearGradient-
|
|
2340
|
+
fill="url(#linearGradient-masthead-toggle-group-filters-expanded-mobile-example-masthead)"
|
|
2422
2341
|
/>
|
|
2423
2342
|
<path
|
|
2424
2343
|
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"
|
|
2425
|
-
fill="url(#linearGradient-
|
|
2344
|
+
fill="url(#linearGradient-masthead-toggle-group-filters-expanded-mobile-example-masthead)"
|
|
2426
2345
|
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
2427
2346
|
/>
|
|
2428
2347
|
</g>
|