@patternfly/patternfly 6.5.0-prerelease.45 → 6.5.0-prerelease.47
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/Accordion/accordion.css +1 -1
- package/components/Accordion/accordion.scss +1 -1
- package/components/Card/card.css +1 -1
- package/components/Card/card.scss +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +1 -1
- package/components/ClipboardCopy/clipboard-copy.scss +1 -1
- package/components/DataList/data-list.css +1 -1
- package/components/DataList/data-list.scss +1 -1
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/ExpandableSection/expandable-section.css +2 -2
- package/components/ExpandableSection/expandable-section.scss +2 -2
- package/components/Form/form.css +1 -1
- package/components/Form/form.scss +1 -1
- package/components/JumpLinks/jump-links.css +1 -1
- package/components/JumpLinks/jump-links.scss +1 -1
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +1 -1
- package/components/NotificationDrawer/notification-drawer.css +11 -3
- package/components/NotificationDrawer/notification-drawer.scss +12 -5
- package/components/Table/table.css +2 -2
- package/components/Table/table.scss +2 -2
- package/components/Tabs/tabs.css +2 -2
- package/components/Tabs/tabs.scss +2 -2
- package/components/Toolbar/toolbar.css +1 -1
- package/components/Toolbar/toolbar.scss +1 -1
- package/components/TreeView/tree-view.css +1 -1
- package/components/TreeView/tree-view.scss +1 -1
- package/components/Wizard/wizard.css +1 -1
- package/components/Wizard/wizard.scss +1 -1
- package/components/_index.css +28 -20
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
- package/docs/components/Accordion/examples/Accordion.md +390 -30
- package/docs/components/ActionList/examples/ActionList.md +10 -10
- package/docs/components/Alert/examples/Alert.md +30 -30
- package/docs/components/Banner/examples/Banner.md +65 -5
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +299 -23
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
- package/docs/components/Card/examples/Card.md +52 -4
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +78 -6
- package/docs/components/CodeBlock/examples/CodeBlock.md +26 -2
- package/docs/components/DataList/examples/DataList.md +221 -17
- package/docs/components/Drawer/examples/Drawer.md +42 -42
- package/docs/components/DualListSelector/examples/DualListSelector.md +961 -85
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +91 -7
- package/docs/components/Form/examples/Form.md +78 -6
- package/docs/components/Icon/examples/Icon.md +91 -7
- package/docs/components/InlineEdit/examples/InlineEdit.md +16 -16
- package/docs/components/JumpLinks/examples/JumpLinks.md +52 -4
- package/docs/components/Label/examples/Label.md +2812 -220
- package/docs/components/Menu/examples/Menu.md +1456 -112
- package/docs/components/MenuToggle/examples/MenuToggle.md +13 -1
- package/docs/components/ModalBox/examples/ModalBox.md +121 -37
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +57 -21
- package/docs/components/Nav/examples/Navigation.md +710 -62
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +576 -48
- package/docs/components/Popover/examples/Popover.md +110 -38
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +273 -21
- package/docs/components/Slider/examples/Slider.md +52 -4
- package/docs/components/Table/examples/Table.md +819 -63
- package/docs/components/Tabs/examples/Tabs.md +1959 -339
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +509 -41
- package/docs/components/Toolbar/examples/Toolbar.md +48 -48
- package/docs/components/TreeView/examples/TreeView.md +1300 -100
- package/docs/components/Wizard/examples/Wizard.md +349 -85
- package/docs/demos/AboutModal/examples/AboutModal.md +41 -5
- package/docs/demos/Alert/examples/Alert.md +123 -15
- package/docs/demos/BackToTop/examples/BackToTop.md +39 -3
- package/docs/demos/Banner/examples/Banner.md +78 -6
- package/docs/demos/Card/examples/Card.md +310 -34
- package/docs/demos/CardView/examples/CardView.md +78 -6
- package/docs/demos/Compass/examples/Compass.md +73 -37
- package/docs/demos/Dashboard/examples/Dashboard.md +128 -14
- package/docs/demos/DataList/examples/DataList.md +234 -18
- package/docs/demos/DescriptionList/examples/DescriptionList.md +119 -11
- package/docs/demos/Drawer/examples/Drawer.md +147 -21
- package/docs/demos/Form/examples/BasicForms.md +169 -13
- package/docs/demos/JumpLinks/examples/JumpLinks.md +220 -31
- package/docs/demos/Masthead/examples/Masthead.md +370 -34
- package/docs/demos/Modal/examples/Modal.md +246 -30
- package/docs/demos/Nav/examples/Nav.md +320 -32
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1063 -115
- package/docs/demos/Page/examples/Page.md +548 -44
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +371 -47
- package/docs/demos/Skeleton/examples/Skeleton.md +39 -3
- package/docs/demos/Table/examples/Table.md +934 -73
- package/docs/demos/Tabs/examples/Tabs.md +261 -27
- package/docs/demos/Toolbar/examples/Toolbar.md +102 -30
- package/docs/demos/Wizard/examples/Wizard.md +641 -92
- package/package.json +1 -1
- package/patternfly-no-globals.css +28 -20
- package/patternfly.css +28 -20
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -21,7 +21,7 @@ wrapperTag: div
|
|
|
21
21
|
<span class="pf-v6-c-button__icon">
|
|
22
22
|
<svg
|
|
23
23
|
class="pf-v6-svg"
|
|
24
|
-
viewBox="0 0
|
|
24
|
+
viewBox="0 0 20 20"
|
|
25
25
|
fill="currentColor"
|
|
26
26
|
aria-hidden="true"
|
|
27
27
|
role="img"
|
|
@@ -29,7 +29,7 @@ wrapperTag: div
|
|
|
29
29
|
height="1em"
|
|
30
30
|
>
|
|
31
31
|
<path
|
|
32
|
-
d="
|
|
32
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
33
33
|
/>
|
|
34
34
|
</svg>
|
|
35
35
|
</span>
|
|
@@ -49,10 +49,21 @@ wrapperTag: div
|
|
|
49
49
|
<span class="pf-v6-c-wizard__toggle-list-item">
|
|
50
50
|
<span class="pf-v6-c-wizard__toggle-num">2</span>
|
|
51
51
|
Configuration
|
|
52
|
-
<
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
52
|
+
<span class="pf-v6-c-wizard__toggle-separator">
|
|
53
|
+
<svg
|
|
54
|
+
class="pf-v6-svg"
|
|
55
|
+
viewBox="0 0 20 20"
|
|
56
|
+
fill="currentColor"
|
|
57
|
+
aria-hidden="true"
|
|
58
|
+
role="img"
|
|
59
|
+
width="1em"
|
|
60
|
+
height="1em"
|
|
61
|
+
>
|
|
62
|
+
<path
|
|
63
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
64
|
+
/>
|
|
65
|
+
</svg>
|
|
66
|
+
</span>
|
|
56
67
|
</span>
|
|
57
68
|
<span class="pf-v6-c-wizard__toggle-list-item">Substep B</span>
|
|
58
69
|
</span>
|
|
@@ -81,7 +92,19 @@ wrapperTag: div
|
|
|
81
92
|
<span class="pf-v6-c-wizard__nav-link-text">Configuration</span>
|
|
82
93
|
<span class="pf-v6-c-wizard__nav-link-toggle">
|
|
83
94
|
<span class="pf-v6-c-wizard__nav-link-toggle-icon">
|
|
84
|
-
<
|
|
95
|
+
<svg
|
|
96
|
+
class="pf-v6-svg"
|
|
97
|
+
viewBox="0 0 20 20"
|
|
98
|
+
fill="currentColor"
|
|
99
|
+
aria-hidden="true"
|
|
100
|
+
role="img"
|
|
101
|
+
width="1em"
|
|
102
|
+
height="1em"
|
|
103
|
+
>
|
|
104
|
+
<path
|
|
105
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
106
|
+
/>
|
|
107
|
+
</svg>
|
|
85
108
|
</span>
|
|
86
109
|
</span>
|
|
87
110
|
</span>
|
|
@@ -319,7 +342,7 @@ wrapperTag: div
|
|
|
319
342
|
<span class="pf-v6-c-button__icon">
|
|
320
343
|
<svg
|
|
321
344
|
class="pf-v6-svg"
|
|
322
|
-
viewBox="0 0
|
|
345
|
+
viewBox="0 0 20 20"
|
|
323
346
|
fill="currentColor"
|
|
324
347
|
aria-hidden="true"
|
|
325
348
|
role="img"
|
|
@@ -327,7 +350,7 @@ wrapperTag: div
|
|
|
327
350
|
height="1em"
|
|
328
351
|
>
|
|
329
352
|
<path
|
|
330
|
-
d="
|
|
353
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
331
354
|
/>
|
|
332
355
|
</svg>
|
|
333
356
|
</span>
|
|
@@ -347,10 +370,21 @@ wrapperTag: div
|
|
|
347
370
|
<span class="pf-v6-c-wizard__toggle-list-item">
|
|
348
371
|
<span class="pf-v6-c-wizard__toggle-num">2</span>
|
|
349
372
|
Configuration
|
|
350
|
-
<
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
373
|
+
<span class="pf-v6-c-wizard__toggle-separator">
|
|
374
|
+
<svg
|
|
375
|
+
class="pf-v6-svg"
|
|
376
|
+
viewBox="0 0 20 20"
|
|
377
|
+
fill="currentColor"
|
|
378
|
+
aria-hidden="true"
|
|
379
|
+
role="img"
|
|
380
|
+
width="1em"
|
|
381
|
+
height="1em"
|
|
382
|
+
>
|
|
383
|
+
<path
|
|
384
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
385
|
+
/>
|
|
386
|
+
</svg>
|
|
387
|
+
</span>
|
|
354
388
|
</span>
|
|
355
389
|
<span class="pf-v6-c-wizard__toggle-list-item">Substep B</span>
|
|
356
390
|
</span>
|
|
@@ -379,7 +413,19 @@ wrapperTag: div
|
|
|
379
413
|
<span class="pf-v6-c-wizard__nav-link-text">Configuration</span>
|
|
380
414
|
<span class="pf-v6-c-wizard__nav-link-toggle">
|
|
381
415
|
<span class="pf-v6-c-wizard__nav-link-toggle-icon">
|
|
382
|
-
<
|
|
416
|
+
<svg
|
|
417
|
+
class="pf-v6-svg"
|
|
418
|
+
viewBox="0 0 20 20"
|
|
419
|
+
fill="currentColor"
|
|
420
|
+
aria-hidden="true"
|
|
421
|
+
role="img"
|
|
422
|
+
width="1em"
|
|
423
|
+
height="1em"
|
|
424
|
+
>
|
|
425
|
+
<path
|
|
426
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
427
|
+
/>
|
|
428
|
+
</svg>
|
|
383
429
|
</span>
|
|
384
430
|
</span>
|
|
385
431
|
</span>
|
|
@@ -617,7 +663,7 @@ wrapperTag: div
|
|
|
617
663
|
<span class="pf-v6-c-button__icon">
|
|
618
664
|
<svg
|
|
619
665
|
class="pf-v6-svg"
|
|
620
|
-
viewBox="0 0
|
|
666
|
+
viewBox="0 0 20 20"
|
|
621
667
|
fill="currentColor"
|
|
622
668
|
aria-hidden="true"
|
|
623
669
|
role="img"
|
|
@@ -625,7 +671,7 @@ wrapperTag: div
|
|
|
625
671
|
height="1em"
|
|
626
672
|
>
|
|
627
673
|
<path
|
|
628
|
-
d="
|
|
674
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
629
675
|
/>
|
|
630
676
|
</svg>
|
|
631
677
|
</span>
|
|
@@ -645,10 +691,21 @@ wrapperTag: div
|
|
|
645
691
|
<span class="pf-v6-c-wizard__toggle-list-item">
|
|
646
692
|
<span class="pf-v6-c-wizard__toggle-num">2</span>
|
|
647
693
|
Configuration
|
|
648
|
-
<
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
694
|
+
<span class="pf-v6-c-wizard__toggle-separator">
|
|
695
|
+
<svg
|
|
696
|
+
class="pf-v6-svg"
|
|
697
|
+
viewBox="0 0 20 20"
|
|
698
|
+
fill="currentColor"
|
|
699
|
+
aria-hidden="true"
|
|
700
|
+
role="img"
|
|
701
|
+
width="1em"
|
|
702
|
+
height="1em"
|
|
703
|
+
>
|
|
704
|
+
<path
|
|
705
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
706
|
+
/>
|
|
707
|
+
</svg>
|
|
708
|
+
</span>
|
|
652
709
|
</span>
|
|
653
710
|
<span class="pf-v6-c-wizard__toggle-list-item">Substep B</span>
|
|
654
711
|
</span>
|
|
@@ -677,7 +734,19 @@ wrapperTag: div
|
|
|
677
734
|
<span class="pf-v6-c-wizard__nav-link-text">Configuration</span>
|
|
678
735
|
<span class="pf-v6-c-wizard__nav-link-toggle">
|
|
679
736
|
<span class="pf-v6-c-wizard__nav-link-toggle-icon">
|
|
680
|
-
<
|
|
737
|
+
<svg
|
|
738
|
+
class="pf-v6-svg"
|
|
739
|
+
viewBox="0 0 20 20"
|
|
740
|
+
fill="currentColor"
|
|
741
|
+
aria-hidden="true"
|
|
742
|
+
role="img"
|
|
743
|
+
width="1em"
|
|
744
|
+
height="1em"
|
|
745
|
+
>
|
|
746
|
+
<path
|
|
747
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
748
|
+
/>
|
|
749
|
+
</svg>
|
|
681
750
|
</span>
|
|
682
751
|
</span>
|
|
683
752
|
</span>
|
|
@@ -894,7 +963,7 @@ wrapperTag: div
|
|
|
894
963
|
<span class="pf-v6-c-button__icon">
|
|
895
964
|
<svg
|
|
896
965
|
class="pf-v6-svg"
|
|
897
|
-
viewBox="0 0
|
|
966
|
+
viewBox="0 0 20 20"
|
|
898
967
|
fill="currentColor"
|
|
899
968
|
aria-hidden="true"
|
|
900
969
|
role="img"
|
|
@@ -902,7 +971,7 @@ wrapperTag: div
|
|
|
902
971
|
height="1em"
|
|
903
972
|
>
|
|
904
973
|
<path
|
|
905
|
-
d="
|
|
974
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
906
975
|
/>
|
|
907
976
|
</svg>
|
|
908
977
|
</span>
|
|
@@ -958,7 +1027,7 @@ wrapperTag: div
|
|
|
958
1027
|
<span class="pf-v6-c-button__icon">
|
|
959
1028
|
<svg
|
|
960
1029
|
class="pf-v6-svg"
|
|
961
|
-
viewBox="0 0
|
|
1030
|
+
viewBox="0 0 20 20"
|
|
962
1031
|
fill="currentColor"
|
|
963
1032
|
aria-hidden="true"
|
|
964
1033
|
role="img"
|
|
@@ -966,7 +1035,7 @@ wrapperTag: div
|
|
|
966
1035
|
height="1em"
|
|
967
1036
|
>
|
|
968
1037
|
<path
|
|
969
|
-
d="
|
|
1038
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
970
1039
|
/>
|
|
971
1040
|
</svg>
|
|
972
1041
|
</span>
|
|
@@ -986,10 +1055,21 @@ wrapperTag: div
|
|
|
986
1055
|
<span class="pf-v6-c-wizard__toggle-list-item">
|
|
987
1056
|
<span class="pf-v6-c-wizard__toggle-num">2</span>
|
|
988
1057
|
Configuration
|
|
989
|
-
<
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
1058
|
+
<span class="pf-v6-c-wizard__toggle-separator">
|
|
1059
|
+
<svg
|
|
1060
|
+
class="pf-v6-svg"
|
|
1061
|
+
viewBox="0 0 20 20"
|
|
1062
|
+
fill="currentColor"
|
|
1063
|
+
aria-hidden="true"
|
|
1064
|
+
role="img"
|
|
1065
|
+
width="1em"
|
|
1066
|
+
height="1em"
|
|
1067
|
+
>
|
|
1068
|
+
<path
|
|
1069
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1070
|
+
/>
|
|
1071
|
+
</svg>
|
|
1072
|
+
</span>
|
|
993
1073
|
</span>
|
|
994
1074
|
<span class="pf-v6-c-wizard__toggle-list-item">Substep B</span>
|
|
995
1075
|
</span>
|
|
@@ -1022,7 +1102,19 @@ wrapperTag: div
|
|
|
1022
1102
|
<span class="pf-v6-c-wizard__nav-link-text">Configuration</span>
|
|
1023
1103
|
<span class="pf-v6-c-wizard__nav-link-toggle">
|
|
1024
1104
|
<span class="pf-v6-c-wizard__nav-link-toggle-icon">
|
|
1025
|
-
<
|
|
1105
|
+
<svg
|
|
1106
|
+
class="pf-v6-svg"
|
|
1107
|
+
viewBox="0 0 20 20"
|
|
1108
|
+
fill="currentColor"
|
|
1109
|
+
aria-hidden="true"
|
|
1110
|
+
role="img"
|
|
1111
|
+
width="1em"
|
|
1112
|
+
height="1em"
|
|
1113
|
+
>
|
|
1114
|
+
<path
|
|
1115
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1116
|
+
/>
|
|
1117
|
+
</svg>
|
|
1026
1118
|
</span>
|
|
1027
1119
|
</span>
|
|
1028
1120
|
</span>
|
|
@@ -1256,7 +1348,7 @@ wrapperTag: div
|
|
|
1256
1348
|
<span class="pf-v6-c-button__icon">
|
|
1257
1349
|
<svg
|
|
1258
1350
|
class="pf-v6-svg"
|
|
1259
|
-
viewBox="0 0
|
|
1351
|
+
viewBox="0 0 20 20"
|
|
1260
1352
|
fill="currentColor"
|
|
1261
1353
|
aria-hidden="true"
|
|
1262
1354
|
role="img"
|
|
@@ -1264,7 +1356,7 @@ wrapperTag: div
|
|
|
1264
1356
|
height="1em"
|
|
1265
1357
|
>
|
|
1266
1358
|
<path
|
|
1267
|
-
d="
|
|
1359
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1268
1360
|
/>
|
|
1269
1361
|
</svg>
|
|
1270
1362
|
</span>
|
|
@@ -1284,10 +1376,21 @@ wrapperTag: div
|
|
|
1284
1376
|
<span class="pf-v6-c-wizard__toggle-list-item">
|
|
1285
1377
|
<span class="pf-v6-c-wizard__toggle-num">2</span>
|
|
1286
1378
|
Configuration
|
|
1287
|
-
<
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1379
|
+
<span class="pf-v6-c-wizard__toggle-separator">
|
|
1380
|
+
<svg
|
|
1381
|
+
class="pf-v6-svg"
|
|
1382
|
+
viewBox="0 0 20 20"
|
|
1383
|
+
fill="currentColor"
|
|
1384
|
+
aria-hidden="true"
|
|
1385
|
+
role="img"
|
|
1386
|
+
width="1em"
|
|
1387
|
+
height="1em"
|
|
1388
|
+
>
|
|
1389
|
+
<path
|
|
1390
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1391
|
+
/>
|
|
1392
|
+
</svg>
|
|
1393
|
+
</span>
|
|
1291
1394
|
</span>
|
|
1292
1395
|
<span class="pf-v6-c-wizard__toggle-list-item">Substep B</span>
|
|
1293
1396
|
</span>
|
|
@@ -1316,7 +1419,19 @@ wrapperTag: div
|
|
|
1316
1419
|
<span class="pf-v6-c-wizard__nav-link-text">Configuration</span>
|
|
1317
1420
|
<span class="pf-v6-c-wizard__nav-link-toggle">
|
|
1318
1421
|
<span class="pf-v6-c-wizard__nav-link-toggle-icon">
|
|
1319
|
-
<
|
|
1422
|
+
<svg
|
|
1423
|
+
class="pf-v6-svg"
|
|
1424
|
+
viewBox="0 0 20 20"
|
|
1425
|
+
fill="currentColor"
|
|
1426
|
+
aria-hidden="true"
|
|
1427
|
+
role="img"
|
|
1428
|
+
width="1em"
|
|
1429
|
+
height="1em"
|
|
1430
|
+
>
|
|
1431
|
+
<path
|
|
1432
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1433
|
+
/>
|
|
1434
|
+
</svg>
|
|
1320
1435
|
</span>
|
|
1321
1436
|
</span>
|
|
1322
1437
|
</span>
|
|
@@ -1554,7 +1669,7 @@ wrapperTag: div
|
|
|
1554
1669
|
<span class="pf-v6-c-button__icon">
|
|
1555
1670
|
<svg
|
|
1556
1671
|
class="pf-v6-svg"
|
|
1557
|
-
viewBox="0 0
|
|
1672
|
+
viewBox="0 0 20 20"
|
|
1558
1673
|
fill="currentColor"
|
|
1559
1674
|
aria-hidden="true"
|
|
1560
1675
|
role="img"
|
|
@@ -1562,7 +1677,7 @@ wrapperTag: div
|
|
|
1562
1677
|
height="1em"
|
|
1563
1678
|
>
|
|
1564
1679
|
<path
|
|
1565
|
-
d="
|
|
1680
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1566
1681
|
/>
|
|
1567
1682
|
</svg>
|
|
1568
1683
|
</span>
|
|
@@ -1582,10 +1697,21 @@ wrapperTag: div
|
|
|
1582
1697
|
<span class="pf-v6-c-wizard__toggle-list-item">
|
|
1583
1698
|
<span class="pf-v6-c-wizard__toggle-num">2</span>
|
|
1584
1699
|
Configuration
|
|
1585
|
-
<
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1700
|
+
<span class="pf-v6-c-wizard__toggle-separator">
|
|
1701
|
+
<svg
|
|
1702
|
+
class="pf-v6-svg"
|
|
1703
|
+
viewBox="0 0 20 20"
|
|
1704
|
+
fill="currentColor"
|
|
1705
|
+
aria-hidden="true"
|
|
1706
|
+
role="img"
|
|
1707
|
+
width="1em"
|
|
1708
|
+
height="1em"
|
|
1709
|
+
>
|
|
1710
|
+
<path
|
|
1711
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1712
|
+
/>
|
|
1713
|
+
</svg>
|
|
1714
|
+
</span>
|
|
1589
1715
|
</span>
|
|
1590
1716
|
<span class="pf-v6-c-wizard__toggle-list-item">Substep B</span>
|
|
1591
1717
|
</span>
|
|
@@ -1745,7 +1871,7 @@ wrapperTag: div
|
|
|
1745
1871
|
<span class="pf-v6-c-button__icon">
|
|
1746
1872
|
<svg
|
|
1747
1873
|
class="pf-v6-svg"
|
|
1748
|
-
viewBox="0 0
|
|
1874
|
+
viewBox="0 0 20 20"
|
|
1749
1875
|
fill="currentColor"
|
|
1750
1876
|
aria-hidden="true"
|
|
1751
1877
|
role="img"
|
|
@@ -1753,7 +1879,7 @@ wrapperTag: div
|
|
|
1753
1879
|
height="1em"
|
|
1754
1880
|
>
|
|
1755
1881
|
<path
|
|
1756
|
-
d="
|
|
1882
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1757
1883
|
/>
|
|
1758
1884
|
</svg>
|
|
1759
1885
|
</span>
|
|
@@ -1775,10 +1901,21 @@ wrapperTag: div
|
|
|
1775
1901
|
<i class="fas fa-exclamation-circle" aria-hidden="true"></i>
|
|
1776
1902
|
</span>
|
|
1777
1903
|
Configuration
|
|
1778
|
-
<
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1904
|
+
<span class="pf-v6-c-wizard__toggle-separator">
|
|
1905
|
+
<svg
|
|
1906
|
+
class="pf-v6-svg"
|
|
1907
|
+
viewBox="0 0 20 20"
|
|
1908
|
+
fill="currentColor"
|
|
1909
|
+
aria-hidden="true"
|
|
1910
|
+
role="img"
|
|
1911
|
+
width="1em"
|
|
1912
|
+
height="1em"
|
|
1913
|
+
>
|
|
1914
|
+
<path
|
|
1915
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1916
|
+
/>
|
|
1917
|
+
</svg>
|
|
1918
|
+
</span>
|
|
1782
1919
|
</span>
|
|
1783
1920
|
<span class="pf-v6-c-wizard__toggle-list-item">Substep B</span>
|
|
1784
1921
|
</span>
|
|
@@ -1810,7 +1947,19 @@ wrapperTag: div
|
|
|
1810
1947
|
<span class="pf-v6-c-wizard__nav-link-text">Configuration</span>
|
|
1811
1948
|
<span class="pf-v6-c-wizard__nav-link-toggle">
|
|
1812
1949
|
<span class="pf-v6-c-wizard__nav-link-toggle-icon">
|
|
1813
|
-
<
|
|
1950
|
+
<svg
|
|
1951
|
+
class="pf-v6-svg"
|
|
1952
|
+
viewBox="0 0 20 20"
|
|
1953
|
+
fill="currentColor"
|
|
1954
|
+
aria-hidden="true"
|
|
1955
|
+
role="img"
|
|
1956
|
+
width="1em"
|
|
1957
|
+
height="1em"
|
|
1958
|
+
>
|
|
1959
|
+
<path
|
|
1960
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1961
|
+
/>
|
|
1962
|
+
</svg>
|
|
1814
1963
|
</span>
|
|
1815
1964
|
</span>
|
|
1816
1965
|
</span>
|
|
@@ -2048,7 +2197,7 @@ wrapperTag: div
|
|
|
2048
2197
|
<span class="pf-v6-c-button__icon">
|
|
2049
2198
|
<svg
|
|
2050
2199
|
class="pf-v6-svg"
|
|
2051
|
-
viewBox="0 0
|
|
2200
|
+
viewBox="0 0 20 20"
|
|
2052
2201
|
fill="currentColor"
|
|
2053
2202
|
aria-hidden="true"
|
|
2054
2203
|
role="img"
|
|
@@ -2056,7 +2205,7 @@ wrapperTag: div
|
|
|
2056
2205
|
height="1em"
|
|
2057
2206
|
>
|
|
2058
2207
|
<path
|
|
2059
|
-
d="
|
|
2208
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2060
2209
|
/>
|
|
2061
2210
|
</svg>
|
|
2062
2211
|
</span>
|
|
@@ -2078,10 +2227,21 @@ wrapperTag: div
|
|
|
2078
2227
|
<i class="fas fa-exclamation-circle" aria-hidden="true"></i>
|
|
2079
2228
|
</span>
|
|
2080
2229
|
Configuration
|
|
2081
|
-
<
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2230
|
+
<span class="pf-v6-c-wizard__toggle-separator">
|
|
2231
|
+
<svg
|
|
2232
|
+
class="pf-v6-svg"
|
|
2233
|
+
viewBox="0 0 20 20"
|
|
2234
|
+
fill="currentColor"
|
|
2235
|
+
aria-hidden="true"
|
|
2236
|
+
role="img"
|
|
2237
|
+
width="1em"
|
|
2238
|
+
height="1em"
|
|
2239
|
+
>
|
|
2240
|
+
<path
|
|
2241
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2242
|
+
/>
|
|
2243
|
+
</svg>
|
|
2244
|
+
</span>
|
|
2085
2245
|
</span>
|
|
2086
2246
|
<span class="pf-v6-c-wizard__toggle-list-item">Substep B</span>
|
|
2087
2247
|
</span>
|
|
@@ -2113,7 +2273,19 @@ wrapperTag: div
|
|
|
2113
2273
|
<span class="pf-v6-c-wizard__nav-link-text">Configuration</span>
|
|
2114
2274
|
<span class="pf-v6-c-wizard__nav-link-toggle">
|
|
2115
2275
|
<span class="pf-v6-c-wizard__nav-link-toggle-icon">
|
|
2116
|
-
<
|
|
2276
|
+
<svg
|
|
2277
|
+
class="pf-v6-svg"
|
|
2278
|
+
viewBox="0 0 20 20"
|
|
2279
|
+
fill="currentColor"
|
|
2280
|
+
aria-hidden="true"
|
|
2281
|
+
role="img"
|
|
2282
|
+
width="1em"
|
|
2283
|
+
height="1em"
|
|
2284
|
+
>
|
|
2285
|
+
<path
|
|
2286
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
2287
|
+
/>
|
|
2288
|
+
</svg>
|
|
2117
2289
|
</span>
|
|
2118
2290
|
</span>
|
|
2119
2291
|
</span>
|
|
@@ -2351,7 +2523,7 @@ wrapperTag: div
|
|
|
2351
2523
|
<span class="pf-v6-c-button__icon">
|
|
2352
2524
|
<svg
|
|
2353
2525
|
class="pf-v6-svg"
|
|
2354
|
-
viewBox="0 0
|
|
2526
|
+
viewBox="0 0 20 20"
|
|
2355
2527
|
fill="currentColor"
|
|
2356
2528
|
aria-hidden="true"
|
|
2357
2529
|
role="img"
|
|
@@ -2359,7 +2531,7 @@ wrapperTag: div
|
|
|
2359
2531
|
height="1em"
|
|
2360
2532
|
>
|
|
2361
2533
|
<path
|
|
2362
|
-
d="
|
|
2534
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2363
2535
|
/>
|
|
2364
2536
|
</svg>
|
|
2365
2537
|
</span>
|
|
@@ -2381,10 +2553,21 @@ wrapperTag: div
|
|
|
2381
2553
|
<i class="fas fa-check-circle" aria-hidden="true"></i>
|
|
2382
2554
|
</span>
|
|
2383
2555
|
Configuration
|
|
2384
|
-
<
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2556
|
+
<span class="pf-v6-c-wizard__toggle-separator">
|
|
2557
|
+
<svg
|
|
2558
|
+
class="pf-v6-svg"
|
|
2559
|
+
viewBox="0 0 20 20"
|
|
2560
|
+
fill="currentColor"
|
|
2561
|
+
aria-hidden="true"
|
|
2562
|
+
role="img"
|
|
2563
|
+
width="1em"
|
|
2564
|
+
height="1em"
|
|
2565
|
+
>
|
|
2566
|
+
<path
|
|
2567
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2568
|
+
/>
|
|
2569
|
+
</svg>
|
|
2570
|
+
</span>
|
|
2388
2571
|
</span>
|
|
2389
2572
|
<span class="pf-v6-c-wizard__toggle-list-item">Substep B</span>
|
|
2390
2573
|
</span>
|
|
@@ -2416,7 +2599,19 @@ wrapperTag: div
|
|
|
2416
2599
|
<span class="pf-v6-c-wizard__nav-link-text">Configuration</span>
|
|
2417
2600
|
<span class="pf-v6-c-wizard__nav-link-toggle">
|
|
2418
2601
|
<span class="pf-v6-c-wizard__nav-link-toggle-icon">
|
|
2419
|
-
<
|
|
2602
|
+
<svg
|
|
2603
|
+
class="pf-v6-svg"
|
|
2604
|
+
viewBox="0 0 20 20"
|
|
2605
|
+
fill="currentColor"
|
|
2606
|
+
aria-hidden="true"
|
|
2607
|
+
role="img"
|
|
2608
|
+
width="1em"
|
|
2609
|
+
height="1em"
|
|
2610
|
+
>
|
|
2611
|
+
<path
|
|
2612
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
2613
|
+
/>
|
|
2614
|
+
</svg>
|
|
2420
2615
|
</span>
|
|
2421
2616
|
</span>
|
|
2422
2617
|
</span>
|
|
@@ -2654,7 +2849,7 @@ wrapperTag: div
|
|
|
2654
2849
|
<span class="pf-v6-c-button__icon">
|
|
2655
2850
|
<svg
|
|
2656
2851
|
class="pf-v6-svg"
|
|
2657
|
-
viewBox="0 0
|
|
2852
|
+
viewBox="0 0 20 20"
|
|
2658
2853
|
fill="currentColor"
|
|
2659
2854
|
aria-hidden="true"
|
|
2660
2855
|
role="img"
|
|
@@ -2662,7 +2857,7 @@ wrapperTag: div
|
|
|
2662
2857
|
height="1em"
|
|
2663
2858
|
>
|
|
2664
2859
|
<path
|
|
2665
|
-
d="
|
|
2860
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2666
2861
|
/>
|
|
2667
2862
|
</svg>
|
|
2668
2863
|
</span>
|
|
@@ -2684,10 +2879,21 @@ wrapperTag: div
|
|
|
2684
2879
|
<i class="fas fa-check-circle" aria-hidden="true"></i>
|
|
2685
2880
|
</span>
|
|
2686
2881
|
Configuration
|
|
2687
|
-
<
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2882
|
+
<span class="pf-v6-c-wizard__toggle-separator">
|
|
2883
|
+
<svg
|
|
2884
|
+
class="pf-v6-svg"
|
|
2885
|
+
viewBox="0 0 20 20"
|
|
2886
|
+
fill="currentColor"
|
|
2887
|
+
aria-hidden="true"
|
|
2888
|
+
role="img"
|
|
2889
|
+
width="1em"
|
|
2890
|
+
height="1em"
|
|
2891
|
+
>
|
|
2892
|
+
<path
|
|
2893
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2894
|
+
/>
|
|
2895
|
+
</svg>
|
|
2896
|
+
</span>
|
|
2691
2897
|
</span>
|
|
2692
2898
|
<span class="pf-v6-c-wizard__toggle-list-item">Substep B</span>
|
|
2693
2899
|
</span>
|
|
@@ -2719,7 +2925,19 @@ wrapperTag: div
|
|
|
2719
2925
|
<span class="pf-v6-c-wizard__nav-link-text">Configuration</span>
|
|
2720
2926
|
<span class="pf-v6-c-wizard__nav-link-toggle">
|
|
2721
2927
|
<span class="pf-v6-c-wizard__nav-link-toggle-icon">
|
|
2722
|
-
<
|
|
2928
|
+
<svg
|
|
2929
|
+
class="pf-v6-svg"
|
|
2930
|
+
viewBox="0 0 20 20"
|
|
2931
|
+
fill="currentColor"
|
|
2932
|
+
aria-hidden="true"
|
|
2933
|
+
role="img"
|
|
2934
|
+
width="1em"
|
|
2935
|
+
height="1em"
|
|
2936
|
+
>
|
|
2937
|
+
<path
|
|
2938
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
2939
|
+
/>
|
|
2940
|
+
</svg>
|
|
2723
2941
|
</span>
|
|
2724
2942
|
</span>
|
|
2725
2943
|
</span>
|
|
@@ -2957,7 +3175,7 @@ wrapperTag: div
|
|
|
2957
3175
|
<span class="pf-v6-c-button__icon">
|
|
2958
3176
|
<svg
|
|
2959
3177
|
class="pf-v6-svg"
|
|
2960
|
-
viewBox="0 0
|
|
3178
|
+
viewBox="0 0 20 20"
|
|
2961
3179
|
fill="currentColor"
|
|
2962
3180
|
aria-hidden="true"
|
|
2963
3181
|
role="img"
|
|
@@ -2965,7 +3183,7 @@ wrapperTag: div
|
|
|
2965
3183
|
height="1em"
|
|
2966
3184
|
>
|
|
2967
3185
|
<path
|
|
2968
|
-
d="
|
|
3186
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2969
3187
|
/>
|
|
2970
3188
|
</svg>
|
|
2971
3189
|
</span>
|
|
@@ -2987,10 +3205,21 @@ wrapperTag: div
|
|
|
2987
3205
|
<i class="fas fa-exclamation-triangle" aria-hidden="true"></i>
|
|
2988
3206
|
</span>
|
|
2989
3207
|
Configuration
|
|
2990
|
-
<
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
3208
|
+
<span class="pf-v6-c-wizard__toggle-separator">
|
|
3209
|
+
<svg
|
|
3210
|
+
class="pf-v6-svg"
|
|
3211
|
+
viewBox="0 0 20 20"
|
|
3212
|
+
fill="currentColor"
|
|
3213
|
+
aria-hidden="true"
|
|
3214
|
+
role="img"
|
|
3215
|
+
width="1em"
|
|
3216
|
+
height="1em"
|
|
3217
|
+
>
|
|
3218
|
+
<path
|
|
3219
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3220
|
+
/>
|
|
3221
|
+
</svg>
|
|
3222
|
+
</span>
|
|
2994
3223
|
</span>
|
|
2995
3224
|
<span class="pf-v6-c-wizard__toggle-list-item">Substep B</span>
|
|
2996
3225
|
</span>
|
|
@@ -3022,7 +3251,19 @@ wrapperTag: div
|
|
|
3022
3251
|
<span class="pf-v6-c-wizard__nav-link-text">Configuration</span>
|
|
3023
3252
|
<span class="pf-v6-c-wizard__nav-link-toggle">
|
|
3024
3253
|
<span class="pf-v6-c-wizard__nav-link-toggle-icon">
|
|
3025
|
-
<
|
|
3254
|
+
<svg
|
|
3255
|
+
class="pf-v6-svg"
|
|
3256
|
+
viewBox="0 0 20 20"
|
|
3257
|
+
fill="currentColor"
|
|
3258
|
+
aria-hidden="true"
|
|
3259
|
+
role="img"
|
|
3260
|
+
width="1em"
|
|
3261
|
+
height="1em"
|
|
3262
|
+
>
|
|
3263
|
+
<path
|
|
3264
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
3265
|
+
/>
|
|
3266
|
+
</svg>
|
|
3026
3267
|
</span>
|
|
3027
3268
|
</span>
|
|
3028
3269
|
</span>
|
|
@@ -3260,7 +3501,7 @@ wrapperTag: div
|
|
|
3260
3501
|
<span class="pf-v6-c-button__icon">
|
|
3261
3502
|
<svg
|
|
3262
3503
|
class="pf-v6-svg"
|
|
3263
|
-
viewBox="0 0
|
|
3504
|
+
viewBox="0 0 20 20"
|
|
3264
3505
|
fill="currentColor"
|
|
3265
3506
|
aria-hidden="true"
|
|
3266
3507
|
role="img"
|
|
@@ -3268,7 +3509,7 @@ wrapperTag: div
|
|
|
3268
3509
|
height="1em"
|
|
3269
3510
|
>
|
|
3270
3511
|
<path
|
|
3271
|
-
d="
|
|
3512
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3272
3513
|
/>
|
|
3273
3514
|
</svg>
|
|
3274
3515
|
</span>
|
|
@@ -3290,10 +3531,21 @@ wrapperTag: div
|
|
|
3290
3531
|
<i class="fas fa-exclamation-triangle" aria-hidden="true"></i>
|
|
3291
3532
|
</span>
|
|
3292
3533
|
Configuration
|
|
3293
|
-
<
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3534
|
+
<span class="pf-v6-c-wizard__toggle-separator">
|
|
3535
|
+
<svg
|
|
3536
|
+
class="pf-v6-svg"
|
|
3537
|
+
viewBox="0 0 20 20"
|
|
3538
|
+
fill="currentColor"
|
|
3539
|
+
aria-hidden="true"
|
|
3540
|
+
role="img"
|
|
3541
|
+
width="1em"
|
|
3542
|
+
height="1em"
|
|
3543
|
+
>
|
|
3544
|
+
<path
|
|
3545
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3546
|
+
/>
|
|
3547
|
+
</svg>
|
|
3548
|
+
</span>
|
|
3297
3549
|
</span>
|
|
3298
3550
|
<span class="pf-v6-c-wizard__toggle-list-item">Substep B</span>
|
|
3299
3551
|
</span>
|
|
@@ -3325,7 +3577,19 @@ wrapperTag: div
|
|
|
3325
3577
|
<span class="pf-v6-c-wizard__nav-link-text">Configuration</span>
|
|
3326
3578
|
<span class="pf-v6-c-wizard__nav-link-toggle">
|
|
3327
3579
|
<span class="pf-v6-c-wizard__nav-link-toggle-icon">
|
|
3328
|
-
<
|
|
3580
|
+
<svg
|
|
3581
|
+
class="pf-v6-svg"
|
|
3582
|
+
viewBox="0 0 20 20"
|
|
3583
|
+
fill="currentColor"
|
|
3584
|
+
aria-hidden="true"
|
|
3585
|
+
role="img"
|
|
3586
|
+
width="1em"
|
|
3587
|
+
height="1em"
|
|
3588
|
+
>
|
|
3589
|
+
<path
|
|
3590
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
3591
|
+
/>
|
|
3592
|
+
</svg>
|
|
3329
3593
|
</span>
|
|
3330
3594
|
</span>
|
|
3331
3595
|
</span>
|