image-dropzone 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ <svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1 1L21.5 21.5M1 21.5L21.5 1" stroke="#E2E2E2" stroke-width="1.5" stroke-linecap="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.3125 9.5C12.0664 9.5 11.875 9.71875 11.875 9.9375V13C11.875 13.4922 11.4648 13.875 11 13.875H2.25C1.75781 13.875 1.375 13.4922 1.375 13V4.25C1.375 3.78516 1.75781 3.375 2.25 3.375H5.3125C5.53125 3.375 5.75 3.18359 5.75 2.9375C5.75 2.71875 5.53125 2.5 5.3125 2.5H2.22266C1.26562 2.5 0.5 3.29297 0.5 4.25V13C0.5 13.9844 1.26562 14.75 2.22266 14.75H10.9453C11.9023 14.75 12.668 13.9844 12.668 13L12.75 9.9375C12.75 9.71875 12.5312 9.5 12.3125 9.5ZM14.0898 1.92578L13.3242 1.16016C13.0781 0.886719 12.75 0.75 12.3945 0.75C12.0664 0.75 11.7383 0.886719 11.4648 1.16016L4.92969 7.69531C4.68359 7.94141 4.51953 8.24219 4.4375 8.59766L4 10.8672C3.94531 11.0859 4.10938 11.2773 4.30078 11.2773C4.32812 11.2773 4.35547 11.25 4.38281 11.25L6.65234 10.8125C7.00781 10.7305 7.30859 10.5664 7.55469 10.3203L14.0898 3.78516C14.6094 3.26562 14.6094 2.41797 14.0898 1.92578ZM6.92578 9.69141C6.81641 9.80078 6.65234 9.88281 6.48828 9.91016L5.01172 10.2109L5.3125 8.76172C5.33984 8.59766 5.42188 8.43359 5.55859 8.32422L10.4258 3.42969L11.8203 4.82422L6.92578 9.69141ZM13.4883 3.15625L12.4219 4.22266L11.0273 2.82812L12.0938 1.76172C12.2031 1.65234 12.3398 1.65234 12.3945 1.65234C12.4766 1.65234 12.6133 1.65234 12.7227 1.76172L13.4883 2.52734C13.5977 2.63672 13.625 2.77344 13.625 2.85547C13.625 2.91016 13.5977 3.04688 13.4883 3.15625Z" fill="#898693"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="19" viewBox="0 0 16 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.9062 3.0625H12.2695L11.0742 1.09375C10.7578 0.566406 10.2305 0.25 9.63281 0.25H6.08203C5.48438 0.25 4.95703 0.566406 4.64062 1.09375L3.44531 3.0625H0.808594C0.351562 3.0625 0 3.44922 0 3.90625C0 4.32812 0.351562 4.75 0.808594 4.75H1.125L1.86328 16.668C1.89844 17.582 2.63672 18.25 3.55078 18.25H12.1641C13.0781 18.25 13.8164 17.582 13.8516 16.668L14.625 4.75H14.9062C15.3633 4.75 15.75 4.39844 15.75 3.90625C15.75 3.44922 15.3633 3.0625 14.9062 3.0625ZM6.08203 1.9375H9.63281L10.3008 3.0625H5.41406L6.08203 1.9375ZM12.1641 16.5625H3.55078L2.8125 4.75H12.9023L12.1641 16.5625Z" fill="#EB5757"/>
3
+ </svg>
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "image-dropzone",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
7
7
  "types": "./dist/esm/index.d.ts",
8
8
  "scripts": {
9
9
  "build": "yarn build:esm && yarn build:cjs && gulp copy",
10
- "build:esm": "tsc",
10
+ "build:esm": "tsc ",
11
11
  "build:cjs": "tsc --module commonjs --outDir dist/cjs",
12
12
  "lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
13
13
  "prettier": "prettier --write \"{src,example/src}/**/*.{js,ts,jsx,tsx}\"",
File without changes