diff --git a/packages/calcite-components/src/components.d.ts b/packages/calcite-components/src/components.d.ts index 5c4ca1522a9..3059de2f5b2 100644 --- a/packages/calcite-components/src/components.d.ts +++ b/packages/calcite-components/src/components.d.ts @@ -2049,6 +2049,7 @@ export namespace Components { "autocomplete": string; /** * Adds global prop, missing from Stencil's `HTMLElement` type, see https://github.com/ionic-team/stencil/issues/5726 + * @ignore */ "autofocus": boolean; /** @@ -2393,6 +2394,7 @@ export namespace Components { "autocomplete": string; /** * Adds global prop, missing from Stencil's `HTMLElement` type, see https://github.com/ionic-team/stencil/issues/5726 + * @ignore */ "autofocus": boolean; /** @@ -2565,6 +2567,7 @@ export namespace Components { "autocomplete": string; /** * Adds global prop, missing from Stencil's `HTMLElement` type, see https://github.com/ionic-team/stencil/issues/5726 + * @ignore */ "autofocus": boolean; /** @@ -9853,6 +9856,7 @@ declare namespace LocalJSX { "autocomplete"?: string; /** * Adds global prop, missing from Stencil's `HTMLElement` type, see https://github.com/ionic-team/stencil/issues/5726 + * @ignore */ "autofocus"?: boolean; /** @@ -10210,6 +10214,7 @@ declare namespace LocalJSX { "autocomplete"?: string; /** * Adds global prop, missing from Stencil's `HTMLElement` type, see https://github.com/ionic-team/stencil/issues/5726 + * @ignore */ "autofocus"?: boolean; /** @@ -10384,6 +10389,7 @@ declare namespace LocalJSX { "autocomplete"?: string; /** * Adds global prop, missing from Stencil's `HTMLElement` type, see https://github.com/ionic-team/stencil/issues/5726 + * @ignore */ "autofocus"?: boolean; /** diff --git a/packages/calcite-components/src/components/flow-item/flow-item.stories.ts b/packages/calcite-components/src/components/flow-item/flow-item.stories.ts index a9ae24cfe2c..54bff1ef460 100644 --- a/packages/calcite-components/src/components/flow-item/flow-item.stories.ts +++ b/packages/calcite-components/src/components/flow-item/flow-item.stories.ts @@ -263,7 +263,7 @@ export const overflowContent_TestOnly = (): string => `; -export const withActionBar_TestOnly = (): string => +export const withActionBarAndContentTop_TestOnly = (): string => html`
Slotted content!