@prabhask5/stellar-engine 1.1.14 → 1.1.15
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
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
- z-index 9000 — above page content, below modals.
|
|
12
12
|
-->
|
|
13
13
|
<script lang="ts">
|
|
14
|
-
import { isDemoMode } from '
|
|
14
|
+
import { isDemoMode } from '@prabhask5/stellar-engine';
|
|
15
15
|
|
|
16
16
|
let dismissed = $state(false);
|
|
17
17
|
const visible = $derived(isDemoMode() && !dismissed);
|