@patternfly/patternfly 6.0.0-alpha.196 → 6.0.0-alpha.197
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/Masthead/masthead.css +1 -1
- package/components/Masthead/masthead.scss +1 -1
- package/components/Toolbar/toolbar.css +4 -3
- package/components/Toolbar/toolbar.scss +4 -3
- package/components/_index.css +5 -4
- package/docs/demos/AboutModal/examples/AboutModal.md +3 -358
- package/docs/demos/Alert/examples/Alert.md +64 -1351
- package/docs/demos/BackToTop/examples/BackToTop.md +6 -426
- package/docs/demos/Banner/examples/Banner.md +14 -895
- package/docs/demos/CardView/examples/CardView.md +23 -1095
- package/docs/demos/Dashboard/examples/Dashboard.md +32 -1597
- package/docs/demos/DataList/examples/DataList.md +64 -4031
- package/docs/demos/DescriptionList/examples/DescriptionList.md +471 -1523
- package/docs/demos/Drawer/examples/Drawer.md +35 -1849
- package/docs/demos/JumpLinks/examples/JumpLinks.md +86 -2326
- package/docs/demos/Masthead/examples/Masthead.md +11 -611
- package/docs/demos/Modal/examples/Modal.md +196 -2126
- package/docs/demos/Nav/examples/Nav.md +22 -1988
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +35 -4415
- package/docs/demos/Page/examples/Page.md +104 -4112
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +269 -6297
- package/docs/demos/Skeleton/examples/Skeleton.md +15 -412
- package/docs/demos/Table/examples/Table.md +416 -15861
- package/docs/demos/Tabs/examples/Tabs.md +518 -3638
- package/docs/demos/Toolbar/examples/Toolbar.md +92 -1812
- package/docs/demos/Wizard/examples/Wizard.md +666 -5289
- package/package.json +1 -1
- package/patternfly-no-globals.css +5 -4
- package/patternfly.css +5 -4
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/package.json
CHANGED
|
@@ -14943,7 +14943,7 @@ ul.pf-v6-c-list {
|
|
|
14943
14943
|
}
|
|
14944
14944
|
.pf-v6-c-masthead .pf-v6-c-toolbar {
|
|
14945
14945
|
--pf-v6-c-toolbar--Width: var(--pf-v6-c-masthead--c-toolbar--Width);
|
|
14946
|
-
--pf-v6-c-
|
|
14946
|
+
--pf-v6-c-toolbar--PaddingBlockEnd: 0;
|
|
14947
14947
|
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-v6-c-masthead--c-toolbar--PaddingInline);
|
|
14948
14948
|
--pf-v6-c-toolbar__content--MinWidth: 0;
|
|
14949
14949
|
}
|
|
@@ -25273,7 +25273,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25273
25273
|
:where(:root, .pf-v6-c-toolbar) {
|
|
25274
25274
|
--pf-v6-c-toolbar--RowGap: var(--pf-t--global--spacer--md);
|
|
25275
25275
|
--pf-v6-c-toolbar--PaddingBlockStart: 0;
|
|
25276
|
-
--pf-v6-c-toolbar--PaddingBlockEnd:
|
|
25276
|
+
--pf-v6-c-toolbar--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
25277
25277
|
--pf-v6-c-toolbar--PaddingInlineStart: 0;
|
|
25278
25278
|
--pf-v6-c-toolbar--PaddingInlineEnd: 0;
|
|
25279
25279
|
--pf-v6-c-toolbar--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
@@ -25291,8 +25291,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25291
25291
|
--pf-v6-c-toolbar__group--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
|
25292
25292
|
--pf-v6-c-toolbar__group--m-overflow-container--MinWidth: 0;
|
|
25293
25293
|
--pf-v6-c-toolbar__content--RowGap: var(--pf-t--global--spacer--md);
|
|
25294
|
-
--pf-v6-c-toolbar__content--PaddingInlineStart:
|
|
25295
|
-
--pf-v6-c-toolbar__content--PaddingInlineEnd:
|
|
25294
|
+
--pf-v6-c-toolbar__content--PaddingInlineStart: 0;
|
|
25295
|
+
--pf-v6-c-toolbar__content--PaddingInlineEnd: 0;
|
|
25296
25296
|
--pf-v6-c-toolbar__content-section--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
|
25297
25297
|
--pf-v6-c-toolbar__content-section--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
|
25298
25298
|
--pf-v6-c-toolbar__expandable-content--ZIndex: var(--pf-t--global--z-index--sm);
|
|
@@ -25596,6 +25596,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25596
25596
|
column-gap: var(--pf-v6-c-toolbar__group--m-action-group-plain--ColumnGap);
|
|
25597
25597
|
}
|
|
25598
25598
|
.pf-v6-c-toolbar__group.pf-m-action-group-inline {
|
|
25599
|
+
flex-wrap: wrap;
|
|
25599
25600
|
column-gap: var(--pf-v6-c-toolbar__group--m-action-group-inline--ColumnGap);
|
|
25600
25601
|
}
|
|
25601
25602
|
.pf-v6-c-toolbar__group.pf-m-overflow-container {
|
package/patternfly.css
CHANGED
|
@@ -15064,7 +15064,7 @@ ul.pf-v6-c-list {
|
|
|
15064
15064
|
}
|
|
15065
15065
|
.pf-v6-c-masthead .pf-v6-c-toolbar {
|
|
15066
15066
|
--pf-v6-c-toolbar--Width: var(--pf-v6-c-masthead--c-toolbar--Width);
|
|
15067
|
-
--pf-v6-c-
|
|
15067
|
+
--pf-v6-c-toolbar--PaddingBlockEnd: 0;
|
|
15068
15068
|
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-v6-c-masthead--c-toolbar--PaddingInline);
|
|
15069
15069
|
--pf-v6-c-toolbar__content--MinWidth: 0;
|
|
15070
15070
|
}
|
|
@@ -25394,7 +25394,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25394
25394
|
:where(:root, .pf-v6-c-toolbar) {
|
|
25395
25395
|
--pf-v6-c-toolbar--RowGap: var(--pf-t--global--spacer--md);
|
|
25396
25396
|
--pf-v6-c-toolbar--PaddingBlockStart: 0;
|
|
25397
|
-
--pf-v6-c-toolbar--PaddingBlockEnd:
|
|
25397
|
+
--pf-v6-c-toolbar--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
25398
25398
|
--pf-v6-c-toolbar--PaddingInlineStart: 0;
|
|
25399
25399
|
--pf-v6-c-toolbar--PaddingInlineEnd: 0;
|
|
25400
25400
|
--pf-v6-c-toolbar--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
@@ -25412,8 +25412,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25412
25412
|
--pf-v6-c-toolbar__group--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
|
25413
25413
|
--pf-v6-c-toolbar__group--m-overflow-container--MinWidth: 0;
|
|
25414
25414
|
--pf-v6-c-toolbar__content--RowGap: var(--pf-t--global--spacer--md);
|
|
25415
|
-
--pf-v6-c-toolbar__content--PaddingInlineStart:
|
|
25416
|
-
--pf-v6-c-toolbar__content--PaddingInlineEnd:
|
|
25415
|
+
--pf-v6-c-toolbar__content--PaddingInlineStart: 0;
|
|
25416
|
+
--pf-v6-c-toolbar__content--PaddingInlineEnd: 0;
|
|
25417
25417
|
--pf-v6-c-toolbar__content-section--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
|
25418
25418
|
--pf-v6-c-toolbar__content-section--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
|
25419
25419
|
--pf-v6-c-toolbar__expandable-content--ZIndex: var(--pf-t--global--z-index--sm);
|
|
@@ -25717,6 +25717,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25717
25717
|
column-gap: var(--pf-v6-c-toolbar__group--m-action-group-plain--ColumnGap);
|
|
25718
25718
|
}
|
|
25719
25719
|
.pf-v6-c-toolbar__group.pf-m-action-group-inline {
|
|
25720
|
+
flex-wrap: wrap;
|
|
25720
25721
|
column-gap: var(--pf-v6-c-toolbar__group--m-action-group-inline--ColumnGap);
|
|
25721
25722
|
}
|
|
25722
25723
|
.pf-v6-c-toolbar__group.pf-m-overflow-container {
|