svelte-tweakpane-ui 1.1.1 → 1.1.2

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.
@@ -40,6 +40,6 @@
40
40
  <GenericInput value={_value} bind:ref {options} plugin={pluginModule} {...$$restProps} />
41
41
  {#if !BROWSER}
42
42
  <!-- TODO magic numbers -->
43
- <div style:background="red" style:height={`calc(${16 * (rows ?? 3)}px - 14px)`} />
43
+ <div style:height={`calc(${16 * (rows ?? 3)}px - 14px)`} />
44
44
  <!-- <ClsPad keysAdd={fillWith('containerUnitSize', 1)} theme={$$props.theme} /> -->
45
45
  {/if}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-tweakpane-ui",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "type": "module",
5
5
  "description": "Wraps UI elements from Tweakpane in a collection of idiomatic Svelte components, and augments Tweakpane with a few extra features for your convenience and enjoyment.",
6
6
  "repository": {