@ims360/svelte-ivory 0.4.8 → 0.4.9
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.
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
</script>
|
|
49
49
|
|
|
50
50
|
<div
|
|
51
|
-
class={merge('group flex shrink-0 flex-row justify-start', theme.current.table?.head)}
|
|
51
|
+
class={merge('group flex shrink-0 flex-row justify-start', theme.current.table?.head?.class)}
|
|
52
52
|
bind:this={target}
|
|
53
53
|
style="width: {column?.width ?? 0}px;"
|
|
54
54
|
>
|
package/package.json
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
</script>
|
|
49
49
|
|
|
50
50
|
<div
|
|
51
|
-
class={merge('group flex shrink-0 flex-row justify-start', theme.current.table?.head)}
|
|
51
|
+
class={merge('group flex shrink-0 flex-row justify-start', theme.current.table?.head?.class)}
|
|
52
52
|
bind:this={target}
|
|
53
53
|
style="width: {column?.width ?? 0}px;"
|
|
54
54
|
>
|