Skip to content

Commit 0cf2f93

Browse files
authored
chore(beta-components): promote candidates 2022.14 (#8246)
* chore(beta-components): promote candidates 2022.14 * remove more beta flags
1 parent 16b0f45 commit 0cf2f93

File tree

28 files changed

+27
-40
lines changed

28 files changed

+27
-40
lines changed

packages/react-code-editor/src/components/CodeEditor/examples/CodeEditor.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ id: Code editor
33
section: components
44
cssPrefix: pf-c-code-editor
55
propComponents: ['CodeEditor', 'CodeEditorControl', 'Popover']
6-
beta: true
76
---
87

98
Note: Code editor lives in its own package at [@patternfly/react-code-editor](https://www.npmjs.com/package/@patternfly/react-code-editor) and has [**required peer deps**](https://github.com/patternfly/patternfly-react/blob/main/packages/react-code-editor/package.json).

packages/react-core/src/components/AlertGroup/examples/AlertGroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ When an overflow message appears in an `AlertGroup` using the `isLiveRegion` pro
4545

4646
Users navigating via keyboard or another assistive technology will need a way to navigate to and reveal hidden alerts before they disappear. Alternatively, there should be a place where notifications or alerts are collected to be viewed or read later.
4747

48-
```ts file="AlertGroupToastOverflowCapture.tsx" isBeta
48+
```ts file="AlertGroupToastOverflowCapture.tsx"
4949
```
5050

5151
### Asynchronous alert groups
@@ -68,7 +68,7 @@ Click the buttons in the example below to add dynamic alerts to a group.
6868

6969
In the following example, there can be a maximum of 4 alerts shown at once.
7070

71-
```ts file="AlertGroupSingularDynamicOverflow.tsx" isBeta
71+
```ts file="AlertGroupSingularDynamicOverflow.tsx"
7272
```
7373

7474
### Multiple dynamic alert groups

packages/react-core/src/components/CalendarMonth/examples/CalendarMonth.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ id: Calendar month
33
section: components
44
cssPrefix: pf-c-calendar-month
55
propComponents: ['CalendarMonth', 'CalendarFormat']
6-
beta: true
76
---
87

98
## Examples

packages/react-core/src/components/Card/Card.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ export interface CardProps extends React.HTMLProps<HTMLElement>, OUIAProps {
1818
isCompact?: boolean;
1919
/** Modifies the card to include selectable styling */
2020
isSelectable?: boolean;
21-
/** @beta Specifies the card is selectable, and applies the new raised styling on hover and select */
21+
/** Specifies the card is selectable, and applies the new raised styling on hover and select */
2222
isSelectableRaised?: boolean;
2323
/** Modifies the card to include selected styling */
2424
isSelected?: boolean;
25-
/** @beta Modifies a raised selectable card to have disabled styling */
25+
/** Modifies a raised selectable card to have disabled styling */
2626
isDisabledRaised?: boolean;
2727
/** Modifies the card to include flat styling */
2828
isFlat?: boolean;

packages/react-core/src/components/DataList/DataList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export interface DataListProps extends Omit<React.HTMLProps<HTMLUListElement>, '
5252
wrapModifier?: DataListWrapModifier | 'nowrap' | 'truncate' | 'breakWord';
5353
/** @deprecated Order of items in a draggable DataList */
5454
itemOrder?: string[];
55-
/** @beta Object that causes the data list to render hidden inputs which improve selectable item a11y */
55+
/** Object that causes the data list to render hidden inputs which improve selectable item a11y */
5656
selectableRow?: SelectableRowObject;
5757
}
5858

packages/react-core/src/components/DataList/DataListItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export interface DataListItemProps extends Omit<React.HTMLProps<HTMLLIElement>,
1616
'aria-labelledby': string;
1717
/** Unique id for the DataList item */
1818
id?: string;
19-
/** @beta Aria label to apply to the selectable input if one is rendered */
19+
/** Aria label to apply to the selectable input if one is rendered */
2020
selectableInputAriaLabel?: string;
2121
}
2222

packages/react-core/src/components/DualListSelector/examples/DualListSelector.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ propComponents:
1313
'DualListSelectorTree',
1414
'DualListSelectorTreeItemData',
1515
]
16-
beta: true
1716
---
1817

1918
import AngleDoubleLeftIcon from '@patternfly/react-icons/dist/esm/icons/angle-double-left-icon';

packages/react-core/src/components/LabelGroup/examples/LabelGroup.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ id: Label group
33
section: components
44
cssPrefix: pf-c-label
55
propComponents: ['LabelGroup', 'Label']
6-
beta: true
76
ouia: true
87
---
98

@@ -38,12 +37,12 @@ import InfoCircleIcon from '@patternfly/react-icons/dist/esm/icons/info-circle-i
3837

3938
### Editable labels
4039

41-
```ts file="LabelGroupEditableLabels.tsx"
40+
```ts isBeta file="LabelGroupEditableLabels.tsx"
4241
```
4342

4443
### Editable labels with add button
4544

4645
For additional documentation that showcases adding a new label, see [label group demos](/components/label-group/react-demos).
4746

48-
```ts file="LabelGroupEditableAdd.tsx"
47+
```ts isBeta file="LabelGroupEditableAdd.tsx"
4948
```

packages/react-core/src/components/Masthead/examples/Masthead.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ id: Masthead
33
section: components
44
cssPrefix: pf-c-masthead
55
propComponents: ['Masthead', 'MastheadToggle', 'MastheadMain', 'MastheadBrand', 'MastheadContent']
6-
beta: true
76
---
87

98
import BarsIcon from '@patternfly/react-icons/dist/js/icons/bars-icon';

packages/react-core/src/components/Menu/examples/Menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import AngleLeftIcon from '@patternfly/react-icons/dist/esm/icons/angle-left-ico
3535

3636
### With checkbox
3737

38-
```ts file="./MenuWithCheckbox.tsx" isBeta
38+
```ts file="./MenuWithCheckbox.tsx"
3939
```
4040

4141
### Filtering with text input

0 commit comments

Comments
 (0)