@ims360/svelte-ivory 0.0.38 → 0.0.39

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.
@@ -64,7 +64,7 @@
64
64
  type={onclick ? 'button' : undefined}
65
65
  style={ignoreWidth
66
66
  ? ''
67
- : `width: calc(var(--spacing) * ${offsetNestingLevel * nestingInset} - ${column.width ?? 0}px) !important;`}
67
+ : `width: calc(${column.width ?? 0}px - var(--spacing) * ${offsetNestingLevel * nestingInset}) !important;`}
68
68
  class={twMerge(
69
69
  clsx(
70
70
  'flex shrink-0 flex-row items-stretch justify-start truncate',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ims360/svelte-ivory",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "keywords": [
5
5
  "svelte"
6
6
  ],
@@ -64,7 +64,7 @@
64
64
  type={onclick ? 'button' : undefined}
65
65
  style={ignoreWidth
66
66
  ? ''
67
- : `width: calc(var(--spacing) * ${offsetNestingLevel * nestingInset} - ${column.width ?? 0}px) !important;`}
67
+ : `width: calc(${column.width ?? 0}px - var(--spacing) * ${offsetNestingLevel * nestingInset}) !important;`}
68
68
  class={twMerge(
69
69
  clsx(
70
70
  'flex shrink-0 flex-row items-stretch justify-start truncate',