@patternfly/react-table 6.5.0-prerelease.4 → 6.5.0-prerelease.40
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/CHANGELOG.md +144 -0
- package/README.md +1 -1
- package/components/package.json +1 -1
- package/deprecated/package.json +1 -1
- package/dist/dynamic/components/Table/package.json +1 -1
- package/dist/dynamic/components/Table/utils/decorators/package.json +1 -1
- package/dist/dynamic/components/Table/utils/package.json +1 -1
- package/dist/dynamic/deprecated/components/Table/base/package.json +1 -1
- package/dist/dynamic/deprecated/components/Table/package.json +1 -1
- package/dist/dynamic/deprecated/components/package.json +1 -1
- package/dist/esm/components/Table/EditableSelectInputCell.d.ts.map +1 -1
- package/dist/esm/components/Table/EditableSelectInputCell.js.map +1 -1
- package/dist/esm/components/Table/Table.d.ts +2 -0
- package/dist/esm/components/Table/Table.d.ts.map +1 -1
- package/dist/esm/components/Table/Table.js +3 -3
- package/dist/esm/components/Table/Table.js.map +1 -1
- package/dist/esm/components/Table/Th.d.ts.map +1 -1
- package/dist/esm/components/Table/Th.js.map +1 -1
- package/dist/js/components/Table/EditableSelectInputCell.d.ts.map +1 -1
- package/dist/js/components/Table/EditableSelectInputCell.js.map +1 -1
- package/dist/js/components/Table/Table.d.ts +2 -0
- package/dist/js/components/Table/Table.d.ts.map +1 -1
- package/dist/js/components/Table/Table.js +3 -3
- package/dist/js/components/Table/Table.js.map +1 -1
- package/dist/js/components/Table/Th.d.ts.map +1 -1
- package/dist/js/components/Table/Th.js.map +1 -1
- package/dist/umd/assets/{output-D_A9f7KQ.css → output-CbkF5XBz.css} +6004 -5861
- package/dist/umd/react-table.min.js +5 -5
- package/package.json +7 -7
- package/src/components/Table/EditableSelectInputCell.tsx +4 -2
- package/src/components/Table/Table.tsx +4 -0
- package/src/components/Table/Th.tsx +1 -2
- package/src/components/Table/__tests__/Table.test.tsx +6 -0
- package/src/components/Table/examples/Table.md +6 -0
- package/src/components/Table/examples/TableActions.tsx +4 -9
- package/src/components/Table/examples/TableBasic.tsx +5 -10
- package/src/components/Table/examples/TablePlain.tsx +52 -0
- package/src/deprecated/components/Table/__tests__/__snapshots__/Table.test.tsx.snap +736 -184
|
@@ -47,12 +47,24 @@ exports[`Table Actions table 1`] = `
|
|
|
47
47
|
fill="currentColor"
|
|
48
48
|
height="1em"
|
|
49
49
|
role="img"
|
|
50
|
-
viewBox="0 0 256 512"
|
|
51
50
|
width="1em"
|
|
52
51
|
>
|
|
53
|
-
<
|
|
54
|
-
|
|
55
|
-
|
|
52
|
+
<svg
|
|
53
|
+
class="pf-v6-icon-default"
|
|
54
|
+
viewBox="0 0 256 512"
|
|
55
|
+
>
|
|
56
|
+
<path
|
|
57
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
58
|
+
/>
|
|
59
|
+
</svg>
|
|
60
|
+
<svg
|
|
61
|
+
class="pf-v6-icon-rh-ui"
|
|
62
|
+
viewBox="0 0 32 32"
|
|
63
|
+
>
|
|
64
|
+
<path
|
|
65
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
66
|
+
/>
|
|
67
|
+
</svg>
|
|
56
68
|
</svg>
|
|
57
69
|
</span>
|
|
58
70
|
</div>
|
|
@@ -176,12 +188,24 @@ exports[`Table Actions table 1`] = `
|
|
|
176
188
|
fill="currentColor"
|
|
177
189
|
height="1em"
|
|
178
190
|
role="img"
|
|
179
|
-
viewBox="0 0 192 512"
|
|
180
191
|
width="1em"
|
|
181
192
|
>
|
|
182
|
-
<
|
|
183
|
-
|
|
184
|
-
|
|
193
|
+
<svg
|
|
194
|
+
class="pf-v6-icon-default"
|
|
195
|
+
viewBox="0 0 192 512"
|
|
196
|
+
>
|
|
197
|
+
<path
|
|
198
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
199
|
+
/>
|
|
200
|
+
</svg>
|
|
201
|
+
<svg
|
|
202
|
+
class="pf-v6-icon-rh-ui"
|
|
203
|
+
viewBox="0 0 32 32"
|
|
204
|
+
>
|
|
205
|
+
<path
|
|
206
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
207
|
+
/>
|
|
208
|
+
</svg>
|
|
185
209
|
</svg>
|
|
186
210
|
</span>
|
|
187
211
|
</button>
|
|
@@ -257,12 +281,24 @@ exports[`Table Actions table 1`] = `
|
|
|
257
281
|
fill="currentColor"
|
|
258
282
|
height="1em"
|
|
259
283
|
role="img"
|
|
260
|
-
viewBox="0 0 192 512"
|
|
261
284
|
width="1em"
|
|
262
285
|
>
|
|
263
|
-
<
|
|
264
|
-
|
|
265
|
-
|
|
286
|
+
<svg
|
|
287
|
+
class="pf-v6-icon-default"
|
|
288
|
+
viewBox="0 0 192 512"
|
|
289
|
+
>
|
|
290
|
+
<path
|
|
291
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
292
|
+
/>
|
|
293
|
+
</svg>
|
|
294
|
+
<svg
|
|
295
|
+
class="pf-v6-icon-rh-ui"
|
|
296
|
+
viewBox="0 0 32 32"
|
|
297
|
+
>
|
|
298
|
+
<path
|
|
299
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
300
|
+
/>
|
|
301
|
+
</svg>
|
|
266
302
|
</svg>
|
|
267
303
|
</span>
|
|
268
304
|
</button>
|
|
@@ -338,12 +374,24 @@ exports[`Table Actions table 1`] = `
|
|
|
338
374
|
fill="currentColor"
|
|
339
375
|
height="1em"
|
|
340
376
|
role="img"
|
|
341
|
-
viewBox="0 0 192 512"
|
|
342
377
|
width="1em"
|
|
343
378
|
>
|
|
344
|
-
<
|
|
345
|
-
|
|
346
|
-
|
|
379
|
+
<svg
|
|
380
|
+
class="pf-v6-icon-default"
|
|
381
|
+
viewBox="0 0 192 512"
|
|
382
|
+
>
|
|
383
|
+
<path
|
|
384
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
385
|
+
/>
|
|
386
|
+
</svg>
|
|
387
|
+
<svg
|
|
388
|
+
class="pf-v6-icon-rh-ui"
|
|
389
|
+
viewBox="0 0 32 32"
|
|
390
|
+
>
|
|
391
|
+
<path
|
|
392
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
393
|
+
/>
|
|
394
|
+
</svg>
|
|
347
395
|
</svg>
|
|
348
396
|
</span>
|
|
349
397
|
</button>
|
|
@@ -419,12 +467,24 @@ exports[`Table Actions table 1`] = `
|
|
|
419
467
|
fill="currentColor"
|
|
420
468
|
height="1em"
|
|
421
469
|
role="img"
|
|
422
|
-
viewBox="0 0 192 512"
|
|
423
470
|
width="1em"
|
|
424
471
|
>
|
|
425
|
-
<
|
|
426
|
-
|
|
427
|
-
|
|
472
|
+
<svg
|
|
473
|
+
class="pf-v6-icon-default"
|
|
474
|
+
viewBox="0 0 192 512"
|
|
475
|
+
>
|
|
476
|
+
<path
|
|
477
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
478
|
+
/>
|
|
479
|
+
</svg>
|
|
480
|
+
<svg
|
|
481
|
+
class="pf-v6-icon-rh-ui"
|
|
482
|
+
viewBox="0 0 32 32"
|
|
483
|
+
>
|
|
484
|
+
<path
|
|
485
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
486
|
+
/>
|
|
487
|
+
</svg>
|
|
428
488
|
</svg>
|
|
429
489
|
</span>
|
|
430
490
|
</button>
|
|
@@ -500,12 +560,24 @@ exports[`Table Actions table 1`] = `
|
|
|
500
560
|
fill="currentColor"
|
|
501
561
|
height="1em"
|
|
502
562
|
role="img"
|
|
503
|
-
viewBox="0 0 192 512"
|
|
504
563
|
width="1em"
|
|
505
564
|
>
|
|
506
|
-
<
|
|
507
|
-
|
|
508
|
-
|
|
565
|
+
<svg
|
|
566
|
+
class="pf-v6-icon-default"
|
|
567
|
+
viewBox="0 0 192 512"
|
|
568
|
+
>
|
|
569
|
+
<path
|
|
570
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
571
|
+
/>
|
|
572
|
+
</svg>
|
|
573
|
+
<svg
|
|
574
|
+
class="pf-v6-icon-rh-ui"
|
|
575
|
+
viewBox="0 0 32 32"
|
|
576
|
+
>
|
|
577
|
+
<path
|
|
578
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
579
|
+
/>
|
|
580
|
+
</svg>
|
|
509
581
|
</svg>
|
|
510
582
|
</span>
|
|
511
583
|
</button>
|
|
@@ -581,12 +653,24 @@ exports[`Table Actions table 1`] = `
|
|
|
581
653
|
fill="currentColor"
|
|
582
654
|
height="1em"
|
|
583
655
|
role="img"
|
|
584
|
-
viewBox="0 0 192 512"
|
|
585
656
|
width="1em"
|
|
586
657
|
>
|
|
587
|
-
<
|
|
588
|
-
|
|
589
|
-
|
|
658
|
+
<svg
|
|
659
|
+
class="pf-v6-icon-default"
|
|
660
|
+
viewBox="0 0 192 512"
|
|
661
|
+
>
|
|
662
|
+
<path
|
|
663
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
664
|
+
/>
|
|
665
|
+
</svg>
|
|
666
|
+
<svg
|
|
667
|
+
class="pf-v6-icon-rh-ui"
|
|
668
|
+
viewBox="0 0 32 32"
|
|
669
|
+
>
|
|
670
|
+
<path
|
|
671
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
672
|
+
/>
|
|
673
|
+
</svg>
|
|
590
674
|
</svg>
|
|
591
675
|
</span>
|
|
592
676
|
</button>
|
|
@@ -662,12 +746,24 @@ exports[`Table Actions table 1`] = `
|
|
|
662
746
|
fill="currentColor"
|
|
663
747
|
height="1em"
|
|
664
748
|
role="img"
|
|
665
|
-
viewBox="0 0 192 512"
|
|
666
749
|
width="1em"
|
|
667
750
|
>
|
|
668
|
-
<
|
|
669
|
-
|
|
670
|
-
|
|
751
|
+
<svg
|
|
752
|
+
class="pf-v6-icon-default"
|
|
753
|
+
viewBox="0 0 192 512"
|
|
754
|
+
>
|
|
755
|
+
<path
|
|
756
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
757
|
+
/>
|
|
758
|
+
</svg>
|
|
759
|
+
<svg
|
|
760
|
+
class="pf-v6-icon-rh-ui"
|
|
761
|
+
viewBox="0 0 32 32"
|
|
762
|
+
>
|
|
763
|
+
<path
|
|
764
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
765
|
+
/>
|
|
766
|
+
</svg>
|
|
671
767
|
</svg>
|
|
672
768
|
</span>
|
|
673
769
|
</button>
|
|
@@ -743,12 +839,24 @@ exports[`Table Actions table 1`] = `
|
|
|
743
839
|
fill="currentColor"
|
|
744
840
|
height="1em"
|
|
745
841
|
role="img"
|
|
746
|
-
viewBox="0 0 192 512"
|
|
747
842
|
width="1em"
|
|
748
843
|
>
|
|
749
|
-
<
|
|
750
|
-
|
|
751
|
-
|
|
844
|
+
<svg
|
|
845
|
+
class="pf-v6-icon-default"
|
|
846
|
+
viewBox="0 0 192 512"
|
|
847
|
+
>
|
|
848
|
+
<path
|
|
849
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
850
|
+
/>
|
|
851
|
+
</svg>
|
|
852
|
+
<svg
|
|
853
|
+
class="pf-v6-icon-rh-ui"
|
|
854
|
+
viewBox="0 0 32 32"
|
|
855
|
+
>
|
|
856
|
+
<path
|
|
857
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
858
|
+
/>
|
|
859
|
+
</svg>
|
|
752
860
|
</svg>
|
|
753
861
|
</span>
|
|
754
862
|
</button>
|
|
@@ -824,12 +932,24 @@ exports[`Table Actions table 1`] = `
|
|
|
824
932
|
fill="currentColor"
|
|
825
933
|
height="1em"
|
|
826
934
|
role="img"
|
|
827
|
-
viewBox="0 0 192 512"
|
|
828
935
|
width="1em"
|
|
829
936
|
>
|
|
830
|
-
<
|
|
831
|
-
|
|
832
|
-
|
|
937
|
+
<svg
|
|
938
|
+
class="pf-v6-icon-default"
|
|
939
|
+
viewBox="0 0 192 512"
|
|
940
|
+
>
|
|
941
|
+
<path
|
|
942
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
943
|
+
/>
|
|
944
|
+
</svg>
|
|
945
|
+
<svg
|
|
946
|
+
class="pf-v6-icon-rh-ui"
|
|
947
|
+
viewBox="0 0 32 32"
|
|
948
|
+
>
|
|
949
|
+
<path
|
|
950
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
951
|
+
/>
|
|
952
|
+
</svg>
|
|
833
953
|
</svg>
|
|
834
954
|
</span>
|
|
835
955
|
</button>
|
|
@@ -887,12 +1007,24 @@ exports[`Table Cell header table 1`] = `
|
|
|
887
1007
|
fill="currentColor"
|
|
888
1008
|
height="1em"
|
|
889
1009
|
role="img"
|
|
890
|
-
viewBox="0 0 256 512"
|
|
891
1010
|
width="1em"
|
|
892
1011
|
>
|
|
893
|
-
<
|
|
894
|
-
|
|
895
|
-
|
|
1012
|
+
<svg
|
|
1013
|
+
class="pf-v6-icon-default"
|
|
1014
|
+
viewBox="0 0 256 512"
|
|
1015
|
+
>
|
|
1016
|
+
<path
|
|
1017
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
1018
|
+
/>
|
|
1019
|
+
</svg>
|
|
1020
|
+
<svg
|
|
1021
|
+
class="pf-v6-icon-rh-ui"
|
|
1022
|
+
viewBox="0 0 32 32"
|
|
1023
|
+
>
|
|
1024
|
+
<path
|
|
1025
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
1026
|
+
/>
|
|
1027
|
+
</svg>
|
|
896
1028
|
</svg>
|
|
897
1029
|
</span>
|
|
898
1030
|
</div>
|
|
@@ -1458,12 +1590,24 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
1458
1590
|
fill="currentColor"
|
|
1459
1591
|
height="1em"
|
|
1460
1592
|
role="img"
|
|
1461
|
-
viewBox="0 0 256 512"
|
|
1462
1593
|
width="1em"
|
|
1463
1594
|
>
|
|
1464
|
-
<
|
|
1465
|
-
|
|
1466
|
-
|
|
1595
|
+
<svg
|
|
1596
|
+
class="pf-v6-icon-default"
|
|
1597
|
+
viewBox="0 0 256 512"
|
|
1598
|
+
>
|
|
1599
|
+
<path
|
|
1600
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
1601
|
+
/>
|
|
1602
|
+
</svg>
|
|
1603
|
+
<svg
|
|
1604
|
+
class="pf-v6-icon-rh-ui"
|
|
1605
|
+
viewBox="0 0 32 32"
|
|
1606
|
+
>
|
|
1607
|
+
<path
|
|
1608
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
1609
|
+
/>
|
|
1610
|
+
</svg>
|
|
1467
1611
|
</svg>
|
|
1468
1612
|
</span>
|
|
1469
1613
|
</div>
|
|
@@ -1545,12 +1689,24 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
1545
1689
|
fill="currentColor"
|
|
1546
1690
|
height="1em"
|
|
1547
1691
|
role="img"
|
|
1548
|
-
viewBox="0 0 320 512"
|
|
1549
1692
|
width="1em"
|
|
1550
1693
|
>
|
|
1551
|
-
<
|
|
1552
|
-
|
|
1553
|
-
|
|
1694
|
+
<svg
|
|
1695
|
+
class="pf-v6-icon-default"
|
|
1696
|
+
viewBox="0 0 320 512"
|
|
1697
|
+
>
|
|
1698
|
+
<path
|
|
1699
|
+
d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"
|
|
1700
|
+
/>
|
|
1701
|
+
</svg>
|
|
1702
|
+
<svg
|
|
1703
|
+
class="pf-v6-icon-rh-ui"
|
|
1704
|
+
viewBox="0 0 32 32"
|
|
1705
|
+
>
|
|
1706
|
+
<path
|
|
1707
|
+
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"
|
|
1708
|
+
/>
|
|
1709
|
+
</svg>
|
|
1554
1710
|
</svg>
|
|
1555
1711
|
</div>
|
|
1556
1712
|
</span>
|
|
@@ -1636,12 +1792,24 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
1636
1792
|
fill="currentColor"
|
|
1637
1793
|
height="1em"
|
|
1638
1794
|
role="img"
|
|
1639
|
-
viewBox="0 0 320 512"
|
|
1640
1795
|
width="1em"
|
|
1641
1796
|
>
|
|
1642
|
-
<
|
|
1643
|
-
|
|
1644
|
-
|
|
1797
|
+
<svg
|
|
1798
|
+
class="pf-v6-icon-default"
|
|
1799
|
+
viewBox="0 0 320 512"
|
|
1800
|
+
>
|
|
1801
|
+
<path
|
|
1802
|
+
d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"
|
|
1803
|
+
/>
|
|
1804
|
+
</svg>
|
|
1805
|
+
<svg
|
|
1806
|
+
class="pf-v6-icon-rh-ui"
|
|
1807
|
+
viewBox="0 0 32 32"
|
|
1808
|
+
>
|
|
1809
|
+
<path
|
|
1810
|
+
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"
|
|
1811
|
+
/>
|
|
1812
|
+
</svg>
|
|
1645
1813
|
</svg>
|
|
1646
1814
|
</div>
|
|
1647
1815
|
</span>
|
|
@@ -1798,12 +1966,24 @@ exports[`Table Collapsible nested table 1`] = `
|
|
|
1798
1966
|
fill="currentColor"
|
|
1799
1967
|
height="1em"
|
|
1800
1968
|
role="img"
|
|
1801
|
-
viewBox="0 0 320 512"
|
|
1802
1969
|
width="1em"
|
|
1803
1970
|
>
|
|
1804
|
-
<
|
|
1805
|
-
|
|
1806
|
-
|
|
1971
|
+
<svg
|
|
1972
|
+
class="pf-v6-icon-default"
|
|
1973
|
+
viewBox="0 0 320 512"
|
|
1974
|
+
>
|
|
1975
|
+
<path
|
|
1976
|
+
d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"
|
|
1977
|
+
/>
|
|
1978
|
+
</svg>
|
|
1979
|
+
<svg
|
|
1980
|
+
class="pf-v6-icon-rh-ui"
|
|
1981
|
+
viewBox="0 0 32 32"
|
|
1982
|
+
>
|
|
1983
|
+
<path
|
|
1984
|
+
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"
|
|
1985
|
+
/>
|
|
1986
|
+
</svg>
|
|
1807
1987
|
</svg>
|
|
1808
1988
|
</div>
|
|
1809
1989
|
</span>
|
|
@@ -2219,12 +2399,24 @@ exports[`Table Collapsible table 1`] = `
|
|
|
2219
2399
|
fill="currentColor"
|
|
2220
2400
|
height="1em"
|
|
2221
2401
|
role="img"
|
|
2222
|
-
viewBox="0 0 256 512"
|
|
2223
2402
|
width="1em"
|
|
2224
2403
|
>
|
|
2225
|
-
<
|
|
2226
|
-
|
|
2227
|
-
|
|
2404
|
+
<svg
|
|
2405
|
+
class="pf-v6-icon-default"
|
|
2406
|
+
viewBox="0 0 256 512"
|
|
2407
|
+
>
|
|
2408
|
+
<path
|
|
2409
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
2410
|
+
/>
|
|
2411
|
+
</svg>
|
|
2412
|
+
<svg
|
|
2413
|
+
class="pf-v6-icon-rh-ui"
|
|
2414
|
+
viewBox="0 0 32 32"
|
|
2415
|
+
>
|
|
2416
|
+
<path
|
|
2417
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
2418
|
+
/>
|
|
2419
|
+
</svg>
|
|
2228
2420
|
</svg>
|
|
2229
2421
|
</span>
|
|
2230
2422
|
</div>
|
|
@@ -2306,12 +2498,24 @@ exports[`Table Collapsible table 1`] = `
|
|
|
2306
2498
|
fill="currentColor"
|
|
2307
2499
|
height="1em"
|
|
2308
2500
|
role="img"
|
|
2309
|
-
viewBox="0 0 320 512"
|
|
2310
2501
|
width="1em"
|
|
2311
2502
|
>
|
|
2312
|
-
<
|
|
2313
|
-
|
|
2314
|
-
|
|
2503
|
+
<svg
|
|
2504
|
+
class="pf-v6-icon-default"
|
|
2505
|
+
viewBox="0 0 320 512"
|
|
2506
|
+
>
|
|
2507
|
+
<path
|
|
2508
|
+
d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"
|
|
2509
|
+
/>
|
|
2510
|
+
</svg>
|
|
2511
|
+
<svg
|
|
2512
|
+
class="pf-v6-icon-rh-ui"
|
|
2513
|
+
viewBox="0 0 32 32"
|
|
2514
|
+
>
|
|
2515
|
+
<path
|
|
2516
|
+
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"
|
|
2517
|
+
/>
|
|
2518
|
+
</svg>
|
|
2315
2519
|
</svg>
|
|
2316
2520
|
</div>
|
|
2317
2521
|
</span>
|
|
@@ -2523,12 +2727,24 @@ exports[`Table Collapsible table 1`] = `
|
|
|
2523
2727
|
fill="currentColor"
|
|
2524
2728
|
height="1em"
|
|
2525
2729
|
role="img"
|
|
2526
|
-
viewBox="0 0 320 512"
|
|
2527
2730
|
width="1em"
|
|
2528
2731
|
>
|
|
2529
|
-
<
|
|
2530
|
-
|
|
2531
|
-
|
|
2732
|
+
<svg
|
|
2733
|
+
class="pf-v6-icon-default"
|
|
2734
|
+
viewBox="0 0 320 512"
|
|
2735
|
+
>
|
|
2736
|
+
<path
|
|
2737
|
+
d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"
|
|
2738
|
+
/>
|
|
2739
|
+
</svg>
|
|
2740
|
+
<svg
|
|
2741
|
+
class="pf-v6-icon-rh-ui"
|
|
2742
|
+
viewBox="0 0 32 32"
|
|
2743
|
+
>
|
|
2744
|
+
<path
|
|
2745
|
+
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"
|
|
2746
|
+
/>
|
|
2747
|
+
</svg>
|
|
2532
2748
|
</svg>
|
|
2533
2749
|
</div>
|
|
2534
2750
|
</span>
|
|
@@ -4259,12 +4475,24 @@ exports[`Table Selectable table 1`] = `
|
|
|
4259
4475
|
fill="currentColor"
|
|
4260
4476
|
height="1em"
|
|
4261
4477
|
role="img"
|
|
4262
|
-
viewBox="0 0 256 512"
|
|
4263
4478
|
width="1em"
|
|
4264
4479
|
>
|
|
4265
|
-
<
|
|
4266
|
-
|
|
4267
|
-
|
|
4480
|
+
<svg
|
|
4481
|
+
class="pf-v6-icon-default"
|
|
4482
|
+
viewBox="0 0 256 512"
|
|
4483
|
+
>
|
|
4484
|
+
<path
|
|
4485
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
4486
|
+
/>
|
|
4487
|
+
</svg>
|
|
4488
|
+
<svg
|
|
4489
|
+
class="pf-v6-icon-rh-ui"
|
|
4490
|
+
viewBox="0 0 32 32"
|
|
4491
|
+
>
|
|
4492
|
+
<path
|
|
4493
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
4494
|
+
/>
|
|
4495
|
+
</svg>
|
|
4268
4496
|
</svg>
|
|
4269
4497
|
</span>
|
|
4270
4498
|
</div>
|
|
@@ -4993,12 +5221,24 @@ exports[`Table Selectable table with Radio 1`] = `
|
|
|
4993
5221
|
fill="currentColor"
|
|
4994
5222
|
height="1em"
|
|
4995
5223
|
role="img"
|
|
4996
|
-
viewBox="0 0 256 512"
|
|
4997
5224
|
width="1em"
|
|
4998
5225
|
>
|
|
4999
|
-
<
|
|
5000
|
-
|
|
5001
|
-
|
|
5226
|
+
<svg
|
|
5227
|
+
class="pf-v6-icon-default"
|
|
5228
|
+
viewBox="0 0 256 512"
|
|
5229
|
+
>
|
|
5230
|
+
<path
|
|
5231
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
5232
|
+
/>
|
|
5233
|
+
</svg>
|
|
5234
|
+
<svg
|
|
5235
|
+
class="pf-v6-icon-rh-ui"
|
|
5236
|
+
viewBox="0 0 32 32"
|
|
5237
|
+
>
|
|
5238
|
+
<path
|
|
5239
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
5240
|
+
/>
|
|
5241
|
+
</svg>
|
|
5002
5242
|
</svg>
|
|
5003
5243
|
</span>
|
|
5004
5244
|
</div>
|
|
@@ -5844,12 +6084,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
5844
6084
|
fill="currentColor"
|
|
5845
6085
|
height="1em"
|
|
5846
6086
|
role="img"
|
|
5847
|
-
viewBox="0 0 256 512"
|
|
5848
6087
|
width="1em"
|
|
5849
6088
|
>
|
|
5850
|
-
<
|
|
5851
|
-
|
|
5852
|
-
|
|
6089
|
+
<svg
|
|
6090
|
+
class="pf-v6-icon-default"
|
|
6091
|
+
viewBox="0 0 256 512"
|
|
6092
|
+
>
|
|
6093
|
+
<path
|
|
6094
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
6095
|
+
/>
|
|
6096
|
+
</svg>
|
|
6097
|
+
<svg
|
|
6098
|
+
class="pf-v6-icon-rh-ui"
|
|
6099
|
+
viewBox="0 0 32 32"
|
|
6100
|
+
>
|
|
6101
|
+
<path
|
|
6102
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
6103
|
+
/>
|
|
6104
|
+
</svg>
|
|
5853
6105
|
</svg>
|
|
5854
6106
|
</span>
|
|
5855
6107
|
</div>
|
|
@@ -5973,12 +6225,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
5973
6225
|
fill="currentColor"
|
|
5974
6226
|
height="1em"
|
|
5975
6227
|
role="img"
|
|
5976
|
-
viewBox="0 0 192 512"
|
|
5977
6228
|
width="1em"
|
|
5978
6229
|
>
|
|
5979
|
-
<
|
|
5980
|
-
|
|
5981
|
-
|
|
6230
|
+
<svg
|
|
6231
|
+
class="pf-v6-icon-default"
|
|
6232
|
+
viewBox="0 0 192 512"
|
|
6233
|
+
>
|
|
6234
|
+
<path
|
|
6235
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6236
|
+
/>
|
|
6237
|
+
</svg>
|
|
6238
|
+
<svg
|
|
6239
|
+
class="pf-v6-icon-rh-ui"
|
|
6240
|
+
viewBox="0 0 32 32"
|
|
6241
|
+
>
|
|
6242
|
+
<path
|
|
6243
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
6244
|
+
/>
|
|
6245
|
+
</svg>
|
|
5982
6246
|
</svg>
|
|
5983
6247
|
</span>
|
|
5984
6248
|
</button>
|
|
@@ -6054,12 +6318,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6054
6318
|
fill="currentColor"
|
|
6055
6319
|
height="1em"
|
|
6056
6320
|
role="img"
|
|
6057
|
-
viewBox="0 0 192 512"
|
|
6058
6321
|
width="1em"
|
|
6059
6322
|
>
|
|
6060
|
-
<
|
|
6061
|
-
|
|
6062
|
-
|
|
6323
|
+
<svg
|
|
6324
|
+
class="pf-v6-icon-default"
|
|
6325
|
+
viewBox="0 0 192 512"
|
|
6326
|
+
>
|
|
6327
|
+
<path
|
|
6328
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6329
|
+
/>
|
|
6330
|
+
</svg>
|
|
6331
|
+
<svg
|
|
6332
|
+
class="pf-v6-icon-rh-ui"
|
|
6333
|
+
viewBox="0 0 32 32"
|
|
6334
|
+
>
|
|
6335
|
+
<path
|
|
6336
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
6337
|
+
/>
|
|
6338
|
+
</svg>
|
|
6063
6339
|
</svg>
|
|
6064
6340
|
</span>
|
|
6065
6341
|
</button>
|
|
@@ -6135,12 +6411,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6135
6411
|
fill="currentColor"
|
|
6136
6412
|
height="1em"
|
|
6137
6413
|
role="img"
|
|
6138
|
-
viewBox="0 0 192 512"
|
|
6139
6414
|
width="1em"
|
|
6140
6415
|
>
|
|
6141
|
-
<
|
|
6142
|
-
|
|
6143
|
-
|
|
6416
|
+
<svg
|
|
6417
|
+
class="pf-v6-icon-default"
|
|
6418
|
+
viewBox="0 0 192 512"
|
|
6419
|
+
>
|
|
6420
|
+
<path
|
|
6421
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6422
|
+
/>
|
|
6423
|
+
</svg>
|
|
6424
|
+
<svg
|
|
6425
|
+
class="pf-v6-icon-rh-ui"
|
|
6426
|
+
viewBox="0 0 32 32"
|
|
6427
|
+
>
|
|
6428
|
+
<path
|
|
6429
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
6430
|
+
/>
|
|
6431
|
+
</svg>
|
|
6144
6432
|
</svg>
|
|
6145
6433
|
</span>
|
|
6146
6434
|
</button>
|
|
@@ -6216,12 +6504,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6216
6504
|
fill="currentColor"
|
|
6217
6505
|
height="1em"
|
|
6218
6506
|
role="img"
|
|
6219
|
-
viewBox="0 0 192 512"
|
|
6220
6507
|
width="1em"
|
|
6221
6508
|
>
|
|
6222
|
-
<
|
|
6223
|
-
|
|
6224
|
-
|
|
6509
|
+
<svg
|
|
6510
|
+
class="pf-v6-icon-default"
|
|
6511
|
+
viewBox="0 0 192 512"
|
|
6512
|
+
>
|
|
6513
|
+
<path
|
|
6514
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6515
|
+
/>
|
|
6516
|
+
</svg>
|
|
6517
|
+
<svg
|
|
6518
|
+
class="pf-v6-icon-rh-ui"
|
|
6519
|
+
viewBox="0 0 32 32"
|
|
6520
|
+
>
|
|
6521
|
+
<path
|
|
6522
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
6523
|
+
/>
|
|
6524
|
+
</svg>
|
|
6225
6525
|
</svg>
|
|
6226
6526
|
</span>
|
|
6227
6527
|
</button>
|
|
@@ -6297,12 +6597,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6297
6597
|
fill="currentColor"
|
|
6298
6598
|
height="1em"
|
|
6299
6599
|
role="img"
|
|
6300
|
-
viewBox="0 0 192 512"
|
|
6301
6600
|
width="1em"
|
|
6302
6601
|
>
|
|
6303
|
-
<
|
|
6304
|
-
|
|
6305
|
-
|
|
6602
|
+
<svg
|
|
6603
|
+
class="pf-v6-icon-default"
|
|
6604
|
+
viewBox="0 0 192 512"
|
|
6605
|
+
>
|
|
6606
|
+
<path
|
|
6607
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6608
|
+
/>
|
|
6609
|
+
</svg>
|
|
6610
|
+
<svg
|
|
6611
|
+
class="pf-v6-icon-rh-ui"
|
|
6612
|
+
viewBox="0 0 32 32"
|
|
6613
|
+
>
|
|
6614
|
+
<path
|
|
6615
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
6616
|
+
/>
|
|
6617
|
+
</svg>
|
|
6306
6618
|
</svg>
|
|
6307
6619
|
</span>
|
|
6308
6620
|
</button>
|
|
@@ -6378,12 +6690,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6378
6690
|
fill="currentColor"
|
|
6379
6691
|
height="1em"
|
|
6380
6692
|
role="img"
|
|
6381
|
-
viewBox="0 0 192 512"
|
|
6382
6693
|
width="1em"
|
|
6383
6694
|
>
|
|
6384
|
-
<
|
|
6385
|
-
|
|
6386
|
-
|
|
6695
|
+
<svg
|
|
6696
|
+
class="pf-v6-icon-default"
|
|
6697
|
+
viewBox="0 0 192 512"
|
|
6698
|
+
>
|
|
6699
|
+
<path
|
|
6700
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6701
|
+
/>
|
|
6702
|
+
</svg>
|
|
6703
|
+
<svg
|
|
6704
|
+
class="pf-v6-icon-rh-ui"
|
|
6705
|
+
viewBox="0 0 32 32"
|
|
6706
|
+
>
|
|
6707
|
+
<path
|
|
6708
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
6709
|
+
/>
|
|
6710
|
+
</svg>
|
|
6387
6711
|
</svg>
|
|
6388
6712
|
</span>
|
|
6389
6713
|
</button>
|
|
@@ -6459,12 +6783,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6459
6783
|
fill="currentColor"
|
|
6460
6784
|
height="1em"
|
|
6461
6785
|
role="img"
|
|
6462
|
-
viewBox="0 0 192 512"
|
|
6463
6786
|
width="1em"
|
|
6464
6787
|
>
|
|
6465
|
-
<
|
|
6466
|
-
|
|
6467
|
-
|
|
6788
|
+
<svg
|
|
6789
|
+
class="pf-v6-icon-default"
|
|
6790
|
+
viewBox="0 0 192 512"
|
|
6791
|
+
>
|
|
6792
|
+
<path
|
|
6793
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6794
|
+
/>
|
|
6795
|
+
</svg>
|
|
6796
|
+
<svg
|
|
6797
|
+
class="pf-v6-icon-rh-ui"
|
|
6798
|
+
viewBox="0 0 32 32"
|
|
6799
|
+
>
|
|
6800
|
+
<path
|
|
6801
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
6802
|
+
/>
|
|
6803
|
+
</svg>
|
|
6468
6804
|
</svg>
|
|
6469
6805
|
</span>
|
|
6470
6806
|
</button>
|
|
@@ -6540,12 +6876,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6540
6876
|
fill="currentColor"
|
|
6541
6877
|
height="1em"
|
|
6542
6878
|
role="img"
|
|
6543
|
-
viewBox="0 0 192 512"
|
|
6544
6879
|
width="1em"
|
|
6545
6880
|
>
|
|
6546
|
-
<
|
|
6547
|
-
|
|
6548
|
-
|
|
6881
|
+
<svg
|
|
6882
|
+
class="pf-v6-icon-default"
|
|
6883
|
+
viewBox="0 0 192 512"
|
|
6884
|
+
>
|
|
6885
|
+
<path
|
|
6886
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6887
|
+
/>
|
|
6888
|
+
</svg>
|
|
6889
|
+
<svg
|
|
6890
|
+
class="pf-v6-icon-rh-ui"
|
|
6891
|
+
viewBox="0 0 32 32"
|
|
6892
|
+
>
|
|
6893
|
+
<path
|
|
6894
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
6895
|
+
/>
|
|
6896
|
+
</svg>
|
|
6549
6897
|
</svg>
|
|
6550
6898
|
</span>
|
|
6551
6899
|
</button>
|
|
@@ -6621,12 +6969,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6621
6969
|
fill="currentColor"
|
|
6622
6970
|
height="1em"
|
|
6623
6971
|
role="img"
|
|
6624
|
-
viewBox="0 0 192 512"
|
|
6625
6972
|
width="1em"
|
|
6626
6973
|
>
|
|
6627
|
-
<
|
|
6628
|
-
|
|
6629
|
-
|
|
6974
|
+
<svg
|
|
6975
|
+
class="pf-v6-icon-default"
|
|
6976
|
+
viewBox="0 0 192 512"
|
|
6977
|
+
>
|
|
6978
|
+
<path
|
|
6979
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6980
|
+
/>
|
|
6981
|
+
</svg>
|
|
6982
|
+
<svg
|
|
6983
|
+
class="pf-v6-icon-rh-ui"
|
|
6984
|
+
viewBox="0 0 32 32"
|
|
6985
|
+
>
|
|
6986
|
+
<path
|
|
6987
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
6988
|
+
/>
|
|
6989
|
+
</svg>
|
|
6630
6990
|
</svg>
|
|
6631
6991
|
</span>
|
|
6632
6992
|
</button>
|
|
@@ -6703,12 +7063,24 @@ exports[`Table Simple Actions table 1`] = `
|
|
|
6703
7063
|
fill="currentColor"
|
|
6704
7064
|
height="1em"
|
|
6705
7065
|
role="img"
|
|
6706
|
-
viewBox="0 0 192 512"
|
|
6707
7066
|
width="1em"
|
|
6708
7067
|
>
|
|
6709
|
-
<
|
|
6710
|
-
|
|
6711
|
-
|
|
7068
|
+
<svg
|
|
7069
|
+
class="pf-v6-icon-default"
|
|
7070
|
+
viewBox="0 0 192 512"
|
|
7071
|
+
>
|
|
7072
|
+
<path
|
|
7073
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
7074
|
+
/>
|
|
7075
|
+
</svg>
|
|
7076
|
+
<svg
|
|
7077
|
+
class="pf-v6-icon-rh-ui"
|
|
7078
|
+
viewBox="0 0 32 32"
|
|
7079
|
+
>
|
|
7080
|
+
<path
|
|
7081
|
+
d="M16 9c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm0 9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm0 5c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
|
|
7082
|
+
/>
|
|
7083
|
+
</svg>
|
|
6712
7084
|
</svg>
|
|
6713
7085
|
</span>
|
|
6714
7086
|
</button>
|
|
@@ -6766,12 +7138,24 @@ exports[`Table Table variants Breakpoint - 1`] = `
|
|
|
6766
7138
|
fill="currentColor"
|
|
6767
7139
|
height="1em"
|
|
6768
7140
|
role="img"
|
|
6769
|
-
viewBox="0 0 256 512"
|
|
6770
7141
|
width="1em"
|
|
6771
7142
|
>
|
|
6772
|
-
<
|
|
6773
|
-
|
|
6774
|
-
|
|
7143
|
+
<svg
|
|
7144
|
+
class="pf-v6-icon-default"
|
|
7145
|
+
viewBox="0 0 256 512"
|
|
7146
|
+
>
|
|
7147
|
+
<path
|
|
7148
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
7149
|
+
/>
|
|
7150
|
+
</svg>
|
|
7151
|
+
<svg
|
|
7152
|
+
class="pf-v6-icon-rh-ui"
|
|
7153
|
+
viewBox="0 0 32 32"
|
|
7154
|
+
>
|
|
7155
|
+
<path
|
|
7156
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
7157
|
+
/>
|
|
7158
|
+
</svg>
|
|
6775
7159
|
</svg>
|
|
6776
7160
|
</span>
|
|
6777
7161
|
</div>
|
|
@@ -7294,12 +7678,24 @@ exports[`Table Table variants Breakpoint - grid 1`] = `
|
|
|
7294
7678
|
fill="currentColor"
|
|
7295
7679
|
height="1em"
|
|
7296
7680
|
role="img"
|
|
7297
|
-
viewBox="0 0 256 512"
|
|
7298
7681
|
width="1em"
|
|
7299
7682
|
>
|
|
7300
|
-
<
|
|
7301
|
-
|
|
7302
|
-
|
|
7683
|
+
<svg
|
|
7684
|
+
class="pf-v6-icon-default"
|
|
7685
|
+
viewBox="0 0 256 512"
|
|
7686
|
+
>
|
|
7687
|
+
<path
|
|
7688
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
7689
|
+
/>
|
|
7690
|
+
</svg>
|
|
7691
|
+
<svg
|
|
7692
|
+
class="pf-v6-icon-rh-ui"
|
|
7693
|
+
viewBox="0 0 32 32"
|
|
7694
|
+
>
|
|
7695
|
+
<path
|
|
7696
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
7697
|
+
/>
|
|
7698
|
+
</svg>
|
|
7303
7699
|
</svg>
|
|
7304
7700
|
</span>
|
|
7305
7701
|
</div>
|
|
@@ -7822,12 +8218,24 @@ exports[`Table Table variants Breakpoint - grid-2xl 1`] = `
|
|
|
7822
8218
|
fill="currentColor"
|
|
7823
8219
|
height="1em"
|
|
7824
8220
|
role="img"
|
|
7825
|
-
viewBox="0 0 256 512"
|
|
7826
8221
|
width="1em"
|
|
7827
8222
|
>
|
|
7828
|
-
<
|
|
7829
|
-
|
|
7830
|
-
|
|
8223
|
+
<svg
|
|
8224
|
+
class="pf-v6-icon-default"
|
|
8225
|
+
viewBox="0 0 256 512"
|
|
8226
|
+
>
|
|
8227
|
+
<path
|
|
8228
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
8229
|
+
/>
|
|
8230
|
+
</svg>
|
|
8231
|
+
<svg
|
|
8232
|
+
class="pf-v6-icon-rh-ui"
|
|
8233
|
+
viewBox="0 0 32 32"
|
|
8234
|
+
>
|
|
8235
|
+
<path
|
|
8236
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
8237
|
+
/>
|
|
8238
|
+
</svg>
|
|
7831
8239
|
</svg>
|
|
7832
8240
|
</span>
|
|
7833
8241
|
</div>
|
|
@@ -8350,12 +8758,24 @@ exports[`Table Table variants Breakpoint - grid-lg 1`] = `
|
|
|
8350
8758
|
fill="currentColor"
|
|
8351
8759
|
height="1em"
|
|
8352
8760
|
role="img"
|
|
8353
|
-
viewBox="0 0 256 512"
|
|
8354
8761
|
width="1em"
|
|
8355
8762
|
>
|
|
8356
|
-
<
|
|
8357
|
-
|
|
8358
|
-
|
|
8763
|
+
<svg
|
|
8764
|
+
class="pf-v6-icon-default"
|
|
8765
|
+
viewBox="0 0 256 512"
|
|
8766
|
+
>
|
|
8767
|
+
<path
|
|
8768
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
8769
|
+
/>
|
|
8770
|
+
</svg>
|
|
8771
|
+
<svg
|
|
8772
|
+
class="pf-v6-icon-rh-ui"
|
|
8773
|
+
viewBox="0 0 32 32"
|
|
8774
|
+
>
|
|
8775
|
+
<path
|
|
8776
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
8777
|
+
/>
|
|
8778
|
+
</svg>
|
|
8359
8779
|
</svg>
|
|
8360
8780
|
</span>
|
|
8361
8781
|
</div>
|
|
@@ -8878,12 +9298,24 @@ exports[`Table Table variants Breakpoint - grid-md 1`] = `
|
|
|
8878
9298
|
fill="currentColor"
|
|
8879
9299
|
height="1em"
|
|
8880
9300
|
role="img"
|
|
8881
|
-
viewBox="0 0 256 512"
|
|
8882
9301
|
width="1em"
|
|
8883
9302
|
>
|
|
8884
|
-
<
|
|
8885
|
-
|
|
8886
|
-
|
|
9303
|
+
<svg
|
|
9304
|
+
class="pf-v6-icon-default"
|
|
9305
|
+
viewBox="0 0 256 512"
|
|
9306
|
+
>
|
|
9307
|
+
<path
|
|
9308
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
9309
|
+
/>
|
|
9310
|
+
</svg>
|
|
9311
|
+
<svg
|
|
9312
|
+
class="pf-v6-icon-rh-ui"
|
|
9313
|
+
viewBox="0 0 32 32"
|
|
9314
|
+
>
|
|
9315
|
+
<path
|
|
9316
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
9317
|
+
/>
|
|
9318
|
+
</svg>
|
|
8887
9319
|
</svg>
|
|
8888
9320
|
</span>
|
|
8889
9321
|
</div>
|
|
@@ -9406,12 +9838,24 @@ exports[`Table Table variants Breakpoint - grid-xl 1`] = `
|
|
|
9406
9838
|
fill="currentColor"
|
|
9407
9839
|
height="1em"
|
|
9408
9840
|
role="img"
|
|
9409
|
-
viewBox="0 0 256 512"
|
|
9410
9841
|
width="1em"
|
|
9411
9842
|
>
|
|
9412
|
-
<
|
|
9413
|
-
|
|
9414
|
-
|
|
9843
|
+
<svg
|
|
9844
|
+
class="pf-v6-icon-default"
|
|
9845
|
+
viewBox="0 0 256 512"
|
|
9846
|
+
>
|
|
9847
|
+
<path
|
|
9848
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
9849
|
+
/>
|
|
9850
|
+
</svg>
|
|
9851
|
+
<svg
|
|
9852
|
+
class="pf-v6-icon-rh-ui"
|
|
9853
|
+
viewBox="0 0 32 32"
|
|
9854
|
+
>
|
|
9855
|
+
<path
|
|
9856
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
9857
|
+
/>
|
|
9858
|
+
</svg>
|
|
9415
9859
|
</svg>
|
|
9416
9860
|
</span>
|
|
9417
9861
|
</div>
|
|
@@ -9934,12 +10378,24 @@ exports[`Table Table variants Size - compact 1`] = `
|
|
|
9934
10378
|
fill="currentColor"
|
|
9935
10379
|
height="1em"
|
|
9936
10380
|
role="img"
|
|
9937
|
-
viewBox="0 0 256 512"
|
|
9938
10381
|
width="1em"
|
|
9939
10382
|
>
|
|
9940
|
-
<
|
|
9941
|
-
|
|
9942
|
-
|
|
10383
|
+
<svg
|
|
10384
|
+
class="pf-v6-icon-default"
|
|
10385
|
+
viewBox="0 0 256 512"
|
|
10386
|
+
>
|
|
10387
|
+
<path
|
|
10388
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
10389
|
+
/>
|
|
10390
|
+
</svg>
|
|
10391
|
+
<svg
|
|
10392
|
+
class="pf-v6-icon-rh-ui"
|
|
10393
|
+
viewBox="0 0 32 32"
|
|
10394
|
+
>
|
|
10395
|
+
<path
|
|
10396
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
10397
|
+
/>
|
|
10398
|
+
</svg>
|
|
9943
10399
|
</svg>
|
|
9944
10400
|
</span>
|
|
9945
10401
|
</div>
|
|
@@ -10655,12 +11111,24 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10655
11111
|
fill="currentColor"
|
|
10656
11112
|
height="1em"
|
|
10657
11113
|
role="img"
|
|
10658
|
-
viewBox="0 0 512 512"
|
|
10659
11114
|
width="1em"
|
|
10660
11115
|
>
|
|
10661
|
-
<
|
|
10662
|
-
|
|
10663
|
-
|
|
11116
|
+
<svg
|
|
11117
|
+
class="pf-v6-icon-default"
|
|
11118
|
+
viewBox="0 0 512 512"
|
|
11119
|
+
>
|
|
11120
|
+
<path
|
|
11121
|
+
d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"
|
|
11122
|
+
/>
|
|
11123
|
+
</svg>
|
|
11124
|
+
<svg
|
|
11125
|
+
class="pf-v6-icon-rh-ui"
|
|
11126
|
+
viewBox="0 0 32 32"
|
|
11127
|
+
>
|
|
11128
|
+
<path
|
|
11129
|
+
d="M11 26.792c-.384 0-.769-.146-1.061-.438l-8.646-8.647a.999.999 0 1 1 1.414-1.414L11 24.586 29.293 6.293a.999.999 0 1 1 1.414 1.414L12.061 26.354a1.497 1.497 0 0 1-1.061.438Z"
|
|
11130
|
+
/>
|
|
11131
|
+
</svg>
|
|
10664
11132
|
</svg>
|
|
10665
11133
|
</span>
|
|
10666
11134
|
</button>
|
|
@@ -10685,12 +11153,24 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10685
11153
|
fill="currentColor"
|
|
10686
11154
|
height="1em"
|
|
10687
11155
|
role="img"
|
|
10688
|
-
viewBox="0 0 352 512"
|
|
10689
11156
|
width="1em"
|
|
10690
11157
|
>
|
|
10691
|
-
<
|
|
10692
|
-
|
|
10693
|
-
|
|
11158
|
+
<svg
|
|
11159
|
+
class="pf-v6-icon-default"
|
|
11160
|
+
viewBox="0 0 352 512"
|
|
11161
|
+
>
|
|
11162
|
+
<path
|
|
11163
|
+
d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
|
|
11164
|
+
/>
|
|
11165
|
+
</svg>
|
|
11166
|
+
<svg
|
|
11167
|
+
class="pf-v6-icon-rh-ui"
|
|
11168
|
+
viewBox="0 0 32 32"
|
|
11169
|
+
>
|
|
11170
|
+
<path
|
|
11171
|
+
d="M28.707 27.293a.999.999 0 1 1-1.414 1.414L16 17.414 4.707 28.707a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414L14.586 16 3.293 4.707a.999.999 0 1 1 1.414-1.414L16 14.586 27.293 3.293a.999.999 0 1 1 1.414 1.414L17.414 16l11.293 11.293Z"
|
|
11172
|
+
/>
|
|
11173
|
+
</svg>
|
|
10694
11174
|
</svg>
|
|
10695
11175
|
</span>
|
|
10696
11176
|
</button>
|
|
@@ -10716,12 +11196,24 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10716
11196
|
fill="currentColor"
|
|
10717
11197
|
height="1em"
|
|
10718
11198
|
role="img"
|
|
10719
|
-
viewBox="0 0 512 512"
|
|
10720
11199
|
width="1em"
|
|
10721
11200
|
>
|
|
10722
|
-
<
|
|
10723
|
-
|
|
10724
|
-
|
|
11201
|
+
<svg
|
|
11202
|
+
class="pf-v6-icon-default"
|
|
11203
|
+
viewBox="0 0 512 512"
|
|
11204
|
+
>
|
|
11205
|
+
<path
|
|
11206
|
+
d="M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z"
|
|
11207
|
+
/>
|
|
11208
|
+
</svg>
|
|
11209
|
+
<svg
|
|
11210
|
+
class="pf-v6-icon-rh-ui"
|
|
11211
|
+
viewBox="0 0 32 32"
|
|
11212
|
+
>
|
|
11213
|
+
<path
|
|
11214
|
+
d="m29.354 6.939-4.293-4.293a1.501 1.501 0 0 0-2.121 0L6.293 19.293a.98.98 0 0 0-.225.358l-3.981 8.942c-.004.008-.002.017-.006.025-.029.07-.036.145-.049.22-.009.055-.029.107-.028.162 0 .054.019.107.028.162.013.075.02.15.049.22.003.008.002.017.006.025.044.1.105.188.175.265.013.015.031.025.045.039a.985.985 0 0 0 .246.175c.015.008.025.022.041.029.014.006.029.004.044.009a.994.994 0 0 0 .357.077h.008a.973.973 0 0 0 .357-.077c.014-.006.03-.003.044-.009l8.943-3.982a.98.98 0 0 0 .357-.225l16.65-16.647c.283-.283.439-.66.439-1.061s-.156-.777-.439-1.061ZM4.972 27.027l2.354-5.287 2.933 2.933-5.287 2.354ZM12 23.586 8.414 20 20.5 7.914l3.586 3.586L12 23.586Zm13.5-13.5L21.914 6.5 24 4.414 27.586 8 25.5 10.086Z"
|
|
11215
|
+
/>
|
|
11216
|
+
</svg>
|
|
10725
11217
|
</svg>
|
|
10726
11218
|
</span>
|
|
10727
11219
|
</button>
|
|
@@ -10895,12 +11387,24 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10895
11387
|
fill="currentColor"
|
|
10896
11388
|
height="1em"
|
|
10897
11389
|
role="img"
|
|
10898
|
-
viewBox="0 0 512 512"
|
|
10899
11390
|
width="1em"
|
|
10900
11391
|
>
|
|
10901
|
-
<
|
|
10902
|
-
|
|
10903
|
-
|
|
11392
|
+
<svg
|
|
11393
|
+
class="pf-v6-icon-default"
|
|
11394
|
+
viewBox="0 0 512 512"
|
|
11395
|
+
>
|
|
11396
|
+
<path
|
|
11397
|
+
d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"
|
|
11398
|
+
/>
|
|
11399
|
+
</svg>
|
|
11400
|
+
<svg
|
|
11401
|
+
class="pf-v6-icon-rh-ui"
|
|
11402
|
+
viewBox="0 0 32 32"
|
|
11403
|
+
>
|
|
11404
|
+
<path
|
|
11405
|
+
d="M11 26.792c-.384 0-.769-.146-1.061-.438l-8.646-8.647a.999.999 0 1 1 1.414-1.414L11 24.586 29.293 6.293a.999.999 0 1 1 1.414 1.414L12.061 26.354a1.497 1.497 0 0 1-1.061.438Z"
|
|
11406
|
+
/>
|
|
11407
|
+
</svg>
|
|
10904
11408
|
</svg>
|
|
10905
11409
|
</span>
|
|
10906
11410
|
</button>
|
|
@@ -10925,12 +11429,24 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10925
11429
|
fill="currentColor"
|
|
10926
11430
|
height="1em"
|
|
10927
11431
|
role="img"
|
|
10928
|
-
viewBox="0 0 352 512"
|
|
10929
11432
|
width="1em"
|
|
10930
11433
|
>
|
|
10931
|
-
<
|
|
10932
|
-
|
|
10933
|
-
|
|
11434
|
+
<svg
|
|
11435
|
+
class="pf-v6-icon-default"
|
|
11436
|
+
viewBox="0 0 352 512"
|
|
11437
|
+
>
|
|
11438
|
+
<path
|
|
11439
|
+
d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
|
|
11440
|
+
/>
|
|
11441
|
+
</svg>
|
|
11442
|
+
<svg
|
|
11443
|
+
class="pf-v6-icon-rh-ui"
|
|
11444
|
+
viewBox="0 0 32 32"
|
|
11445
|
+
>
|
|
11446
|
+
<path
|
|
11447
|
+
d="M28.707 27.293a.999.999 0 1 1-1.414 1.414L16 17.414 4.707 28.707a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414L14.586 16 3.293 4.707a.999.999 0 1 1 1.414-1.414L16 14.586 27.293 3.293a.999.999 0 1 1 1.414 1.414L17.414 16l11.293 11.293Z"
|
|
11448
|
+
/>
|
|
11449
|
+
</svg>
|
|
10934
11450
|
</svg>
|
|
10935
11451
|
</span>
|
|
10936
11452
|
</button>
|
|
@@ -10956,12 +11472,24 @@ exports[`Table simple Editable table 1`] = `
|
|
|
10956
11472
|
fill="currentColor"
|
|
10957
11473
|
height="1em"
|
|
10958
11474
|
role="img"
|
|
10959
|
-
viewBox="0 0 512 512"
|
|
10960
11475
|
width="1em"
|
|
10961
11476
|
>
|
|
10962
|
-
<
|
|
10963
|
-
|
|
10964
|
-
|
|
11477
|
+
<svg
|
|
11478
|
+
class="pf-v6-icon-default"
|
|
11479
|
+
viewBox="0 0 512 512"
|
|
11480
|
+
>
|
|
11481
|
+
<path
|
|
11482
|
+
d="M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z"
|
|
11483
|
+
/>
|
|
11484
|
+
</svg>
|
|
11485
|
+
<svg
|
|
11486
|
+
class="pf-v6-icon-rh-ui"
|
|
11487
|
+
viewBox="0 0 32 32"
|
|
11488
|
+
>
|
|
11489
|
+
<path
|
|
11490
|
+
d="m29.354 6.939-4.293-4.293a1.501 1.501 0 0 0-2.121 0L6.293 19.293a.98.98 0 0 0-.225.358l-3.981 8.942c-.004.008-.002.017-.006.025-.029.07-.036.145-.049.22-.009.055-.029.107-.028.162 0 .054.019.107.028.162.013.075.02.15.049.22.003.008.002.017.006.025.044.1.105.188.175.265.013.015.031.025.045.039a.985.985 0 0 0 .246.175c.015.008.025.022.041.029.014.006.029.004.044.009a.994.994 0 0 0 .357.077h.008a.973.973 0 0 0 .357-.077c.014-.006.03-.003.044-.009l8.943-3.982a.98.98 0 0 0 .357-.225l16.65-16.647c.283-.283.439-.66.439-1.061s-.156-.777-.439-1.061ZM4.972 27.027l2.354-5.287 2.933 2.933-5.287 2.354ZM12 23.586 8.414 20 20.5 7.914l3.586 3.586L12 23.586Zm13.5-13.5L21.914 6.5 24 4.414 27.586 8 25.5 10.086Z"
|
|
11491
|
+
/>
|
|
11492
|
+
</svg>
|
|
10965
11493
|
</svg>
|
|
10966
11494
|
</span>
|
|
10967
11495
|
</button>
|
|
@@ -11021,12 +11549,24 @@ exports[`Table simple Row click table 1`] = `
|
|
|
11021
11549
|
fill="currentColor"
|
|
11022
11550
|
height="1em"
|
|
11023
11551
|
role="img"
|
|
11024
|
-
viewBox="0 0 256 512"
|
|
11025
11552
|
width="1em"
|
|
11026
11553
|
>
|
|
11027
|
-
<
|
|
11028
|
-
|
|
11029
|
-
|
|
11554
|
+
<svg
|
|
11555
|
+
class="pf-v6-icon-default"
|
|
11556
|
+
viewBox="0 0 256 512"
|
|
11557
|
+
>
|
|
11558
|
+
<path
|
|
11559
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
11560
|
+
/>
|
|
11561
|
+
</svg>
|
|
11562
|
+
<svg
|
|
11563
|
+
class="pf-v6-icon-rh-ui"
|
|
11564
|
+
viewBox="0 0 32 32"
|
|
11565
|
+
>
|
|
11566
|
+
<path
|
|
11567
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
11568
|
+
/>
|
|
11569
|
+
</svg>
|
|
11030
11570
|
</svg>
|
|
11031
11571
|
</span>
|
|
11032
11572
|
</div>
|
|
@@ -11549,12 +12089,24 @@ exports[`Table simple Sortable table 1`] = `
|
|
|
11549
12089
|
fill="currentColor"
|
|
11550
12090
|
height="1em"
|
|
11551
12091
|
role="img"
|
|
11552
|
-
viewBox="0 0 256 512"
|
|
11553
12092
|
width="1em"
|
|
11554
12093
|
>
|
|
11555
|
-
<
|
|
11556
|
-
|
|
11557
|
-
|
|
12094
|
+
<svg
|
|
12095
|
+
class="pf-v6-icon-default"
|
|
12096
|
+
viewBox="0 0 256 512"
|
|
12097
|
+
>
|
|
12098
|
+
<path
|
|
12099
|
+
d="M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z"
|
|
12100
|
+
/>
|
|
12101
|
+
</svg>
|
|
12102
|
+
<svg
|
|
12103
|
+
class="pf-v6-icon-rh-ui"
|
|
12104
|
+
viewBox="0 0 32 32"
|
|
12105
|
+
>
|
|
12106
|
+
<path
|
|
12107
|
+
d="M21.293 23.293 17 27.586V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.5 1.5 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414l4.293-4.293v23.172l-4.293-4.293a.999.999 0 1 0-1.414 1.414l5.646 5.646c.292.293.676.438 1.061.438s.768-.146 1.061-.438l5.646-5.646a.999.999 0 1 0-1.414-1.414Z"
|
|
12108
|
+
/>
|
|
12109
|
+
</svg>
|
|
11558
12110
|
</svg>
|
|
11559
12111
|
</span>
|
|
11560
12112
|
</div>
|