@patternfly/patternfly 6.5.0-prerelease.45 → 6.5.0-prerelease.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Accordion/accordion.css +1 -1
- package/components/Accordion/accordion.scss +1 -1
- package/components/Card/card.css +1 -1
- package/components/Card/card.scss +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +1 -1
- package/components/ClipboardCopy/clipboard-copy.scss +1 -1
- package/components/DataList/data-list.css +1 -1
- package/components/DataList/data-list.scss +1 -1
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/ExpandableSection/expandable-section.css +2 -2
- package/components/ExpandableSection/expandable-section.scss +2 -2
- package/components/Form/form.css +1 -1
- package/components/Form/form.scss +1 -1
- package/components/JumpLinks/jump-links.css +1 -1
- package/components/JumpLinks/jump-links.scss +1 -1
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +1 -1
- package/components/NotificationDrawer/notification-drawer.css +11 -3
- package/components/NotificationDrawer/notification-drawer.scss +12 -5
- package/components/Table/table.css +2 -2
- package/components/Table/table.scss +2 -2
- package/components/Tabs/tabs.css +2 -2
- package/components/Tabs/tabs.scss +2 -2
- package/components/Toolbar/toolbar.css +1 -1
- package/components/Toolbar/toolbar.scss +1 -1
- package/components/TreeView/tree-view.css +1 -1
- package/components/TreeView/tree-view.scss +1 -1
- package/components/Wizard/wizard.css +1 -1
- package/components/Wizard/wizard.scss +1 -1
- package/components/_index.css +28 -20
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
- package/docs/components/Accordion/examples/Accordion.md +390 -30
- package/docs/components/ActionList/examples/ActionList.md +10 -10
- package/docs/components/Alert/examples/Alert.md +30 -30
- package/docs/components/Banner/examples/Banner.md +65 -5
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +299 -23
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
- package/docs/components/Card/examples/Card.md +52 -4
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +78 -6
- package/docs/components/CodeBlock/examples/CodeBlock.md +26 -2
- package/docs/components/DataList/examples/DataList.md +221 -17
- package/docs/components/Drawer/examples/Drawer.md +42 -42
- package/docs/components/DualListSelector/examples/DualListSelector.md +961 -85
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +91 -7
- package/docs/components/Form/examples/Form.md +78 -6
- package/docs/components/Icon/examples/Icon.md +91 -7
- package/docs/components/InlineEdit/examples/InlineEdit.md +16 -16
- package/docs/components/JumpLinks/examples/JumpLinks.md +52 -4
- package/docs/components/Label/examples/Label.md +2812 -220
- package/docs/components/Menu/examples/Menu.md +1456 -112
- package/docs/components/MenuToggle/examples/MenuToggle.md +13 -1
- package/docs/components/ModalBox/examples/ModalBox.md +121 -37
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +57 -21
- package/docs/components/Nav/examples/Navigation.md +710 -62
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +576 -48
- package/docs/components/Popover/examples/Popover.md +110 -38
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +273 -21
- package/docs/components/Slider/examples/Slider.md +52 -4
- package/docs/components/Table/examples/Table.md +819 -63
- package/docs/components/Tabs/examples/Tabs.md +1959 -339
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +509 -41
- package/docs/components/Toolbar/examples/Toolbar.md +48 -48
- package/docs/components/TreeView/examples/TreeView.md +1300 -100
- package/docs/components/Wizard/examples/Wizard.md +349 -85
- package/docs/demos/AboutModal/examples/AboutModal.md +41 -5
- package/docs/demos/Alert/examples/Alert.md +123 -15
- package/docs/demos/BackToTop/examples/BackToTop.md +39 -3
- package/docs/demos/Banner/examples/Banner.md +78 -6
- package/docs/demos/Card/examples/Card.md +310 -34
- package/docs/demos/CardView/examples/CardView.md +78 -6
- package/docs/demos/Compass/examples/Compass.md +73 -37
- package/docs/demos/Dashboard/examples/Dashboard.md +128 -14
- package/docs/demos/DataList/examples/DataList.md +234 -18
- package/docs/demos/DescriptionList/examples/DescriptionList.md +119 -11
- package/docs/demos/Drawer/examples/Drawer.md +147 -21
- package/docs/demos/Form/examples/BasicForms.md +169 -13
- package/docs/demos/JumpLinks/examples/JumpLinks.md +220 -31
- package/docs/demos/Masthead/examples/Masthead.md +370 -34
- package/docs/demos/Modal/examples/Modal.md +246 -30
- package/docs/demos/Nav/examples/Nav.md +320 -32
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1063 -115
- package/docs/demos/Page/examples/Page.md +548 -44
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +371 -47
- package/docs/demos/Skeleton/examples/Skeleton.md +39 -3
- package/docs/demos/Table/examples/Table.md +934 -73
- package/docs/demos/Tabs/examples/Tabs.md +261 -27
- package/docs/demos/Toolbar/examples/Toolbar.md +102 -30
- package/docs/demos/Wizard/examples/Wizard.md +641 -92
- package/package.json +1 -1
- package/patternfly-no-globals.css +28 -20
- package/patternfly.css +28 -20
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -1332,7 +1332,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1332
1332
|
>
|
|
1333
1333
|
<span class="pf-v6-c-button__icon">
|
|
1334
1334
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1335
|
-
<
|
|
1335
|
+
<svg
|
|
1336
|
+
class="pf-v6-svg"
|
|
1337
|
+
viewBox="0 0 20 20"
|
|
1338
|
+
fill="currentColor"
|
|
1339
|
+
aria-hidden="true"
|
|
1340
|
+
role="img"
|
|
1341
|
+
width="1em"
|
|
1342
|
+
height="1em"
|
|
1343
|
+
>
|
|
1344
|
+
<path
|
|
1345
|
+
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"
|
|
1346
|
+
/>
|
|
1347
|
+
</svg>
|
|
1336
1348
|
</div>
|
|
1337
1349
|
</span>
|
|
1338
1350
|
</button>
|
|
@@ -1442,7 +1454,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1442
1454
|
>
|
|
1443
1455
|
<span class="pf-v6-c-button__icon">
|
|
1444
1456
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1445
|
-
<
|
|
1457
|
+
<svg
|
|
1458
|
+
class="pf-v6-svg"
|
|
1459
|
+
viewBox="0 0 20 20"
|
|
1460
|
+
fill="currentColor"
|
|
1461
|
+
aria-hidden="true"
|
|
1462
|
+
role="img"
|
|
1463
|
+
width="1em"
|
|
1464
|
+
height="1em"
|
|
1465
|
+
>
|
|
1466
|
+
<path
|
|
1467
|
+
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"
|
|
1468
|
+
/>
|
|
1469
|
+
</svg>
|
|
1446
1470
|
</div>
|
|
1447
1471
|
</span>
|
|
1448
1472
|
</button>
|
|
@@ -1538,7 +1562,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1538
1562
|
>
|
|
1539
1563
|
<span class="pf-v6-c-button__icon">
|
|
1540
1564
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1541
|
-
<
|
|
1565
|
+
<svg
|
|
1566
|
+
class="pf-v6-svg"
|
|
1567
|
+
viewBox="0 0 20 20"
|
|
1568
|
+
fill="currentColor"
|
|
1569
|
+
aria-hidden="true"
|
|
1570
|
+
role="img"
|
|
1571
|
+
width="1em"
|
|
1572
|
+
height="1em"
|
|
1573
|
+
>
|
|
1574
|
+
<path
|
|
1575
|
+
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"
|
|
1576
|
+
/>
|
|
1577
|
+
</svg>
|
|
1542
1578
|
</div>
|
|
1543
1579
|
</span>
|
|
1544
1580
|
</button>
|
|
@@ -1620,7 +1656,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1620
1656
|
>
|
|
1621
1657
|
<span class="pf-v6-c-button__icon">
|
|
1622
1658
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1623
|
-
<
|
|
1659
|
+
<svg
|
|
1660
|
+
class="pf-v6-svg"
|
|
1661
|
+
viewBox="0 0 20 20"
|
|
1662
|
+
fill="currentColor"
|
|
1663
|
+
aria-hidden="true"
|
|
1664
|
+
role="img"
|
|
1665
|
+
width="1em"
|
|
1666
|
+
height="1em"
|
|
1667
|
+
>
|
|
1668
|
+
<path
|
|
1669
|
+
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"
|
|
1670
|
+
/>
|
|
1671
|
+
</svg>
|
|
1624
1672
|
</div>
|
|
1625
1673
|
</span>
|
|
1626
1674
|
</button>
|
|
@@ -1705,7 +1753,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1705
1753
|
>
|
|
1706
1754
|
<span class="pf-v6-c-button__icon">
|
|
1707
1755
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1708
|
-
<
|
|
1756
|
+
<svg
|
|
1757
|
+
class="pf-v6-svg"
|
|
1758
|
+
viewBox="0 0 20 20"
|
|
1759
|
+
fill="currentColor"
|
|
1760
|
+
aria-hidden="true"
|
|
1761
|
+
role="img"
|
|
1762
|
+
width="1em"
|
|
1763
|
+
height="1em"
|
|
1764
|
+
>
|
|
1765
|
+
<path
|
|
1766
|
+
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"
|
|
1767
|
+
/>
|
|
1768
|
+
</svg>
|
|
1709
1769
|
</div>
|
|
1710
1770
|
</span>
|
|
1711
1771
|
</button>
|
|
@@ -1803,7 +1863,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1803
1863
|
>
|
|
1804
1864
|
<span class="pf-v6-c-button__icon">
|
|
1805
1865
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1806
|
-
<
|
|
1866
|
+
<svg
|
|
1867
|
+
class="pf-v6-svg"
|
|
1868
|
+
viewBox="0 0 20 20"
|
|
1869
|
+
fill="currentColor"
|
|
1870
|
+
aria-hidden="true"
|
|
1871
|
+
role="img"
|
|
1872
|
+
width="1em"
|
|
1873
|
+
height="1em"
|
|
1874
|
+
>
|
|
1875
|
+
<path
|
|
1876
|
+
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"
|
|
1877
|
+
/>
|
|
1878
|
+
</svg>
|
|
1807
1879
|
</div>
|
|
1808
1880
|
</span>
|
|
1809
1881
|
</button>
|
|
@@ -1913,7 +1985,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1913
1985
|
>
|
|
1914
1986
|
<span class="pf-v6-c-button__icon">
|
|
1915
1987
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1916
|
-
<
|
|
1988
|
+
<svg
|
|
1989
|
+
class="pf-v6-svg"
|
|
1990
|
+
viewBox="0 0 20 20"
|
|
1991
|
+
fill="currentColor"
|
|
1992
|
+
aria-hidden="true"
|
|
1993
|
+
role="img"
|
|
1994
|
+
width="1em"
|
|
1995
|
+
height="1em"
|
|
1996
|
+
>
|
|
1997
|
+
<path
|
|
1998
|
+
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"
|
|
1999
|
+
/>
|
|
2000
|
+
</svg>
|
|
1917
2001
|
</div>
|
|
1918
2002
|
</span>
|
|
1919
2003
|
</button>
|
|
@@ -2008,7 +2092,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2008
2092
|
>
|
|
2009
2093
|
<span class="pf-v6-c-button__icon">
|
|
2010
2094
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2011
|
-
<
|
|
2095
|
+
<svg
|
|
2096
|
+
class="pf-v6-svg"
|
|
2097
|
+
viewBox="0 0 20 20"
|
|
2098
|
+
fill="currentColor"
|
|
2099
|
+
aria-hidden="true"
|
|
2100
|
+
role="img"
|
|
2101
|
+
width="1em"
|
|
2102
|
+
height="1em"
|
|
2103
|
+
>
|
|
2104
|
+
<path
|
|
2105
|
+
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"
|
|
2106
|
+
/>
|
|
2107
|
+
</svg>
|
|
2012
2108
|
</div>
|
|
2013
2109
|
</span>
|
|
2014
2110
|
</button>
|
|
@@ -2089,7 +2185,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2089
2185
|
>
|
|
2090
2186
|
<span class="pf-v6-c-button__icon">
|
|
2091
2187
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2092
|
-
<
|
|
2188
|
+
<svg
|
|
2189
|
+
class="pf-v6-svg"
|
|
2190
|
+
viewBox="0 0 20 20"
|
|
2191
|
+
fill="currentColor"
|
|
2192
|
+
aria-hidden="true"
|
|
2193
|
+
role="img"
|
|
2194
|
+
width="1em"
|
|
2195
|
+
height="1em"
|
|
2196
|
+
>
|
|
2197
|
+
<path
|
|
2198
|
+
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"
|
|
2199
|
+
/>
|
|
2200
|
+
</svg>
|
|
2093
2201
|
</div>
|
|
2094
2202
|
</span>
|
|
2095
2203
|
</button>
|
|
@@ -2173,7 +2281,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2173
2281
|
>
|
|
2174
2282
|
<span class="pf-v6-c-button__icon">
|
|
2175
2283
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2176
|
-
<
|
|
2284
|
+
<svg
|
|
2285
|
+
class="pf-v6-svg"
|
|
2286
|
+
viewBox="0 0 20 20"
|
|
2287
|
+
fill="currentColor"
|
|
2288
|
+
aria-hidden="true"
|
|
2289
|
+
role="img"
|
|
2290
|
+
width="1em"
|
|
2291
|
+
height="1em"
|
|
2292
|
+
>
|
|
2293
|
+
<path
|
|
2294
|
+
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"
|
|
2295
|
+
/>
|
|
2296
|
+
</svg>
|
|
2177
2297
|
</div>
|
|
2178
2298
|
</span>
|
|
2179
2299
|
</button>
|
|
@@ -2271,7 +2391,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2271
2391
|
>
|
|
2272
2392
|
<span class="pf-v6-c-button__icon">
|
|
2273
2393
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2274
|
-
<
|
|
2394
|
+
<svg
|
|
2395
|
+
class="pf-v6-svg"
|
|
2396
|
+
viewBox="0 0 20 20"
|
|
2397
|
+
fill="currentColor"
|
|
2398
|
+
aria-hidden="true"
|
|
2399
|
+
role="img"
|
|
2400
|
+
width="1em"
|
|
2401
|
+
height="1em"
|
|
2402
|
+
>
|
|
2403
|
+
<path
|
|
2404
|
+
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"
|
|
2405
|
+
/>
|
|
2406
|
+
</svg>
|
|
2275
2407
|
</div>
|
|
2276
2408
|
</span>
|
|
2277
2409
|
</button>
|
|
@@ -2379,7 +2511,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2379
2511
|
>
|
|
2380
2512
|
<span class="pf-v6-c-button__icon">
|
|
2381
2513
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2382
|
-
<
|
|
2514
|
+
<svg
|
|
2515
|
+
class="pf-v6-svg"
|
|
2516
|
+
viewBox="0 0 20 20"
|
|
2517
|
+
fill="currentColor"
|
|
2518
|
+
aria-hidden="true"
|
|
2519
|
+
role="img"
|
|
2520
|
+
width="1em"
|
|
2521
|
+
height="1em"
|
|
2522
|
+
>
|
|
2523
|
+
<path
|
|
2524
|
+
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"
|
|
2525
|
+
/>
|
|
2526
|
+
</svg>
|
|
2383
2527
|
</div>
|
|
2384
2528
|
</span>
|
|
2385
2529
|
</button>
|
|
@@ -2472,7 +2616,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2472
2616
|
>
|
|
2473
2617
|
<span class="pf-v6-c-button__icon">
|
|
2474
2618
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2475
|
-
<
|
|
2619
|
+
<svg
|
|
2620
|
+
class="pf-v6-svg"
|
|
2621
|
+
viewBox="0 0 20 20"
|
|
2622
|
+
fill="currentColor"
|
|
2623
|
+
aria-hidden="true"
|
|
2624
|
+
role="img"
|
|
2625
|
+
width="1em"
|
|
2626
|
+
height="1em"
|
|
2627
|
+
>
|
|
2628
|
+
<path
|
|
2629
|
+
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"
|
|
2630
|
+
/>
|
|
2631
|
+
</svg>
|
|
2476
2632
|
</div>
|
|
2477
2633
|
</span>
|
|
2478
2634
|
</button>
|
|
@@ -2566,7 +2722,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2566
2722
|
>
|
|
2567
2723
|
<span class="pf-v6-c-button__icon">
|
|
2568
2724
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2569
|
-
<
|
|
2725
|
+
<svg
|
|
2726
|
+
class="pf-v6-svg"
|
|
2727
|
+
viewBox="0 0 20 20"
|
|
2728
|
+
fill="currentColor"
|
|
2729
|
+
aria-hidden="true"
|
|
2730
|
+
role="img"
|
|
2731
|
+
width="1em"
|
|
2732
|
+
height="1em"
|
|
2733
|
+
>
|
|
2734
|
+
<path
|
|
2735
|
+
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"
|
|
2736
|
+
/>
|
|
2737
|
+
</svg>
|
|
2570
2738
|
</div>
|
|
2571
2739
|
</span>
|
|
2572
2740
|
</button>
|
|
@@ -2647,7 +2815,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2647
2815
|
>
|
|
2648
2816
|
<span class="pf-v6-c-button__icon">
|
|
2649
2817
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2650
|
-
<
|
|
2818
|
+
<svg
|
|
2819
|
+
class="pf-v6-svg"
|
|
2820
|
+
viewBox="0 0 20 20"
|
|
2821
|
+
fill="currentColor"
|
|
2822
|
+
aria-hidden="true"
|
|
2823
|
+
role="img"
|
|
2824
|
+
width="1em"
|
|
2825
|
+
height="1em"
|
|
2826
|
+
>
|
|
2827
|
+
<path
|
|
2828
|
+
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"
|
|
2829
|
+
/>
|
|
2830
|
+
</svg>
|
|
2651
2831
|
</div>
|
|
2652
2832
|
</span>
|
|
2653
2833
|
</button>
|
|
@@ -2747,7 +2927,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2747
2927
|
>
|
|
2748
2928
|
<span class="pf-v6-c-button__icon">
|
|
2749
2929
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2750
|
-
<
|
|
2930
|
+
<svg
|
|
2931
|
+
class="pf-v6-svg"
|
|
2932
|
+
viewBox="0 0 20 20"
|
|
2933
|
+
fill="currentColor"
|
|
2934
|
+
aria-hidden="true"
|
|
2935
|
+
role="img"
|
|
2936
|
+
width="1em"
|
|
2937
|
+
height="1em"
|
|
2938
|
+
>
|
|
2939
|
+
<path
|
|
2940
|
+
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"
|
|
2941
|
+
/>
|
|
2942
|
+
</svg>
|
|
2751
2943
|
</div>
|
|
2752
2944
|
</span>
|
|
2753
2945
|
</button>
|
|
@@ -2857,7 +3049,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2857
3049
|
>
|
|
2858
3050
|
<span class="pf-v6-c-button__icon">
|
|
2859
3051
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2860
|
-
<
|
|
3052
|
+
<svg
|
|
3053
|
+
class="pf-v6-svg"
|
|
3054
|
+
viewBox="0 0 20 20"
|
|
3055
|
+
fill="currentColor"
|
|
3056
|
+
aria-hidden="true"
|
|
3057
|
+
role="img"
|
|
3058
|
+
width="1em"
|
|
3059
|
+
height="1em"
|
|
3060
|
+
>
|
|
3061
|
+
<path
|
|
3062
|
+
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"
|
|
3063
|
+
/>
|
|
3064
|
+
</svg>
|
|
2861
3065
|
</div>
|
|
2862
3066
|
</span>
|
|
2863
3067
|
</button>
|
|
@@ -3094,7 +3298,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
3094
3298
|
>
|
|
3095
3299
|
<span class="pf-v6-c-button__icon">
|
|
3096
3300
|
<div class="pf-v6-c-table__toggle-icon">
|
|
3097
|
-
<
|
|
3301
|
+
<svg
|
|
3302
|
+
class="pf-v6-svg"
|
|
3303
|
+
viewBox="0 0 20 20"
|
|
3304
|
+
fill="currentColor"
|
|
3305
|
+
aria-hidden="true"
|
|
3306
|
+
role="img"
|
|
3307
|
+
width="1em"
|
|
3308
|
+
height="1em"
|
|
3309
|
+
>
|
|
3310
|
+
<path
|
|
3311
|
+
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"
|
|
3312
|
+
/>
|
|
3313
|
+
</svg>
|
|
3098
3314
|
</div>
|
|
3099
3315
|
</span>
|
|
3100
3316
|
</button>
|
|
@@ -3176,7 +3392,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
3176
3392
|
>
|
|
3177
3393
|
<span class="pf-v6-c-button__icon">
|
|
3178
3394
|
<div class="pf-v6-c-table__toggle-icon">
|
|
3179
|
-
<
|
|
3395
|
+
<svg
|
|
3396
|
+
class="pf-v6-svg"
|
|
3397
|
+
viewBox="0 0 20 20"
|
|
3398
|
+
fill="currentColor"
|
|
3399
|
+
aria-hidden="true"
|
|
3400
|
+
role="img"
|
|
3401
|
+
width="1em"
|
|
3402
|
+
height="1em"
|
|
3403
|
+
>
|
|
3404
|
+
<path
|
|
3405
|
+
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"
|
|
3406
|
+
/>
|
|
3407
|
+
</svg>
|
|
3180
3408
|
</div>
|
|
3181
3409
|
</span>
|
|
3182
3410
|
</button>
|
|
@@ -3261,7 +3489,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
3261
3489
|
>
|
|
3262
3490
|
<span class="pf-v6-c-button__icon">
|
|
3263
3491
|
<div class="pf-v6-c-table__toggle-icon">
|
|
3264
|
-
<
|
|
3492
|
+
<svg
|
|
3493
|
+
class="pf-v6-svg"
|
|
3494
|
+
viewBox="0 0 20 20"
|
|
3495
|
+
fill="currentColor"
|
|
3496
|
+
aria-hidden="true"
|
|
3497
|
+
role="img"
|
|
3498
|
+
width="1em"
|
|
3499
|
+
height="1em"
|
|
3500
|
+
>
|
|
3501
|
+
<path
|
|
3502
|
+
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"
|
|
3503
|
+
/>
|
|
3504
|
+
</svg>
|
|
3265
3505
|
</div>
|
|
3266
3506
|
</span>
|
|
3267
3507
|
</button>
|
|
@@ -8660,7 +8900,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8660
8900
|
>
|
|
8661
8901
|
<span class="pf-v6-c-button__icon">
|
|
8662
8902
|
<div class="pf-v6-c-table__toggle-icon">
|
|
8663
|
-
<
|
|
8903
|
+
<svg
|
|
8904
|
+
class="pf-v6-svg"
|
|
8905
|
+
viewBox="0 0 20 20"
|
|
8906
|
+
fill="currentColor"
|
|
8907
|
+
aria-hidden="true"
|
|
8908
|
+
role="img"
|
|
8909
|
+
width="1em"
|
|
8910
|
+
height="1em"
|
|
8911
|
+
>
|
|
8912
|
+
<path
|
|
8913
|
+
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"
|
|
8914
|
+
/>
|
|
8915
|
+
</svg>
|
|
8664
8916
|
</div>
|
|
8665
8917
|
</span>
|
|
8666
8918
|
</button>
|
|
@@ -8736,7 +8988,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8736
8988
|
>
|
|
8737
8989
|
<span class="pf-v6-c-button__icon">
|
|
8738
8990
|
<div class="pf-v6-c-table__toggle-icon">
|
|
8739
|
-
<
|
|
8991
|
+
<svg
|
|
8992
|
+
class="pf-v6-svg"
|
|
8993
|
+
viewBox="0 0 20 20"
|
|
8994
|
+
fill="currentColor"
|
|
8995
|
+
aria-hidden="true"
|
|
8996
|
+
role="img"
|
|
8997
|
+
width="1em"
|
|
8998
|
+
height="1em"
|
|
8999
|
+
>
|
|
9000
|
+
<path
|
|
9001
|
+
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"
|
|
9002
|
+
/>
|
|
9003
|
+
</svg>
|
|
8740
9004
|
</div>
|
|
8741
9005
|
</span>
|
|
8742
9006
|
</button>
|
|
@@ -8843,7 +9107,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8843
9107
|
>
|
|
8844
9108
|
<span class="pf-v6-c-button__icon">
|
|
8845
9109
|
<div class="pf-v6-c-table__toggle-icon">
|
|
8846
|
-
<
|
|
9110
|
+
<svg
|
|
9111
|
+
class="pf-v6-svg"
|
|
9112
|
+
viewBox="0 0 20 20"
|
|
9113
|
+
fill="currentColor"
|
|
9114
|
+
aria-hidden="true"
|
|
9115
|
+
role="img"
|
|
9116
|
+
width="1em"
|
|
9117
|
+
height="1em"
|
|
9118
|
+
>
|
|
9119
|
+
<path
|
|
9120
|
+
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"
|
|
9121
|
+
/>
|
|
9122
|
+
</svg>
|
|
8847
9123
|
</div>
|
|
8848
9124
|
</span>
|
|
8849
9125
|
</button>
|
|
@@ -8936,7 +9212,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8936
9212
|
>
|
|
8937
9213
|
<span class="pf-v6-c-button__icon">
|
|
8938
9214
|
<div class="pf-v6-c-table__toggle-icon">
|
|
8939
|
-
<
|
|
9215
|
+
<svg
|
|
9216
|
+
class="pf-v6-svg"
|
|
9217
|
+
viewBox="0 0 20 20"
|
|
9218
|
+
fill="currentColor"
|
|
9219
|
+
aria-hidden="true"
|
|
9220
|
+
role="img"
|
|
9221
|
+
width="1em"
|
|
9222
|
+
height="1em"
|
|
9223
|
+
>
|
|
9224
|
+
<path
|
|
9225
|
+
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"
|
|
9226
|
+
/>
|
|
9227
|
+
</svg>
|
|
8940
9228
|
</div>
|
|
8941
9229
|
</span>
|
|
8942
9230
|
</button>
|
|
@@ -9032,7 +9320,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9032
9320
|
>
|
|
9033
9321
|
<span class="pf-v6-c-button__icon">
|
|
9034
9322
|
<div class="pf-v6-c-table__toggle-icon">
|
|
9035
|
-
<
|
|
9323
|
+
<svg
|
|
9324
|
+
class="pf-v6-svg"
|
|
9325
|
+
viewBox="0 0 20 20"
|
|
9326
|
+
fill="currentColor"
|
|
9327
|
+
aria-hidden="true"
|
|
9328
|
+
role="img"
|
|
9329
|
+
width="1em"
|
|
9330
|
+
height="1em"
|
|
9331
|
+
>
|
|
9332
|
+
<path
|
|
9333
|
+
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"
|
|
9334
|
+
/>
|
|
9335
|
+
</svg>
|
|
9036
9336
|
</div>
|
|
9037
9337
|
</span>
|
|
9038
9338
|
</button>
|
|
@@ -9127,7 +9427,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9127
9427
|
>
|
|
9128
9428
|
<span class="pf-v6-c-button__icon">
|
|
9129
9429
|
<div class="pf-v6-c-table__toggle-icon">
|
|
9130
|
-
<
|
|
9430
|
+
<svg
|
|
9431
|
+
class="pf-v6-svg"
|
|
9432
|
+
viewBox="0 0 20 20"
|
|
9433
|
+
fill="currentColor"
|
|
9434
|
+
aria-hidden="true"
|
|
9435
|
+
role="img"
|
|
9436
|
+
width="1em"
|
|
9437
|
+
height="1em"
|
|
9438
|
+
>
|
|
9439
|
+
<path
|
|
9440
|
+
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"
|
|
9441
|
+
/>
|
|
9442
|
+
</svg>
|
|
9131
9443
|
</div>
|
|
9132
9444
|
</span>
|
|
9133
9445
|
</button>
|
|
@@ -9220,7 +9532,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9220
9532
|
>
|
|
9221
9533
|
<span class="pf-v6-c-button__icon">
|
|
9222
9534
|
<div class="pf-v6-c-table__toggle-icon">
|
|
9223
|
-
<
|
|
9535
|
+
<svg
|
|
9536
|
+
class="pf-v6-svg"
|
|
9537
|
+
viewBox="0 0 20 20"
|
|
9538
|
+
fill="currentColor"
|
|
9539
|
+
aria-hidden="true"
|
|
9540
|
+
role="img"
|
|
9541
|
+
width="1em"
|
|
9542
|
+
height="1em"
|
|
9543
|
+
>
|
|
9544
|
+
<path
|
|
9545
|
+
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"
|
|
9546
|
+
/>
|
|
9547
|
+
</svg>
|
|
9224
9548
|
</div>
|
|
9225
9549
|
</span>
|
|
9226
9550
|
</button>
|
|
@@ -9329,7 +9653,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9329
9653
|
>
|
|
9330
9654
|
<span class="pf-v6-c-button__icon">
|
|
9331
9655
|
<div class="pf-v6-c-table__toggle-icon">
|
|
9332
|
-
<
|
|
9656
|
+
<svg
|
|
9657
|
+
class="pf-v6-svg"
|
|
9658
|
+
viewBox="0 0 20 20"
|
|
9659
|
+
fill="currentColor"
|
|
9660
|
+
aria-hidden="true"
|
|
9661
|
+
role="img"
|
|
9662
|
+
width="1em"
|
|
9663
|
+
height="1em"
|
|
9664
|
+
>
|
|
9665
|
+
<path
|
|
9666
|
+
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"
|
|
9667
|
+
/>
|
|
9668
|
+
</svg>
|
|
9333
9669
|
</div>
|
|
9334
9670
|
</span>
|
|
9335
9671
|
</button>
|
|
@@ -9422,7 +9758,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9422
9758
|
>
|
|
9423
9759
|
<span class="pf-v6-c-button__icon">
|
|
9424
9760
|
<div class="pf-v6-c-table__toggle-icon">
|
|
9425
|
-
<
|
|
9761
|
+
<svg
|
|
9762
|
+
class="pf-v6-svg"
|
|
9763
|
+
viewBox="0 0 20 20"
|
|
9764
|
+
fill="currentColor"
|
|
9765
|
+
aria-hidden="true"
|
|
9766
|
+
role="img"
|
|
9767
|
+
width="1em"
|
|
9768
|
+
height="1em"
|
|
9769
|
+
>
|
|
9770
|
+
<path
|
|
9771
|
+
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"
|
|
9772
|
+
/>
|
|
9773
|
+
</svg>
|
|
9426
9774
|
</div>
|
|
9427
9775
|
</span>
|
|
9428
9776
|
</button>
|
|
@@ -9519,7 +9867,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9519
9867
|
>
|
|
9520
9868
|
<span class="pf-v6-c-button__icon">
|
|
9521
9869
|
<div class="pf-v6-c-table__toggle-icon">
|
|
9522
|
-
<
|
|
9870
|
+
<svg
|
|
9871
|
+
class="pf-v6-svg"
|
|
9872
|
+
viewBox="0 0 20 20"
|
|
9873
|
+
fill="currentColor"
|
|
9874
|
+
aria-hidden="true"
|
|
9875
|
+
role="img"
|
|
9876
|
+
width="1em"
|
|
9877
|
+
height="1em"
|
|
9878
|
+
>
|
|
9879
|
+
<path
|
|
9880
|
+
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"
|
|
9881
|
+
/>
|
|
9882
|
+
</svg>
|
|
9523
9883
|
</div>
|
|
9524
9884
|
</span>
|
|
9525
9885
|
</button>
|
|
@@ -9919,7 +10279,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9919
10279
|
>
|
|
9920
10280
|
<span class="pf-v6-c-button__icon">
|
|
9921
10281
|
<div class="pf-v6-c-table__toggle-icon">
|
|
9922
|
-
<
|
|
10282
|
+
<svg
|
|
10283
|
+
class="pf-v6-svg"
|
|
10284
|
+
viewBox="0 0 20 20"
|
|
10285
|
+
fill="currentColor"
|
|
10286
|
+
aria-hidden="true"
|
|
10287
|
+
role="img"
|
|
10288
|
+
width="1em"
|
|
10289
|
+
height="1em"
|
|
10290
|
+
>
|
|
10291
|
+
<path
|
|
10292
|
+
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"
|
|
10293
|
+
/>
|
|
10294
|
+
</svg>
|
|
9923
10295
|
</div>
|
|
9924
10296
|
</span>
|
|
9925
10297
|
</button>
|
|
@@ -10016,7 +10388,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10016
10388
|
>
|
|
10017
10389
|
<span class="pf-v6-c-button__icon">
|
|
10018
10390
|
<div class="pf-v6-c-table__toggle-icon">
|
|
10019
|
-
<
|
|
10391
|
+
<svg
|
|
10392
|
+
class="pf-v6-svg"
|
|
10393
|
+
viewBox="0 0 20 20"
|
|
10394
|
+
fill="currentColor"
|
|
10395
|
+
aria-hidden="true"
|
|
10396
|
+
role="img"
|
|
10397
|
+
width="1em"
|
|
10398
|
+
height="1em"
|
|
10399
|
+
>
|
|
10400
|
+
<path
|
|
10401
|
+
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"
|
|
10402
|
+
/>
|
|
10403
|
+
</svg>
|
|
10020
10404
|
</div>
|
|
10021
10405
|
</span>
|
|
10022
10406
|
</button>
|
|
@@ -10117,7 +10501,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10117
10501
|
>
|
|
10118
10502
|
<span class="pf-v6-c-button__icon">
|
|
10119
10503
|
<div class="pf-v6-c-table__toggle-icon">
|
|
10120
|
-
<
|
|
10504
|
+
<svg
|
|
10505
|
+
class="pf-v6-svg"
|
|
10506
|
+
viewBox="0 0 20 20"
|
|
10507
|
+
fill="currentColor"
|
|
10508
|
+
aria-hidden="true"
|
|
10509
|
+
role="img"
|
|
10510
|
+
width="1em"
|
|
10511
|
+
height="1em"
|
|
10512
|
+
>
|
|
10513
|
+
<path
|
|
10514
|
+
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"
|
|
10515
|
+
/>
|
|
10516
|
+
</svg>
|
|
10121
10517
|
</div>
|
|
10122
10518
|
</span>
|
|
10123
10519
|
</button>
|
|
@@ -10214,7 +10610,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10214
10610
|
>
|
|
10215
10611
|
<span class="pf-v6-c-button__icon">
|
|
10216
10612
|
<div class="pf-v6-c-table__toggle-icon">
|
|
10217
|
-
<
|
|
10613
|
+
<svg
|
|
10614
|
+
class="pf-v6-svg"
|
|
10615
|
+
viewBox="0 0 20 20"
|
|
10616
|
+
fill="currentColor"
|
|
10617
|
+
aria-hidden="true"
|
|
10618
|
+
role="img"
|
|
10619
|
+
width="1em"
|
|
10620
|
+
height="1em"
|
|
10621
|
+
>
|
|
10622
|
+
<path
|
|
10623
|
+
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"
|
|
10624
|
+
/>
|
|
10625
|
+
</svg>
|
|
10218
10626
|
</div>
|
|
10219
10627
|
</span>
|
|
10220
10628
|
</button>
|
|
@@ -10365,7 +10773,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10365
10773
|
>
|
|
10366
10774
|
<span class="pf-v6-c-button__icon">
|
|
10367
10775
|
<div class="pf-v6-c-table__toggle-icon">
|
|
10368
|
-
<
|
|
10776
|
+
<svg
|
|
10777
|
+
class="pf-v6-svg"
|
|
10778
|
+
viewBox="0 0 20 20"
|
|
10779
|
+
fill="currentColor"
|
|
10780
|
+
aria-hidden="true"
|
|
10781
|
+
role="img"
|
|
10782
|
+
width="1em"
|
|
10783
|
+
height="1em"
|
|
10784
|
+
>
|
|
10785
|
+
<path
|
|
10786
|
+
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"
|
|
10787
|
+
/>
|
|
10788
|
+
</svg>
|
|
10369
10789
|
</div>
|
|
10370
10790
|
</span>
|
|
10371
10791
|
</button>
|
|
@@ -10442,7 +10862,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10442
10862
|
>
|
|
10443
10863
|
<span class="pf-v6-c-button__icon">
|
|
10444
10864
|
<div class="pf-v6-c-table__toggle-icon">
|
|
10445
|
-
<
|
|
10865
|
+
<svg
|
|
10866
|
+
class="pf-v6-svg"
|
|
10867
|
+
viewBox="0 0 20 20"
|
|
10868
|
+
fill="currentColor"
|
|
10869
|
+
aria-hidden="true"
|
|
10870
|
+
role="img"
|
|
10871
|
+
width="1em"
|
|
10872
|
+
height="1em"
|
|
10873
|
+
>
|
|
10874
|
+
<path
|
|
10875
|
+
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"
|
|
10876
|
+
/>
|
|
10877
|
+
</svg>
|
|
10446
10878
|
</div>
|
|
10447
10879
|
</span>
|
|
10448
10880
|
</button>
|
|
@@ -10754,7 +11186,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10754
11186
|
>
|
|
10755
11187
|
<span class="pf-v6-c-button__icon">
|
|
10756
11188
|
<div class="pf-v6-c-table__toggle-icon">
|
|
10757
|
-
<
|
|
11189
|
+
<svg
|
|
11190
|
+
class="pf-v6-svg"
|
|
11191
|
+
viewBox="0 0 20 20"
|
|
11192
|
+
fill="currentColor"
|
|
11193
|
+
aria-hidden="true"
|
|
11194
|
+
role="img"
|
|
11195
|
+
width="1em"
|
|
11196
|
+
height="1em"
|
|
11197
|
+
>
|
|
11198
|
+
<path
|
|
11199
|
+
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"
|
|
11200
|
+
/>
|
|
11201
|
+
</svg>
|
|
10758
11202
|
</div>
|
|
10759
11203
|
</span>
|
|
10760
11204
|
</button>
|
|
@@ -10888,7 +11332,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10888
11332
|
>
|
|
10889
11333
|
<span class="pf-v6-c-button__icon">
|
|
10890
11334
|
<div class="pf-v6-c-table__toggle-icon">
|
|
10891
|
-
<
|
|
11335
|
+
<svg
|
|
11336
|
+
class="pf-v6-svg"
|
|
11337
|
+
viewBox="0 0 20 20"
|
|
11338
|
+
fill="currentColor"
|
|
11339
|
+
aria-hidden="true"
|
|
11340
|
+
role="img"
|
|
11341
|
+
width="1em"
|
|
11342
|
+
height="1em"
|
|
11343
|
+
>
|
|
11344
|
+
<path
|
|
11345
|
+
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"
|
|
11346
|
+
/>
|
|
11347
|
+
</svg>
|
|
10892
11348
|
</div>
|
|
10893
11349
|
</span>
|
|
10894
11350
|
</button>
|
|
@@ -11081,7 +11537,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11081
11537
|
>
|
|
11082
11538
|
<span class="pf-v6-c-button__icon">
|
|
11083
11539
|
<div class="pf-v6-c-table__toggle-icon">
|
|
11084
|
-
<
|
|
11540
|
+
<svg
|
|
11541
|
+
class="pf-v6-svg"
|
|
11542
|
+
viewBox="0 0 20 20"
|
|
11543
|
+
fill="currentColor"
|
|
11544
|
+
aria-hidden="true"
|
|
11545
|
+
role="img"
|
|
11546
|
+
width="1em"
|
|
11547
|
+
height="1em"
|
|
11548
|
+
>
|
|
11549
|
+
<path
|
|
11550
|
+
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"
|
|
11551
|
+
/>
|
|
11552
|
+
</svg>
|
|
11085
11553
|
</div>
|
|
11086
11554
|
</span>
|
|
11087
11555
|
</button>
|
|
@@ -11274,7 +11742,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11274
11742
|
>
|
|
11275
11743
|
<span class="pf-v6-c-button__icon">
|
|
11276
11744
|
<div class="pf-v6-c-table__toggle-icon">
|
|
11277
|
-
<
|
|
11745
|
+
<svg
|
|
11746
|
+
class="pf-v6-svg"
|
|
11747
|
+
viewBox="0 0 20 20"
|
|
11748
|
+
fill="currentColor"
|
|
11749
|
+
aria-hidden="true"
|
|
11750
|
+
role="img"
|
|
11751
|
+
width="1em"
|
|
11752
|
+
height="1em"
|
|
11753
|
+
>
|
|
11754
|
+
<path
|
|
11755
|
+
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"
|
|
11756
|
+
/>
|
|
11757
|
+
</svg>
|
|
11278
11758
|
</div>
|
|
11279
11759
|
</span>
|
|
11280
11760
|
</button>
|
|
@@ -11506,7 +11986,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11506
11986
|
>
|
|
11507
11987
|
<span class="pf-v6-c-button__icon">
|
|
11508
11988
|
<div class="pf-v6-c-table__toggle-icon">
|
|
11509
|
-
<
|
|
11989
|
+
<svg
|
|
11990
|
+
class="pf-v6-svg"
|
|
11991
|
+
viewBox="0 0 20 20"
|
|
11992
|
+
fill="currentColor"
|
|
11993
|
+
aria-hidden="true"
|
|
11994
|
+
role="img"
|
|
11995
|
+
width="1em"
|
|
11996
|
+
height="1em"
|
|
11997
|
+
>
|
|
11998
|
+
<path
|
|
11999
|
+
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"
|
|
12000
|
+
/>
|
|
12001
|
+
</svg>
|
|
11510
12002
|
</div>
|
|
11511
12003
|
</span>
|
|
11512
12004
|
</button>
|
|
@@ -11597,7 +12089,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11597
12089
|
>
|
|
11598
12090
|
<span class="pf-v6-c-button__icon">
|
|
11599
12091
|
<div class="pf-v6-c-table__toggle-icon">
|
|
11600
|
-
<
|
|
12092
|
+
<svg
|
|
12093
|
+
class="pf-v6-svg"
|
|
12094
|
+
viewBox="0 0 20 20"
|
|
12095
|
+
fill="currentColor"
|
|
12096
|
+
aria-hidden="true"
|
|
12097
|
+
role="img"
|
|
12098
|
+
width="1em"
|
|
12099
|
+
height="1em"
|
|
12100
|
+
>
|
|
12101
|
+
<path
|
|
12102
|
+
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"
|
|
12103
|
+
/>
|
|
12104
|
+
</svg>
|
|
11601
12105
|
</div>
|
|
11602
12106
|
</span>
|
|
11603
12107
|
</button>
|
|
@@ -11983,7 +12487,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11983
12487
|
>
|
|
11984
12488
|
<span class="pf-v6-c-button__icon">
|
|
11985
12489
|
<div class="pf-v6-c-table__toggle-icon">
|
|
11986
|
-
<
|
|
12490
|
+
<svg
|
|
12491
|
+
class="pf-v6-svg"
|
|
12492
|
+
viewBox="0 0 20 20"
|
|
12493
|
+
fill="currentColor"
|
|
12494
|
+
aria-hidden="true"
|
|
12495
|
+
role="img"
|
|
12496
|
+
width="1em"
|
|
12497
|
+
height="1em"
|
|
12498
|
+
>
|
|
12499
|
+
<path
|
|
12500
|
+
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"
|
|
12501
|
+
/>
|
|
12502
|
+
</svg>
|
|
11987
12503
|
</div>
|
|
11988
12504
|
</span>
|
|
11989
12505
|
</button>
|
|
@@ -12146,7 +12662,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12146
12662
|
>
|
|
12147
12663
|
<span class="pf-v6-c-button__icon">
|
|
12148
12664
|
<div class="pf-v6-c-table__toggle-icon">
|
|
12149
|
-
<
|
|
12665
|
+
<svg
|
|
12666
|
+
class="pf-v6-svg"
|
|
12667
|
+
viewBox="0 0 20 20"
|
|
12668
|
+
fill="currentColor"
|
|
12669
|
+
aria-hidden="true"
|
|
12670
|
+
role="img"
|
|
12671
|
+
width="1em"
|
|
12672
|
+
height="1em"
|
|
12673
|
+
>
|
|
12674
|
+
<path
|
|
12675
|
+
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"
|
|
12676
|
+
/>
|
|
12677
|
+
</svg>
|
|
12150
12678
|
</div>
|
|
12151
12679
|
</span>
|
|
12152
12680
|
</button>
|
|
@@ -12383,7 +12911,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12383
12911
|
>
|
|
12384
12912
|
<span class="pf-v6-c-button__icon">
|
|
12385
12913
|
<div class="pf-v6-c-table__toggle-icon">
|
|
12386
|
-
<
|
|
12914
|
+
<svg
|
|
12915
|
+
class="pf-v6-svg"
|
|
12916
|
+
viewBox="0 0 20 20"
|
|
12917
|
+
fill="currentColor"
|
|
12918
|
+
aria-hidden="true"
|
|
12919
|
+
role="img"
|
|
12920
|
+
width="1em"
|
|
12921
|
+
height="1em"
|
|
12922
|
+
>
|
|
12923
|
+
<path
|
|
12924
|
+
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"
|
|
12925
|
+
/>
|
|
12926
|
+
</svg>
|
|
12387
12927
|
</div>
|
|
12388
12928
|
</span>
|
|
12389
12929
|
</button>
|
|
@@ -12620,7 +13160,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12620
13160
|
>
|
|
12621
13161
|
<span class="pf-v6-c-button__icon">
|
|
12622
13162
|
<div class="pf-v6-c-table__toggle-icon">
|
|
12623
|
-
<
|
|
13163
|
+
<svg
|
|
13164
|
+
class="pf-v6-svg"
|
|
13165
|
+
viewBox="0 0 20 20"
|
|
13166
|
+
fill="currentColor"
|
|
13167
|
+
aria-hidden="true"
|
|
13168
|
+
role="img"
|
|
13169
|
+
width="1em"
|
|
13170
|
+
height="1em"
|
|
13171
|
+
>
|
|
13172
|
+
<path
|
|
13173
|
+
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"
|
|
13174
|
+
/>
|
|
13175
|
+
</svg>
|
|
12624
13176
|
</div>
|
|
12625
13177
|
</span>
|
|
12626
13178
|
</button>
|
|
@@ -12895,7 +13447,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12895
13447
|
>
|
|
12896
13448
|
<span class="pf-v6-c-button__icon">
|
|
12897
13449
|
<div class="pf-v6-c-table__toggle-icon">
|
|
12898
|
-
<
|
|
13450
|
+
<svg
|
|
13451
|
+
class="pf-v6-svg"
|
|
13452
|
+
viewBox="0 0 20 20"
|
|
13453
|
+
fill="currentColor"
|
|
13454
|
+
aria-hidden="true"
|
|
13455
|
+
role="img"
|
|
13456
|
+
width="1em"
|
|
13457
|
+
height="1em"
|
|
13458
|
+
>
|
|
13459
|
+
<path
|
|
13460
|
+
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"
|
|
13461
|
+
/>
|
|
13462
|
+
</svg>
|
|
12899
13463
|
</div>
|
|
12900
13464
|
</span>
|
|
12901
13465
|
</button>
|
|
@@ -12989,7 +13553,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12989
13553
|
>
|
|
12990
13554
|
<span class="pf-v6-c-button__icon">
|
|
12991
13555
|
<div class="pf-v6-c-table__toggle-icon">
|
|
12992
|
-
<
|
|
13556
|
+
<svg
|
|
13557
|
+
class="pf-v6-svg"
|
|
13558
|
+
viewBox="0 0 20 20"
|
|
13559
|
+
fill="currentColor"
|
|
13560
|
+
aria-hidden="true"
|
|
13561
|
+
role="img"
|
|
13562
|
+
width="1em"
|
|
13563
|
+
height="1em"
|
|
13564
|
+
>
|
|
13565
|
+
<path
|
|
13566
|
+
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"
|
|
13567
|
+
/>
|
|
13568
|
+
</svg>
|
|
12993
13569
|
</div>
|
|
12994
13570
|
</span>
|
|
12995
13571
|
</button>
|
|
@@ -13390,7 +13966,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13390
13966
|
>
|
|
13391
13967
|
<span class="pf-v6-c-button__icon">
|
|
13392
13968
|
<div class="pf-v6-c-table__toggle-icon">
|
|
13393
|
-
<
|
|
13969
|
+
<svg
|
|
13970
|
+
class="pf-v6-svg"
|
|
13971
|
+
viewBox="0 0 20 20"
|
|
13972
|
+
fill="currentColor"
|
|
13973
|
+
aria-hidden="true"
|
|
13974
|
+
role="img"
|
|
13975
|
+
width="1em"
|
|
13976
|
+
height="1em"
|
|
13977
|
+
>
|
|
13978
|
+
<path
|
|
13979
|
+
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"
|
|
13980
|
+
/>
|
|
13981
|
+
</svg>
|
|
13394
13982
|
</div>
|
|
13395
13983
|
</span>
|
|
13396
13984
|
</button>
|
|
@@ -13559,7 +14147,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13559
14147
|
>
|
|
13560
14148
|
<span class="pf-v6-c-button__icon">
|
|
13561
14149
|
<div class="pf-v6-c-table__toggle-icon">
|
|
13562
|
-
<
|
|
14150
|
+
<svg
|
|
14151
|
+
class="pf-v6-svg"
|
|
14152
|
+
viewBox="0 0 20 20"
|
|
14153
|
+
fill="currentColor"
|
|
14154
|
+
aria-hidden="true"
|
|
14155
|
+
role="img"
|
|
14156
|
+
width="1em"
|
|
14157
|
+
height="1em"
|
|
14158
|
+
>
|
|
14159
|
+
<path
|
|
14160
|
+
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"
|
|
14161
|
+
/>
|
|
14162
|
+
</svg>
|
|
13563
14163
|
</div>
|
|
13564
14164
|
</span>
|
|
13565
14165
|
</button>
|
|
@@ -13805,7 +14405,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13805
14405
|
>
|
|
13806
14406
|
<span class="pf-v6-c-button__icon">
|
|
13807
14407
|
<div class="pf-v6-c-table__toggle-icon">
|
|
13808
|
-
<
|
|
14408
|
+
<svg
|
|
14409
|
+
class="pf-v6-svg"
|
|
14410
|
+
viewBox="0 0 20 20"
|
|
14411
|
+
fill="currentColor"
|
|
14412
|
+
aria-hidden="true"
|
|
14413
|
+
role="img"
|
|
14414
|
+
width="1em"
|
|
14415
|
+
height="1em"
|
|
14416
|
+
>
|
|
14417
|
+
<path
|
|
14418
|
+
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"
|
|
14419
|
+
/>
|
|
14420
|
+
</svg>
|
|
13809
14421
|
</div>
|
|
13810
14422
|
</span>
|
|
13811
14423
|
</button>
|
|
@@ -14051,7 +14663,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14051
14663
|
>
|
|
14052
14664
|
<span class="pf-v6-c-button__icon">
|
|
14053
14665
|
<div class="pf-v6-c-table__toggle-icon">
|
|
14054
|
-
<
|
|
14666
|
+
<svg
|
|
14667
|
+
class="pf-v6-svg"
|
|
14668
|
+
viewBox="0 0 20 20"
|
|
14669
|
+
fill="currentColor"
|
|
14670
|
+
aria-hidden="true"
|
|
14671
|
+
role="img"
|
|
14672
|
+
width="1em"
|
|
14673
|
+
height="1em"
|
|
14674
|
+
>
|
|
14675
|
+
<path
|
|
14676
|
+
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"
|
|
14677
|
+
/>
|
|
14678
|
+
</svg>
|
|
14055
14679
|
</div>
|
|
14056
14680
|
</span>
|
|
14057
14681
|
</button>
|
|
@@ -15368,7 +15992,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15368
15992
|
>
|
|
15369
15993
|
<span class="pf-v6-c-button__icon">
|
|
15370
15994
|
<div class="pf-v6-c-table__toggle-icon">
|
|
15371
|
-
<
|
|
15995
|
+
<svg
|
|
15996
|
+
class="pf-v6-svg"
|
|
15997
|
+
viewBox="0 0 20 20"
|
|
15998
|
+
fill="currentColor"
|
|
15999
|
+
aria-hidden="true"
|
|
16000
|
+
role="img"
|
|
16001
|
+
width="1em"
|
|
16002
|
+
height="1em"
|
|
16003
|
+
>
|
|
16004
|
+
<path
|
|
16005
|
+
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"
|
|
16006
|
+
/>
|
|
16007
|
+
</svg>
|
|
15372
16008
|
</div>
|
|
15373
16009
|
</span>
|
|
15374
16010
|
</button>
|
|
@@ -15464,7 +16100,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15464
16100
|
>
|
|
15465
16101
|
<span class="pf-v6-c-button__icon">
|
|
15466
16102
|
<div class="pf-v6-c-table__toggle-icon">
|
|
15467
|
-
<
|
|
16103
|
+
<svg
|
|
16104
|
+
class="pf-v6-svg"
|
|
16105
|
+
viewBox="0 0 20 20"
|
|
16106
|
+
fill="currentColor"
|
|
16107
|
+
aria-hidden="true"
|
|
16108
|
+
role="img"
|
|
16109
|
+
width="1em"
|
|
16110
|
+
height="1em"
|
|
16111
|
+
>
|
|
16112
|
+
<path
|
|
16113
|
+
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"
|
|
16114
|
+
/>
|
|
16115
|
+
</svg>
|
|
15468
16116
|
</div>
|
|
15469
16117
|
</span>
|
|
15470
16118
|
</button>
|
|
@@ -15546,7 +16194,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15546
16194
|
>
|
|
15547
16195
|
<span class="pf-v6-c-button__icon">
|
|
15548
16196
|
<div class="pf-v6-c-table__toggle-icon">
|
|
15549
|
-
<
|
|
16197
|
+
<svg
|
|
16198
|
+
class="pf-v6-svg"
|
|
16199
|
+
viewBox="0 0 20 20"
|
|
16200
|
+
fill="currentColor"
|
|
16201
|
+
aria-hidden="true"
|
|
16202
|
+
role="img"
|
|
16203
|
+
width="1em"
|
|
16204
|
+
height="1em"
|
|
16205
|
+
>
|
|
16206
|
+
<path
|
|
16207
|
+
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"
|
|
16208
|
+
/>
|
|
16209
|
+
</svg>
|
|
15550
16210
|
</div>
|
|
15551
16211
|
</span>
|
|
15552
16212
|
</button>
|
|
@@ -15631,7 +16291,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15631
16291
|
>
|
|
15632
16292
|
<span class="pf-v6-c-button__icon">
|
|
15633
16293
|
<div class="pf-v6-c-table__toggle-icon">
|
|
15634
|
-
<
|
|
16294
|
+
<svg
|
|
16295
|
+
class="pf-v6-svg"
|
|
16296
|
+
viewBox="0 0 20 20"
|
|
16297
|
+
fill="currentColor"
|
|
16298
|
+
aria-hidden="true"
|
|
16299
|
+
role="img"
|
|
16300
|
+
width="1em"
|
|
16301
|
+
height="1em"
|
|
16302
|
+
>
|
|
16303
|
+
<path
|
|
16304
|
+
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"
|
|
16305
|
+
/>
|
|
16306
|
+
</svg>
|
|
15635
16307
|
</div>
|
|
15636
16308
|
</span>
|
|
15637
16309
|
</button>
|
|
@@ -21204,7 +21876,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
21204
21876
|
>
|
|
21205
21877
|
<span class="pf-v6-c-button__icon">
|
|
21206
21878
|
<div class="pf-v6-c-table__toggle-icon">
|
|
21207
|
-
<
|
|
21879
|
+
<svg
|
|
21880
|
+
class="pf-v6-svg"
|
|
21881
|
+
viewBox="0 0 20 20"
|
|
21882
|
+
fill="currentColor"
|
|
21883
|
+
aria-hidden="true"
|
|
21884
|
+
role="img"
|
|
21885
|
+
width="1em"
|
|
21886
|
+
height="1em"
|
|
21887
|
+
>
|
|
21888
|
+
<path
|
|
21889
|
+
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"
|
|
21890
|
+
/>
|
|
21891
|
+
</svg>
|
|
21208
21892
|
</div>
|
|
21209
21893
|
</span>
|
|
21210
21894
|
</button>
|
|
@@ -21302,7 +21986,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
21302
21986
|
>
|
|
21303
21987
|
<span class="pf-v6-c-button__icon">
|
|
21304
21988
|
<div class="pf-v6-c-table__toggle-icon">
|
|
21305
|
-
<
|
|
21989
|
+
<svg
|
|
21990
|
+
class="pf-v6-svg"
|
|
21991
|
+
viewBox="0 0 20 20"
|
|
21992
|
+
fill="currentColor"
|
|
21993
|
+
aria-hidden="true"
|
|
21994
|
+
role="img"
|
|
21995
|
+
width="1em"
|
|
21996
|
+
height="1em"
|
|
21997
|
+
>
|
|
21998
|
+
<path
|
|
21999
|
+
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"
|
|
22000
|
+
/>
|
|
22001
|
+
</svg>
|
|
21306
22002
|
</div>
|
|
21307
22003
|
</span>
|
|
21308
22004
|
</button>
|
|
@@ -21397,7 +22093,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
21397
22093
|
>
|
|
21398
22094
|
<span class="pf-v6-c-button__icon">
|
|
21399
22095
|
<div class="pf-v6-c-table__toggle-icon">
|
|
21400
|
-
<
|
|
22096
|
+
<svg
|
|
22097
|
+
class="pf-v6-svg"
|
|
22098
|
+
viewBox="0 0 20 20"
|
|
22099
|
+
fill="currentColor"
|
|
22100
|
+
aria-hidden="true"
|
|
22101
|
+
role="img"
|
|
22102
|
+
width="1em"
|
|
22103
|
+
height="1em"
|
|
22104
|
+
>
|
|
22105
|
+
<path
|
|
22106
|
+
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"
|
|
22107
|
+
/>
|
|
22108
|
+
</svg>
|
|
21401
22109
|
</div>
|
|
21402
22110
|
</span>
|
|
21403
22111
|
</button>
|
|
@@ -24076,7 +24784,19 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
24076
24784
|
>
|
|
24077
24785
|
<span class="pf-v6-c-button__icon">
|
|
24078
24786
|
<div class="pf-v6-c-table__toggle-icon">
|
|
24079
|
-
<
|
|
24787
|
+
<svg
|
|
24788
|
+
class="pf-v6-svg"
|
|
24789
|
+
viewBox="0 0 20 20"
|
|
24790
|
+
fill="currentColor"
|
|
24791
|
+
aria-hidden="true"
|
|
24792
|
+
role="img"
|
|
24793
|
+
width="1em"
|
|
24794
|
+
height="1em"
|
|
24795
|
+
>
|
|
24796
|
+
<path
|
|
24797
|
+
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"
|
|
24798
|
+
/>
|
|
24799
|
+
</svg>
|
|
24080
24800
|
</div>
|
|
24081
24801
|
</span>
|
|
24082
24802
|
</button>
|
|
@@ -24172,7 +24892,19 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
24172
24892
|
>
|
|
24173
24893
|
<span class="pf-v6-c-button__icon">
|
|
24174
24894
|
<div class="pf-v6-c-table__toggle-icon">
|
|
24175
|
-
<
|
|
24895
|
+
<svg
|
|
24896
|
+
class="pf-v6-svg"
|
|
24897
|
+
viewBox="0 0 20 20"
|
|
24898
|
+
fill="currentColor"
|
|
24899
|
+
aria-hidden="true"
|
|
24900
|
+
role="img"
|
|
24901
|
+
width="1em"
|
|
24902
|
+
height="1em"
|
|
24903
|
+
>
|
|
24904
|
+
<path
|
|
24905
|
+
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"
|
|
24906
|
+
/>
|
|
24907
|
+
</svg>
|
|
24176
24908
|
</div>
|
|
24177
24909
|
</span>
|
|
24178
24910
|
</button>
|
|
@@ -24254,7 +24986,19 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
24254
24986
|
>
|
|
24255
24987
|
<span class="pf-v6-c-button__icon">
|
|
24256
24988
|
<div class="pf-v6-c-table__toggle-icon">
|
|
24257
|
-
<
|
|
24989
|
+
<svg
|
|
24990
|
+
class="pf-v6-svg"
|
|
24991
|
+
viewBox="0 0 20 20"
|
|
24992
|
+
fill="currentColor"
|
|
24993
|
+
aria-hidden="true"
|
|
24994
|
+
role="img"
|
|
24995
|
+
width="1em"
|
|
24996
|
+
height="1em"
|
|
24997
|
+
>
|
|
24998
|
+
<path
|
|
24999
|
+
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"
|
|
25000
|
+
/>
|
|
25001
|
+
</svg>
|
|
24258
25002
|
</div>
|
|
24259
25003
|
</span>
|
|
24260
25004
|
</button>
|
|
@@ -24339,7 +25083,19 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
24339
25083
|
>
|
|
24340
25084
|
<span class="pf-v6-c-button__icon">
|
|
24341
25085
|
<div class="pf-v6-c-table__toggle-icon">
|
|
24342
|
-
<
|
|
25086
|
+
<svg
|
|
25087
|
+
class="pf-v6-svg"
|
|
25088
|
+
viewBox="0 0 20 20"
|
|
25089
|
+
fill="currentColor"
|
|
25090
|
+
aria-hidden="true"
|
|
25091
|
+
role="img"
|
|
25092
|
+
width="1em"
|
|
25093
|
+
height="1em"
|
|
25094
|
+
>
|
|
25095
|
+
<path
|
|
25096
|
+
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"
|
|
25097
|
+
/>
|
|
25098
|
+
</svg>
|
|
24343
25099
|
</div>
|
|
24344
25100
|
</span>
|
|
24345
25101
|
</button>
|