svelte-streamdown 2.2.5 → 2.2.6
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/Elements/Code.svelte +1 -1
- package/dist/theme.js +2 -2
- package/package.json +1 -1
package/dist/theme.js
CHANGED
|
@@ -43,7 +43,7 @@ export const theme = {
|
|
|
43
43
|
header: 'flex items-center justify-between bg-gray-100/80 p-2 text-gray-600 text-xs',
|
|
44
44
|
button: 'cursor-pointer size-6 p-1 text-gray-600 transition-all hover:text-gray-900 rounded hover:bg-gray-100',
|
|
45
45
|
language: 'ml-1 font-mono lowercase',
|
|
46
|
-
skeleton: 'rounded-md font-mono text-transparent bg-gray-200 scale-y-90 animate-pulse whitespace-nowrap
|
|
46
|
+
skeleton: 'block rounded-md font-mono text-transparent bg-gray-200 scale-y-90 animate-pulse whitespace-nowrap',
|
|
47
47
|
pre: 'overflow-x-auto font-mono p-0 bg-gray-100/40',
|
|
48
48
|
line: 'block'
|
|
49
49
|
},
|
|
@@ -171,7 +171,7 @@ export const shadcnTheme = {
|
|
|
171
171
|
header: 'flex items-center justify-between bg-muted/80 px-2 py-1 text-muted-foreground text-xs',
|
|
172
172
|
button: 'cursor-pointer size-6 p-1 text-muted-foreground transition-all hover:text-foreground rounded hover:bg-muted',
|
|
173
173
|
language: 'ml-1 font-mono lowercase',
|
|
174
|
-
skeleton: 'rounded-md font-mono text-transparent bg-border/80 scale-y-90 w-fit animate-pulse whitespace-nowrap
|
|
174
|
+
skeleton: 'block rounded-md font-mono text-transparent bg-border/80 scale-y-90 w-fit animate-pulse whitespace-nowrap',
|
|
175
175
|
pre: 'overflow-x-auto font-mono p-0 bg-muted/40',
|
|
176
176
|
line: 'block '
|
|
177
177
|
},
|