diff --git a/packages/core/src/selection-panels/checkbox/checkbox-panel.element.ts b/packages/core/src/selection-panels/checkbox/checkbox-panel.element.ts index 707e224c5..942c301a6 100644 --- a/packages/core/src/selection-panels/checkbox/checkbox-panel.element.ts +++ b/packages/core/src/selection-panels/checkbox/checkbox-panel.element.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 VMware, Inc. All Rights Reserved. + * Copyright (c) 2016-2022 VMware, Inc. All Rights Reserved. * This software is released under MIT license. * The full license information can be found in LICENSE in the root directory of this project. */ @@ -11,27 +11,24 @@ import { property } from '@cds/core/internal'; import { SelectionPanelSizes } from '../shared/selection-panel.interfaces.js'; /** - * Checkbox + * Checkbox Panel * * ```typescript - * import '@cds/core/checkbox/register.js'; + * import '@cds/core/selection-panels/checkbox/register.js'; * ``` * * ```html - * - * + * + * * ``` * - * @element cds-checkbox + * @beta + * @element cds-checkbox-panel * @slot - For projecting checkbox and it's complex label * @cssprop --width * @cssprop --height diff --git a/packages/core/src/selection-panels/radio/radio-panel.element.ts b/packages/core/src/selection-panels/radio/radio-panel.element.ts index 034b7b642..6cc7dd99a 100644 --- a/packages/core/src/selection-panels/radio/radio-panel.element.ts +++ b/packages/core/src/selection-panels/radio/radio-panel.element.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 VMware, Inc. All Rights Reserved. + * Copyright (c) 2016-2022 VMware, Inc. All Rights Reserved. * This software is released under MIT license. * The full license information can be found in LICENSE in the root directory of this project. */ @@ -11,28 +11,33 @@ import { property } from '@cds/core/internal'; import { SelectionPanelSizes } from '../shared/selection-panel.interfaces.js'; /** - * Checkbox + * Radio Panel * * ```typescript - * import '@cds/core/checkbox/register.js'; + * import '@cds/core/selection-panels/radio/register.js'; * ``` * * ```html - * - * - * - * message text - * + * Orchestrate & Automate

+ * + * + * + * + * + * + * + * * ``` - * - * @element cds-radio - * @slot - For projecting checkbox and it's complex label + * @beta + * @element cds-radio-panel + * @slot - For projecting radio and it's complex label * @cssprop --width * @cssprop --height * @cssprop --border