@toptal/picasso-dropzone 2.0.2 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso-dropzone",
3
- "version": "2.0.2",
3
+ "version": "3.0.0",
4
4
  "description": "Toptal UI components library - Dropzone",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -22,11 +22,11 @@
22
22
  },
23
23
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
24
24
  "dependencies": {
25
- "@toptal/picasso-container": "1.0.3",
26
- "@toptal/picasso-file-input": "1.0.26",
27
- "@toptal/picasso-form": "3.0.7",
25
+ "@toptal/picasso-container": "2.0.0",
26
+ "@toptal/picasso-file-input": "2.0.0",
27
+ "@toptal/picasso-form": "4.0.0",
28
28
  "@toptal/picasso-icons": "1.5.0",
29
- "@toptal/picasso-typography": "2.0.2",
29
+ "@toptal/picasso-typography": "3.0.0",
30
30
  "@toptal/picasso-utils": "1.0.3",
31
31
  "classnames": "^2.5.1",
32
32
  "react-dropzone": "^14.2.3"
@@ -37,6 +37,7 @@
37
37
  ],
38
38
  "peerDependencies": {
39
39
  "@material-ui/core": "4.12.4",
40
+ "@toptal/picasso-tailwind": ">=2.7",
40
41
  "react": ">=16.12.0 < 19.0.0"
41
42
  },
42
43
  "exports": {
@@ -9,7 +9,7 @@ exports[`Dropzone renders 1`] = `
9
9
  class=""
10
10
  >
11
11
  <div
12
- class="PicassoContainer-centerAlignItems PicassoContainer-flex PicassoContainer-column Dropzone-root"
12
+ class="items-center flex flex-col Dropzone-root"
13
13
  role="presentation"
14
14
  tabindex="0"
15
15
  >