stellar-drive 1.2.20 → 1.2.21
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/dist/bin/install-pwa.js
CHANGED
package/package.json
CHANGED
|
@@ -10,12 +10,9 @@
|
|
|
10
10
|
- z-index 9950 — above page content and DemoBanner (9000), below sign-out overlay (9998).
|
|
11
11
|
- App-neutral styling — works in both Stellar and Radiant themes.
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import DemoBlockedMessage from 'stellar-drive/components/DemoBlockedMessage';
|
|
17
|
-
<DemoBlockedMessage />
|
|
18
|
-
```
|
|
13
|
+
Example mount in `+layout.svelte`:
|
|
14
|
+
`import DemoBlockedMessage from 'stellar-drive/components/DemoBlockedMessage';`
|
|
15
|
+
`<DemoBlockedMessage />`
|
|
19
16
|
-->
|
|
20
17
|
<script lang="ts">
|
|
21
18
|
import { _demoBlockedStore } from 'stellar-drive/demo';
|