Bläddra i källkod

@uppy/statusbar --> @uppy/status-bar

Artur Paikin 6 år sedan
förälder
incheckning
79f7fbeff5

+ 0 - 0
packages/@uppy/statusbar/LICENSE → packages/@uppy/status-bar/LICENSE


+ 7 - 7
packages/@uppy/statusbar/README.md → packages/@uppy/status-bar/README.md

@@ -1,12 +1,12 @@
-# @uppy/statusbar
+# @uppy/status-bar
 
 <img src="https://uppy.io/images/logos/uppy-dog-head-arrow.svg" width="120" alt="Uppy logo: a superman puppy in a pink suit" align="right">
 
-<a href="https://www.npmjs.com/package/@uppy/statusbar"><img src="https://img.shields.io/npm/v/@uppy/statusbar.svg?style=flat-square"></a>
+<a href="https://www.npmjs.com/package/@uppy/status-bar"><img src="https://img.shields.io/npm/v/@uppy/status-bar.svg?style=flat-square"></a>
 <a href="https://travis-ci.org/transloadit/uppy"><img src="https://img.shields.io/travis/transloadit/uppy/master.svg?style=flat-square" alt="Build Status"></a>
 
-The StatusBar shows upload progress and speed, ETAs, pre- and post-processing information, and allows users to control (pause/resume/cancel) the upload.
-Best used together with a simple file source plugin, such as [@uppy/file-input](https://uppy.io/docs/file-input) or [@uppy/drag-drop](https://uppy.io/docs/dragdrop), or a custom implementation. It is also included in the [@uppy/dashboard](https://uppy.io/docs/dashboard) plugin.
+The status-bar shows upload progress and speed, ETAs, pre- and post-processing information, and allows users to control (pause/resume/cancel) the upload.
+Best used together with a simple file source plugin, such as [@uppy/file-input](https://uppy.io/docs/file-input) or [@uppy/drag-drop](https://uppy.io/docs/drag-drop), or a custom implementation. It is also included in the [@uppy/dashboard](https://uppy.io/docs/dashboard) plugin.
 
 Uppy is being developed by the folks at [Transloadit](https://transloadit.com), a versatile file encoding service.
 
@@ -14,7 +14,7 @@ Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
 
 ```js
 const Uppy = require('@uppy/core')
-const StatusBar = require('@uppy/statusbar')
+const StatusBar = require('@uppy/status-bar')
 
 const uppy = Uppy()
 uppy.use(StatusBar, {
@@ -28,7 +28,7 @@ uppy.use(StatusBar, {
 ## Installation
 
 ```bash
-$ npm install @uppy/statusbar --save
+$ npm install @uppy/status-bar --save
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](http://webpack.github.io/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).
@@ -37,7 +37,7 @@ Alternatively, you can also use this plugin in a pre-built bundle from Transload
 
 ## Documentation
 
-Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/statusbar).
+Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/status-bar).
 
 ## License
 

+ 2 - 1
packages/@uppy/statusbar/package.json → packages/@uppy/status-bar/package.json

@@ -1,5 +1,5 @@
 {
-  "name": "@uppy/statusbar",
+  "name": "@uppy/status-bar",
   "description": "A progress bar for Uppy, with many bells and whistles.",
   "version": "0.25.5",
   "license": "MIT",
@@ -12,6 +12,7 @@
     "uppy",
     "uppy-plugin",
     "progress bar",
+    "status bar",
     "progress",
     "upload",
     "eta",

+ 0 - 0
packages/@uppy/statusbar/src/StatusBar.js → packages/@uppy/status-bar/src/StatusBar.js


+ 0 - 0
packages/@uppy/statusbar/src/StatusBarStates.js → packages/@uppy/status-bar/src/StatusBarStates.js


+ 0 - 0
packages/@uppy/statusbar/src/index.js → packages/@uppy/status-bar/src/index.js


+ 0 - 0
packages/@uppy/statusbar/src/style.scss → packages/@uppy/status-bar/src/style.scss


+ 0 - 0
packages/@uppy/statusbar/types/index.d.ts → packages/@uppy/status-bar/types/index.d.ts