@eleven-labs/design-system 0.6.0 → 0.6.1

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,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgAccessTime: (props: SVGProps<SVGSVGElement>) => JSX.Element;
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgAccessTime: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
4
  export default SvgAccessTime;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgArrowBack: (props: SVGProps<SVGSVGElement>) => JSX.Element;
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgArrowBack: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
4
  export default SvgArrowBack;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgCalendar: (props: SVGProps<SVGSVGElement>) => JSX.Element;
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgCalendar: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
4
  export default SvgCalendar;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgClose: (props: SVGProps<SVGSVGElement>) => JSX.Element;
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgClose: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
4
  export default SvgClose;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgFacebook: (props: SVGProps<SVGSVGElement>) => JSX.Element;
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgFacebook: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
4
  export default SvgFacebook;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgLanguage: (props: SVGProps<SVGSVGElement>) => JSX.Element;
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgLanguage: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
4
  export default SvgLanguage;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgLink: (props: SVGProps<SVGSVGElement>) => JSX.Element;
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgLink: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
4
  export default SvgLink;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgLinkedin: (props: SVGProps<SVGSVGElement>) => JSX.Element;
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgLinkedin: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
4
  export default SvgLinkedin;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgLogo: (props: SVGProps<SVGSVGElement>) => JSX.Element;
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgLogo: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
4
  export default SvgLogo;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgMessage: (props: SVGProps<SVGSVGElement>) => JSX.Element;
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgMessage: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
4
  export default SvgMessage;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgPerson: (props: SVGProps<SVGSVGElement>) => JSX.Element;
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgPerson: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
4
  export default SvgPerson;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgRss: (props: SVGProps<SVGSVGElement>) => JSX.Element;
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgRss: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
4
  export default SvgRss;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => JSX.Element;
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
4
  export default SvgSearch;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgTwitter: (props: SVGProps<SVGSVGElement>) => JSX.Element;
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgTwitter: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
4
  export default SvgTwitter;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgWelcometothejungle: (props: SVGProps<SVGSVGElement>) => JSX.Element;
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgWelcometothejungle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
4
  export default SvgWelcometothejungle;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sun, 09 Apr 2023 09:46:26 GMT
3
+ * Generated on Wed, 21 Jun 2023 14:59:19 GMT
4
4
  */
5
5
  export declare const tokenVariables: {
6
6
  asset: {