@patternfly/patternfly 6.5.0-prerelease.46 → 6.5.0-prerelease.48
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/Alert/alert.css +2 -1
- package/components/Alert/alert.scss +2 -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 +1 -1
- package/components/NotificationDrawer/notification-drawer.scss +1 -1
- 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 +20 -19
- package/docs/components/Accordion/examples/Accordion.md +390 -30
- package/docs/components/Alert/examples/Alert.md +494 -38
- 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/DualListSelector/examples/DualListSelector.md +169 -13
- 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 +26 -2
- package/docs/components/JumpLinks/examples/JumpLinks.md +52 -4
- package/docs/components/Menu/examples/Menu.md +1456 -112
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +39 -3
- package/docs/components/Nav/examples/Navigation.md +710 -62
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +52 -4
- package/docs/components/Table/examples/Table.md +819 -63
- package/docs/components/Tabs/examples/Tabs.md +321 -213
- package/docs/components/TreeView/examples/TreeView.md +1300 -100
- package/docs/components/Wizard/examples/Wizard.md +323 -59
- package/docs/demos/AboutModal/examples/AboutModal.md +39 -3
- package/docs/demos/Alert/examples/Alert.md +182 -14
- 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 +242 -29
- package/docs/demos/CardView/examples/CardView.md +78 -6
- package/docs/demos/Compass/examples/Compass.md +71 -35
- package/docs/demos/Dashboard/examples/Dashboard.md +104 -8
- package/docs/demos/DataList/examples/DataList.md +234 -18
- package/docs/demos/DescriptionList/examples/DescriptionList.md +117 -9
- package/docs/demos/Drawer/examples/Drawer.md +141 -15
- package/docs/demos/Form/examples/BasicForms.md +143 -11
- package/docs/demos/JumpLinks/examples/JumpLinks.md +216 -27
- package/docs/demos/Masthead/examples/Masthead.md +355 -31
- package/docs/demos/Modal/examples/Modal.md +234 -18
- package/docs/demos/Nav/examples/Nav.md +320 -32
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +247 -19
- package/docs/demos/Page/examples/Page.md +546 -42
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +281 -29
- package/docs/demos/Skeleton/examples/Skeleton.md +39 -3
- package/docs/demos/Table/examples/Table.md +702 -54
- package/docs/demos/Tabs/examples/Tabs.md +238 -22
- package/docs/demos/Toolbar/examples/Toolbar.md +78 -6
- package/docs/demos/Wizard/examples/Wizard.md +621 -72
- package/package.json +1 -1
- package/patternfly-no-globals.css +20 -19
- package/patternfly.css +20 -19
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -207,21 +207,57 @@ wrapperTag: div
|
|
|
207
207
|
</li>
|
|
208
208
|
<li class="pf-v6-c-breadcrumb__item">
|
|
209
209
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
210
|
-
<
|
|
210
|
+
<svg
|
|
211
|
+
class="pf-v6-svg"
|
|
212
|
+
viewBox="0 0 20 20"
|
|
213
|
+
fill="currentColor"
|
|
214
|
+
aria-hidden="true"
|
|
215
|
+
role="img"
|
|
216
|
+
width="1em"
|
|
217
|
+
height="1em"
|
|
218
|
+
>
|
|
219
|
+
<path
|
|
220
|
+
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"
|
|
221
|
+
/>
|
|
222
|
+
</svg>
|
|
211
223
|
</span>
|
|
212
224
|
|
|
213
225
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
214
226
|
</li>
|
|
215
227
|
<li class="pf-v6-c-breadcrumb__item">
|
|
216
228
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
217
|
-
<
|
|
229
|
+
<svg
|
|
230
|
+
class="pf-v6-svg"
|
|
231
|
+
viewBox="0 0 20 20"
|
|
232
|
+
fill="currentColor"
|
|
233
|
+
aria-hidden="true"
|
|
234
|
+
role="img"
|
|
235
|
+
width="1em"
|
|
236
|
+
height="1em"
|
|
237
|
+
>
|
|
238
|
+
<path
|
|
239
|
+
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"
|
|
240
|
+
/>
|
|
241
|
+
</svg>
|
|
218
242
|
</span>
|
|
219
243
|
|
|
220
244
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
221
245
|
</li>
|
|
222
246
|
<li class="pf-v6-c-breadcrumb__item">
|
|
223
247
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
224
|
-
<
|
|
248
|
+
<svg
|
|
249
|
+
class="pf-v6-svg"
|
|
250
|
+
viewBox="0 0 20 20"
|
|
251
|
+
fill="currentColor"
|
|
252
|
+
aria-hidden="true"
|
|
253
|
+
role="img"
|
|
254
|
+
width="1em"
|
|
255
|
+
height="1em"
|
|
256
|
+
>
|
|
257
|
+
<path
|
|
258
|
+
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"
|
|
259
|
+
/>
|
|
260
|
+
</svg>
|
|
225
261
|
</span>
|
|
226
262
|
|
|
227
263
|
<a
|
|
@@ -517,21 +553,57 @@ wrapperTag: div
|
|
|
517
553
|
</li>
|
|
518
554
|
<li class="pf-v6-c-breadcrumb__item">
|
|
519
555
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
520
|
-
<
|
|
556
|
+
<svg
|
|
557
|
+
class="pf-v6-svg"
|
|
558
|
+
viewBox="0 0 20 20"
|
|
559
|
+
fill="currentColor"
|
|
560
|
+
aria-hidden="true"
|
|
561
|
+
role="img"
|
|
562
|
+
width="1em"
|
|
563
|
+
height="1em"
|
|
564
|
+
>
|
|
565
|
+
<path
|
|
566
|
+
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"
|
|
567
|
+
/>
|
|
568
|
+
</svg>
|
|
521
569
|
</span>
|
|
522
570
|
|
|
523
571
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
524
572
|
</li>
|
|
525
573
|
<li class="pf-v6-c-breadcrumb__item">
|
|
526
574
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
527
|
-
<
|
|
575
|
+
<svg
|
|
576
|
+
class="pf-v6-svg"
|
|
577
|
+
viewBox="0 0 20 20"
|
|
578
|
+
fill="currentColor"
|
|
579
|
+
aria-hidden="true"
|
|
580
|
+
role="img"
|
|
581
|
+
width="1em"
|
|
582
|
+
height="1em"
|
|
583
|
+
>
|
|
584
|
+
<path
|
|
585
|
+
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"
|
|
586
|
+
/>
|
|
587
|
+
</svg>
|
|
528
588
|
</span>
|
|
529
589
|
|
|
530
590
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
531
591
|
</li>
|
|
532
592
|
<li class="pf-v6-c-breadcrumb__item">
|
|
533
593
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
534
|
-
<
|
|
594
|
+
<svg
|
|
595
|
+
class="pf-v6-svg"
|
|
596
|
+
viewBox="0 0 20 20"
|
|
597
|
+
fill="currentColor"
|
|
598
|
+
aria-hidden="true"
|
|
599
|
+
role="img"
|
|
600
|
+
width="1em"
|
|
601
|
+
height="1em"
|
|
602
|
+
>
|
|
603
|
+
<path
|
|
604
|
+
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"
|
|
605
|
+
/>
|
|
606
|
+
</svg>
|
|
535
607
|
</span>
|
|
536
608
|
|
|
537
609
|
<a
|
|
@@ -861,21 +933,57 @@ wrapperTag: div
|
|
|
861
933
|
</li>
|
|
862
934
|
<li class="pf-v6-c-breadcrumb__item">
|
|
863
935
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
864
|
-
<
|
|
936
|
+
<svg
|
|
937
|
+
class="pf-v6-svg"
|
|
938
|
+
viewBox="0 0 20 20"
|
|
939
|
+
fill="currentColor"
|
|
940
|
+
aria-hidden="true"
|
|
941
|
+
role="img"
|
|
942
|
+
width="1em"
|
|
943
|
+
height="1em"
|
|
944
|
+
>
|
|
945
|
+
<path
|
|
946
|
+
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"
|
|
947
|
+
/>
|
|
948
|
+
</svg>
|
|
865
949
|
</span>
|
|
866
950
|
|
|
867
951
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
868
952
|
</li>
|
|
869
953
|
<li class="pf-v6-c-breadcrumb__item">
|
|
870
954
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
871
|
-
<
|
|
955
|
+
<svg
|
|
956
|
+
class="pf-v6-svg"
|
|
957
|
+
viewBox="0 0 20 20"
|
|
958
|
+
fill="currentColor"
|
|
959
|
+
aria-hidden="true"
|
|
960
|
+
role="img"
|
|
961
|
+
width="1em"
|
|
962
|
+
height="1em"
|
|
963
|
+
>
|
|
964
|
+
<path
|
|
965
|
+
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"
|
|
966
|
+
/>
|
|
967
|
+
</svg>
|
|
872
968
|
</span>
|
|
873
969
|
|
|
874
970
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
875
971
|
</li>
|
|
876
972
|
<li class="pf-v6-c-breadcrumb__item">
|
|
877
973
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
878
|
-
<
|
|
974
|
+
<svg
|
|
975
|
+
class="pf-v6-svg"
|
|
976
|
+
viewBox="0 0 20 20"
|
|
977
|
+
fill="currentColor"
|
|
978
|
+
aria-hidden="true"
|
|
979
|
+
role="img"
|
|
980
|
+
width="1em"
|
|
981
|
+
height="1em"
|
|
982
|
+
>
|
|
983
|
+
<path
|
|
984
|
+
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"
|
|
985
|
+
/>
|
|
986
|
+
</svg>
|
|
879
987
|
</span>
|
|
880
988
|
|
|
881
989
|
<a
|
|
@@ -1208,21 +1316,57 @@ wrapperTag: div
|
|
|
1208
1316
|
</li>
|
|
1209
1317
|
<li class="pf-v6-c-breadcrumb__item">
|
|
1210
1318
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1211
|
-
<
|
|
1319
|
+
<svg
|
|
1320
|
+
class="pf-v6-svg"
|
|
1321
|
+
viewBox="0 0 20 20"
|
|
1322
|
+
fill="currentColor"
|
|
1323
|
+
aria-hidden="true"
|
|
1324
|
+
role="img"
|
|
1325
|
+
width="1em"
|
|
1326
|
+
height="1em"
|
|
1327
|
+
>
|
|
1328
|
+
<path
|
|
1329
|
+
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"
|
|
1330
|
+
/>
|
|
1331
|
+
</svg>
|
|
1212
1332
|
</span>
|
|
1213
1333
|
|
|
1214
1334
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1215
1335
|
</li>
|
|
1216
1336
|
<li class="pf-v6-c-breadcrumb__item">
|
|
1217
1337
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1218
|
-
<
|
|
1338
|
+
<svg
|
|
1339
|
+
class="pf-v6-svg"
|
|
1340
|
+
viewBox="0 0 20 20"
|
|
1341
|
+
fill="currentColor"
|
|
1342
|
+
aria-hidden="true"
|
|
1343
|
+
role="img"
|
|
1344
|
+
width="1em"
|
|
1345
|
+
height="1em"
|
|
1346
|
+
>
|
|
1347
|
+
<path
|
|
1348
|
+
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"
|
|
1349
|
+
/>
|
|
1350
|
+
</svg>
|
|
1219
1351
|
</span>
|
|
1220
1352
|
|
|
1221
1353
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1222
1354
|
</li>
|
|
1223
1355
|
<li class="pf-v6-c-breadcrumb__item">
|
|
1224
1356
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1225
|
-
<
|
|
1357
|
+
<svg
|
|
1358
|
+
class="pf-v6-svg"
|
|
1359
|
+
viewBox="0 0 20 20"
|
|
1360
|
+
fill="currentColor"
|
|
1361
|
+
aria-hidden="true"
|
|
1362
|
+
role="img"
|
|
1363
|
+
width="1em"
|
|
1364
|
+
height="1em"
|
|
1365
|
+
>
|
|
1366
|
+
<path
|
|
1367
|
+
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"
|
|
1368
|
+
/>
|
|
1369
|
+
</svg>
|
|
1226
1370
|
</span>
|
|
1227
1371
|
|
|
1228
1372
|
<a
|
|
@@ -1504,21 +1648,57 @@ wrapperTag: div
|
|
|
1504
1648
|
</li>
|
|
1505
1649
|
<li class="pf-v6-c-breadcrumb__item">
|
|
1506
1650
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1507
|
-
<
|
|
1651
|
+
<svg
|
|
1652
|
+
class="pf-v6-svg"
|
|
1653
|
+
viewBox="0 0 20 20"
|
|
1654
|
+
fill="currentColor"
|
|
1655
|
+
aria-hidden="true"
|
|
1656
|
+
role="img"
|
|
1657
|
+
width="1em"
|
|
1658
|
+
height="1em"
|
|
1659
|
+
>
|
|
1660
|
+
<path
|
|
1661
|
+
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"
|
|
1662
|
+
/>
|
|
1663
|
+
</svg>
|
|
1508
1664
|
</span>
|
|
1509
1665
|
|
|
1510
1666
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1511
1667
|
</li>
|
|
1512
1668
|
<li class="pf-v6-c-breadcrumb__item">
|
|
1513
1669
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1514
|
-
<
|
|
1670
|
+
<svg
|
|
1671
|
+
class="pf-v6-svg"
|
|
1672
|
+
viewBox="0 0 20 20"
|
|
1673
|
+
fill="currentColor"
|
|
1674
|
+
aria-hidden="true"
|
|
1675
|
+
role="img"
|
|
1676
|
+
width="1em"
|
|
1677
|
+
height="1em"
|
|
1678
|
+
>
|
|
1679
|
+
<path
|
|
1680
|
+
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"
|
|
1681
|
+
/>
|
|
1682
|
+
</svg>
|
|
1515
1683
|
</span>
|
|
1516
1684
|
|
|
1517
1685
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1518
1686
|
</li>
|
|
1519
1687
|
<li class="pf-v6-c-breadcrumb__item">
|
|
1520
1688
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1521
|
-
<
|
|
1689
|
+
<svg
|
|
1690
|
+
class="pf-v6-svg"
|
|
1691
|
+
viewBox="0 0 20 20"
|
|
1692
|
+
fill="currentColor"
|
|
1693
|
+
aria-hidden="true"
|
|
1694
|
+
role="img"
|
|
1695
|
+
width="1em"
|
|
1696
|
+
height="1em"
|
|
1697
|
+
>
|
|
1698
|
+
<path
|
|
1699
|
+
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"
|
|
1700
|
+
/>
|
|
1701
|
+
</svg>
|
|
1522
1702
|
</span>
|
|
1523
1703
|
|
|
1524
1704
|
<a
|
|
@@ -1818,21 +1998,57 @@ wrapperTag: div
|
|
|
1818
1998
|
</li>
|
|
1819
1999
|
<li class="pf-v6-c-breadcrumb__item">
|
|
1820
2000
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1821
|
-
<
|
|
2001
|
+
<svg
|
|
2002
|
+
class="pf-v6-svg"
|
|
2003
|
+
viewBox="0 0 20 20"
|
|
2004
|
+
fill="currentColor"
|
|
2005
|
+
aria-hidden="true"
|
|
2006
|
+
role="img"
|
|
2007
|
+
width="1em"
|
|
2008
|
+
height="1em"
|
|
2009
|
+
>
|
|
2010
|
+
<path
|
|
2011
|
+
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"
|
|
2012
|
+
/>
|
|
2013
|
+
</svg>
|
|
1822
2014
|
</span>
|
|
1823
2015
|
|
|
1824
2016
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1825
2017
|
</li>
|
|
1826
2018
|
<li class="pf-v6-c-breadcrumb__item">
|
|
1827
2019
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1828
|
-
<
|
|
2020
|
+
<svg
|
|
2021
|
+
class="pf-v6-svg"
|
|
2022
|
+
viewBox="0 0 20 20"
|
|
2023
|
+
fill="currentColor"
|
|
2024
|
+
aria-hidden="true"
|
|
2025
|
+
role="img"
|
|
2026
|
+
width="1em"
|
|
2027
|
+
height="1em"
|
|
2028
|
+
>
|
|
2029
|
+
<path
|
|
2030
|
+
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"
|
|
2031
|
+
/>
|
|
2032
|
+
</svg>
|
|
1829
2033
|
</span>
|
|
1830
2034
|
|
|
1831
2035
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1832
2036
|
</li>
|
|
1833
2037
|
<li class="pf-v6-c-breadcrumb__item">
|
|
1834
2038
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1835
|
-
<
|
|
2039
|
+
<svg
|
|
2040
|
+
class="pf-v6-svg"
|
|
2041
|
+
viewBox="0 0 20 20"
|
|
2042
|
+
fill="currentColor"
|
|
2043
|
+
aria-hidden="true"
|
|
2044
|
+
role="img"
|
|
2045
|
+
width="1em"
|
|
2046
|
+
height="1em"
|
|
2047
|
+
>
|
|
2048
|
+
<path
|
|
2049
|
+
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"
|
|
2050
|
+
/>
|
|
2051
|
+
</svg>
|
|
1836
2052
|
</span>
|
|
1837
2053
|
|
|
1838
2054
|
<a
|
|
@@ -2142,21 +2358,57 @@ wrapperTag: div
|
|
|
2142
2358
|
</li>
|
|
2143
2359
|
<li class="pf-v6-c-breadcrumb__item">
|
|
2144
2360
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2145
|
-
<
|
|
2361
|
+
<svg
|
|
2362
|
+
class="pf-v6-svg"
|
|
2363
|
+
viewBox="0 0 20 20"
|
|
2364
|
+
fill="currentColor"
|
|
2365
|
+
aria-hidden="true"
|
|
2366
|
+
role="img"
|
|
2367
|
+
width="1em"
|
|
2368
|
+
height="1em"
|
|
2369
|
+
>
|
|
2370
|
+
<path
|
|
2371
|
+
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"
|
|
2372
|
+
/>
|
|
2373
|
+
</svg>
|
|
2146
2374
|
</span>
|
|
2147
2375
|
|
|
2148
2376
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
2149
2377
|
</li>
|
|
2150
2378
|
<li class="pf-v6-c-breadcrumb__item">
|
|
2151
2379
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2152
|
-
<
|
|
2380
|
+
<svg
|
|
2381
|
+
class="pf-v6-svg"
|
|
2382
|
+
viewBox="0 0 20 20"
|
|
2383
|
+
fill="currentColor"
|
|
2384
|
+
aria-hidden="true"
|
|
2385
|
+
role="img"
|
|
2386
|
+
width="1em"
|
|
2387
|
+
height="1em"
|
|
2388
|
+
>
|
|
2389
|
+
<path
|
|
2390
|
+
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"
|
|
2391
|
+
/>
|
|
2392
|
+
</svg>
|
|
2153
2393
|
</span>
|
|
2154
2394
|
|
|
2155
2395
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
2156
2396
|
</li>
|
|
2157
2397
|
<li class="pf-v6-c-breadcrumb__item">
|
|
2158
2398
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2159
|
-
<
|
|
2399
|
+
<svg
|
|
2400
|
+
class="pf-v6-svg"
|
|
2401
|
+
viewBox="0 0 20 20"
|
|
2402
|
+
fill="currentColor"
|
|
2403
|
+
aria-hidden="true"
|
|
2404
|
+
role="img"
|
|
2405
|
+
width="1em"
|
|
2406
|
+
height="1em"
|
|
2407
|
+
>
|
|
2408
|
+
<path
|
|
2409
|
+
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"
|
|
2410
|
+
/>
|
|
2411
|
+
</svg>
|
|
2160
2412
|
</span>
|
|
2161
2413
|
|
|
2162
2414
|
<a
|
|
@@ -2333,7 +2585,7 @@ wrapperTag: div
|
|
|
2333
2585
|
<span class="pf-v6-c-button__icon">
|
|
2334
2586
|
<svg
|
|
2335
2587
|
class="pf-v6-svg"
|
|
2336
|
-
viewBox="0 0
|
|
2588
|
+
viewBox="0 0 20 20"
|
|
2337
2589
|
fill="currentColor"
|
|
2338
2590
|
aria-hidden="true"
|
|
2339
2591
|
role="img"
|
|
@@ -2341,7 +2593,7 @@ wrapperTag: div
|
|
|
2341
2593
|
height="1em"
|
|
2342
2594
|
>
|
|
2343
2595
|
<path
|
|
2344
|
-
d="
|
|
2596
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2345
2597
|
/>
|
|
2346
2598
|
</svg>
|
|
2347
2599
|
</span>
|
|
@@ -2387,7 +2639,7 @@ wrapperTag: div
|
|
|
2387
2639
|
<span class="pf-v6-c-button__icon">
|
|
2388
2640
|
<svg
|
|
2389
2641
|
class="pf-v6-svg"
|
|
2390
|
-
viewBox="0 0
|
|
2642
|
+
viewBox="0 0 20 20"
|
|
2391
2643
|
fill="currentColor"
|
|
2392
2644
|
aria-hidden="true"
|
|
2393
2645
|
role="img"
|
|
@@ -2395,7 +2647,7 @@ wrapperTag: div
|
|
|
2395
2647
|
height="1em"
|
|
2396
2648
|
>
|
|
2397
2649
|
<path
|
|
2398
|
-
d="
|
|
2650
|
+
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"
|
|
2399
2651
|
/>
|
|
2400
2652
|
</svg>
|
|
2401
2653
|
</span>
|
|
@@ -2481,21 +2733,57 @@ wrapperTag: div
|
|
|
2481
2733
|
</li>
|
|
2482
2734
|
<li class="pf-v6-c-breadcrumb__item">
|
|
2483
2735
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2484
|
-
<
|
|
2736
|
+
<svg
|
|
2737
|
+
class="pf-v6-svg"
|
|
2738
|
+
viewBox="0 0 20 20"
|
|
2739
|
+
fill="currentColor"
|
|
2740
|
+
aria-hidden="true"
|
|
2741
|
+
role="img"
|
|
2742
|
+
width="1em"
|
|
2743
|
+
height="1em"
|
|
2744
|
+
>
|
|
2745
|
+
<path
|
|
2746
|
+
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"
|
|
2747
|
+
/>
|
|
2748
|
+
</svg>
|
|
2485
2749
|
</span>
|
|
2486
2750
|
|
|
2487
2751
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
2488
2752
|
</li>
|
|
2489
2753
|
<li class="pf-v6-c-breadcrumb__item">
|
|
2490
2754
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2491
|
-
<
|
|
2755
|
+
<svg
|
|
2756
|
+
class="pf-v6-svg"
|
|
2757
|
+
viewBox="0 0 20 20"
|
|
2758
|
+
fill="currentColor"
|
|
2759
|
+
aria-hidden="true"
|
|
2760
|
+
role="img"
|
|
2761
|
+
width="1em"
|
|
2762
|
+
height="1em"
|
|
2763
|
+
>
|
|
2764
|
+
<path
|
|
2765
|
+
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"
|
|
2766
|
+
/>
|
|
2767
|
+
</svg>
|
|
2492
2768
|
</span>
|
|
2493
2769
|
|
|
2494
2770
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
2495
2771
|
</li>
|
|
2496
2772
|
<li class="pf-v6-c-breadcrumb__item">
|
|
2497
2773
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2498
|
-
<
|
|
2774
|
+
<svg
|
|
2775
|
+
class="pf-v6-svg"
|
|
2776
|
+
viewBox="0 0 20 20"
|
|
2777
|
+
fill="currentColor"
|
|
2778
|
+
aria-hidden="true"
|
|
2779
|
+
role="img"
|
|
2780
|
+
width="1em"
|
|
2781
|
+
height="1em"
|
|
2782
|
+
>
|
|
2783
|
+
<path
|
|
2784
|
+
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"
|
|
2785
|
+
/>
|
|
2786
|
+
</svg>
|
|
2499
2787
|
</span>
|
|
2500
2788
|
|
|
2501
2789
|
<a
|
|
@@ -2833,21 +3121,57 @@ wrapperTag: div
|
|
|
2833
3121
|
</li>
|
|
2834
3122
|
<li class="pf-v6-c-breadcrumb__item">
|
|
2835
3123
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2836
|
-
<
|
|
3124
|
+
<svg
|
|
3125
|
+
class="pf-v6-svg"
|
|
3126
|
+
viewBox="0 0 20 20"
|
|
3127
|
+
fill="currentColor"
|
|
3128
|
+
aria-hidden="true"
|
|
3129
|
+
role="img"
|
|
3130
|
+
width="1em"
|
|
3131
|
+
height="1em"
|
|
3132
|
+
>
|
|
3133
|
+
<path
|
|
3134
|
+
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"
|
|
3135
|
+
/>
|
|
3136
|
+
</svg>
|
|
2837
3137
|
</span>
|
|
2838
3138
|
|
|
2839
3139
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
2840
3140
|
</li>
|
|
2841
3141
|
<li class="pf-v6-c-breadcrumb__item">
|
|
2842
3142
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2843
|
-
<
|
|
3143
|
+
<svg
|
|
3144
|
+
class="pf-v6-svg"
|
|
3145
|
+
viewBox="0 0 20 20"
|
|
3146
|
+
fill="currentColor"
|
|
3147
|
+
aria-hidden="true"
|
|
3148
|
+
role="img"
|
|
3149
|
+
width="1em"
|
|
3150
|
+
height="1em"
|
|
3151
|
+
>
|
|
3152
|
+
<path
|
|
3153
|
+
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"
|
|
3154
|
+
/>
|
|
3155
|
+
</svg>
|
|
2844
3156
|
</span>
|
|
2845
3157
|
|
|
2846
3158
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
2847
3159
|
</li>
|
|
2848
3160
|
<li class="pf-v6-c-breadcrumb__item">
|
|
2849
3161
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2850
|
-
<
|
|
3162
|
+
<svg
|
|
3163
|
+
class="pf-v6-svg"
|
|
3164
|
+
viewBox="0 0 20 20"
|
|
3165
|
+
fill="currentColor"
|
|
3166
|
+
aria-hidden="true"
|
|
3167
|
+
role="img"
|
|
3168
|
+
width="1em"
|
|
3169
|
+
height="1em"
|
|
3170
|
+
>
|
|
3171
|
+
<path
|
|
3172
|
+
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"
|
|
3173
|
+
/>
|
|
3174
|
+
</svg>
|
|
2851
3175
|
</span>
|
|
2852
3176
|
|
|
2853
3177
|
<a
|