@dust-tt/sparkle 0.2.10 → 0.2.11

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.
@@ -5,4 +5,4 @@ declare const meta: {
5
5
  component: typeof Citation;
6
6
  };
7
7
  export default meta;
8
- export declare const ListChipsExample: () => React.JSX.Element;
8
+ export declare const CitationsExample: () => React.JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import React, { ReactNode } from "react";
2
2
  interface CitationProps {
3
- type?: "slack" | "drive" | "github" | "notion" | "document";
3
+ type?: "slack" | "google_drive" | "github" | "notion" | "document";
4
4
  title: string;
5
5
  description?: string;
6
6
  index?: ReactNode;
package/dist/esm/index.js CHANGED
@@ -32433,7 +32433,7 @@ var SvgSlack = function (props) { return (React.createElement("svg", __assign({
32433
32433
 
32434
32434
  var typeIcons = {
32435
32435
  slack: SvgSlack,
32436
- drive: SvgDrive,
32436
+ google_drive: SvgDrive,
32437
32437
  github: SvgGithub,
32438
32438
  notion: SvgNotion,
32439
32439
  document: SvgDocumentText,