@reciprocity/loading-spinner
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -1,3 +0,1 @@ | ||
'use strict'; | ||
function normalizeComponent(template, style, script, scopeId, isFunctionalTemplate, moduleIdentifier | ||
@@ -267,2 +265,2 @@ /* server only */ | ||
module.exports = LoadingSpinner; | ||
export default LoadingSpinner; |
{ | ||
"name": "@reciprocity/loading-spinner", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Displays an animated spinner with some text", | ||
@@ -15,3 +15,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "9b7ef1bc8e2431a473ba9379335aa92c177c4a12" | ||
"gitHead": "2699f248464d78dec10977e95988fbb42f10b966" | ||
} |
@@ -1,2 +0,2 @@ | ||
# Button | ||
# LoadingSpinner | ||
@@ -3,0 +3,0 @@ A component that renders an animated spinner circle next to a "Loading..." or a custom text. |
19151
245