@patternfly/patternfly 6.5.0-prerelease.65 → 6.5.0-prerelease.66
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/Breadcrumb/breadcrumb.css +6 -2
- package/components/Breadcrumb/breadcrumb.scss +6 -2
- package/components/MenuToggle/menu-toggle.css +1 -1
- package/components/MenuToggle/menu-toggle.scss +1 -1
- package/components/Table/table.css +58 -19
- package/components/Table/table.scss +75 -24
- package/components/_index.css +65 -22
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +1 -1
- package/docs/components/Button/examples/Button.md +30 -30
- package/docs/components/Table/examples/Table.css +2 -1
- package/docs/components/Table/examples/Table.md +1330 -166
- package/docs/demos/Table/examples/Table.md +2836 -333
- package/docs/demos/Toolbar/examples/Toolbar.md +422 -70
- package/package.json +2 -2
- package/patternfly-no-globals.css +65 -22
- package/patternfly.css +65 -22
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -70,7 +70,7 @@ cssPrefix: pf-v6-c-button
|
|
|
70
70
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
71
71
|
<svg
|
|
72
72
|
class="pf-v6-svg"
|
|
73
|
-
viewBox="0 0
|
|
73
|
+
viewBox="0 0 20 20"
|
|
74
74
|
fill="currentColor"
|
|
75
75
|
aria-hidden="true"
|
|
76
76
|
role="img"
|
|
@@ -78,7 +78,7 @@ cssPrefix: pf-v6-c-button
|
|
|
78
78
|
height="1em"
|
|
79
79
|
>
|
|
80
80
|
<path
|
|
81
|
-
d="
|
|
81
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
82
82
|
/>
|
|
83
83
|
</svg>
|
|
84
84
|
</span>
|
|
@@ -316,7 +316,7 @@ cssPrefix: pf-v6-c-button
|
|
|
316
316
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
317
317
|
<svg
|
|
318
318
|
class="pf-v6-svg"
|
|
319
|
-
viewBox="0 0
|
|
319
|
+
viewBox="0 0 20 20"
|
|
320
320
|
fill="currentColor"
|
|
321
321
|
aria-hidden="true"
|
|
322
322
|
role="img"
|
|
@@ -324,7 +324,7 @@ cssPrefix: pf-v6-c-button
|
|
|
324
324
|
height="1em"
|
|
325
325
|
>
|
|
326
326
|
<path
|
|
327
|
-
d="
|
|
327
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
328
328
|
/>
|
|
329
329
|
</svg>
|
|
330
330
|
</span>
|
|
@@ -578,7 +578,7 @@ cssPrefix: pf-v6-c-button
|
|
|
578
578
|
<span class="pf-v6-c-button__icon pf-m-end">
|
|
579
579
|
<svg
|
|
580
580
|
class="pf-v6-svg"
|
|
581
|
-
viewBox="0 0
|
|
581
|
+
viewBox="0 0 20 20"
|
|
582
582
|
fill="currentColor"
|
|
583
583
|
aria-hidden="true"
|
|
584
584
|
role="img"
|
|
@@ -586,7 +586,7 @@ cssPrefix: pf-v6-c-button
|
|
|
586
586
|
height="1em"
|
|
587
587
|
>
|
|
588
588
|
<path
|
|
589
|
-
d="
|
|
589
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
590
590
|
/>
|
|
591
591
|
</svg>
|
|
592
592
|
</span>
|
|
@@ -713,7 +713,7 @@ cssPrefix: pf-v6-c-button
|
|
|
713
713
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
714
714
|
<svg
|
|
715
715
|
class="pf-v6-svg"
|
|
716
|
-
viewBox="0 0
|
|
716
|
+
viewBox="0 0 20 20"
|
|
717
717
|
fill="currentColor"
|
|
718
718
|
aria-hidden="true"
|
|
719
719
|
role="img"
|
|
@@ -721,7 +721,7 @@ cssPrefix: pf-v6-c-button
|
|
|
721
721
|
height="1em"
|
|
722
722
|
>
|
|
723
723
|
<path
|
|
724
|
-
d="
|
|
724
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
725
725
|
/>
|
|
726
726
|
</svg>
|
|
727
727
|
</span>
|
|
@@ -970,7 +970,7 @@ cssPrefix: pf-v6-c-button
|
|
|
970
970
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
971
971
|
<svg
|
|
972
972
|
class="pf-v6-svg"
|
|
973
|
-
viewBox="0 0
|
|
973
|
+
viewBox="0 0 20 20"
|
|
974
974
|
fill="currentColor"
|
|
975
975
|
aria-hidden="true"
|
|
976
976
|
role="img"
|
|
@@ -978,7 +978,7 @@ cssPrefix: pf-v6-c-button
|
|
|
978
978
|
height="1em"
|
|
979
979
|
>
|
|
980
980
|
<path
|
|
981
|
-
d="
|
|
981
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
982
982
|
/>
|
|
983
983
|
</svg>
|
|
984
984
|
</span>
|
|
@@ -1243,7 +1243,7 @@ cssPrefix: pf-v6-c-button
|
|
|
1243
1243
|
<span class="pf-v6-c-button__icon pf-m-end">
|
|
1244
1244
|
<svg
|
|
1245
1245
|
class="pf-v6-svg"
|
|
1246
|
-
viewBox="0 0
|
|
1246
|
+
viewBox="0 0 20 20"
|
|
1247
1247
|
fill="currentColor"
|
|
1248
1248
|
aria-hidden="true"
|
|
1249
1249
|
role="img"
|
|
@@ -1251,7 +1251,7 @@ cssPrefix: pf-v6-c-button
|
|
|
1251
1251
|
height="1em"
|
|
1252
1252
|
>
|
|
1253
1253
|
<path
|
|
1254
|
-
d="
|
|
1254
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1255
1255
|
/>
|
|
1256
1256
|
</svg>
|
|
1257
1257
|
</span>
|
|
@@ -1378,7 +1378,7 @@ cssPrefix: pf-v6-c-button
|
|
|
1378
1378
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1379
1379
|
<svg
|
|
1380
1380
|
class="pf-v6-svg"
|
|
1381
|
-
viewBox="0 0
|
|
1381
|
+
viewBox="0 0 20 20"
|
|
1382
1382
|
fill="currentColor"
|
|
1383
1383
|
aria-hidden="true"
|
|
1384
1384
|
role="img"
|
|
@@ -1386,7 +1386,7 @@ cssPrefix: pf-v6-c-button
|
|
|
1386
1386
|
height="1em"
|
|
1387
1387
|
>
|
|
1388
1388
|
<path
|
|
1389
|
-
d="
|
|
1389
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1390
1390
|
/>
|
|
1391
1391
|
</svg>
|
|
1392
1392
|
</span>
|
|
@@ -1635,7 +1635,7 @@ cssPrefix: pf-v6-c-button
|
|
|
1635
1635
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1636
1636
|
<svg
|
|
1637
1637
|
class="pf-v6-svg"
|
|
1638
|
-
viewBox="0 0
|
|
1638
|
+
viewBox="0 0 20 20"
|
|
1639
1639
|
fill="currentColor"
|
|
1640
1640
|
aria-hidden="true"
|
|
1641
1641
|
role="img"
|
|
@@ -1643,7 +1643,7 @@ cssPrefix: pf-v6-c-button
|
|
|
1643
1643
|
height="1em"
|
|
1644
1644
|
>
|
|
1645
1645
|
<path
|
|
1646
|
-
d="
|
|
1646
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1647
1647
|
/>
|
|
1648
1648
|
</svg>
|
|
1649
1649
|
</span>
|
|
@@ -1908,7 +1908,7 @@ cssPrefix: pf-v6-c-button
|
|
|
1908
1908
|
<span class="pf-v6-c-button__icon pf-m-end">
|
|
1909
1909
|
<svg
|
|
1910
1910
|
class="pf-v6-svg"
|
|
1911
|
-
viewBox="0 0
|
|
1911
|
+
viewBox="0 0 20 20"
|
|
1912
1912
|
fill="currentColor"
|
|
1913
1913
|
aria-hidden="true"
|
|
1914
1914
|
role="img"
|
|
@@ -1916,7 +1916,7 @@ cssPrefix: pf-v6-c-button
|
|
|
1916
1916
|
height="1em"
|
|
1917
1917
|
>
|
|
1918
1918
|
<path
|
|
1919
|
-
d="
|
|
1919
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1920
1920
|
/>
|
|
1921
1921
|
</svg>
|
|
1922
1922
|
</span>
|
|
@@ -2046,7 +2046,7 @@ cssPrefix: pf-v6-c-button
|
|
|
2046
2046
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
2047
2047
|
<svg
|
|
2048
2048
|
class="pf-v6-svg"
|
|
2049
|
-
viewBox="0 0
|
|
2049
|
+
viewBox="0 0 20 20"
|
|
2050
2050
|
fill="currentColor"
|
|
2051
2051
|
aria-hidden="true"
|
|
2052
2052
|
role="img"
|
|
@@ -2054,7 +2054,7 @@ cssPrefix: pf-v6-c-button
|
|
|
2054
2054
|
height="1em"
|
|
2055
2055
|
>
|
|
2056
2056
|
<path
|
|
2057
|
-
d="
|
|
2057
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2058
2058
|
/>
|
|
2059
2059
|
</svg>
|
|
2060
2060
|
</span>
|
|
@@ -2307,7 +2307,7 @@ cssPrefix: pf-v6-c-button
|
|
|
2307
2307
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
2308
2308
|
<svg
|
|
2309
2309
|
class="pf-v6-svg"
|
|
2310
|
-
viewBox="0 0
|
|
2310
|
+
viewBox="0 0 20 20"
|
|
2311
2311
|
fill="currentColor"
|
|
2312
2312
|
aria-hidden="true"
|
|
2313
2313
|
role="img"
|
|
@@ -2315,7 +2315,7 @@ cssPrefix: pf-v6-c-button
|
|
|
2315
2315
|
height="1em"
|
|
2316
2316
|
>
|
|
2317
2317
|
<path
|
|
2318
|
-
d="
|
|
2318
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2319
2319
|
/>
|
|
2320
2320
|
</svg>
|
|
2321
2321
|
</span>
|
|
@@ -2584,7 +2584,7 @@ cssPrefix: pf-v6-c-button
|
|
|
2584
2584
|
<span class="pf-v6-c-button__icon pf-m-end">
|
|
2585
2585
|
<svg
|
|
2586
2586
|
class="pf-v6-svg"
|
|
2587
|
-
viewBox="0 0
|
|
2587
|
+
viewBox="0 0 20 20"
|
|
2588
2588
|
fill="currentColor"
|
|
2589
2589
|
aria-hidden="true"
|
|
2590
2590
|
role="img"
|
|
@@ -2592,7 +2592,7 @@ cssPrefix: pf-v6-c-button
|
|
|
2592
2592
|
height="1em"
|
|
2593
2593
|
>
|
|
2594
2594
|
<path
|
|
2595
|
-
d="
|
|
2595
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2596
2596
|
/>
|
|
2597
2597
|
</svg>
|
|
2598
2598
|
</span>
|
|
@@ -2755,7 +2755,7 @@ cssPrefix: pf-v6-c-button
|
|
|
2755
2755
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
2756
2756
|
<svg
|
|
2757
2757
|
class="pf-v6-svg"
|
|
2758
|
-
viewBox="0 0
|
|
2758
|
+
viewBox="0 0 20 20"
|
|
2759
2759
|
fill="currentColor"
|
|
2760
2760
|
aria-hidden="true"
|
|
2761
2761
|
role="img"
|
|
@@ -2763,7 +2763,7 @@ cssPrefix: pf-v6-c-button
|
|
|
2763
2763
|
height="1em"
|
|
2764
2764
|
>
|
|
2765
2765
|
<path
|
|
2766
|
-
d="
|
|
2766
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2767
2767
|
/>
|
|
2768
2768
|
</svg>
|
|
2769
2769
|
</span>
|
|
@@ -3052,7 +3052,7 @@ cssPrefix: pf-v6-c-button
|
|
|
3052
3052
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
3053
3053
|
<svg
|
|
3054
3054
|
class="pf-v6-svg"
|
|
3055
|
-
viewBox="0 0
|
|
3055
|
+
viewBox="0 0 20 20"
|
|
3056
3056
|
fill="currentColor"
|
|
3057
3057
|
aria-hidden="true"
|
|
3058
3058
|
role="img"
|
|
@@ -3060,7 +3060,7 @@ cssPrefix: pf-v6-c-button
|
|
|
3060
3060
|
height="1em"
|
|
3061
3061
|
>
|
|
3062
3062
|
<path
|
|
3063
|
-
d="
|
|
3063
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3064
3064
|
/>
|
|
3065
3065
|
</svg>
|
|
3066
3066
|
</span>
|
|
@@ -3365,7 +3365,7 @@ cssPrefix: pf-v6-c-button
|
|
|
3365
3365
|
<span class="pf-v6-c-button__icon pf-m-end">
|
|
3366
3366
|
<svg
|
|
3367
3367
|
class="pf-v6-svg"
|
|
3368
|
-
viewBox="0 0
|
|
3368
|
+
viewBox="0 0 20 20"
|
|
3369
3369
|
fill="currentColor"
|
|
3370
3370
|
aria-hidden="true"
|
|
3371
3371
|
role="img"
|
|
@@ -3373,7 +3373,7 @@ cssPrefix: pf-v6-c-button
|
|
|
3373
3373
|
height="1em"
|
|
3374
3374
|
>
|
|
3375
3375
|
<path
|
|
3376
|
-
d="
|
|
3376
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3377
3377
|
/>
|
|
3378
3378
|
</svg>
|
|
3379
3379
|
</span>
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
|
|
12
12
|
#ws-core-c-table-sticky-columns-and-header .ws-preview-html,
|
|
13
13
|
#ws-core-c-table-nested-column-headers-sticky-header .ws-preview-html,
|
|
14
|
-
#ws-core-c-table-sticky-header .ws-preview-html
|
|
14
|
+
#ws-core-c-table-sticky-header .ws-preview-html,
|
|
15
|
+
#ws-core-c-table-sticky-header-with-base-and-stuck .ws-preview-html {
|
|
15
16
|
height: 400px;
|
|
16
17
|
}
|
|
17
18
|
|