@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
|
@@ -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>
|
|
@@ -162,14 +174,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
162
174
|
<svg
|
|
163
175
|
class="pf-v6-svg"
|
|
164
176
|
fill="currentColor"
|
|
165
|
-
viewBox="0 0
|
|
177
|
+
viewBox="0 0 20 20"
|
|
166
178
|
aria-hidden="true"
|
|
167
179
|
role="img"
|
|
168
180
|
width="1em"
|
|
169
181
|
height="1em"
|
|
170
182
|
>
|
|
171
183
|
<path
|
|
172
|
-
d="
|
|
184
|
+
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"
|
|
173
185
|
/>
|
|
174
186
|
</svg>
|
|
175
187
|
</span>
|
|
@@ -185,14 +197,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
185
197
|
<svg
|
|
186
198
|
class="pf-v6-svg"
|
|
187
199
|
fill="currentColor"
|
|
188
|
-
viewBox="0 0
|
|
200
|
+
viewBox="0 0 20 20"
|
|
189
201
|
aria-hidden="true"
|
|
190
202
|
role="img"
|
|
191
203
|
width="1em"
|
|
192
204
|
height="1em"
|
|
193
205
|
>
|
|
194
206
|
<path
|
|
195
|
-
d="
|
|
207
|
+
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"
|
|
196
208
|
/>
|
|
197
209
|
</svg>
|
|
198
210
|
</span>
|
|
@@ -209,14 +221,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
209
221
|
<svg
|
|
210
222
|
class="pf-v6-svg"
|
|
211
223
|
fill="currentColor"
|
|
212
|
-
viewBox="0 0
|
|
224
|
+
viewBox="0 0 20 20"
|
|
213
225
|
aria-hidden="true"
|
|
214
226
|
role="img"
|
|
215
227
|
width="1em"
|
|
216
228
|
height="1em"
|
|
217
229
|
>
|
|
218
230
|
<path
|
|
219
|
-
d="
|
|
231
|
+
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"
|
|
220
232
|
/>
|
|
221
233
|
</svg>
|
|
222
234
|
</span>
|
|
@@ -233,14 +245,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
233
245
|
<svg
|
|
234
246
|
class="pf-v6-svg"
|
|
235
247
|
fill="currentColor"
|
|
236
|
-
viewBox="0 0
|
|
248
|
+
viewBox="0 0 20 20"
|
|
237
249
|
aria-hidden="true"
|
|
238
250
|
role="img"
|
|
239
251
|
width="1em"
|
|
240
252
|
height="1em"
|
|
241
253
|
>
|
|
242
254
|
<path
|
|
243
|
-
d="
|
|
255
|
+
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"
|
|
244
256
|
/>
|
|
245
257
|
</svg>
|
|
246
258
|
</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>
|
|
@@ -494,14 +530,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
494
530
|
<svg
|
|
495
531
|
class="pf-v6-svg"
|
|
496
532
|
fill="currentColor"
|
|
497
|
-
viewBox="0 0
|
|
533
|
+
viewBox="0 0 20 20"
|
|
498
534
|
aria-hidden="true"
|
|
499
535
|
role="img"
|
|
500
536
|
width="1em"
|
|
501
537
|
height="1em"
|
|
502
538
|
>
|
|
503
539
|
<path
|
|
504
|
-
d="
|
|
540
|
+
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"
|
|
505
541
|
/>
|
|
506
542
|
</svg>
|
|
507
543
|
</span>
|
|
@@ -517,14 +553,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
517
553
|
<svg
|
|
518
554
|
class="pf-v6-svg"
|
|
519
555
|
fill="currentColor"
|
|
520
|
-
viewBox="0 0
|
|
556
|
+
viewBox="0 0 20 20"
|
|
521
557
|
aria-hidden="true"
|
|
522
558
|
role="img"
|
|
523
559
|
width="1em"
|
|
524
560
|
height="1em"
|
|
525
561
|
>
|
|
526
562
|
<path
|
|
527
|
-
d="
|
|
563
|
+
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"
|
|
528
564
|
/>
|
|
529
565
|
</svg>
|
|
530
566
|
</span>
|
|
@@ -541,14 +577,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
541
577
|
<svg
|
|
542
578
|
class="pf-v6-svg"
|
|
543
579
|
fill="currentColor"
|
|
544
|
-
viewBox="0 0
|
|
580
|
+
viewBox="0 0 20 20"
|
|
545
581
|
aria-hidden="true"
|
|
546
582
|
role="img"
|
|
547
583
|
width="1em"
|
|
548
584
|
height="1em"
|
|
549
585
|
>
|
|
550
586
|
<path
|
|
551
|
-
d="
|
|
587
|
+
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"
|
|
552
588
|
/>
|
|
553
589
|
</svg>
|
|
554
590
|
</span>
|
|
@@ -565,14 +601,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
565
601
|
<svg
|
|
566
602
|
class="pf-v6-svg"
|
|
567
603
|
fill="currentColor"
|
|
568
|
-
viewBox="0 0
|
|
604
|
+
viewBox="0 0 20 20"
|
|
569
605
|
aria-hidden="true"
|
|
570
606
|
role="img"
|
|
571
607
|
width="1em"
|
|
572
608
|
height="1em"
|
|
573
609
|
>
|
|
574
610
|
<path
|
|
575
|
-
d="
|
|
611
|
+
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"
|
|
576
612
|
/>
|
|
577
613
|
</svg>
|
|
578
614
|
</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>
|
|
@@ -826,14 +886,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
826
886
|
<svg
|
|
827
887
|
class="pf-v6-svg"
|
|
828
888
|
fill="currentColor"
|
|
829
|
-
viewBox="0 0
|
|
889
|
+
viewBox="0 0 20 20"
|
|
830
890
|
aria-hidden="true"
|
|
831
891
|
role="img"
|
|
832
892
|
width="1em"
|
|
833
893
|
height="1em"
|
|
834
894
|
>
|
|
835
895
|
<path
|
|
836
|
-
d="
|
|
896
|
+
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"
|
|
837
897
|
/>
|
|
838
898
|
</svg>
|
|
839
899
|
</span>
|
|
@@ -849,14 +909,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
849
909
|
<svg
|
|
850
910
|
class="pf-v6-svg"
|
|
851
911
|
fill="currentColor"
|
|
852
|
-
viewBox="0 0
|
|
912
|
+
viewBox="0 0 20 20"
|
|
853
913
|
aria-hidden="true"
|
|
854
914
|
role="img"
|
|
855
915
|
width="1em"
|
|
856
916
|
height="1em"
|
|
857
917
|
>
|
|
858
918
|
<path
|
|
859
|
-
d="
|
|
919
|
+
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"
|
|
860
920
|
/>
|
|
861
921
|
</svg>
|
|
862
922
|
</span>
|
|
@@ -873,14 +933,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
873
933
|
<svg
|
|
874
934
|
class="pf-v6-svg"
|
|
875
935
|
fill="currentColor"
|
|
876
|
-
viewBox="0 0
|
|
936
|
+
viewBox="0 0 20 20"
|
|
877
937
|
aria-hidden="true"
|
|
878
938
|
role="img"
|
|
879
939
|
width="1em"
|
|
880
940
|
height="1em"
|
|
881
941
|
>
|
|
882
942
|
<path
|
|
883
|
-
d="
|
|
943
|
+
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"
|
|
884
944
|
/>
|
|
885
945
|
</svg>
|
|
886
946
|
</span>
|
|
@@ -897,14 +957,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
897
957
|
<svg
|
|
898
958
|
class="pf-v6-svg"
|
|
899
959
|
fill="currentColor"
|
|
900
|
-
viewBox="0 0
|
|
960
|
+
viewBox="0 0 20 20"
|
|
901
961
|
aria-hidden="true"
|
|
902
962
|
role="img"
|
|
903
963
|
width="1em"
|
|
904
964
|
height="1em"
|
|
905
965
|
>
|
|
906
966
|
<path
|
|
907
|
-
d="
|
|
967
|
+
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"
|
|
908
968
|
/>
|
|
909
969
|
</svg>
|
|
910
970
|
</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>
|
|
@@ -1159,14 +1243,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1159
1243
|
<svg
|
|
1160
1244
|
class="pf-v6-svg"
|
|
1161
1245
|
fill="currentColor"
|
|
1162
|
-
viewBox="0 0
|
|
1246
|
+
viewBox="0 0 20 20"
|
|
1163
1247
|
aria-hidden="true"
|
|
1164
1248
|
role="img"
|
|
1165
1249
|
width="1em"
|
|
1166
1250
|
height="1em"
|
|
1167
1251
|
>
|
|
1168
1252
|
<path
|
|
1169
|
-
d="
|
|
1253
|
+
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"
|
|
1170
1254
|
/>
|
|
1171
1255
|
</svg>
|
|
1172
1256
|
</span>
|
|
@@ -1182,14 +1266,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1182
1266
|
<svg
|
|
1183
1267
|
class="pf-v6-svg"
|
|
1184
1268
|
fill="currentColor"
|
|
1185
|
-
viewBox="0 0
|
|
1269
|
+
viewBox="0 0 20 20"
|
|
1186
1270
|
aria-hidden="true"
|
|
1187
1271
|
role="img"
|
|
1188
1272
|
width="1em"
|
|
1189
1273
|
height="1em"
|
|
1190
1274
|
>
|
|
1191
1275
|
<path
|
|
1192
|
-
d="
|
|
1276
|
+
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"
|
|
1193
1277
|
/>
|
|
1194
1278
|
</svg>
|
|
1195
1279
|
</span>
|
|
@@ -1205,14 +1289,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1205
1289
|
<svg
|
|
1206
1290
|
class="pf-v6-svg"
|
|
1207
1291
|
fill="currentColor"
|
|
1208
|
-
viewBox="0 0
|
|
1292
|
+
viewBox="0 0 20 20"
|
|
1209
1293
|
aria-hidden="true"
|
|
1210
1294
|
role="img"
|
|
1211
1295
|
width="1em"
|
|
1212
1296
|
height="1em"
|
|
1213
1297
|
>
|
|
1214
1298
|
<path
|
|
1215
|
-
d="
|
|
1299
|
+
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"
|
|
1216
1300
|
/>
|
|
1217
1301
|
</svg>
|
|
1218
1302
|
</span>
|
|
@@ -1229,14 +1313,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1229
1313
|
<svg
|
|
1230
1314
|
class="pf-v6-svg"
|
|
1231
1315
|
fill="currentColor"
|
|
1232
|
-
viewBox="0 0
|
|
1316
|
+
viewBox="0 0 20 20"
|
|
1233
1317
|
aria-hidden="true"
|
|
1234
1318
|
role="img"
|
|
1235
1319
|
width="1em"
|
|
1236
1320
|
height="1em"
|
|
1237
1321
|
>
|
|
1238
1322
|
<path
|
|
1239
|
-
d="
|
|
1323
|
+
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"
|
|
1240
1324
|
/>
|
|
1241
1325
|
</svg>
|
|
1242
1326
|
</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>
|
|
@@ -1501,14 +1609,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1501
1609
|
<svg
|
|
1502
1610
|
class="pf-v6-svg"
|
|
1503
1611
|
fill="currentColor"
|
|
1504
|
-
viewBox="0 0
|
|
1612
|
+
viewBox="0 0 20 20"
|
|
1505
1613
|
aria-hidden="true"
|
|
1506
1614
|
role="img"
|
|
1507
1615
|
width="1em"
|
|
1508
1616
|
height="1em"
|
|
1509
1617
|
>
|
|
1510
1618
|
<path
|
|
1511
|
-
d="
|
|
1619
|
+
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"
|
|
1512
1620
|
/>
|
|
1513
1621
|
</svg>
|
|
1514
1622
|
</span>
|
|
@@ -1524,14 +1632,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1524
1632
|
<svg
|
|
1525
1633
|
class="pf-v6-svg"
|
|
1526
1634
|
fill="currentColor"
|
|
1527
|
-
viewBox="0 0
|
|
1635
|
+
viewBox="0 0 20 20"
|
|
1528
1636
|
aria-hidden="true"
|
|
1529
1637
|
role="img"
|
|
1530
1638
|
width="1em"
|
|
1531
1639
|
height="1em"
|
|
1532
1640
|
>
|
|
1533
1641
|
<path
|
|
1534
|
-
d="
|
|
1642
|
+
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"
|
|
1535
1643
|
/>
|
|
1536
1644
|
</svg>
|
|
1537
1645
|
</span>
|
|
@@ -1547,14 +1655,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1547
1655
|
<svg
|
|
1548
1656
|
class="pf-v6-svg"
|
|
1549
1657
|
fill="currentColor"
|
|
1550
|
-
viewBox="0 0
|
|
1658
|
+
viewBox="0 0 20 20"
|
|
1551
1659
|
aria-hidden="true"
|
|
1552
1660
|
role="img"
|
|
1553
1661
|
width="1em"
|
|
1554
1662
|
height="1em"
|
|
1555
1663
|
>
|
|
1556
1664
|
<path
|
|
1557
|
-
d="
|
|
1665
|
+
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"
|
|
1558
1666
|
/>
|
|
1559
1667
|
</svg>
|
|
1560
1668
|
</span>
|
|
@@ -1570,14 +1678,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1570
1678
|
<svg
|
|
1571
1679
|
class="pf-v6-svg"
|
|
1572
1680
|
fill="currentColor"
|
|
1573
|
-
viewBox="0 0
|
|
1681
|
+
viewBox="0 0 20 20"
|
|
1574
1682
|
aria-hidden="true"
|
|
1575
1683
|
role="img"
|
|
1576
1684
|
width="1em"
|
|
1577
1685
|
height="1em"
|
|
1578
1686
|
>
|
|
1579
1687
|
<path
|
|
1580
|
-
d="
|
|
1688
|
+
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"
|
|
1581
1689
|
/>
|
|
1582
1690
|
</svg>
|
|
1583
1691
|
</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>
|
|
@@ -1802,7 +1934,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1802
1934
|
height="1em"
|
|
1803
1935
|
>
|
|
1804
1936
|
<path
|
|
1805
|
-
d="
|
|
1937
|
+
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"
|
|
1806
1938
|
/>
|
|
1807
1939
|
</svg>
|
|
1808
1940
|
</span>
|
|
@@ -1912,7 +2044,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1912
2044
|
height="1em"
|
|
1913
2045
|
>
|
|
1914
2046
|
<path
|
|
1915
|
-
d="
|
|
2047
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1916
2048
|
/>
|
|
1917
2049
|
</svg>
|
|
1918
2050
|
</span>
|
|
@@ -2040,7 +2172,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2040
2172
|
height="1em"
|
|
2041
2173
|
>
|
|
2042
2174
|
<path
|
|
2043
|
-
d="
|
|
2175
|
+
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"
|
|
2044
2176
|
/>
|
|
2045
2177
|
</svg>
|
|
2046
2178
|
</span>
|
|
@@ -2105,7 +2237,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2105
2237
|
height="1em"
|
|
2106
2238
|
>
|
|
2107
2239
|
<path
|
|
2108
|
-
d="
|
|
2240
|
+
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"
|
|
2109
2241
|
/>
|
|
2110
2242
|
</svg>
|
|
2111
2243
|
</span>
|
|
@@ -2142,14 +2274,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2142
2274
|
<svg
|
|
2143
2275
|
class="pf-v6-svg"
|
|
2144
2276
|
fill="currentColor"
|
|
2145
|
-
viewBox="0 0
|
|
2277
|
+
viewBox="0 0 20 20"
|
|
2146
2278
|
aria-hidden="true"
|
|
2147
2279
|
role="img"
|
|
2148
2280
|
width="1em"
|
|
2149
2281
|
height="1em"
|
|
2150
2282
|
>
|
|
2151
2283
|
<path
|
|
2152
|
-
d="
|
|
2284
|
+
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"
|
|
2153
2285
|
/>
|
|
2154
2286
|
</svg>
|
|
2155
2287
|
</span>
|
|
@@ -2165,14 +2297,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2165
2297
|
<svg
|
|
2166
2298
|
class="pf-v6-svg"
|
|
2167
2299
|
fill="currentColor"
|
|
2168
|
-
viewBox="0 0
|
|
2300
|
+
viewBox="0 0 20 20"
|
|
2169
2301
|
aria-hidden="true"
|
|
2170
2302
|
role="img"
|
|
2171
2303
|
width="1em"
|
|
2172
2304
|
height="1em"
|
|
2173
2305
|
>
|
|
2174
2306
|
<path
|
|
2175
|
-
d="
|
|
2307
|
+
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"
|
|
2176
2308
|
/>
|
|
2177
2309
|
</svg>
|
|
2178
2310
|
</span>
|
|
@@ -2189,14 +2321,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2189
2321
|
<svg
|
|
2190
2322
|
class="pf-v6-svg"
|
|
2191
2323
|
fill="currentColor"
|
|
2192
|
-
viewBox="0 0
|
|
2324
|
+
viewBox="0 0 20 20"
|
|
2193
2325
|
aria-hidden="true"
|
|
2194
2326
|
role="img"
|
|
2195
2327
|
width="1em"
|
|
2196
2328
|
height="1em"
|
|
2197
2329
|
>
|
|
2198
2330
|
<path
|
|
2199
|
-
d="
|
|
2331
|
+
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"
|
|
2200
2332
|
/>
|
|
2201
2333
|
</svg>
|
|
2202
2334
|
</span>
|
|
@@ -2213,14 +2345,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2213
2345
|
<svg
|
|
2214
2346
|
class="pf-v6-svg"
|
|
2215
2347
|
fill="currentColor"
|
|
2216
|
-
viewBox="0 0
|
|
2348
|
+
viewBox="0 0 20 20"
|
|
2217
2349
|
aria-hidden="true"
|
|
2218
2350
|
role="img"
|
|
2219
2351
|
width="1em"
|
|
2220
2352
|
height="1em"
|
|
2221
2353
|
>
|
|
2222
2354
|
<path
|
|
2223
|
-
d="
|
|
2355
|
+
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"
|
|
2224
2356
|
/>
|
|
2225
2357
|
</svg>
|
|
2226
2358
|
</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>
|
|
@@ -2435,7 +2591,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2435
2591
|
height="1em"
|
|
2436
2592
|
>
|
|
2437
2593
|
<path
|
|
2438
|
-
d="
|
|
2594
|
+
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"
|
|
2439
2595
|
/>
|
|
2440
2596
|
</svg>
|
|
2441
2597
|
</span>
|
|
@@ -2526,7 +2682,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2526
2682
|
height="1em"
|
|
2527
2683
|
>
|
|
2528
2684
|
<path
|
|
2529
|
-
d="
|
|
2685
|
+
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"
|
|
2530
2686
|
/>
|
|
2531
2687
|
</svg>
|
|
2532
2688
|
</span>
|
|
@@ -2659,7 +2815,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2659
2815
|
height="1em"
|
|
2660
2816
|
>
|
|
2661
2817
|
<path
|
|
2662
|
-
d="
|
|
2818
|
+
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"
|
|
2663
2819
|
/>
|
|
2664
2820
|
</svg>
|
|
2665
2821
|
</span>
|
|
@@ -2722,7 +2878,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2722
2878
|
height="1em"
|
|
2723
2879
|
>
|
|
2724
2880
|
<path
|
|
2725
|
-
d="
|
|
2881
|
+
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"
|
|
2726
2882
|
/>
|
|
2727
2883
|
</svg>
|
|
2728
2884
|
</span>
|
|
@@ -2759,14 +2915,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2759
2915
|
<svg
|
|
2760
2916
|
class="pf-v6-svg"
|
|
2761
2917
|
fill="currentColor"
|
|
2762
|
-
viewBox="0 0
|
|
2918
|
+
viewBox="0 0 20 20"
|
|
2763
2919
|
aria-hidden="true"
|
|
2764
2920
|
role="img"
|
|
2765
2921
|
width="1em"
|
|
2766
2922
|
height="1em"
|
|
2767
2923
|
>
|
|
2768
2924
|
<path
|
|
2769
|
-
d="
|
|
2925
|
+
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"
|
|
2770
2926
|
/>
|
|
2771
2927
|
</svg>
|
|
2772
2928
|
</span>
|
|
@@ -2782,14 +2938,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2782
2938
|
<svg
|
|
2783
2939
|
class="pf-v6-svg"
|
|
2784
2940
|
fill="currentColor"
|
|
2785
|
-
viewBox="0 0
|
|
2941
|
+
viewBox="0 0 20 20"
|
|
2786
2942
|
aria-hidden="true"
|
|
2787
2943
|
role="img"
|
|
2788
2944
|
width="1em"
|
|
2789
2945
|
height="1em"
|
|
2790
2946
|
>
|
|
2791
2947
|
<path
|
|
2792
|
-
d="
|
|
2948
|
+
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"
|
|
2793
2949
|
/>
|
|
2794
2950
|
</svg>
|
|
2795
2951
|
</span>
|
|
@@ -2806,14 +2962,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2806
2962
|
<svg
|
|
2807
2963
|
class="pf-v6-svg"
|
|
2808
2964
|
fill="currentColor"
|
|
2809
|
-
viewBox="0 0
|
|
2965
|
+
viewBox="0 0 20 20"
|
|
2810
2966
|
aria-hidden="true"
|
|
2811
2967
|
role="img"
|
|
2812
2968
|
width="1em"
|
|
2813
2969
|
height="1em"
|
|
2814
2970
|
>
|
|
2815
2971
|
<path
|
|
2816
|
-
d="
|
|
2972
|
+
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"
|
|
2817
2973
|
/>
|
|
2818
2974
|
</svg>
|
|
2819
2975
|
</span>
|
|
@@ -2830,14 +2986,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2830
2986
|
<svg
|
|
2831
2987
|
class="pf-v6-svg"
|
|
2832
2988
|
fill="currentColor"
|
|
2833
|
-
viewBox="0 0
|
|
2989
|
+
viewBox="0 0 20 20"
|
|
2834
2990
|
aria-hidden="true"
|
|
2835
2991
|
role="img"
|
|
2836
2992
|
width="1em"
|
|
2837
2993
|
height="1em"
|
|
2838
2994
|
>
|
|
2839
2995
|
<path
|
|
2840
|
-
d="
|
|
2996
|
+
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"
|
|
2841
2997
|
/>
|
|
2842
2998
|
</svg>
|
|
2843
2999
|
</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>
|
|
@@ -2953,7 +3121,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2953
3121
|
height="1em"
|
|
2954
3122
|
>
|
|
2955
3123
|
<path
|
|
2956
|
-
d="
|
|
3124
|
+
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"
|
|
2957
3125
|
/>
|
|
2958
3126
|
</svg>
|
|
2959
3127
|
</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>
|
|
@@ -3122,7 +3302,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3122
3302
|
height="1em"
|
|
3123
3303
|
>
|
|
3124
3304
|
<path
|
|
3125
|
-
d="
|
|
3305
|
+
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"
|
|
3126
3306
|
/>
|
|
3127
3307
|
</svg>
|
|
3128
3308
|
</span>
|
|
@@ -3232,7 +3412,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3232
3412
|
height="1em"
|
|
3233
3413
|
>
|
|
3234
3414
|
<path
|
|
3235
|
-
d="
|
|
3415
|
+
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"
|
|
3236
3416
|
/>
|
|
3237
3417
|
</svg>
|
|
3238
3418
|
</span>
|
|
@@ -3360,7 +3540,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3360
3540
|
height="1em"
|
|
3361
3541
|
>
|
|
3362
3542
|
<path
|
|
3363
|
-
d="
|
|
3543
|
+
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"
|
|
3364
3544
|
/>
|
|
3365
3545
|
</svg>
|
|
3366
3546
|
</span>
|
|
@@ -3425,7 +3605,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3425
3605
|
height="1em"
|
|
3426
3606
|
>
|
|
3427
3607
|
<path
|
|
3428
|
-
d="
|
|
3608
|
+
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"
|
|
3429
3609
|
/>
|
|
3430
3610
|
</svg>
|
|
3431
3611
|
</span>
|
|
@@ -3462,14 +3642,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3462
3642
|
<svg
|
|
3463
3643
|
class="pf-v6-svg"
|
|
3464
3644
|
fill="currentColor"
|
|
3465
|
-
viewBox="0 0
|
|
3645
|
+
viewBox="0 0 20 20"
|
|
3466
3646
|
aria-hidden="true"
|
|
3467
3647
|
role="img"
|
|
3468
3648
|
width="1em"
|
|
3469
3649
|
height="1em"
|
|
3470
3650
|
>
|
|
3471
3651
|
<path
|
|
3472
|
-
d="
|
|
3652
|
+
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"
|
|
3473
3653
|
/>
|
|
3474
3654
|
</svg>
|
|
3475
3655
|
</span>
|
|
@@ -3485,14 +3665,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3485
3665
|
<svg
|
|
3486
3666
|
class="pf-v6-svg"
|
|
3487
3667
|
fill="currentColor"
|
|
3488
|
-
viewBox="0 0
|
|
3668
|
+
viewBox="0 0 20 20"
|
|
3489
3669
|
aria-hidden="true"
|
|
3490
3670
|
role="img"
|
|
3491
3671
|
width="1em"
|
|
3492
3672
|
height="1em"
|
|
3493
3673
|
>
|
|
3494
3674
|
<path
|
|
3495
|
-
d="
|
|
3675
|
+
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"
|
|
3496
3676
|
/>
|
|
3497
3677
|
</svg>
|
|
3498
3678
|
</span>
|
|
@@ -3509,14 +3689,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3509
3689
|
<svg
|
|
3510
3690
|
class="pf-v6-svg"
|
|
3511
3691
|
fill="currentColor"
|
|
3512
|
-
viewBox="0 0
|
|
3692
|
+
viewBox="0 0 20 20"
|
|
3513
3693
|
aria-hidden="true"
|
|
3514
3694
|
role="img"
|
|
3515
3695
|
width="1em"
|
|
3516
3696
|
height="1em"
|
|
3517
3697
|
>
|
|
3518
3698
|
<path
|
|
3519
|
-
d="
|
|
3699
|
+
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"
|
|
3520
3700
|
/>
|
|
3521
3701
|
</svg>
|
|
3522
3702
|
</span>
|
|
@@ -3533,14 +3713,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3533
3713
|
<svg
|
|
3534
3714
|
class="pf-v6-svg"
|
|
3535
3715
|
fill="currentColor"
|
|
3536
|
-
viewBox="0 0
|
|
3716
|
+
viewBox="0 0 20 20"
|
|
3537
3717
|
aria-hidden="true"
|
|
3538
3718
|
role="img"
|
|
3539
3719
|
width="1em"
|
|
3540
3720
|
height="1em"
|
|
3541
3721
|
>
|
|
3542
3722
|
<path
|
|
3543
|
-
d="
|
|
3723
|
+
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"
|
|
3544
3724
|
/>
|
|
3545
3725
|
</svg>
|
|
3546
3726
|
</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>
|
|
@@ -3780,14 +3984,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3780
3984
|
<svg
|
|
3781
3985
|
class="pf-v6-svg"
|
|
3782
3986
|
fill="currentColor"
|
|
3783
|
-
viewBox="0 0
|
|
3987
|
+
viewBox="0 0 20 20"
|
|
3784
3988
|
aria-hidden="true"
|
|
3785
3989
|
role="img"
|
|
3786
3990
|
width="1em"
|
|
3787
3991
|
height="1em"
|
|
3788
3992
|
>
|
|
3789
3993
|
<path
|
|
3790
|
-
d="
|
|
3994
|
+
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"
|
|
3791
3995
|
/>
|
|
3792
3996
|
</svg>
|
|
3793
3997
|
</span>
|
|
@@ -3803,14 +4007,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3803
4007
|
<svg
|
|
3804
4008
|
class="pf-v6-svg"
|
|
3805
4009
|
fill="currentColor"
|
|
3806
|
-
viewBox="0 0
|
|
4010
|
+
viewBox="0 0 20 20"
|
|
3807
4011
|
aria-hidden="true"
|
|
3808
4012
|
role="img"
|
|
3809
4013
|
width="1em"
|
|
3810
4014
|
height="1em"
|
|
3811
4015
|
>
|
|
3812
4016
|
<path
|
|
3813
|
-
d="
|
|
4017
|
+
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"
|
|
3814
4018
|
/>
|
|
3815
4019
|
</svg>
|
|
3816
4020
|
</span>
|
|
@@ -3827,14 +4031,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3827
4031
|
<svg
|
|
3828
4032
|
class="pf-v6-svg"
|
|
3829
4033
|
fill="currentColor"
|
|
3830
|
-
viewBox="0 0
|
|
4034
|
+
viewBox="0 0 20 20"
|
|
3831
4035
|
aria-hidden="true"
|
|
3832
4036
|
role="img"
|
|
3833
4037
|
width="1em"
|
|
3834
4038
|
height="1em"
|
|
3835
4039
|
>
|
|
3836
4040
|
<path
|
|
3837
|
-
d="
|
|
4041
|
+
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"
|
|
3838
4042
|
/>
|
|
3839
4043
|
</svg>
|
|
3840
4044
|
</span>
|
|
@@ -3851,14 +4055,14 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3851
4055
|
<svg
|
|
3852
4056
|
class="pf-v6-svg"
|
|
3853
4057
|
fill="currentColor"
|
|
3854
|
-
viewBox="0 0
|
|
4058
|
+
viewBox="0 0 20 20"
|
|
3855
4059
|
aria-hidden="true"
|
|
3856
4060
|
role="img"
|
|
3857
4061
|
width="1em"
|
|
3858
4062
|
height="1em"
|
|
3859
4063
|
>
|
|
3860
4064
|
<path
|
|
3861
|
-
d="
|
|
4065
|
+
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"
|
|
3862
4066
|
/>
|
|
3863
4067
|
</svg>
|
|
3864
4068
|
</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>
|