@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.
- package/dist/cjs/components/Citation.d.ts +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/stories/Citation.stories.d.ts +1 -1
- package/dist/esm/components/Citation.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/stories/Citation.stories.d.ts +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
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
|
-
|
|
32436
|
+
google_drive: SvgDrive,
|
|
32437
32437
|
github: SvgGithub,
|
|
32438
32438
|
notion: SvgNotion,
|
|
32439
32439
|
document: SvgDocumentText,
|