@dust-tt/sparkle 0.2.250 → 0.2.251
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/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/components/Citation.d.ts +1 -1
- package/dist/esm/components/Citation.d.ts.map +1 -1
- package/dist/esm/components/Citation.js +2 -1
- package/dist/esm/components/Citation.js.map +1 -1
- package/dist/esm/stories/Citation.stories.js +1 -1
- package/dist/esm/stories/Citation.stories.js.map +1 -1
- package/dist/esm/stories/Markdown.stories.d.ts.map +1 -1
- package/dist/esm/stories/Markdown.stories.js +1 -1
- package/dist/esm/stories/Markdown.stories.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Citation.tsx +4 -1
- package/src/stories/Citation.stories.tsx +1 -1
- package/src/stories/Markdown.stories.tsx +2 -1
package/dist/cjs/index.js
CHANGED
|
@@ -99444,6 +99444,7 @@ var typeIcons = {
|
|
|
99444
99444
|
notion: SvgNotion,
|
|
99445
99445
|
slack: SvgSlack,
|
|
99446
99446
|
image: SvgImage,
|
|
99447
|
+
snowflake: SvgSnowflake,
|
|
99447
99448
|
};
|
|
99448
99449
|
var typeSizing = {
|
|
99449
99450
|
fixed: { xs: "s-w-48", sm: "s-w-64" },
|