@patternfly/patternfly 4.205.0 → 4.206.1
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/base/_common.scss +9 -0
- package/base/patternfly-common.css +7 -0
- package/components/Tabs/tabs.css +4 -0
- package/components/Tabs/tabs.scss +8 -1
- package/components/TreeView/tree-view.css +6 -12
- package/components/TreeView/tree-view.scss +4 -8
- package/docs/components/AppLauncher/examples/application-launcher.md +69 -22
- package/docs/components/DataList/examples/DataList.md +30 -30
- package/docs/components/DatePicker/examples/DatePicker.md +4 -4
- package/docs/components/LabelGroup/examples/LabelGroup.md +19 -19
- package/docs/components/LogViewer/examples/LogViewer.md +46 -37
- package/docs/components/Masthead/examples/masthead.md +1 -1
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +54 -27
- package/docs/components/Nav/examples/Navigation.md +12 -6
- package/docs/components/Pagination/examples/Pagination.md +47 -14
- package/docs/components/Popover/examples/Popover.md +36 -24
- package/docs/components/SearchInput/examples/SearchInput.md +12 -12
- package/docs/components/Select/examples/Select.md +8 -8
- package/docs/components/Table/examples/Table.md +1 -1
- package/docs/components/Tabs/examples/Tabs.md +67 -73
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +60 -60
- package/docs/components/Tile/examples/Tile.md +0 -2
- package/docs/components/TreeView/examples/TreeView.md +257 -217
- package/docs/demos/AboutModal/examples/AboutModal.md +1 -1
- package/docs/demos/Alert/examples/Alert.md +3 -3
- package/docs/demos/BackToTop/examples/BackToTop.md +1 -1
- package/docs/demos/Banner/examples/Banner.md +2 -2
- package/docs/demos/CardView/examples/CardView.md +1 -1
- package/docs/demos/ContextSelector/examples/ContextSelector.md +3 -3
- package/docs/demos/Dashboard/examples/Dashboard.md +1 -1
- package/docs/demos/DataList/examples/DataList.md +4 -4
- package/docs/demos/DescriptionList/examples/DescriptionList.md +3 -3
- package/docs/demos/Drawer/examples/Drawer.md +5 -5
- package/docs/demos/JumpLinks/examples/JumpLinks.md +6 -6
- package/docs/demos/Masthead/examples/Masthead.md +2 -2
- package/docs/demos/Modal/examples/Modal.md +6 -6
- package/docs/demos/Nav/examples/Nav.md +8 -8
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/demos/Page/examples/Page.md +8 -8
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +7 -7
- package/docs/demos/Skeleton/examples/Skeleton.md +1 -1
- package/docs/demos/Table/examples/Table.md +14 -14
- package/docs/demos/Tabs/examples/Tabs.md +8 -8
- package/docs/demos/Toolbar/examples/Toolbar.md +55 -37
- package/docs/demos/Wizard/examples/Wizard.md +8 -8
- package/docs/layouts/Flex/examples/Flex.md +1 -1
- package/docs/layouts/Grid/examples/Grid.md +1 -1
- package/package.json +1 -1
- package/patternfly-base-no-reset.css +7 -0
- package/patternfly-base.css +7 -0
- package/patternfly-no-reset.css +17 -12
- package/patternfly.css +17 -12
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -91,14 +91,14 @@ cssPrefix: pf-c-text-input-group
|
|
|
91
91
|
<div class="pf-c-chip">
|
|
92
92
|
<span
|
|
93
93
|
class="pf-c-chip__text"
|
|
94
|
-
id="-chip-
|
|
94
|
+
id="text-input-group-filters-chip-group-chip_one_select_collapsed"
|
|
95
95
|
>Chip one</span>
|
|
96
96
|
<button
|
|
97
97
|
class="pf-c-button pf-m-plain"
|
|
98
98
|
type="button"
|
|
99
|
-
aria-labelledby="-chip-
|
|
99
|
+
aria-labelledby="text-input-group-filters-chip-group-remove_chip_one_select_collapsed text-input-group-filters-chip-group-chip_one_select_collapsed"
|
|
100
100
|
aria-label="Remove"
|
|
101
|
-
id="-chip-
|
|
101
|
+
id="text-input-group-filters-chip-group-remove_chip_one_select_collapsed"
|
|
102
102
|
>
|
|
103
103
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
104
104
|
</button>
|
|
@@ -108,14 +108,14 @@ cssPrefix: pf-c-text-input-group
|
|
|
108
108
|
<div class="pf-c-chip">
|
|
109
109
|
<span
|
|
110
110
|
class="pf-c-chip__text"
|
|
111
|
-
id="-chip-
|
|
111
|
+
id="text-input-group-filters-chip-group-chip_two_select_collapsed"
|
|
112
112
|
>Chip two</span>
|
|
113
113
|
<button
|
|
114
114
|
class="pf-c-button pf-m-plain"
|
|
115
115
|
type="button"
|
|
116
|
-
aria-labelledby="-chip-
|
|
116
|
+
aria-labelledby="text-input-group-filters-chip-group-remove_chip_two_select_collapsed text-input-group-filters-chip-group-chip_two_select_collapsed"
|
|
117
117
|
aria-label="Remove"
|
|
118
|
-
id="-chip-
|
|
118
|
+
id="text-input-group-filters-chip-group-remove_chip_two_select_collapsed"
|
|
119
119
|
>
|
|
120
120
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
121
121
|
</button>
|
|
@@ -125,14 +125,14 @@ cssPrefix: pf-c-text-input-group
|
|
|
125
125
|
<div class="pf-c-chip">
|
|
126
126
|
<span
|
|
127
127
|
class="pf-c-chip__text"
|
|
128
|
-
id="-chip-
|
|
128
|
+
id="text-input-group-filters-chip-group-chip_three_select_collapsed"
|
|
129
129
|
>Chip three</span>
|
|
130
130
|
<button
|
|
131
131
|
class="pf-c-button pf-m-plain"
|
|
132
132
|
type="button"
|
|
133
|
-
aria-labelledby="-chip-
|
|
133
|
+
aria-labelledby="text-input-group-filters-chip-group-remove_chip_three_select_collapsed text-input-group-filters-chip-group-chip_three_select_collapsed"
|
|
134
134
|
aria-label="Remove"
|
|
135
|
-
id="-chip-
|
|
135
|
+
id="text-input-group-filters-chip-group-remove_chip_three_select_collapsed"
|
|
136
136
|
>
|
|
137
137
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
138
138
|
</button>
|
|
@@ -142,14 +142,14 @@ cssPrefix: pf-c-text-input-group
|
|
|
142
142
|
<div class="pf-c-chip">
|
|
143
143
|
<span
|
|
144
144
|
class="pf-c-chip__text"
|
|
145
|
-
id="-chip-
|
|
145
|
+
id="text-input-group-filters-chip-group-chip_four_select_collapsed"
|
|
146
146
|
>Chip four</span>
|
|
147
147
|
<button
|
|
148
148
|
class="pf-c-button pf-m-plain"
|
|
149
149
|
type="button"
|
|
150
|
-
aria-labelledby="-chip-
|
|
150
|
+
aria-labelledby="text-input-group-filters-chip-group-remove_chip_four_select_collapsed text-input-group-filters-chip-group-chip_four_select_collapsed"
|
|
151
151
|
aria-label="Remove"
|
|
152
|
-
id="-chip-
|
|
152
|
+
id="text-input-group-filters-chip-group-remove_chip_four_select_collapsed"
|
|
153
153
|
>
|
|
154
154
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
155
155
|
</button>
|
|
@@ -159,14 +159,14 @@ cssPrefix: pf-c-text-input-group
|
|
|
159
159
|
<div class="pf-c-chip">
|
|
160
160
|
<span
|
|
161
161
|
class="pf-c-chip__text"
|
|
162
|
-
id="-chip-
|
|
162
|
+
id="text-input-group-filters-chip-group-chip_five_select_collapsed"
|
|
163
163
|
>Chip five</span>
|
|
164
164
|
<button
|
|
165
165
|
class="pf-c-button pf-m-plain"
|
|
166
166
|
type="button"
|
|
167
|
-
aria-labelledby="-chip-
|
|
167
|
+
aria-labelledby="text-input-group-filters-chip-group-remove_chip_five_select_collapsed text-input-group-filters-chip-group-chip_five_select_collapsed"
|
|
168
168
|
aria-label="Remove"
|
|
169
|
-
id="-chip-
|
|
169
|
+
id="text-input-group-filters-chip-group-remove_chip_five_select_collapsed"
|
|
170
170
|
>
|
|
171
171
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
172
172
|
</button>
|
|
@@ -176,14 +176,14 @@ cssPrefix: pf-c-text-input-group
|
|
|
176
176
|
<div class="pf-c-chip">
|
|
177
177
|
<span
|
|
178
178
|
class="pf-c-chip__text"
|
|
179
|
-
id="-chip-
|
|
179
|
+
id="text-input-group-filters-chip-group-chip_six_select_collapsed"
|
|
180
180
|
>Chip six</span>
|
|
181
181
|
<button
|
|
182
182
|
class="pf-c-button pf-m-plain"
|
|
183
183
|
type="button"
|
|
184
|
-
aria-labelledby="-chip-
|
|
184
|
+
aria-labelledby="text-input-group-filters-chip-group-remove_chip_six_select_collapsed text-input-group-filters-chip-group-chip_six_select_collapsed"
|
|
185
185
|
aria-label="Remove"
|
|
186
|
-
id="-chip-
|
|
186
|
+
id="text-input-group-filters-chip-group-remove_chip_six_select_collapsed"
|
|
187
187
|
>
|
|
188
188
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
189
189
|
</button>
|
|
@@ -235,14 +235,14 @@ cssPrefix: pf-c-text-input-group
|
|
|
235
235
|
<div class="pf-c-chip">
|
|
236
236
|
<span
|
|
237
237
|
class="pf-c-chip__text"
|
|
238
|
-
id="-chip-
|
|
238
|
+
id="text-input-group-filters-expanded-chip-group-chip_one_select_collapsed"
|
|
239
239
|
>Chip one</span>
|
|
240
240
|
<button
|
|
241
241
|
class="pf-c-button pf-m-plain"
|
|
242
242
|
type="button"
|
|
243
|
-
aria-labelledby="-chip-
|
|
243
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_one_select_collapsed text-input-group-filters-expanded-chip-group-chip_one_select_collapsed"
|
|
244
244
|
aria-label="Remove"
|
|
245
|
-
id="-chip-
|
|
245
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_one_select_collapsed"
|
|
246
246
|
>
|
|
247
247
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
248
248
|
</button>
|
|
@@ -252,14 +252,14 @@ cssPrefix: pf-c-text-input-group
|
|
|
252
252
|
<div class="pf-c-chip">
|
|
253
253
|
<span
|
|
254
254
|
class="pf-c-chip__text"
|
|
255
|
-
id="-chip-
|
|
255
|
+
id="text-input-group-filters-expanded-chip-group-chip_two_select_collapsed"
|
|
256
256
|
>Chip two</span>
|
|
257
257
|
<button
|
|
258
258
|
class="pf-c-button pf-m-plain"
|
|
259
259
|
type="button"
|
|
260
|
-
aria-labelledby="-chip-
|
|
260
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_two_select_collapsed text-input-group-filters-expanded-chip-group-chip_two_select_collapsed"
|
|
261
261
|
aria-label="Remove"
|
|
262
|
-
id="-chip-
|
|
262
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_two_select_collapsed"
|
|
263
263
|
>
|
|
264
264
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
265
265
|
</button>
|
|
@@ -269,14 +269,14 @@ cssPrefix: pf-c-text-input-group
|
|
|
269
269
|
<div class="pf-c-chip">
|
|
270
270
|
<span
|
|
271
271
|
class="pf-c-chip__text"
|
|
272
|
-
id="-chip-
|
|
272
|
+
id="text-input-group-filters-expanded-chip-group-chip_three_select_collapsed"
|
|
273
273
|
>Chip three</span>
|
|
274
274
|
<button
|
|
275
275
|
class="pf-c-button pf-m-plain"
|
|
276
276
|
type="button"
|
|
277
|
-
aria-labelledby="-chip-
|
|
277
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_three_select_collapsed text-input-group-filters-expanded-chip-group-chip_three_select_collapsed"
|
|
278
278
|
aria-label="Remove"
|
|
279
|
-
id="-chip-
|
|
279
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_three_select_collapsed"
|
|
280
280
|
>
|
|
281
281
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
282
282
|
</button>
|
|
@@ -286,14 +286,14 @@ cssPrefix: pf-c-text-input-group
|
|
|
286
286
|
<div class="pf-c-chip">
|
|
287
287
|
<span
|
|
288
288
|
class="pf-c-chip__text"
|
|
289
|
-
id="-chip-
|
|
289
|
+
id="text-input-group-filters-expanded-chip-group-chip_four_select_collapsed"
|
|
290
290
|
>Chip four</span>
|
|
291
291
|
<button
|
|
292
292
|
class="pf-c-button pf-m-plain"
|
|
293
293
|
type="button"
|
|
294
|
-
aria-labelledby="-chip-
|
|
294
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_four_select_collapsed text-input-group-filters-expanded-chip-group-chip_four_select_collapsed"
|
|
295
295
|
aria-label="Remove"
|
|
296
|
-
id="-chip-
|
|
296
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_four_select_collapsed"
|
|
297
297
|
>
|
|
298
298
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
299
299
|
</button>
|
|
@@ -303,14 +303,14 @@ cssPrefix: pf-c-text-input-group
|
|
|
303
303
|
<div class="pf-c-chip">
|
|
304
304
|
<span
|
|
305
305
|
class="pf-c-chip__text"
|
|
306
|
-
id="-chip-
|
|
306
|
+
id="text-input-group-filters-expanded-chip-group-chip_five_select_collapsed"
|
|
307
307
|
>Chip five</span>
|
|
308
308
|
<button
|
|
309
309
|
class="pf-c-button pf-m-plain"
|
|
310
310
|
type="button"
|
|
311
|
-
aria-labelledby="-chip-
|
|
311
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_five_select_collapsed text-input-group-filters-expanded-chip-group-chip_five_select_collapsed"
|
|
312
312
|
aria-label="Remove"
|
|
313
|
-
id="-chip-
|
|
313
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_five_select_collapsed"
|
|
314
314
|
>
|
|
315
315
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
316
316
|
</button>
|
|
@@ -320,14 +320,14 @@ cssPrefix: pf-c-text-input-group
|
|
|
320
320
|
<div class="pf-c-chip">
|
|
321
321
|
<span
|
|
322
322
|
class="pf-c-chip__text"
|
|
323
|
-
id="-chip-
|
|
323
|
+
id="text-input-group-filters-expanded-chip-group-chip_six_select_collapsed"
|
|
324
324
|
>Chip six</span>
|
|
325
325
|
<button
|
|
326
326
|
class="pf-c-button pf-m-plain"
|
|
327
327
|
type="button"
|
|
328
|
-
aria-labelledby="-chip-
|
|
328
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_six_select_collapsed text-input-group-filters-expanded-chip-group-chip_six_select_collapsed"
|
|
329
329
|
aria-label="Remove"
|
|
330
|
-
id="-chip-
|
|
330
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_six_select_collapsed"
|
|
331
331
|
>
|
|
332
332
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
333
333
|
</button>
|
|
@@ -337,14 +337,14 @@ cssPrefix: pf-c-text-input-group
|
|
|
337
337
|
<div class="pf-c-chip">
|
|
338
338
|
<span
|
|
339
339
|
class="pf-c-chip__text"
|
|
340
|
-
id="-chip-
|
|
340
|
+
id="text-input-group-filters-expanded-chip-group-chip_seven_select_collapsed"
|
|
341
341
|
>Chip seven</span>
|
|
342
342
|
<button
|
|
343
343
|
class="pf-c-button pf-m-plain"
|
|
344
344
|
type="button"
|
|
345
|
-
aria-labelledby="-chip-
|
|
345
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_seven_select_collapsed text-input-group-filters-expanded-chip-group-chip_seven_select_collapsed"
|
|
346
346
|
aria-label="Remove"
|
|
347
|
-
id="-chip-
|
|
347
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_seven_select_collapsed"
|
|
348
348
|
>
|
|
349
349
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
350
350
|
</button>
|
|
@@ -354,14 +354,14 @@ cssPrefix: pf-c-text-input-group
|
|
|
354
354
|
<div class="pf-c-chip">
|
|
355
355
|
<span
|
|
356
356
|
class="pf-c-chip__text"
|
|
357
|
-
id="-chip-
|
|
357
|
+
id="text-input-group-filters-expanded-chip-group-chip_eight_select_collapsed"
|
|
358
358
|
>Chip eight</span>
|
|
359
359
|
<button
|
|
360
360
|
class="pf-c-button pf-m-plain"
|
|
361
361
|
type="button"
|
|
362
|
-
aria-labelledby="-chip-
|
|
362
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_eight_select_collapsed text-input-group-filters-expanded-chip-group-chip_eight_select_collapsed"
|
|
363
363
|
aria-label="Remove"
|
|
364
|
-
id="-chip-
|
|
364
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_eight_select_collapsed"
|
|
365
365
|
>
|
|
366
366
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
367
367
|
</button>
|
|
@@ -371,14 +371,14 @@ cssPrefix: pf-c-text-input-group
|
|
|
371
371
|
<div class="pf-c-chip">
|
|
372
372
|
<span
|
|
373
373
|
class="pf-c-chip__text"
|
|
374
|
-
id="-chip-
|
|
374
|
+
id="text-input-group-filters-expanded-chip-group-chip_nine_select_collapsed"
|
|
375
375
|
>Chip nine</span>
|
|
376
376
|
<button
|
|
377
377
|
class="pf-c-button pf-m-plain"
|
|
378
378
|
type="button"
|
|
379
|
-
aria-labelledby="-chip-
|
|
379
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_nine_select_collapsed text-input-group-filters-expanded-chip-group-chip_nine_select_collapsed"
|
|
380
380
|
aria-label="Remove"
|
|
381
|
-
id="-chip-
|
|
381
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_nine_select_collapsed"
|
|
382
382
|
>
|
|
383
383
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
384
384
|
</button>
|
|
@@ -388,14 +388,14 @@ cssPrefix: pf-c-text-input-group
|
|
|
388
388
|
<div class="pf-c-chip">
|
|
389
389
|
<span
|
|
390
390
|
class="pf-c-chip__text"
|
|
391
|
-
id="-chip-
|
|
391
|
+
id="text-input-group-filters-expanded-chip-group-chip_ten_select_collapsed"
|
|
392
392
|
>Chip ten</span>
|
|
393
393
|
<button
|
|
394
394
|
class="pf-c-button pf-m-plain"
|
|
395
395
|
type="button"
|
|
396
|
-
aria-labelledby="-chip-
|
|
396
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_ten_select_collapsed text-input-group-filters-expanded-chip-group-chip_ten_select_collapsed"
|
|
397
397
|
aria-label="Remove"
|
|
398
|
-
id="-chip-
|
|
398
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_ten_select_collapsed"
|
|
399
399
|
>
|
|
400
400
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
401
401
|
</button>
|
|
@@ -405,14 +405,14 @@ cssPrefix: pf-c-text-input-group
|
|
|
405
405
|
<div class="pf-c-chip">
|
|
406
406
|
<span
|
|
407
407
|
class="pf-c-chip__text"
|
|
408
|
-
id="-chip-
|
|
408
|
+
id="text-input-group-filters-expanded-chip-group-chip_eleven_select_collapsed"
|
|
409
409
|
>Chip eleven</span>
|
|
410
410
|
<button
|
|
411
411
|
class="pf-c-button pf-m-plain"
|
|
412
412
|
type="button"
|
|
413
|
-
aria-labelledby="-chip-
|
|
413
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_eleven_select_collapsed text-input-group-filters-expanded-chip-group-chip_eleven_select_collapsed"
|
|
414
414
|
aria-label="Remove"
|
|
415
|
-
id="-chip-
|
|
415
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_eleven_select_collapsed"
|
|
416
416
|
>
|
|
417
417
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
418
418
|
</button>
|
|
@@ -422,14 +422,14 @@ cssPrefix: pf-c-text-input-group
|
|
|
422
422
|
<div class="pf-c-chip">
|
|
423
423
|
<span
|
|
424
424
|
class="pf-c-chip__text"
|
|
425
|
-
id="-chip-
|
|
425
|
+
id="text-input-group-filters-expanded-chip-group-chip_twelve_select_collapsed"
|
|
426
426
|
>Chip twelve</span>
|
|
427
427
|
<button
|
|
428
428
|
class="pf-c-button pf-m-plain"
|
|
429
429
|
type="button"
|
|
430
|
-
aria-labelledby="-chip-
|
|
430
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_twelve_select_collapsed text-input-group-filters-expanded-chip-group-chip_twelve_select_collapsed"
|
|
431
431
|
aria-label="Remove"
|
|
432
|
-
id="-chip-
|
|
432
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_twelve_select_collapsed"
|
|
433
433
|
>
|
|
434
434
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
435
435
|
</button>
|
|
@@ -439,14 +439,14 @@ cssPrefix: pf-c-text-input-group
|
|
|
439
439
|
<div class="pf-c-chip">
|
|
440
440
|
<span
|
|
441
441
|
class="pf-c-chip__text"
|
|
442
|
-
id="-chip-
|
|
442
|
+
id="text-input-group-filters-expanded-chip-group-chip_thirteen_select_collapsed"
|
|
443
443
|
>Chip thirteen</span>
|
|
444
444
|
<button
|
|
445
445
|
class="pf-c-button pf-m-plain"
|
|
446
446
|
type="button"
|
|
447
|
-
aria-labelledby="-chip-
|
|
447
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_thirteen_select_collapsed text-input-group-filters-expanded-chip-group-chip_thirteen_select_collapsed"
|
|
448
448
|
aria-label="Remove"
|
|
449
|
-
id="-chip-
|
|
449
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_thirteen_select_collapsed"
|
|
450
450
|
>
|
|
451
451
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
452
452
|
</button>
|
|
@@ -456,14 +456,14 @@ cssPrefix: pf-c-text-input-group
|
|
|
456
456
|
<div class="pf-c-chip">
|
|
457
457
|
<span
|
|
458
458
|
class="pf-c-chip__text"
|
|
459
|
-
id="-chip-
|
|
459
|
+
id="text-input-group-filters-expanded-chip-group-chip_fourteen_select_collapsed"
|
|
460
460
|
>Chip fourteen</span>
|
|
461
461
|
<button
|
|
462
462
|
class="pf-c-button pf-m-plain"
|
|
463
463
|
type="button"
|
|
464
|
-
aria-labelledby="-chip-
|
|
464
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_fourteen_select_collapsed text-input-group-filters-expanded-chip-group-chip_fourteen_select_collapsed"
|
|
465
465
|
aria-label="Remove"
|
|
466
|
-
id="-chip-
|
|
466
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_fourteen_select_collapsed"
|
|
467
467
|
>
|
|
468
468
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
469
469
|
</button>
|
|
@@ -293,7 +293,6 @@ cssPrefix: pf-c-tile
|
|
|
293
293
|
version="1.1"
|
|
294
294
|
width="6.65em"
|
|
295
295
|
height="1em"
|
|
296
|
-
id="Logos"
|
|
297
296
|
xmlns="http://www.w3.org/2000/svg"
|
|
298
297
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
299
298
|
x="0px"
|
|
@@ -669,7 +668,6 @@ cssPrefix: pf-c-tile
|
|
|
669
668
|
version="1.1"
|
|
670
669
|
width="6.65em"
|
|
671
670
|
height="1em"
|
|
672
|
-
id="Logos"
|
|
673
671
|
xmlns="http://www.w3.org/2000/svg"
|
|
674
672
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
675
673
|
x="0px"
|