@playpilot/tpi 8.3.0 → 8.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playpilot/tpi",
3
- "version": "8.3.0",
3
+ "version": "8.3.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
@@ -203,7 +203,7 @@
203
203
  max={240}
204
204
  step={8}
205
205
  bind:value={railSize}
206
- oninput={() => document.body.style = `--playpilot-rail-size-huge: ${railSize}px`} />
206
+ oninput={() => document.body.style.setProperty('--playpilot-rail-size-huge', `${railSize}px`)} />
207
207
  <small>{railSize}</small>
208
208
  </div>
209
209