@patternfly/patternfly 6.0.0-alpha.186 → 6.0.0-alpha.188

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 (61) hide show
  1. package/base/patternfly-variables.css +2 -2
  2. package/base/tokens/tokens-charts-dark.scss +1 -1
  3. package/base/tokens/tokens-charts.scss +1 -1
  4. package/base/tokens/tokens-dark.scss +1 -1
  5. package/base/tokens/tokens-default.scss +3 -3
  6. package/base/tokens/tokens-palette.scss +1 -1
  7. package/components/Toolbar/toolbar.css +232 -531
  8. package/components/Toolbar/toolbar.scss +101 -89
  9. package/components/_index.css +224 -523
  10. package/docs/components/Card/examples/Card.md +8 -8
  11. package/docs/components/DataList/examples/DataList.md +17 -17
  12. package/docs/components/DualListSelector/examples/DualListSelector.md +16 -16
  13. package/docs/components/Hint/examples/Hint.md +3 -3
  14. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +37 -37
  15. package/docs/components/OverflowMenu/examples/overflow-menu.md +5 -5
  16. package/docs/components/Table/examples/Table.md +454 -454
  17. package/docs/components/Toolbar/examples/Toolbar.css +10 -4
  18. package/docs/components/Toolbar/examples/Toolbar.md +1050 -637
  19. package/docs/demos/AboutModal/examples/AboutModal.md +1 -0
  20. package/docs/demos/Alert/examples/Alert.md +3 -0
  21. package/docs/demos/BackToTop/examples/BackToTop.md +1 -0
  22. package/docs/demos/Banner/examples/Banner.md +2 -0
  23. package/docs/demos/CardView/examples/CardView.md +13 -12
  24. package/docs/demos/Dashboard/examples/Dashboard.md +2 -1
  25. package/docs/demos/DataList/examples/DataList.md +31 -27
  26. package/docs/demos/DescriptionList/examples/DescriptionList.md +4 -1
  27. package/docs/demos/Drawer/examples/Drawer.md +6 -1
  28. package/docs/demos/JumpLinks/examples/JumpLinks.md +6 -0
  29. package/docs/demos/Masthead/examples/Masthead.md +19 -9
  30. package/docs/demos/Modal/examples/Modal.md +6 -0
  31. package/docs/demos/Nav/examples/Nav.md +8 -0
  32. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +71 -61
  33. package/docs/demos/Page/examples/Page.md +11 -0
  34. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +27 -19
  35. package/docs/demos/Skeleton/examples/Skeleton.md +1 -0
  36. package/docs/demos/Table/examples/Table.md +161 -146
  37. package/docs/demos/Tabs/examples/Tabs.md +32 -26
  38. package/docs/demos/Toolbar/examples/Toolbar.css +9 -1
  39. package/docs/demos/Toolbar/examples/Toolbar.md +1592 -1295
  40. package/docs/demos/Wizard/examples/Wizard.md +9 -0
  41. package/layouts/Flex/flex.css +1 -1
  42. package/layouts/Flex/flex.scss +1 -1
  43. package/layouts/Gallery/gallery.css +1 -1
  44. package/layouts/Gallery/gallery.scss +1 -1
  45. package/layouts/Grid/grid.css +1 -1
  46. package/layouts/Grid/grid.scss +1 -1
  47. package/layouts/Level/level.css +1 -1
  48. package/layouts/Level/level.scss +1 -1
  49. package/layouts/Split/split.css +1 -1
  50. package/layouts/Split/split.scss +1 -1
  51. package/layouts/Stack/stack.css +1 -1
  52. package/layouts/Stack/stack.scss +1 -1
  53. package/layouts/_index.css +6 -6
  54. package/package.json +6 -6
  55. package/patternfly-base-no-globals.css +2 -2
  56. package/patternfly-base.css +2 -2
  57. package/patternfly-no-globals.css +232 -531
  58. package/patternfly.css +232 -531
  59. package/patternfly.min.css +1 -1
  60. package/patternfly.min.css.map +1 -1
  61. package/docs/demos/Page/examples/Penta.md +0 -903
@@ -305,8 +305,8 @@
305
305
  --pf-t--global--font--family--body: var(--pf-t--global--font--family--100);
306
306
  --pf-t--global--font--family--heading: var(--pf-t--global--font--family--200);
307
307
  --pf-t--global--font--family--mono: var(--pf-t--global--font--family--300);
308
- --pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--100);
309
- --pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--200);
308
+ --pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--200);
309
+ --pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--100);
310
310
  --pf-t--global--font--size--2xl: var(--pf-t--global--font--size--600);
311
311
  --pf-t--global--font--size--3xl: var(--pf-t--global--font--size--700);
312
312
  --pf-t--global--font--size--4xl: var(--pf-t--global--font--size--800);
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 03 Jul 2024 20:18:14 GMT
3
+ // Generated on Thu, 11 Jul 2024 17:07:32 GMT
4
4
 
5
5
  @mixin pf-v6-tokens {
6
6
  --pf-t--chart--global--BorderWidth--lg: 8;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 03 Jul 2024 20:18:13 GMT
3
+ // Generated on Thu, 11 Jul 2024 17:07:32 GMT
4
4
 
5
5
  @mixin pf-v6-tokens {
6
6
  --pf-t--chart--global--BorderWidth--lg: 8;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 03 Jul 2024 20:18:13 GMT
3
+ // Generated on Thu, 11 Jul 2024 17:07:32 GMT
4
4
 
5
5
  @mixin pf-v6-tokens {
6
6
  --pf-t--global--background--color--action--plain--default: rgba(0, 0, 0, 0.0000);
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 03 Jul 2024 20:18:13 GMT
3
+ // Generated on Thu, 11 Jul 2024 17:07:32 GMT
4
4
 
5
5
  @mixin pf-v6-tokens {
6
6
  --pf-t--global--background--color--500: rgba(21, 21, 21, 0.2000);
@@ -240,8 +240,8 @@
240
240
  --pf-t--global--font--family--body: var(--pf-t--global--font--family--100);
241
241
  --pf-t--global--font--family--heading: var(--pf-t--global--font--family--200);
242
242
  --pf-t--global--font--family--mono: var(--pf-t--global--font--family--300);
243
- --pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--100);
244
- --pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--200);
243
+ --pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--200);
244
+ --pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--100);
245
245
  --pf-t--global--font--size--2xl: var(--pf-t--global--font--size--600);
246
246
  --pf-t--global--font--size--3xl: var(--pf-t--global--font--size--700);
247
247
  --pf-t--global--font--size--4xl: var(--pf-t--global--font--size--800);
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 03 Jul 2024 20:18:13 GMT
3
+ // Generated on Thu, 11 Jul 2024 17:07:32 GMT
4
4
 
5
5
  @mixin pf-v6-tokens {
6
6
  --pf-t--color--black: #000;