@patternfly/patternfly 6.6.0-prerelease.3 → 6.6.0-prerelease.30
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/assets/fonts/RedHatDisplay/RedHatDisplayVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplayVF.woff2 +0 -0
- package/assets/fonts/RedHatMono/RedHatMonoVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatMono/RedHatMonoVF.woff2 +0 -0
- package/assets/fonts/RedHatText/RedHatTextVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatText/RedHatTextVF.woff2 +0 -0
- package/assets/images/img_avatar-rhds.svg +22 -0
- package/assets/images/pf-logo-avatar.jpg +0 -0
- package/base/patternfly-fonts.css +4 -4
- package/base/patternfly-fonts.scss +4 -4
- package/base/patternfly-variables.css +8 -6
- package/base/tokens/tokens-charts-dark.scss +1 -1
- package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-charts-highcontrast.scss +1 -1
- package/base/tokens/tokens-charts.scss +1 -1
- package/base/tokens/tokens-dark.scss +1 -1
- package/base/tokens/tokens-default.scss +4 -4
- package/base/tokens/tokens-felt-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass.scss +3 -2
- package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-felt-highcontrast.scss +1 -1
- package/base/tokens/tokens-felt.scss +1 -1
- package/base/tokens/tokens-glass-dark.scss +1 -1
- package/base/tokens/tokens-glass.scss +3 -2
- package/base/tokens/tokens-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-highcontrast.scss +4 -4
- package/base/tokens/tokens-palette.scss +1 -1
- package/base/tokens/tokens-redhat-highcontrast.scss +3 -3
- package/components/AboutModalBox/about-modal-box.css +1 -1
- package/components/AboutModalBox/about-modal-box.scss +1 -1
- package/components/Accordion/accordion.css +3 -3
- package/components/Accordion/accordion.scss +3 -3
- package/components/Alert/alert.css +8 -7
- package/components/Alert/alert.scss +8 -7
- package/components/Avatar/avatar.css +144 -0
- package/components/Avatar/avatar.scss +161 -0
- package/components/Banner/banner.css +7 -0
- package/components/Banner/banner.scss +7 -0
- package/components/Breadcrumb/breadcrumb.css +3 -3
- package/components/Breadcrumb/breadcrumb.scss +3 -3
- package/components/Button/button.css +20 -4
- package/components/Button/button.scss +24 -5
- package/components/Card/card.css +4 -4
- package/components/Card/card.scss +4 -4
- package/components/ClipboardCopy/clipboard-copy.css +1 -1
- package/components/ClipboardCopy/clipboard-copy.scss +1 -1
- package/components/DataList/data-list.css +5 -5
- package/components/DataList/data-list.scss +5 -5
- package/components/DragDrop/drag-drop.css +4 -0
- package/components/DragDrop/drag-drop.scss +4 -0
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/Form/form.scss +1 -0
- package/components/FormControl/form-control.css +12 -2
- package/components/FormControl/form-control.scss +14 -2
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -2
- package/components/Label/label.css +9 -3
- package/components/Label/label.scss +9 -3
- package/components/Masthead/masthead.css +1 -1
- package/components/Masthead/masthead.scss +1 -1
- package/components/Menu/menu.css +2 -2
- package/components/Menu/menu.scss +3 -3
- package/components/MenuToggle/menu-toggle.css +3 -0
- package/components/MenuToggle/menu-toggle.scss +4 -1
- package/components/ModalBox/modal-box.css +4 -4
- package/components/ModalBox/modal-box.scss +5 -5
- package/components/Nav/nav.css +2 -2
- package/components/Nav/nav.scss +2 -2
- package/components/NotificationDrawer/notification-drawer.css +3 -3
- package/components/NotificationDrawer/notification-drawer.scss +3 -3
- package/components/Page/page.css +25 -22
- package/components/Page/page.scss +28 -28
- package/components/Pagination/pagination.css +12 -7
- package/components/Pagination/pagination.scss +15 -12
- package/components/Panel/panel.css +1 -1
- package/components/Panel/panel.scss +2 -2
- package/components/Popover/popover.css +1 -1
- package/components/Popover/popover.scss +1 -1
- package/components/Progress/progress.css +2 -2
- package/components/Progress/progress.scss +2 -2
- package/components/Sidebar/sidebar.css +4 -7
- package/components/Sidebar/sidebar.scss +9 -9
- package/components/Table/table-grid.css +25 -13
- package/components/Table/table-grid.scss +10 -5
- package/components/Table/table-tree-view.css +3 -0
- package/components/Table/table-tree-view.scss +2 -0
- package/components/Table/table.css +55 -21
- package/components/Table/table.scss +82 -34
- package/components/Tabs/tabs.css +19 -5
- package/components/Tabs/tabs.scss +22 -5
- package/components/Title/title.css +1 -1
- package/components/Title/title.scss +1 -1
- package/components/Tooltip/tooltip.css +1 -1
- package/components/Tooltip/tooltip.scss +1 -1
- package/components/TreeView/tree-view.css +7 -7
- package/components/TreeView/tree-view.scss +7 -7
- package/components/Wizard/wizard.css +4 -4
- package/components/Wizard/wizard.scss +4 -4
- package/components/_index.css +399 -140
- package/docs/components/Avatar/examples/Avatar.css +6 -0
- package/docs/components/Avatar/examples/Avatar.md +414 -40
- package/docs/components/Button/examples/Button.md +2 -2
- package/docs/components/CodeEditor/examples/CodeEditor.md +131 -47
- package/docs/components/DataList/examples/DataList.md +143 -11
- package/docs/components/DatePicker/examples/DatePicker.md +26 -2
- package/docs/components/DescriptionList/examples/DescriptionList.md +115 -55
- package/docs/components/Drawer/examples/Drawer.md +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +355 -139
- package/docs/components/EmptyState/examples/EmptyState.md +12 -12
- package/docs/components/FileUpload/examples/FileUpload.md +26 -2
- package/docs/components/Form/examples/Form.md +140 -16
- package/docs/components/FormControl/examples/FormControl.md +260 -20
- package/docs/components/HelperText/examples/HelperText.md +139 -11
- package/docs/components/Icon/examples/Icon.md +403 -31
- package/docs/components/InlineEdit/examples/InlineEdit.md +13 -1
- package/docs/components/InputGroup/examples/InputGroup.md +20 -8
- package/docs/components/Label/examples/Label.md +4029 -765
- package/docs/components/List/examples/List.md +78 -6
- package/docs/components/Login/examples/Login.md +104 -8
- package/docs/components/Menu/examples/Menu.md +221 -17
- package/docs/components/MenuToggle/examples/MenuToggle.md +54 -15
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +247 -19
- package/docs/components/NumberInput/examples/NumberInput.md +301 -25
- package/docs/components/Pagination/examples/Pagination.md +111 -273
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +169 -13
- package/docs/components/Sidebar/examples/Sidebar.md +3 -1
- package/docs/components/Switch/examples/Switch.md +52 -4
- package/docs/components/Table/examples/Table.css +6 -0
- package/docs/components/Table/examples/Table.md +1322 -171
- package/docs/components/Tabs/examples/Tabs.md +18 -998
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +355 -115
- package/docs/components/Toolbar/examples/Toolbar.md +133 -25
- package/docs/components/TreeView/examples/TreeView.md +286 -118
- package/docs/components/Wizard/examples/Wizard.md +325 -25
- package/docs/demos/Alert/examples/Alert.md +181 -40
- package/docs/demos/Button/examples/Button.md +57 -45
- package/docs/demos/Card/examples/Card.md +280 -34
- package/docs/demos/CardView/examples/CardView.md +12 -12
- package/docs/demos/Compass/examples/Compass.md +91 -439
- package/docs/demos/Dashboard/examples/Dashboard.md +92 -41
- package/docs/demos/DataList/examples/DataList.md +74 -50
- package/docs/demos/Form/examples/BasicForms.md +112 -36
- package/docs/demos/HelperText/examples/HelperText.md +104 -8
- package/docs/demos/Masthead/examples/Masthead.md +52 -4
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +176 -14
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +2570 -4968
- package/docs/demos/Table/examples/Table.md +407 -179
- package/docs/demos/Toolbar/examples/Toolbar.md +139 -46
- package/docs/demos/Wizard/examples/Wizard.md +117 -9
- package/package.json +7 -7
- package/patternfly-base-no-globals.css +12 -10
- package/patternfly-base.css +12 -10
- package/patternfly-no-globals.css +411 -150
- package/patternfly.css +411 -150
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -499,7 +499,19 @@ wrapperTag: div
|
|
|
499
499
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
500
500
|
<span class="pf-v6-c-text-input-group__text">
|
|
501
501
|
<span class="pf-v6-c-text-input-group__icon">
|
|
502
|
-
<
|
|
502
|
+
<svg
|
|
503
|
+
class="pf-v6-svg"
|
|
504
|
+
fill="currentColor"
|
|
505
|
+
viewBox="0 0 32 32"
|
|
506
|
+
aria-hidden="true"
|
|
507
|
+
role="img"
|
|
508
|
+
width="1em"
|
|
509
|
+
height="1em"
|
|
510
|
+
>
|
|
511
|
+
<path
|
|
512
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
513
|
+
/>
|
|
514
|
+
</svg>
|
|
503
515
|
</span>
|
|
504
516
|
<input
|
|
505
517
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -638,14 +650,14 @@ wrapperTag: div
|
|
|
638
650
|
<svg
|
|
639
651
|
class="pf-v6-svg"
|
|
640
652
|
fill="currentColor"
|
|
641
|
-
viewBox="0 0
|
|
653
|
+
viewBox="0 0 20 20"
|
|
642
654
|
aria-hidden="true"
|
|
643
655
|
role="img"
|
|
644
656
|
width="1em"
|
|
645
657
|
height="1em"
|
|
646
658
|
>
|
|
647
659
|
<path
|
|
648
|
-
d="
|
|
660
|
+
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"
|
|
649
661
|
/>
|
|
650
662
|
</svg>
|
|
651
663
|
</span>
|
|
@@ -661,14 +673,14 @@ wrapperTag: div
|
|
|
661
673
|
<svg
|
|
662
674
|
class="pf-v6-svg"
|
|
663
675
|
fill="currentColor"
|
|
664
|
-
viewBox="0 0
|
|
676
|
+
viewBox="0 0 20 20"
|
|
665
677
|
aria-hidden="true"
|
|
666
678
|
role="img"
|
|
667
679
|
width="1em"
|
|
668
680
|
height="1em"
|
|
669
681
|
>
|
|
670
682
|
<path
|
|
671
|
-
d="
|
|
683
|
+
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"
|
|
672
684
|
/>
|
|
673
685
|
</svg>
|
|
674
686
|
</span>
|
|
@@ -1410,14 +1422,14 @@ wrapperTag: div
|
|
|
1410
1422
|
<svg
|
|
1411
1423
|
class="pf-v6-svg"
|
|
1412
1424
|
fill="currentColor"
|
|
1413
|
-
viewBox="0 0
|
|
1425
|
+
viewBox="0 0 20 20"
|
|
1414
1426
|
aria-hidden="true"
|
|
1415
1427
|
role="img"
|
|
1416
1428
|
width="1em"
|
|
1417
1429
|
height="1em"
|
|
1418
1430
|
>
|
|
1419
1431
|
<path
|
|
1420
|
-
d="
|
|
1432
|
+
d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
|
|
1421
1433
|
/>
|
|
1422
1434
|
</svg>
|
|
1423
1435
|
</span>
|
|
@@ -1434,14 +1446,14 @@ wrapperTag: div
|
|
|
1434
1446
|
<svg
|
|
1435
1447
|
class="pf-v6-svg"
|
|
1436
1448
|
fill="currentColor"
|
|
1437
|
-
viewBox="0 0
|
|
1449
|
+
viewBox="0 0 20 20"
|
|
1438
1450
|
aria-hidden="true"
|
|
1439
1451
|
role="img"
|
|
1440
1452
|
width="1em"
|
|
1441
1453
|
height="1em"
|
|
1442
1454
|
>
|
|
1443
1455
|
<path
|
|
1444
|
-
d="
|
|
1456
|
+
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"
|
|
1445
1457
|
/>
|
|
1446
1458
|
</svg>
|
|
1447
1459
|
</span>
|
|
@@ -1469,14 +1481,14 @@ wrapperTag: div
|
|
|
1469
1481
|
<svg
|
|
1470
1482
|
class="pf-v6-svg"
|
|
1471
1483
|
fill="currentColor"
|
|
1472
|
-
viewBox="0 0
|
|
1484
|
+
viewBox="0 0 20 20"
|
|
1473
1485
|
aria-hidden="true"
|
|
1474
1486
|
role="img"
|
|
1475
1487
|
width="1em"
|
|
1476
1488
|
height="1em"
|
|
1477
1489
|
>
|
|
1478
1490
|
<path
|
|
1479
|
-
d="
|
|
1491
|
+
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"
|
|
1480
1492
|
/>
|
|
1481
1493
|
</svg>
|
|
1482
1494
|
</span>
|
|
@@ -1493,14 +1505,14 @@ wrapperTag: div
|
|
|
1493
1505
|
<svg
|
|
1494
1506
|
class="pf-v6-svg"
|
|
1495
1507
|
fill="currentColor"
|
|
1496
|
-
viewBox="0 0
|
|
1508
|
+
viewBox="0 0 20 20"
|
|
1497
1509
|
aria-hidden="true"
|
|
1498
1510
|
role="img"
|
|
1499
1511
|
width="1em"
|
|
1500
1512
|
height="1em"
|
|
1501
1513
|
>
|
|
1502
1514
|
<path
|
|
1503
|
-
d="
|
|
1515
|
+
d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
|
|
1504
1516
|
/>
|
|
1505
1517
|
</svg>
|
|
1506
1518
|
</span>
|
|
@@ -2016,7 +2028,19 @@ wrapperTag: div
|
|
|
2016
2028
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
2017
2029
|
<span class="pf-v6-c-text-input-group__text">
|
|
2018
2030
|
<span class="pf-v6-c-text-input-group__icon">
|
|
2019
|
-
<
|
|
2031
|
+
<svg
|
|
2032
|
+
class="pf-v6-svg"
|
|
2033
|
+
fill="currentColor"
|
|
2034
|
+
viewBox="0 0 32 32"
|
|
2035
|
+
aria-hidden="true"
|
|
2036
|
+
role="img"
|
|
2037
|
+
width="1em"
|
|
2038
|
+
height="1em"
|
|
2039
|
+
>
|
|
2040
|
+
<path
|
|
2041
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
2042
|
+
/>
|
|
2043
|
+
</svg>
|
|
2020
2044
|
</span>
|
|
2021
2045
|
<input
|
|
2022
2046
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -2237,14 +2261,14 @@ wrapperTag: div
|
|
|
2237
2261
|
<svg
|
|
2238
2262
|
class="pf-v6-svg"
|
|
2239
2263
|
fill="currentColor"
|
|
2240
|
-
viewBox="0 0
|
|
2264
|
+
viewBox="0 0 20 20"
|
|
2241
2265
|
aria-hidden="true"
|
|
2242
2266
|
role="img"
|
|
2243
2267
|
width="1em"
|
|
2244
2268
|
height="1em"
|
|
2245
2269
|
>
|
|
2246
2270
|
<path
|
|
2247
|
-
d="
|
|
2271
|
+
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"
|
|
2248
2272
|
/>
|
|
2249
2273
|
</svg>
|
|
2250
2274
|
</span>
|
|
@@ -2260,14 +2284,14 @@ wrapperTag: div
|
|
|
2260
2284
|
<svg
|
|
2261
2285
|
class="pf-v6-svg"
|
|
2262
2286
|
fill="currentColor"
|
|
2263
|
-
viewBox="0 0
|
|
2287
|
+
viewBox="0 0 20 20"
|
|
2264
2288
|
aria-hidden="true"
|
|
2265
2289
|
role="img"
|
|
2266
2290
|
width="1em"
|
|
2267
2291
|
height="1em"
|
|
2268
2292
|
>
|
|
2269
2293
|
<path
|
|
2270
|
-
d="
|
|
2294
|
+
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"
|
|
2271
2295
|
/>
|
|
2272
2296
|
</svg>
|
|
2273
2297
|
</span>
|
|
@@ -2943,14 +2967,14 @@ wrapperTag: div
|
|
|
2943
2967
|
<svg
|
|
2944
2968
|
class="pf-v6-svg"
|
|
2945
2969
|
fill="currentColor"
|
|
2946
|
-
viewBox="0 0
|
|
2970
|
+
viewBox="0 0 20 20"
|
|
2947
2971
|
aria-hidden="true"
|
|
2948
2972
|
role="img"
|
|
2949
2973
|
width="1em"
|
|
2950
2974
|
height="1em"
|
|
2951
2975
|
>
|
|
2952
2976
|
<path
|
|
2953
|
-
d="
|
|
2977
|
+
d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
|
|
2954
2978
|
/>
|
|
2955
2979
|
</svg>
|
|
2956
2980
|
</span>
|
|
@@ -2967,14 +2991,14 @@ wrapperTag: div
|
|
|
2967
2991
|
<svg
|
|
2968
2992
|
class="pf-v6-svg"
|
|
2969
2993
|
fill="currentColor"
|
|
2970
|
-
viewBox="0 0
|
|
2994
|
+
viewBox="0 0 20 20"
|
|
2971
2995
|
aria-hidden="true"
|
|
2972
2996
|
role="img"
|
|
2973
2997
|
width="1em"
|
|
2974
2998
|
height="1em"
|
|
2975
2999
|
>
|
|
2976
3000
|
<path
|
|
2977
|
-
d="
|
|
3001
|
+
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"
|
|
2978
3002
|
/>
|
|
2979
3003
|
</svg>
|
|
2980
3004
|
</span>
|
|
@@ -3002,14 +3026,14 @@ wrapperTag: div
|
|
|
3002
3026
|
<svg
|
|
3003
3027
|
class="pf-v6-svg"
|
|
3004
3028
|
fill="currentColor"
|
|
3005
|
-
viewBox="0 0
|
|
3029
|
+
viewBox="0 0 20 20"
|
|
3006
3030
|
aria-hidden="true"
|
|
3007
3031
|
role="img"
|
|
3008
3032
|
width="1em"
|
|
3009
3033
|
height="1em"
|
|
3010
3034
|
>
|
|
3011
3035
|
<path
|
|
3012
|
-
d="
|
|
3036
|
+
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"
|
|
3013
3037
|
/>
|
|
3014
3038
|
</svg>
|
|
3015
3039
|
</span>
|
|
@@ -3026,14 +3050,14 @@ wrapperTag: div
|
|
|
3026
3050
|
<svg
|
|
3027
3051
|
class="pf-v6-svg"
|
|
3028
3052
|
fill="currentColor"
|
|
3029
|
-
viewBox="0 0
|
|
3053
|
+
viewBox="0 0 20 20"
|
|
3030
3054
|
aria-hidden="true"
|
|
3031
3055
|
role="img"
|
|
3032
3056
|
width="1em"
|
|
3033
3057
|
height="1em"
|
|
3034
3058
|
>
|
|
3035
3059
|
<path
|
|
3036
|
-
d="
|
|
3060
|
+
d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
|
|
3037
3061
|
/>
|
|
3038
3062
|
</svg>
|
|
3039
3063
|
</span>
|
|
@@ -3549,7 +3573,19 @@ wrapperTag: div
|
|
|
3549
3573
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
3550
3574
|
<span class="pf-v6-c-text-input-group__text">
|
|
3551
3575
|
<span class="pf-v6-c-text-input-group__icon">
|
|
3552
|
-
<
|
|
3576
|
+
<svg
|
|
3577
|
+
class="pf-v6-svg"
|
|
3578
|
+
fill="currentColor"
|
|
3579
|
+
viewBox="0 0 32 32"
|
|
3580
|
+
aria-hidden="true"
|
|
3581
|
+
role="img"
|
|
3582
|
+
width="1em"
|
|
3583
|
+
height="1em"
|
|
3584
|
+
>
|
|
3585
|
+
<path
|
|
3586
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
3587
|
+
/>
|
|
3588
|
+
</svg>
|
|
3553
3589
|
</span>
|
|
3554
3590
|
<input
|
|
3555
3591
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -3702,14 +3738,14 @@ wrapperTag: div
|
|
|
3702
3738
|
<svg
|
|
3703
3739
|
class="pf-v6-svg"
|
|
3704
3740
|
fill="currentColor"
|
|
3705
|
-
viewBox="0 0
|
|
3741
|
+
viewBox="0 0 20 20"
|
|
3706
3742
|
aria-hidden="true"
|
|
3707
3743
|
role="img"
|
|
3708
3744
|
width="1em"
|
|
3709
3745
|
height="1em"
|
|
3710
3746
|
>
|
|
3711
3747
|
<path
|
|
3712
|
-
d="
|
|
3748
|
+
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"
|
|
3713
3749
|
/>
|
|
3714
3750
|
</svg>
|
|
3715
3751
|
</span>
|
|
@@ -3725,14 +3761,14 @@ wrapperTag: div
|
|
|
3725
3761
|
<svg
|
|
3726
3762
|
class="pf-v6-svg"
|
|
3727
3763
|
fill="currentColor"
|
|
3728
|
-
viewBox="0 0
|
|
3764
|
+
viewBox="0 0 20 20"
|
|
3729
3765
|
aria-hidden="true"
|
|
3730
3766
|
role="img"
|
|
3731
3767
|
width="1em"
|
|
3732
3768
|
height="1em"
|
|
3733
3769
|
>
|
|
3734
3770
|
<path
|
|
3735
|
-
d="
|
|
3771
|
+
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"
|
|
3736
3772
|
/>
|
|
3737
3773
|
</svg>
|
|
3738
3774
|
</span>
|
|
@@ -4629,14 +4665,14 @@ wrapperTag: div
|
|
|
4629
4665
|
<svg
|
|
4630
4666
|
class="pf-v6-svg"
|
|
4631
4667
|
fill="currentColor"
|
|
4632
|
-
viewBox="0 0
|
|
4668
|
+
viewBox="0 0 20 20"
|
|
4633
4669
|
aria-hidden="true"
|
|
4634
4670
|
role="img"
|
|
4635
4671
|
width="1em"
|
|
4636
4672
|
height="1em"
|
|
4637
4673
|
>
|
|
4638
4674
|
<path
|
|
4639
|
-
d="
|
|
4675
|
+
d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
|
|
4640
4676
|
/>
|
|
4641
4677
|
</svg>
|
|
4642
4678
|
</span>
|
|
@@ -4653,14 +4689,14 @@ wrapperTag: div
|
|
|
4653
4689
|
<svg
|
|
4654
4690
|
class="pf-v6-svg"
|
|
4655
4691
|
fill="currentColor"
|
|
4656
|
-
viewBox="0 0
|
|
4692
|
+
viewBox="0 0 20 20"
|
|
4657
4693
|
aria-hidden="true"
|
|
4658
4694
|
role="img"
|
|
4659
4695
|
width="1em"
|
|
4660
4696
|
height="1em"
|
|
4661
4697
|
>
|
|
4662
4698
|
<path
|
|
4663
|
-
d="
|
|
4699
|
+
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"
|
|
4664
4700
|
/>
|
|
4665
4701
|
</svg>
|
|
4666
4702
|
</span>
|
|
@@ -4688,14 +4724,14 @@ wrapperTag: div
|
|
|
4688
4724
|
<svg
|
|
4689
4725
|
class="pf-v6-svg"
|
|
4690
4726
|
fill="currentColor"
|
|
4691
|
-
viewBox="0 0
|
|
4727
|
+
viewBox="0 0 20 20"
|
|
4692
4728
|
aria-hidden="true"
|
|
4693
4729
|
role="img"
|
|
4694
4730
|
width="1em"
|
|
4695
4731
|
height="1em"
|
|
4696
4732
|
>
|
|
4697
4733
|
<path
|
|
4698
|
-
d="
|
|
4734
|
+
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"
|
|
4699
4735
|
/>
|
|
4700
4736
|
</svg>
|
|
4701
4737
|
</span>
|
|
@@ -4712,14 +4748,14 @@ wrapperTag: div
|
|
|
4712
4748
|
<svg
|
|
4713
4749
|
class="pf-v6-svg"
|
|
4714
4750
|
fill="currentColor"
|
|
4715
|
-
viewBox="0 0
|
|
4751
|
+
viewBox="0 0 20 20"
|
|
4716
4752
|
aria-hidden="true"
|
|
4717
4753
|
role="img"
|
|
4718
4754
|
width="1em"
|
|
4719
4755
|
height="1em"
|
|
4720
4756
|
>
|
|
4721
4757
|
<path
|
|
4722
|
-
d="
|
|
4758
|
+
d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
|
|
4723
4759
|
/>
|
|
4724
4760
|
</svg>
|
|
4725
4761
|
</span>
|
|
@@ -5232,7 +5268,19 @@ wrapperTag: div
|
|
|
5232
5268
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
5233
5269
|
<span class="pf-v6-c-text-input-group__text">
|
|
5234
5270
|
<span class="pf-v6-c-text-input-group__icon">
|
|
5235
|
-
<
|
|
5271
|
+
<svg
|
|
5272
|
+
class="pf-v6-svg"
|
|
5273
|
+
fill="currentColor"
|
|
5274
|
+
viewBox="0 0 32 32"
|
|
5275
|
+
aria-hidden="true"
|
|
5276
|
+
role="img"
|
|
5277
|
+
width="1em"
|
|
5278
|
+
height="1em"
|
|
5279
|
+
>
|
|
5280
|
+
<path
|
|
5281
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
5282
|
+
/>
|
|
5283
|
+
</svg>
|
|
5236
5284
|
</span>
|
|
5237
5285
|
<input
|
|
5238
5286
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -5385,14 +5433,14 @@ wrapperTag: div
|
|
|
5385
5433
|
<svg
|
|
5386
5434
|
class="pf-v6-svg"
|
|
5387
5435
|
fill="currentColor"
|
|
5388
|
-
viewBox="0 0
|
|
5436
|
+
viewBox="0 0 20 20"
|
|
5389
5437
|
aria-hidden="true"
|
|
5390
5438
|
role="img"
|
|
5391
5439
|
width="1em"
|
|
5392
5440
|
height="1em"
|
|
5393
5441
|
>
|
|
5394
5442
|
<path
|
|
5395
|
-
d="
|
|
5443
|
+
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"
|
|
5396
5444
|
/>
|
|
5397
5445
|
</svg>
|
|
5398
5446
|
</span>
|
|
@@ -5408,14 +5456,14 @@ wrapperTag: div
|
|
|
5408
5456
|
<svg
|
|
5409
5457
|
class="pf-v6-svg"
|
|
5410
5458
|
fill="currentColor"
|
|
5411
|
-
viewBox="0 0
|
|
5459
|
+
viewBox="0 0 20 20"
|
|
5412
5460
|
aria-hidden="true"
|
|
5413
5461
|
role="img"
|
|
5414
5462
|
width="1em"
|
|
5415
5463
|
height="1em"
|
|
5416
5464
|
>
|
|
5417
5465
|
<path
|
|
5418
|
-
d="
|
|
5466
|
+
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"
|
|
5419
5467
|
/>
|
|
5420
5468
|
</svg>
|
|
5421
5469
|
</span>
|
|
@@ -5884,14 +5932,14 @@ wrapperTag: div
|
|
|
5884
5932
|
<svg
|
|
5885
5933
|
class="pf-v6-svg"
|
|
5886
5934
|
fill="currentColor"
|
|
5887
|
-
viewBox="0 0
|
|
5935
|
+
viewBox="0 0 20 20"
|
|
5888
5936
|
aria-hidden="true"
|
|
5889
5937
|
role="img"
|
|
5890
5938
|
width="1em"
|
|
5891
5939
|
height="1em"
|
|
5892
5940
|
>
|
|
5893
5941
|
<path
|
|
5894
|
-
d="
|
|
5942
|
+
d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
|
|
5895
5943
|
/>
|
|
5896
5944
|
</svg>
|
|
5897
5945
|
</span>
|
|
@@ -5908,14 +5956,14 @@ wrapperTag: div
|
|
|
5908
5956
|
<svg
|
|
5909
5957
|
class="pf-v6-svg"
|
|
5910
5958
|
fill="currentColor"
|
|
5911
|
-
viewBox="0 0
|
|
5959
|
+
viewBox="0 0 20 20"
|
|
5912
5960
|
aria-hidden="true"
|
|
5913
5961
|
role="img"
|
|
5914
5962
|
width="1em"
|
|
5915
5963
|
height="1em"
|
|
5916
5964
|
>
|
|
5917
5965
|
<path
|
|
5918
|
-
d="
|
|
5966
|
+
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"
|
|
5919
5967
|
/>
|
|
5920
5968
|
</svg>
|
|
5921
5969
|
</span>
|
|
@@ -5943,14 +5991,14 @@ wrapperTag: div
|
|
|
5943
5991
|
<svg
|
|
5944
5992
|
class="pf-v6-svg"
|
|
5945
5993
|
fill="currentColor"
|
|
5946
|
-
viewBox="0 0
|
|
5994
|
+
viewBox="0 0 20 20"
|
|
5947
5995
|
aria-hidden="true"
|
|
5948
5996
|
role="img"
|
|
5949
5997
|
width="1em"
|
|
5950
5998
|
height="1em"
|
|
5951
5999
|
>
|
|
5952
6000
|
<path
|
|
5953
|
-
d="
|
|
6001
|
+
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"
|
|
5954
6002
|
/>
|
|
5955
6003
|
</svg>
|
|
5956
6004
|
</span>
|
|
@@ -5967,14 +6015,14 @@ wrapperTag: div
|
|
|
5967
6015
|
<svg
|
|
5968
6016
|
class="pf-v6-svg"
|
|
5969
6017
|
fill="currentColor"
|
|
5970
|
-
viewBox="0 0
|
|
6018
|
+
viewBox="0 0 20 20"
|
|
5971
6019
|
aria-hidden="true"
|
|
5972
6020
|
role="img"
|
|
5973
6021
|
width="1em"
|
|
5974
6022
|
height="1em"
|
|
5975
6023
|
>
|
|
5976
6024
|
<path
|
|
5977
|
-
d="
|
|
6025
|
+
d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
|
|
5978
6026
|
/>
|
|
5979
6027
|
</svg>
|
|
5980
6028
|
</span>
|
|
@@ -6493,7 +6541,19 @@ wrapperTag: div
|
|
|
6493
6541
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
6494
6542
|
<span class="pf-v6-c-text-input-group__text">
|
|
6495
6543
|
<span class="pf-v6-c-text-input-group__icon">
|
|
6496
|
-
<
|
|
6544
|
+
<svg
|
|
6545
|
+
class="pf-v6-svg"
|
|
6546
|
+
fill="currentColor"
|
|
6547
|
+
viewBox="0 0 32 32"
|
|
6548
|
+
aria-hidden="true"
|
|
6549
|
+
role="img"
|
|
6550
|
+
width="1em"
|
|
6551
|
+
height="1em"
|
|
6552
|
+
>
|
|
6553
|
+
<path
|
|
6554
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
6555
|
+
/>
|
|
6556
|
+
</svg>
|
|
6497
6557
|
</span>
|
|
6498
6558
|
<input
|
|
6499
6559
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -6646,14 +6706,14 @@ wrapperTag: div
|
|
|
6646
6706
|
<svg
|
|
6647
6707
|
class="pf-v6-svg"
|
|
6648
6708
|
fill="currentColor"
|
|
6649
|
-
viewBox="0 0
|
|
6709
|
+
viewBox="0 0 20 20"
|
|
6650
6710
|
aria-hidden="true"
|
|
6651
6711
|
role="img"
|
|
6652
6712
|
width="1em"
|
|
6653
6713
|
height="1em"
|
|
6654
6714
|
>
|
|
6655
6715
|
<path
|
|
6656
|
-
d="
|
|
6716
|
+
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"
|
|
6657
6717
|
/>
|
|
6658
6718
|
</svg>
|
|
6659
6719
|
</span>
|
|
@@ -6669,14 +6729,14 @@ wrapperTag: div
|
|
|
6669
6729
|
<svg
|
|
6670
6730
|
class="pf-v6-svg"
|
|
6671
6731
|
fill="currentColor"
|
|
6672
|
-
viewBox="0 0
|
|
6732
|
+
viewBox="0 0 20 20"
|
|
6673
6733
|
aria-hidden="true"
|
|
6674
6734
|
role="img"
|
|
6675
6735
|
width="1em"
|
|
6676
6736
|
height="1em"
|
|
6677
6737
|
>
|
|
6678
6738
|
<path
|
|
6679
|
-
d="
|
|
6739
|
+
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"
|
|
6680
6740
|
/>
|
|
6681
6741
|
</svg>
|
|
6682
6742
|
</span>
|
|
@@ -9775,14 +9835,14 @@ wrapperTag: div
|
|
|
9775
9835
|
<svg
|
|
9776
9836
|
class="pf-v6-svg"
|
|
9777
9837
|
fill="currentColor"
|
|
9778
|
-
viewBox="0 0
|
|
9838
|
+
viewBox="0 0 20 20"
|
|
9779
9839
|
aria-hidden="true"
|
|
9780
9840
|
role="img"
|
|
9781
9841
|
width="1em"
|
|
9782
9842
|
height="1em"
|
|
9783
9843
|
>
|
|
9784
9844
|
<path
|
|
9785
|
-
d="
|
|
9845
|
+
d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
|
|
9786
9846
|
/>
|
|
9787
9847
|
</svg>
|
|
9788
9848
|
</span>
|
|
@@ -9799,14 +9859,14 @@ wrapperTag: div
|
|
|
9799
9859
|
<svg
|
|
9800
9860
|
class="pf-v6-svg"
|
|
9801
9861
|
fill="currentColor"
|
|
9802
|
-
viewBox="0 0
|
|
9862
|
+
viewBox="0 0 20 20"
|
|
9803
9863
|
aria-hidden="true"
|
|
9804
9864
|
role="img"
|
|
9805
9865
|
width="1em"
|
|
9806
9866
|
height="1em"
|
|
9807
9867
|
>
|
|
9808
9868
|
<path
|
|
9809
|
-
d="
|
|
9869
|
+
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"
|
|
9810
9870
|
/>
|
|
9811
9871
|
</svg>
|
|
9812
9872
|
</span>
|
|
@@ -9834,14 +9894,14 @@ wrapperTag: div
|
|
|
9834
9894
|
<svg
|
|
9835
9895
|
class="pf-v6-svg"
|
|
9836
9896
|
fill="currentColor"
|
|
9837
|
-
viewBox="0 0
|
|
9897
|
+
viewBox="0 0 20 20"
|
|
9838
9898
|
aria-hidden="true"
|
|
9839
9899
|
role="img"
|
|
9840
9900
|
width="1em"
|
|
9841
9901
|
height="1em"
|
|
9842
9902
|
>
|
|
9843
9903
|
<path
|
|
9844
|
-
d="
|
|
9904
|
+
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"
|
|
9845
9905
|
/>
|
|
9846
9906
|
</svg>
|
|
9847
9907
|
</span>
|
|
@@ -9858,14 +9918,14 @@ wrapperTag: div
|
|
|
9858
9918
|
<svg
|
|
9859
9919
|
class="pf-v6-svg"
|
|
9860
9920
|
fill="currentColor"
|
|
9861
|
-
viewBox="0 0
|
|
9921
|
+
viewBox="0 0 20 20"
|
|
9862
9922
|
aria-hidden="true"
|
|
9863
9923
|
role="img"
|
|
9864
9924
|
width="1em"
|
|
9865
9925
|
height="1em"
|
|
9866
9926
|
>
|
|
9867
9927
|
<path
|
|
9868
|
-
d="
|
|
9928
|
+
d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
|
|
9869
9929
|
/>
|
|
9870
9930
|
</svg>
|
|
9871
9931
|
</span>
|
|
@@ -11365,7 +11425,19 @@ wrapperTag: div
|
|
|
11365
11425
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
11366
11426
|
<span class="pf-v6-c-text-input-group__text">
|
|
11367
11427
|
<span class="pf-v6-c-text-input-group__icon">
|
|
11368
|
-
<
|
|
11428
|
+
<svg
|
|
11429
|
+
class="pf-v6-svg"
|
|
11430
|
+
fill="currentColor"
|
|
11431
|
+
viewBox="0 0 32 32"
|
|
11432
|
+
aria-hidden="true"
|
|
11433
|
+
role="img"
|
|
11434
|
+
width="1em"
|
|
11435
|
+
height="1em"
|
|
11436
|
+
>
|
|
11437
|
+
<path
|
|
11438
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
11439
|
+
/>
|
|
11440
|
+
</svg>
|
|
11369
11441
|
</span>
|
|
11370
11442
|
<input
|
|
11371
11443
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -11518,14 +11590,14 @@ wrapperTag: div
|
|
|
11518
11590
|
<svg
|
|
11519
11591
|
class="pf-v6-svg"
|
|
11520
11592
|
fill="currentColor"
|
|
11521
|
-
viewBox="0 0
|
|
11593
|
+
viewBox="0 0 20 20"
|
|
11522
11594
|
aria-hidden="true"
|
|
11523
11595
|
role="img"
|
|
11524
11596
|
width="1em"
|
|
11525
11597
|
height="1em"
|
|
11526
11598
|
>
|
|
11527
11599
|
<path
|
|
11528
|
-
d="
|
|
11600
|
+
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"
|
|
11529
11601
|
/>
|
|
11530
11602
|
</svg>
|
|
11531
11603
|
</span>
|
|
@@ -11541,14 +11613,14 @@ wrapperTag: div
|
|
|
11541
11613
|
<svg
|
|
11542
11614
|
class="pf-v6-svg"
|
|
11543
11615
|
fill="currentColor"
|
|
11544
|
-
viewBox="0 0
|
|
11616
|
+
viewBox="0 0 20 20"
|
|
11545
11617
|
aria-hidden="true"
|
|
11546
11618
|
role="img"
|
|
11547
11619
|
width="1em"
|
|
11548
11620
|
height="1em"
|
|
11549
11621
|
>
|
|
11550
11622
|
<path
|
|
11551
|
-
d="
|
|
11623
|
+
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"
|
|
11552
11624
|
/>
|
|
11553
11625
|
</svg>
|
|
11554
11626
|
</span>
|
|
@@ -12290,14 +12362,14 @@ wrapperTag: div
|
|
|
12290
12362
|
<svg
|
|
12291
12363
|
class="pf-v6-svg"
|
|
12292
12364
|
fill="currentColor"
|
|
12293
|
-
viewBox="0 0
|
|
12365
|
+
viewBox="0 0 20 20"
|
|
12294
12366
|
aria-hidden="true"
|
|
12295
12367
|
role="img"
|
|
12296
12368
|
width="1em"
|
|
12297
12369
|
height="1em"
|
|
12298
12370
|
>
|
|
12299
12371
|
<path
|
|
12300
|
-
d="
|
|
12372
|
+
d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
|
|
12301
12373
|
/>
|
|
12302
12374
|
</svg>
|
|
12303
12375
|
</span>
|
|
@@ -12314,14 +12386,14 @@ wrapperTag: div
|
|
|
12314
12386
|
<svg
|
|
12315
12387
|
class="pf-v6-svg"
|
|
12316
12388
|
fill="currentColor"
|
|
12317
|
-
viewBox="0 0
|
|
12389
|
+
viewBox="0 0 20 20"
|
|
12318
12390
|
aria-hidden="true"
|
|
12319
12391
|
role="img"
|
|
12320
12392
|
width="1em"
|
|
12321
12393
|
height="1em"
|
|
12322
12394
|
>
|
|
12323
12395
|
<path
|
|
12324
|
-
d="
|
|
12396
|
+
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"
|
|
12325
12397
|
/>
|
|
12326
12398
|
</svg>
|
|
12327
12399
|
</span>
|
|
@@ -12349,14 +12421,14 @@ wrapperTag: div
|
|
|
12349
12421
|
<svg
|
|
12350
12422
|
class="pf-v6-svg"
|
|
12351
12423
|
fill="currentColor"
|
|
12352
|
-
viewBox="0 0
|
|
12424
|
+
viewBox="0 0 20 20"
|
|
12353
12425
|
aria-hidden="true"
|
|
12354
12426
|
role="img"
|
|
12355
12427
|
width="1em"
|
|
12356
12428
|
height="1em"
|
|
12357
12429
|
>
|
|
12358
12430
|
<path
|
|
12359
|
-
d="
|
|
12431
|
+
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"
|
|
12360
12432
|
/>
|
|
12361
12433
|
</svg>
|
|
12362
12434
|
</span>
|
|
@@ -12373,14 +12445,14 @@ wrapperTag: div
|
|
|
12373
12445
|
<svg
|
|
12374
12446
|
class="pf-v6-svg"
|
|
12375
12447
|
fill="currentColor"
|
|
12376
|
-
viewBox="0 0
|
|
12448
|
+
viewBox="0 0 20 20"
|
|
12377
12449
|
aria-hidden="true"
|
|
12378
12450
|
role="img"
|
|
12379
12451
|
width="1em"
|
|
12380
12452
|
height="1em"
|
|
12381
12453
|
>
|
|
12382
12454
|
<path
|
|
12383
|
-
d="
|
|
12455
|
+
d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
|
|
12384
12456
|
/>
|
|
12385
12457
|
</svg>
|
|
12386
12458
|
</span>
|
|
@@ -12899,7 +12971,19 @@ wrapperTag: div
|
|
|
12899
12971
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
12900
12972
|
<span class="pf-v6-c-text-input-group__text">
|
|
12901
12973
|
<span class="pf-v6-c-text-input-group__icon">
|
|
12902
|
-
<
|
|
12974
|
+
<svg
|
|
12975
|
+
class="pf-v6-svg"
|
|
12976
|
+
fill="currentColor"
|
|
12977
|
+
viewBox="0 0 32 32"
|
|
12978
|
+
aria-hidden="true"
|
|
12979
|
+
role="img"
|
|
12980
|
+
width="1em"
|
|
12981
|
+
height="1em"
|
|
12982
|
+
>
|
|
12983
|
+
<path
|
|
12984
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
12985
|
+
/>
|
|
12986
|
+
</svg>
|
|
12903
12987
|
</span>
|
|
12904
12988
|
<input
|
|
12905
12989
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -13052,14 +13136,14 @@ wrapperTag: div
|
|
|
13052
13136
|
<svg
|
|
13053
13137
|
class="pf-v6-svg"
|
|
13054
13138
|
fill="currentColor"
|
|
13055
|
-
viewBox="0 0
|
|
13139
|
+
viewBox="0 0 20 20"
|
|
13056
13140
|
aria-hidden="true"
|
|
13057
13141
|
role="img"
|
|
13058
13142
|
width="1em"
|
|
13059
13143
|
height="1em"
|
|
13060
13144
|
>
|
|
13061
13145
|
<path
|
|
13062
|
-
d="
|
|
13146
|
+
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"
|
|
13063
13147
|
/>
|
|
13064
13148
|
</svg>
|
|
13065
13149
|
</span>
|
|
@@ -13075,14 +13159,14 @@ wrapperTag: div
|
|
|
13075
13159
|
<svg
|
|
13076
13160
|
class="pf-v6-svg"
|
|
13077
13161
|
fill="currentColor"
|
|
13078
|
-
viewBox="0 0
|
|
13162
|
+
viewBox="0 0 20 20"
|
|
13079
13163
|
aria-hidden="true"
|
|
13080
13164
|
role="img"
|
|
13081
13165
|
width="1em"
|
|
13082
13166
|
height="1em"
|
|
13083
13167
|
>
|
|
13084
13168
|
<path
|
|
13085
|
-
d="
|
|
13169
|
+
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"
|
|
13086
13170
|
/>
|
|
13087
13171
|
</svg>
|
|
13088
13172
|
</span>
|
|
@@ -13845,7 +13929,19 @@ wrapperTag: div
|
|
|
13845
13929
|
<div class="pf-v6-c-data-list__item-row">
|
|
13846
13930
|
<div class="pf-v6-c-data-list__item-control">
|
|
13847
13931
|
<span class="pf-v6-c-data-list__item-draggable-icon">
|
|
13848
|
-
<
|
|
13932
|
+
<svg
|
|
13933
|
+
class="pf-v6-svg"
|
|
13934
|
+
fill="currentColor"
|
|
13935
|
+
viewBox="0 0 32 32"
|
|
13936
|
+
aria-hidden="true"
|
|
13937
|
+
role="img"
|
|
13938
|
+
width="1em"
|
|
13939
|
+
height="1em"
|
|
13940
|
+
>
|
|
13941
|
+
<path
|
|
13942
|
+
d="M13.75 2.25v5.5c0 .551-.448 1-1 1h-5.5c-.552 0-1-.449-1-1v-5.5c0-.551.448-1 1-1h5.5c.552 0 1 .449 1 1Zm11-1h-5.5c-.552 0-1 .449-1 1v5.5c0 .551.448 1 1 1h5.5c.552 0 1-.449 1-1v-5.5c0-.551-.448-1-1-1Zm-12 11h-5.5c-.552 0-1 .449-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5c0-.551-.448-1-1-1Zm12 0h-5.5c-.552 0-1 .449-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5c0-.551-.448-1-1-1Zm-12 11h-5.5a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1Zm12 0h-5.5a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1Z"
|
|
13943
|
+
/>
|
|
13944
|
+
</svg>
|
|
13849
13945
|
</span>
|
|
13850
13946
|
<div class="pf-v6-c-data-list__check">
|
|
13851
13947
|
<label
|
|
@@ -13876,7 +13972,19 @@ wrapperTag: div
|
|
|
13876
13972
|
<div class="pf-v6-c-data-list__item-row">
|
|
13877
13973
|
<div class="pf-v6-c-data-list__item-control">
|
|
13878
13974
|
<span class="pf-v6-c-data-list__item-draggable-icon">
|
|
13879
|
-
<
|
|
13975
|
+
<svg
|
|
13976
|
+
class="pf-v6-svg"
|
|
13977
|
+
fill="currentColor"
|
|
13978
|
+
viewBox="0 0 32 32"
|
|
13979
|
+
aria-hidden="true"
|
|
13980
|
+
role="img"
|
|
13981
|
+
width="1em"
|
|
13982
|
+
height="1em"
|
|
13983
|
+
>
|
|
13984
|
+
<path
|
|
13985
|
+
d="M13.75 2.25v5.5c0 .551-.448 1-1 1h-5.5c-.552 0-1-.449-1-1v-5.5c0-.551.448-1 1-1h5.5c.552 0 1 .449 1 1Zm11-1h-5.5c-.552 0-1 .449-1 1v5.5c0 .551.448 1 1 1h5.5c.552 0 1-.449 1-1v-5.5c0-.551-.448-1-1-1Zm-12 11h-5.5c-.552 0-1 .449-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5c0-.551-.448-1-1-1Zm12 0h-5.5c-.552 0-1 .449-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5c0-.551-.448-1-1-1Zm-12 11h-5.5a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1Zm12 0h-5.5a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1Z"
|
|
13986
|
+
/>
|
|
13987
|
+
</svg>
|
|
13880
13988
|
</span>
|
|
13881
13989
|
<div class="pf-v6-c-data-list__check">
|
|
13882
13990
|
<label
|
|
@@ -13907,7 +14015,19 @@ wrapperTag: div
|
|
|
13907
14015
|
<div class="pf-v6-c-data-list__item-row">
|
|
13908
14016
|
<div class="pf-v6-c-data-list__item-control">
|
|
13909
14017
|
<span class="pf-v6-c-data-list__item-draggable-icon">
|
|
13910
|
-
<
|
|
14018
|
+
<svg
|
|
14019
|
+
class="pf-v6-svg"
|
|
14020
|
+
fill="currentColor"
|
|
14021
|
+
viewBox="0 0 32 32"
|
|
14022
|
+
aria-hidden="true"
|
|
14023
|
+
role="img"
|
|
14024
|
+
width="1em"
|
|
14025
|
+
height="1em"
|
|
14026
|
+
>
|
|
14027
|
+
<path
|
|
14028
|
+
d="M13.75 2.25v5.5c0 .551-.448 1-1 1h-5.5c-.552 0-1-.449-1-1v-5.5c0-.551.448-1 1-1h5.5c.552 0 1 .449 1 1Zm11-1h-5.5c-.552 0-1 .449-1 1v5.5c0 .551.448 1 1 1h5.5c.552 0 1-.449 1-1v-5.5c0-.551-.448-1-1-1Zm-12 11h-5.5c-.552 0-1 .449-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5c0-.551-.448-1-1-1Zm12 0h-5.5c-.552 0-1 .449-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5c0-.551-.448-1-1-1Zm-12 11h-5.5a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1Zm12 0h-5.5a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1Z"
|
|
14029
|
+
/>
|
|
14030
|
+
</svg>
|
|
13911
14031
|
</span>
|
|
13912
14032
|
<div class="pf-v6-c-data-list__check">
|
|
13913
14033
|
<label
|
|
@@ -13938,7 +14058,19 @@ wrapperTag: div
|
|
|
13938
14058
|
<div class="pf-v6-c-data-list__item-row">
|
|
13939
14059
|
<div class="pf-v6-c-data-list__item-control">
|
|
13940
14060
|
<span class="pf-v6-c-data-list__item-draggable-icon">
|
|
13941
|
-
<
|
|
14061
|
+
<svg
|
|
14062
|
+
class="pf-v6-svg"
|
|
14063
|
+
fill="currentColor"
|
|
14064
|
+
viewBox="0 0 32 32"
|
|
14065
|
+
aria-hidden="true"
|
|
14066
|
+
role="img"
|
|
14067
|
+
width="1em"
|
|
14068
|
+
height="1em"
|
|
14069
|
+
>
|
|
14070
|
+
<path
|
|
14071
|
+
d="M13.75 2.25v5.5c0 .551-.448 1-1 1h-5.5c-.552 0-1-.449-1-1v-5.5c0-.551.448-1 1-1h5.5c.552 0 1 .449 1 1Zm11-1h-5.5c-.552 0-1 .449-1 1v5.5c0 .551.448 1 1 1h5.5c.552 0 1-.449 1-1v-5.5c0-.551-.448-1-1-1Zm-12 11h-5.5c-.552 0-1 .449-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5c0-.551-.448-1-1-1Zm12 0h-5.5c-.552 0-1 .449-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5c0-.551-.448-1-1-1Zm-12 11h-5.5a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1Zm12 0h-5.5a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1Z"
|
|
14072
|
+
/>
|
|
14073
|
+
</svg>
|
|
13942
14074
|
</span>
|
|
13943
14075
|
<div class="pf-v6-c-data-list__check">
|
|
13944
14076
|
<label
|
|
@@ -13969,7 +14101,19 @@ wrapperTag: div
|
|
|
13969
14101
|
<div class="pf-v6-c-data-list__item-row">
|
|
13970
14102
|
<div class="pf-v6-c-data-list__item-control">
|
|
13971
14103
|
<span class="pf-v6-c-data-list__item-draggable-icon">
|
|
13972
|
-
<
|
|
14104
|
+
<svg
|
|
14105
|
+
class="pf-v6-svg"
|
|
14106
|
+
fill="currentColor"
|
|
14107
|
+
viewBox="0 0 32 32"
|
|
14108
|
+
aria-hidden="true"
|
|
14109
|
+
role="img"
|
|
14110
|
+
width="1em"
|
|
14111
|
+
height="1em"
|
|
14112
|
+
>
|
|
14113
|
+
<path
|
|
14114
|
+
d="M13.75 2.25v5.5c0 .551-.448 1-1 1h-5.5c-.552 0-1-.449-1-1v-5.5c0-.551.448-1 1-1h5.5c.552 0 1 .449 1 1Zm11-1h-5.5c-.552 0-1 .449-1 1v5.5c0 .551.448 1 1 1h5.5c.552 0 1-.449 1-1v-5.5c0-.551-.448-1-1-1Zm-12 11h-5.5c-.552 0-1 .449-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5c0-.551-.448-1-1-1Zm12 0h-5.5c-.552 0-1 .449-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5c0-.551-.448-1-1-1Zm-12 11h-5.5a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1Zm12 0h-5.5a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1Z"
|
|
14115
|
+
/>
|
|
14116
|
+
</svg>
|
|
13973
14117
|
</span>
|
|
13974
14118
|
<div class="pf-v6-c-data-list__check">
|
|
13975
14119
|
<label
|
|
@@ -14514,7 +14658,19 @@ wrapperTag: div
|
|
|
14514
14658
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
14515
14659
|
<span class="pf-v6-c-text-input-group__text">
|
|
14516
14660
|
<span class="pf-v6-c-text-input-group__icon">
|
|
14517
|
-
<
|
|
14661
|
+
<svg
|
|
14662
|
+
class="pf-v6-svg"
|
|
14663
|
+
fill="currentColor"
|
|
14664
|
+
viewBox="0 0 32 32"
|
|
14665
|
+
aria-hidden="true"
|
|
14666
|
+
role="img"
|
|
14667
|
+
width="1em"
|
|
14668
|
+
height="1em"
|
|
14669
|
+
>
|
|
14670
|
+
<path
|
|
14671
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
14672
|
+
/>
|
|
14673
|
+
</svg>
|
|
14518
14674
|
</span>
|
|
14519
14675
|
<input
|
|
14520
14676
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -14667,14 +14823,14 @@ wrapperTag: div
|
|
|
14667
14823
|
<svg
|
|
14668
14824
|
class="pf-v6-svg"
|
|
14669
14825
|
fill="currentColor"
|
|
14670
|
-
viewBox="0 0
|
|
14826
|
+
viewBox="0 0 20 20"
|
|
14671
14827
|
aria-hidden="true"
|
|
14672
14828
|
role="img"
|
|
14673
14829
|
width="1em"
|
|
14674
14830
|
height="1em"
|
|
14675
14831
|
>
|
|
14676
14832
|
<path
|
|
14677
|
-
d="
|
|
14833
|
+
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"
|
|
14678
14834
|
/>
|
|
14679
14835
|
</svg>
|
|
14680
14836
|
</span>
|
|
@@ -14690,14 +14846,14 @@ wrapperTag: div
|
|
|
14690
14846
|
<svg
|
|
14691
14847
|
class="pf-v6-svg"
|
|
14692
14848
|
fill="currentColor"
|
|
14693
|
-
viewBox="0 0
|
|
14849
|
+
viewBox="0 0 20 20"
|
|
14694
14850
|
aria-hidden="true"
|
|
14695
14851
|
role="img"
|
|
14696
14852
|
width="1em"
|
|
14697
14853
|
height="1em"
|
|
14698
14854
|
>
|
|
14699
14855
|
<path
|
|
14700
|
-
d="
|
|
14856
|
+
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"
|
|
14701
14857
|
/>
|
|
14702
14858
|
</svg>
|
|
14703
14859
|
</span>
|
|
@@ -16054,14 +16210,14 @@ wrapperTag: div
|
|
|
16054
16210
|
<svg
|
|
16055
16211
|
class="pf-v6-svg"
|
|
16056
16212
|
fill="currentColor"
|
|
16057
|
-
viewBox="0 0
|
|
16213
|
+
viewBox="0 0 20 20"
|
|
16058
16214
|
aria-hidden="true"
|
|
16059
16215
|
role="img"
|
|
16060
16216
|
width="1em"
|
|
16061
16217
|
height="1em"
|
|
16062
16218
|
>
|
|
16063
16219
|
<path
|
|
16064
|
-
d="
|
|
16220
|
+
d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
|
|
16065
16221
|
/>
|
|
16066
16222
|
</svg>
|
|
16067
16223
|
</span>
|
|
@@ -16078,14 +16234,14 @@ wrapperTag: div
|
|
|
16078
16234
|
<svg
|
|
16079
16235
|
class="pf-v6-svg"
|
|
16080
16236
|
fill="currentColor"
|
|
16081
|
-
viewBox="0 0
|
|
16237
|
+
viewBox="0 0 20 20"
|
|
16082
16238
|
aria-hidden="true"
|
|
16083
16239
|
role="img"
|
|
16084
16240
|
width="1em"
|
|
16085
16241
|
height="1em"
|
|
16086
16242
|
>
|
|
16087
16243
|
<path
|
|
16088
|
-
d="
|
|
16244
|
+
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"
|
|
16089
16245
|
/>
|
|
16090
16246
|
</svg>
|
|
16091
16247
|
</span>
|
|
@@ -16113,14 +16269,14 @@ wrapperTag: div
|
|
|
16113
16269
|
<svg
|
|
16114
16270
|
class="pf-v6-svg"
|
|
16115
16271
|
fill="currentColor"
|
|
16116
|
-
viewBox="0 0
|
|
16272
|
+
viewBox="0 0 20 20"
|
|
16117
16273
|
aria-hidden="true"
|
|
16118
16274
|
role="img"
|
|
16119
16275
|
width="1em"
|
|
16120
16276
|
height="1em"
|
|
16121
16277
|
>
|
|
16122
16278
|
<path
|
|
16123
|
-
d="
|
|
16279
|
+
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"
|
|
16124
16280
|
/>
|
|
16125
16281
|
</svg>
|
|
16126
16282
|
</span>
|
|
@@ -16137,14 +16293,14 @@ wrapperTag: div
|
|
|
16137
16293
|
<svg
|
|
16138
16294
|
class="pf-v6-svg"
|
|
16139
16295
|
fill="currentColor"
|
|
16140
|
-
viewBox="0 0
|
|
16296
|
+
viewBox="0 0 20 20"
|
|
16141
16297
|
aria-hidden="true"
|
|
16142
16298
|
role="img"
|
|
16143
16299
|
width="1em"
|
|
16144
16300
|
height="1em"
|
|
16145
16301
|
>
|
|
16146
16302
|
<path
|
|
16147
|
-
d="
|
|
16303
|
+
d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
|
|
16148
16304
|
/>
|
|
16149
16305
|
</svg>
|
|
16150
16306
|
</span>
|
|
@@ -16666,7 +16822,19 @@ wrapperTag: div
|
|
|
16666
16822
|
>
|
|
16667
16823
|
<span class="pf-v6-c-text-input-group__text">
|
|
16668
16824
|
<span class="pf-v6-c-text-input-group__icon">
|
|
16669
|
-
<
|
|
16825
|
+
<svg
|
|
16826
|
+
class="pf-v6-svg"
|
|
16827
|
+
fill="currentColor"
|
|
16828
|
+
viewBox="0 0 32 32"
|
|
16829
|
+
aria-hidden="true"
|
|
16830
|
+
role="img"
|
|
16831
|
+
width="1em"
|
|
16832
|
+
height="1em"
|
|
16833
|
+
>
|
|
16834
|
+
<path
|
|
16835
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
16836
|
+
/>
|
|
16837
|
+
</svg>
|
|
16670
16838
|
</span>
|
|
16671
16839
|
<input
|
|
16672
16840
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -16807,14 +16975,14 @@ wrapperTag: div
|
|
|
16807
16975
|
<svg
|
|
16808
16976
|
class="pf-v6-svg"
|
|
16809
16977
|
fill="currentColor"
|
|
16810
|
-
viewBox="0 0
|
|
16978
|
+
viewBox="0 0 20 20"
|
|
16811
16979
|
aria-hidden="true"
|
|
16812
16980
|
role="img"
|
|
16813
16981
|
width="1em"
|
|
16814
16982
|
height="1em"
|
|
16815
16983
|
>
|
|
16816
16984
|
<path
|
|
16817
|
-
d="
|
|
16985
|
+
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"
|
|
16818
16986
|
/>
|
|
16819
16987
|
</svg>
|
|
16820
16988
|
</span>
|
|
@@ -16830,14 +16998,14 @@ wrapperTag: div
|
|
|
16830
16998
|
<svg
|
|
16831
16999
|
class="pf-v6-svg"
|
|
16832
17000
|
fill="currentColor"
|
|
16833
|
-
viewBox="0 0
|
|
17001
|
+
viewBox="0 0 20 20"
|
|
16834
17002
|
aria-hidden="true"
|
|
16835
17003
|
role="img"
|
|
16836
17004
|
width="1em"
|
|
16837
17005
|
height="1em"
|
|
16838
17006
|
>
|
|
16839
17007
|
<path
|
|
16840
|
-
d="
|
|
17008
|
+
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"
|
|
16841
17009
|
/>
|
|
16842
17010
|
</svg>
|
|
16843
17011
|
</span>
|
|
@@ -17688,14 +17856,14 @@ wrapperTag: div
|
|
|
17688
17856
|
<svg
|
|
17689
17857
|
class="pf-v6-svg"
|
|
17690
17858
|
fill="currentColor"
|
|
17691
|
-
viewBox="0 0
|
|
17859
|
+
viewBox="0 0 20 20"
|
|
17692
17860
|
aria-hidden="true"
|
|
17693
17861
|
role="img"
|
|
17694
17862
|
width="1em"
|
|
17695
17863
|
height="1em"
|
|
17696
17864
|
>
|
|
17697
17865
|
<path
|
|
17698
|
-
d="
|
|
17866
|
+
d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
|
|
17699
17867
|
/>
|
|
17700
17868
|
</svg>
|
|
17701
17869
|
</span>
|
|
@@ -17712,14 +17880,14 @@ wrapperTag: div
|
|
|
17712
17880
|
<svg
|
|
17713
17881
|
class="pf-v6-svg"
|
|
17714
17882
|
fill="currentColor"
|
|
17715
|
-
viewBox="0 0
|
|
17883
|
+
viewBox="0 0 20 20"
|
|
17716
17884
|
aria-hidden="true"
|
|
17717
17885
|
role="img"
|
|
17718
17886
|
width="1em"
|
|
17719
17887
|
height="1em"
|
|
17720
17888
|
>
|
|
17721
17889
|
<path
|
|
17722
|
-
d="
|
|
17890
|
+
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"
|
|
17723
17891
|
/>
|
|
17724
17892
|
</svg>
|
|
17725
17893
|
</span>
|
|
@@ -17747,14 +17915,14 @@ wrapperTag: div
|
|
|
17747
17915
|
<svg
|
|
17748
17916
|
class="pf-v6-svg"
|
|
17749
17917
|
fill="currentColor"
|
|
17750
|
-
viewBox="0 0
|
|
17918
|
+
viewBox="0 0 20 20"
|
|
17751
17919
|
aria-hidden="true"
|
|
17752
17920
|
role="img"
|
|
17753
17921
|
width="1em"
|
|
17754
17922
|
height="1em"
|
|
17755
17923
|
>
|
|
17756
17924
|
<path
|
|
17757
|
-
d="
|
|
17925
|
+
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"
|
|
17758
17926
|
/>
|
|
17759
17927
|
</svg>
|
|
17760
17928
|
</span>
|
|
@@ -17771,14 +17939,14 @@ wrapperTag: div
|
|
|
17771
17939
|
<svg
|
|
17772
17940
|
class="pf-v6-svg"
|
|
17773
17941
|
fill="currentColor"
|
|
17774
|
-
viewBox="0 0
|
|
17942
|
+
viewBox="0 0 20 20"
|
|
17775
17943
|
aria-hidden="true"
|
|
17776
17944
|
role="img"
|
|
17777
17945
|
width="1em"
|
|
17778
17946
|
height="1em"
|
|
17779
17947
|
>
|
|
17780
17948
|
<path
|
|
17781
|
-
d="
|
|
17949
|
+
d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
|
|
17782
17950
|
/>
|
|
17783
17951
|
</svg>
|
|
17784
17952
|
</span>
|
|
@@ -18306,7 +18474,19 @@ wrapperTag: div
|
|
|
18306
18474
|
>
|
|
18307
18475
|
<span class="pf-v6-c-text-input-group__text">
|
|
18308
18476
|
<span class="pf-v6-c-text-input-group__icon">
|
|
18309
|
-
<
|
|
18477
|
+
<svg
|
|
18478
|
+
class="pf-v6-svg"
|
|
18479
|
+
fill="currentColor"
|
|
18480
|
+
viewBox="0 0 32 32"
|
|
18481
|
+
aria-hidden="true"
|
|
18482
|
+
role="img"
|
|
18483
|
+
width="1em"
|
|
18484
|
+
height="1em"
|
|
18485
|
+
>
|
|
18486
|
+
<path
|
|
18487
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
18488
|
+
/>
|
|
18489
|
+
</svg>
|
|
18310
18490
|
</span>
|
|
18311
18491
|
<input
|
|
18312
18492
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -18447,14 +18627,14 @@ wrapperTag: div
|
|
|
18447
18627
|
<svg
|
|
18448
18628
|
class="pf-v6-svg"
|
|
18449
18629
|
fill="currentColor"
|
|
18450
|
-
viewBox="0 0
|
|
18630
|
+
viewBox="0 0 20 20"
|
|
18451
18631
|
aria-hidden="true"
|
|
18452
18632
|
role="img"
|
|
18453
18633
|
width="1em"
|
|
18454
18634
|
height="1em"
|
|
18455
18635
|
>
|
|
18456
18636
|
<path
|
|
18457
|
-
d="
|
|
18637
|
+
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"
|
|
18458
18638
|
/>
|
|
18459
18639
|
</svg>
|
|
18460
18640
|
</span>
|
|
@@ -18470,14 +18650,14 @@ wrapperTag: div
|
|
|
18470
18650
|
<svg
|
|
18471
18651
|
class="pf-v6-svg"
|
|
18472
18652
|
fill="currentColor"
|
|
18473
|
-
viewBox="0 0
|
|
18653
|
+
viewBox="0 0 20 20"
|
|
18474
18654
|
aria-hidden="true"
|
|
18475
18655
|
role="img"
|
|
18476
18656
|
width="1em"
|
|
18477
18657
|
height="1em"
|
|
18478
18658
|
>
|
|
18479
18659
|
<path
|
|
18480
|
-
d="
|
|
18660
|
+
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"
|
|
18481
18661
|
/>
|
|
18482
18662
|
</svg>
|
|
18483
18663
|
</span>
|
|
@@ -19356,14 +19536,14 @@ wrapperTag: div
|
|
|
19356
19536
|
<svg
|
|
19357
19537
|
class="pf-v6-svg"
|
|
19358
19538
|
fill="currentColor"
|
|
19359
|
-
viewBox="0 0
|
|
19539
|
+
viewBox="0 0 20 20"
|
|
19360
19540
|
aria-hidden="true"
|
|
19361
19541
|
role="img"
|
|
19362
19542
|
width="1em"
|
|
19363
19543
|
height="1em"
|
|
19364
19544
|
>
|
|
19365
19545
|
<path
|
|
19366
|
-
d="
|
|
19546
|
+
d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
|
|
19367
19547
|
/>
|
|
19368
19548
|
</svg>
|
|
19369
19549
|
</span>
|
|
@@ -19380,14 +19560,14 @@ wrapperTag: div
|
|
|
19380
19560
|
<svg
|
|
19381
19561
|
class="pf-v6-svg"
|
|
19382
19562
|
fill="currentColor"
|
|
19383
|
-
viewBox="0 0
|
|
19563
|
+
viewBox="0 0 20 20"
|
|
19384
19564
|
aria-hidden="true"
|
|
19385
19565
|
role="img"
|
|
19386
19566
|
width="1em"
|
|
19387
19567
|
height="1em"
|
|
19388
19568
|
>
|
|
19389
19569
|
<path
|
|
19390
|
-
d="
|
|
19570
|
+
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"
|
|
19391
19571
|
/>
|
|
19392
19572
|
</svg>
|
|
19393
19573
|
</span>
|
|
@@ -19415,14 +19595,14 @@ wrapperTag: div
|
|
|
19415
19595
|
<svg
|
|
19416
19596
|
class="pf-v6-svg"
|
|
19417
19597
|
fill="currentColor"
|
|
19418
|
-
viewBox="0 0
|
|
19598
|
+
viewBox="0 0 20 20"
|
|
19419
19599
|
aria-hidden="true"
|
|
19420
19600
|
role="img"
|
|
19421
19601
|
width="1em"
|
|
19422
19602
|
height="1em"
|
|
19423
19603
|
>
|
|
19424
19604
|
<path
|
|
19425
|
-
d="
|
|
19605
|
+
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"
|
|
19426
19606
|
/>
|
|
19427
19607
|
</svg>
|
|
19428
19608
|
</span>
|
|
@@ -19439,14 +19619,14 @@ wrapperTag: div
|
|
|
19439
19619
|
<svg
|
|
19440
19620
|
class="pf-v6-svg"
|
|
19441
19621
|
fill="currentColor"
|
|
19442
|
-
viewBox="0 0
|
|
19622
|
+
viewBox="0 0 20 20"
|
|
19443
19623
|
aria-hidden="true"
|
|
19444
19624
|
role="img"
|
|
19445
19625
|
width="1em"
|
|
19446
19626
|
height="1em"
|
|
19447
19627
|
>
|
|
19448
19628
|
<path
|
|
19449
|
-
d="
|
|
19629
|
+
d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
|
|
19450
19630
|
/>
|
|
19451
19631
|
</svg>
|
|
19452
19632
|
</span>
|
|
@@ -19975,7 +20155,19 @@ wrapperTag: div
|
|
|
19975
20155
|
>
|
|
19976
20156
|
<span class="pf-v6-c-text-input-group__text">
|
|
19977
20157
|
<span class="pf-v6-c-text-input-group__icon">
|
|
19978
|
-
<
|
|
20158
|
+
<svg
|
|
20159
|
+
class="pf-v6-svg"
|
|
20160
|
+
fill="currentColor"
|
|
20161
|
+
viewBox="0 0 32 32"
|
|
20162
|
+
aria-hidden="true"
|
|
20163
|
+
role="img"
|
|
20164
|
+
width="1em"
|
|
20165
|
+
height="1em"
|
|
20166
|
+
>
|
|
20167
|
+
<path
|
|
20168
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
20169
|
+
/>
|
|
20170
|
+
</svg>
|
|
19979
20171
|
</span>
|
|
19980
20172
|
<input
|
|
19981
20173
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -20116,14 +20308,14 @@ wrapperTag: div
|
|
|
20116
20308
|
<svg
|
|
20117
20309
|
class="pf-v6-svg"
|
|
20118
20310
|
fill="currentColor"
|
|
20119
|
-
viewBox="0 0
|
|
20311
|
+
viewBox="0 0 20 20"
|
|
20120
20312
|
aria-hidden="true"
|
|
20121
20313
|
role="img"
|
|
20122
20314
|
width="1em"
|
|
20123
20315
|
height="1em"
|
|
20124
20316
|
>
|
|
20125
20317
|
<path
|
|
20126
|
-
d="
|
|
20318
|
+
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"
|
|
20127
20319
|
/>
|
|
20128
20320
|
</svg>
|
|
20129
20321
|
</span>
|
|
@@ -20139,14 +20331,14 @@ wrapperTag: div
|
|
|
20139
20331
|
<svg
|
|
20140
20332
|
class="pf-v6-svg"
|
|
20141
20333
|
fill="currentColor"
|
|
20142
|
-
viewBox="0 0
|
|
20334
|
+
viewBox="0 0 20 20"
|
|
20143
20335
|
aria-hidden="true"
|
|
20144
20336
|
role="img"
|
|
20145
20337
|
width="1em"
|
|
20146
20338
|
height="1em"
|
|
20147
20339
|
>
|
|
20148
20340
|
<path
|
|
20149
|
-
d="
|
|
20341
|
+
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"
|
|
20150
20342
|
/>
|
|
20151
20343
|
</svg>
|
|
20152
20344
|
</span>
|
|
@@ -21025,14 +21217,14 @@ wrapperTag: div
|
|
|
21025
21217
|
<svg
|
|
21026
21218
|
class="pf-v6-svg"
|
|
21027
21219
|
fill="currentColor"
|
|
21028
|
-
viewBox="0 0
|
|
21220
|
+
viewBox="0 0 20 20"
|
|
21029
21221
|
aria-hidden="true"
|
|
21030
21222
|
role="img"
|
|
21031
21223
|
width="1em"
|
|
21032
21224
|
height="1em"
|
|
21033
21225
|
>
|
|
21034
21226
|
<path
|
|
21035
|
-
d="
|
|
21227
|
+
d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
|
|
21036
21228
|
/>
|
|
21037
21229
|
</svg>
|
|
21038
21230
|
</span>
|
|
@@ -21049,14 +21241,14 @@ wrapperTag: div
|
|
|
21049
21241
|
<svg
|
|
21050
21242
|
class="pf-v6-svg"
|
|
21051
21243
|
fill="currentColor"
|
|
21052
|
-
viewBox="0 0
|
|
21244
|
+
viewBox="0 0 20 20"
|
|
21053
21245
|
aria-hidden="true"
|
|
21054
21246
|
role="img"
|
|
21055
21247
|
width="1em"
|
|
21056
21248
|
height="1em"
|
|
21057
21249
|
>
|
|
21058
21250
|
<path
|
|
21059
|
-
d="
|
|
21251
|
+
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"
|
|
21060
21252
|
/>
|
|
21061
21253
|
</svg>
|
|
21062
21254
|
</span>
|
|
@@ -21084,14 +21276,14 @@ wrapperTag: div
|
|
|
21084
21276
|
<svg
|
|
21085
21277
|
class="pf-v6-svg"
|
|
21086
21278
|
fill="currentColor"
|
|
21087
|
-
viewBox="0 0
|
|
21279
|
+
viewBox="0 0 20 20"
|
|
21088
21280
|
aria-hidden="true"
|
|
21089
21281
|
role="img"
|
|
21090
21282
|
width="1em"
|
|
21091
21283
|
height="1em"
|
|
21092
21284
|
>
|
|
21093
21285
|
<path
|
|
21094
|
-
d="
|
|
21286
|
+
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"
|
|
21095
21287
|
/>
|
|
21096
21288
|
</svg>
|
|
21097
21289
|
</span>
|
|
@@ -21108,14 +21300,14 @@ wrapperTag: div
|
|
|
21108
21300
|
<svg
|
|
21109
21301
|
class="pf-v6-svg"
|
|
21110
21302
|
fill="currentColor"
|
|
21111
|
-
viewBox="0 0
|
|
21303
|
+
viewBox="0 0 20 20"
|
|
21112
21304
|
aria-hidden="true"
|
|
21113
21305
|
role="img"
|
|
21114
21306
|
width="1em"
|
|
21115
21307
|
height="1em"
|
|
21116
21308
|
>
|
|
21117
21309
|
<path
|
|
21118
|
-
d="
|
|
21310
|
+
d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
|
|
21119
21311
|
/>
|
|
21120
21312
|
</svg>
|
|
21121
21313
|
</span>
|
|
@@ -21644,7 +21836,19 @@ wrapperTag: div
|
|
|
21644
21836
|
>
|
|
21645
21837
|
<span class="pf-v6-c-text-input-group__text">
|
|
21646
21838
|
<span class="pf-v6-c-text-input-group__icon">
|
|
21647
|
-
<
|
|
21839
|
+
<svg
|
|
21840
|
+
class="pf-v6-svg"
|
|
21841
|
+
fill="currentColor"
|
|
21842
|
+
viewBox="0 0 32 32"
|
|
21843
|
+
aria-hidden="true"
|
|
21844
|
+
role="img"
|
|
21845
|
+
width="1em"
|
|
21846
|
+
height="1em"
|
|
21847
|
+
>
|
|
21848
|
+
<path
|
|
21849
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
21850
|
+
/>
|
|
21851
|
+
</svg>
|
|
21648
21852
|
</span>
|
|
21649
21853
|
<input
|
|
21650
21854
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -21785,14 +21989,14 @@ wrapperTag: div
|
|
|
21785
21989
|
<svg
|
|
21786
21990
|
class="pf-v6-svg"
|
|
21787
21991
|
fill="currentColor"
|
|
21788
|
-
viewBox="0 0
|
|
21992
|
+
viewBox="0 0 20 20"
|
|
21789
21993
|
aria-hidden="true"
|
|
21790
21994
|
role="img"
|
|
21791
21995
|
width="1em"
|
|
21792
21996
|
height="1em"
|
|
21793
21997
|
>
|
|
21794
21998
|
<path
|
|
21795
|
-
d="
|
|
21999
|
+
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"
|
|
21796
22000
|
/>
|
|
21797
22001
|
</svg>
|
|
21798
22002
|
</span>
|
|
@@ -21808,14 +22012,14 @@ wrapperTag: div
|
|
|
21808
22012
|
<svg
|
|
21809
22013
|
class="pf-v6-svg"
|
|
21810
22014
|
fill="currentColor"
|
|
21811
|
-
viewBox="0 0
|
|
22015
|
+
viewBox="0 0 20 20"
|
|
21812
22016
|
aria-hidden="true"
|
|
21813
22017
|
role="img"
|
|
21814
22018
|
width="1em"
|
|
21815
22019
|
height="1em"
|
|
21816
22020
|
>
|
|
21817
22021
|
<path
|
|
21818
|
-
d="
|
|
22022
|
+
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"
|
|
21819
22023
|
/>
|
|
21820
22024
|
</svg>
|
|
21821
22025
|
</span>
|
|
@@ -22657,14 +22861,14 @@ wrapperTag: div
|
|
|
22657
22861
|
<svg
|
|
22658
22862
|
class="pf-v6-svg"
|
|
22659
22863
|
fill="currentColor"
|
|
22660
|
-
viewBox="0 0
|
|
22864
|
+
viewBox="0 0 20 20"
|
|
22661
22865
|
aria-hidden="true"
|
|
22662
22866
|
role="img"
|
|
22663
22867
|
width="1em"
|
|
22664
22868
|
height="1em"
|
|
22665
22869
|
>
|
|
22666
22870
|
<path
|
|
22667
|
-
d="
|
|
22871
|
+
d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
|
|
22668
22872
|
/>
|
|
22669
22873
|
</svg>
|
|
22670
22874
|
</span>
|
|
@@ -22681,14 +22885,14 @@ wrapperTag: div
|
|
|
22681
22885
|
<svg
|
|
22682
22886
|
class="pf-v6-svg"
|
|
22683
22887
|
fill="currentColor"
|
|
22684
|
-
viewBox="0 0
|
|
22888
|
+
viewBox="0 0 20 20"
|
|
22685
22889
|
aria-hidden="true"
|
|
22686
22890
|
role="img"
|
|
22687
22891
|
width="1em"
|
|
22688
22892
|
height="1em"
|
|
22689
22893
|
>
|
|
22690
22894
|
<path
|
|
22691
|
-
d="
|
|
22895
|
+
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"
|
|
22692
22896
|
/>
|
|
22693
22897
|
</svg>
|
|
22694
22898
|
</span>
|
|
@@ -22716,14 +22920,14 @@ wrapperTag: div
|
|
|
22716
22920
|
<svg
|
|
22717
22921
|
class="pf-v6-svg"
|
|
22718
22922
|
fill="currentColor"
|
|
22719
|
-
viewBox="0 0
|
|
22923
|
+
viewBox="0 0 20 20"
|
|
22720
22924
|
aria-hidden="true"
|
|
22721
22925
|
role="img"
|
|
22722
22926
|
width="1em"
|
|
22723
22927
|
height="1em"
|
|
22724
22928
|
>
|
|
22725
22929
|
<path
|
|
22726
|
-
d="
|
|
22930
|
+
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"
|
|
22727
22931
|
/>
|
|
22728
22932
|
</svg>
|
|
22729
22933
|
</span>
|
|
@@ -22740,14 +22944,14 @@ wrapperTag: div
|
|
|
22740
22944
|
<svg
|
|
22741
22945
|
class="pf-v6-svg"
|
|
22742
22946
|
fill="currentColor"
|
|
22743
|
-
viewBox="0 0
|
|
22947
|
+
viewBox="0 0 20 20"
|
|
22744
22948
|
aria-hidden="true"
|
|
22745
22949
|
role="img"
|
|
22746
22950
|
width="1em"
|
|
22747
22951
|
height="1em"
|
|
22748
22952
|
>
|
|
22749
22953
|
<path
|
|
22750
|
-
d="
|
|
22954
|
+
d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
|
|
22751
22955
|
/>
|
|
22752
22956
|
</svg>
|
|
22753
22957
|
</span>
|
|
@@ -23982,7 +24186,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
|
|
|
23982
24186
|
<span
|
|
23983
24187
|
class="pf-v6-c-text-input-group__icon"
|
|
23984
24188
|
>
|
|
23985
|
-
<
|
|
24189
|
+
<svg
|
|
24190
|
+
class="pf-v6-svg"
|
|
24191
|
+
fill="currentColor"
|
|
24192
|
+
viewBox="0 0 32 32"
|
|
24193
|
+
aria-hidden="true"
|
|
24194
|
+
role="img"
|
|
24195
|
+
width="1em"
|
|
24196
|
+
height="1em"
|
|
24197
|
+
>
|
|
24198
|
+
<path
|
|
24199
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
24200
|
+
/>
|
|
24201
|
+
</svg>
|
|
23986
24202
|
</span>
|
|
23987
24203
|
<input
|
|
23988
24204
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -24049,14 +24265,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
|
|
|
24049
24265
|
<svg
|
|
24050
24266
|
class="pf-v6-svg"
|
|
24051
24267
|
fill="currentColor"
|
|
24052
|
-
viewBox="0 0
|
|
24268
|
+
viewBox="0 0 20 20"
|
|
24053
24269
|
aria-hidden="true"
|
|
24054
24270
|
role="img"
|
|
24055
24271
|
width="1em"
|
|
24056
24272
|
height="1em"
|
|
24057
24273
|
>
|
|
24058
24274
|
<path
|
|
24059
|
-
d="
|
|
24275
|
+
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"
|
|
24060
24276
|
/>
|
|
24061
24277
|
</svg>
|
|
24062
24278
|
</span>
|
|
@@ -24074,14 +24290,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
|
|
|
24074
24290
|
<svg
|
|
24075
24291
|
class="pf-v6-svg"
|
|
24076
24292
|
fill="currentColor"
|
|
24077
|
-
viewBox="0 0
|
|
24293
|
+
viewBox="0 0 20 20"
|
|
24078
24294
|
aria-hidden="true"
|
|
24079
24295
|
role="img"
|
|
24080
24296
|
width="1em"
|
|
24081
24297
|
height="1em"
|
|
24082
24298
|
>
|
|
24083
24299
|
<path
|
|
24084
|
-
d="
|
|
24300
|
+
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"
|
|
24085
24301
|
/>
|
|
24086
24302
|
</svg>
|
|
24087
24303
|
</span>
|
|
@@ -24876,14 +25092,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
|
|
|
24876
25092
|
<svg
|
|
24877
25093
|
class="pf-v6-svg"
|
|
24878
25094
|
fill="currentColor"
|
|
24879
|
-
viewBox="0 0
|
|
25095
|
+
viewBox="0 0 20 20"
|
|
24880
25096
|
aria-hidden="true"
|
|
24881
25097
|
role="img"
|
|
24882
25098
|
width="1em"
|
|
24883
25099
|
height="1em"
|
|
24884
25100
|
>
|
|
24885
25101
|
<path
|
|
24886
|
-
d="
|
|
25102
|
+
d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
|
|
24887
25103
|
/>
|
|
24888
25104
|
</svg>
|
|
24889
25105
|
</span>
|
|
@@ -24900,14 +25116,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
|
|
|
24900
25116
|
<svg
|
|
24901
25117
|
class="pf-v6-svg"
|
|
24902
25118
|
fill="currentColor"
|
|
24903
|
-
viewBox="0 0
|
|
25119
|
+
viewBox="0 0 20 20"
|
|
24904
25120
|
aria-hidden="true"
|
|
24905
25121
|
role="img"
|
|
24906
25122
|
width="1em"
|
|
24907
25123
|
height="1em"
|
|
24908
25124
|
>
|
|
24909
25125
|
<path
|
|
24910
|
-
d="
|
|
25126
|
+
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"
|
|
24911
25127
|
/>
|
|
24912
25128
|
</svg>
|
|
24913
25129
|
</span>
|
|
@@ -24935,14 +25151,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
|
|
|
24935
25151
|
<svg
|
|
24936
25152
|
class="pf-v6-svg"
|
|
24937
25153
|
fill="currentColor"
|
|
24938
|
-
viewBox="0 0
|
|
25154
|
+
viewBox="0 0 20 20"
|
|
24939
25155
|
aria-hidden="true"
|
|
24940
25156
|
role="img"
|
|
24941
25157
|
width="1em"
|
|
24942
25158
|
height="1em"
|
|
24943
25159
|
>
|
|
24944
25160
|
<path
|
|
24945
|
-
d="
|
|
25161
|
+
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"
|
|
24946
25162
|
/>
|
|
24947
25163
|
</svg>
|
|
24948
25164
|
</span>
|
|
@@ -24959,14 +25175,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
|
|
|
24959
25175
|
<svg
|
|
24960
25176
|
class="pf-v6-svg"
|
|
24961
25177
|
fill="currentColor"
|
|
24962
|
-
viewBox="0 0
|
|
25178
|
+
viewBox="0 0 20 20"
|
|
24963
25179
|
aria-hidden="true"
|
|
24964
25180
|
role="img"
|
|
24965
25181
|
width="1em"
|
|
24966
25182
|
height="1em"
|
|
24967
25183
|
>
|
|
24968
25184
|
<path
|
|
24969
|
-
d="
|
|
25185
|
+
d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
|
|
24970
25186
|
/>
|
|
24971
25187
|
</svg>
|
|
24972
25188
|
</span>
|
|
@@ -25123,7 +25339,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
|
|
|
25123
25339
|
<span
|
|
25124
25340
|
class="pf-v6-c-text-input-group__icon"
|
|
25125
25341
|
>
|
|
25126
|
-
<
|
|
25342
|
+
<svg
|
|
25343
|
+
class="pf-v6-svg"
|
|
25344
|
+
fill="currentColor"
|
|
25345
|
+
viewBox="0 0 32 32"
|
|
25346
|
+
aria-hidden="true"
|
|
25347
|
+
role="img"
|
|
25348
|
+
width="1em"
|
|
25349
|
+
height="1em"
|
|
25350
|
+
>
|
|
25351
|
+
<path
|
|
25352
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
25353
|
+
/>
|
|
25354
|
+
</svg>
|
|
25127
25355
|
</span>
|
|
25128
25356
|
<input
|
|
25129
25357
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -25190,14 +25418,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
|
|
|
25190
25418
|
<svg
|
|
25191
25419
|
class="pf-v6-svg"
|
|
25192
25420
|
fill="currentColor"
|
|
25193
|
-
viewBox="0 0
|
|
25421
|
+
viewBox="0 0 20 20"
|
|
25194
25422
|
aria-hidden="true"
|
|
25195
25423
|
role="img"
|
|
25196
25424
|
width="1em"
|
|
25197
25425
|
height="1em"
|
|
25198
25426
|
>
|
|
25199
25427
|
<path
|
|
25200
|
-
d="
|
|
25428
|
+
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"
|
|
25201
25429
|
/>
|
|
25202
25430
|
</svg>
|
|
25203
25431
|
</span>
|
|
@@ -25215,14 +25443,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
|
|
|
25215
25443
|
<svg
|
|
25216
25444
|
class="pf-v6-svg"
|
|
25217
25445
|
fill="currentColor"
|
|
25218
|
-
viewBox="0 0
|
|
25446
|
+
viewBox="0 0 20 20"
|
|
25219
25447
|
aria-hidden="true"
|
|
25220
25448
|
role="img"
|
|
25221
25449
|
width="1em"
|
|
25222
25450
|
height="1em"
|
|
25223
25451
|
>
|
|
25224
25452
|
<path
|
|
25225
|
-
d="
|
|
25453
|
+
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"
|
|
25226
25454
|
/>
|
|
25227
25455
|
</svg>
|
|
25228
25456
|
</span>
|
|
@@ -26007,14 +26235,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
|
|
|
26007
26235
|
<svg
|
|
26008
26236
|
class="pf-v6-svg"
|
|
26009
26237
|
fill="currentColor"
|
|
26010
|
-
viewBox="0 0
|
|
26238
|
+
viewBox="0 0 20 20"
|
|
26011
26239
|
aria-hidden="true"
|
|
26012
26240
|
role="img"
|
|
26013
26241
|
width="1em"
|
|
26014
26242
|
height="1em"
|
|
26015
26243
|
>
|
|
26016
26244
|
<path
|
|
26017
|
-
d="
|
|
26245
|
+
d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
|
|
26018
26246
|
/>
|
|
26019
26247
|
</svg>
|
|
26020
26248
|
</span>
|
|
@@ -26031,14 +26259,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
|
|
|
26031
26259
|
<svg
|
|
26032
26260
|
class="pf-v6-svg"
|
|
26033
26261
|
fill="currentColor"
|
|
26034
|
-
viewBox="0 0
|
|
26262
|
+
viewBox="0 0 20 20"
|
|
26035
26263
|
aria-hidden="true"
|
|
26036
26264
|
role="img"
|
|
26037
26265
|
width="1em"
|
|
26038
26266
|
height="1em"
|
|
26039
26267
|
>
|
|
26040
26268
|
<path
|
|
26041
|
-
d="
|
|
26269
|
+
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"
|
|
26042
26270
|
/>
|
|
26043
26271
|
</svg>
|
|
26044
26272
|
</span>
|
|
@@ -26066,14 +26294,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
|
|
|
26066
26294
|
<svg
|
|
26067
26295
|
class="pf-v6-svg"
|
|
26068
26296
|
fill="currentColor"
|
|
26069
|
-
viewBox="0 0
|
|
26297
|
+
viewBox="0 0 20 20"
|
|
26070
26298
|
aria-hidden="true"
|
|
26071
26299
|
role="img"
|
|
26072
26300
|
width="1em"
|
|
26073
26301
|
height="1em"
|
|
26074
26302
|
>
|
|
26075
26303
|
<path
|
|
26076
|
-
d="
|
|
26304
|
+
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"
|
|
26077
26305
|
/>
|
|
26078
26306
|
</svg>
|
|
26079
26307
|
</span>
|
|
@@ -26090,14 +26318,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
|
|
|
26090
26318
|
<svg
|
|
26091
26319
|
class="pf-v6-svg"
|
|
26092
26320
|
fill="currentColor"
|
|
26093
|
-
viewBox="0 0
|
|
26321
|
+
viewBox="0 0 20 20"
|
|
26094
26322
|
aria-hidden="true"
|
|
26095
26323
|
role="img"
|
|
26096
26324
|
width="1em"
|
|
26097
26325
|
height="1em"
|
|
26098
26326
|
>
|
|
26099
26327
|
<path
|
|
26100
|
-
d="
|
|
26328
|
+
d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
|
|
26101
26329
|
/>
|
|
26102
26330
|
</svg>
|
|
26103
26331
|
</span>
|