@patternfly/patternfly 6.5.0-prerelease.64 → 6.5.0-prerelease.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/base/patternfly-svg-icons.css +6 -0
- package/base/patternfly-svg-icons.scss +6 -0
- package/components/Page/page.css +83 -34
- package/components/Page/page.scss +94 -39
- package/components/Table/table.css +2 -2
- package/components/Table/table.scss +2 -2
- package/components/_index.css +85 -36
- package/docs/components/Table/examples/Table.md +1879 -151
- package/docs/demos/Table/examples/Table.md +368 -32
- package/package.json +21 -1
- package/patternfly-base-no-globals.css +6 -0
- package/patternfly-base.css +6 -0
- package/patternfly-no-globals.css +92 -37
- package/patternfly.css +92 -37
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/patternfly.scss +3 -1
|
@@ -2039,7 +2039,19 @@ wrapperTag: div
|
|
|
2039
2039
|
<span class="pf-v6-c-table__button-content">
|
|
2040
2040
|
<span class="pf-v6-c-table__text">Repositories</span>
|
|
2041
2041
|
<span class="pf-v6-c-table__sort-indicator">
|
|
2042
|
-
<
|
|
2042
|
+
<svg
|
|
2043
|
+
class="pf-v6-svg"
|
|
2044
|
+
viewBox="0 0 32 32"
|
|
2045
|
+
fill="currentColor"
|
|
2046
|
+
aria-hidden="true"
|
|
2047
|
+
role="img"
|
|
2048
|
+
width="1em"
|
|
2049
|
+
height="1em"
|
|
2050
|
+
>
|
|
2051
|
+
<path
|
|
2052
|
+
d="M30 16a1 1 0 0 1-1 1H15a1 1 0 0 1 0-2h14a1 1 0 0 1 1 1Zm-5 5H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Zm-6-17a.999.999 0 0 0 .707-1.707l-5.646-5.646a1.501 1.501 0 0 0-2.121 0L2.294 8.293a.999.999 0 1 0 1.414 1.414l4.293-4.293V29a1 1 0 1 0 2 0V5.414l4.293 4.293a.997.997 0 0 0 .707.293Z"
|
|
2053
|
+
/>
|
|
2054
|
+
</svg>
|
|
2043
2055
|
</span>
|
|
2044
2056
|
</span>
|
|
2045
2057
|
</button>
|
|
@@ -2055,7 +2067,19 @@ wrapperTag: div
|
|
|
2055
2067
|
<span class="pf-v6-c-table__button-content">
|
|
2056
2068
|
<span class="pf-v6-c-table__text">Branches</span>
|
|
2057
2069
|
<span class="pf-v6-c-table__sort-indicator">
|
|
2058
|
-
<
|
|
2070
|
+
<svg
|
|
2071
|
+
class="pf-v6-svg"
|
|
2072
|
+
viewBox="0 0 32 32"
|
|
2073
|
+
fill="currentColor"
|
|
2074
|
+
aria-hidden="true"
|
|
2075
|
+
role="img"
|
|
2076
|
+
width="1em"
|
|
2077
|
+
height="1em"
|
|
2078
|
+
>
|
|
2079
|
+
<path
|
|
2080
|
+
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"
|
|
2081
|
+
/>
|
|
2082
|
+
</svg>
|
|
2059
2083
|
</span>
|
|
2060
2084
|
</span>
|
|
2061
2085
|
</button>
|
|
@@ -2071,7 +2095,19 @@ wrapperTag: div
|
|
|
2071
2095
|
<span class="pf-v6-c-table__button-content">
|
|
2072
2096
|
<span class="pf-v6-c-table__text">Pull requests</span>
|
|
2073
2097
|
<span class="pf-v6-c-table__sort-indicator">
|
|
2074
|
-
<
|
|
2098
|
+
<svg
|
|
2099
|
+
class="pf-v6-svg"
|
|
2100
|
+
viewBox="0 0 32 32"
|
|
2101
|
+
fill="currentColor"
|
|
2102
|
+
aria-hidden="true"
|
|
2103
|
+
role="img"
|
|
2104
|
+
width="1em"
|
|
2105
|
+
height="1em"
|
|
2106
|
+
>
|
|
2107
|
+
<path
|
|
2108
|
+
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"
|
|
2109
|
+
/>
|
|
2110
|
+
</svg>
|
|
2075
2111
|
</span>
|
|
2076
2112
|
</span>
|
|
2077
2113
|
</button>
|
|
@@ -2087,7 +2123,19 @@ wrapperTag: div
|
|
|
2087
2123
|
<span class="pf-v6-c-table__button-content">
|
|
2088
2124
|
<span class="pf-v6-c-table__text">Workspaces</span>
|
|
2089
2125
|
<span class="pf-v6-c-table__sort-indicator">
|
|
2090
|
-
<
|
|
2126
|
+
<svg
|
|
2127
|
+
class="pf-v6-svg"
|
|
2128
|
+
viewBox="0 0 32 32"
|
|
2129
|
+
fill="currentColor"
|
|
2130
|
+
aria-hidden="true"
|
|
2131
|
+
role="img"
|
|
2132
|
+
width="1em"
|
|
2133
|
+
height="1em"
|
|
2134
|
+
>
|
|
2135
|
+
<path
|
|
2136
|
+
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"
|
|
2137
|
+
/>
|
|
2138
|
+
</svg>
|
|
2091
2139
|
</span>
|
|
2092
2140
|
</span>
|
|
2093
2141
|
</button>
|
|
@@ -2103,7 +2151,19 @@ wrapperTag: div
|
|
|
2103
2151
|
<span class="pf-v6-c-table__button-content">
|
|
2104
2152
|
<span class="pf-v6-c-table__text">Last commit</span>
|
|
2105
2153
|
<span class="pf-v6-c-table__sort-indicator">
|
|
2106
|
-
<
|
|
2154
|
+
<svg
|
|
2155
|
+
class="pf-v6-svg"
|
|
2156
|
+
viewBox="0 0 32 32"
|
|
2157
|
+
fill="currentColor"
|
|
2158
|
+
aria-hidden="true"
|
|
2159
|
+
role="img"
|
|
2160
|
+
width="1em"
|
|
2161
|
+
height="1em"
|
|
2162
|
+
>
|
|
2163
|
+
<path
|
|
2164
|
+
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"
|
|
2165
|
+
/>
|
|
2166
|
+
</svg>
|
|
2107
2167
|
</span>
|
|
2108
2168
|
</span>
|
|
2109
2169
|
</button>
|
|
@@ -6236,7 +6296,19 @@ wrapperTag: div
|
|
|
6236
6296
|
<span class="pf-v6-c-table__button-content">
|
|
6237
6297
|
<span class="pf-v6-c-table__text">Repositories</span>
|
|
6238
6298
|
<span class="pf-v6-c-table__sort-indicator">
|
|
6239
|
-
<
|
|
6299
|
+
<svg
|
|
6300
|
+
class="pf-v6-svg"
|
|
6301
|
+
viewBox="0 0 32 32"
|
|
6302
|
+
fill="currentColor"
|
|
6303
|
+
aria-hidden="true"
|
|
6304
|
+
role="img"
|
|
6305
|
+
width="1em"
|
|
6306
|
+
height="1em"
|
|
6307
|
+
>
|
|
6308
|
+
<path
|
|
6309
|
+
d="M30 16a1 1 0 0 1-1 1H15a1 1 0 0 1 0-2h14a1 1 0 0 1 1 1Zm-5 5H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Zm-6-17a.999.999 0 0 0 .707-1.707l-5.646-5.646a1.501 1.501 0 0 0-2.121 0L2.294 8.293a.999.999 0 1 0 1.414 1.414l4.293-4.293V29a1 1 0 1 0 2 0V5.414l4.293 4.293a.997.997 0 0 0 .707.293Z"
|
|
6310
|
+
/>
|
|
6311
|
+
</svg>
|
|
6240
6312
|
</span>
|
|
6241
6313
|
</span>
|
|
6242
6314
|
</button>
|
|
@@ -6252,7 +6324,19 @@ wrapperTag: div
|
|
|
6252
6324
|
<span class="pf-v6-c-table__button-content">
|
|
6253
6325
|
<span class="pf-v6-c-table__text">Branches</span>
|
|
6254
6326
|
<span class="pf-v6-c-table__sort-indicator">
|
|
6255
|
-
<
|
|
6327
|
+
<svg
|
|
6328
|
+
class="pf-v6-svg"
|
|
6329
|
+
viewBox="0 0 32 32"
|
|
6330
|
+
fill="currentColor"
|
|
6331
|
+
aria-hidden="true"
|
|
6332
|
+
role="img"
|
|
6333
|
+
width="1em"
|
|
6334
|
+
height="1em"
|
|
6335
|
+
>
|
|
6336
|
+
<path
|
|
6337
|
+
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"
|
|
6338
|
+
/>
|
|
6339
|
+
</svg>
|
|
6256
6340
|
</span>
|
|
6257
6341
|
</span>
|
|
6258
6342
|
</button>
|
|
@@ -6268,7 +6352,19 @@ wrapperTag: div
|
|
|
6268
6352
|
<span class="pf-v6-c-table__button-content">
|
|
6269
6353
|
<span class="pf-v6-c-table__text">Pull requests</span>
|
|
6270
6354
|
<span class="pf-v6-c-table__sort-indicator">
|
|
6271
|
-
<
|
|
6355
|
+
<svg
|
|
6356
|
+
class="pf-v6-svg"
|
|
6357
|
+
viewBox="0 0 32 32"
|
|
6358
|
+
fill="currentColor"
|
|
6359
|
+
aria-hidden="true"
|
|
6360
|
+
role="img"
|
|
6361
|
+
width="1em"
|
|
6362
|
+
height="1em"
|
|
6363
|
+
>
|
|
6364
|
+
<path
|
|
6365
|
+
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"
|
|
6366
|
+
/>
|
|
6367
|
+
</svg>
|
|
6272
6368
|
</span>
|
|
6273
6369
|
</span>
|
|
6274
6370
|
</button>
|
|
@@ -6423,7 +6519,19 @@ wrapperTag: div
|
|
|
6423
6519
|
<span class="pf-v6-c-table__button-content">
|
|
6424
6520
|
<span class="pf-v6-c-table__text">Description</span>
|
|
6425
6521
|
<span class="pf-v6-c-table__sort-indicator">
|
|
6426
|
-
<
|
|
6522
|
+
<svg
|
|
6523
|
+
class="pf-v6-svg"
|
|
6524
|
+
viewBox="0 0 32 32"
|
|
6525
|
+
fill="currentColor"
|
|
6526
|
+
aria-hidden="true"
|
|
6527
|
+
role="img"
|
|
6528
|
+
width="1em"
|
|
6529
|
+
height="1em"
|
|
6530
|
+
>
|
|
6531
|
+
<path
|
|
6532
|
+
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"
|
|
6533
|
+
/>
|
|
6534
|
+
</svg>
|
|
6427
6535
|
</span>
|
|
6428
6536
|
</span>
|
|
6429
6537
|
</button>
|
|
@@ -6704,7 +6812,19 @@ wrapperTag: div
|
|
|
6704
6812
|
<span class="pf-v6-c-table__button-content">
|
|
6705
6813
|
<span class="pf-v6-c-table__text">Description</span>
|
|
6706
6814
|
<span class="pf-v6-c-table__sort-indicator">
|
|
6707
|
-
<
|
|
6815
|
+
<svg
|
|
6816
|
+
class="pf-v6-svg"
|
|
6817
|
+
viewBox="0 0 32 32"
|
|
6818
|
+
fill="currentColor"
|
|
6819
|
+
aria-hidden="true"
|
|
6820
|
+
role="img"
|
|
6821
|
+
width="1em"
|
|
6822
|
+
height="1em"
|
|
6823
|
+
>
|
|
6824
|
+
<path
|
|
6825
|
+
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"
|
|
6826
|
+
/>
|
|
6827
|
+
</svg>
|
|
6708
6828
|
</span>
|
|
6709
6829
|
</span>
|
|
6710
6830
|
</button>
|
|
@@ -6985,7 +7105,19 @@ wrapperTag: div
|
|
|
6985
7105
|
<span class="pf-v6-c-table__button-content">
|
|
6986
7106
|
<span class="pf-v6-c-table__text">Description</span>
|
|
6987
7107
|
<span class="pf-v6-c-table__sort-indicator">
|
|
6988
|
-
<
|
|
7108
|
+
<svg
|
|
7109
|
+
class="pf-v6-svg"
|
|
7110
|
+
viewBox="0 0 32 32"
|
|
7111
|
+
fill="currentColor"
|
|
7112
|
+
aria-hidden="true"
|
|
7113
|
+
role="img"
|
|
7114
|
+
width="1em"
|
|
7115
|
+
height="1em"
|
|
7116
|
+
>
|
|
7117
|
+
<path
|
|
7118
|
+
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"
|
|
7119
|
+
/>
|
|
7120
|
+
</svg>
|
|
6989
7121
|
</span>
|
|
6990
7122
|
</span>
|
|
6991
7123
|
</button>
|
|
@@ -7359,7 +7491,19 @@ wrapperTag: div
|
|
|
7359
7491
|
<span class="pf-v6-c-table__button-content">
|
|
7360
7492
|
<span class="pf-v6-c-table__text">Description</span>
|
|
7361
7493
|
<span class="pf-v6-c-table__sort-indicator">
|
|
7362
|
-
<
|
|
7494
|
+
<svg
|
|
7495
|
+
class="pf-v6-svg"
|
|
7496
|
+
viewBox="0 0 32 32"
|
|
7497
|
+
fill="currentColor"
|
|
7498
|
+
aria-hidden="true"
|
|
7499
|
+
role="img"
|
|
7500
|
+
width="1em"
|
|
7501
|
+
height="1em"
|
|
7502
|
+
>
|
|
7503
|
+
<path
|
|
7504
|
+
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"
|
|
7505
|
+
/>
|
|
7506
|
+
</svg>
|
|
7363
7507
|
</span>
|
|
7364
7508
|
</span>
|
|
7365
7509
|
</button>
|
|
@@ -7640,7 +7784,19 @@ wrapperTag: div
|
|
|
7640
7784
|
<span class="pf-v6-c-table__button-content">
|
|
7641
7785
|
<span class="pf-v6-c-table__text">Description</span>
|
|
7642
7786
|
<span class="pf-v6-c-table__sort-indicator">
|
|
7643
|
-
<
|
|
7787
|
+
<svg
|
|
7788
|
+
class="pf-v6-svg"
|
|
7789
|
+
viewBox="0 0 32 32"
|
|
7790
|
+
fill="currentColor"
|
|
7791
|
+
aria-hidden="true"
|
|
7792
|
+
role="img"
|
|
7793
|
+
width="1em"
|
|
7794
|
+
height="1em"
|
|
7795
|
+
>
|
|
7796
|
+
<path
|
|
7797
|
+
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"
|
|
7798
|
+
/>
|
|
7799
|
+
</svg>
|
|
7644
7800
|
</span>
|
|
7645
7801
|
</span>
|
|
7646
7802
|
</button>
|
|
@@ -7921,7 +8077,19 @@ wrapperTag: div
|
|
|
7921
8077
|
<span class="pf-v6-c-table__button-content">
|
|
7922
8078
|
<span class="pf-v6-c-table__text">Description</span>
|
|
7923
8079
|
<span class="pf-v6-c-table__sort-indicator">
|
|
7924
|
-
<
|
|
8080
|
+
<svg
|
|
8081
|
+
class="pf-v6-svg"
|
|
8082
|
+
viewBox="0 0 32 32"
|
|
8083
|
+
fill="currentColor"
|
|
8084
|
+
aria-hidden="true"
|
|
8085
|
+
role="img"
|
|
8086
|
+
width="1em"
|
|
8087
|
+
height="1em"
|
|
8088
|
+
>
|
|
8089
|
+
<path
|
|
8090
|
+
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"
|
|
8091
|
+
/>
|
|
8092
|
+
</svg>
|
|
7925
8093
|
</span>
|
|
7926
8094
|
</span>
|
|
7927
8095
|
</button>
|
|
@@ -8295,7 +8463,19 @@ wrapperTag: div
|
|
|
8295
8463
|
<span class="pf-v6-c-table__button-content">
|
|
8296
8464
|
<span class="pf-v6-c-table__text">Description</span>
|
|
8297
8465
|
<span class="pf-v6-c-table__sort-indicator">
|
|
8298
|
-
<
|
|
8466
|
+
<svg
|
|
8467
|
+
class="pf-v6-svg"
|
|
8468
|
+
viewBox="0 0 32 32"
|
|
8469
|
+
fill="currentColor"
|
|
8470
|
+
aria-hidden="true"
|
|
8471
|
+
role="img"
|
|
8472
|
+
width="1em"
|
|
8473
|
+
height="1em"
|
|
8474
|
+
>
|
|
8475
|
+
<path
|
|
8476
|
+
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"
|
|
8477
|
+
/>
|
|
8478
|
+
</svg>
|
|
8299
8479
|
</span>
|
|
8300
8480
|
</span>
|
|
8301
8481
|
</button>
|
|
@@ -8576,7 +8756,19 @@ wrapperTag: div
|
|
|
8576
8756
|
<span class="pf-v6-c-table__button-content">
|
|
8577
8757
|
<span class="pf-v6-c-table__text">Description</span>
|
|
8578
8758
|
<span class="pf-v6-c-table__sort-indicator">
|
|
8579
|
-
<
|
|
8759
|
+
<svg
|
|
8760
|
+
class="pf-v6-svg"
|
|
8761
|
+
viewBox="0 0 32 32"
|
|
8762
|
+
fill="currentColor"
|
|
8763
|
+
aria-hidden="true"
|
|
8764
|
+
role="img"
|
|
8765
|
+
width="1em"
|
|
8766
|
+
height="1em"
|
|
8767
|
+
>
|
|
8768
|
+
<path
|
|
8769
|
+
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"
|
|
8770
|
+
/>
|
|
8771
|
+
</svg>
|
|
8580
8772
|
</span>
|
|
8581
8773
|
</span>
|
|
8582
8774
|
</button>
|
|
@@ -8857,7 +9049,19 @@ wrapperTag: div
|
|
|
8857
9049
|
<span class="pf-v6-c-table__button-content">
|
|
8858
9050
|
<span class="pf-v6-c-table__text">Description</span>
|
|
8859
9051
|
<span class="pf-v6-c-table__sort-indicator">
|
|
8860
|
-
<
|
|
9052
|
+
<svg
|
|
9053
|
+
class="pf-v6-svg"
|
|
9054
|
+
viewBox="0 0 32 32"
|
|
9055
|
+
fill="currentColor"
|
|
9056
|
+
aria-hidden="true"
|
|
9057
|
+
role="img"
|
|
9058
|
+
width="1em"
|
|
9059
|
+
height="1em"
|
|
9060
|
+
>
|
|
9061
|
+
<path
|
|
9062
|
+
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"
|
|
9063
|
+
/>
|
|
9064
|
+
</svg>
|
|
8861
9065
|
</span>
|
|
8862
9066
|
</span>
|
|
8863
9067
|
</button>
|
|
@@ -14861,7 +15065,19 @@ wrapperTag: div
|
|
|
14861
15065
|
<span class="pf-v6-c-table__button-content">
|
|
14862
15066
|
<span class="pf-v6-c-table__text">Fact</span>
|
|
14863
15067
|
<span class="pf-v6-c-table__sort-indicator">
|
|
14864
|
-
<
|
|
15068
|
+
<svg
|
|
15069
|
+
class="pf-v6-svg"
|
|
15070
|
+
viewBox="0 0 32 32"
|
|
15071
|
+
fill="currentColor"
|
|
15072
|
+
aria-hidden="true"
|
|
15073
|
+
role="img"
|
|
15074
|
+
width="1em"
|
|
15075
|
+
height="1em"
|
|
15076
|
+
>
|
|
15077
|
+
<path
|
|
15078
|
+
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"
|
|
15079
|
+
/>
|
|
15080
|
+
</svg>
|
|
14865
15081
|
</span>
|
|
14866
15082
|
</span>
|
|
14867
15083
|
</button>
|
|
@@ -14878,7 +15094,19 @@ wrapperTag: div
|
|
|
14878
15094
|
<span class="pf-v6-c-table__button-content">
|
|
14879
15095
|
<span class="pf-v6-c-table__text">State</span>
|
|
14880
15096
|
<span class="pf-v6-c-table__sort-indicator">
|
|
14881
|
-
<
|
|
15097
|
+
<svg
|
|
15098
|
+
class="pf-v6-svg"
|
|
15099
|
+
viewBox="0 0 32 32"
|
|
15100
|
+
fill="currentColor"
|
|
15101
|
+
aria-hidden="true"
|
|
15102
|
+
role="img"
|
|
15103
|
+
width="1em"
|
|
15104
|
+
height="1em"
|
|
15105
|
+
>
|
|
15106
|
+
<path
|
|
15107
|
+
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"
|
|
15108
|
+
/>
|
|
15109
|
+
</svg>
|
|
14882
15110
|
</span>
|
|
14883
15111
|
</span>
|
|
14884
15112
|
</button>
|
|
@@ -16221,7 +16449,19 @@ wrapperTag: div
|
|
|
16221
16449
|
<span class="pf-v6-c-table__button-content">
|
|
16222
16450
|
<span class="pf-v6-c-table__text">Fact</span>
|
|
16223
16451
|
<span class="pf-v6-c-table__sort-indicator">
|
|
16224
|
-
<
|
|
16452
|
+
<svg
|
|
16453
|
+
class="pf-v6-svg"
|
|
16454
|
+
viewBox="0 0 32 32"
|
|
16455
|
+
fill="currentColor"
|
|
16456
|
+
aria-hidden="true"
|
|
16457
|
+
role="img"
|
|
16458
|
+
width="1em"
|
|
16459
|
+
height="1em"
|
|
16460
|
+
>
|
|
16461
|
+
<path
|
|
16462
|
+
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"
|
|
16463
|
+
/>
|
|
16464
|
+
</svg>
|
|
16225
16465
|
</span>
|
|
16226
16466
|
</span>
|
|
16227
16467
|
</button>
|
|
@@ -16239,7 +16479,19 @@ wrapperTag: div
|
|
|
16239
16479
|
<span class="pf-v6-c-table__button-content">
|
|
16240
16480
|
<span class="pf-v6-c-table__text">State</span>
|
|
16241
16481
|
<span class="pf-v6-c-table__sort-indicator">
|
|
16242
|
-
<
|
|
16482
|
+
<svg
|
|
16483
|
+
class="pf-v6-svg"
|
|
16484
|
+
viewBox="0 0 32 32"
|
|
16485
|
+
fill="currentColor"
|
|
16486
|
+
aria-hidden="true"
|
|
16487
|
+
role="img"
|
|
16488
|
+
width="1em"
|
|
16489
|
+
height="1em"
|
|
16490
|
+
>
|
|
16491
|
+
<path
|
|
16492
|
+
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"
|
|
16493
|
+
/>
|
|
16494
|
+
</svg>
|
|
16243
16495
|
</span>
|
|
16244
16496
|
</span>
|
|
16245
16497
|
</button>
|
|
@@ -17610,7 +17862,19 @@ wrapperTag: div
|
|
|
17610
17862
|
<span class="pf-v6-c-table__button-content">
|
|
17611
17863
|
<span class="pf-v6-c-table__text">Fact</span>
|
|
17612
17864
|
<span class="pf-v6-c-table__sort-indicator">
|
|
17613
|
-
<
|
|
17865
|
+
<svg
|
|
17866
|
+
class="pf-v6-svg"
|
|
17867
|
+
viewBox="0 0 32 32"
|
|
17868
|
+
fill="currentColor"
|
|
17869
|
+
aria-hidden="true"
|
|
17870
|
+
role="img"
|
|
17871
|
+
width="1em"
|
|
17872
|
+
height="1em"
|
|
17873
|
+
>
|
|
17874
|
+
<path
|
|
17875
|
+
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"
|
|
17876
|
+
/>
|
|
17877
|
+
</svg>
|
|
17614
17878
|
</span>
|
|
17615
17879
|
</span>
|
|
17616
17880
|
</button>
|
|
@@ -17628,7 +17892,19 @@ wrapperTag: div
|
|
|
17628
17892
|
<span class="pf-v6-c-table__button-content">
|
|
17629
17893
|
<span class="pf-v6-c-table__text">State</span>
|
|
17630
17894
|
<span class="pf-v6-c-table__sort-indicator">
|
|
17631
|
-
<
|
|
17895
|
+
<svg
|
|
17896
|
+
class="pf-v6-svg"
|
|
17897
|
+
viewBox="0 0 32 32"
|
|
17898
|
+
fill="currentColor"
|
|
17899
|
+
aria-hidden="true"
|
|
17900
|
+
role="img"
|
|
17901
|
+
width="1em"
|
|
17902
|
+
height="1em"
|
|
17903
|
+
>
|
|
17904
|
+
<path
|
|
17905
|
+
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"
|
|
17906
|
+
/>
|
|
17907
|
+
</svg>
|
|
17632
17908
|
</span>
|
|
17633
17909
|
</span>
|
|
17634
17910
|
</button>
|
|
@@ -18998,7 +19274,19 @@ wrapperTag: div
|
|
|
18998
19274
|
<span class="pf-v6-c-table__button-content">
|
|
18999
19275
|
<span class="pf-v6-c-table__text">Fact</span>
|
|
19000
19276
|
<span class="pf-v6-c-table__sort-indicator">
|
|
19001
|
-
<
|
|
19277
|
+
<svg
|
|
19278
|
+
class="pf-v6-svg"
|
|
19279
|
+
viewBox="0 0 32 32"
|
|
19280
|
+
fill="currentColor"
|
|
19281
|
+
aria-hidden="true"
|
|
19282
|
+
role="img"
|
|
19283
|
+
width="1em"
|
|
19284
|
+
height="1em"
|
|
19285
|
+
>
|
|
19286
|
+
<path
|
|
19287
|
+
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"
|
|
19288
|
+
/>
|
|
19289
|
+
</svg>
|
|
19002
19290
|
</span>
|
|
19003
19291
|
</span>
|
|
19004
19292
|
</button>
|
|
@@ -19015,7 +19303,19 @@ wrapperTag: div
|
|
|
19015
19303
|
<span class="pf-v6-c-table__button-content">
|
|
19016
19304
|
<span class="pf-v6-c-table__text">State</span>
|
|
19017
19305
|
<span class="pf-v6-c-table__sort-indicator">
|
|
19018
|
-
<
|
|
19306
|
+
<svg
|
|
19307
|
+
class="pf-v6-svg"
|
|
19308
|
+
viewBox="0 0 32 32"
|
|
19309
|
+
fill="currentColor"
|
|
19310
|
+
aria-hidden="true"
|
|
19311
|
+
role="img"
|
|
19312
|
+
width="1em"
|
|
19313
|
+
height="1em"
|
|
19314
|
+
>
|
|
19315
|
+
<path
|
|
19316
|
+
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"
|
|
19317
|
+
/>
|
|
19318
|
+
</svg>
|
|
19019
19319
|
</span>
|
|
19020
19320
|
</span>
|
|
19021
19321
|
</button>
|
|
@@ -20047,7 +20347,19 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
20047
20347
|
<span class="pf-v6-c-table__button-content">
|
|
20048
20348
|
<span class="pf-v6-c-table__text">Repositories</span>
|
|
20049
20349
|
<span class="pf-v6-c-table__sort-indicator">
|
|
20050
|
-
<
|
|
20350
|
+
<svg
|
|
20351
|
+
class="pf-v6-svg"
|
|
20352
|
+
viewBox="0 0 32 32"
|
|
20353
|
+
fill="currentColor"
|
|
20354
|
+
aria-hidden="true"
|
|
20355
|
+
role="img"
|
|
20356
|
+
width="1em"
|
|
20357
|
+
height="1em"
|
|
20358
|
+
>
|
|
20359
|
+
<path
|
|
20360
|
+
d="M30 16a1 1 0 0 1-1 1H15a1 1 0 0 1 0-2h14a1 1 0 0 1 1 1Zm-5 5H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Zm-6-17a.999.999 0 0 0 .707-1.707l-5.646-5.646a1.501 1.501 0 0 0-2.121 0L2.294 8.293a.999.999 0 1 0 1.414 1.414l4.293-4.293V29a1 1 0 1 0 2 0V5.414l4.293 4.293a.997.997 0 0 0 .707.293Z"
|
|
20361
|
+
/>
|
|
20362
|
+
</svg>
|
|
20051
20363
|
</span>
|
|
20052
20364
|
</span>
|
|
20053
20365
|
</button>
|
|
@@ -20064,7 +20376,19 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
20064
20376
|
<span class="pf-v6-c-table__button-content">
|
|
20065
20377
|
<span class="pf-v6-c-table__text">Branches</span>
|
|
20066
20378
|
<span class="pf-v6-c-table__sort-indicator">
|
|
20067
|
-
<
|
|
20379
|
+
<svg
|
|
20380
|
+
class="pf-v6-svg"
|
|
20381
|
+
viewBox="0 0 32 32"
|
|
20382
|
+
fill="currentColor"
|
|
20383
|
+
aria-hidden="true"
|
|
20384
|
+
role="img"
|
|
20385
|
+
width="1em"
|
|
20386
|
+
height="1em"
|
|
20387
|
+
>
|
|
20388
|
+
<path
|
|
20389
|
+
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"
|
|
20390
|
+
/>
|
|
20391
|
+
</svg>
|
|
20068
20392
|
</span>
|
|
20069
20393
|
</span>
|
|
20070
20394
|
</button>
|
|
@@ -20077,7 +20401,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
20077
20401
|
<span class="pf-v6-c-button__icon">
|
|
20078
20402
|
<svg
|
|
20079
20403
|
class="pf-v6-svg"
|
|
20080
|
-
viewBox="0 0
|
|
20404
|
+
viewBox="0 0 32 32"
|
|
20081
20405
|
fill="currentColor"
|
|
20082
20406
|
aria-hidden="true"
|
|
20083
20407
|
role="img"
|
|
@@ -20085,7 +20409,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
20085
20409
|
height="1em"
|
|
20086
20410
|
>
|
|
20087
20411
|
<path
|
|
20088
|
-
d="
|
|
20412
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm0 28C8.832 29 3 23.168 3 16S8.832 3 16 3s13 5.832 13 13-5.832 13-13 13Zm5-17a5.008 5.008 0 0 1-4 4.899V19a1 1 0 0 1-2 0v-3a1 1 0 0 1 1-1c1.654 0 3-1.346 3-3s-1.346-3-3-3-3 1.346-3 3a1 1 0 0 1-2 0c0-2.757 2.243-5 5-5s5 2.243 5 5Zm-3.25 12a1.75 1.75 0 1 1-3.501-.001A1.75 1.75 0 0 1 17.75 24Z"
|
|
20089
20413
|
/>
|
|
20090
20414
|
</svg>
|
|
20091
20415
|
</span>
|
|
@@ -20104,7 +20428,19 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
20104
20428
|
<span class="pf-v6-c-table__button-content">
|
|
20105
20429
|
<span class="pf-v6-c-table__text">Pull requests</span>
|
|
20106
20430
|
<span class="pf-v6-c-table__sort-indicator">
|
|
20107
|
-
<
|
|
20431
|
+
<svg
|
|
20432
|
+
class="pf-v6-svg"
|
|
20433
|
+
viewBox="0 0 32 32"
|
|
20434
|
+
fill="currentColor"
|
|
20435
|
+
aria-hidden="true"
|
|
20436
|
+
role="img"
|
|
20437
|
+
width="1em"
|
|
20438
|
+
height="1em"
|
|
20439
|
+
>
|
|
20440
|
+
<path
|
|
20441
|
+
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"
|
|
20442
|
+
/>
|
|
20443
|
+
</svg>
|
|
20108
20444
|
</span>
|
|
20109
20445
|
</span>
|
|
20110
20446
|
</button>
|
|
@@ -20132,7 +20468,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
20132
20468
|
<span class="pf-v6-c-button__icon">
|
|
20133
20469
|
<svg
|
|
20134
20470
|
class="pf-v6-svg"
|
|
20135
|
-
viewBox="0 0
|
|
20471
|
+
viewBox="0 0 32 32"
|
|
20136
20472
|
fill="currentColor"
|
|
20137
20473
|
aria-hidden="true"
|
|
20138
20474
|
role="img"
|
|
@@ -20140,7 +20476,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
20140
20476
|
height="1em"
|
|
20141
20477
|
>
|
|
20142
20478
|
<path
|
|
20143
|
-
d="
|
|
20479
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm0 28C8.832 29 3 23.168 3 16S8.832 3 16 3s13 5.832 13 13-5.832 13-13 13Zm5-17a5.008 5.008 0 0 1-4 4.899V19a1 1 0 0 1-2 0v-3a1 1 0 0 1 1-1c1.654 0 3-1.346 3-3s-1.346-3-3-3-3 1.346-3 3a1 1 0 0 1-2 0c0-2.757 2.243-5 5-5s5 2.243 5 5Zm-3.25 12a1.75 1.75 0 1 1-3.501-.001A1.75 1.75 0 0 1 17.75 24Z"
|
|
20144
20480
|
/>
|
|
20145
20481
|
</svg>
|
|
20146
20482
|
</span>
|