diff --git a/packages/atomic/src/components.d.ts b/packages/atomic/src/components.d.ts index 8c3519111a..a42bf5c8f9 100644 --- a/packages/atomic/src/components.d.ts +++ b/packages/atomic/src/components.d.ts @@ -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; @@ -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;