diff --git a/1st-gen/packages/action-button/src/ActionButton.ts b/1st-gen/packages/action-button/src/ActionButton.ts index 3df1789165e..f594b4d4191 100644 --- a/1st-gen/packages/action-button/src/ActionButton.ts +++ b/1st-gen/packages/action-button/src/ActionButton.ts @@ -67,9 +67,9 @@ export class ActionButton extends SizedMixin(ButtonBase, { public emphasized = false; /** - * @deprecated Hold affordance support has been deferred. The - * `hold-affordance` attribute and `longpress` event will be removed in a - * future release. + * Hold affordance is not included in the initial 2nd-gen `swc-action-button` + * release. It is planned for a future phase. See the action-button migration + * plan for consumer options in the interim. */ @property({ type: Boolean, reflect: true, attribute: 'hold-affordance' }) public holdAffordance = false; @@ -287,7 +287,7 @@ export class ActionButton extends SizedMixin(ButtonBase, { if (window.__swc?.DEBUG) { window.__swc.warn( this, - `The "hold-affordance" attribute on <${this.localName}> is deprecated and will be removed in a future release.`, + `The "hold-affordance" attribute on <${this.localName}> is not included in the initial 2nd-gen release and will be addressed in a future phase.`, 'https://opensource.adobe.com/spectrum-web-components/components/action-button/', { level: 'deprecation' } ); diff --git a/2nd-gen/packages/swc/components/action-button/ActionButton.ts b/2nd-gen/packages/swc/components/action-button/ActionButton.ts index baba67c4007..34fb9be4554 100644 --- a/2nd-gen/packages/swc/components/action-button/ActionButton.ts +++ b/2nd-gen/packages/swc/components/action-button/ActionButton.ts @@ -26,8 +26,6 @@ import styles from './action-button.css'; /** * A compact action button for toolbars, action groups, and icon-first chrome. - * Supports sizes `xs`–`xl`; `xs` is an action-button-specific addition not - * available on `swc-button`. * * @element swc-action-button * @since 0.0.1 @@ -144,6 +142,7 @@ export class ActionButton extends ButtonBase { + `; } diff --git a/CONTRIBUTOR-DOCS/03_project-planning/02_workstreams/02_2nd-gen-component-migration/01_status.md b/CONTRIBUTOR-DOCS/03_project-planning/02_workstreams/02_2nd-gen-component-migration/01_status.md index 4ec71ac9727..75a657685f1 100644 --- a/CONTRIBUTOR-DOCS/03_project-planning/02_workstreams/02_2nd-gen-component-migration/01_status.md +++ b/CONTRIBUTOR-DOCS/03_project-planning/02_workstreams/02_2nd-gen-component-migration/01_status.md @@ -22,7 +22,7 @@ | ------------------- | ------- | ----------------------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | ---------------------------------------------------------------- | -------------------------------------------------------------------- | ---------------------------------------------------------------------- | | Accordion | ✓ | | | | | | | | Action Bar | | | | | | | | -| Action Button | ✓ | ✓ | ✓ | ✓ | | | | +| Action Button | ✓ | ✓ | ✓ | ✓ | ✓ | | | | Action Group | ✓ | | | | | | | | Action Menu | | | | | | | | | Alert Banner | ✓ | ✓ | | | | | | diff --git a/CONTRIBUTOR-DOCS/03_project-planning/03_components/action-button/migration-plan.md b/CONTRIBUTOR-DOCS/03_project-planning/03_components/action-button/migration-plan.md index a03965bf771..b0c28db9fe6 100644 --- a/CONTRIBUTOR-DOCS/03_project-planning/03_components/action-button/migration-plan.md +++ b/CONTRIBUTOR-DOCS/03_project-planning/03_components/action-button/migration-plan.md @@ -272,7 +272,7 @@ These decisions are derived from the 1st-gen implementation, the current depreca | `active` | internal | n/a | internal | **Confirmed internal.** Retained as an internal property inherited from `ButtonBase`. With hold-affordance deferred, no consumer-triggered mechanism sets this in initial scope. CSS `:active` on the inner `