@eleven-labs/design-system 0.6.2 → 0.6.4

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
  import * as React from 'react';
2
2
  import { ColorSystemProps, IconNameType, MarginSystemProps } from '../../../types';
3
- export type IconProps = Omit<React.SVGProps<SVGSVGElement>, 'color'> & MarginSystemProps & Pick<ColorSystemProps, 'color'> & {
3
+ export type IconProps = Omit<React.SVGProps<SVGSVGElement>, 'name' | 'color'> & MarginSystemProps & Pick<ColorSystemProps, 'color'> & {
4
4
  name: IconNameType;
5
5
  size?: string | number;
6
6
  };
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgTuto: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgTuto;
@@ -12,5 +12,6 @@ export { default as Message } from "./Message";
12
12
  export { default as Person } from "./Person";
13
13
  export { default as Rss } from "./Rss";
14
14
  export { default as Search } from "./Search";
15
+ export { default as Tuto } from "./Tuto";
15
16
  export { default as Twitter } from "./Twitter";
16
17
  export { default as Welcometothejungle } from "./Welcometothejungle";
@@ -4,6 +4,6 @@ export declare const spacingTokenNameList: readonly ("0" | "xs" | "xxs-3" | "xxs
4
4
  export declare const widthTokenNameList: readonly ("full" | "screen")[];
5
5
  export declare const heightTokenNameList: readonly ("full" | "screen")[];
6
6
  export declare const fontWeightTokenNameList: readonly ("regular" | "medium" | "bold")[];
7
- export declare const iconTokenNameList: readonly ("access-time" | "arrow-back" | "calendar" | "close" | "facebook" | "language" | "link" | "linkedin" | "rss" | "message" | "person" | "search" | "twitter" | "welcometothejungle" | "github")[];
7
+ export declare const iconTokenNameList: readonly ("access-time" | "arrow-back" | "calendar" | "close" | "facebook" | "language" | "link" | "linkedin" | "rss" | "message" | "person" | "search" | "twitter" | "welcometothejungle" | "github" | "tuto")[];
8
8
  export declare const headingSizeTokenNameList: readonly ("s" | "m" | "l" | "xl")[];
9
9
  export declare const textSizeTokenNameList: readonly ("xs" | "s" | "m")[];
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 21 Jun 2023 15:24:05 GMT
3
+ * Generated on Thu, 25 Jan 2024 07:54:44 GMT
4
4
  */
5
5
  export declare const tokenVariables: {
6
6
  asset: {
@@ -70,6 +70,9 @@ export declare const tokenVariables: {
70
70
  github: {
71
71
  value: string;
72
72
  };
73
+ tuto: {
74
+ value: string;
75
+ };
73
76
  };
74
77
  };
75
78
  breakpoint: {