@patternfly/patternfly 5.0.0-alpha.67 → 5.0.0-alpha.68

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 (33) hide show
  1. package/components/InputGroup/input-group.css +0 -2
  2. package/components/InputGroup/input-group.scss +0 -4
  3. package/components/NumberInput/number-input.css +4 -2
  4. package/components/NumberInput/number-input.scss +5 -2
  5. package/components/Pagination/pagination.css +5 -3
  6. package/components/Pagination/pagination.scss +7 -1
  7. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +4 -4
  8. package/docs/components/DatePicker/examples/DatePicker.md +6 -1
  9. package/docs/components/FileUpload/examples/FileUpload.md +21 -16
  10. package/docs/components/Form/examples/Form.md +51 -31
  11. package/docs/components/FormControl/examples/FormControl.md +1 -1
  12. package/docs/components/InlineEdit/examples/InlineEdit.md +11 -156
  13. package/docs/components/InputGroup/examples/InputGroup.md +9 -4
  14. package/docs/components/Login/examples/Login.md +20 -17
  15. package/docs/components/NumberInput/examples/NumberInput.md +7 -2
  16. package/docs/components/Pagination/examples/Pagination.md +1 -1
  17. package/docs/components/Select/examples/Select.md +4 -2
  18. package/docs/components/Wizard/examples/Wizard.md +7 -70
  19. package/docs/demos/Alert/examples/Alert.md +26 -8
  20. package/docs/demos/Button/examples/Button.md +12 -12
  21. package/docs/demos/Form/examples/BasicForms.md +18 -18
  22. package/docs/demos/HelperText/examples/HelperText.md +18 -3
  23. package/docs/demos/Modal/examples/Modal.md +6 -6
  24. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
  25. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
  26. package/docs/demos/Toolbar/examples/Toolbar.md +11 -1
  27. package/docs/demos/Wizard/examples/Wizard.md +0 -56
  28. package/package.json +1 -1
  29. package/patternfly-no-globals.css +7 -5
  30. package/patternfly-theme-dark-unversioned.css +7 -5
  31. package/patternfly.css +7 -5
  32. package/patternfly.min.css +1 -1
  33. package/patternfly.min.css.map +1 -1
@@ -68,10 +68,10 @@
68
68
  }
69
69
  }
70
70
 
71
- .pf-v5-c-number-input .pf-v5-c-form-control, .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control {
71
+ .pf-v5-c-number-input .pf-v5-c-form-control > :is(input), .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control > :is(input) {
72
72
  appearance: textfield;
73
73
  }
74
- .pf-v5-c-number-input .pf-v5-c-form-control::-webkit-inner-spin-button, .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control::-webkit-inner-spin-button, .pf-v5-c-number-input .pf-v5-c-form-control::-webkit-outer-spin-button, .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control::-webkit-outer-spin-button {
74
+ .pf-v5-c-number-input .pf-v5-c-form-control > :is(input)::-webkit-inner-spin-button, .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control > :is(input)::-webkit-inner-spin-button, .pf-v5-c-number-input .pf-v5-c-form-control > :is(input)::-webkit-outer-spin-button, .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control > :is(input)::-webkit-outer-spin-button {
75
75
  appearance: none;
76
76
  margin: 0;
77
77
  }
@@ -15576,8 +15576,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15576
15576
  --pf-v5-c-input-group__item--m-disabled__text--Color: var(--pf-v5-global--disabled-color--100);
15577
15577
  --pf-v5-c-input-group__item--m-disabled--BorderBottomColor: transparent;
15578
15578
  --pf-v5-c-input-group__item--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--300);
15579
- --pf-v5-c-input-group--c-form-control--invalid--ZIndex: var(--pf-v5-global--ZIndex--xs);
15580
- --pf-v5-c-input-group--c-form-control--MarginRight: 0;
15581
15579
  display: flex;
15582
15580
  width: 100%;
15583
15581
  }
@@ -21934,6 +21932,9 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21934
21932
  .pf-v5-c-pagination.pf-m-bottom .pf-v5-c-pagination__nav-page-select {
21935
21933
  display: block;
21936
21934
  }
21935
+ .pf-v5-c-pagination.pf-m-bottom .pf-v5-c-pagination__nav-page-select {
21936
+ display: inline-flex;
21937
+ }
21937
21938
  .pf-v5-c-pagination.pf-m-bottom .pf-v5-c-options-menu {
21938
21939
  position: relative;
21939
21940
  }
@@ -21999,7 +22000,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21999
22000
  .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control {
22000
22001
  width: var(--pf-v5-c-pagination__nav-page-select--c-form-control--Width);
22001
22002
  }
22002
-
22003
22003
  .pf-v5-c-pagination__total-items {
22004
22004
  display: var(--pf-v5-c-pagination__total-items--Display);
22005
22005
  }
@@ -30124,6 +30124,8 @@ svg.pf-v5-c-spinner.pf-m-xl {
30124
30124
  }
30125
30125
  .pf-v5-c-number-input .pf-v5-c-form-control {
30126
30126
  width: var(--pf-v5-c-number-input--c-form-control--Width);
30127
+ }
30128
+ .pf-v5-c-number-input .pf-v5-c-form-control > :is(input) {
30127
30129
  text-align: right;
30128
30130
  }
30129
30131
 
package/patternfly.css CHANGED
@@ -68,10 +68,10 @@
68
68
  }
69
69
  }
70
70
 
71
- .pf-v5-c-number-input .pf-v5-c-form-control, .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control {
71
+ .pf-v5-c-number-input .pf-v5-c-form-control > :is(input), .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control > :is(input) {
72
72
  appearance: textfield;
73
73
  }
74
- .pf-v5-c-number-input .pf-v5-c-form-control::-webkit-inner-spin-button, .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control::-webkit-inner-spin-button, .pf-v5-c-number-input .pf-v5-c-form-control::-webkit-outer-spin-button, .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control::-webkit-outer-spin-button {
74
+ .pf-v5-c-number-input .pf-v5-c-form-control > :is(input)::-webkit-inner-spin-button, .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control > :is(input)::-webkit-inner-spin-button, .pf-v5-c-number-input .pf-v5-c-form-control > :is(input)::-webkit-outer-spin-button, .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control > :is(input)::-webkit-outer-spin-button {
75
75
  appearance: none;
76
76
  margin: 0;
77
77
  }
@@ -15576,8 +15576,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15576
15576
  --pf-v5-c-input-group__item--m-disabled__text--Color: var(--pf-v5-global--disabled-color--100);
15577
15577
  --pf-v5-c-input-group__item--m-disabled--BorderBottomColor: transparent;
15578
15578
  --pf-v5-c-input-group__item--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--300);
15579
- --pf-v5-c-input-group--c-form-control--invalid--ZIndex: var(--pf-v5-global--ZIndex--xs);
15580
- --pf-v5-c-input-group--c-form-control--MarginRight: 0;
15581
15579
  display: flex;
15582
15580
  width: 100%;
15583
15581
  }
@@ -21934,6 +21932,9 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21934
21932
  .pf-v5-c-pagination.pf-m-bottom .pf-v5-c-pagination__nav-page-select {
21935
21933
  display: block;
21936
21934
  }
21935
+ .pf-v5-c-pagination.pf-m-bottom .pf-v5-c-pagination__nav-page-select {
21936
+ display: inline-flex;
21937
+ }
21937
21938
  .pf-v5-c-pagination.pf-m-bottom .pf-v5-c-options-menu {
21938
21939
  position: relative;
21939
21940
  }
@@ -21999,7 +22000,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21999
22000
  .pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control {
22000
22001
  width: var(--pf-v5-c-pagination__nav-page-select--c-form-control--Width);
22001
22002
  }
22002
-
22003
22003
  .pf-v5-c-pagination__total-items {
22004
22004
  display: var(--pf-v5-c-pagination__total-items--Display);
22005
22005
  }
@@ -30124,6 +30124,8 @@ svg.pf-v5-c-spinner.pf-m-xl {
30124
30124
  }
30125
30125
  .pf-v5-c-number-input .pf-v5-c-form-control {
30126
30126
  width: var(--pf-v5-c-number-input--c-form-control--Width);
30127
+ }
30128
+ .pf-v5-c-number-input .pf-v5-c-form-control > :is(input) {
30127
30129
  text-align: right;
30128
30130
  }
30129
30131