@vuesimple/vs-loader 1.4.0 → 1.4.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.
Files changed (2) hide show
  1. package/README.md +7 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -70,7 +70,7 @@ yarn add @vuesimple/vs-loader
70
70
  <br />
71
71
 
72
72
  <h3>
73
- <img src="https://nuxtjs.org/favicon.ico" width="20px"> Nuxt.js
73
+ <img src="https://i.imgur.com/MWynQNa.png" width="20px"> Nuxt.js
74
74
  </h3>
75
75
 
76
76
  Nuxt Code Snippet
@@ -115,8 +115,9 @@ After installation,
115
115
 
116
116
  ### ⚙ Props
117
117
 
118
- | Name | Type | Default | Description |
119
- | ------- | ------ | --------- | ----------------------------------- |
120
- | variant | String | `pulse` | Variants: `pulse`, `dots`, `inline` |
121
- | color | String | `#1f73b7` | Loader color |
122
- | size | Number | `10` | Loader size |
118
+ | Name | Type | Default | Description |
119
+ | ------- | ------- | --------- | -------------------------------------------- |
120
+ | variant | String | `pulse` | Variants: `pulse`, `dots`, `inline`. |
121
+ | color | String | `#1f73b7` | Loader color. |
122
+ | size | Number | `10` | Loader size. |
123
+ | center | Boolean | - | Center aligns the loader wrt the parent div. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuesimple/vs-loader",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "A simple vue loader. Perfect for all your loader scenarios.",
5
5
  "main": "dist/vs-loader.umd.js",
6
6
  "module": "dist/vs-loader.esm.js",
@@ -52,5 +52,5 @@
52
52
  "url": "https://github.com/ashwinkshenoy/vue-simple/issues"
53
53
  },
54
54
  "homepage": "https://github.com/ashwinkshenoy/vue-simple/tree/master/packages/vs-loader",
55
- "gitHead": "c966cced447d8bb5bd8ed588de7c3c3b268995fb"
55
+ "gitHead": "4a6fbd8716221364e5fc2710645a6c5882746929"
56
56
  }