@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.
Files changed (31) hide show
  1. package/components/Masthead/masthead.css +1 -1
  2. package/components/Masthead/masthead.scss +1 -1
  3. package/components/Toolbar/toolbar.css +4 -3
  4. package/components/Toolbar/toolbar.scss +4 -3
  5. package/components/_index.css +5 -4
  6. package/docs/demos/AboutModal/examples/AboutModal.md +3 -358
  7. package/docs/demos/Alert/examples/Alert.md +64 -1351
  8. package/docs/demos/BackToTop/examples/BackToTop.md +6 -426
  9. package/docs/demos/Banner/examples/Banner.md +14 -895
  10. package/docs/demos/CardView/examples/CardView.md +23 -1095
  11. package/docs/demos/Dashboard/examples/Dashboard.md +32 -1597
  12. package/docs/demos/DataList/examples/DataList.md +64 -4031
  13. package/docs/demos/DescriptionList/examples/DescriptionList.md +471 -1523
  14. package/docs/demos/Drawer/examples/Drawer.md +35 -1849
  15. package/docs/demos/JumpLinks/examples/JumpLinks.md +86 -2326
  16. package/docs/demos/Masthead/examples/Masthead.md +11 -611
  17. package/docs/demos/Modal/examples/Modal.md +196 -2126
  18. package/docs/demos/Nav/examples/Nav.md +22 -1988
  19. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +35 -4415
  20. package/docs/demos/Page/examples/Page.md +104 -4112
  21. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +269 -6297
  22. package/docs/demos/Skeleton/examples/Skeleton.md +15 -412
  23. package/docs/demos/Table/examples/Table.md +416 -15861
  24. package/docs/demos/Tabs/examples/Tabs.md +518 -3638
  25. package/docs/demos/Toolbar/examples/Toolbar.md +92 -1812
  26. package/docs/demos/Wizard/examples/Wizard.md +666 -5289
  27. package/package.json +1 -1
  28. package/patternfly-no-globals.css +5 -4
  29. package/patternfly.css +5 -4
  30. package/patternfly.min.css +1 -1
  31. package/patternfly.min.css.map +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "6.0.0-alpha.196",
4
+ "version": "6.0.0-alpha.197",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -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-toolbar__content--PaddingBlock: var(--pf-v6-c-masthead--c-toolbar--PaddingBlock);
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: 0;
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: var(--pf-t--global--spacer--md);
25295
- --pf-v6-c-toolbar__content--PaddingInlineEnd: var(--pf-t--global--spacer--md);
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-toolbar__content--PaddingBlock: var(--pf-v6-c-masthead--c-toolbar--PaddingBlock);
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: 0;
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: var(--pf-t--global--spacer--md);
25416
- --pf-v6-c-toolbar__content--PaddingInlineEnd: var(--pf-t--global--spacer--md);
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 {