@patternfly/react-docs 7.0.0-alpha.93 → 7.0.0-alpha.95
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.
- package/CHANGELOG.md +12 -0
- package/package.json +12 -12
- package/patternfly-docs/pages/icons.js +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [7.0.0-alpha.95](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.0.0-alpha.94...@patternfly/react-docs@7.0.0-alpha.95) (2024-07-22)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **misc:** Replace Text, TextContent, TextList and TextListItem with Content - PART 2 ([#10643](https://github.com/patternfly/patternfly-react/issues/10643)) ([f067b7c](https://github.com/patternfly/patternfly-react/commit/f067b7c12850251704ba8ca7e6acb03730d371af))
|
|
11
|
+
|
|
12
|
+
# [7.0.0-alpha.94](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.0.0-alpha.93...@patternfly/react-docs@7.0.0-alpha.94) (2024-07-22)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- **Page:** support page fill ([#10760](https://github.com/patternfly/patternfly-react/issues/10760)) ([850bd46](https://github.com/patternfly/patternfly-react/commit/850bd4631d4f5845c627ebb2cb86a6b1524d6ffc))
|
|
17
|
+
|
|
6
18
|
# [7.0.0-alpha.93](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.0.0-alpha.92...@patternfly/react-docs@7.0.0-alpha.93) (2024-07-19)
|
|
7
19
|
|
|
8
20
|
**Note:** Version bump only for package @patternfly/react-docs
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/react-docs",
|
|
3
3
|
"description": "PatternFly React Docs",
|
|
4
|
-
"version": "7.0.0-alpha.
|
|
4
|
+
"version": "7.0.0-alpha.95",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
7
7
|
"tag": "alpha"
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
"test:a11y": "patternfly-a11y --config patternfly-a11y.config"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@patternfly/patternfly": "6.0.0-alpha.
|
|
27
|
-
"@patternfly/react-charts": "^8.0.0-alpha.
|
|
28
|
-
"@patternfly/react-code-editor": "^6.0.0-alpha.
|
|
29
|
-
"@patternfly/react-core": "^6.0.0-alpha.
|
|
30
|
-
"@patternfly/react-drag-drop": "^6.0.0-alpha.
|
|
31
|
-
"@patternfly/react-icons": "^6.0.0-alpha.
|
|
32
|
-
"@patternfly/react-styles": "^6.0.0-alpha.
|
|
33
|
-
"@patternfly/react-table": "^6.0.0-alpha.
|
|
34
|
-
"@patternfly/react-templates": "^6.0.0-alpha.
|
|
35
|
-
"@patternfly/react-tokens": "^6.0.0-alpha.
|
|
26
|
+
"@patternfly/patternfly": "6.0.0-alpha.190",
|
|
27
|
+
"@patternfly/react-charts": "^8.0.0-alpha.33",
|
|
28
|
+
"@patternfly/react-code-editor": "^6.0.0-alpha.88",
|
|
29
|
+
"@patternfly/react-core": "^6.0.0-alpha.88",
|
|
30
|
+
"@patternfly/react-drag-drop": "^6.0.0-alpha.70",
|
|
31
|
+
"@patternfly/react-icons": "^6.0.0-alpha.31",
|
|
32
|
+
"@patternfly/react-styles": "^6.0.0-alpha.30",
|
|
33
|
+
"@patternfly/react-table": "^6.0.0-alpha.89",
|
|
34
|
+
"@patternfly/react-templates": "^6.0.0-alpha.38",
|
|
35
|
+
"@patternfly/react-tokens": "^6.0.0-alpha.30"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@patternfly/documentation-framework": "^6.0.0-alpha.54",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"last 2 versions",
|
|
46
46
|
"not ie <= 11"
|
|
47
47
|
],
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "18e869e654d317afd33701db8252d408690fbd62"
|
|
49
49
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { Tooltip,
|
|
2
|
+
import { Tooltip, Grid, GridItem, PageSection, Content } from '@patternfly/react-core';
|
|
3
3
|
import spacerMd from '@patternfly/react-tokens/dist/esm/global_spacer_md';
|
|
4
4
|
import labelFontSize from '@patternfly/react-tokens/dist/esm/global_font_size_sm';
|
|
5
5
|
import * as IconsModule from '@patternfly/react-icons/dist/esm';
|
|
@@ -36,14 +36,14 @@ const iconsPage = () => {
|
|
|
36
36
|
|
|
37
37
|
return (
|
|
38
38
|
<PageSection>
|
|
39
|
-
<
|
|
39
|
+
<Content component="p">
|
|
40
40
|
These are all of the icons available for use in PatternFly React. For recommended icon usage, see our{' '}
|
|
41
41
|
<a href="https://www.patternfly.org/v4/guidelines/icons">icon usage guidelines</a>.
|
|
42
|
-
</
|
|
43
|
-
<
|
|
42
|
+
</Content>
|
|
43
|
+
<Content component="p">
|
|
44
44
|
Learn how you can use them in the{' '}
|
|
45
45
|
<a href="https://github.com/patternfly/patternfly-react/tree/main/packages/react-icons">react-icons docs</a>.
|
|
46
|
-
</
|
|
46
|
+
</Content>
|
|
47
47
|
<Grid>
|
|
48
48
|
{allIcons
|
|
49
49
|
// BREAKING CHANGE - remove line below when AnsibeTowerIcon is removed
|