image-dropzone 1.0.9 → 1.0.10

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![npm-typescript]
6
6
  [![License][github-license]][github-license-url]
7
7
 
8
- It is simple React counter.
8
+ It is simple Image drag and drop.
9
9
 
10
10
  ## Installation:
11
11
 
@@ -1,6 +1,6 @@
1
1
  .drop-zone {
2
2
  height: 200px;
3
- color: var(--drop-zone-clr);
3
+ color: #b59aff;
4
4
  background-image: linear-gradient(to right, #b59aff 50%, transparent 50%),
5
5
  linear-gradient(to right, #b59aff 50%, transparent 50%),
6
6
  linear-gradient(to bottom, #b59aff 50%, transparent 50%),
@@ -8,7 +8,7 @@
8
8
  background-position: left top, left bottom, left top, right top;
9
9
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
10
10
  background-size: 17px 1px, 17px 1px, 1px 17px, 1px 17px;
11
- border-radius: var(--rounded-4);
11
+ border-radius: 4px;
12
12
  padding: 16px;
13
13
  }
14
14
 
@@ -1,6 +1,6 @@
1
1
  .drop-zone {
2
2
  height: 200px;
3
- color: var(--drop-zone-clr);
3
+ color: #b59aff;
4
4
  background-image: linear-gradient(to right, #b59aff 50%, transparent 50%),
5
5
  linear-gradient(to right, #b59aff 50%, transparent 50%),
6
6
  linear-gradient(to bottom, #b59aff 50%, transparent 50%),
@@ -8,7 +8,7 @@
8
8
  background-position: left top, left bottom, left top, right top;
9
9
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
10
10
  background-size: 17px 1px, 17px 1px, 1px 17px, 1px 17px;
11
- border-radius: var(--rounded-4);
11
+ border-radius: 4px;
12
12
  padding: 16px;
13
13
  }
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "image-dropzone",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",