@eleven-labs/design-system 0.31.0 → 0.32.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,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { ComponentPropsWithoutRef, SpacingSystemProps } from '../../../types';
2
+ import type { SpacingSystemProps } from '../../../types';
3
3
  export declare const postMetadataVariant: readonly ["primary", "secondary"];
4
4
  export type PostMetadataVariantType = (typeof postMetadataVariant)[number];
5
5
  export interface PostMetadataProps extends SpacingSystemProps {
@@ -9,7 +9,6 @@ export interface PostMetadataProps extends SpacingSystemProps {
9
9
  authors?: {
10
10
  username: string;
11
11
  name: string;
12
- link?: ComponentPropsWithoutRef<'a'>;
13
12
  }[];
14
13
  isLoading?: boolean;
15
14
  displayedFields?: ('date' | 'readingTime' | 'authors')[];
@@ -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, 12 Mar 2024 10:56:28 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, 12 Mar 2024 10:56:28 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;