@eleven-labs/design-system 0.31.0 → 0.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 09 Mar 2024 14:42:34 GMT
3
+ * Generated on Tue, 26 Mar 2024 07:56:16 GMT
4
4
  */
5
5
  export declare const tokenVariables: {
6
6
  asset: {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 09 Mar 2024 14:42:34 GMT
3
+ * Generated on Tue, 26 Mar 2024 07:56:16 GMT
4
4
  */
5
5
  export declare const tokenVariables: {
6
6
  asset: {
@@ -1,2 +1,2 @@
1
1
  import type { TypographySystemProps } from '../../types';
2
- export declare const typographySystemClassName: <TProps extends TypographySystemProps>({ textAlign, textSize, ...props }: TProps) => string;
2
+ export declare const typographySystemClassName: <TProps extends TypographySystemProps>({ textAlign, textSize, lineClamp, ...props }: TProps) => string;