@patternfly/react-docs 7.0.0-alpha.94 → 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 CHANGED
@@ -3,6 +3,12 @@
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
+
6
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)
7
13
 
8
14
  ### Features
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.94",
4
+ "version": "7.0.0-alpha.95",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "tag": "alpha"
@@ -25,13 +25,13 @@
25
25
  "dependencies": {
26
26
  "@patternfly/patternfly": "6.0.0-alpha.190",
27
27
  "@patternfly/react-charts": "^8.0.0-alpha.33",
28
- "@patternfly/react-code-editor": "^6.0.0-alpha.87",
29
- "@patternfly/react-core": "^6.0.0-alpha.87",
30
- "@patternfly/react-drag-drop": "^6.0.0-alpha.69",
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
31
  "@patternfly/react-icons": "^6.0.0-alpha.31",
32
32
  "@patternfly/react-styles": "^6.0.0-alpha.30",
33
- "@patternfly/react-table": "^6.0.0-alpha.88",
34
- "@patternfly/react-templates": "^6.0.0-alpha.37",
33
+ "@patternfly/react-table": "^6.0.0-alpha.89",
34
+ "@patternfly/react-templates": "^6.0.0-alpha.38",
35
35
  "@patternfly/react-tokens": "^6.0.0-alpha.30"
36
36
  },
37
37
  "devDependencies": {
@@ -45,5 +45,5 @@
45
45
  "last 2 versions",
46
46
  "not ie <= 11"
47
47
  ],
48
- "gitHead": "8e897861592c3ee8b186f6aef3958741073312e7"
48
+ "gitHead": "18e869e654d317afd33701db8252d408690fbd62"
49
49
  }
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { Tooltip, Text, Grid, GridItem, PageSection } from '@patternfly/react-core';
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
- <Text>
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
- </Text>
43
- <Text>
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
- </Text>
46
+ </Content>
47
47
  <Grid>
48
48
  {allIcons
49
49
  // BREAKING CHANGE - remove line below when AnsibeTowerIcon is removed