Skip to content

Commit

Permalink
Add generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot authored and fpbrault committed Oct 22, 2024
1 parent 030483f commit 39b394c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/atomic/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,7 @@ export namespace Components {
"truncateAfter": TruncateAfter;
}
/**
* @alpha The `atomic-product-excerpt` component renders the excerpt of a product.
* @alpha The `atomic-product-excerpt` component renders the excerpt of a product generated at query time.
*/
interface AtomicProductExcerpt {
/**
Expand Down Expand Up @@ -4819,7 +4819,7 @@ declare global {
new (): HTMLAtomicProductDescriptionElement;
};
/**
* @alpha The `atomic-product-excerpt` component renders the excerpt of a product.
* @alpha The `atomic-product-excerpt` component renders the excerpt of a product generated at query time.
*/
interface HTMLAtomicProductExcerptElement extends Components.AtomicProductExcerpt, HTMLStencilElement {
}
Expand Down Expand Up @@ -7964,7 +7964,7 @@ declare namespace LocalJSX {
"truncateAfter"?: TruncateAfter;
}
/**
* @alpha The `atomic-product-excerpt` component renders the excerpt of a product.
* @alpha The `atomic-product-excerpt` component renders the excerpt of a product generated at query time.
*/
interface AtomicProductExcerpt {
/**
Expand Down Expand Up @@ -10082,7 +10082,7 @@ declare module "@stencil/core" {
*/
"atomic-product-description": LocalJSX.AtomicProductDescription & JSXBase.HTMLAttributes<HTMLAtomicProductDescriptionElement>;
/**
* @alpha The `atomic-product-excerpt` component renders the excerpt of a product.
* @alpha The `atomic-product-excerpt` component renders the excerpt of a product generated at query time.
*/
"atomic-product-excerpt": LocalJSX.AtomicProductExcerpt & JSXBase.HTMLAttributes<HTMLAtomicProductExcerptElement>;
/**
Expand Down

0 comments on commit 39b394c

Please sign in to comment.