@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
|
@@ -71,7 +71,19 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
71
71
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
72
72
|
<span class="pf-v6-c-text-input-group__text">
|
|
73
73
|
<span class="pf-v6-c-text-input-group__icon">
|
|
74
|
-
<
|
|
74
|
+
<svg
|
|
75
|
+
class="pf-v6-svg"
|
|
76
|
+
fill="currentColor"
|
|
77
|
+
viewBox="0 0 32 32"
|
|
78
|
+
aria-hidden="true"
|
|
79
|
+
role="img"
|
|
80
|
+
width="1em"
|
|
81
|
+
height="1em"
|
|
82
|
+
>
|
|
83
|
+
<path
|
|
84
|
+
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"
|
|
85
|
+
/>
|
|
86
|
+
</svg>
|
|
75
87
|
</span>
|
|
76
88
|
<input
|
|
77
89
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -122,7 +134,19 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
122
134
|
aria-label="Success validation"
|
|
123
135
|
/>
|
|
124
136
|
<span class="pf-v6-c-text-input-group__icon pf-m-status">
|
|
125
|
-
<
|
|
137
|
+
<svg
|
|
138
|
+
class="pf-v6-svg"
|
|
139
|
+
fill="currentColor"
|
|
140
|
+
viewBox="0 0 32 32"
|
|
141
|
+
aria-hidden="true"
|
|
142
|
+
role="img"
|
|
143
|
+
width="1em"
|
|
144
|
+
height="1em"
|
|
145
|
+
>
|
|
146
|
+
<path
|
|
147
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
148
|
+
/>
|
|
149
|
+
</svg>
|
|
126
150
|
</span>
|
|
127
151
|
</span>
|
|
128
152
|
</div>
|
|
@@ -132,7 +156,19 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
132
156
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
133
157
|
<span class="pf-v6-c-text-input-group__text">
|
|
134
158
|
<span class="pf-v6-c-text-input-group__icon">
|
|
135
|
-
<
|
|
159
|
+
<svg
|
|
160
|
+
class="pf-v6-svg"
|
|
161
|
+
fill="currentColor"
|
|
162
|
+
viewBox="0 0 32 32"
|
|
163
|
+
aria-hidden="true"
|
|
164
|
+
role="img"
|
|
165
|
+
width="1em"
|
|
166
|
+
height="1em"
|
|
167
|
+
>
|
|
168
|
+
<path
|
|
169
|
+
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"
|
|
170
|
+
/>
|
|
171
|
+
</svg>
|
|
136
172
|
</span>
|
|
137
173
|
<input
|
|
138
174
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -141,7 +177,19 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
141
177
|
aria-label="Warning validation"
|
|
142
178
|
/>
|
|
143
179
|
<span class="pf-v6-c-text-input-group__icon pf-m-status">
|
|
144
|
-
<
|
|
180
|
+
<svg
|
|
181
|
+
class="pf-v6-svg"
|
|
182
|
+
fill="currentColor"
|
|
183
|
+
viewBox="0 0 32 32"
|
|
184
|
+
aria-hidden="true"
|
|
185
|
+
role="img"
|
|
186
|
+
width="1em"
|
|
187
|
+
height="1em"
|
|
188
|
+
>
|
|
189
|
+
<path
|
|
190
|
+
d="m31.874 28.514-15.011-27a1.001 1.001 0 0 0-1.748 0l-15.011 27A1 1 0 0 0 .978 30H31a1 1 0 0 0 .874-1.486ZM14.5 12a1.5 1.5 0 0 1 3 0v5a1.5 1.5 0 0 1-3 0v-5ZM16 26.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 26.001Z"
|
|
191
|
+
/>
|
|
192
|
+
</svg>
|
|
145
193
|
</span>
|
|
146
194
|
</span>
|
|
147
195
|
</div>
|
|
@@ -151,7 +199,19 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
151
199
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
152
200
|
<span class="pf-v6-c-text-input-group__text">
|
|
153
201
|
<span class="pf-v6-c-text-input-group__icon">
|
|
154
|
-
<
|
|
202
|
+
<svg
|
|
203
|
+
class="pf-v6-svg"
|
|
204
|
+
fill="currentColor"
|
|
205
|
+
viewBox="0 0 32 32"
|
|
206
|
+
aria-hidden="true"
|
|
207
|
+
role="img"
|
|
208
|
+
width="1em"
|
|
209
|
+
height="1em"
|
|
210
|
+
>
|
|
211
|
+
<path
|
|
212
|
+
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"
|
|
213
|
+
/>
|
|
214
|
+
</svg>
|
|
155
215
|
</span>
|
|
156
216
|
<input
|
|
157
217
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -160,7 +220,19 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
160
220
|
aria-label="Error validation"
|
|
161
221
|
/>
|
|
162
222
|
<span class="pf-v6-c-text-input-group__icon pf-m-status">
|
|
163
|
-
<
|
|
223
|
+
<svg
|
|
224
|
+
class="pf-v6-svg"
|
|
225
|
+
fill="currentColor"
|
|
226
|
+
viewBox="0 0 32 32"
|
|
227
|
+
aria-hidden="true"
|
|
228
|
+
role="img"
|
|
229
|
+
width="1em"
|
|
230
|
+
height="1em"
|
|
231
|
+
>
|
|
232
|
+
<path
|
|
233
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
|
|
234
|
+
/>
|
|
235
|
+
</svg>
|
|
164
236
|
</span>
|
|
165
237
|
</span>
|
|
166
238
|
</div>
|
|
@@ -200,7 +272,19 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
200
272
|
aria-label="Type to filter"
|
|
201
273
|
/>
|
|
202
274
|
<span class="pf-v6-c-text-input-group__icon pf-m-status">
|
|
203
|
-
<
|
|
275
|
+
<svg
|
|
276
|
+
class="pf-v6-svg"
|
|
277
|
+
fill="currentColor"
|
|
278
|
+
viewBox="0 0 32 32"
|
|
279
|
+
aria-hidden="true"
|
|
280
|
+
role="img"
|
|
281
|
+
width="1em"
|
|
282
|
+
height="1em"
|
|
283
|
+
>
|
|
284
|
+
<path
|
|
285
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
|
|
286
|
+
/>
|
|
287
|
+
</svg>
|
|
204
288
|
</span>
|
|
205
289
|
</span>
|
|
206
290
|
</div>
|
|
@@ -254,10 +338,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
254
338
|
<span class="pf-v6-c-label__actions">
|
|
255
339
|
<button
|
|
256
340
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
257
|
-
type="button"
|
|
258
341
|
id="text-input-group-filters-label-group-label-one-button"
|
|
259
|
-
|
|
342
|
+
type="button"
|
|
260
343
|
aria-labelledby="text-input-group-filters-label-group-label-one-button text-input-group-filters-label-group-label-one-text"
|
|
344
|
+
aria-label="Remove"
|
|
261
345
|
>
|
|
262
346
|
<span class="pf-v6-c-button__icon">
|
|
263
347
|
<svg
|
|
@@ -289,10 +373,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
289
373
|
<span class="pf-v6-c-label__actions">
|
|
290
374
|
<button
|
|
291
375
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
292
|
-
type="button"
|
|
293
376
|
id="text-input-group-filters-label-group-label-two-button"
|
|
294
|
-
|
|
377
|
+
type="button"
|
|
295
378
|
aria-labelledby="text-input-group-filters-label-group-label-two-button text-input-group-filters-label-group-label-two-text"
|
|
379
|
+
aria-label="Remove"
|
|
296
380
|
>
|
|
297
381
|
<span class="pf-v6-c-button__icon">
|
|
298
382
|
<svg
|
|
@@ -324,10 +408,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
324
408
|
<span class="pf-v6-c-label__actions">
|
|
325
409
|
<button
|
|
326
410
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
327
|
-
type="button"
|
|
328
411
|
id="text-input-group-filters-label-group-label-three-button"
|
|
329
|
-
|
|
412
|
+
type="button"
|
|
330
413
|
aria-labelledby="text-input-group-filters-label-group-label-three-button text-input-group-filters-label-group-label-three-text"
|
|
414
|
+
aria-label="Remove"
|
|
331
415
|
>
|
|
332
416
|
<span class="pf-v6-c-button__icon">
|
|
333
417
|
<svg
|
|
@@ -359,10 +443,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
359
443
|
<span class="pf-v6-c-label__actions">
|
|
360
444
|
<button
|
|
361
445
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
362
|
-
type="button"
|
|
363
446
|
id="text-input-group-filters-label-group-label-four-button"
|
|
364
|
-
|
|
447
|
+
type="button"
|
|
365
448
|
aria-labelledby="text-input-group-filters-label-group-label-four-button text-input-group-filters-label-group-label-four-text"
|
|
449
|
+
aria-label="Remove"
|
|
366
450
|
>
|
|
367
451
|
<span class="pf-v6-c-button__icon">
|
|
368
452
|
<svg
|
|
@@ -394,10 +478,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
394
478
|
<span class="pf-v6-c-label__actions">
|
|
395
479
|
<button
|
|
396
480
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
397
|
-
type="button"
|
|
398
481
|
id="text-input-group-filters-label-group-label-five-button"
|
|
399
|
-
|
|
482
|
+
type="button"
|
|
400
483
|
aria-labelledby="text-input-group-filters-label-group-label-five-button text-input-group-filters-label-group-label-five-text"
|
|
484
|
+
aria-label="Remove"
|
|
401
485
|
>
|
|
402
486
|
<span class="pf-v6-c-button__icon">
|
|
403
487
|
<svg
|
|
@@ -429,10 +513,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
429
513
|
<span class="pf-v6-c-label__actions">
|
|
430
514
|
<button
|
|
431
515
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
432
|
-
type="button"
|
|
433
516
|
id="text-input-group-filters-label-group-label-six-button"
|
|
434
|
-
|
|
517
|
+
type="button"
|
|
435
518
|
aria-labelledby="text-input-group-filters-label-group-label-six-button text-input-group-filters-label-group-label-six-text"
|
|
519
|
+
aria-label="Remove"
|
|
436
520
|
>
|
|
437
521
|
<span class="pf-v6-c-button__icon">
|
|
438
522
|
<svg
|
|
@@ -524,10 +608,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
524
608
|
<span class="pf-v6-c-label__actions">
|
|
525
609
|
<button
|
|
526
610
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
527
|
-
type="button"
|
|
528
611
|
id="text-input-group-filters-expanded-label-group-label-one-button"
|
|
529
|
-
|
|
612
|
+
type="button"
|
|
530
613
|
aria-labelledby="text-input-group-filters-expanded-label-group-label-one-button text-input-group-filters-expanded-label-group-label-one-text"
|
|
614
|
+
aria-label="Remove"
|
|
531
615
|
>
|
|
532
616
|
<span class="pf-v6-c-button__icon">
|
|
533
617
|
<svg
|
|
@@ -559,10 +643,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
559
643
|
<span class="pf-v6-c-label__actions">
|
|
560
644
|
<button
|
|
561
645
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
562
|
-
type="button"
|
|
563
646
|
id="text-input-group-filters-expanded-label-group-label-two-button"
|
|
564
|
-
|
|
647
|
+
type="button"
|
|
565
648
|
aria-labelledby="text-input-group-filters-expanded-label-group-label-two-button text-input-group-filters-expanded-label-group-label-two-text"
|
|
649
|
+
aria-label="Remove"
|
|
566
650
|
>
|
|
567
651
|
<span class="pf-v6-c-button__icon">
|
|
568
652
|
<svg
|
|
@@ -594,10 +678,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
594
678
|
<span class="pf-v6-c-label__actions">
|
|
595
679
|
<button
|
|
596
680
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
597
|
-
type="button"
|
|
598
681
|
id="text-input-group-filters-expanded-label-group-label-three-button"
|
|
599
|
-
|
|
682
|
+
type="button"
|
|
600
683
|
aria-labelledby="text-input-group-filters-expanded-label-group-label-three-button text-input-group-filters-expanded-label-group-label-three-text"
|
|
684
|
+
aria-label="Remove"
|
|
601
685
|
>
|
|
602
686
|
<span class="pf-v6-c-button__icon">
|
|
603
687
|
<svg
|
|
@@ -629,10 +713,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
629
713
|
<span class="pf-v6-c-label__actions">
|
|
630
714
|
<button
|
|
631
715
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
632
|
-
type="button"
|
|
633
716
|
id="text-input-group-filters-expanded-label-group-label-four-button"
|
|
634
|
-
|
|
717
|
+
type="button"
|
|
635
718
|
aria-labelledby="text-input-group-filters-expanded-label-group-label-four-button text-input-group-filters-expanded-label-group-label-four-text"
|
|
719
|
+
aria-label="Remove"
|
|
636
720
|
>
|
|
637
721
|
<span class="pf-v6-c-button__icon">
|
|
638
722
|
<svg
|
|
@@ -664,10 +748,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
664
748
|
<span class="pf-v6-c-label__actions">
|
|
665
749
|
<button
|
|
666
750
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
667
|
-
type="button"
|
|
668
751
|
id="text-input-group-filters-expanded-label-group-label-five-button"
|
|
669
|
-
|
|
752
|
+
type="button"
|
|
670
753
|
aria-labelledby="text-input-group-filters-expanded-label-group-label-five-button text-input-group-filters-expanded-label-group-label-five-text"
|
|
754
|
+
aria-label="Remove"
|
|
671
755
|
>
|
|
672
756
|
<span class="pf-v6-c-button__icon">
|
|
673
757
|
<svg
|
|
@@ -699,10 +783,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
699
783
|
<span class="pf-v6-c-label__actions">
|
|
700
784
|
<button
|
|
701
785
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
702
|
-
type="button"
|
|
703
786
|
id="text-input-group-filters-expanded-label-group-label-six-button"
|
|
704
|
-
|
|
787
|
+
type="button"
|
|
705
788
|
aria-labelledby="text-input-group-filters-expanded-label-group-label-six-button text-input-group-filters-expanded-label-group-label-six-text"
|
|
789
|
+
aria-label="Remove"
|
|
706
790
|
>
|
|
707
791
|
<span class="pf-v6-c-button__icon">
|
|
708
792
|
<svg
|
|
@@ -734,10 +818,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
734
818
|
<span class="pf-v6-c-label__actions">
|
|
735
819
|
<button
|
|
736
820
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
737
|
-
type="button"
|
|
738
821
|
id="text-input-group-filters-expanded-label-group-label-seven-button"
|
|
739
|
-
|
|
822
|
+
type="button"
|
|
740
823
|
aria-labelledby="text-input-group-filters-expanded-label-group-label-seven-button text-input-group-filters-expanded-label-group-label-seven-text"
|
|
824
|
+
aria-label="Remove"
|
|
741
825
|
>
|
|
742
826
|
<span class="pf-v6-c-button__icon">
|
|
743
827
|
<svg
|
|
@@ -769,10 +853,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
769
853
|
<span class="pf-v6-c-label__actions">
|
|
770
854
|
<button
|
|
771
855
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
772
|
-
type="button"
|
|
773
856
|
id="text-input-group-filters-expanded-label-group-label-eight-button"
|
|
774
|
-
|
|
857
|
+
type="button"
|
|
775
858
|
aria-labelledby="text-input-group-filters-expanded-label-group-label-eight-button text-input-group-filters-expanded-label-group-label-eight-text"
|
|
859
|
+
aria-label="Remove"
|
|
776
860
|
>
|
|
777
861
|
<span class="pf-v6-c-button__icon">
|
|
778
862
|
<svg
|
|
@@ -804,10 +888,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
804
888
|
<span class="pf-v6-c-label__actions">
|
|
805
889
|
<button
|
|
806
890
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
807
|
-
type="button"
|
|
808
891
|
id="text-input-group-filters-expanded-label-group-label-nine-button"
|
|
809
|
-
|
|
892
|
+
type="button"
|
|
810
893
|
aria-labelledby="text-input-group-filters-expanded-label-group-label-nine-button text-input-group-filters-expanded-label-group-label-nine-text"
|
|
894
|
+
aria-label="Remove"
|
|
811
895
|
>
|
|
812
896
|
<span class="pf-v6-c-button__icon">
|
|
813
897
|
<svg
|
|
@@ -839,10 +923,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
839
923
|
<span class="pf-v6-c-label__actions">
|
|
840
924
|
<button
|
|
841
925
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
842
|
-
type="button"
|
|
843
926
|
id="text-input-group-filters-expanded-label-group-label-ten-button"
|
|
844
|
-
|
|
927
|
+
type="button"
|
|
845
928
|
aria-labelledby="text-input-group-filters-expanded-label-group-label-ten-button text-input-group-filters-expanded-label-group-label-ten-text"
|
|
929
|
+
aria-label="Remove"
|
|
846
930
|
>
|
|
847
931
|
<span class="pf-v6-c-button__icon">
|
|
848
932
|
<svg
|
|
@@ -874,10 +958,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
874
958
|
<span class="pf-v6-c-label__actions">
|
|
875
959
|
<button
|
|
876
960
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
877
|
-
type="button"
|
|
878
961
|
id="text-input-group-filters-expanded-label-group-label-eleven-button"
|
|
879
|
-
|
|
962
|
+
type="button"
|
|
880
963
|
aria-labelledby="text-input-group-filters-expanded-label-group-label-eleven-button text-input-group-filters-expanded-label-group-label-eleven-text"
|
|
964
|
+
aria-label="Remove"
|
|
881
965
|
>
|
|
882
966
|
<span class="pf-v6-c-button__icon">
|
|
883
967
|
<svg
|
|
@@ -909,10 +993,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
909
993
|
<span class="pf-v6-c-label__actions">
|
|
910
994
|
<button
|
|
911
995
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
912
|
-
type="button"
|
|
913
996
|
id="text-input-group-filters-expanded-label-group-label-twelve-button"
|
|
914
|
-
|
|
997
|
+
type="button"
|
|
915
998
|
aria-labelledby="text-input-group-filters-expanded-label-group-label-twelve-button text-input-group-filters-expanded-label-group-label-twelve-text"
|
|
999
|
+
aria-label="Remove"
|
|
916
1000
|
>
|
|
917
1001
|
<span class="pf-v6-c-button__icon">
|
|
918
1002
|
<svg
|
|
@@ -944,10 +1028,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
944
1028
|
<span class="pf-v6-c-label__actions">
|
|
945
1029
|
<button
|
|
946
1030
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
947
|
-
type="button"
|
|
948
1031
|
id="text-input-group-filters-expanded-label-group-label-thirteen-button"
|
|
949
|
-
|
|
1032
|
+
type="button"
|
|
950
1033
|
aria-labelledby="text-input-group-filters-expanded-label-group-label-thirteen-button text-input-group-filters-expanded-label-group-label-thirteen-text"
|
|
1034
|
+
aria-label="Remove"
|
|
951
1035
|
>
|
|
952
1036
|
<span class="pf-v6-c-button__icon">
|
|
953
1037
|
<svg
|
|
@@ -979,10 +1063,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
|
|
|
979
1063
|
<span class="pf-v6-c-label__actions">
|
|
980
1064
|
<button
|
|
981
1065
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
982
|
-
type="button"
|
|
983
1066
|
id="text-input-group-filters-expanded-label-group-label-fourteen-button"
|
|
984
|
-
|
|
1067
|
+
type="button"
|
|
985
1068
|
aria-labelledby="text-input-group-filters-expanded-label-group-label-fourteen-button text-input-group-filters-expanded-label-group-label-fourteen-text"
|
|
1069
|
+
aria-label="Remove"
|
|
986
1070
|
>
|
|
987
1071
|
<span class="pf-v6-c-button__icon">
|
|
988
1072
|
<svg
|
|
@@ -1076,7 +1160,19 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1076
1160
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
1077
1161
|
<span class="pf-v6-c-text-input-group__text">
|
|
1078
1162
|
<span class="pf-v6-c-text-input-group__icon">
|
|
1079
|
-
<
|
|
1163
|
+
<svg
|
|
1164
|
+
class="pf-v6-svg"
|
|
1165
|
+
fill="currentColor"
|
|
1166
|
+
viewBox="0 0 32 32"
|
|
1167
|
+
aria-hidden="true"
|
|
1168
|
+
role="img"
|
|
1169
|
+
width="1em"
|
|
1170
|
+
height="1em"
|
|
1171
|
+
>
|
|
1172
|
+
<path
|
|
1173
|
+
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"
|
|
1174
|
+
/>
|
|
1175
|
+
</svg>
|
|
1080
1176
|
</span>
|
|
1081
1177
|
<input
|
|
1082
1178
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -1098,7 +1194,19 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1098
1194
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
1099
1195
|
<span class="pf-v6-c-text-input-group__text">
|
|
1100
1196
|
<span class="pf-v6-c-text-input-group__icon">
|
|
1101
|
-
<
|
|
1197
|
+
<svg
|
|
1198
|
+
class="pf-v6-svg"
|
|
1199
|
+
fill="currentColor"
|
|
1200
|
+
viewBox="0 0 32 32"
|
|
1201
|
+
aria-hidden="true"
|
|
1202
|
+
role="img"
|
|
1203
|
+
width="1em"
|
|
1204
|
+
height="1em"
|
|
1205
|
+
>
|
|
1206
|
+
<path
|
|
1207
|
+
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"
|
|
1208
|
+
/>
|
|
1209
|
+
</svg>
|
|
1102
1210
|
</span>
|
|
1103
1211
|
<input
|
|
1104
1212
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -1143,7 +1251,19 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1143
1251
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
1144
1252
|
<span class="pf-v6-c-text-input-group__text">
|
|
1145
1253
|
<span class="pf-v6-c-text-input-group__icon">
|
|
1146
|
-
<
|
|
1254
|
+
<svg
|
|
1255
|
+
class="pf-v6-svg"
|
|
1256
|
+
fill="currentColor"
|
|
1257
|
+
viewBox="0 0 32 32"
|
|
1258
|
+
aria-hidden="true"
|
|
1259
|
+
role="img"
|
|
1260
|
+
width="1em"
|
|
1261
|
+
height="1em"
|
|
1262
|
+
>
|
|
1263
|
+
<path
|
|
1264
|
+
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"
|
|
1265
|
+
/>
|
|
1266
|
+
</svg>
|
|
1147
1267
|
</span>
|
|
1148
1268
|
<input
|
|
1149
1269
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -1192,7 +1312,19 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1192
1312
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
1193
1313
|
<span class="pf-v6-c-text-input-group__text">
|
|
1194
1314
|
<span class="pf-v6-c-text-input-group__icon">
|
|
1195
|
-
<
|
|
1315
|
+
<svg
|
|
1316
|
+
class="pf-v6-svg"
|
|
1317
|
+
fill="currentColor"
|
|
1318
|
+
viewBox="0 0 32 32"
|
|
1319
|
+
aria-hidden="true"
|
|
1320
|
+
role="img"
|
|
1321
|
+
width="1em"
|
|
1322
|
+
height="1em"
|
|
1323
|
+
>
|
|
1324
|
+
<path
|
|
1325
|
+
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"
|
|
1326
|
+
/>
|
|
1327
|
+
</svg>
|
|
1196
1328
|
</span>
|
|
1197
1329
|
<input
|
|
1198
1330
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -1219,14 +1351,14 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1219
1351
|
<svg
|
|
1220
1352
|
class="pf-v6-svg"
|
|
1221
1353
|
fill="currentColor"
|
|
1222
|
-
viewBox="0 0
|
|
1354
|
+
viewBox="0 0 32 32"
|
|
1223
1355
|
aria-hidden="true"
|
|
1224
1356
|
role="img"
|
|
1225
1357
|
width="1em"
|
|
1226
1358
|
height="1em"
|
|
1227
1359
|
>
|
|
1228
1360
|
<path
|
|
1229
|
-
d="
|
|
1361
|
+
d="M29 22a.997.997 0 0 1-.707-.293L16 9.414 3.707 21.707a.999.999 0 1 1-1.414-1.414L14.939 7.646a1.501 1.501 0 0 1 2.121 0l12.646 12.646a.999.999 0 0 1-.707 1.707Z"
|
|
1230
1362
|
/>
|
|
1231
1363
|
</svg>
|
|
1232
1364
|
</span>
|
|
@@ -1236,14 +1368,14 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1236
1368
|
<svg
|
|
1237
1369
|
class="pf-v6-svg"
|
|
1238
1370
|
fill="currentColor"
|
|
1239
|
-
viewBox="0 0
|
|
1371
|
+
viewBox="0 0 32 32"
|
|
1240
1372
|
aria-hidden="true"
|
|
1241
1373
|
role="img"
|
|
1242
1374
|
width="1em"
|
|
1243
1375
|
height="1em"
|
|
1244
1376
|
>
|
|
1245
1377
|
<path
|
|
1246
|
-
d="
|
|
1378
|
+
d="M16 24.792c-.384 0-.769-.146-1.061-.438L2.293 11.707a.999.999 0 1 1 1.414-1.414L16 22.586l12.293-12.293a.999.999 0 1 1 1.414 1.414L17.061 24.353a1.497 1.497 0 0 1-1.061.438Z"
|
|
1247
1379
|
/>
|
|
1248
1380
|
</svg>
|
|
1249
1381
|
</span>
|
|
@@ -1286,7 +1418,19 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1286
1418
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
1287
1419
|
<span class="pf-v6-c-text-input-group__text">
|
|
1288
1420
|
<span class="pf-v6-c-text-input-group__icon">
|
|
1289
|
-
<
|
|
1421
|
+
<svg
|
|
1422
|
+
class="pf-v6-svg"
|
|
1423
|
+
fill="currentColor"
|
|
1424
|
+
viewBox="0 0 32 32"
|
|
1425
|
+
aria-hidden="true"
|
|
1426
|
+
role="img"
|
|
1427
|
+
width="1em"
|
|
1428
|
+
height="1em"
|
|
1429
|
+
>
|
|
1430
|
+
<path
|
|
1431
|
+
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"
|
|
1432
|
+
/>
|
|
1433
|
+
</svg>
|
|
1290
1434
|
</span>
|
|
1291
1435
|
<input
|
|
1292
1436
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -1309,14 +1453,14 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1309
1453
|
<svg
|
|
1310
1454
|
class="pf-v6-svg"
|
|
1311
1455
|
fill="currentColor"
|
|
1312
|
-
viewBox="0 0
|
|
1456
|
+
viewBox="0 0 32 32"
|
|
1313
1457
|
aria-hidden="true"
|
|
1314
1458
|
role="img"
|
|
1315
1459
|
width="1em"
|
|
1316
1460
|
height="1em"
|
|
1317
1461
|
>
|
|
1318
1462
|
<path
|
|
1319
|
-
d="
|
|
1463
|
+
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"
|
|
1320
1464
|
/>
|
|
1321
1465
|
</svg>
|
|
1322
1466
|
</span>
|
|
@@ -1358,7 +1502,19 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1358
1502
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
1359
1503
|
<span class="pf-v6-c-text-input-group__text">
|
|
1360
1504
|
<span class="pf-v6-c-text-input-group__icon">
|
|
1361
|
-
<
|
|
1505
|
+
<svg
|
|
1506
|
+
class="pf-v6-svg"
|
|
1507
|
+
fill="currentColor"
|
|
1508
|
+
viewBox="0 0 32 32"
|
|
1509
|
+
aria-hidden="true"
|
|
1510
|
+
role="img"
|
|
1511
|
+
width="1em"
|
|
1512
|
+
height="1em"
|
|
1513
|
+
>
|
|
1514
|
+
<path
|
|
1515
|
+
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"
|
|
1516
|
+
/>
|
|
1517
|
+
</svg>
|
|
1362
1518
|
</span>
|
|
1363
1519
|
<input
|
|
1364
1520
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -1381,14 +1537,14 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1381
1537
|
<svg
|
|
1382
1538
|
class="pf-v6-svg"
|
|
1383
1539
|
fill="currentColor"
|
|
1384
|
-
viewBox="0 0
|
|
1540
|
+
viewBox="0 0 32 32"
|
|
1385
1541
|
aria-hidden="true"
|
|
1386
1542
|
role="img"
|
|
1387
1543
|
width="1em"
|
|
1388
1544
|
height="1em"
|
|
1389
1545
|
>
|
|
1390
1546
|
<path
|
|
1391
|
-
d="
|
|
1547
|
+
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"
|
|
1392
1548
|
/>
|
|
1393
1549
|
</svg>
|
|
1394
1550
|
</span>
|
|
@@ -1430,7 +1586,19 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1430
1586
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
1431
1587
|
<span class="pf-v6-c-text-input-group__text">
|
|
1432
1588
|
<span class="pf-v6-c-text-input-group__icon">
|
|
1433
|
-
<
|
|
1589
|
+
<svg
|
|
1590
|
+
class="pf-v6-svg"
|
|
1591
|
+
fill="currentColor"
|
|
1592
|
+
viewBox="0 0 32 32"
|
|
1593
|
+
aria-hidden="true"
|
|
1594
|
+
role="img"
|
|
1595
|
+
width="1em"
|
|
1596
|
+
height="1em"
|
|
1597
|
+
>
|
|
1598
|
+
<path
|
|
1599
|
+
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"
|
|
1600
|
+
/>
|
|
1601
|
+
</svg>
|
|
1434
1602
|
</span>
|
|
1435
1603
|
<input
|
|
1436
1604
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -1453,14 +1621,14 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1453
1621
|
<svg
|
|
1454
1622
|
class="pf-v6-svg"
|
|
1455
1623
|
fill="currentColor"
|
|
1456
|
-
viewBox="0 0
|
|
1624
|
+
viewBox="0 0 20 20"
|
|
1457
1625
|
aria-hidden="true"
|
|
1458
1626
|
role="img"
|
|
1459
1627
|
width="1em"
|
|
1460
1628
|
height="1em"
|
|
1461
1629
|
>
|
|
1462
1630
|
<path
|
|
1463
|
-
d="
|
|
1631
|
+
d="M18.35 8.94 12.7 3.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 4.29 4.29H2c-.55 0-1 .45-1 1s.45 1 1 1h13.59l-4.29 4.29a.987.987 0 0 0-.02 1.41c.38.4 1.02.41 1.41.02l.02-.02 5.65-5.65c.59-.59.59-1.53 0-2.12Z"
|
|
1464
1632
|
/>
|
|
1465
1633
|
</svg>
|
|
1466
1634
|
</span>
|
|
@@ -1479,7 +1647,19 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1479
1647
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
1480
1648
|
<span class="pf-v6-c-text-input-group__text">
|
|
1481
1649
|
<span class="pf-v6-c-text-input-group__icon">
|
|
1482
|
-
<
|
|
1650
|
+
<svg
|
|
1651
|
+
class="pf-v6-svg"
|
|
1652
|
+
fill="currentColor"
|
|
1653
|
+
viewBox="0 0 32 32"
|
|
1654
|
+
aria-hidden="true"
|
|
1655
|
+
role="img"
|
|
1656
|
+
width="1em"
|
|
1657
|
+
height="1em"
|
|
1658
|
+
>
|
|
1659
|
+
<path
|
|
1660
|
+
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"
|
|
1661
|
+
/>
|
|
1662
|
+
</svg>
|
|
1483
1663
|
</span>
|
|
1484
1664
|
<input
|
|
1485
1665
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -1525,14 +1705,14 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1525
1705
|
<svg
|
|
1526
1706
|
class="pf-v6-svg"
|
|
1527
1707
|
fill="currentColor"
|
|
1528
|
-
viewBox="0 0
|
|
1708
|
+
viewBox="0 0 20 20"
|
|
1529
1709
|
aria-hidden="true"
|
|
1530
1710
|
role="img"
|
|
1531
1711
|
width="1em"
|
|
1532
1712
|
height="1em"
|
|
1533
1713
|
>
|
|
1534
1714
|
<path
|
|
1535
|
-
d="
|
|
1715
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1536
1716
|
/>
|
|
1537
1717
|
</svg>
|
|
1538
1718
|
</span>
|
|
@@ -1548,14 +1728,14 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1548
1728
|
<svg
|
|
1549
1729
|
class="pf-v6-svg"
|
|
1550
1730
|
fill="currentColor"
|
|
1551
|
-
viewBox="0 0
|
|
1731
|
+
viewBox="0 0 20 20"
|
|
1552
1732
|
aria-hidden="true"
|
|
1553
1733
|
role="img"
|
|
1554
1734
|
width="1em"
|
|
1555
1735
|
height="1em"
|
|
1556
1736
|
>
|
|
1557
1737
|
<path
|
|
1558
|
-
d="
|
|
1738
|
+
d="M18.35 8.94 12.7 3.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 4.29 4.29H2c-.55 0-1 .45-1 1s.45 1 1 1h13.59l-4.29 4.29a.987.987 0 0 0-.02 1.41c.38.4 1.02.41 1.41.02l.02-.02 5.65-5.65c.59-.59.59-1.53 0-2.12Z"
|
|
1559
1739
|
/>
|
|
1560
1740
|
</svg>
|
|
1561
1741
|
</span>
|
|
@@ -1574,7 +1754,19 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1574
1754
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
1575
1755
|
<span class="pf-v6-c-text-input-group__text">
|
|
1576
1756
|
<span class="pf-v6-c-text-input-group__icon">
|
|
1577
|
-
<
|
|
1757
|
+
<svg
|
|
1758
|
+
class="pf-v6-svg"
|
|
1759
|
+
fill="currentColor"
|
|
1760
|
+
viewBox="0 0 32 32"
|
|
1761
|
+
aria-hidden="true"
|
|
1762
|
+
role="img"
|
|
1763
|
+
width="1em"
|
|
1764
|
+
height="1em"
|
|
1765
|
+
>
|
|
1766
|
+
<path
|
|
1767
|
+
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"
|
|
1768
|
+
/>
|
|
1769
|
+
</svg>
|
|
1578
1770
|
</span>
|
|
1579
1771
|
<input
|
|
1580
1772
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -1620,14 +1812,14 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1620
1812
|
<svg
|
|
1621
1813
|
class="pf-v6-svg"
|
|
1622
1814
|
fill="currentColor"
|
|
1623
|
-
viewBox="0 0
|
|
1815
|
+
viewBox="0 0 20 20"
|
|
1624
1816
|
aria-hidden="true"
|
|
1625
1817
|
role="img"
|
|
1626
1818
|
width="1em"
|
|
1627
1819
|
height="1em"
|
|
1628
1820
|
>
|
|
1629
1821
|
<path
|
|
1630
|
-
d="
|
|
1822
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1631
1823
|
/>
|
|
1632
1824
|
</svg>
|
|
1633
1825
|
</span>
|
|
@@ -1643,14 +1835,14 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1643
1835
|
<svg
|
|
1644
1836
|
class="pf-v6-svg"
|
|
1645
1837
|
fill="currentColor"
|
|
1646
|
-
viewBox="0 0
|
|
1838
|
+
viewBox="0 0 20 20"
|
|
1647
1839
|
aria-hidden="true"
|
|
1648
1840
|
role="img"
|
|
1649
1841
|
width="1em"
|
|
1650
1842
|
height="1em"
|
|
1651
1843
|
>
|
|
1652
1844
|
<path
|
|
1653
|
-
d="
|
|
1845
|
+
d="M18.35 8.94 12.7 3.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 4.29 4.29H2c-.55 0-1 .45-1 1s.45 1 1 1h13.59l-4.29 4.29a.987.987 0 0 0-.02 1.41c.38.4 1.02.41 1.41.02l.02-.02 5.65-5.65c.59-.59.59-1.53 0-2.12Z"
|
|
1654
1846
|
/>
|
|
1655
1847
|
</svg>
|
|
1656
1848
|
</span>
|
|
@@ -1733,23 +1925,29 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1733
1925
|
</div>
|
|
1734
1926
|
</div>
|
|
1735
1927
|
<div class="pf-v6-c-form__group pf-m-action">
|
|
1736
|
-
<div class="pf-v6-c-
|
|
1737
|
-
<
|
|
1738
|
-
class="pf-v6-c-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1928
|
+
<div class="pf-v6-c-action-list">
|
|
1929
|
+
<div class="pf-v6-c-action-list__group">
|
|
1930
|
+
<div class="pf-v6-c-action-list__item">
|
|
1931
|
+
<button
|
|
1932
|
+
class="pf-v6-c-button pf-m-primary"
|
|
1933
|
+
id="submit-advanced-search-expanded"
|
|
1934
|
+
type="submit"
|
|
1935
|
+
aria-labelledby="submit-advanced-search-expanded search-input-group-advanced-search-expanded"
|
|
1936
|
+
>
|
|
1937
|
+
<span class="pf-v6-c-button__text">Submit</span>
|
|
1938
|
+
</button>
|
|
1939
|
+
</div>
|
|
1940
|
+
<div class="pf-v6-c-action-list__item">
|
|
1941
|
+
<button
|
|
1942
|
+
class="pf-v6-c-button pf-m-link"
|
|
1943
|
+
id="reset-advanced-search-expanded"
|
|
1944
|
+
type="button"
|
|
1945
|
+
aria-labelledby="reset-advanced-search-expanded search-input-group-advanced-search-expanded"
|
|
1946
|
+
>
|
|
1947
|
+
<span class="pf-v6-c-button__text">Cancel</span>
|
|
1948
|
+
</button>
|
|
1949
|
+
</div>
|
|
1950
|
+
</div>
|
|
1753
1951
|
</div>
|
|
1754
1952
|
</div>
|
|
1755
1953
|
</form>
|
|
@@ -1766,7 +1964,19 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1766
1964
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
1767
1965
|
<span class="pf-v6-c-text-input-group__text">
|
|
1768
1966
|
<span class="pf-v6-c-text-input-group__icon">
|
|
1769
|
-
<
|
|
1967
|
+
<svg
|
|
1968
|
+
class="pf-v6-svg"
|
|
1969
|
+
fill="currentColor"
|
|
1970
|
+
viewBox="0 0 32 32"
|
|
1971
|
+
aria-hidden="true"
|
|
1972
|
+
role="img"
|
|
1973
|
+
width="1em"
|
|
1974
|
+
height="1em"
|
|
1975
|
+
>
|
|
1976
|
+
<path
|
|
1977
|
+
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"
|
|
1978
|
+
/>
|
|
1979
|
+
</svg>
|
|
1770
1980
|
</span>
|
|
1771
1981
|
<input
|
|
1772
1982
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -1845,7 +2055,19 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1845
2055
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
1846
2056
|
<span class="pf-v6-c-text-input-group__text">
|
|
1847
2057
|
<span class="pf-v6-c-text-input-group__icon">
|
|
1848
|
-
<
|
|
2058
|
+
<svg
|
|
2059
|
+
class="pf-v6-svg"
|
|
2060
|
+
fill="currentColor"
|
|
2061
|
+
viewBox="0 0 32 32"
|
|
2062
|
+
aria-hidden="true"
|
|
2063
|
+
role="img"
|
|
2064
|
+
width="1em"
|
|
2065
|
+
height="1em"
|
|
2066
|
+
>
|
|
2067
|
+
<path
|
|
2068
|
+
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"
|
|
2069
|
+
/>
|
|
2070
|
+
</svg>
|
|
1849
2071
|
</span>
|
|
1850
2072
|
<input
|
|
1851
2073
|
class="pf-v6-c-text-input-group__text-input pf-m-hint"
|
|
@@ -1907,7 +2129,19 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1907
2129
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
1908
2130
|
<span class="pf-v6-c-text-input-group__text">
|
|
1909
2131
|
<span class="pf-v6-c-text-input-group__icon">
|
|
1910
|
-
<
|
|
2132
|
+
<svg
|
|
2133
|
+
class="pf-v6-svg"
|
|
2134
|
+
fill="currentColor"
|
|
2135
|
+
viewBox="0 0 32 32"
|
|
2136
|
+
aria-hidden="true"
|
|
2137
|
+
role="img"
|
|
2138
|
+
width="1em"
|
|
2139
|
+
height="1em"
|
|
2140
|
+
>
|
|
2141
|
+
<path
|
|
2142
|
+
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"
|
|
2143
|
+
/>
|
|
2144
|
+
</svg>
|
|
1911
2145
|
</span>
|
|
1912
2146
|
<input
|
|
1913
2147
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -1953,14 +2187,14 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1953
2187
|
<svg
|
|
1954
2188
|
class="pf-v6-svg"
|
|
1955
2189
|
fill="currentColor"
|
|
1956
|
-
viewBox="0 0
|
|
2190
|
+
viewBox="0 0 20 20"
|
|
1957
2191
|
aria-hidden="true"
|
|
1958
2192
|
role="img"
|
|
1959
2193
|
width="1em"
|
|
1960
2194
|
height="1em"
|
|
1961
2195
|
>
|
|
1962
2196
|
<path
|
|
1963
|
-
d="
|
|
2197
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1964
2198
|
/>
|
|
1965
2199
|
</svg>
|
|
1966
2200
|
</span>
|
|
@@ -1976,14 +2210,14 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
1976
2210
|
<svg
|
|
1977
2211
|
class="pf-v6-svg"
|
|
1978
2212
|
fill="currentColor"
|
|
1979
|
-
viewBox="0 0
|
|
2213
|
+
viewBox="0 0 20 20"
|
|
1980
2214
|
aria-hidden="true"
|
|
1981
2215
|
role="img"
|
|
1982
2216
|
width="1em"
|
|
1983
2217
|
height="1em"
|
|
1984
2218
|
>
|
|
1985
2219
|
<path
|
|
1986
|
-
d="
|
|
2220
|
+
d="M18.35 8.94 12.7 3.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 4.29 4.29H2c-.55 0-1 .45-1 1s.45 1 1 1h13.59l-4.29 4.29a.987.987 0 0 0-.02 1.41c.38.4 1.02.41 1.41.02l.02-.02 5.65-5.65c.59-.59.59-1.53 0-2.12Z"
|
|
1987
2221
|
/>
|
|
1988
2222
|
</svg>
|
|
1989
2223
|
</span>
|
|
@@ -2066,23 +2300,29 @@ The React implementation can be found in the [search input](/components/search-i
|
|
|
2066
2300
|
</div>
|
|
2067
2301
|
</div>
|
|
2068
2302
|
<div class="pf-v6-c-form__group pf-m-action">
|
|
2069
|
-
<div class="pf-v6-c-
|
|
2070
|
-
<
|
|
2071
|
-
class="pf-v6-c-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2303
|
+
<div class="pf-v6-c-action-list">
|
|
2304
|
+
<div class="pf-v6-c-action-list__group">
|
|
2305
|
+
<div class="pf-v6-c-action-list__item">
|
|
2306
|
+
<button
|
|
2307
|
+
class="pf-v6-c-button pf-m-primary"
|
|
2308
|
+
id="submit-advanced-search-expanded-with-autocomplete"
|
|
2309
|
+
type="submit"
|
|
2310
|
+
aria-labelledby="submit-advanced-search-expanded-with-autocomplete search-input-group-advanced-search-expanded-with-autocomplete"
|
|
2311
|
+
>
|
|
2312
|
+
<span class="pf-v6-c-button__text">Submit</span>
|
|
2313
|
+
</button>
|
|
2314
|
+
</div>
|
|
2315
|
+
<div class="pf-v6-c-action-list__item">
|
|
2316
|
+
<button
|
|
2317
|
+
class="pf-v6-c-button pf-m-link"
|
|
2318
|
+
id="reset-advanced-search-expanded-with-autocomplete"
|
|
2319
|
+
type="submit"
|
|
2320
|
+
aria-labelledby="reset-advanced-search-expanded-with-autocomplete search-input-group-advanced-search-expanded-with-autocomplete"
|
|
2321
|
+
>
|
|
2322
|
+
<span class="pf-v6-c-button__text">Cancel</span>
|
|
2323
|
+
</button>
|
|
2324
|
+
</div>
|
|
2325
|
+
</div>
|
|
2086
2326
|
</div>
|
|
2087
2327
|
</div>
|
|
2088
2328
|
</form>
|