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

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.
@@ -1231,7 +1231,7 @@ Column fill will modify the default placement of description list groups to fill
1231
1231
 
1232
1232
  ## Card variants
1233
1233
 
1234
- Cards can be used as [description list group wrappers](../card#description-list-group-wrapper-card-variant). Using cards in this way applies the card body padding directly to the card and enables the use of card modifiers within description list groups.
1234
+ Cards can be used as description list group wrappers. Using cards in this way applies the card body padding directly to the card and enables the use of card modifiers within description list groups.
1235
1235
 
1236
1236
  ### Description list group wrapper as card
1237
1237
 
@@ -469,7 +469,7 @@ cssPrefix: pf-v5-c-form-control
469
469
 
470
470
  | Class | Applied to | Outcome |
471
471
  | -- | -- | -- |
472
- | `.pf-v5-c-form-control` | `<div>` | Initiates a container for an input, text area or select. For styling of checkboxes or radios see the [checkbox component](/components/checkbox) or [radio component](/components/radio). **Required** |
472
+ | `.pf-v5-c-form-control` | `<div>` | Initiates a container for an input, text area or select. For styling of checkboxes or radios see the [checkbox component](/components/forms/checkbox) or [radio component](/components/forms/radio). **Required** |
473
473
  | `.pf-v5-c-form-control__utilities` | `<div>` | Initiates a container for elements like icons to be associated with the form control. |
474
474
  | `.pf-v5-c-form-control__icon` | `<div>` | Creates a container for an icon associated with a form control. |
475
475
  | `.pf-v5-c-form-control__toggle-icon` | `<div>` | Initiates a toggle icon for a form select. |
@@ -238,7 +238,7 @@ extra large
238
238
 
239
239
  The icon element is a container used to maintain a stable space for an icon or spinner, regardless of size or aspect ratio of the contents.
240
240
 
241
- Refer to the [icons](/guidelines/icons) page for information about the PatternFly icon set and guidelines for use.
241
+ Refer to the [icons](/design-foundations/icons) page for information about the PatternFly icon set and guidelines for use.
242
242
 
243
243
  ### Usage
244
244
 
@@ -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.12",
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",