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 louis-bompart committed Aug 21, 2024
1 parent 203e036 commit 89a72aa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/atomic/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1937,8 +1937,9 @@ export namespace Components {
"interactiveProduct": InteractiveProduct;
/**
* The product link to use when the product is clicked in a grid layout.
* @default - An `atomic-result-link` without any customization.
*/
"linkContent"?: ParentNode;
"linkContent": ParentNode;
"loadingFlag"?: string;
/**
* The product item.
Expand Down Expand Up @@ -2557,8 +2558,9 @@ export namespace Components {
"interactiveResult": InteractiveResult;
/**
* The result link to use when the result is clicked in a grid layout.
* @default - An `atomic-result-link` without any customization.
*/
"linkContent"?: ParentNode;
"linkContent": ParentNode;
"loadingFlag"?: string;
/**
* Internal function used by atomic-recs-list in advanced setups, which lets you bypass the standard HTML template system. Particularly useful for Atomic React
Expand Down Expand Up @@ -7573,6 +7575,7 @@ declare namespace LocalJSX {
"interactiveProduct": InteractiveProduct;
/**
* The product link to use when the product is clicked in a grid layout.
* @default - An `atomic-result-link` without any customization.
*/
"linkContent"?: ParentNode;
"loadingFlag"?: string;
Expand Down Expand Up @@ -8149,6 +8152,7 @@ declare namespace LocalJSX {
"interactiveResult": InteractiveResult;
/**
* The result link to use when the result is clicked in a grid layout.
* @default - An `atomic-result-link` without any customization.
*/
"linkContent"?: ParentNode;
"loadingFlag"?: string;
Expand Down

0 comments on commit 89a72aa

Please sign in to comment.