@patternfly/patternfly 6.0.0 → 6.1.0-prerelease.2

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 (29) hide show
  1. package/components/CodeEditor/code-editor.css +15 -0
  2. package/components/CodeEditor/code-editor.scss +16 -1
  3. package/components/Page/page.css +5 -0
  4. package/components/Page/page.scss +6 -0
  5. package/components/Table/table-grid.css +12 -12
  6. package/components/Table/table-grid.scss +4 -4
  7. package/components/Table/table-tree-view.css +4 -4
  8. package/components/Table/table-tree-view.scss +4 -4
  9. package/components/_index.css +36 -16
  10. package/docs/components/CodeEditor/examples/CodeEditor.css +3 -0
  11. package/docs/components/CodeEditor/examples/CodeEditor.md +158 -7
  12. package/docs/components/InlineEdit/examples/InlineEdit.md +3 -18
  13. package/docs/components/MenuToggle/examples/MenuToggle.md +1193 -536
  14. package/docs/components/Table/examples/Table.md +466 -2524
  15. package/docs/components/Tile/{examples → deprecated}/Tile.md +1 -0
  16. package/docs/demos/Card/examples/Card.css +4 -0
  17. package/docs/demos/Card/examples/Card.md +13 -21
  18. package/docs/demos/DataList/examples/DataList.md +5 -30
  19. package/docs/demos/DescriptionList/examples/DescriptionList.md +5 -30
  20. package/docs/demos/Table/examples/Table.md +161 -924
  21. package/docs/demos/Tabs/examples/Tabs.md +6 -36
  22. package/docs/demos/Toolbar/examples/Toolbar.md +12 -72
  23. package/package.json +6 -6
  24. package/patternfly-no-globals.css +36 -16
  25. package/patternfly.css +36 -16
  26. package/patternfly.min.css +1 -1
  27. package/patternfly.min.css.map +1 -1
  28. package/sass-utilities/functions.scss +6 -0
  29. /package/docs/components/Tile/{examples → deprecated}/Tile.css +0 -0
@@ -2007,12 +2007,7 @@ section: components
2007
2007
  id="table-tabs-example-table"
2008
2008
  >
2009
2009
  <thead class="pf-v6-c-table__thead">
2010
- <tr
2011
- class="pf-v6-c-table__tr"
2012
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
2013
- [object
2014
- Object]
2015
- >
2010
+ <tr class="pf-v6-c-table__tr" role="row">
2016
2011
  <th
2017
2012
  class="pf-v6-c-table__th pf-v6-c-table__check"
2018
2013
  aria-label="Row select"
@@ -2074,12 +2069,7 @@ section: components
2074
2069
  </thead>
2075
2070
 
2076
2071
  <tbody class="pf-v6-c-table__tbody" role="rowgroup">
2077
- <tr
2078
- class="pf-v6-c-table__tr"
2079
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
2080
- [object
2081
- Object]
2082
- >
2072
+ <tr class="pf-v6-c-table__tr" role="row">
2083
2073
  <td
2084
2074
  class="pf-v6-c-table__td pf-v6-c-table__check"
2085
2075
  aria-label="Check row"
@@ -2171,12 +2161,7 @@ section: components
2171
2161
  </td>
2172
2162
  </tr>
2173
2163
 
2174
- <tr
2175
- class="pf-v6-c-table__tr pf-m-selected"
2176
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
2177
- [object
2178
- Object]
2179
- >
2164
+ <tr class="pf-v6-c-table__tr pf-m-selected" role="row">
2180
2165
  <td
2181
2166
  class="pf-v6-c-table__td pf-v6-c-table__check"
2182
2167
  aria-label="Check row"
@@ -2268,12 +2253,7 @@ section: components
2268
2253
  </td>
2269
2254
  </tr>
2270
2255
 
2271
- <tr
2272
- class="pf-v6-c-table__tr"
2273
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
2274
- [object
2275
- Object]
2276
- >
2256
+ <tr class="pf-v6-c-table__tr" role="row">
2277
2257
  <td
2278
2258
  class="pf-v6-c-table__td pf-v6-c-table__check"
2279
2259
  aria-label="Check row"
@@ -2365,12 +2345,7 @@ section: components
2365
2345
  </td>
2366
2346
  </tr>
2367
2347
 
2368
- <tr
2369
- class="pf-v6-c-table__tr"
2370
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
2371
- [object
2372
- Object]
2373
- >
2348
+ <tr class="pf-v6-c-table__tr" role="row">
2374
2349
  <td
2375
2350
  class="pf-v6-c-table__td pf-v6-c-table__check"
2376
2351
  aria-label="Check row"
@@ -2462,12 +2437,7 @@ section: components
2462
2437
  </td>
2463
2438
  </tr>
2464
2439
 
2465
- <tr
2466
- class="pf-v6-c-table__tr"
2467
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
2468
- [object
2469
- Object]
2470
- >
2440
+ <tr class="pf-v6-c-table__tr" role="row">
2471
2441
  <td
2472
2442
  class="pf-v6-c-table__td pf-v6-c-table__check"
2473
2443
  aria-label="Check row"
@@ -652,12 +652,7 @@ section: components
652
652
  id="-table-table"
653
653
  >
654
654
  <thead class="pf-v6-c-table__thead">
655
- <tr
656
- class="pf-v6-c-table__tr"
657
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
658
- [object
659
- Object]
660
- >
655
+ <tr class="pf-v6-c-table__tr" role="row">
661
656
  <th
662
657
  class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
663
658
  role="columnheader"
@@ -715,12 +710,7 @@ section: components
715
710
  </thead>
716
711
 
717
712
  <tbody class="pf-v6-c-table__tbody" role="rowgroup">
718
- <tr
719
- class="pf-v6-c-table__tr"
720
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
721
- [object
722
- Object]
723
- >
713
+ <tr class="pf-v6-c-table__tr" role="row">
724
714
  <td
725
715
  class="pf-v6-c-table__td pf-v6-c-table__check"
726
716
  aria-label="Check row"
@@ -796,12 +786,7 @@ section: components
796
786
  </td>
797
787
  </tr>
798
788
 
799
- <tr
800
- class="pf-v6-c-table__tr"
801
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
802
- [object
803
- Object]
804
- >
789
+ <tr class="pf-v6-c-table__tr" role="row">
805
790
  <td
806
791
  class="pf-v6-c-table__td pf-v6-c-table__check"
807
792
  aria-label="Check row"
@@ -877,12 +862,7 @@ section: components
877
862
  </td>
878
863
  </tr>
879
864
 
880
- <tr
881
- class="pf-v6-c-table__tr"
882
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
883
- [object
884
- Object]
885
- >
865
+ <tr class="pf-v6-c-table__tr" role="row">
886
866
  <td
887
867
  class="pf-v6-c-table__td pf-v6-c-table__check"
888
868
  aria-label="Check row"
@@ -958,12 +938,7 @@ section: components
958
938
  </td>
959
939
  </tr>
960
940
 
961
- <tr
962
- class="pf-v6-c-table__tr"
963
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
964
- [object
965
- Object]
966
- >
941
+ <tr class="pf-v6-c-table__tr" role="row">
967
942
  <td
968
943
  class="pf-v6-c-table__td pf-v6-c-table__check"
969
944
  aria-label="Check row"
@@ -1039,12 +1014,7 @@ section: components
1039
1014
  </td>
1040
1015
  </tr>
1041
1016
 
1042
- <tr
1043
- class="pf-v6-c-table__tr"
1044
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
1045
- [object
1046
- Object]
1047
- >
1017
+ <tr class="pf-v6-c-table__tr" role="row">
1048
1018
  <td
1049
1019
  class="pf-v6-c-table__td pf-v6-c-table__check"
1050
1020
  aria-label="Check row"
@@ -2912,12 +2882,7 @@ section: components
2912
2882
  id="toolbar-and-table-static-search-overflow-menu-collapsed-table"
2913
2883
  >
2914
2884
  <thead class="pf-v6-c-table__thead">
2915
- <tr
2916
- class="pf-v6-c-table__tr"
2917
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
2918
- [object
2919
- Object]
2920
- >
2885
+ <tr class="pf-v6-c-table__tr" role="row">
2921
2886
  <th
2922
2887
  class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
2923
2888
  role="columnheader"
@@ -2975,12 +2940,7 @@ section: components
2975
2940
  </thead>
2976
2941
 
2977
2942
  <tbody class="pf-v6-c-table__tbody" role="rowgroup">
2978
- <tr
2979
- class="pf-v6-c-table__tr"
2980
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
2981
- [object
2982
- Object]
2983
- >
2943
+ <tr class="pf-v6-c-table__tr" role="row">
2984
2944
  <td
2985
2945
  class="pf-v6-c-table__td pf-v6-c-table__check"
2986
2946
  aria-label="Check row"
@@ -3058,12 +3018,7 @@ section: components
3058
3018
  </td>
3059
3019
  </tr>
3060
3020
 
3061
- <tr
3062
- class="pf-v6-c-table__tr"
3063
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
3064
- [object
3065
- Object]
3066
- >
3021
+ <tr class="pf-v6-c-table__tr" role="row">
3067
3022
  <td
3068
3023
  class="pf-v6-c-table__td pf-v6-c-table__check"
3069
3024
  aria-label="Check row"
@@ -3141,12 +3096,7 @@ section: components
3141
3096
  </td>
3142
3097
  </tr>
3143
3098
 
3144
- <tr
3145
- class="pf-v6-c-table__tr"
3146
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
3147
- [object
3148
- Object]
3149
- >
3099
+ <tr class="pf-v6-c-table__tr" role="row">
3150
3100
  <td
3151
3101
  class="pf-v6-c-table__td pf-v6-c-table__check"
3152
3102
  aria-label="Check row"
@@ -3224,12 +3174,7 @@ section: components
3224
3174
  </td>
3225
3175
  </tr>
3226
3176
 
3227
- <tr
3228
- class="pf-v6-c-table__tr"
3229
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
3230
- [object
3231
- Object]
3232
- >
3177
+ <tr class="pf-v6-c-table__tr" role="row">
3233
3178
  <td
3234
3179
  class="pf-v6-c-table__td pf-v6-c-table__check"
3235
3180
  aria-label="Check row"
@@ -3307,12 +3252,7 @@ section: components
3307
3252
  </td>
3308
3253
  </tr>
3309
3254
 
3310
- <tr
3311
- class="pf-v6-c-table__tr"
3312
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
3313
- [object
3314
- Object]
3315
- >
3255
+ <tr class="pf-v6-c-table__tr" role="row">
3316
3256
  <td
3317
3257
  class="pf-v6-c-table__td pf-v6-c-table__check"
3318
3258
  aria-label="Check row"
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",
4
- "version": "6.0.0",
4
+ "version": "6.1.0-prerelease.2",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -47,11 +47,11 @@
47
47
  "@commitlint/config-conventional": "^19.1.0",
48
48
  "@fortawesome/fontawesome": "^1.1.8",
49
49
  "@octokit/rest": "^20.1.0",
50
- "@patternfly/documentation-framework": "6.0.0-alpha.106",
51
- "@patternfly/patternfly-a11y": "4.3.1",
52
- "@patternfly/react-code-editor": "6.0.0-prerelease.18",
53
- "@patternfly/react-core": "6.0.0-prerelease.18",
54
- "@patternfly/react-table": "6.0.0-prerelease.19",
50
+ "@patternfly/documentation-framework": "6.0.6",
51
+ "@patternfly/patternfly-a11y": "5.0.0",
52
+ "@patternfly/react-code-editor": "6.0.0",
53
+ "@patternfly/react-core": "6.0.0",
54
+ "@patternfly/react-table": "6.0.0",
55
55
  "@starptech/prettyhtml": "^0.10.0",
56
56
  "backstopjs": "^6.3.23",
57
57
  "cheerio": "^1.0.0-rc.12",
@@ -10267,9 +10267,22 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
10267
10267
  --pf-v6-c-code-editor__tab-icon--text--MarginInlineStart: var(--pf-t--global--spacer--sm);
10268
10268
  }
10269
10269
 
10270
+ .pf-v6-c-code-editor {
10271
+ display: flex;
10272
+ flex-direction: column;
10273
+ }
10270
10274
  .pf-v6-c-code-editor.pf-m-read-only {
10271
10275
  --pf-v6-c-code-editor__main--BackgroundColor: var(--pf-v6-c-code-editor--m-read-only__main--BackgroundColor);
10272
10276
  }
10277
+ .pf-v6-c-code-editor.pf-m-full-height {
10278
+ height: 100%;
10279
+ }
10280
+
10281
+ .pf-v6-c-code-editor__container {
10282
+ display: flex;
10283
+ flex-direction: column;
10284
+ flex-grow: 1;
10285
+ }
10273
10286
 
10274
10287
  .pf-v6-c-code-editor__header {
10275
10288
  position: relative;
@@ -10336,6 +10349,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
10336
10349
 
10337
10350
  .pf-v6-c-code-editor__main {
10338
10351
  position: relative;
10352
+ flex-grow: 1;
10339
10353
  color: var(--pf-v6-c-code-editor__main--Color, inherit);
10340
10354
  background-color: var(--pf-v6-c-code-editor__main--BackgroundColor);
10341
10355
  border: var(--pf-v6-c-code-editor__main--BorderWidth) solid;
@@ -10357,6 +10371,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
10357
10371
 
10358
10372
  .pf-v6-c-code-editor__code {
10359
10373
  position: relative;
10374
+ height: 100%;
10360
10375
  padding-block-start: var(--pf-v6-c-code-editor__code--PaddingBlockStart);
10361
10376
  padding-block-end: var(--pf-v6-c-code-editor__code--PaddingBlockEnd);
10362
10377
  padding-inline-start: var(--pf-v6-c-code-editor__code--PaddingInlineStart);
@@ -18878,11 +18893,13 @@ ul.pf-v6-c-list {
18878
18893
  --pf-v6-c-page__main-subnav--PaddingBlockEnd: 0;
18879
18894
  --pf-v6-c-page__main-subnav--PaddingInlineStart: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main-container--BorderWidth));
18880
18895
  --pf-v6-c-page__main-subnav--PaddingInlineEnd: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main-container--BorderWidth));
18896
+ --pf-v6-c-page__main-subnav--m-sticky-top--PaddingBlockEnd: var(--pf-t--global--spacer--md);
18881
18897
  --pf-v6-c-page__main-breadcrumb--PaddingBlockStart: var(--pf-t--global--spacer--md);
18882
18898
  --pf-v6-c-page__main-breadcrumb--PaddingInlineEnd: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main-container--BorderWidth));
18883
18899
  --pf-v6-c-page__main-breadcrumb--PaddingBlockEnd: 0;
18884
18900
  --pf-v6-c-page__main-breadcrumb--PaddingInlineStart: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main-container--BorderWidth));
18885
18901
  --pf-v6-c-page__main-breadcrumb--BackgroundColor: var(--pf-t--global--background--color--primary--default);
18902
+ --pf-v6-c-page__main-breadcrumb--m-sticky-top--PaddingBlockEnd: var(--pf-t--global--spacer--md);
18886
18903
  --pf-v6-c-page__main-tabs--PaddingBlockStart: 0;
18887
18904
  --pf-v6-c-page__main-tabs--PaddingInlineEnd: 0;
18888
18905
  --pf-v6-c-page__main-tabs--PaddingBlockEnd: 0;
@@ -19264,6 +19281,9 @@ ul.pf-v6-c-list {
19264
19281
  padding-inline-end: var(--pf-v6-c-page__main-subnav--PaddingInlineEnd);
19265
19282
  background-color: var(--pf-v6-c-page__main-subnav--BackgroundColor);
19266
19283
  }
19284
+ .pf-v6-c-page__main-subnav.pf-m-sticky-top {
19285
+ padding-block-end: var(--pf-v6-c-page__main-subnav--m-sticky-top--PaddingBlockEnd);
19286
+ }
19267
19287
 
19268
19288
  .pf-v6-c-page__main-breadcrumb {
19269
19289
  padding-block-start: var(--pf-v6-c-page__main-breadcrumb--PaddingBlockStart);
@@ -22384,7 +22404,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
22384
22404
  --pf-v6-c-table--cell--Width: auto;
22385
22405
  }
22386
22406
 
22387
- @media screen and (max-width: 48rem) {
22407
+ @media screen and (max-width: calc(48rem - 1px)) {
22388
22408
  .pf-m-grid-md.pf-v6-c-table {
22389
22409
  --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
22390
22410
  --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
@@ -22654,14 +22674,14 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
22654
22674
  text-align: end;
22655
22675
  }
22656
22676
  }
22657
- @media screen and (max-width: 48rem) and (max-width: 36rem) {
22677
+ @media screen and (max-width: calc(48rem - 1px)) and (max-width: 36rem) {
22658
22678
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__action {
22659
22679
  grid-row-start: 1;
22660
22680
  grid-column-start: 2;
22661
22681
  margin-inline-start: 0;
22662
22682
  }
22663
22683
  }
22664
- @media screen and (max-width: 48rem) {
22684
+ @media screen and (max-width: calc(48rem - 1px)) {
22665
22685
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
22666
22686
  grid-column: 2;
22667
22687
  grid-row: 2;
@@ -22687,7 +22707,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
22687
22707
  }
22688
22708
  }
22689
22709
 
22690
- @media screen and (max-width: 62rem) {
22710
+ @media screen and (max-width: calc(62rem - 1px)) {
22691
22711
  .pf-m-grid-lg.pf-v6-c-table {
22692
22712
  --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
22693
22713
  --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
@@ -22957,14 +22977,14 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
22957
22977
  text-align: end;
22958
22978
  }
22959
22979
  }
22960
- @media screen and (max-width: 62rem) and (max-width: 36rem) {
22980
+ @media screen and (max-width: calc(62rem - 1px)) and (max-width: 36rem) {
22961
22981
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
22962
22982
  grid-row-start: 1;
22963
22983
  grid-column-start: 2;
22964
22984
  margin-inline-start: 0;
22965
22985
  }
22966
22986
  }
22967
- @media screen and (max-width: 62rem) {
22987
+ @media screen and (max-width: calc(62rem - 1px)) {
22968
22988
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
22969
22989
  grid-column: 2;
22970
22990
  grid-row: 2;
@@ -22990,7 +23010,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
22990
23010
  }
22991
23011
  }
22992
23012
 
22993
- @media screen and (max-width: 75rem) {
23013
+ @media screen and (max-width: calc(75rem - 1px)) {
22994
23014
  .pf-m-grid-xl.pf-v6-c-table {
22995
23015
  --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
22996
23016
  --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
@@ -23260,14 +23280,14 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
23260
23280
  text-align: end;
23261
23281
  }
23262
23282
  }
23263
- @media screen and (max-width: 75rem) and (max-width: 36rem) {
23283
+ @media screen and (max-width: calc(75rem - 1px)) and (max-width: 36rem) {
23264
23284
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
23265
23285
  grid-row-start: 1;
23266
23286
  grid-column-start: 2;
23267
23287
  margin-inline-start: 0;
23268
23288
  }
23269
23289
  }
23270
- @media screen and (max-width: 75rem) {
23290
+ @media screen and (max-width: calc(75rem - 1px)) {
23271
23291
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
23272
23292
  grid-column: 2;
23273
23293
  grid-row: 2;
@@ -23293,7 +23313,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
23293
23313
  }
23294
23314
  }
23295
23315
 
23296
- @media screen and (max-width: 90.625rem) {
23316
+ @media screen and (max-width: calc(90.625rem - 1px)) {
23297
23317
  .pf-m-grid-2xl.pf-v6-c-table {
23298
23318
  --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
23299
23319
  --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
@@ -23563,14 +23583,14 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
23563
23583
  text-align: end;
23564
23584
  }
23565
23585
  }
23566
- @media screen and (max-width: 90.625rem) and (max-width: 36rem) {
23586
+ @media screen and (max-width: calc(90.625rem - 1px)) and (max-width: 36rem) {
23567
23587
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
23568
23588
  grid-row-start: 1;
23569
23589
  grid-column-start: 2;
23570
23590
  margin-inline-start: 0;
23571
23591
  }
23572
23592
  }
23573
- @media screen and (max-width: 90.625rem) {
23593
+ @media screen and (max-width: calc(90.625rem - 1px)) {
23574
23594
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
23575
23595
  grid-column: 2;
23576
23596
  grid-row: 2;
@@ -24772,7 +24792,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
24772
24792
  --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
24773
24793
  }
24774
24794
 
24775
- @media screen and (max-width: 48rem) {
24795
+ @media screen and (max-width: calc(48rem - 1px)) {
24776
24796
  .pf-m-tree-view-grid-md.pf-v6-c-table {
24777
24797
  --pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
24778
24798
  --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
@@ -24915,7 +24935,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
24915
24935
  }
24916
24936
  }
24917
24937
 
24918
- @media screen and (max-width: 62rem) {
24938
+ @media screen and (max-width: calc(62rem - 1px)) {
24919
24939
  .pf-m-tree-view-grid-lg.pf-v6-c-table {
24920
24940
  --pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
24921
24941
  --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
@@ -25058,7 +25078,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25058
25078
  }
25059
25079
  }
25060
25080
 
25061
- @media screen and (max-width: 75rem) {
25081
+ @media screen and (max-width: calc(75rem - 1px)) {
25062
25082
  .pf-m-tree-view-grid-xl.pf-v6-c-table {
25063
25083
  --pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
25064
25084
  --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
@@ -25201,7 +25221,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25201
25221
  }
25202
25222
  }
25203
25223
 
25204
- @media screen and (max-width: 90.625rem) {
25224
+ @media screen and (max-width: calc(90.625rem - 1px)) {
25205
25225
  .pf-m-tree-view-grid-2xl.pf-v6-c-table {
25206
25226
  --pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
25207
25227
  --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
package/patternfly.css CHANGED
@@ -10403,9 +10403,22 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
10403
10403
  --pf-v6-c-code-editor__tab-icon--text--MarginInlineStart: var(--pf-t--global--spacer--sm);
10404
10404
  }
10405
10405
 
10406
+ .pf-v6-c-code-editor {
10407
+ display: flex;
10408
+ flex-direction: column;
10409
+ }
10406
10410
  .pf-v6-c-code-editor.pf-m-read-only {
10407
10411
  --pf-v6-c-code-editor__main--BackgroundColor: var(--pf-v6-c-code-editor--m-read-only__main--BackgroundColor);
10408
10412
  }
10413
+ .pf-v6-c-code-editor.pf-m-full-height {
10414
+ height: 100%;
10415
+ }
10416
+
10417
+ .pf-v6-c-code-editor__container {
10418
+ display: flex;
10419
+ flex-direction: column;
10420
+ flex-grow: 1;
10421
+ }
10409
10422
 
10410
10423
  .pf-v6-c-code-editor__header {
10411
10424
  position: relative;
@@ -10472,6 +10485,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
10472
10485
 
10473
10486
  .pf-v6-c-code-editor__main {
10474
10487
  position: relative;
10488
+ flex-grow: 1;
10475
10489
  color: var(--pf-v6-c-code-editor__main--Color, inherit);
10476
10490
  background-color: var(--pf-v6-c-code-editor__main--BackgroundColor);
10477
10491
  border: var(--pf-v6-c-code-editor__main--BorderWidth) solid;
@@ -10493,6 +10507,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
10493
10507
 
10494
10508
  .pf-v6-c-code-editor__code {
10495
10509
  position: relative;
10510
+ height: 100%;
10496
10511
  padding-block-start: var(--pf-v6-c-code-editor__code--PaddingBlockStart);
10497
10512
  padding-block-end: var(--pf-v6-c-code-editor__code--PaddingBlockEnd);
10498
10513
  padding-inline-start: var(--pf-v6-c-code-editor__code--PaddingInlineStart);
@@ -19014,11 +19029,13 @@ ul.pf-v6-c-list {
19014
19029
  --pf-v6-c-page__main-subnav--PaddingBlockEnd: 0;
19015
19030
  --pf-v6-c-page__main-subnav--PaddingInlineStart: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main-container--BorderWidth));
19016
19031
  --pf-v6-c-page__main-subnav--PaddingInlineEnd: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main-container--BorderWidth));
19032
+ --pf-v6-c-page__main-subnav--m-sticky-top--PaddingBlockEnd: var(--pf-t--global--spacer--md);
19017
19033
  --pf-v6-c-page__main-breadcrumb--PaddingBlockStart: var(--pf-t--global--spacer--md);
19018
19034
  --pf-v6-c-page__main-breadcrumb--PaddingInlineEnd: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main-container--BorderWidth));
19019
19035
  --pf-v6-c-page__main-breadcrumb--PaddingBlockEnd: 0;
19020
19036
  --pf-v6-c-page__main-breadcrumb--PaddingInlineStart: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main-container--BorderWidth));
19021
19037
  --pf-v6-c-page__main-breadcrumb--BackgroundColor: var(--pf-t--global--background--color--primary--default);
19038
+ --pf-v6-c-page__main-breadcrumb--m-sticky-top--PaddingBlockEnd: var(--pf-t--global--spacer--md);
19022
19039
  --pf-v6-c-page__main-tabs--PaddingBlockStart: 0;
19023
19040
  --pf-v6-c-page__main-tabs--PaddingInlineEnd: 0;
19024
19041
  --pf-v6-c-page__main-tabs--PaddingBlockEnd: 0;
@@ -19400,6 +19417,9 @@ ul.pf-v6-c-list {
19400
19417
  padding-inline-end: var(--pf-v6-c-page__main-subnav--PaddingInlineEnd);
19401
19418
  background-color: var(--pf-v6-c-page__main-subnav--BackgroundColor);
19402
19419
  }
19420
+ .pf-v6-c-page__main-subnav.pf-m-sticky-top {
19421
+ padding-block-end: var(--pf-v6-c-page__main-subnav--m-sticky-top--PaddingBlockEnd);
19422
+ }
19403
19423
 
19404
19424
  .pf-v6-c-page__main-breadcrumb {
19405
19425
  padding-block-start: var(--pf-v6-c-page__main-breadcrumb--PaddingBlockStart);
@@ -22520,7 +22540,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
22520
22540
  --pf-v6-c-table--cell--Width: auto;
22521
22541
  }
22522
22542
 
22523
- @media screen and (max-width: 48rem) {
22543
+ @media screen and (max-width: calc(48rem - 1px)) {
22524
22544
  .pf-m-grid-md.pf-v6-c-table {
22525
22545
  --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
22526
22546
  --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
@@ -22790,14 +22810,14 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
22790
22810
  text-align: end;
22791
22811
  }
22792
22812
  }
22793
- @media screen and (max-width: 48rem) and (max-width: 36rem) {
22813
+ @media screen and (max-width: calc(48rem - 1px)) and (max-width: 36rem) {
22794
22814
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__action {
22795
22815
  grid-row-start: 1;
22796
22816
  grid-column-start: 2;
22797
22817
  margin-inline-start: 0;
22798
22818
  }
22799
22819
  }
22800
- @media screen and (max-width: 48rem) {
22820
+ @media screen and (max-width: calc(48rem - 1px)) {
22801
22821
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
22802
22822
  grid-column: 2;
22803
22823
  grid-row: 2;
@@ -22823,7 +22843,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
22823
22843
  }
22824
22844
  }
22825
22845
 
22826
- @media screen and (max-width: 62rem) {
22846
+ @media screen and (max-width: calc(62rem - 1px)) {
22827
22847
  .pf-m-grid-lg.pf-v6-c-table {
22828
22848
  --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
22829
22849
  --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
@@ -23093,14 +23113,14 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
23093
23113
  text-align: end;
23094
23114
  }
23095
23115
  }
23096
- @media screen and (max-width: 62rem) and (max-width: 36rem) {
23116
+ @media screen and (max-width: calc(62rem - 1px)) and (max-width: 36rem) {
23097
23117
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
23098
23118
  grid-row-start: 1;
23099
23119
  grid-column-start: 2;
23100
23120
  margin-inline-start: 0;
23101
23121
  }
23102
23122
  }
23103
- @media screen and (max-width: 62rem) {
23123
+ @media screen and (max-width: calc(62rem - 1px)) {
23104
23124
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
23105
23125
  grid-column: 2;
23106
23126
  grid-row: 2;
@@ -23126,7 +23146,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
23126
23146
  }
23127
23147
  }
23128
23148
 
23129
- @media screen and (max-width: 75rem) {
23149
+ @media screen and (max-width: calc(75rem - 1px)) {
23130
23150
  .pf-m-grid-xl.pf-v6-c-table {
23131
23151
  --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
23132
23152
  --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
@@ -23396,14 +23416,14 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
23396
23416
  text-align: end;
23397
23417
  }
23398
23418
  }
23399
- @media screen and (max-width: 75rem) and (max-width: 36rem) {
23419
+ @media screen and (max-width: calc(75rem - 1px)) and (max-width: 36rem) {
23400
23420
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
23401
23421
  grid-row-start: 1;
23402
23422
  grid-column-start: 2;
23403
23423
  margin-inline-start: 0;
23404
23424
  }
23405
23425
  }
23406
- @media screen and (max-width: 75rem) {
23426
+ @media screen and (max-width: calc(75rem - 1px)) {
23407
23427
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
23408
23428
  grid-column: 2;
23409
23429
  grid-row: 2;
@@ -23429,7 +23449,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
23429
23449
  }
23430
23450
  }
23431
23451
 
23432
- @media screen and (max-width: 90.625rem) {
23452
+ @media screen and (max-width: calc(90.625rem - 1px)) {
23433
23453
  .pf-m-grid-2xl.pf-v6-c-table {
23434
23454
  --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
23435
23455
  --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
@@ -23699,14 +23719,14 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
23699
23719
  text-align: end;
23700
23720
  }
23701
23721
  }
23702
- @media screen and (max-width: 90.625rem) and (max-width: 36rem) {
23722
+ @media screen and (max-width: calc(90.625rem - 1px)) and (max-width: 36rem) {
23703
23723
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
23704
23724
  grid-row-start: 1;
23705
23725
  grid-column-start: 2;
23706
23726
  margin-inline-start: 0;
23707
23727
  }
23708
23728
  }
23709
- @media screen and (max-width: 90.625rem) {
23729
+ @media screen and (max-width: calc(90.625rem - 1px)) {
23710
23730
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
23711
23731
  grid-column: 2;
23712
23732
  grid-row: 2;
@@ -24908,7 +24928,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
24908
24928
  --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
24909
24929
  }
24910
24930
 
24911
- @media screen and (max-width: 48rem) {
24931
+ @media screen and (max-width: calc(48rem - 1px)) {
24912
24932
  .pf-m-tree-view-grid-md.pf-v6-c-table {
24913
24933
  --pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
24914
24934
  --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
@@ -25051,7 +25071,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25051
25071
  }
25052
25072
  }
25053
25073
 
25054
- @media screen and (max-width: 62rem) {
25074
+ @media screen and (max-width: calc(62rem - 1px)) {
25055
25075
  .pf-m-tree-view-grid-lg.pf-v6-c-table {
25056
25076
  --pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
25057
25077
  --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
@@ -25194,7 +25214,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25194
25214
  }
25195
25215
  }
25196
25216
 
25197
- @media screen and (max-width: 75rem) {
25217
+ @media screen and (max-width: calc(75rem - 1px)) {
25198
25218
  .pf-m-tree-view-grid-xl.pf-v6-c-table {
25199
25219
  --pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
25200
25220
  --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
@@ -25337,7 +25357,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25337
25357
  }
25338
25358
  }
25339
25359
 
25340
- @media screen and (max-width: 90.625rem) {
25360
+ @media screen and (max-width: calc(90.625rem - 1px)) {
25341
25361
  .pf-m-tree-view-grid-2xl.pf-v6-c-table {
25342
25362
  --pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
25343
25363
  --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);