@patternfly/patternfly 6.1.0-prerelease.1 → 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.
- package/components/CodeEditor/code-editor.css +15 -0
- package/components/CodeEditor/code-editor.scss +16 -1
- package/components/Table/table-grid.css +12 -12
- package/components/Table/table-grid.scss +4 -4
- package/components/Table/table-tree-view.css +4 -4
- package/components/Table/table-tree-view.scss +4 -4
- package/components/_index.css +31 -16
- package/docs/components/CodeEditor/examples/CodeEditor.css +3 -0
- package/docs/components/CodeEditor/examples/CodeEditor.md +158 -7
- package/docs/components/InlineEdit/examples/InlineEdit.md +3 -18
- package/docs/components/MenuToggle/examples/MenuToggle.md +1193 -536
- package/docs/components/Table/examples/Table.md +466 -2524
- package/docs/demos/Card/examples/Card.css +4 -0
- package/docs/demos/Card/examples/Card.md +13 -21
- package/docs/demos/DataList/examples/DataList.md +5 -30
- package/docs/demos/DescriptionList/examples/DescriptionList.md +5 -30
- package/docs/demos/Table/examples/Table.md +161 -924
- package/docs/demos/Tabs/examples/Tabs.md +6 -36
- package/docs/demos/Toolbar/examples/Toolbar.md +12 -72
- package/package.json +3 -3
- package/patternfly-no-globals.css +31 -16
- package/patternfly.css +31 -16
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -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&#x3D;&quot;row&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&#x3D;&quot;row&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&#x3D;&quot;row&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&#x3D;&quot;row&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&#x3D;&quot;row&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&#x3D;&quot;row&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&#x3D;&quot;row&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&#x3D;&quot;row&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&#x3D;&quot;row&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&#x3D;&quot;row&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&#x3D;&quot;row&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&#x3D;&quot;row&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&#x3D;&quot;row&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&#x3D;&quot;row&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&#x3D;&quot;row&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&#x3D;&quot;row&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&#x3D;&quot;row&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&#x3D;&quot;row&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.1.0-prerelease.
|
|
4
|
+
"version": "6.1.0-prerelease.2",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -47,8 +47,8 @@
|
|
|
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.
|
|
51
|
-
"@patternfly/patternfly-a11y": "
|
|
50
|
+
"@patternfly/documentation-framework": "6.0.6",
|
|
51
|
+
"@patternfly/patternfly-a11y": "5.0.0",
|
|
52
52
|
"@patternfly/react-code-editor": "6.0.0",
|
|
53
53
|
"@patternfly/react-core": "6.0.0",
|
|
54
54
|
"@patternfly/react-table": "6.0.0",
|
|
@@ -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);
|
|
@@ -22389,7 +22404,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
22389
22404
|
--pf-v6-c-table--cell--Width: auto;
|
|
22390
22405
|
}
|
|
22391
22406
|
|
|
22392
|
-
@media screen and (max-width: 48rem) {
|
|
22407
|
+
@media screen and (max-width: calc(48rem - 1px)) {
|
|
22393
22408
|
.pf-m-grid-md.pf-v6-c-table {
|
|
22394
22409
|
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
|
|
22395
22410
|
--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
|
|
@@ -22659,14 +22674,14 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
22659
22674
|
text-align: end;
|
|
22660
22675
|
}
|
|
22661
22676
|
}
|
|
22662
|
-
@media screen and (max-width: 48rem) and (max-width: 36rem) {
|
|
22677
|
+
@media screen and (max-width: calc(48rem - 1px)) and (max-width: 36rem) {
|
|
22663
22678
|
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__action {
|
|
22664
22679
|
grid-row-start: 1;
|
|
22665
22680
|
grid-column-start: 2;
|
|
22666
22681
|
margin-inline-start: 0;
|
|
22667
22682
|
}
|
|
22668
22683
|
}
|
|
22669
|
-
@media screen and (max-width: 48rem) {
|
|
22684
|
+
@media screen and (max-width: calc(48rem - 1px)) {
|
|
22670
22685
|
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
|
|
22671
22686
|
grid-column: 2;
|
|
22672
22687
|
grid-row: 2;
|
|
@@ -22692,7 +22707,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
22692
22707
|
}
|
|
22693
22708
|
}
|
|
22694
22709
|
|
|
22695
|
-
@media screen and (max-width: 62rem) {
|
|
22710
|
+
@media screen and (max-width: calc(62rem - 1px)) {
|
|
22696
22711
|
.pf-m-grid-lg.pf-v6-c-table {
|
|
22697
22712
|
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
|
|
22698
22713
|
--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
|
|
@@ -22962,14 +22977,14 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
22962
22977
|
text-align: end;
|
|
22963
22978
|
}
|
|
22964
22979
|
}
|
|
22965
|
-
@media screen and (max-width: 62rem) and (max-width: 36rem) {
|
|
22980
|
+
@media screen and (max-width: calc(62rem - 1px)) and (max-width: 36rem) {
|
|
22966
22981
|
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
|
|
22967
22982
|
grid-row-start: 1;
|
|
22968
22983
|
grid-column-start: 2;
|
|
22969
22984
|
margin-inline-start: 0;
|
|
22970
22985
|
}
|
|
22971
22986
|
}
|
|
22972
|
-
@media screen and (max-width: 62rem) {
|
|
22987
|
+
@media screen and (max-width: calc(62rem - 1px)) {
|
|
22973
22988
|
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
|
|
22974
22989
|
grid-column: 2;
|
|
22975
22990
|
grid-row: 2;
|
|
@@ -22995,7 +23010,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
22995
23010
|
}
|
|
22996
23011
|
}
|
|
22997
23012
|
|
|
22998
|
-
@media screen and (max-width: 75rem) {
|
|
23013
|
+
@media screen and (max-width: calc(75rem - 1px)) {
|
|
22999
23014
|
.pf-m-grid-xl.pf-v6-c-table {
|
|
23000
23015
|
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
|
|
23001
23016
|
--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
|
|
@@ -23265,14 +23280,14 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23265
23280
|
text-align: end;
|
|
23266
23281
|
}
|
|
23267
23282
|
}
|
|
23268
|
-
@media screen and (max-width: 75rem) and (max-width: 36rem) {
|
|
23283
|
+
@media screen and (max-width: calc(75rem - 1px)) and (max-width: 36rem) {
|
|
23269
23284
|
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
|
|
23270
23285
|
grid-row-start: 1;
|
|
23271
23286
|
grid-column-start: 2;
|
|
23272
23287
|
margin-inline-start: 0;
|
|
23273
23288
|
}
|
|
23274
23289
|
}
|
|
23275
|
-
@media screen and (max-width: 75rem) {
|
|
23290
|
+
@media screen and (max-width: calc(75rem - 1px)) {
|
|
23276
23291
|
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
|
|
23277
23292
|
grid-column: 2;
|
|
23278
23293
|
grid-row: 2;
|
|
@@ -23298,7 +23313,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23298
23313
|
}
|
|
23299
23314
|
}
|
|
23300
23315
|
|
|
23301
|
-
@media screen and (max-width: 90.625rem) {
|
|
23316
|
+
@media screen and (max-width: calc(90.625rem - 1px)) {
|
|
23302
23317
|
.pf-m-grid-2xl.pf-v6-c-table {
|
|
23303
23318
|
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
|
|
23304
23319
|
--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
|
|
@@ -23568,14 +23583,14 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23568
23583
|
text-align: end;
|
|
23569
23584
|
}
|
|
23570
23585
|
}
|
|
23571
|
-
@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) {
|
|
23572
23587
|
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
|
|
23573
23588
|
grid-row-start: 1;
|
|
23574
23589
|
grid-column-start: 2;
|
|
23575
23590
|
margin-inline-start: 0;
|
|
23576
23591
|
}
|
|
23577
23592
|
}
|
|
23578
|
-
@media screen and (max-width: 90.625rem) {
|
|
23593
|
+
@media screen and (max-width: calc(90.625rem - 1px)) {
|
|
23579
23594
|
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
|
|
23580
23595
|
grid-column: 2;
|
|
23581
23596
|
grid-row: 2;
|
|
@@ -24777,7 +24792,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
24777
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));
|
|
24778
24793
|
}
|
|
24779
24794
|
|
|
24780
|
-
@media screen and (max-width: 48rem) {
|
|
24795
|
+
@media screen and (max-width: calc(48rem - 1px)) {
|
|
24781
24796
|
.pf-m-tree-view-grid-md.pf-v6-c-table {
|
|
24782
24797
|
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
24783
24798
|
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
@@ -24920,7 +24935,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
24920
24935
|
}
|
|
24921
24936
|
}
|
|
24922
24937
|
|
|
24923
|
-
@media screen and (max-width: 62rem) {
|
|
24938
|
+
@media screen and (max-width: calc(62rem - 1px)) {
|
|
24924
24939
|
.pf-m-tree-view-grid-lg.pf-v6-c-table {
|
|
24925
24940
|
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
24926
24941
|
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
@@ -25063,7 +25078,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25063
25078
|
}
|
|
25064
25079
|
}
|
|
25065
25080
|
|
|
25066
|
-
@media screen and (max-width: 75rem) {
|
|
25081
|
+
@media screen and (max-width: calc(75rem - 1px)) {
|
|
25067
25082
|
.pf-m-tree-view-grid-xl.pf-v6-c-table {
|
|
25068
25083
|
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
25069
25084
|
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
@@ -25206,7 +25221,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25206
25221
|
}
|
|
25207
25222
|
}
|
|
25208
25223
|
|
|
25209
|
-
@media screen and (max-width: 90.625rem) {
|
|
25224
|
+
@media screen and (max-width: calc(90.625rem - 1px)) {
|
|
25210
25225
|
.pf-m-tree-view-grid-2xl.pf-v6-c-table {
|
|
25211
25226
|
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
25212
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);
|
|
@@ -22525,7 +22540,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
22525
22540
|
--pf-v6-c-table--cell--Width: auto;
|
|
22526
22541
|
}
|
|
22527
22542
|
|
|
22528
|
-
@media screen and (max-width: 48rem) {
|
|
22543
|
+
@media screen and (max-width: calc(48rem - 1px)) {
|
|
22529
22544
|
.pf-m-grid-md.pf-v6-c-table {
|
|
22530
22545
|
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
|
|
22531
22546
|
--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
|
|
@@ -22795,14 +22810,14 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
22795
22810
|
text-align: end;
|
|
22796
22811
|
}
|
|
22797
22812
|
}
|
|
22798
|
-
@media screen and (max-width: 48rem) and (max-width: 36rem) {
|
|
22813
|
+
@media screen and (max-width: calc(48rem - 1px)) and (max-width: 36rem) {
|
|
22799
22814
|
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__action {
|
|
22800
22815
|
grid-row-start: 1;
|
|
22801
22816
|
grid-column-start: 2;
|
|
22802
22817
|
margin-inline-start: 0;
|
|
22803
22818
|
}
|
|
22804
22819
|
}
|
|
22805
|
-
@media screen and (max-width: 48rem) {
|
|
22820
|
+
@media screen and (max-width: calc(48rem - 1px)) {
|
|
22806
22821
|
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
|
|
22807
22822
|
grid-column: 2;
|
|
22808
22823
|
grid-row: 2;
|
|
@@ -22828,7 +22843,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
22828
22843
|
}
|
|
22829
22844
|
}
|
|
22830
22845
|
|
|
22831
|
-
@media screen and (max-width: 62rem) {
|
|
22846
|
+
@media screen and (max-width: calc(62rem - 1px)) {
|
|
22832
22847
|
.pf-m-grid-lg.pf-v6-c-table {
|
|
22833
22848
|
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
|
|
22834
22849
|
--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
|
|
@@ -23098,14 +23113,14 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23098
23113
|
text-align: end;
|
|
23099
23114
|
}
|
|
23100
23115
|
}
|
|
23101
|
-
@media screen and (max-width: 62rem) and (max-width: 36rem) {
|
|
23116
|
+
@media screen and (max-width: calc(62rem - 1px)) and (max-width: 36rem) {
|
|
23102
23117
|
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
|
|
23103
23118
|
grid-row-start: 1;
|
|
23104
23119
|
grid-column-start: 2;
|
|
23105
23120
|
margin-inline-start: 0;
|
|
23106
23121
|
}
|
|
23107
23122
|
}
|
|
23108
|
-
@media screen and (max-width: 62rem) {
|
|
23123
|
+
@media screen and (max-width: calc(62rem - 1px)) {
|
|
23109
23124
|
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
|
|
23110
23125
|
grid-column: 2;
|
|
23111
23126
|
grid-row: 2;
|
|
@@ -23131,7 +23146,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23131
23146
|
}
|
|
23132
23147
|
}
|
|
23133
23148
|
|
|
23134
|
-
@media screen and (max-width: 75rem) {
|
|
23149
|
+
@media screen and (max-width: calc(75rem - 1px)) {
|
|
23135
23150
|
.pf-m-grid-xl.pf-v6-c-table {
|
|
23136
23151
|
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
|
|
23137
23152
|
--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
|
|
@@ -23401,14 +23416,14 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23401
23416
|
text-align: end;
|
|
23402
23417
|
}
|
|
23403
23418
|
}
|
|
23404
|
-
@media screen and (max-width: 75rem) and (max-width: 36rem) {
|
|
23419
|
+
@media screen and (max-width: calc(75rem - 1px)) and (max-width: 36rem) {
|
|
23405
23420
|
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
|
|
23406
23421
|
grid-row-start: 1;
|
|
23407
23422
|
grid-column-start: 2;
|
|
23408
23423
|
margin-inline-start: 0;
|
|
23409
23424
|
}
|
|
23410
23425
|
}
|
|
23411
|
-
@media screen and (max-width: 75rem) {
|
|
23426
|
+
@media screen and (max-width: calc(75rem - 1px)) {
|
|
23412
23427
|
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
|
|
23413
23428
|
grid-column: 2;
|
|
23414
23429
|
grid-row: 2;
|
|
@@ -23434,7 +23449,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23434
23449
|
}
|
|
23435
23450
|
}
|
|
23436
23451
|
|
|
23437
|
-
@media screen and (max-width: 90.625rem) {
|
|
23452
|
+
@media screen and (max-width: calc(90.625rem - 1px)) {
|
|
23438
23453
|
.pf-m-grid-2xl.pf-v6-c-table {
|
|
23439
23454
|
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
|
|
23440
23455
|
--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
|
|
@@ -23704,14 +23719,14 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23704
23719
|
text-align: end;
|
|
23705
23720
|
}
|
|
23706
23721
|
}
|
|
23707
|
-
@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) {
|
|
23708
23723
|
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
|
|
23709
23724
|
grid-row-start: 1;
|
|
23710
23725
|
grid-column-start: 2;
|
|
23711
23726
|
margin-inline-start: 0;
|
|
23712
23727
|
}
|
|
23713
23728
|
}
|
|
23714
|
-
@media screen and (max-width: 90.625rem) {
|
|
23729
|
+
@media screen and (max-width: calc(90.625rem - 1px)) {
|
|
23715
23730
|
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
|
|
23716
23731
|
grid-column: 2;
|
|
23717
23732
|
grid-row: 2;
|
|
@@ -24913,7 +24928,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
24913
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));
|
|
24914
24929
|
}
|
|
24915
24930
|
|
|
24916
|
-
@media screen and (max-width: 48rem) {
|
|
24931
|
+
@media screen and (max-width: calc(48rem - 1px)) {
|
|
24917
24932
|
.pf-m-tree-view-grid-md.pf-v6-c-table {
|
|
24918
24933
|
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
24919
24934
|
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
@@ -25056,7 +25071,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25056
25071
|
}
|
|
25057
25072
|
}
|
|
25058
25073
|
|
|
25059
|
-
@media screen and (max-width: 62rem) {
|
|
25074
|
+
@media screen and (max-width: calc(62rem - 1px)) {
|
|
25060
25075
|
.pf-m-tree-view-grid-lg.pf-v6-c-table {
|
|
25061
25076
|
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
25062
25077
|
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
@@ -25199,7 +25214,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25199
25214
|
}
|
|
25200
25215
|
}
|
|
25201
25216
|
|
|
25202
|
-
@media screen and (max-width: 75rem) {
|
|
25217
|
+
@media screen and (max-width: calc(75rem - 1px)) {
|
|
25203
25218
|
.pf-m-tree-view-grid-xl.pf-v6-c-table {
|
|
25204
25219
|
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
25205
25220
|
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
@@ -25342,7 +25357,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25342
25357
|
}
|
|
25343
25358
|
}
|
|
25344
25359
|
|
|
25345
|
-
@media screen and (max-width: 90.625rem) {
|
|
25360
|
+
@media screen and (max-width: calc(90.625rem - 1px)) {
|
|
25346
25361
|
.pf-m-tree-view-grid-2xl.pf-v6-c-table {
|
|
25347
25362
|
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
25348
25363
|
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
|