@patternfly/patternfly 5.0.0-prerelease.11 → 5.0.0-prerelease.13

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/docs/components/CalendarMonth/examples/CalendarMonth.md +8 -8
  2. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +12 -12
  3. package/docs/components/DatePicker/examples/DatePicker.md +16 -16
  4. package/docs/components/DescriptionList/examples/DescriptionList.md +1 -1
  5. package/docs/components/FileUpload/examples/FileUpload.md +28 -28
  6. package/docs/components/Form/examples/Form.md +56 -56
  7. package/docs/components/FormControl/examples/FormControl.md +134 -134
  8. package/docs/components/Icon/examples/Icon.md +1 -1
  9. package/docs/components/InlineEdit/examples/InlineEdit.md +26 -26
  10. package/docs/components/InputGroup/examples/InputGroup.md +24 -24
  11. package/docs/components/Login/examples/Login.md +28 -28
  12. package/docs/components/NumberInput/examples/NumberInput.md +28 -28
  13. package/docs/components/Pagination/examples/Pagination.md +22 -22
  14. package/docs/components/Select/deprecated/Select.md +18 -18
  15. package/docs/components/Slider/examples/Slider.md +14 -14
  16. package/docs/components/TextInputGroup/examples/TextInputGroup.md +16 -16
  17. package/docs/components/Toolbar/examples/Toolbar.md +4 -4
  18. package/docs/components/Wizard/examples/Wizard.md +70 -70
  19. package/docs/demos/Alert/examples/Alert.md +30 -30
  20. package/docs/demos/Button/examples/Button.md +12 -12
  21. package/docs/demos/CardView/examples/CardView.md +2 -2
  22. package/docs/demos/DataList/examples/DataList.md +8 -8
  23. package/docs/demos/Form/examples/BasicForms.md +54 -54
  24. package/docs/demos/HelperText/examples/HelperText.md +20 -20
  25. package/docs/demos/Modal/examples/Modal.md +6 -6
  26. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +2 -2
  27. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +8 -8
  28. package/docs/demos/Table/examples/Table.md +22 -22
  29. package/docs/demos/Toolbar/examples/Toolbar.md +10 -10
  30. package/docs/demos/Wizard/examples/Wizard.md +112 -112
  31. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +2 -2
  32. package/docs/utilities/Text/examples/Text.md +1 -1
  33. package/package.json +2 -2
@@ -75,9 +75,9 @@ section: utility-classes
75
75
 
76
76
  These background color utilities can be used to modify the background color of an element. In most cases, using the components with available modifiers should be sufficient to implement most designs, and should be preferred over customizations using these utilities.
77
77
 
78
- Care should be taken especially when applying background colors, as this can have a negative effect on the readability and accessibility of text. Refer to [contrast ratios](/guidelines/colors/#contrast-ratios) for more information.
78
+ Care should be taken especially when applying background colors, as this can have a negative effect on the readability and accessibility of text. Refer to [contrast ratios](/design-foundations/colors#contrast-ratios) for more information.
79
79
 
80
- Note that "inverse" background colors are labeled as such to indicate that they are best used with the ["inverse" text colors](/utilities/text#inverse-colors).
80
+ Note that "inverse" background colors are labeled as such to indicate that they are best used with the ["inverse" text colors](/utility-classes/text#inverse-colors).
81
81
 
82
82
  [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-v5-u-background-color-200-on-lg**
83
83
 
@@ -55,7 +55,7 @@ section: utility-classes
55
55
 
56
56
  ### Inverse colors
57
57
 
58
- These colors are best used with the ["inverse" background colors](/utilities/background-color#inverse-background-colors).
58
+ These colors are best used with the ["inverse" background colors](/utility-classes/background-color#inverse-background-colors).
59
59
 
60
60
  ```html
61
61
  <div class="pf-v5-u-background-color-dark-400">
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": "5.0.0-prerelease.11",
4
+ "version": "5.0.0-prerelease.13",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -42,7 +42,7 @@
42
42
  "@commitlint/config-conventional": "^17.4.2",
43
43
  "@fortawesome/fontawesome": "^1.1.8",
44
44
  "@octokit/rest": "^19.0.7",
45
- "@patternfly/documentation-framework": "2.0.0-alpha.50",
45
+ "@patternfly/documentation-framework": "5.0.7",
46
46
  "@patternfly/patternfly-a11y": "4.3.1",
47
47
  "@patternfly/react-code-editor": "5.0.0-alpha.116",
48
48
  "@patternfly/react-core": "5.0.0-alpha.115",