@patternfly/patternfly 6.6.0-prerelease.9 → 6.6.0

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.
Files changed (60) hide show
  1. package/assets/fonts/RedHatDisplay/RedHatDisplayVF-Italic.woff2 +0 -0
  2. package/assets/fonts/RedHatDisplay/RedHatDisplayVF.woff2 +0 -0
  3. package/assets/fonts/RedHatMono/RedHatMonoVF-Italic.woff2 +0 -0
  4. package/assets/fonts/RedHatMono/RedHatMonoVF.woff2 +0 -0
  5. package/assets/fonts/RedHatText/RedHatTextVF-Italic.woff2 +0 -0
  6. package/assets/fonts/RedHatText/RedHatTextVF.woff2 +0 -0
  7. package/base/patternfly-fonts.css +4 -4
  8. package/base/patternfly-fonts.scss +4 -4
  9. package/base/patternfly-variables.css +6 -6
  10. package/base/tokens/tokens-charts-dark.scss +1 -1
  11. package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
  12. package/base/tokens/tokens-charts-highcontrast.scss +1 -1
  13. package/base/tokens/tokens-charts.scss +1 -1
  14. package/base/tokens/tokens-dark.scss +1 -1
  15. package/base/tokens/tokens-default.scss +4 -4
  16. package/base/tokens/tokens-felt-dark.scss +1 -1
  17. package/base/tokens/tokens-felt-glass-dark.scss +1 -1
  18. package/base/tokens/tokens-felt-glass.scss +1 -1
  19. package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
  20. package/base/tokens/tokens-felt-highcontrast.scss +1 -1
  21. package/base/tokens/tokens-felt.scss +1 -1
  22. package/base/tokens/tokens-glass-dark.scss +1 -1
  23. package/base/tokens/tokens-glass.scss +1 -1
  24. package/base/tokens/tokens-highcontrast-dark.scss +1 -1
  25. package/base/tokens/tokens-highcontrast.scss +4 -4
  26. package/base/tokens/tokens-palette.scss +1 -1
  27. package/base/tokens/tokens-redhat-highcontrast.scss +3 -3
  28. package/components/Alert/alert.css +1 -0
  29. package/components/Alert/alert.scss +1 -0
  30. package/components/Banner/banner.css +7 -0
  31. package/components/Banner/banner.scss +7 -0
  32. package/components/Button/button.css +15 -1
  33. package/components/Button/button.scss +17 -1
  34. package/components/DragDrop/drag-drop.css +4 -0
  35. package/components/DragDrop/drag-drop.scss +4 -0
  36. package/components/Page/page.css +7 -5
  37. package/components/Page/page.scss +9 -8
  38. package/components/Panel/panel.css +1 -1
  39. package/components/Panel/panel.scss +2 -2
  40. package/components/Table/table.css +26 -18
  41. package/components/Table/table.scss +37 -27
  42. package/components/_index.css +61 -25
  43. package/docs/components/DualListSelector/examples/DualListSelector.md +72 -72
  44. package/docs/components/Pagination/examples/Pagination.md +120 -120
  45. package/docs/components/Table/examples/Table.md +7 -0
  46. package/docs/components/Toolbar/examples/Toolbar.md +16 -16
  47. package/docs/demos/CardView/examples/CardView.md +12 -12
  48. package/docs/demos/Compass/examples/Compass.md +16 -16
  49. package/docs/demos/Dashboard/examples/Dashboard.md +27 -30
  50. package/docs/demos/DataList/examples/DataList.md +48 -48
  51. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +20 -20
  52. package/docs/demos/Table/examples/Table.md +160 -160
  53. package/docs/demos/Toolbar/examples/Toolbar.md +36 -36
  54. package/package.json +2 -2
  55. package/patternfly-base-no-globals.css +10 -10
  56. package/patternfly-base.css +10 -10
  57. package/patternfly-no-globals.css +71 -35
  58. package/patternfly.css +71 -35
  59. package/patternfly.min.css +1 -1
  60. package/patternfly.min.css.map +1 -1
@@ -190,14 +190,14 @@ section: components
190
190
  <svg
191
191
  class="pf-v6-svg"
192
192
  fill="currentColor"
193
- viewBox="0 0 256 512"
193
+ viewBox="0 0 20 20"
194
194
  aria-hidden="true"
195
195
  role="img"
196
196
  width="1em"
197
197
  height="1em"
198
198
  >
199
199
  <path
200
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
200
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
201
201
  />
202
202
  </svg>
203
203
  </span>
@@ -213,14 +213,14 @@ section: components
213
213
  <svg
214
214
  class="pf-v6-svg"
215
215
  fill="currentColor"
216
- viewBox="0 0 256 512"
216
+ viewBox="0 0 20 20"
217
217
  aria-hidden="true"
218
218
  role="img"
219
219
  width="1em"
220
220
  height="1em"
221
221
  >
222
222
  <path
223
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
223
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
224
224
  />
225
225
  </svg>
226
226
  </span>
@@ -1791,14 +1791,14 @@ section: components
1791
1791
  <svg
1792
1792
  class="pf-v6-svg"
1793
1793
  fill="currentColor"
1794
- viewBox="0 0 256 512"
1794
+ viewBox="0 0 20 20"
1795
1795
  aria-hidden="true"
1796
1796
  role="img"
1797
1797
  width="1em"
1798
1798
  height="1em"
1799
1799
  >
1800
1800
  <path
1801
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
1801
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
1802
1802
  />
1803
1803
  </svg>
1804
1804
  </span>
@@ -1814,14 +1814,14 @@ section: components
1814
1814
  <svg
1815
1815
  class="pf-v6-svg"
1816
1816
  fill="currentColor"
1817
- viewBox="0 0 256 512"
1817
+ viewBox="0 0 20 20"
1818
1818
  aria-hidden="true"
1819
1819
  role="img"
1820
1820
  width="1em"
1821
1821
  height="1em"
1822
1822
  >
1823
1823
  <path
1824
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
1824
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
1825
1825
  />
1826
1826
  </svg>
1827
1827
  </span>
@@ -2057,14 +2057,14 @@ section: components
2057
2057
  <svg
2058
2058
  class="pf-v6-svg"
2059
2059
  fill="currentColor"
2060
- viewBox="0 0 256 512"
2060
+ viewBox="0 0 20 20"
2061
2061
  aria-hidden="true"
2062
2062
  role="img"
2063
2063
  width="1em"
2064
2064
  height="1em"
2065
2065
  >
2066
2066
  <path
2067
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
2067
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
2068
2068
  />
2069
2069
  </svg>
2070
2070
  </span>
@@ -2080,14 +2080,14 @@ section: components
2080
2080
  <svg
2081
2081
  class="pf-v6-svg"
2082
2082
  fill="currentColor"
2083
- viewBox="0 0 256 512"
2083
+ viewBox="0 0 20 20"
2084
2084
  aria-hidden="true"
2085
2085
  role="img"
2086
2086
  width="1em"
2087
2087
  height="1em"
2088
2088
  >
2089
2089
  <path
2090
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
2090
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
2091
2091
  />
2092
2092
  </svg>
2093
2093
  </span>
@@ -2337,14 +2337,14 @@ section: components
2337
2337
  <svg
2338
2338
  class="pf-v6-svg"
2339
2339
  fill="currentColor"
2340
- viewBox="0 0 256 512"
2340
+ viewBox="0 0 20 20"
2341
2341
  aria-hidden="true"
2342
2342
  role="img"
2343
2343
  width="1em"
2344
2344
  height="1em"
2345
2345
  >
2346
2346
  <path
2347
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
2347
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
2348
2348
  />
2349
2349
  </svg>
2350
2350
  </span>
@@ -2360,14 +2360,14 @@ section: components
2360
2360
  <svg
2361
2361
  class="pf-v6-svg"
2362
2362
  fill="currentColor"
2363
- viewBox="0 0 256 512"
2363
+ viewBox="0 0 20 20"
2364
2364
  aria-hidden="true"
2365
2365
  role="img"
2366
2366
  width="1em"
2367
2367
  height="1em"
2368
2368
  >
2369
2369
  <path
2370
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
2370
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
2371
2371
  />
2372
2372
  </svg>
2373
2373
  </span>
@@ -2606,14 +2606,14 @@ section: components
2606
2606
  <svg
2607
2607
  class="pf-v6-svg"
2608
2608
  fill="currentColor"
2609
- viewBox="0 0 256 512"
2609
+ viewBox="0 0 20 20"
2610
2610
  aria-hidden="true"
2611
2611
  role="img"
2612
2612
  width="1em"
2613
2613
  height="1em"
2614
2614
  >
2615
2615
  <path
2616
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
2616
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
2617
2617
  />
2618
2618
  </svg>
2619
2619
  </span>
@@ -2629,14 +2629,14 @@ section: components
2629
2629
  <svg
2630
2630
  class="pf-v6-svg"
2631
2631
  fill="currentColor"
2632
- viewBox="0 0 256 512"
2632
+ viewBox="0 0 20 20"
2633
2633
  aria-hidden="true"
2634
2634
  role="img"
2635
2635
  width="1em"
2636
2636
  height="1em"
2637
2637
  >
2638
2638
  <path
2639
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
2639
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
2640
2640
  />
2641
2641
  </svg>
2642
2642
  </span>
@@ -3162,14 +3162,14 @@ section: components
3162
3162
  <svg
3163
3163
  class="pf-v6-svg"
3164
3164
  fill="currentColor"
3165
- viewBox="0 0 256 512"
3165
+ viewBox="0 0 20 20"
3166
3166
  aria-hidden="true"
3167
3167
  role="img"
3168
3168
  width="1em"
3169
3169
  height="1em"
3170
3170
  >
3171
3171
  <path
3172
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
3172
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
3173
3173
  />
3174
3174
  </svg>
3175
3175
  </span>
@@ -3185,14 +3185,14 @@ section: components
3185
3185
  <svg
3186
3186
  class="pf-v6-svg"
3187
3187
  fill="currentColor"
3188
- viewBox="0 0 256 512"
3188
+ viewBox="0 0 20 20"
3189
3189
  aria-hidden="true"
3190
3190
  role="img"
3191
3191
  width="1em"
3192
3192
  height="1em"
3193
3193
  >
3194
3194
  <path
3195
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
3195
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
3196
3196
  />
3197
3197
  </svg>
3198
3198
  </span>
@@ -4095,14 +4095,14 @@ section: components
4095
4095
  <svg
4096
4096
  class="pf-v6-svg"
4097
4097
  fill="currentColor"
4098
- viewBox="0 0 256 512"
4098
+ viewBox="0 0 20 20"
4099
4099
  aria-hidden="true"
4100
4100
  role="img"
4101
4101
  width="1em"
4102
4102
  height="1em"
4103
4103
  >
4104
4104
  <path
4105
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
4105
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
4106
4106
  />
4107
4107
  </svg>
4108
4108
  </span>
@@ -4118,14 +4118,14 @@ section: components
4118
4118
  <svg
4119
4119
  class="pf-v6-svg"
4120
4120
  fill="currentColor"
4121
- viewBox="0 0 256 512"
4121
+ viewBox="0 0 20 20"
4122
4122
  aria-hidden="true"
4123
4123
  role="img"
4124
4124
  width="1em"
4125
4125
  height="1em"
4126
4126
  >
4127
4127
  <path
4128
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
4128
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
4129
4129
  />
4130
4130
  </svg>
4131
4131
  </span>
@@ -4880,14 +4880,14 @@ section: components
4880
4880
  <svg
4881
4881
  class="pf-v6-svg"
4882
4882
  fill="currentColor"
4883
- viewBox="0 0 448 512"
4883
+ viewBox="0 0 20 20"
4884
4884
  aria-hidden="true"
4885
4885
  role="img"
4886
4886
  width="1em"
4887
4887
  height="1em"
4888
4888
  >
4889
4889
  <path
4890
- d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
4890
+ d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
4891
4891
  />
4892
4892
  </svg>
4893
4893
  </span>
@@ -4904,14 +4904,14 @@ section: components
4904
4904
  <svg
4905
4905
  class="pf-v6-svg"
4906
4906
  fill="currentColor"
4907
- viewBox="0 0 256 512"
4907
+ viewBox="0 0 20 20"
4908
4908
  aria-hidden="true"
4909
4909
  role="img"
4910
4910
  width="1em"
4911
4911
  height="1em"
4912
4912
  >
4913
4913
  <path
4914
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
4914
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
4915
4915
  />
4916
4916
  </svg>
4917
4917
  </span>
@@ -4939,14 +4939,14 @@ section: components
4939
4939
  <svg
4940
4940
  class="pf-v6-svg"
4941
4941
  fill="currentColor"
4942
- viewBox="0 0 256 512"
4942
+ viewBox="0 0 20 20"
4943
4943
  aria-hidden="true"
4944
4944
  role="img"
4945
4945
  width="1em"
4946
4946
  height="1em"
4947
4947
  >
4948
4948
  <path
4949
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
4949
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
4950
4950
  />
4951
4951
  </svg>
4952
4952
  </span>
@@ -4963,14 +4963,14 @@ section: components
4963
4963
  <svg
4964
4964
  class="pf-v6-svg"
4965
4965
  fill="currentColor"
4966
- viewBox="0 0 448 512"
4966
+ viewBox="0 0 20 20"
4967
4967
  aria-hidden="true"
4968
4968
  role="img"
4969
4969
  width="1em"
4970
4970
  height="1em"
4971
4971
  >
4972
4972
  <path
4973
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
4973
+ d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
4974
4974
  />
4975
4975
  </svg>
4976
4976
  </span>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly",
4
- "version": "6.6.0-prerelease.9",
4
+ "version": "6.6.0",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -71,7 +71,7 @@
71
71
  "@commitlint/config-conventional": "^19.1.0",
72
72
  "@fortawesome/fontawesome": "^1.1.8",
73
73
  "@octokit/rest": "^20.1.0",
74
- "@patternfly/documentation-framework": "6.44.3",
74
+ "@patternfly/documentation-framework": "6.44.4",
75
75
  "@patternfly/patternfly-a11y": "5.1.0",
76
76
  "@patternfly/react-code-editor": "6.5.1",
77
77
  "@patternfly/react-core": "6.5.1",
@@ -144,28 +144,28 @@
144
144
  @font-face {
145
145
  font-family: "Red Hat Text";
146
146
  font-style: normal;
147
- font-weight: 400 500;
147
+ font-weight: 400 600;
148
148
  src: url("./assets/fonts/RedHatText/RedHatTextVF.woff2") format("woff2-variations");
149
149
  font-display: fallback;
150
150
  }
151
151
  @font-face {
152
152
  font-family: "Red Hat Text";
153
153
  font-style: italic;
154
- font-weight: 400 500;
154
+ font-weight: 400 600;
155
155
  src: url("./assets/fonts/RedHatText/RedHatTextVF-Italic.woff2") format("woff2-variations");
156
156
  font-display: fallback;
157
157
  }
158
158
  @font-face {
159
159
  font-family: "Red Hat Display";
160
160
  font-style: normal;
161
- font-weight: 400 700;
161
+ font-weight: 600 800;
162
162
  src: url("./assets/fonts/RedHatDisplay/RedHatDisplayVF.woff2") format("woff2-variations");
163
163
  font-display: fallback;
164
164
  }
165
165
  @font-face {
166
166
  font-family: "Red Hat Display";
167
167
  font-style: italic;
168
- font-weight: 400 700;
168
+ font-weight: 600 800;
169
169
  src: url("./assets/fonts/RedHatDisplay/RedHatDisplayVF-Italic.woff2") format("woff2-variations");
170
170
  font-display: fallback;
171
171
  }
@@ -6489,9 +6489,9 @@
6489
6489
  --pf-t--global--font--size--700: 1.75rem;
6490
6490
  --pf-t--global--font--size--800: 2.25rem;
6491
6491
  --pf-t--global--font--weight--100: 400;
6492
- --pf-t--global--font--weight--200: 500;
6493
- --pf-t--global--font--weight--300: 500;
6494
- --pf-t--global--font--weight--400: 700;
6492
+ --pf-t--global--font--weight--200: 600;
6493
+ --pf-t--global--font--weight--300: 600;
6494
+ --pf-t--global--font--weight--400: 800;
6495
6495
  --pf-t--global--icon--size--100: 0.75rem;
6496
6496
  --pf-t--global--icon--size--200: 0.875rem;
6497
6497
  --pf-t--global--icon--size--250: 1rem;
@@ -7389,9 +7389,9 @@
7389
7389
  --pf-t--global--font--size--700: 1.75rem;
7390
7390
  --pf-t--global--font--size--800: 2.25rem;
7391
7391
  --pf-t--global--font--weight--100: 400;
7392
- --pf-t--global--font--weight--200: 500;
7393
- --pf-t--global--font--weight--300: 500;
7394
- --pf-t--global--font--weight--400: 700;
7392
+ --pf-t--global--font--weight--200: 600;
7393
+ --pf-t--global--font--weight--300: 600;
7394
+ --pf-t--global--font--weight--400: 800;
7395
7395
  --pf-t--global--icon--size--100: 0.75rem;
7396
7396
  --pf-t--global--icon--size--200: 0.875rem;
7397
7397
  --pf-t--global--icon--size--250: 1rem;
@@ -299,28 +299,28 @@ button) {
299
299
  @font-face {
300
300
  font-family: "Red Hat Text";
301
301
  font-style: normal;
302
- font-weight: 400 500;
302
+ font-weight: 400 600;
303
303
  src: url("./assets/fonts/RedHatText/RedHatTextVF.woff2") format("woff2-variations");
304
304
  font-display: fallback;
305
305
  }
306
306
  @font-face {
307
307
  font-family: "Red Hat Text";
308
308
  font-style: italic;
309
- font-weight: 400 500;
309
+ font-weight: 400 600;
310
310
  src: url("./assets/fonts/RedHatText/RedHatTextVF-Italic.woff2") format("woff2-variations");
311
311
  font-display: fallback;
312
312
  }
313
313
  @font-face {
314
314
  font-family: "Red Hat Display";
315
315
  font-style: normal;
316
- font-weight: 400 700;
316
+ font-weight: 600 800;
317
317
  src: url("./assets/fonts/RedHatDisplay/RedHatDisplayVF.woff2") format("woff2-variations");
318
318
  font-display: fallback;
319
319
  }
320
320
  @font-face {
321
321
  font-family: "Red Hat Display";
322
322
  font-style: italic;
323
- font-weight: 400 700;
323
+ font-weight: 600 800;
324
324
  src: url("./assets/fonts/RedHatDisplay/RedHatDisplayVF-Italic.woff2") format("woff2-variations");
325
325
  font-display: fallback;
326
326
  }
@@ -6644,9 +6644,9 @@ button) {
6644
6644
  --pf-t--global--font--size--700: 1.75rem;
6645
6645
  --pf-t--global--font--size--800: 2.25rem;
6646
6646
  --pf-t--global--font--weight--100: 400;
6647
- --pf-t--global--font--weight--200: 500;
6648
- --pf-t--global--font--weight--300: 500;
6649
- --pf-t--global--font--weight--400: 700;
6647
+ --pf-t--global--font--weight--200: 600;
6648
+ --pf-t--global--font--weight--300: 600;
6649
+ --pf-t--global--font--weight--400: 800;
6650
6650
  --pf-t--global--icon--size--100: 0.75rem;
6651
6651
  --pf-t--global--icon--size--200: 0.875rem;
6652
6652
  --pf-t--global--icon--size--250: 1rem;
@@ -7544,9 +7544,9 @@ button) {
7544
7544
  --pf-t--global--font--size--700: 1.75rem;
7545
7545
  --pf-t--global--font--size--800: 2.25rem;
7546
7546
  --pf-t--global--font--weight--100: 400;
7547
- --pf-t--global--font--weight--200: 500;
7548
- --pf-t--global--font--weight--300: 500;
7549
- --pf-t--global--font--weight--400: 700;
7547
+ --pf-t--global--font--weight--200: 600;
7548
+ --pf-t--global--font--weight--300: 600;
7549
+ --pf-t--global--font--weight--400: 800;
7550
7550
  --pf-t--global--icon--size--100: 0.75rem;
7551
7551
  --pf-t--global--icon--size--200: 0.875rem;
7552
7552
  --pf-t--global--icon--size--250: 1rem;