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 Nov 5, 2024
1 parent f510809 commit 7461d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/atomic/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ export namespace Components {
interface AtomicGeneratedAnswer {
"answerConfigurationId"?: string;
/**
* Whether to allow the answer to be collapsed when the text is taller than 250px.
* Whether to allow the answer to be collapsed when the text is taller than the specified `--atomic-crga-collapsed-height` value (16rem by default).
* @default false
*/
"collapsible"?: boolean;
Expand Down Expand Up @@ -7188,7 +7188,7 @@ declare namespace LocalJSX {
interface AtomicGeneratedAnswer {
"answerConfigurationId"?: string;
/**
* Whether to allow the answer to be collapsed when the text is taller than 250px.
* Whether to allow the answer to be collapsed when the text is taller than the specified `--atomic-crga-collapsed-height` value (16rem by default).
* @default false
*/
"collapsible"?: boolean;
Expand Down

0 comments on commit 7461d83

Please sign in to comment.