@patternfly/patternfly 6.0.0-alpha.110 → 6.0.0-alpha.112

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 (32) hide show
  1. package/assets/pficon/pf-v6-pficon.woff2 +0 -0
  2. package/assets/pficon/pficon.scss +271 -271
  3. package/base/_variables.scss +1 -1
  4. package/base/patternfly-icons.css +134 -134
  5. package/base/patternfly-pf-icons.css +134 -134
  6. package/base/tokens/_tokens-font.scss +0 -1
  7. package/components/Toolbar/toolbar.css +16 -0
  8. package/components/Toolbar/toolbar.scss +23 -1
  9. package/docs/components/OverflowMenu/examples/overflow-menu.css +4 -4
  10. package/docs/components/Page/deprecated/PageHeader.css +4 -4
  11. package/docs/components/Skeleton/examples/Skeleton.css +1 -1
  12. package/docs/components/Tabs/examples/Tabs.md +1 -3
  13. package/docs/components/Tile/examples/Tile.css +5 -5
  14. package/docs/components/ToggleGroup/examples/toggle-group.md +1 -3
  15. package/docs/components/Toolbar/examples/Toolbar.css +40 -35
  16. package/docs/components/Toolbar/examples/Toolbar.md +124 -0
  17. package/docs/components/Tooltip/examples/Tooltip.css +1 -1
  18. package/docs/components/Truncate/examples/Truncate.css +1 -1
  19. package/docs/demos/Card/examples/Card.css +6 -6
  20. package/package.json +1 -1
  21. package/patternfly-base-no-globals-theme-dark-unversioned.css +134 -134
  22. package/patternfly-base-no-globals.css +134 -134
  23. package/patternfly-base-theme-dark-unversioned.css +134 -134
  24. package/patternfly-base.css +134 -134
  25. package/patternfly-no-globals.css +150 -134
  26. package/patternfly-theme-dark-unversioned.css +150 -134
  27. package/patternfly.css +150 -134
  28. package/patternfly.min.css +1 -1
  29. package/patternfly.min.css.map +1 -1
  30. package/sass-utilities/scss-variables.scss +1 -1
  31. package/docs/components/Tabs/examples/Tabs.css +0 -10
  32. package/docs/components/ToggleGroup/examples/toggle-group.css +0 -4
@@ -127,7 +127,7 @@ $pf-v5-global--font-path: "./assets/fonts" !default;
127
127
  $fa-font-path: "./assets/fonts/webfonts" !default;
128
128
 
129
129
  // FontIcon path
130
- $pf-v5-global--fonticon-path: "./assets/pficon" !default;
130
+ $pf-v6-global--fonticon-path: "./assets/pficon" !default;
131
131
 
132
132
  // Spacers
133
133
  $pf-v5-global--spacer--xs: pf-size-prem(4px) !default; // Orange
@@ -1,10 +0,0 @@
1
- .tabs-example-block {
2
- --tabs-example-block--BackgroundColor: transparent;
3
-
4
- min-height: 40px;
5
- background-color: var(--tabs-example-block--BackgroundColor);
6
- }
7
-
8
- .tabs-example-block--m-secondary {
9
- --tabs-example-block--BackgroundColor: var(--pf-v5-c--BackgroundColor--light-300);
10
- }
@@ -1,4 +0,0 @@
1
- #ws-core-c-toggle-group-light .ws-preview-html {
2
- padding: 8px;
3
- background-color: var(--pf-v5-global--BackgroundColor--200);
4
- }