@patternfly/patternfly 6.6.0-prerelease.27 → 6.6.0-prerelease.28
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/Label/label.css +9 -3
- package/components/Label/label.scss +9 -3
- package/components/_index.css +9 -3
- 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/DualListSelector/examples/DualListSelector.md +270 -54
- 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 +104 -8
- 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 +19 -7
- 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/MultipleFileUpload/examples/MultipleFileUpload.md +247 -19
- package/docs/components/NumberInput/examples/NumberInput.md +301 -25
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +169 -13
- package/docs/components/Switch/examples/Switch.md +52 -4
- package/docs/components/Table/examples/Table.md +936 -72
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +309 -81
- package/docs/components/Toolbar/examples/Toolbar.md +117 -9
- package/docs/components/TreeView/examples/TreeView.md +186 -18
- package/docs/components/Wizard/examples/Wizard.md +325 -25
- package/docs/demos/Alert/examples/Alert.md +149 -26
- package/docs/demos/Card/examples/Card.md +280 -34
- package/docs/demos/Dashboard/examples/Dashboard.md +72 -18
- package/docs/demos/DataList/examples/DataList.md +26 -2
- package/docs/demos/Form/examples/BasicForms.md +56 -8
- 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 +52 -4
- package/docs/demos/Table/examples/Table.md +247 -19
- package/docs/demos/Toolbar/examples/Toolbar.md +103 -10
- package/docs/demos/Wizard/examples/Wizard.md +117 -9
- package/package.json +1 -1
- package/patternfly-no-globals.css +9 -3
- package/patternfly.css +9 -3
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -20,7 +20,19 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
20
20
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
21
21
|
<span class="pf-v6-c-text-input-group__text">
|
|
22
22
|
<span class="pf-v6-c-text-input-group__icon">
|
|
23
|
-
<
|
|
23
|
+
<svg
|
|
24
|
+
class="pf-v6-svg"
|
|
25
|
+
fill="currentColor"
|
|
26
|
+
viewBox="0 0 32 32"
|
|
27
|
+
aria-hidden="true"
|
|
28
|
+
role="img"
|
|
29
|
+
width="1em"
|
|
30
|
+
height="1em"
|
|
31
|
+
>
|
|
32
|
+
<path
|
|
33
|
+
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"
|
|
34
|
+
/>
|
|
35
|
+
</svg>
|
|
24
36
|
</span>
|
|
25
37
|
<input
|
|
26
38
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -44,14 +56,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
44
56
|
<svg
|
|
45
57
|
class="pf-v6-svg"
|
|
46
58
|
fill="currentColor"
|
|
47
|
-
viewBox="0 0
|
|
59
|
+
viewBox="0 0 32 32"
|
|
48
60
|
aria-hidden="true"
|
|
49
61
|
role="img"
|
|
50
62
|
width="1em"
|
|
51
63
|
height="1em"
|
|
52
64
|
>
|
|
53
65
|
<path
|
|
54
|
-
d="
|
|
66
|
+
d="M15.707 22.293a.999.999 0 0 1 0 1.414l-5.646 5.646c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438l-5.646-5.646a.999.999 0 1 1 1.414-1.414L8 26.586V3a1 1 0 1 1 2 0v23.586l4.293-4.293a.999.999 0 0 1 1.414 0ZM29 3H15a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2Zm-4 6H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Z"
|
|
55
67
|
/>
|
|
56
68
|
</svg>
|
|
57
69
|
</span>
|
|
@@ -259,7 +271,19 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
259
271
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
260
272
|
<span class="pf-v6-c-text-input-group__text">
|
|
261
273
|
<span class="pf-v6-c-text-input-group__icon">
|
|
262
|
-
<
|
|
274
|
+
<svg
|
|
275
|
+
class="pf-v6-svg"
|
|
276
|
+
fill="currentColor"
|
|
277
|
+
viewBox="0 0 32 32"
|
|
278
|
+
aria-hidden="true"
|
|
279
|
+
role="img"
|
|
280
|
+
width="1em"
|
|
281
|
+
height="1em"
|
|
282
|
+
>
|
|
283
|
+
<path
|
|
284
|
+
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"
|
|
285
|
+
/>
|
|
286
|
+
</svg>
|
|
263
287
|
</span>
|
|
264
288
|
<input
|
|
265
289
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -283,14 +307,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
283
307
|
<svg
|
|
284
308
|
class="pf-v6-svg"
|
|
285
309
|
fill="currentColor"
|
|
286
|
-
viewBox="0 0
|
|
310
|
+
viewBox="0 0 32 32"
|
|
287
311
|
aria-hidden="true"
|
|
288
312
|
role="img"
|
|
289
313
|
width="1em"
|
|
290
314
|
height="1em"
|
|
291
315
|
>
|
|
292
316
|
<path
|
|
293
|
-
d="
|
|
317
|
+
d="M15.707 22.293a.999.999 0 0 1 0 1.414l-5.646 5.646c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438l-5.646-5.646a.999.999 0 1 1 1.414-1.414L8 26.586V3a1 1 0 1 1 2 0v23.586l4.293-4.293a.999.999 0 0 1 1.414 0ZM29 3H15a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2Zm-4 6H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Z"
|
|
294
318
|
/>
|
|
295
319
|
</svg>
|
|
296
320
|
</span>
|
|
@@ -358,7 +382,19 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
358
382
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
359
383
|
<span class="pf-v6-c-text-input-group__text">
|
|
360
384
|
<span class="pf-v6-c-text-input-group__icon">
|
|
361
|
-
<
|
|
385
|
+
<svg
|
|
386
|
+
class="pf-v6-svg"
|
|
387
|
+
fill="currentColor"
|
|
388
|
+
viewBox="0 0 32 32"
|
|
389
|
+
aria-hidden="true"
|
|
390
|
+
role="img"
|
|
391
|
+
width="1em"
|
|
392
|
+
height="1em"
|
|
393
|
+
>
|
|
394
|
+
<path
|
|
395
|
+
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"
|
|
396
|
+
/>
|
|
397
|
+
</svg>
|
|
362
398
|
</span>
|
|
363
399
|
<input
|
|
364
400
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -382,14 +418,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
382
418
|
<svg
|
|
383
419
|
class="pf-v6-svg"
|
|
384
420
|
fill="currentColor"
|
|
385
|
-
viewBox="0 0
|
|
421
|
+
viewBox="0 0 32 32"
|
|
386
422
|
aria-hidden="true"
|
|
387
423
|
role="img"
|
|
388
424
|
width="1em"
|
|
389
425
|
height="1em"
|
|
390
426
|
>
|
|
391
427
|
<path
|
|
392
|
-
d="
|
|
428
|
+
d="M15.707 22.293a.999.999 0 0 1 0 1.414l-5.646 5.646c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438l-5.646-5.646a.999.999 0 1 1 1.414-1.414L8 26.586V3a1 1 0 1 1 2 0v23.586l4.293-4.293a.999.999 0 0 1 1.414 0ZM29 3H15a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2Zm-4 6H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Z"
|
|
393
429
|
/>
|
|
394
430
|
</svg>
|
|
395
431
|
</span>
|
|
@@ -591,7 +627,19 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
591
627
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
592
628
|
<span class="pf-v6-c-text-input-group__text">
|
|
593
629
|
<span class="pf-v6-c-text-input-group__icon">
|
|
594
|
-
<
|
|
630
|
+
<svg
|
|
631
|
+
class="pf-v6-svg"
|
|
632
|
+
fill="currentColor"
|
|
633
|
+
viewBox="0 0 32 32"
|
|
634
|
+
aria-hidden="true"
|
|
635
|
+
role="img"
|
|
636
|
+
width="1em"
|
|
637
|
+
height="1em"
|
|
638
|
+
>
|
|
639
|
+
<path
|
|
640
|
+
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"
|
|
641
|
+
/>
|
|
642
|
+
</svg>
|
|
595
643
|
</span>
|
|
596
644
|
<input
|
|
597
645
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -615,14 +663,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
615
663
|
<svg
|
|
616
664
|
class="pf-v6-svg"
|
|
617
665
|
fill="currentColor"
|
|
618
|
-
viewBox="0 0
|
|
666
|
+
viewBox="0 0 32 32"
|
|
619
667
|
aria-hidden="true"
|
|
620
668
|
role="img"
|
|
621
669
|
width="1em"
|
|
622
670
|
height="1em"
|
|
623
671
|
>
|
|
624
672
|
<path
|
|
625
|
-
d="
|
|
673
|
+
d="M15.707 22.293a.999.999 0 0 1 0 1.414l-5.646 5.646c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438l-5.646-5.646a.999.999 0 1 1 1.414-1.414L8 26.586V3a1 1 0 1 1 2 0v23.586l4.293-4.293a.999.999 0 0 1 1.414 0ZM29 3H15a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2Zm-4 6H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Z"
|
|
626
674
|
/>
|
|
627
675
|
</svg>
|
|
628
676
|
</span>
|
|
@@ -690,7 +738,19 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
690
738
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
691
739
|
<span class="pf-v6-c-text-input-group__text">
|
|
692
740
|
<span class="pf-v6-c-text-input-group__icon">
|
|
693
|
-
<
|
|
741
|
+
<svg
|
|
742
|
+
class="pf-v6-svg"
|
|
743
|
+
fill="currentColor"
|
|
744
|
+
viewBox="0 0 32 32"
|
|
745
|
+
aria-hidden="true"
|
|
746
|
+
role="img"
|
|
747
|
+
width="1em"
|
|
748
|
+
height="1em"
|
|
749
|
+
>
|
|
750
|
+
<path
|
|
751
|
+
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"
|
|
752
|
+
/>
|
|
753
|
+
</svg>
|
|
694
754
|
</span>
|
|
695
755
|
<input
|
|
696
756
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -714,14 +774,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
714
774
|
<svg
|
|
715
775
|
class="pf-v6-svg"
|
|
716
776
|
fill="currentColor"
|
|
717
|
-
viewBox="0 0
|
|
777
|
+
viewBox="0 0 32 32"
|
|
718
778
|
aria-hidden="true"
|
|
719
779
|
role="img"
|
|
720
780
|
width="1em"
|
|
721
781
|
height="1em"
|
|
722
782
|
>
|
|
723
783
|
<path
|
|
724
|
-
d="
|
|
784
|
+
d="M15.707 22.293a.999.999 0 0 1 0 1.414l-5.646 5.646c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438l-5.646-5.646a.999.999 0 1 1 1.414-1.414L8 26.586V3a1 1 0 1 1 2 0v23.586l4.293-4.293a.999.999 0 0 1 1.414 0ZM29 3H15a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2Zm-4 6H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Z"
|
|
725
785
|
/>
|
|
726
786
|
</svg>
|
|
727
787
|
</span>
|
|
@@ -923,7 +983,19 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
923
983
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
924
984
|
<span class="pf-v6-c-text-input-group__text">
|
|
925
985
|
<span class="pf-v6-c-text-input-group__icon">
|
|
926
|
-
<
|
|
986
|
+
<svg
|
|
987
|
+
class="pf-v6-svg"
|
|
988
|
+
fill="currentColor"
|
|
989
|
+
viewBox="0 0 32 32"
|
|
990
|
+
aria-hidden="true"
|
|
991
|
+
role="img"
|
|
992
|
+
width="1em"
|
|
993
|
+
height="1em"
|
|
994
|
+
>
|
|
995
|
+
<path
|
|
996
|
+
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"
|
|
997
|
+
/>
|
|
998
|
+
</svg>
|
|
927
999
|
</span>
|
|
928
1000
|
<input
|
|
929
1001
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -947,14 +1019,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
947
1019
|
<svg
|
|
948
1020
|
class="pf-v6-svg"
|
|
949
1021
|
fill="currentColor"
|
|
950
|
-
viewBox="0 0
|
|
1022
|
+
viewBox="0 0 32 32"
|
|
951
1023
|
aria-hidden="true"
|
|
952
1024
|
role="img"
|
|
953
1025
|
width="1em"
|
|
954
1026
|
height="1em"
|
|
955
1027
|
>
|
|
956
1028
|
<path
|
|
957
|
-
d="
|
|
1029
|
+
d="M15.707 22.293a.999.999 0 0 1 0 1.414l-5.646 5.646c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438l-5.646-5.646a.999.999 0 1 1 1.414-1.414L8 26.586V3a1 1 0 1 1 2 0v23.586l4.293-4.293a.999.999 0 0 1 1.414 0ZM29 3H15a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2Zm-4 6H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Z"
|
|
958
1030
|
/>
|
|
959
1031
|
</svg>
|
|
960
1032
|
</span>
|
|
@@ -1022,7 +1094,19 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1022
1094
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
1023
1095
|
<span class="pf-v6-c-text-input-group__text">
|
|
1024
1096
|
<span class="pf-v6-c-text-input-group__icon">
|
|
1025
|
-
<
|
|
1097
|
+
<svg
|
|
1098
|
+
class="pf-v6-svg"
|
|
1099
|
+
fill="currentColor"
|
|
1100
|
+
viewBox="0 0 32 32"
|
|
1101
|
+
aria-hidden="true"
|
|
1102
|
+
role="img"
|
|
1103
|
+
width="1em"
|
|
1104
|
+
height="1em"
|
|
1105
|
+
>
|
|
1106
|
+
<path
|
|
1107
|
+
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"
|
|
1108
|
+
/>
|
|
1109
|
+
</svg>
|
|
1026
1110
|
</span>
|
|
1027
1111
|
<input
|
|
1028
1112
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -1046,14 +1130,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1046
1130
|
<svg
|
|
1047
1131
|
class="pf-v6-svg"
|
|
1048
1132
|
fill="currentColor"
|
|
1049
|
-
viewBox="0 0
|
|
1133
|
+
viewBox="0 0 32 32"
|
|
1050
1134
|
aria-hidden="true"
|
|
1051
1135
|
role="img"
|
|
1052
1136
|
width="1em"
|
|
1053
1137
|
height="1em"
|
|
1054
1138
|
>
|
|
1055
1139
|
<path
|
|
1056
|
-
d="
|
|
1140
|
+
d="M15.707 22.293a.999.999 0 0 1 0 1.414l-5.646 5.646c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438l-5.646-5.646a.999.999 0 1 1 1.414-1.414L8 26.586V3a1 1 0 1 1 2 0v23.586l4.293-4.293a.999.999 0 0 1 1.414 0ZM29 3H15a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2Zm-4 6H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Z"
|
|
1057
1141
|
/>
|
|
1058
1142
|
</svg>
|
|
1059
1143
|
</span>
|
|
@@ -1255,7 +1339,19 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1255
1339
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
1256
1340
|
<span class="pf-v6-c-text-input-group__text">
|
|
1257
1341
|
<span class="pf-v6-c-text-input-group__icon">
|
|
1258
|
-
<
|
|
1342
|
+
<svg
|
|
1343
|
+
class="pf-v6-svg"
|
|
1344
|
+
fill="currentColor"
|
|
1345
|
+
viewBox="0 0 32 32"
|
|
1346
|
+
aria-hidden="true"
|
|
1347
|
+
role="img"
|
|
1348
|
+
width="1em"
|
|
1349
|
+
height="1em"
|
|
1350
|
+
>
|
|
1351
|
+
<path
|
|
1352
|
+
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"
|
|
1353
|
+
/>
|
|
1354
|
+
</svg>
|
|
1259
1355
|
</span>
|
|
1260
1356
|
<input
|
|
1261
1357
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -1279,14 +1375,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1279
1375
|
<svg
|
|
1280
1376
|
class="pf-v6-svg"
|
|
1281
1377
|
fill="currentColor"
|
|
1282
|
-
viewBox="0 0
|
|
1378
|
+
viewBox="0 0 32 32"
|
|
1283
1379
|
aria-hidden="true"
|
|
1284
1380
|
role="img"
|
|
1285
1381
|
width="1em"
|
|
1286
1382
|
height="1em"
|
|
1287
1383
|
>
|
|
1288
1384
|
<path
|
|
1289
|
-
d="
|
|
1385
|
+
d="M15.707 22.293a.999.999 0 0 1 0 1.414l-5.646 5.646c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438l-5.646-5.646a.999.999 0 1 1 1.414-1.414L8 26.586V3a1 1 0 1 1 2 0v23.586l4.293-4.293a.999.999 0 0 1 1.414 0ZM29 3H15a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2Zm-4 6H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Z"
|
|
1290
1386
|
/>
|
|
1291
1387
|
</svg>
|
|
1292
1388
|
</span>
|
|
@@ -1364,7 +1460,19 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1364
1460
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
1365
1461
|
<span class="pf-v6-c-text-input-group__text">
|
|
1366
1462
|
<span class="pf-v6-c-text-input-group__icon">
|
|
1367
|
-
<
|
|
1463
|
+
<svg
|
|
1464
|
+
class="pf-v6-svg"
|
|
1465
|
+
fill="currentColor"
|
|
1466
|
+
viewBox="0 0 32 32"
|
|
1467
|
+
aria-hidden="true"
|
|
1468
|
+
role="img"
|
|
1469
|
+
width="1em"
|
|
1470
|
+
height="1em"
|
|
1471
|
+
>
|
|
1472
|
+
<path
|
|
1473
|
+
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"
|
|
1474
|
+
/>
|
|
1475
|
+
</svg>
|
|
1368
1476
|
</span>
|
|
1369
1477
|
<input
|
|
1370
1478
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -1388,14 +1496,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1388
1496
|
<svg
|
|
1389
1497
|
class="pf-v6-svg"
|
|
1390
1498
|
fill="currentColor"
|
|
1391
|
-
viewBox="0 0
|
|
1499
|
+
viewBox="0 0 32 32"
|
|
1392
1500
|
aria-hidden="true"
|
|
1393
1501
|
role="img"
|
|
1394
1502
|
width="1em"
|
|
1395
1503
|
height="1em"
|
|
1396
1504
|
>
|
|
1397
1505
|
<path
|
|
1398
|
-
d="
|
|
1506
|
+
d="M15.707 22.293a.999.999 0 0 1 0 1.414l-5.646 5.646c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438l-5.646-5.646a.999.999 0 1 1 1.414-1.414L8 26.586V3a1 1 0 1 1 2 0v23.586l4.293-4.293a.999.999 0 0 1 1.414 0ZM29 3H15a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2Zm-4 6H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Z"
|
|
1399
1507
|
/>
|
|
1400
1508
|
</svg>
|
|
1401
1509
|
</span>
|
|
@@ -1596,7 +1704,19 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1596
1704
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
1597
1705
|
<span class="pf-v6-c-text-input-group__text">
|
|
1598
1706
|
<span class="pf-v6-c-text-input-group__icon">
|
|
1599
|
-
<
|
|
1707
|
+
<svg
|
|
1708
|
+
class="pf-v6-svg"
|
|
1709
|
+
fill="currentColor"
|
|
1710
|
+
viewBox="0 0 32 32"
|
|
1711
|
+
aria-hidden="true"
|
|
1712
|
+
role="img"
|
|
1713
|
+
width="1em"
|
|
1714
|
+
height="1em"
|
|
1715
|
+
>
|
|
1716
|
+
<path
|
|
1717
|
+
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"
|
|
1718
|
+
/>
|
|
1719
|
+
</svg>
|
|
1600
1720
|
</span>
|
|
1601
1721
|
<input
|
|
1602
1722
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -1620,14 +1740,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1620
1740
|
<svg
|
|
1621
1741
|
class="pf-v6-svg"
|
|
1622
1742
|
fill="currentColor"
|
|
1623
|
-
viewBox="0 0
|
|
1743
|
+
viewBox="0 0 32 32"
|
|
1624
1744
|
aria-hidden="true"
|
|
1625
1745
|
role="img"
|
|
1626
1746
|
width="1em"
|
|
1627
1747
|
height="1em"
|
|
1628
1748
|
>
|
|
1629
1749
|
<path
|
|
1630
|
-
d="
|
|
1750
|
+
d="M15.707 22.293a.999.999 0 0 1 0 1.414l-5.646 5.646c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438l-5.646-5.646a.999.999 0 1 1 1.414-1.414L8 26.586V3a1 1 0 1 1 2 0v23.586l4.293-4.293a.999.999 0 0 1 1.414 0ZM29 3H15a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2Zm-4 6H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Z"
|
|
1631
1751
|
/>
|
|
1632
1752
|
</svg>
|
|
1633
1753
|
</span>
|
|
@@ -1705,7 +1825,19 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1705
1825
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
1706
1826
|
<span class="pf-v6-c-text-input-group__text">
|
|
1707
1827
|
<span class="pf-v6-c-text-input-group__icon">
|
|
1708
|
-
<
|
|
1828
|
+
<svg
|
|
1829
|
+
class="pf-v6-svg"
|
|
1830
|
+
fill="currentColor"
|
|
1831
|
+
viewBox="0 0 32 32"
|
|
1832
|
+
aria-hidden="true"
|
|
1833
|
+
role="img"
|
|
1834
|
+
width="1em"
|
|
1835
|
+
height="1em"
|
|
1836
|
+
>
|
|
1837
|
+
<path
|
|
1838
|
+
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"
|
|
1839
|
+
/>
|
|
1840
|
+
</svg>
|
|
1709
1841
|
</span>
|
|
1710
1842
|
<input
|
|
1711
1843
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -1729,14 +1861,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1729
1861
|
<svg
|
|
1730
1862
|
class="pf-v6-svg"
|
|
1731
1863
|
fill="currentColor"
|
|
1732
|
-
viewBox="0 0
|
|
1864
|
+
viewBox="0 0 32 32"
|
|
1733
1865
|
aria-hidden="true"
|
|
1734
1866
|
role="img"
|
|
1735
1867
|
width="1em"
|
|
1736
1868
|
height="1em"
|
|
1737
1869
|
>
|
|
1738
1870
|
<path
|
|
1739
|
-
d="
|
|
1871
|
+
d="M15.707 22.293a.999.999 0 0 1 0 1.414l-5.646 5.646c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438l-5.646-5.646a.999.999 0 1 1 1.414-1.414L8 26.586V3a1 1 0 1 1 2 0v23.586l4.293-4.293a.999.999 0 0 1 1.414 0ZM29 3H15a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2Zm-4 6H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Z"
|
|
1740
1872
|
/>
|
|
1741
1873
|
</svg>
|
|
1742
1874
|
</span>
|
|
@@ -2239,7 +2371,19 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2239
2371
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
2240
2372
|
<span class="pf-v6-c-text-input-group__text">
|
|
2241
2373
|
<span class="pf-v6-c-text-input-group__icon">
|
|
2242
|
-
<
|
|
2374
|
+
<svg
|
|
2375
|
+
class="pf-v6-svg"
|
|
2376
|
+
fill="currentColor"
|
|
2377
|
+
viewBox="0 0 32 32"
|
|
2378
|
+
aria-hidden="true"
|
|
2379
|
+
role="img"
|
|
2380
|
+
width="1em"
|
|
2381
|
+
height="1em"
|
|
2382
|
+
>
|
|
2383
|
+
<path
|
|
2384
|
+
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"
|
|
2385
|
+
/>
|
|
2386
|
+
</svg>
|
|
2243
2387
|
</span>
|
|
2244
2388
|
<input
|
|
2245
2389
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -2263,14 +2407,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2263
2407
|
<svg
|
|
2264
2408
|
class="pf-v6-svg"
|
|
2265
2409
|
fill="currentColor"
|
|
2266
|
-
viewBox="0 0
|
|
2410
|
+
viewBox="0 0 32 32"
|
|
2267
2411
|
aria-hidden="true"
|
|
2268
2412
|
role="img"
|
|
2269
2413
|
width="1em"
|
|
2270
2414
|
height="1em"
|
|
2271
2415
|
>
|
|
2272
2416
|
<path
|
|
2273
|
-
d="
|
|
2417
|
+
d="M15.707 22.293a.999.999 0 0 1 0 1.414l-5.646 5.646c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438l-5.646-5.646a.999.999 0 1 1 1.414-1.414L8 26.586V3a1 1 0 1 1 2 0v23.586l4.293-4.293a.999.999 0 0 1 1.414 0ZM29 3H15a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2Zm-4 6H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Z"
|
|
2274
2418
|
/>
|
|
2275
2419
|
</svg>
|
|
2276
2420
|
</span>
|
|
@@ -2338,7 +2482,19 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2338
2482
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
2339
2483
|
<span class="pf-v6-c-text-input-group__text">
|
|
2340
2484
|
<span class="pf-v6-c-text-input-group__icon">
|
|
2341
|
-
<
|
|
2485
|
+
<svg
|
|
2486
|
+
class="pf-v6-svg"
|
|
2487
|
+
fill="currentColor"
|
|
2488
|
+
viewBox="0 0 32 32"
|
|
2489
|
+
aria-hidden="true"
|
|
2490
|
+
role="img"
|
|
2491
|
+
width="1em"
|
|
2492
|
+
height="1em"
|
|
2493
|
+
>
|
|
2494
|
+
<path
|
|
2495
|
+
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"
|
|
2496
|
+
/>
|
|
2497
|
+
</svg>
|
|
2342
2498
|
</span>
|
|
2343
2499
|
<input
|
|
2344
2500
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -2362,14 +2518,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2362
2518
|
<svg
|
|
2363
2519
|
class="pf-v6-svg"
|
|
2364
2520
|
fill="currentColor"
|
|
2365
|
-
viewBox="0 0
|
|
2521
|
+
viewBox="0 0 32 32"
|
|
2366
2522
|
aria-hidden="true"
|
|
2367
2523
|
role="img"
|
|
2368
2524
|
width="1em"
|
|
2369
2525
|
height="1em"
|
|
2370
2526
|
>
|
|
2371
2527
|
<path
|
|
2372
|
-
d="
|
|
2528
|
+
d="M15.707 22.293a.999.999 0 0 1 0 1.414l-5.646 5.646c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438l-5.646-5.646a.999.999 0 1 1 1.414-1.414L8 26.586V3a1 1 0 1 1 2 0v23.586l4.293-4.293a.999.999 0 0 1 1.414 0ZM29 3H15a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2Zm-4 6H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Z"
|
|
2373
2529
|
/>
|
|
2374
2530
|
</svg>
|
|
2375
2531
|
</span>
|
|
@@ -2856,7 +3012,19 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2856
3012
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
2857
3013
|
<span class="pf-v6-c-text-input-group__text">
|
|
2858
3014
|
<span class="pf-v6-c-text-input-group__icon">
|
|
2859
|
-
<
|
|
3015
|
+
<svg
|
|
3016
|
+
class="pf-v6-svg"
|
|
3017
|
+
fill="currentColor"
|
|
3018
|
+
viewBox="0 0 32 32"
|
|
3019
|
+
aria-hidden="true"
|
|
3020
|
+
role="img"
|
|
3021
|
+
width="1em"
|
|
3022
|
+
height="1em"
|
|
3023
|
+
>
|
|
3024
|
+
<path
|
|
3025
|
+
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"
|
|
3026
|
+
/>
|
|
3027
|
+
</svg>
|
|
2860
3028
|
</span>
|
|
2861
3029
|
<input
|
|
2862
3030
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -2880,14 +3048,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2880
3048
|
<svg
|
|
2881
3049
|
class="pf-v6-svg"
|
|
2882
3050
|
fill="currentColor"
|
|
2883
|
-
viewBox="0 0
|
|
3051
|
+
viewBox="0 0 32 32"
|
|
2884
3052
|
aria-hidden="true"
|
|
2885
3053
|
role="img"
|
|
2886
3054
|
width="1em"
|
|
2887
3055
|
height="1em"
|
|
2888
3056
|
>
|
|
2889
3057
|
<path
|
|
2890
|
-
d="
|
|
3058
|
+
d="M15.707 22.293a.999.999 0 0 1 0 1.414l-5.646 5.646c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438l-5.646-5.646a.999.999 0 1 1 1.414-1.414L8 26.586V3a1 1 0 1 1 2 0v23.586l4.293-4.293a.999.999 0 0 1 1.414 0ZM29 3H15a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2Zm-4 6H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Z"
|
|
2891
3059
|
/>
|
|
2892
3060
|
</svg>
|
|
2893
3061
|
</span>
|
|
@@ -3025,7 +3193,19 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3025
3193
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
3026
3194
|
<span class="pf-v6-c-text-input-group__text">
|
|
3027
3195
|
<span class="pf-v6-c-text-input-group__icon">
|
|
3028
|
-
<
|
|
3196
|
+
<svg
|
|
3197
|
+
class="pf-v6-svg"
|
|
3198
|
+
fill="currentColor"
|
|
3199
|
+
viewBox="0 0 32 32"
|
|
3200
|
+
aria-hidden="true"
|
|
3201
|
+
role="img"
|
|
3202
|
+
width="1em"
|
|
3203
|
+
height="1em"
|
|
3204
|
+
>
|
|
3205
|
+
<path
|
|
3206
|
+
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"
|
|
3207
|
+
/>
|
|
3208
|
+
</svg>
|
|
3029
3209
|
</span>
|
|
3030
3210
|
<input
|
|
3031
3211
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -3049,14 +3229,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3049
3229
|
<svg
|
|
3050
3230
|
class="pf-v6-svg"
|
|
3051
3231
|
fill="currentColor"
|
|
3052
|
-
viewBox="0 0
|
|
3232
|
+
viewBox="0 0 32 32"
|
|
3053
3233
|
aria-hidden="true"
|
|
3054
3234
|
role="img"
|
|
3055
3235
|
width="1em"
|
|
3056
3236
|
height="1em"
|
|
3057
3237
|
>
|
|
3058
3238
|
<path
|
|
3059
|
-
d="
|
|
3239
|
+
d="M15.707 22.293a.999.999 0 0 1 0 1.414l-5.646 5.646c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438l-5.646-5.646a.999.999 0 1 1 1.414-1.414L8 26.586V3a1 1 0 1 1 2 0v23.586l4.293-4.293a.999.999 0 0 1 1.414 0ZM29 3H15a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2Zm-4 6H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Z"
|
|
3060
3240
|
/>
|
|
3061
3241
|
</svg>
|
|
3062
3242
|
</span>
|
|
@@ -3559,7 +3739,19 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3559
3739
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
3560
3740
|
<span class="pf-v6-c-text-input-group__text">
|
|
3561
3741
|
<span class="pf-v6-c-text-input-group__icon">
|
|
3562
|
-
<
|
|
3742
|
+
<svg
|
|
3743
|
+
class="pf-v6-svg"
|
|
3744
|
+
fill="currentColor"
|
|
3745
|
+
viewBox="0 0 32 32"
|
|
3746
|
+
aria-hidden="true"
|
|
3747
|
+
role="img"
|
|
3748
|
+
width="1em"
|
|
3749
|
+
height="1em"
|
|
3750
|
+
>
|
|
3751
|
+
<path
|
|
3752
|
+
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"
|
|
3753
|
+
/>
|
|
3754
|
+
</svg>
|
|
3563
3755
|
</span>
|
|
3564
3756
|
<input
|
|
3565
3757
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -3583,14 +3775,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3583
3775
|
<svg
|
|
3584
3776
|
class="pf-v6-svg"
|
|
3585
3777
|
fill="currentColor"
|
|
3586
|
-
viewBox="0 0
|
|
3778
|
+
viewBox="0 0 32 32"
|
|
3587
3779
|
aria-hidden="true"
|
|
3588
3780
|
role="img"
|
|
3589
3781
|
width="1em"
|
|
3590
3782
|
height="1em"
|
|
3591
3783
|
>
|
|
3592
3784
|
<path
|
|
3593
|
-
d="
|
|
3785
|
+
d="M15.707 22.293a.999.999 0 0 1 0 1.414l-5.646 5.646c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438l-5.646-5.646a.999.999 0 1 1 1.414-1.414L8 26.586V3a1 1 0 1 1 2 0v23.586l4.293-4.293a.999.999 0 0 1 1.414 0ZM29 3H15a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2Zm-4 6H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Z"
|
|
3594
3786
|
/>
|
|
3595
3787
|
</svg>
|
|
3596
3788
|
</span>
|
|
@@ -3661,7 +3853,19 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3661
3853
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
3662
3854
|
<span class="pf-v6-c-text-input-group__text">
|
|
3663
3855
|
<span class="pf-v6-c-text-input-group__icon">
|
|
3664
|
-
<
|
|
3856
|
+
<svg
|
|
3857
|
+
class="pf-v6-svg"
|
|
3858
|
+
fill="currentColor"
|
|
3859
|
+
viewBox="0 0 32 32"
|
|
3860
|
+
aria-hidden="true"
|
|
3861
|
+
role="img"
|
|
3862
|
+
width="1em"
|
|
3863
|
+
height="1em"
|
|
3864
|
+
>
|
|
3865
|
+
<path
|
|
3866
|
+
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"
|
|
3867
|
+
/>
|
|
3868
|
+
</svg>
|
|
3665
3869
|
</span>
|
|
3666
3870
|
<input
|
|
3667
3871
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -3685,14 +3889,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3685
3889
|
<svg
|
|
3686
3890
|
class="pf-v6-svg"
|
|
3687
3891
|
fill="currentColor"
|
|
3688
|
-
viewBox="0 0
|
|
3892
|
+
viewBox="0 0 32 32"
|
|
3689
3893
|
aria-hidden="true"
|
|
3690
3894
|
role="img"
|
|
3691
3895
|
width="1em"
|
|
3692
3896
|
height="1em"
|
|
3693
3897
|
>
|
|
3694
3898
|
<path
|
|
3695
|
-
d="
|
|
3899
|
+
d="M15.707 22.293a.999.999 0 0 1 0 1.414l-5.646 5.646c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438l-5.646-5.646a.999.999 0 1 1 1.414-1.414L8 26.586V3a1 1 0 1 1 2 0v23.586l4.293-4.293a.999.999 0 0 1 1.414 0ZM29 3H15a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2Zm-4 6H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Z"
|
|
3696
3900
|
/>
|
|
3697
3901
|
</svg>
|
|
3698
3902
|
</span>
|
|
@@ -3877,7 +4081,19 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3877
4081
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
3878
4082
|
<span class="pf-v6-c-text-input-group__text">
|
|
3879
4083
|
<span class="pf-v6-c-text-input-group__icon">
|
|
3880
|
-
<
|
|
4084
|
+
<svg
|
|
4085
|
+
class="pf-v6-svg"
|
|
4086
|
+
fill="currentColor"
|
|
4087
|
+
viewBox="0 0 32 32"
|
|
4088
|
+
aria-hidden="true"
|
|
4089
|
+
role="img"
|
|
4090
|
+
width="1em"
|
|
4091
|
+
height="1em"
|
|
4092
|
+
>
|
|
4093
|
+
<path
|
|
4094
|
+
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"
|
|
4095
|
+
/>
|
|
4096
|
+
</svg>
|
|
3881
4097
|
</span>
|
|
3882
4098
|
<input
|
|
3883
4099
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -3901,14 +4117,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3901
4117
|
<svg
|
|
3902
4118
|
class="pf-v6-svg"
|
|
3903
4119
|
fill="currentColor"
|
|
3904
|
-
viewBox="0 0
|
|
4120
|
+
viewBox="0 0 32 32"
|
|
3905
4121
|
aria-hidden="true"
|
|
3906
4122
|
role="img"
|
|
3907
4123
|
width="1em"
|
|
3908
4124
|
height="1em"
|
|
3909
4125
|
>
|
|
3910
4126
|
<path
|
|
3911
|
-
d="
|
|
4127
|
+
d="M15.707 22.293a.999.999 0 0 1 0 1.414l-5.646 5.646c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438l-5.646-5.646a.999.999 0 1 1 1.414-1.414L8 26.586V3a1 1 0 1 1 2 0v23.586l4.293-4.293a.999.999 0 0 1 1.414 0ZM29 3H15a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2Zm-4 6H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Z"
|
|
3912
4128
|
/>
|
|
3913
4129
|
</svg>
|
|
3914
4130
|
</span>
|