svelte-streamdown 3.1.0 → 3.1.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.
Files changed (2) hide show
  1. package/dist/theme.js +2 -2
  2. package/package.json +1 -1
package/dist/theme.js CHANGED
@@ -81,7 +81,7 @@ export const theme = {
81
81
  base: 'bg-gray-100/50 border-t border-gray-300'
82
82
  },
83
83
  tr: {
84
- base: 'border-gray-200 border-b hover:bg-gray-100/50 transition-colors'
84
+ base: 'border-gray-200 not-last:border-b hover:bg-gray-100/50 transition-colors'
85
85
  },
86
86
  td: {
87
87
  base: 'px-4 py-3 text-sm min-w-[200px] max-w-[400px] break-words'
@@ -234,7 +234,7 @@ export const shadcnTheme = {
234
234
  base: 'bg-muted/50 border-t border-border'
235
235
  },
236
236
  tr: {
237
- base: 'border-border border-b hover:bg-muted/50 transition-colors'
237
+ base: 'border-border not-last:border-b hover:bg-muted/50 transition-colors'
238
238
  },
239
239
  td: {
240
240
  base: 'px-4 py-3 text-sm text-foreground min-w-[200px] max-w-[400px] break-words'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-streamdown",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "packageManager": "pnpm@10.32.1",
5
5
  "repository": {
6
6
  "type": "git",