@patternfly/patternfly 6.5.0-prerelease.28 → 6.5.0-prerelease.29
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.
|
@@ -295,7 +295,7 @@ extra large
|
|
|
295
295
|
|
|
296
296
|
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.
|
|
297
297
|
|
|
298
|
-
Refer to the [icons](/foundations-and-styles/
|
|
298
|
+
Refer to the [icons](/foundations-and-styles/iconography) page for information about the PatternFly icon set and guidelines for use.
|
|
299
299
|
|
|
300
300
|
### Usage
|
|
301
301
|
|
|
@@ -263,7 +263,7 @@ Use the input group to extend form controls by adding text, buttons, selects, et
|
|
|
263
263
|
|
|
264
264
|
### Accessibility
|
|
265
265
|
|
|
266
|
-
When using the `.pf-v6-c-input-group` always ensure labels are used outside the input group with the `.pf-v6-screen-reader` class applied. You can also make use of the `aria-describedby`, `aria-label`, or `aria-labelledby` attributes. For more information on accessibility and forms see the [form component](/components/form).
|
|
266
|
+
When using the `.pf-v6-c-input-group` always ensure labels are used outside the input group with the `.pf-v6-screen-reader` class applied. You can also make use of the `aria-describedby`, `aria-label`, or `aria-labelledby` attributes. For more information on accessibility and forms see the [form component](/components/forms/form).
|
|
267
267
|
|
|
268
268
|
| Attribute | Applied to | Outcome |
|
|
269
269
|
| -- | -- | -- |
|
|
@@ -170,7 +170,7 @@ These colors are best used with the ["inverse" background colors](/foundations-a
|
|
|
170
170
|
|
|
171
171
|
These text utilities can be used to modify text within the PatternFly framework. 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.
|
|
172
172
|
|
|
173
|
-
Care should be taken especially when applying text colors, as this can have a negative effect on the readability and accessibility of text. Refer to the information on [contrast ratios](/
|
|
173
|
+
Care should be taken especially when applying text colors, as this can have a negative effect on the readability and accessibility of text. Refer to the information on [contrast ratios](/foundations-and-styles/colors/#contrast-ratios) for more information.
|
|
174
174
|
|
|
175
175
|
[Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-font-size-xl-on-lg`
|
|
176
176
|
|
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": "6.5.0-prerelease.
|
|
4
|
+
"version": "6.5.0-prerelease.29",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@commitlint/config-conventional": "^19.1.0",
|
|
49
49
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
50
50
|
"@octokit/rest": "^20.1.0",
|
|
51
|
-
"@patternfly/documentation-framework": "6.31.
|
|
51
|
+
"@patternfly/documentation-framework": "6.31.13",
|
|
52
52
|
"@patternfly/patternfly-a11y": "5.1.0",
|
|
53
53
|
"@patternfly/react-code-editor": "6.4.0",
|
|
54
54
|
"@patternfly/react-core": "6.4.0",
|