feat: mark new modal components as stable (#1556)

This commit is contained in:
advaith
2026-03-09 04:19:42 -07:00
committed by GitHub
parent 61788ced57
commit 818b899f9d
4 changed files with 0 additions and 38 deletions

View File

@@ -1036,20 +1036,14 @@ export enum ComponentType {
FileUpload,
/**
* Single-choice set of radio group option
*
* @unstable This component is not publicly released and is currently in preview.
*/
RadioGroup = 21,
/**
* Multi-select group of checkboxes
*
* @unstable This component is not publicly released and is currently in preview.
*/
CheckboxGroup,
/**
* Single checkbox for binary choice
*
* @unstable This component is not publicly released and is currently in preview.
*/
Checkbox,
// EVERYTHING BELOW THIS LINE SHOULD BE OLD NAMES FOR RENAMED ENUM MEMBERS //
@@ -1717,7 +1711,6 @@ export interface APIFileUploadComponent extends APIBaseComponent<ComponentType.F
/**
* @see {@link https://discord.com/developers/docs/components/reference#radio-group}
* @unstable This component is not publicly released and is currently in preview.
*/
export interface APIRadioGroupComponent extends APIBaseComponent<ComponentType.RadioGroup> {
/**
@@ -1738,7 +1731,6 @@ export interface APIRadioGroupComponent extends APIBaseComponent<ComponentType.R
/**
* @see {@link https://discord.com/developers/docs/components/reference#radio-group-option-structure}
* @unstable This feature is not publicly released and is currently in preview.
*/
export interface APIRadioGroupOption {
/**
@@ -1763,7 +1755,6 @@ export interface APIRadioGroupOption {
/**
* @see {@link https://discord.com/developers/docs/components/reference#checkbox-group}
* @unstable This component is not publicly released and is currently in preview.
*/
export interface APICheckboxGroupComponent extends APIBaseComponent<ComponentType.CheckboxGroup> {
/**
@@ -1821,7 +1812,6 @@ export interface APICheckboxGroupOption {
/**
* @see {@link https://discord.com/developers/docs/components/reference#checkbox}
* @unstable This component is not publicly released and is currently in preview.
*/
export interface APICheckboxComponent extends APIBaseComponent<ComponentType.Checkbox> {
/**

View File

@@ -1031,20 +1031,14 @@ export enum ComponentType {
FileUpload,
/**
* Single-choice set of radio group option
*
* @unstable This component is not publicly released and is currently in preview.
*/
RadioGroup = 21,
/**
* Multi-select group of checkboxes
*
* @unstable This component is not publicly released and is currently in preview.
*/
CheckboxGroup,
/**
* Single checkbox for binary choice
*
* @unstable This component is not publicly released and is currently in preview.
*/
Checkbox,
// EVERYTHING BELOW THIS LINE SHOULD BE OLD NAMES FOR RENAMED ENUM MEMBERS //
@@ -1712,7 +1706,6 @@ export interface APIFileUploadComponent extends APIBaseComponent<ComponentType.F
/**
* @see {@link https://discord.com/developers/docs/components/reference#radio-group}
* @unstable This component is not publicly released and is currently in preview.
*/
export interface APIRadioGroupComponent extends APIBaseComponent<ComponentType.RadioGroup> {
/**
@@ -1758,7 +1751,6 @@ export interface APIRadioGroupOption {
/**
* @see {@link https://discord.com/developers/docs/components/reference#checkbox-group}
* @unstable This component is not publicly released and is currently in preview.
*/
export interface APICheckboxGroupComponent extends APIBaseComponent<ComponentType.CheckboxGroup> {
/**
@@ -1816,7 +1808,6 @@ export interface APICheckboxGroupOption {
/**
* @see {@link https://discord.com/developers/docs/components/reference#checkbox}
* @unstable This component is not publicly released and is currently in preview.
*/
export interface APICheckboxComponent extends APIBaseComponent<ComponentType.Checkbox> {
/**

View File

@@ -1036,20 +1036,14 @@ export enum ComponentType {
FileUpload,
/**
* Single-choice set of radio group option
*
* @unstable This component is not publicly released and is currently in preview.
*/
RadioGroup = 21,
/**
* Multi-select group of checkboxes
*
* @unstable This component is not publicly released and is currently in preview.
*/
CheckboxGroup,
/**
* Single checkbox for binary choice
*
* @unstable This component is not publicly released and is currently in preview.
*/
Checkbox,
// EVERYTHING BELOW THIS LINE SHOULD BE OLD NAMES FOR RENAMED ENUM MEMBERS //
@@ -1717,7 +1711,6 @@ export interface APIFileUploadComponent extends APIBaseComponent<ComponentType.F
/**
* @see {@link https://discord.com/developers/docs/components/reference#radio-group}
* @unstable This component is not publicly released and is currently in preview.
*/
export interface APIRadioGroupComponent extends APIBaseComponent<ComponentType.RadioGroup> {
/**
@@ -1738,7 +1731,6 @@ export interface APIRadioGroupComponent extends APIBaseComponent<ComponentType.R
/**
* @see {@link https://discord.com/developers/docs/components/reference#radio-group-option-structure}
* @unstable This feature is not publicly released and is currently in preview.
*/
export interface APIRadioGroupOption {
/**
@@ -1763,7 +1755,6 @@ export interface APIRadioGroupOption {
/**
* @see {@link https://discord.com/developers/docs/components/reference#checkbox-group}
* @unstable This component is not publicly released and is currently in preview.
*/
export interface APICheckboxGroupComponent extends APIBaseComponent<ComponentType.CheckboxGroup> {
/**
@@ -1821,7 +1812,6 @@ export interface APICheckboxGroupOption {
/**
* @see {@link https://discord.com/developers/docs/components/reference#checkbox}
* @unstable This component is not publicly released and is currently in preview.
*/
export interface APICheckboxComponent extends APIBaseComponent<ComponentType.Checkbox> {
/**

View File

@@ -1031,20 +1031,14 @@ export enum ComponentType {
FileUpload,
/**
* Single-choice set of radio group option
*
* @unstable This component is not publicly released and is currently in preview.
*/
RadioGroup = 21,
/**
* Multi-select group of checkboxes
*
* @unstable This component is not publicly released and is currently in preview.
*/
CheckboxGroup,
/**
* Single checkbox for binary choice
*
* @unstable This component is not publicly released and is currently in preview.
*/
Checkbox,
// EVERYTHING BELOW THIS LINE SHOULD BE OLD NAMES FOR RENAMED ENUM MEMBERS //
@@ -1712,7 +1706,6 @@ export interface APIFileUploadComponent extends APIBaseComponent<ComponentType.F
/**
* @see {@link https://discord.com/developers/docs/components/reference#radio-group}
* @unstable This component is not publicly released and is currently in preview.
*/
export interface APIRadioGroupComponent extends APIBaseComponent<ComponentType.RadioGroup> {
/**
@@ -1758,7 +1751,6 @@ export interface APIRadioGroupOption {
/**
* @see {@link https://discord.com/developers/docs/components/reference#checkbox-group}
* @unstable This component is not publicly released and is currently in preview.
*/
export interface APICheckboxGroupComponent extends APIBaseComponent<ComponentType.CheckboxGroup> {
/**
@@ -1816,7 +1808,6 @@ export interface APICheckboxGroupOption {
/**
* @see {@link https://discord.com/developers/docs/components/reference#checkbox}
* @unstable This component is not publicly released and is currently in preview.
*/
export interface APICheckboxComponent extends APIBaseComponent<ComponentType.Checkbox> {
/**