@patternfly/patternfly 6.0.0-alpha.97 → 6.0.0-alpha.98
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/MenuToggle/menu-toggle.css +20 -6
- package/components/MenuToggle/menu-toggle.scss +32 -6
- package/docs/components/LogViewer/examples/LogViewer.md +130 -10
- package/docs/components/MenuToggle/examples/MenuToggle.md +162 -6
- package/docs/components/Toolbar/examples/Toolbar.md +143 -11
- package/docs/demos/AboutModal/examples/AboutModal.md +52 -4
- package/docs/demos/Alert/examples/Alert.md +156 -12
- package/docs/demos/BackToTop/examples/BackToTop.md +52 -4
- package/docs/demos/Banner/examples/Banner.md +104 -8
- package/docs/demos/CardView/examples/CardView.md +65 -5
- package/docs/demos/ContextSelector/examples/ContextSelector.md +156 -12
- package/docs/demos/Dashboard/examples/Dashboard.md +52 -4
- package/docs/demos/DataList/examples/DataList.md +273 -21
- package/docs/demos/DescriptionList/examples/DescriptionList.md +156 -12
- package/docs/demos/Drawer/examples/Drawer.md +260 -20
- package/docs/demos/JumpLinks/examples/JumpLinks.md +312 -24
- package/docs/demos/Masthead/examples/Masthead.md +247 -19
- package/docs/demos/Modal/examples/Modal.md +312 -24
- package/docs/demos/Nav/examples/Nav.md +312 -24
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +260 -20
- package/docs/demos/Page/examples/Page.md +468 -36
- package/docs/demos/Page/examples/Penta.md +13 -1
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +455 -35
- package/docs/demos/Skeleton/examples/Skeleton.md +52 -4
- package/docs/demos/Table/examples/Table.md +1094 -86
- package/docs/demos/Tabs/examples/Tabs.md +325 -25
- package/docs/demos/Toolbar/examples/Toolbar.md +325 -25
- package/docs/demos/Wizard/examples/Wizard.md +468 -36
- package/package.json +1 -1
- package/patternfly-no-globals.css +20 -6
- package/patternfly-theme-dark-unversioned.css +20 -6
- package/patternfly.css +20 -6
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -29,6 +29,8 @@
|
|
|
29
29
|
--pf-v6-c-menu-toggle--expanded__toggle-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
30
30
|
--pf-v6-c-menu-toggle--disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
|
31
31
|
--pf-v6-c-menu-toggle--disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
|
32
|
+
--pf-v6-c-menu-toggle__icon--Height: calc(var(--pf-v6-c-menu__item--FontSize) * var(--pf-v6-c-menu__item--LineHeight));
|
|
33
|
+
--pf-v6-c-menu-toggle__toggle-icon--Height: calc(var(--pf-v6-c-menu__item--FontSize) * var(--pf-v6-c-menu__item--LineHeight));
|
|
32
34
|
--pf-v6-c-menu-toggle--m-button--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
33
35
|
--pf-v6-c-menu-toggle--m-button--PaddingRight: var(--pf-t--global--spacer--md);
|
|
34
36
|
--pf-v6-c-menu-toggle--m-button--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
@@ -103,6 +105,8 @@
|
|
|
103
105
|
--pf-v6-c-menu-toggle--m-plain--disabled--BackgroundColor: transparent;
|
|
104
106
|
--pf-v6-c-menu-toggle--m-typeahead--c-text-input-group__utilities--c-button--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
105
107
|
--pf-v6-c-menu-toggle--m-typeahead__button--AlignSelf: stretch;
|
|
108
|
+
--pf-v6-c-menu-toggle--m-small--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
109
|
+
--pf-v6-c-menu-toggle--m-small--PaddingBottom: var(--pf-t--global--spacer--xs);
|
|
106
110
|
}
|
|
107
111
|
|
|
108
112
|
.pf-v6-c-menu-toggle {
|
|
@@ -230,6 +234,10 @@
|
|
|
230
234
|
.pf-v6-c-menu-toggle.pf-m-primary::before, .pf-v6-c-menu-toggle:is(:disabled, .pf-m-disabled)::before {
|
|
231
235
|
border: 0;
|
|
232
236
|
}
|
|
237
|
+
.pf-v6-c-menu-toggle.pf-m-small {
|
|
238
|
+
--pf-v6-c-menu-toggle--PaddingTop: var(--pf-v6-c-menu-toggle--m-small--PaddingTop);
|
|
239
|
+
--pf-v6-c-menu-toggle--PaddingBottom: var(--pf-v6-c-menu-toggle--m-small--PaddingBottom);
|
|
240
|
+
}
|
|
233
241
|
.pf-v6-c-menu-toggle:has(.pf-v6-c-button) {
|
|
234
242
|
background-color: transparent;
|
|
235
243
|
}
|
|
@@ -340,11 +348,6 @@
|
|
|
340
348
|
padding-inline-start: 0;
|
|
341
349
|
}
|
|
342
350
|
|
|
343
|
-
.pf-v6-c-menu-toggle__icon {
|
|
344
|
-
flex-shrink: 0;
|
|
345
|
-
align-self: center;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
351
|
.pf-v6-c-menu-toggle__text {
|
|
349
352
|
overflow: hidden;
|
|
350
353
|
text-overflow: ellipsis;
|
|
@@ -357,14 +360,25 @@
|
|
|
357
360
|
flex-wrap: nowrap;
|
|
358
361
|
}
|
|
359
362
|
|
|
360
|
-
.pf-v6-c-menu-
|
|
363
|
+
.pf-v6-c-menu-toggle__icon,
|
|
364
|
+
.pf-v6-c-menu-toggle__controls,
|
|
365
|
+
.pf-v6-c-menu-toggle__toggle-icon {
|
|
361
366
|
display: flex;
|
|
362
367
|
align-items: center;
|
|
363
368
|
justify-content: center;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.pf-v6-c-menu-toggle__icon {
|
|
372
|
+
flex-shrink: 0;
|
|
373
|
+
height: var(--pf-v6-c-menu-toggle__icon--Height);
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.pf-v6-c-menu-toggle__controls {
|
|
364
377
|
min-width: var(--pf-v6-c-menu-toggle__controls--MinWidth);
|
|
365
378
|
margin-inline-start: auto;
|
|
366
379
|
}
|
|
367
380
|
|
|
368
381
|
.pf-v6-c-menu-toggle__toggle-icon {
|
|
382
|
+
height: var(--pf-v6-c-menu-toggle__toggle-icon--Height);
|
|
369
383
|
color: var(--pf-v6-c-menu-toggle__toggle-icon--Color, inherit);
|
|
370
384
|
}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
// TODO: abstract button / control styling to affect any/all variants
|
|
7
7
|
// TODO: move controls to wrap buttons, not the other way around
|
|
8
8
|
// TODO: update text-input-button to use gap
|
|
9
|
+
// TODO: label all variables group - // * Menu toggle (vars) // - Menu toggle (selectors)
|
|
9
10
|
|
|
10
11
|
:where(:root),
|
|
11
12
|
:where(.#{$menu-toggle}) {
|
|
@@ -47,6 +48,12 @@
|
|
|
47
48
|
--#{$menu-toggle}--disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
|
48
49
|
--#{$menu-toggle}--disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
|
49
50
|
|
|
51
|
+
// * Menu toggle icon
|
|
52
|
+
--#{$menu-toggle}__icon--Height: calc(var(--#{$menu}__item--FontSize) * var(--#{$menu}__item--LineHeight));
|
|
53
|
+
|
|
54
|
+
// * Menu toggle toggle icon
|
|
55
|
+
--#{$menu-toggle}__toggle-icon--Height: calc(var(--#{$menu}__item--FontSize) * var(--#{$menu}__item--LineHeight));
|
|
56
|
+
|
|
50
57
|
// TODO: add pf-m-button modifier here
|
|
51
58
|
// * Menu toggle button
|
|
52
59
|
--#{$menu-toggle}--m-button--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
@@ -152,6 +159,10 @@
|
|
|
152
159
|
// Typeahead
|
|
153
160
|
--#{$menu-toggle}--m-typeahead--c-text-input-group__utilities--c-button--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
154
161
|
--#{$menu-toggle}--m-typeahead__button--AlignSelf: stretch;
|
|
162
|
+
|
|
163
|
+
// * Menu toggle small
|
|
164
|
+
--#{$menu-toggle}--m-small--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
165
|
+
--#{$menu-toggle}--m-small--PaddingBottom: var(--pf-t--global--spacer--xs);
|
|
155
166
|
}
|
|
156
167
|
|
|
157
168
|
.#{$menu-toggle} {
|
|
@@ -300,6 +311,12 @@
|
|
|
300
311
|
}
|
|
301
312
|
}
|
|
302
313
|
|
|
314
|
+
// - Menu item small
|
|
315
|
+
&.pf-m-small {
|
|
316
|
+
--#{$menu-toggle}--PaddingTop: var(--#{$menu-toggle}--m-small--PaddingTop);
|
|
317
|
+
--#{$menu-toggle}--PaddingBottom: var(--#{$menu-toggle}--m-small--PaddingBottom);
|
|
318
|
+
}
|
|
319
|
+
|
|
303
320
|
&:has(.#{$button}) {
|
|
304
321
|
background-color: transparent;
|
|
305
322
|
}
|
|
@@ -451,11 +468,6 @@
|
|
|
451
468
|
}
|
|
452
469
|
}
|
|
453
470
|
|
|
454
|
-
.#{$menu-toggle}__icon {
|
|
455
|
-
flex-shrink: 0;
|
|
456
|
-
align-self: center;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
471
|
.#{$menu-toggle}__text {
|
|
460
472
|
@include pf-v5-text-overflow;
|
|
461
473
|
|
|
@@ -467,14 +479,28 @@
|
|
|
467
479
|
flex-wrap: nowrap;
|
|
468
480
|
}
|
|
469
481
|
|
|
470
|
-
|
|
482
|
+
// - Menu toggle controls - Menu toggle icon
|
|
483
|
+
.#{$menu-toggle}__icon,
|
|
484
|
+
.#{$menu-toggle}__controls,
|
|
485
|
+
.#{$menu-toggle}__toggle-icon {
|
|
471
486
|
display: flex;
|
|
472
487
|
align-items: center;
|
|
473
488
|
justify-content: center;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.#{$menu-toggle}__icon {
|
|
492
|
+
flex-shrink: 0;
|
|
493
|
+
height: var(--#{$menu-toggle}__icon--Height);
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
// - Menu toggle controls
|
|
497
|
+
.#{$menu-toggle}__controls {
|
|
474
498
|
min-width: var(--#{$menu-toggle}__controls--MinWidth);
|
|
475
499
|
margin-inline-start: auto; // TODO: possibly replace as part of one of the other TODOs at top of file
|
|
476
500
|
}
|
|
477
501
|
|
|
502
|
+
// - Menu toggle icon
|
|
478
503
|
.#{$menu-toggle}__toggle-icon {
|
|
504
|
+
height: var(--#{$menu-toggle}__toggle-icon--Height);
|
|
479
505
|
color: var(--#{$menu-toggle}__toggle-icon--Color, inherit);
|
|
480
506
|
}
|
|
@@ -89,7 +89,19 @@ cssPrefix: pf-v5-c-log-viewer
|
|
|
89
89
|
aria-controls="log-viewer-basic-example-toolbar-expandable-content"
|
|
90
90
|
>
|
|
91
91
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
92
|
-
<
|
|
92
|
+
<svg
|
|
93
|
+
class="pf-v5-svg"
|
|
94
|
+
viewBox="0 0 192 512"
|
|
95
|
+
fill="currentColor"
|
|
96
|
+
aria-hidden="true"
|
|
97
|
+
role="img"
|
|
98
|
+
width="1em"
|
|
99
|
+
height="1em"
|
|
100
|
+
>
|
|
101
|
+
<path
|
|
102
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
103
|
+
/>
|
|
104
|
+
</svg>
|
|
93
105
|
</span>
|
|
94
106
|
</button>
|
|
95
107
|
</div>
|
|
@@ -661,7 +673,19 @@ cssPrefix: pf-v5-c-log-viewer
|
|
|
661
673
|
aria-controls="log-viewer-line-number-example-toolbar-expandable-content"
|
|
662
674
|
>
|
|
663
675
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
664
|
-
<
|
|
676
|
+
<svg
|
|
677
|
+
class="pf-v5-svg"
|
|
678
|
+
viewBox="0 0 192 512"
|
|
679
|
+
fill="currentColor"
|
|
680
|
+
aria-hidden="true"
|
|
681
|
+
role="img"
|
|
682
|
+
width="1em"
|
|
683
|
+
height="1em"
|
|
684
|
+
>
|
|
685
|
+
<path
|
|
686
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
687
|
+
/>
|
|
688
|
+
</svg>
|
|
665
689
|
</span>
|
|
666
690
|
</button>
|
|
667
691
|
</div>
|
|
@@ -1233,7 +1257,19 @@ cssPrefix: pf-v5-c-log-viewer
|
|
|
1233
1257
|
aria-controls="log-viewer-line-number-chars-example-toolbar-expandable-content"
|
|
1234
1258
|
>
|
|
1235
1259
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1236
|
-
<
|
|
1260
|
+
<svg
|
|
1261
|
+
class="pf-v5-svg"
|
|
1262
|
+
viewBox="0 0 192 512"
|
|
1263
|
+
fill="currentColor"
|
|
1264
|
+
aria-hidden="true"
|
|
1265
|
+
role="img"
|
|
1266
|
+
width="1em"
|
|
1267
|
+
height="1em"
|
|
1268
|
+
>
|
|
1269
|
+
<path
|
|
1270
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1271
|
+
/>
|
|
1272
|
+
</svg>
|
|
1237
1273
|
</span>
|
|
1238
1274
|
</button>
|
|
1239
1275
|
</div>
|
|
@@ -1805,7 +1841,19 @@ cssPrefix: pf-v5-c-log-viewer
|
|
|
1805
1841
|
aria-controls="log-viewer-text-wrap-example-toolbar-expandable-content"
|
|
1806
1842
|
>
|
|
1807
1843
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1808
|
-
<
|
|
1844
|
+
<svg
|
|
1845
|
+
class="pf-v5-svg"
|
|
1846
|
+
viewBox="0 0 192 512"
|
|
1847
|
+
fill="currentColor"
|
|
1848
|
+
aria-hidden="true"
|
|
1849
|
+
role="img"
|
|
1850
|
+
width="1em"
|
|
1851
|
+
height="1em"
|
|
1852
|
+
>
|
|
1853
|
+
<path
|
|
1854
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1855
|
+
/>
|
|
1856
|
+
</svg>
|
|
1809
1857
|
</span>
|
|
1810
1858
|
</button>
|
|
1811
1859
|
</div>
|
|
@@ -2377,7 +2425,19 @@ cssPrefix: pf-v5-c-log-viewer
|
|
|
2377
2425
|
aria-controls="log-viewer-text-nowrap-example-toolbar-expandable-content"
|
|
2378
2426
|
>
|
|
2379
2427
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2380
|
-
<
|
|
2428
|
+
<svg
|
|
2429
|
+
class="pf-v5-svg"
|
|
2430
|
+
viewBox="0 0 192 512"
|
|
2431
|
+
fill="currentColor"
|
|
2432
|
+
aria-hidden="true"
|
|
2433
|
+
role="img"
|
|
2434
|
+
width="1em"
|
|
2435
|
+
height="1em"
|
|
2436
|
+
>
|
|
2437
|
+
<path
|
|
2438
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
2439
|
+
/>
|
|
2440
|
+
</svg>
|
|
2381
2441
|
</span>
|
|
2382
2442
|
</button>
|
|
2383
2443
|
</div>
|
|
@@ -2949,7 +3009,19 @@ cssPrefix: pf-v5-c-log-viewer
|
|
|
2949
3009
|
aria-controls="log-viewer-search-results-example-toolbar-expandable-content"
|
|
2950
3010
|
>
|
|
2951
3011
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2952
|
-
<
|
|
3012
|
+
<svg
|
|
3013
|
+
class="pf-v5-svg"
|
|
3014
|
+
viewBox="0 0 192 512"
|
|
3015
|
+
fill="currentColor"
|
|
3016
|
+
aria-hidden="true"
|
|
3017
|
+
role="img"
|
|
3018
|
+
width="1em"
|
|
3019
|
+
height="1em"
|
|
3020
|
+
>
|
|
3021
|
+
<path
|
|
3022
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
3023
|
+
/>
|
|
3024
|
+
</svg>
|
|
2953
3025
|
</span>
|
|
2954
3026
|
</button>
|
|
2955
3027
|
</div>
|
|
@@ -3591,7 +3663,19 @@ cssPrefix: pf-v5-c-log-viewer
|
|
|
3591
3663
|
aria-controls="log-viewer-max-height-example-toolbar-expandable-content"
|
|
3592
3664
|
>
|
|
3593
3665
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3594
|
-
<
|
|
3666
|
+
<svg
|
|
3667
|
+
class="pf-v5-svg"
|
|
3668
|
+
viewBox="0 0 192 512"
|
|
3669
|
+
fill="currentColor"
|
|
3670
|
+
aria-hidden="true"
|
|
3671
|
+
role="img"
|
|
3672
|
+
width="1em"
|
|
3673
|
+
height="1em"
|
|
3674
|
+
>
|
|
3675
|
+
<path
|
|
3676
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
3677
|
+
/>
|
|
3678
|
+
</svg>
|
|
3595
3679
|
</span>
|
|
3596
3680
|
</button>
|
|
3597
3681
|
</div>
|
|
@@ -4163,7 +4247,19 @@ cssPrefix: pf-v5-c-log-viewer
|
|
|
4163
4247
|
aria-controls="log-viewer-dropdowns-expanded-example-toolbar-expandable-content"
|
|
4164
4248
|
>
|
|
4165
4249
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4166
|
-
<
|
|
4250
|
+
<svg
|
|
4251
|
+
class="pf-v5-svg"
|
|
4252
|
+
viewBox="0 0 192 512"
|
|
4253
|
+
fill="currentColor"
|
|
4254
|
+
aria-hidden="true"
|
|
4255
|
+
role="img"
|
|
4256
|
+
width="1em"
|
|
4257
|
+
height="1em"
|
|
4258
|
+
>
|
|
4259
|
+
<path
|
|
4260
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
4261
|
+
/>
|
|
4262
|
+
</svg>
|
|
4167
4263
|
</span>
|
|
4168
4264
|
</button>
|
|
4169
4265
|
</div>
|
|
@@ -4733,7 +4829,19 @@ cssPrefix: pf-v5-c-log-viewer
|
|
|
4733
4829
|
aria-controls="log-viewer-popover-expanded-example-toolbar-expandable-content"
|
|
4734
4830
|
>
|
|
4735
4831
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4736
|
-
<
|
|
4832
|
+
<svg
|
|
4833
|
+
class="pf-v5-svg"
|
|
4834
|
+
viewBox="0 0 192 512"
|
|
4835
|
+
fill="currentColor"
|
|
4836
|
+
aria-hidden="true"
|
|
4837
|
+
role="img"
|
|
4838
|
+
width="1em"
|
|
4839
|
+
height="1em"
|
|
4840
|
+
>
|
|
4841
|
+
<path
|
|
4842
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
4843
|
+
/>
|
|
4844
|
+
</svg>
|
|
4737
4845
|
</span>
|
|
4738
4846
|
</button>
|
|
4739
4847
|
</div>
|
|
@@ -5338,7 +5446,19 @@ cssPrefix: pf-v5-c-log-viewer
|
|
|
5338
5446
|
aria-controls="log-viewer-dark-example-toolbar-expandable-content"
|
|
5339
5447
|
>
|
|
5340
5448
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5341
|
-
<
|
|
5449
|
+
<svg
|
|
5450
|
+
class="pf-v5-svg"
|
|
5451
|
+
viewBox="0 0 192 512"
|
|
5452
|
+
fill="currentColor"
|
|
5453
|
+
aria-hidden="true"
|
|
5454
|
+
role="img"
|
|
5455
|
+
width="1em"
|
|
5456
|
+
height="1em"
|
|
5457
|
+
>
|
|
5458
|
+
<path
|
|
5459
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
5460
|
+
/>
|
|
5461
|
+
</svg>
|
|
5342
5462
|
</span>
|
|
5343
5463
|
</button>
|
|
5344
5464
|
</div>
|
|
@@ -212,8 +212,20 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
212
212
|
aria-expanded="false"
|
|
213
213
|
aria-label="Actions"
|
|
214
214
|
>
|
|
215
|
-
<span class="pf-v6-c-menu-
|
|
216
|
-
<
|
|
215
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
216
|
+
<svg
|
|
217
|
+
class="pf-v5-svg"
|
|
218
|
+
viewBox="0 0 192 512"
|
|
219
|
+
fill="currentColor"
|
|
220
|
+
aria-hidden="true"
|
|
221
|
+
role="img"
|
|
222
|
+
width="1em"
|
|
223
|
+
height="1em"
|
|
224
|
+
>
|
|
225
|
+
<path
|
|
226
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
227
|
+
/>
|
|
228
|
+
</svg>
|
|
217
229
|
</span>
|
|
218
230
|
</button>
|
|
219
231
|
|
|
@@ -223,8 +235,20 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
223
235
|
aria-expanded="true"
|
|
224
236
|
aria-label="Actions"
|
|
225
237
|
>
|
|
226
|
-
<span class="pf-v6-c-menu-
|
|
227
|
-
<
|
|
238
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
239
|
+
<svg
|
|
240
|
+
class="pf-v5-svg"
|
|
241
|
+
viewBox="0 0 192 512"
|
|
242
|
+
fill="currentColor"
|
|
243
|
+
aria-hidden="true"
|
|
244
|
+
role="img"
|
|
245
|
+
width="1em"
|
|
246
|
+
height="1em"
|
|
247
|
+
>
|
|
248
|
+
<path
|
|
249
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
250
|
+
/>
|
|
251
|
+
</svg>
|
|
228
252
|
</span>
|
|
229
253
|
</button>
|
|
230
254
|
|
|
@@ -235,8 +259,20 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
235
259
|
disabled
|
|
236
260
|
aria-label="Actions"
|
|
237
261
|
>
|
|
238
|
-
<span class="pf-v6-c-menu-
|
|
239
|
-
<
|
|
262
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
263
|
+
<svg
|
|
264
|
+
class="pf-v5-svg"
|
|
265
|
+
viewBox="0 0 192 512"
|
|
266
|
+
fill="currentColor"
|
|
267
|
+
aria-hidden="true"
|
|
268
|
+
role="img"
|
|
269
|
+
width="1em"
|
|
270
|
+
height="1em"
|
|
271
|
+
>
|
|
272
|
+
<path
|
|
273
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
274
|
+
/>
|
|
275
|
+
</svg>
|
|
240
276
|
</span>
|
|
241
277
|
</button>
|
|
242
278
|
|
|
@@ -467,6 +503,126 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
467
503
|
|
|
468
504
|
```
|
|
469
505
|
|
|
506
|
+
### Small
|
|
507
|
+
|
|
508
|
+
```html
|
|
509
|
+
<button
|
|
510
|
+
class="pf-v6-c-menu-toggle pf-m-plain pf-m-small"
|
|
511
|
+
type="button"
|
|
512
|
+
aria-expanded="false"
|
|
513
|
+
aria-label="Actions"
|
|
514
|
+
>
|
|
515
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
516
|
+
<svg
|
|
517
|
+
class="pf-v5-svg"
|
|
518
|
+
viewBox="0 0 192 512"
|
|
519
|
+
fill="currentColor"
|
|
520
|
+
aria-hidden="true"
|
|
521
|
+
role="img"
|
|
522
|
+
width="1em"
|
|
523
|
+
height="1em"
|
|
524
|
+
>
|
|
525
|
+
<path
|
|
526
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
527
|
+
/>
|
|
528
|
+
</svg>
|
|
529
|
+
</span>
|
|
530
|
+
</button>
|
|
531
|
+
|
|
532
|
+
<button
|
|
533
|
+
class="pf-v6-c-menu-toggle pf-m-plain pf-m-small pf-m-expanded"
|
|
534
|
+
type="button"
|
|
535
|
+
aria-expanded="true"
|
|
536
|
+
aria-label="Actions"
|
|
537
|
+
>
|
|
538
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
539
|
+
<svg
|
|
540
|
+
class="pf-v5-svg"
|
|
541
|
+
viewBox="0 0 192 512"
|
|
542
|
+
fill="currentColor"
|
|
543
|
+
aria-hidden="true"
|
|
544
|
+
role="img"
|
|
545
|
+
width="1em"
|
|
546
|
+
height="1em"
|
|
547
|
+
>
|
|
548
|
+
<path
|
|
549
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
550
|
+
/>
|
|
551
|
+
</svg>
|
|
552
|
+
</span>
|
|
553
|
+
</button>
|
|
554
|
+
|
|
555
|
+
<button
|
|
556
|
+
class="pf-v6-c-menu-toggle pf-m-plain pf-m-small pf-m-disabled"
|
|
557
|
+
type="button"
|
|
558
|
+
aria-expanded="false"
|
|
559
|
+
disabled
|
|
560
|
+
aria-label="Actions"
|
|
561
|
+
>
|
|
562
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
563
|
+
<svg
|
|
564
|
+
class="pf-v5-svg"
|
|
565
|
+
viewBox="0 0 192 512"
|
|
566
|
+
fill="currentColor"
|
|
567
|
+
aria-hidden="true"
|
|
568
|
+
role="img"
|
|
569
|
+
width="1em"
|
|
570
|
+
height="1em"
|
|
571
|
+
>
|
|
572
|
+
<path
|
|
573
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
574
|
+
/>
|
|
575
|
+
</svg>
|
|
576
|
+
</span>
|
|
577
|
+
</button>
|
|
578
|
+
|
|
579
|
+
```
|
|
580
|
+
|
|
581
|
+
### Small with text
|
|
582
|
+
|
|
583
|
+
```html
|
|
584
|
+
<button
|
|
585
|
+
class="pf-v6-c-menu-toggle pf-m-plain pf-m-small pf-m-text"
|
|
586
|
+
type="button"
|
|
587
|
+
aria-expanded="false"
|
|
588
|
+
>
|
|
589
|
+
<span class="pf-v6-c-menu-toggle__text">Collapsed</span>
|
|
590
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
591
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
592
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
593
|
+
</span>
|
|
594
|
+
</span>
|
|
595
|
+
</button>
|
|
596
|
+
|
|
597
|
+
<button
|
|
598
|
+
class="pf-v6-c-menu-toggle pf-m-plain pf-m-small pf-m-text pf-m-expanded"
|
|
599
|
+
type="button"
|
|
600
|
+
aria-expanded="true"
|
|
601
|
+
>
|
|
602
|
+
<span class="pf-v6-c-menu-toggle__text">Expanded</span>
|
|
603
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
604
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
605
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
606
|
+
</span>
|
|
607
|
+
</span>
|
|
608
|
+
</button>
|
|
609
|
+
|
|
610
|
+
<button
|
|
611
|
+
class="pf-v6-c-menu-toggle pf-m-plain pf-m-small pf-m-text pf-m-disabled"
|
|
612
|
+
type="button"
|
|
613
|
+
aria-expanded="false"
|
|
614
|
+
disabled
|
|
615
|
+
>
|
|
616
|
+
<span class="pf-v6-c-menu-toggle__text">Disabled</span>
|
|
617
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
618
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
619
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
620
|
+
</span>
|
|
621
|
+
</span>
|
|
622
|
+
</button>
|
|
623
|
+
|
|
624
|
+
```
|
|
625
|
+
|
|
470
626
|
### Split button, primary
|
|
471
627
|
|
|
472
628
|
```html
|