@patternfly/patternfly 6.0.0-alpha.81 → 6.0.0-alpha.83

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 (52) hide show
  1. package/components/MenuToggle/menu-toggle.css +229 -265
  2. package/components/MenuToggle/menu-toggle.scss +330 -370
  3. package/components/TextInputGroup/text-input-group.css +0 -14
  4. package/components/TextInputGroup/text-input-group.scss +3 -16
  5. package/components/Wizard/wizard.css +128 -205
  6. package/components/Wizard/wizard.scss +128 -180
  7. package/docs/components/Button/examples/Button.md +134 -134
  8. package/docs/components/CalendarMonth/examples/CalendarMonth.md +4 -4
  9. package/docs/components/Card/examples/Card.md +8 -8
  10. package/docs/components/DualListSelector/examples/DualListSelector.md +2 -2
  11. package/docs/components/Form/examples/Form.md +11 -11
  12. package/docs/components/Label/examples/Label.md +157 -157
  13. package/docs/components/MenuToggle/examples/MenuToggle.md +88 -51
  14. package/docs/components/Tabs/examples/Tabs.md +24 -24
  15. package/docs/components/Toolbar/examples/Toolbar.md +28 -28
  16. package/docs/components/Wizard/examples/Wizard.md +31 -7
  17. package/docs/demos/AboutModal/examples/AboutModal.md +2 -2
  18. package/docs/demos/Alert/examples/Alert.md +6 -6
  19. package/docs/demos/BackToTop/examples/BackToTop.md +2 -2
  20. package/docs/demos/Banner/examples/Banner.md +4 -4
  21. package/docs/demos/Button/examples/Button.md +1 -1
  22. package/docs/demos/CardView/examples/CardView.md +3 -3
  23. package/docs/demos/ContextSelector/examples/ContextSelector.md +7 -7
  24. package/docs/demos/Dashboard/examples/Dashboard.md +2 -2
  25. package/docs/demos/DataList/examples/DataList.md +13 -13
  26. package/docs/demos/DescriptionList/examples/DescriptionList.md +6 -6
  27. package/docs/demos/Drawer/examples/Drawer.md +10 -10
  28. package/docs/demos/Form/examples/BasicForms.md +12 -12
  29. package/docs/demos/JumpLinks/examples/JumpLinks.md +12 -12
  30. package/docs/demos/Masthead/examples/Masthead.md +9 -9
  31. package/docs/demos/Modal/examples/Modal.md +15 -15
  32. package/docs/demos/Nav/examples/Nav.md +12 -12
  33. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +10 -10
  34. package/docs/demos/Page/examples/Page.md +18 -18
  35. package/docs/demos/Page/examples/Penta.md +4 -4
  36. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
  37. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
  38. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +18 -18
  39. package/docs/demos/Skeleton/examples/Skeleton.md +2 -2
  40. package/docs/demos/Table/examples/Table.md +54 -54
  41. package/docs/demos/Tabs/examples/Tabs.md +12 -12
  42. package/docs/demos/Toolbar/examples/Toolbar.md +17 -17
  43. package/docs/demos/Wizard/examples/Wizard.md +126 -36
  44. package/package.json +1 -1
  45. package/patternfly-no-globals.css +370 -490
  46. package/patternfly-theme-dark-unversioned.css +370 -490
  47. package/patternfly.css +370 -490
  48. package/patternfly.min.css +1 -1
  49. package/patternfly.min.css.map +1 -1
  50. package/components/MenuToggle/themes/dark/menu-toggle.scss +0 -27
  51. package/components/TextInputGroup/themes/dark/text-input-group.scss +0 -11
  52. package/components/Wizard/themes/dark/wizard.scss +0 -12
@@ -1,27 +0,0 @@
1
- @import "../../../../sass-utilities/themes/dark/all";
2
-
3
- @mixin pf-v5-theme-dark-menu-toggle() {
4
- .#{$menu-toggle} {
5
- --#{$menu-toggle}--BackgroundColor: var(--#{$pf-global}--BackgroundColor--400);
6
- --#{$menu-toggle}--hover--BackgroundColor: var(--#{$pf-global}--BackgroundColor--400);
7
- --#{$menu-toggle}--active--BackgroundColor: var(--#{$pf-global}--BackgroundColor--400);
8
- --#{$menu-toggle}--focus--BackgroundColor: var(--#{$pf-global}--BackgroundColor--400);
9
- --#{$menu-toggle}--m-expanded--BackgroundColor: var(--#{$pf-global}--BackgroundColor--400);
10
- --#{$menu-toggle}--before--BorderTopColor: transparent;
11
- --#{$menu-toggle}--before--BorderRightColor: transparent;
12
- --#{$menu-toggle}--before--BorderBottomColor: transparent;
13
- --#{$menu-toggle}--before--BorderLeftColor: transparent;
14
- --#{$menu-toggle}--after--BorderBottomColor: var(--#{$pf-global}--BorderColor--400);
15
- --#{$menu-toggle}--m-primary--BackgroundColor: var(--#{$pf-global}--primary-color--300);
16
- --#{$menu-toggle}--disabled--BackgroundColor: var(--#{$pf-global}--disabled-color--200);
17
- --#{$menu-toggle}--disabled--Color: var(--#{$pf-global}--disabled-color--300);
18
- --#{$menu-toggle}--m-split-button--m-action--m-primary--child--BackgroundColor: var(--#{$pf-global}--primary-color--300);
19
- --#{$menu-toggle}--m-split-button--child--disabled--Color: var(--#{$pf-global}--disabled-color--300);
20
- --#{$menu-toggle}--m-split-button--child--disabled--BackgroundColor: var(--#{$pf-global}--disabled-color--200);
21
-
22
- &.pf-m-plain,
23
- &.pf-m-full-height {
24
- background: transparent;
25
- }
26
- }
27
- }
@@ -1,11 +0,0 @@
1
- @import "../../../../sass-utilities/themes/dark/all";
2
-
3
- @mixin pf-v5-theme-dark-text-input-group() {
4
- .#{$text-input-group} {
5
- --#{$text-input-group}--BackgroundColor: var(--#{$pf-global}--BackgroundColor--400);
6
- --#{$text-input-group}--m-disabled--Color: var(--#{$pf-global}--disabled-color--300);
7
- --#{$text-input-group}--m-disabled--BackgroundColor: var(--#{$pf-global}--disabled-color--200);
8
- --#{$text-input-group}__text--before--BorderWidth: 0;
9
- --#{$text-input-group}__text--after--BorderBottomColor: var(--#{$pf-global}--BorderColor--400);
10
- }
11
- }
@@ -1,12 +0,0 @@
1
- @import "../../../../sass-utilities/themes/dark/all";
2
-
3
- @mixin pf-v5-theme-dark-wizard() {
4
- .#{$wizard} {
5
- --#{$wizard}__header--BackgroundColor: var(--#{$pf-global}--palette--black-1000);
6
- --#{$wizard}__nav-link--before--BackgroundColor: var(--#{$pf-global}--palette--black-500);
7
- }
8
-
9
- .#{$wizard}__header {
10
- @include pf-v5-theme-dark--t-dark;
11
- }
12
- }