This repository has been archived by the owner on Jul 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68a4569
commit 0e05fdb
Showing
20 changed files
with
521 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# @woly/upload | ||
|
||
@woly/upload |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export * from '../../src/upload'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
"name": "@woly/upload", | ||
"description": "Upload components for Woly React library", | ||
"main": "upload.js", | ||
"types": "upload.d.ts", | ||
"typings": "upload.d.ts", | ||
"files": [ | ||
"README.md", | ||
"LICENSE", | ||
"upload.js", | ||
"upload.js.map", | ||
"upload.mjs", | ||
"upload.mjs.map", | ||
"upload.d.ts" | ||
], | ||
"keywords": [ | ||
"component", | ||
"components", | ||
"design", | ||
"library", | ||
"react-component", | ||
"react", | ||
"system", | ||
"ui", | ||
"woly", | ||
"upload" | ||
], | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"react": "^16.11.0", | ||
"styled-components": "^5.0.1", | ||
"woly": "^0.7.0" | ||
}, | ||
"scripts": {}, | ||
"author": { | ||
"name": "Sergey Sova", | ||
"email": "mail@sergeysova.com", | ||
"url": "https://sova.dev" | ||
}, | ||
"engines": { | ||
"node": ">=8.0.0" | ||
}, | ||
"sideEffects": false, | ||
"contributors": [], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/woly-ui/woly", | ||
"directory": "packages/upload" | ||
}, | ||
"homepage": "https://github.com/woly-ui/woly", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/woly-ui/woly/issues", | ||
"email": "woly@sergeysova.com" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { UploadArea } from './upload-area'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.