@reuters-graphics/graphics-components 3.0.22 → 3.0.24

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.
@@ -4,7 +4,6 @@
4
4
  import Debug from './Debug.svelte';
5
5
  import type { Snippet } from 'svelte';
6
6
  import { setContext } from 'svelte';
7
- import { dev } from '$app/environment';
8
7
  import { Tween } from 'svelte/motion';
9
8
 
10
9
  interface Props {
@@ -232,7 +231,7 @@
232
231
  <!-- renders Debug component and children foregrounds -->
233
232
  {#snippet supportingElements()}
234
233
  {#if scrollerVideo}
235
- {#if showDebugInfo && dev}
234
+ {#if showDebugInfo}
236
235
  <div class="debug-info">
237
236
  <Debug componentState={scrollerVideo.componentState} />
238
237
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reuters-graphics/graphics-components",
3
- "version": "3.0.22",
3
+ "version": "3.0.24",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "homepage": "https://reuters-graphics.github.io/graphics-components",