@patternfly/patternfly 6.0.0-alpha.176 → 6.0.0-alpha.178
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/assets/icons/iconUnicodes.json +6 -0
- package/assets/pficon/pf-v6-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +36 -0
- package/base/patternfly-pf-icons.css +25 -1
- package/components/Alert/alert-group.css +1 -1
- package/components/Alert/alert-group.scss +1 -1
- package/components/Alert/alert.css +2 -5
- package/components/Alert/alert.scss +2 -4
- package/components/Drawer/drawer.css +6 -6
- package/components/Drawer/drawer.scss +6 -6
- package/components/EmptyState/empty-state.css +3 -3
- package/components/EmptyState/empty-state.scss +3 -3
- package/components/InlineEdit/inline-edit.css +2 -2
- package/components/InlineEdit/inline-edit.scss +2 -2
- package/components/MenuToggle/menu-toggle.css +0 -28
- package/components/MenuToggle/menu-toggle.scss +0 -32
- package/components/ModalBox/modal-box.css +2 -0
- package/components/ModalBox/modal-box.scss +2 -0
- package/components/Page/page.css +6 -0
- package/components/Page/page.scss +7 -0
- package/components/_index.css +22 -45
- package/docs/components/Page/examples/Page.md +1 -0
- package/docs/demos/AboutModal/examples/AboutModal.md +0 -30
- package/docs/demos/Alert/examples/Alert.md +0 -90
- package/docs/demos/BackToTop/examples/BackToTop.md +0 -30
- package/docs/demos/Banner/examples/Banner.md +0 -60
- package/docs/demos/CardView/examples/CardView.md +0 -30
- package/docs/demos/Dashboard/examples/Dashboard.md +0 -30
- package/docs/demos/DataList/examples/DataList.md +0 -120
- package/docs/demos/DescriptionList/examples/DescriptionList.md +0 -90
- package/docs/demos/Drawer/examples/Drawer.md +1 -151
- package/docs/demos/JumpLinks/examples/JumpLinks.md +0 -180
- package/docs/demos/Masthead/examples/Masthead.md +0 -60
- package/docs/demos/Modal/examples/Modal.md +0 -180
- package/docs/demos/Nav/examples/Nav.md +0 -180
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +0 -150
- package/docs/demos/Page/examples/Page.css +11 -0
- package/docs/demos/Page/examples/Page.md +671 -271
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +0 -210
- package/docs/demos/Skeleton/examples/Skeleton.md +0 -30
- package/docs/demos/Table/examples/Table.md +0 -450
- package/docs/demos/Tabs/examples/Tabs.md +0 -180
- package/docs/demos/Toolbar/examples/Toolbar.md +0 -60
- package/docs/demos/Wizard/examples/Wizard.md +0 -270
- package/icons/pficons.mjs +6 -0
- package/package.json +3 -2
- package/patternfly-base-no-globals.css +25 -1
- package/patternfly-base.css +25 -1
- package/patternfly-no-globals.css +47 -46
- package/patternfly.css +47 -46
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/components/_index.css
CHANGED
|
@@ -408,11 +408,11 @@
|
|
|
408
408
|
--pf-v6-c-alert__action--TranslateY: 0.125rem;
|
|
409
409
|
--pf-v6-c-alert__action--MarginInlineEnd: calc(var(--pf-t--global--spacer--sm) * -1);
|
|
410
410
|
--pf-v6-c-alert__description--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
411
|
-
--pf-v6-c-alert__action-group--PaddingBlockStart-base: var(--pf-t--global--spacer--
|
|
411
|
+
--pf-v6-c-alert__action-group--PaddingBlockStart-base: var(--pf-t--global--spacer--sm);
|
|
412
412
|
--pf-v6-c-alert__action-group--PaddingBlockStart: var(--pf-v6-c-alert__action-group--PaddingBlockStart-base);
|
|
413
413
|
--pf-v6-c-alert__description--action-group--PaddingBlockStart-base: var(--pf-t--global--spacer--sm);
|
|
414
414
|
--pf-v6-c-alert__description--action-group--PaddingBlockStart: var(--pf-v6-c-alert__description--action-group--PaddingBlockStart-base);
|
|
415
|
-
--pf-v6-c-alert__action-group__c-button--not-last-child--MarginInlineEnd: var(--pf-t--global--spacer--
|
|
415
|
+
--pf-v6-c-alert__action-group__c-button--not-last-child--MarginInlineEnd: var(--pf-t--global--spacer--gap--action-to-action--default);
|
|
416
416
|
--pf-v6-c-alert--m-custom--BorderColor: var(--pf-t--global--border--color--status--custom--default);
|
|
417
417
|
--pf-v6-c-alert--m-custom__icon--Color: var(--pf-t--global--icon--color--status--custom--default);
|
|
418
418
|
--pf-v6-c-alert--m-custom__title--Color: var(--pf-t--global--text--color--regular);
|
|
@@ -569,15 +569,12 @@
|
|
|
569
569
|
grid-area: actiongroup;
|
|
570
570
|
padding-block-start: var(--pf-v6-c-alert__action-group--PaddingBlockStart);
|
|
571
571
|
}
|
|
572
|
-
.pf-v6-c-alert__action-group > .pf-v6-c-button {
|
|
573
|
-
--pf-v6-c-button--m-link--m-inline--hover--TextDecoration: none;
|
|
574
|
-
}
|
|
575
572
|
.pf-v6-c-alert__action-group > .pf-v6-c-button:not(:last-child) {
|
|
576
573
|
margin-inline-end: var(--pf-v6-c-alert__action-group__c-button--not-last-child--MarginInlineEnd);
|
|
577
574
|
}
|
|
578
575
|
|
|
579
576
|
:where(:root, .pf-v6-c-alert-group) {
|
|
580
|
-
--pf-v6-c-alert-group__item--MarginBlockStart: var(--pf-t--global--spacer--
|
|
577
|
+
--pf-v6-c-alert-group__item--MarginBlockStart: var(--pf-t--global--spacer--gap--group--vertical);
|
|
581
578
|
--pf-v6-c-alert-group--m-toast--InsetBlockStart: var(--pf-t--global--spacer--2xl);
|
|
582
579
|
--pf-v6-c-alert-group--m-toast--InsetInlineEnd: var(--pf-t--global--spacer--xl);
|
|
583
580
|
--pf-v6-c-alert-group--m-toast--MaxWidth: 37.5rem;
|
|
@@ -5122,7 +5119,7 @@ ul) {
|
|
|
5122
5119
|
--pf-v6-c-drawer__panel--MinWidth: 50%;
|
|
5123
5120
|
--pf-v6-c-drawer__panel--MaxHeight: auto;
|
|
5124
5121
|
--pf-v6-c-drawer__panel--ZIndex: var(--pf-t--global--z-index--sm);
|
|
5125
|
-
--pf-v6-c-drawer__panel--BackgroundColor: var(--pf-t--global--background--color--
|
|
5122
|
+
--pf-v6-c-drawer__panel--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
5126
5123
|
--pf-v6-c-drawer__panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
5127
5124
|
--pf-v6-c-drawer__panel--RowGap: var(--pf-t--global--spacer--sm);
|
|
5128
5125
|
--pf-v6-c-drawer__panel--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
@@ -5209,7 +5206,7 @@ ul) {
|
|
|
5209
5206
|
--pf-v6-c-drawer__actions--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--compact) * -1.5);
|
|
5210
5207
|
--pf-v6-c-drawer__actions--MarginInlineEnd: calc(var(--pf-t--global--spacer--control--horizontal--compact) * -1.5);
|
|
5211
5208
|
--pf-v6-c-drawer__panel--BoxShadow: none;
|
|
5212
|
-
--pf-v6-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow: var(--pf-t--global--box-shadow--
|
|
5209
|
+
--pf-v6-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow: var(--pf-t--global--box-shadow--md--top);
|
|
5213
5210
|
--pf-v6-c-drawer__panel--after--Width: var(--pf-t--global--border--width--divider--default);
|
|
5214
5211
|
--pf-v6-c-drawer--m-panel-bottom__panel--after--Height: var(--pf-t--global--border--width--divider--default);
|
|
5215
5212
|
--pf-v6-c-drawer__panel--after--BackgroundColor: transparent;
|
|
@@ -5229,19 +5226,19 @@ ul) {
|
|
|
5229
5226
|
}
|
|
5230
5227
|
|
|
5231
5228
|
.pf-v6-c-drawer {
|
|
5232
|
-
--pf-v6-c-drawer--m-expanded__panel--BoxShadow: var(--pf-t--global--box-shadow--
|
|
5233
|
-
--pf-v6-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-t--global--box-shadow--
|
|
5229
|
+
--pf-v6-c-drawer--m-expanded__panel--BoxShadow: var(--pf-t--global--box-shadow--md--left);
|
|
5230
|
+
--pf-v6-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-t--global--box-shadow--md--right);
|
|
5234
5231
|
display: flex;
|
|
5235
5232
|
flex-direction: column;
|
|
5236
5233
|
height: 100%;
|
|
5237
5234
|
overflow-x: hidden;
|
|
5238
5235
|
}
|
|
5239
5236
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-drawer {
|
|
5240
|
-
--pf-v6-c-drawer--m-expanded__panel--BoxShadow: var(--pf-t--global--box-shadow--
|
|
5237
|
+
--pf-v6-c-drawer--m-expanded__panel--BoxShadow: var(--pf-t--global--box-shadow--md--right);
|
|
5241
5238
|
}
|
|
5242
5239
|
|
|
5243
5240
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-drawer {
|
|
5244
|
-
--pf-v6-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-t--global--box-shadow--
|
|
5241
|
+
--pf-v6-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-t--global--box-shadow--md--left);
|
|
5245
5242
|
}
|
|
5246
5243
|
|
|
5247
5244
|
.pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
|
|
@@ -5987,11 +5984,11 @@ ul) {
|
|
|
5987
5984
|
--pf-v6-c-empty-state--m-xs__body--MarginBlockStart: var(--pf-t--global--spacer--md);
|
|
5988
5985
|
--pf-v6-c-empty-state--m-xl__body--FontSize: var(--pf-t--global--font--size--body--lg);
|
|
5989
5986
|
--pf-v6-c-empty-state--m-xl__body--MarginBlockStart: var(--pf-t--global--spacer--xl);
|
|
5990
|
-
--pf-v6-c-empty-state__footer--RowGap: var(--pf-t--global--spacer--
|
|
5987
|
+
--pf-v6-c-empty-state__footer--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical);
|
|
5991
5988
|
--pf-v6-c-empty-state__footer--MarginBlockStart: var(--pf-t--global--spacer--xl);
|
|
5992
5989
|
--pf-v6-c-empty-state--m-xs__footer--MarginBlockStart: var(--pf-t--global--spacer--md);
|
|
5993
|
-
--pf-v6-c-empty-state__actions--RowGap: var(--pf-t--global--spacer--
|
|
5994
|
-
--pf-v6-c-empty-state__actions--ColumnGap: var(--pf-t--global--spacer--
|
|
5990
|
+
--pf-v6-c-empty-state__actions--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
|
5991
|
+
--pf-v6-c-empty-state__actions--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--default);
|
|
5995
5992
|
}
|
|
5996
5993
|
|
|
5997
5994
|
.pf-v6-c-empty-state {
|
|
@@ -7421,10 +7418,10 @@ select ~ .pf-v6-c-form-control__utilities {
|
|
|
7421
7418
|
}
|
|
7422
7419
|
|
|
7423
7420
|
:where(:root, .pf-v6-c-inline-edit) {
|
|
7424
|
-
--pf-v6-c-inline-edit__group--item--MarginInlineEnd: var(--pf-t--global--spacer--
|
|
7421
|
+
--pf-v6-c-inline-edit__group--item--MarginInlineEnd: var(--pf-t--global--spacer--gap--action-to-action--default);
|
|
7425
7422
|
--pf-v6-c-inline-edit__action--c-button--m-valid--m-plain--Color: var(--pf-t--global--icon--color--brand--default);
|
|
7426
7423
|
--pf-v6-c-inline-edit__action--c-button--m-valid--m-plain--hover--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
7427
|
-
--pf-v6-c-inline-edit__action--m-icon-group--item--MarginInlineEnd: var(--pf-t--global--spacer--
|
|
7424
|
+
--pf-v6-c-inline-edit__action--m-icon-group--item--MarginInlineEnd: var(--pf-t--global--spacer--gap--action-to-action--plain);
|
|
7428
7425
|
--pf-v6-c-inline-edit__group--m-footer--MarginBlockStart: var(--pf-t--global--spacer--xl);
|
|
7429
7426
|
--pf-v6-c-inline-edit__label--m-bold--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
7430
7427
|
}
|
|
@@ -9813,9 +9810,6 @@ ul.pf-v6-c-list {
|
|
|
9813
9810
|
--pf-v6-c-menu-toggle--hover--BorderWidth: var(--pf-t--global--border--width--action--default);
|
|
9814
9811
|
--pf-v6-c-menu-toggle--hover--BorderColor: var(--pf-t--global--border--color--hover);
|
|
9815
9812
|
--pf-v6-c-menu-toggle--hover__toggle-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
9816
|
-
--pf-v6-c-menu-toggle--active--BackgroundColor: var(--pf-t--global--background--color--control--default);
|
|
9817
|
-
--pf-v6-c-menu-toggle--active--BorderWidth: var(--pf-t--global--border--width--action--clicked);
|
|
9818
|
-
--pf-v6-c-menu-toggle--active--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
9819
9813
|
--pf-v6-c-menu-toggle--expanded--Color: var(--pf-t--global--text--color--regular);
|
|
9820
9814
|
--pf-v6-c-menu-toggle--expanded--BackgroundColor: var(--pf-t--global--background--color--control--default);
|
|
9821
9815
|
--pf-v6-c-menu-toggle--expanded--BorderWidth: var(--pf-t--global--border--width--action--clicked);
|
|
@@ -9843,9 +9837,6 @@ ul.pf-v6-c-list {
|
|
|
9843
9837
|
--pf-v6-c-menu-toggle--m-primary--hover--Color: var(--pf-t--global--text--color--on-brand--hover);
|
|
9844
9838
|
--pf-v6-c-menu-toggle--m-primary--hover--BackgroundColor: var(--pf-t--global--color--brand--hover);
|
|
9845
9839
|
--pf-v6-c-menu-toggle--m-primary--hover--BorderColor: transparent;
|
|
9846
|
-
--pf-v6-c-menu-toggle--m-primary--active--Color: var(--pf-t--global--text--color--on-brand--clicked);
|
|
9847
|
-
--pf-v6-c-menu-toggle--m-primary--active--BackgroundColor: var(--pf-t--global--color--brand--clicked);
|
|
9848
|
-
--pf-v6-c-menu-toggle--m-primary--active--BorderColor: transparent;
|
|
9849
9840
|
--pf-v6-c-menu-toggle--m-primary--expanded--Color: var(--pf-t--global--text--color--on-brand--clicked);
|
|
9850
9841
|
--pf-v6-c-menu-toggle--m-primary--expanded--BackgroundColor: var(--pf-t--global--color--brand--clicked);
|
|
9851
9842
|
--pf-v6-c-menu-toggle--m-primary--expanded--BorderColor: transparent;
|
|
@@ -9860,9 +9851,6 @@ ul.pf-v6-c-list {
|
|
|
9860
9851
|
--pf-v6-c-menu-toggle--m-secondary--hover--Color: var(--pf-t--global--text--color--brand--hover);
|
|
9861
9852
|
--pf-v6-c-menu-toggle--m-secondary--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
|
|
9862
9853
|
--pf-v6-c-menu-toggle--m-secondary--hover--BorderColor: var(--pf-t--global--border--color--brand--hover);
|
|
9863
|
-
--pf-v6-c-menu-toggle--m-secondary--active--Color: var(--pf-t--global--text--color--brand--clicked);
|
|
9864
|
-
--pf-v6-c-menu-toggle--m-secondary--active--BorderWidth: var(--pf-t--global--border--width--action--clicked);
|
|
9865
|
-
--pf-v6-c-menu-toggle--m-secondary--active--BorderColor: var(--pf-t--global--border--color--brand--clicked);
|
|
9866
9854
|
--pf-v6-c-menu-toggle--m-secondary--expanded--Color: var(--pf-t--global--text--color--brand--clicked);
|
|
9867
9855
|
--pf-v6-c-menu-toggle--m-secondary--expanded--BorderWidth: var(--pf-t--global--border--width--action--clicked);
|
|
9868
9856
|
--pf-v6-c-menu-toggle--m-secondary--expanded--BorderColor: var(--pf-t--global--border--color--brand--clicked);
|
|
@@ -9880,7 +9868,6 @@ ul.pf-v6-c-list {
|
|
|
9880
9868
|
--pf-v6-c-menu-toggle--m-split-button--m-action--child--disabled--BorderInlineStartColor: var(--pf-t--global--icon--color--on-disabled);
|
|
9881
9869
|
--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--BackgroundColor: var(--pf-t--global--color--brand--default);
|
|
9882
9870
|
--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--hover--BackgroundColor: var(--pf-t--global--color--brand--hover);
|
|
9883
|
-
--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--active--BackgroundColor: var(--pf-t--global--color--brand--clicked);
|
|
9884
9871
|
--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--BorderInlineStartColor: var(--pf-t--global--border--color--default);
|
|
9885
9872
|
--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--expanded--child--BackgroundColor: var(--pf-t--global--color--brand--clicked);
|
|
9886
9873
|
--pf-v6-c-menu-toggle--m-split-button--m-action--m-secondary--child--BorderInlineStartColor: var(--pf-t--global--color--brand--default);
|
|
@@ -9893,7 +9880,6 @@ ul.pf-v6-c-list {
|
|
|
9893
9880
|
--pf-v6-c-menu-toggle--m-plain--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
9894
9881
|
--pf-v6-c-menu-toggle--m-plain--BorderColor: transparent;
|
|
9895
9882
|
--pf-v6-c-menu-toggle--m-plain--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
9896
|
-
--pf-v6-c-menu-toggle--m-plain--active--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
|
9897
9883
|
--pf-v6-c-menu-toggle--m-plain--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
|
9898
9884
|
--pf-v6-c-menu-toggle--m-plain--disabled--Color: var(--pf-t--global--icon--color--disabled);
|
|
9899
9885
|
--pf-v6-c-menu-toggle--m-plain--disabled--BackgroundColor: transparent;
|
|
@@ -9960,9 +9946,6 @@ ul.pf-v6-c-list {
|
|
|
9960
9946
|
--pf-v6-c-menu-toggle--hover--Color: var(--pf-v6-c-menu-toggle--m-primary--hover--Color);
|
|
9961
9947
|
--pf-v6-c-menu-toggle--hover--BackgroundColor: var(--pf-v6-c-menu-toggle--m-primary--hover--BackgroundColor);
|
|
9962
9948
|
--pf-v6-c-menu-toggle--hover--BorderColor: var(--pf-v6-c-menu-toggle--m-primary--hover--BorderColor);
|
|
9963
|
-
--pf-v6-c-menu-toggle--active--Color: var(--pf-v6-c-menu-toggle--m-primary--active--Color);
|
|
9964
|
-
--pf-v6-c-menu-toggle--active--BackgroundColor: var(--pf-v6-c-menu-toggle--m-primary--active--BackgroundColor);
|
|
9965
|
-
--pf-v6-c-menu-toggle--active--BorderColor: var(--pf-v6-c-menu-toggle--m-primary--active--BorderColor);
|
|
9966
9949
|
--pf-v6-c-menu-toggle--expanded--Color: var(--pf-v6-c-menu-toggle--m-primary--expanded--Color);
|
|
9967
9950
|
--pf-v6-c-menu-toggle--expanded--BackgroundColor: var(--pf-v6-c-menu-toggle--m-primary--expanded--BackgroundColor);
|
|
9968
9951
|
--pf-v6-c-menu-toggle--expanded--BorderColor: var(--pf-v6-c-menu-toggle--m-primary--expanded--BorderColor);
|
|
@@ -9978,9 +9961,6 @@ ul.pf-v6-c-list {
|
|
|
9978
9961
|
--pf-v6-c-menu-toggle--hover--Color: var(--pf-v6-c-menu-toggle--m-secondary--hover--Color);
|
|
9979
9962
|
--pf-v6-c-menu-toggle--hover--BorderWidth: var(--pf-v6-c-menu-toggle--m-secondary--hover--BorderWidth);
|
|
9980
9963
|
--pf-v6-c-menu-toggle--hover--BorderColor: var(--pf-v6-c-menu-toggle--m-secondary--hover--BorderColor);
|
|
9981
|
-
--pf-v6-c-menu-toggle--active--Color: var(--pf-v6-c-menu-toggle--m-secondary--active--Color);
|
|
9982
|
-
--pf-v6-c-menu-toggle--active--BorderWidth: var(--pf-v6-c-menu-toggle--m-secondary--active--BorderWidth);
|
|
9983
|
-
--pf-v6-c-menu-toggle--active--BorderColor: var(--pf-v6-c-menu-toggle--m-secondary--active--BorderColor);
|
|
9984
9964
|
--pf-v6-c-menu-toggle--expanded--Color: var(--pf-v6-c-menu-toggle--m-secondary--expanded--Color);
|
|
9985
9965
|
--pf-v6-c-menu-toggle--expanded--BorderWidth: var(--pf-v6-c-menu-toggle--m-secondary--expanded--BorderWidth);
|
|
9986
9966
|
--pf-v6-c-menu-toggle--hover__toggle-icon--Color: var(--pf-v6-c-menu-toggle--m-secondary--hover__toggle-icon--Color);
|
|
@@ -10002,7 +9982,6 @@ ul.pf-v6-c-list {
|
|
|
10002
9982
|
--pf-v6-c-menu-toggle--BorderColor: var(--pf-v6-c-menu-toggle--m-plain--BorderColor);
|
|
10003
9983
|
--pf-v6-c-menu-toggle--BackgroundColor: var(--pf-v6-c-menu-toggle--m-plain--BackgroundColor);
|
|
10004
9984
|
--pf-v6-c-menu-toggle--hover--BackgroundColor: var(--pf-v6-c-menu-toggle--m-plain--hover--BackgroundColor);
|
|
10005
|
-
--pf-v6-c-menu-toggle--active--BackgroundColor: var(--pf-v6-c-menu-toggle--m-plain--active--BackgroundColor);
|
|
10006
9985
|
--pf-v6-c-menu-toggle--expanded--BackgroundColor: var(--pf-v6-c-menu-toggle--m-plain--expanded--BackgroundColor);
|
|
10007
9986
|
--pf-v6-c-menu-toggle--disabled--Color: var(--pf-v6-c-menu-toggle--m-plain--disabled--Color);
|
|
10008
9987
|
--pf-v6-c-menu-toggle--disabled--BackgroundColor: var(--pf-v6-c-menu-toggle--m-plain--disabled--BackgroundColor);
|
|
@@ -10024,13 +10003,6 @@ ul.pf-v6-c-list {
|
|
|
10024
10003
|
--pf-v6-c-menu-toggle--BorderColor: var(--pf-v6-c-menu-toggle--expanded--BorderColor);
|
|
10025
10004
|
--pf-v6-c-menu-toggle__toggle-icon--Color: var(--pf-v6-c-menu-toggle--expanded__toggle-icon--Color);
|
|
10026
10005
|
}
|
|
10027
|
-
.pf-v6-c-menu-toggle:is(:active, .pf-m-active) {
|
|
10028
|
-
--pf-v6-c-menu-toggle--Color: var(--pf-v6-c-menu-toggle--active--Color);
|
|
10029
|
-
--pf-v6-c-menu-toggle--BackgroundColor: var(--pf-v6-c-menu-toggle--active--BackgroundColor);
|
|
10030
|
-
--pf-v6-c-menu-toggle--BorderWidth: var(--pf-v6-c-menu-toggle--active--BorderWidth);
|
|
10031
|
-
--pf-v6-c-menu-toggle--BorderColor: var(--pf-v6-c-menu-toggle--active--BorderColor);
|
|
10032
|
-
--pf-v6-c-menu-toggle__toggle-icon--Color: var(--pf-v6-c-menu-toggle--active__toggle-icon--Color);
|
|
10033
|
-
}
|
|
10034
10006
|
.pf-v6-c-menu-toggle:is(:disabled, .pf-m-disabled) {
|
|
10035
10007
|
--pf-v6-c-menu-toggle--Color: var(--pf-v6-c-menu-toggle--disabled--Color);
|
|
10036
10008
|
--pf-v6-c-menu-toggle--BackgroundColor: var(--pf-v6-c-menu-toggle--disabled--BackgroundColor);
|
|
@@ -10117,9 +10089,6 @@ ul.pf-v6-c-list {
|
|
|
10117
10089
|
.pf-v6-c-menu-toggle.pf-m-split-button.pf-m-action.pf-m-primary > :where(:not(.pf-m-disabled):not([disabled])):is(:hover, :focus) {
|
|
10118
10090
|
--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--BackgroundColor: var(--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--hover--BackgroundColor);
|
|
10119
10091
|
}
|
|
10120
|
-
.pf-v6-c-menu-toggle.pf-m-split-button.pf-m-action.pf-m-primary > :where(:not(.pf-m-disabled):not([disabled])):is(:active, .pf-m-active) {
|
|
10121
|
-
--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--BackgroundColor: var(--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--active--BackgroundColor);
|
|
10122
|
-
}
|
|
10123
10092
|
.pf-v6-c-menu-toggle.pf-m-split-button.pf-m-action.pf-m-primary.pf-m-expanded {
|
|
10124
10093
|
--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--BackgroundColor: var(--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--expanded--child--BackgroundColor);
|
|
10125
10094
|
}
|
|
@@ -10240,6 +10209,7 @@ ul.pf-v6-c-list {
|
|
|
10240
10209
|
--pf-v6-c-modal-box__header-main--Gap: var(--pf-t--global--spacer--md);
|
|
10241
10210
|
--pf-v6-c-modal-box__title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
10242
10211
|
--pf-v6-c-modal-box__title--FontFamily: var(--pf-t--global--font--family--heading);
|
|
10212
|
+
--pf-v6-c-modal-box__title--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
10243
10213
|
--pf-v6-c-modal-box__title--FontSize: var(--pf-t--global--font--size--heading--md);
|
|
10244
10214
|
--pf-v6-c-modal-box__title-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
10245
10215
|
--pf-v6-c-modal-box__title-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -10361,6 +10331,7 @@ ul.pf-v6-c-list {
|
|
|
10361
10331
|
flex: 0 0 auto;
|
|
10362
10332
|
font-family: var(--pf-v6-c-modal-box__title--FontFamily);
|
|
10363
10333
|
font-size: var(--pf-v6-c-modal-box__title--FontSize);
|
|
10334
|
+
font-weight: var(--pf-v6-c-modal-box__title--FontWeight);
|
|
10364
10335
|
line-height: var(--pf-v6-c-modal-box__title--LineHeight);
|
|
10365
10336
|
}
|
|
10366
10337
|
.pf-v6-c-modal-box__title.pf-m-icon {
|
|
@@ -11341,6 +11312,8 @@ ul.pf-v6-c-list {
|
|
|
11341
11312
|
--pf-v6-c-page__sidebar-body--PaddingInlineStart: 0;
|
|
11342
11313
|
--pf-v6-c-page__sidebar-body--m-page-insets--PaddingInlineEnd: var(--pf-v6-c-page--inset);
|
|
11343
11314
|
--pf-v6-c-page__sidebar-body--m-page-insets--PaddingInlineStart: var(--pf-v6-c-page--inset);
|
|
11315
|
+
--pf-v6-c-page__sidebar-body--m-context-selector--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
11316
|
+
--pf-v6-c-page__sidebar-body--m-context-selector--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
11344
11317
|
--pf-v6-c-page__main-container--ZIndex: var(--pf-t--global--z-index--xs);
|
|
11345
11318
|
--pf-v6-c-page__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg));
|
|
11346
11319
|
--pf-v6-c-page__main-container--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
@@ -11489,6 +11462,10 @@ ul.pf-v6-c-list {
|
|
|
11489
11462
|
--pf-v6-c-page__sidebar-body--PaddingInlineEnd: var(--pf-v6-c-page__sidebar-body--m-page-insets--PaddingInlineEnd);
|
|
11490
11463
|
--pf-v6-c-page__sidebar-body--PaddingInlineStart: var(--pf-v6-c-page__sidebar-body--m-page-insets--PaddingInlineStart);
|
|
11491
11464
|
}
|
|
11465
|
+
.pf-v6-c-page__sidebar-body.pf-m-context-selector {
|
|
11466
|
+
--pf-v6-c-page__sidebar-body--PaddingInlineEnd: var(--pf-v6-c-page__sidebar-body--m-context-selector--PaddingInlineEnd);
|
|
11467
|
+
--pf-v6-c-page__sidebar-body--PaddingInlineStart: var(--pf-v6-c-page__sidebar-body--m-context-selector--PaddingInlineStart);
|
|
11468
|
+
}
|
|
11492
11469
|
.pf-v6-c-page__sidebar-body.pf-m-inset-none {
|
|
11493
11470
|
--pf-v6-c-page__sidebar-body--PaddingInlineEnd: 0;
|
|
11494
11471
|
--pf-v6-c-page__sidebar-body--PaddingInlineStart: 0;
|
|
@@ -402,6 +402,7 @@ This component provides the basic chrome for a page, including sidebar and main
|
|
|
402
402
|
| `.pf-m-expanded` | `.pf-v6-c-page__sidebar` | Modifies the sidebar for the expanded state. |
|
|
403
403
|
| `.pf-m-collapsed` | `.pf-v6-c-page__sidebar` | Modifies the sidebar for the collapsed state. |
|
|
404
404
|
| `.pf-m-page-insets` | `.pf-v6-c-page__sidebar-body` | Modifies a sidebar body padding/inset to visually match padding of page elements. |
|
|
405
|
+
| `.pf-m-context-selector` | `.pf-v6-c-page__sidebar-body` | Modifies a sidebar body to contain a context selector. |
|
|
405
406
|
| `.pf-m-inset-none` | `.pf-v6-c-page__sidebar-body` | Removes a sidebar body left/right inset. |
|
|
406
407
|
| `.pf-m-light` | `.pf-v6-c-page__sidebar` | Modifies the sidebar the light variation. **Note: for use with a light themed nav component** |
|
|
407
408
|
| `.pf-m-light` | `.pf-v6-c-page__main-section` | Modifies a main page section to have a light theme. |
|
|
@@ -110,36 +110,6 @@ This demo implements the about modal, including the backdrop.
|
|
|
110
110
|
>
|
|
111
111
|
<div class="pf-v6-c-toolbar__content">
|
|
112
112
|
<div class="pf-v6-c-toolbar__content-section">
|
|
113
|
-
<div class="pf-v6-c-toolbar__item">
|
|
114
|
-
<button
|
|
115
|
-
class="pf-v6-c-menu-toggle"
|
|
116
|
-
type="button"
|
|
117
|
-
aria-expanded="false"
|
|
118
|
-
>
|
|
119
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
120
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
121
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
122
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
123
|
-
</span>
|
|
124
|
-
</span>
|
|
125
|
-
</button>
|
|
126
|
-
</div>
|
|
127
|
-
|
|
128
|
-
<div class="pf-v6-c-toolbar__item">
|
|
129
|
-
<button
|
|
130
|
-
class="pf-v6-c-menu-toggle"
|
|
131
|
-
type="button"
|
|
132
|
-
aria-expanded="false"
|
|
133
|
-
>
|
|
134
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
135
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
136
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
137
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
138
|
-
</span>
|
|
139
|
-
</span>
|
|
140
|
-
</button>
|
|
141
|
-
</div>
|
|
142
|
-
|
|
143
113
|
<div
|
|
144
114
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
145
115
|
>
|
|
@@ -108,36 +108,6 @@ section: components
|
|
|
108
108
|
>
|
|
109
109
|
<div class="pf-v6-c-toolbar__content">
|
|
110
110
|
<div class="pf-v6-c-toolbar__content-section">
|
|
111
|
-
<div class="pf-v6-c-toolbar__item">
|
|
112
|
-
<button
|
|
113
|
-
class="pf-v6-c-menu-toggle"
|
|
114
|
-
type="button"
|
|
115
|
-
aria-expanded="false"
|
|
116
|
-
>
|
|
117
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
118
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
119
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
120
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
121
|
-
</span>
|
|
122
|
-
</span>
|
|
123
|
-
</button>
|
|
124
|
-
</div>
|
|
125
|
-
|
|
126
|
-
<div class="pf-v6-c-toolbar__item">
|
|
127
|
-
<button
|
|
128
|
-
class="pf-v6-c-menu-toggle"
|
|
129
|
-
type="button"
|
|
130
|
-
aria-expanded="false"
|
|
131
|
-
>
|
|
132
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
133
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
134
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
135
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
136
|
-
</span>
|
|
137
|
-
</span>
|
|
138
|
-
</button>
|
|
139
|
-
</div>
|
|
140
|
-
|
|
141
111
|
<div
|
|
142
112
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
143
113
|
>
|
|
@@ -514,36 +484,6 @@ section: components
|
|
|
514
484
|
>
|
|
515
485
|
<div class="pf-v6-c-toolbar__content">
|
|
516
486
|
<div class="pf-v6-c-toolbar__content-section">
|
|
517
|
-
<div class="pf-v6-c-toolbar__item">
|
|
518
|
-
<button
|
|
519
|
-
class="pf-v6-c-menu-toggle"
|
|
520
|
-
type="button"
|
|
521
|
-
aria-expanded="false"
|
|
522
|
-
>
|
|
523
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
524
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
525
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
526
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
527
|
-
</span>
|
|
528
|
-
</span>
|
|
529
|
-
</button>
|
|
530
|
-
</div>
|
|
531
|
-
|
|
532
|
-
<div class="pf-v6-c-toolbar__item">
|
|
533
|
-
<button
|
|
534
|
-
class="pf-v6-c-menu-toggle"
|
|
535
|
-
type="button"
|
|
536
|
-
aria-expanded="false"
|
|
537
|
-
>
|
|
538
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
539
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
540
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
541
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
542
|
-
</span>
|
|
543
|
-
</span>
|
|
544
|
-
</button>
|
|
545
|
-
</div>
|
|
546
|
-
|
|
547
487
|
<div
|
|
548
488
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
549
489
|
>
|
|
@@ -1020,36 +960,6 @@ section: components
|
|
|
1020
960
|
>
|
|
1021
961
|
<div class="pf-v6-c-toolbar__content">
|
|
1022
962
|
<div class="pf-v6-c-toolbar__content-section">
|
|
1023
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1024
|
-
<button
|
|
1025
|
-
class="pf-v6-c-menu-toggle"
|
|
1026
|
-
type="button"
|
|
1027
|
-
aria-expanded="false"
|
|
1028
|
-
>
|
|
1029
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
1030
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1031
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1032
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1033
|
-
</span>
|
|
1034
|
-
</span>
|
|
1035
|
-
</button>
|
|
1036
|
-
</div>
|
|
1037
|
-
|
|
1038
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1039
|
-
<button
|
|
1040
|
-
class="pf-v6-c-menu-toggle"
|
|
1041
|
-
type="button"
|
|
1042
|
-
aria-expanded="false"
|
|
1043
|
-
>
|
|
1044
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
1045
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1046
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1047
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1048
|
-
</span>
|
|
1049
|
-
</span>
|
|
1050
|
-
</button>
|
|
1051
|
-
</div>
|
|
1052
|
-
|
|
1053
963
|
<div
|
|
1054
964
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
1055
965
|
>
|
|
@@ -109,36 +109,6 @@ cssPrefix: pf-d-back-to-top
|
|
|
109
109
|
>
|
|
110
110
|
<div class="pf-v6-c-toolbar__content">
|
|
111
111
|
<div class="pf-v6-c-toolbar__content-section">
|
|
112
|
-
<div class="pf-v6-c-toolbar__item">
|
|
113
|
-
<button
|
|
114
|
-
class="pf-v6-c-menu-toggle"
|
|
115
|
-
type="button"
|
|
116
|
-
aria-expanded="false"
|
|
117
|
-
>
|
|
118
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
119
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
120
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
121
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
122
|
-
</span>
|
|
123
|
-
</span>
|
|
124
|
-
</button>
|
|
125
|
-
</div>
|
|
126
|
-
|
|
127
|
-
<div class="pf-v6-c-toolbar__item">
|
|
128
|
-
<button
|
|
129
|
-
class="pf-v6-c-menu-toggle"
|
|
130
|
-
type="button"
|
|
131
|
-
aria-expanded="false"
|
|
132
|
-
>
|
|
133
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
134
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
135
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
136
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
137
|
-
</span>
|
|
138
|
-
</span>
|
|
139
|
-
</button>
|
|
140
|
-
</div>
|
|
141
|
-
|
|
142
112
|
<div
|
|
143
113
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
144
114
|
>
|
|
@@ -110,36 +110,6 @@ wrapperTag: div
|
|
|
110
110
|
>
|
|
111
111
|
<div class="pf-v6-c-toolbar__content">
|
|
112
112
|
<div class="pf-v6-c-toolbar__content-section">
|
|
113
|
-
<div class="pf-v6-c-toolbar__item">
|
|
114
|
-
<button
|
|
115
|
-
class="pf-v6-c-menu-toggle"
|
|
116
|
-
type="button"
|
|
117
|
-
aria-expanded="false"
|
|
118
|
-
>
|
|
119
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
120
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
121
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
122
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
123
|
-
</span>
|
|
124
|
-
</span>
|
|
125
|
-
</button>
|
|
126
|
-
</div>
|
|
127
|
-
|
|
128
|
-
<div class="pf-v6-c-toolbar__item">
|
|
129
|
-
<button
|
|
130
|
-
class="pf-v6-c-menu-toggle"
|
|
131
|
-
type="button"
|
|
132
|
-
aria-expanded="false"
|
|
133
|
-
>
|
|
134
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
135
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
136
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
137
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
138
|
-
</span>
|
|
139
|
-
</span>
|
|
140
|
-
</button>
|
|
141
|
-
</div>
|
|
142
|
-
|
|
143
113
|
<div
|
|
144
114
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
145
115
|
>
|
|
@@ -604,36 +574,6 @@ wrapperTag: div
|
|
|
604
574
|
>
|
|
605
575
|
<div class="pf-v6-c-toolbar__content">
|
|
606
576
|
<div class="pf-v6-c-toolbar__content-section">
|
|
607
|
-
<div class="pf-v6-c-toolbar__item">
|
|
608
|
-
<button
|
|
609
|
-
class="pf-v6-c-menu-toggle"
|
|
610
|
-
type="button"
|
|
611
|
-
aria-expanded="false"
|
|
612
|
-
>
|
|
613
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
614
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
615
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
616
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
617
|
-
</span>
|
|
618
|
-
</span>
|
|
619
|
-
</button>
|
|
620
|
-
</div>
|
|
621
|
-
|
|
622
|
-
<div class="pf-v6-c-toolbar__item">
|
|
623
|
-
<button
|
|
624
|
-
class="pf-v6-c-menu-toggle"
|
|
625
|
-
type="button"
|
|
626
|
-
aria-expanded="false"
|
|
627
|
-
>
|
|
628
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
629
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
630
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
631
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
632
|
-
</span>
|
|
633
|
-
</span>
|
|
634
|
-
</button>
|
|
635
|
-
</div>
|
|
636
|
-
|
|
637
577
|
<div
|
|
638
578
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
639
579
|
>
|
|
@@ -108,36 +108,6 @@ section: patterns
|
|
|
108
108
|
>
|
|
109
109
|
<div class="pf-v6-c-toolbar__content">
|
|
110
110
|
<div class="pf-v6-c-toolbar__content-section">
|
|
111
|
-
<div class="pf-v6-c-toolbar__item">
|
|
112
|
-
<button
|
|
113
|
-
class="pf-v6-c-menu-toggle"
|
|
114
|
-
type="button"
|
|
115
|
-
aria-expanded="false"
|
|
116
|
-
>
|
|
117
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
118
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
119
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
120
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
121
|
-
</span>
|
|
122
|
-
</span>
|
|
123
|
-
</button>
|
|
124
|
-
</div>
|
|
125
|
-
|
|
126
|
-
<div class="pf-v6-c-toolbar__item">
|
|
127
|
-
<button
|
|
128
|
-
class="pf-v6-c-menu-toggle"
|
|
129
|
-
type="button"
|
|
130
|
-
aria-expanded="false"
|
|
131
|
-
>
|
|
132
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
133
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
134
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
135
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
136
|
-
</span>
|
|
137
|
-
</span>
|
|
138
|
-
</button>
|
|
139
|
-
</div>
|
|
140
|
-
|
|
141
111
|
<div
|
|
142
112
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
143
113
|
>
|
|
@@ -106,36 +106,6 @@ cssPrefix: pf-d-dashboard
|
|
|
106
106
|
>
|
|
107
107
|
<div class="pf-v6-c-toolbar__content">
|
|
108
108
|
<div class="pf-v6-c-toolbar__content-section">
|
|
109
|
-
<div class="pf-v6-c-toolbar__item">
|
|
110
|
-
<button
|
|
111
|
-
class="pf-v6-c-menu-toggle"
|
|
112
|
-
type="button"
|
|
113
|
-
aria-expanded="false"
|
|
114
|
-
>
|
|
115
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
116
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
117
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
118
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
119
|
-
</span>
|
|
120
|
-
</span>
|
|
121
|
-
</button>
|
|
122
|
-
</div>
|
|
123
|
-
|
|
124
|
-
<div class="pf-v6-c-toolbar__item">
|
|
125
|
-
<button
|
|
126
|
-
class="pf-v6-c-menu-toggle"
|
|
127
|
-
type="button"
|
|
128
|
-
aria-expanded="false"
|
|
129
|
-
>
|
|
130
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
131
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
132
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
133
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
134
|
-
</span>
|
|
135
|
-
</span>
|
|
136
|
-
</button>
|
|
137
|
-
</div>
|
|
138
|
-
|
|
139
109
|
<div
|
|
140
110
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
141
111
|
>
|