nanosplash 3.0.7 → 3.0.8

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/README.md CHANGED
@@ -4,7 +4,11 @@
4
4
 
5
5
  <br>
6
6
 
7
- [![Build](https://github.com/isakhauge/nanosplash/actions/workflows/ci.yml/badge.svg?branch=production)](https://github.com/isakhauge/nanosplash/actions/workflows/ci.yml) ![npm bundle size](https://badgen.net/bundlephobia/minzip/nanosplash)
7
+ [![Build](https://github.com/isakhauge/nanosplash/actions/workflows/ci.yml/badge.svg?branch=production)](https://github.com/isakhauge/nanosplash/actions/workflows/ci.yml)
8
+
9
+ ## Documentation
10
+
11
+ [isakhauge.github.io/nanosplash/](https://isakhauge.github.io/nanosplash/)
8
12
 
9
13
  ## Usage
10
14
 
@@ -15,7 +19,3 @@ ns.show('Loading')
15
19
  // Splash screen inside a DOM element
16
20
  ns.showInside('#my-div', 'Loading')
17
21
  ```
18
-
19
- ## Documentation
20
-
21
- [isakhauge.github.io/nanosplash/](https://isakhauge.github.io/nanosplash/)
@@ -5,6 +5,7 @@ export default defineConfig({
5
5
  title: 'Nanosplash',
6
6
  description: 'The tiny loading screen for web artisans',
7
7
  base: '/nanosplash/',
8
+ appearance: 'dark',
8
9
  themeConfig: {
9
10
  nav: [
10
11
  { text: 'Home', link: '/' },
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "nanosplash",
3
3
  "description": "The tiny loading screen for web artisans",
4
4
  "private": false,
5
- "version": "3.0.7",
5
+ "version": "3.0.8",
6
6
  "type": "module",
7
7
  "author": {
8
8
  "name": "Isak K. Hauge",