@toptal/picasso-button 2.0.2-alpha-fx-4618-migrate-section-52ccd6635.6 → 2.0.2-alpha-feature-tailwind-w20-306424bef.3

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.
Files changed (1) hide show
  1. package/package.json +15 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso-button",
3
- "version": "2.0.2-alpha-fx-4618-migrate-section-52ccd6635.6+52ccd6635",
3
+ "version": "2.0.2-alpha-feature-tailwind-w20-306424bef.3+306424bef",
4
4
  "description": "Toptal UI components library - Button",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,15 +23,15 @@
23
23
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
24
24
  "dependencies": {
25
25
  "@mui/base": "5.0.0-beta.40",
26
- "@toptal/picasso-checkbox": "2.0.2-alpha-fx-4618-migrate-section-52ccd6635.8+52ccd6635",
27
- "@toptal/picasso-container": "1.0.4-alpha-fx-4618-migrate-section-52ccd6635.8+52ccd6635",
28
- "@toptal/picasso-dropdown": "2.0.4-alpha-fx-4618-migrate-section-52ccd6635.6+52ccd6635",
29
- "@toptal/picasso-icons": "1.1.2-alpha-fx-4618-migrate-section-52ccd6635.8+52ccd6635",
30
- "@toptal/picasso-link": "1.0.4-alpha-fx-4618-migrate-section-52ccd6635.8+52ccd6635",
31
- "@toptal/picasso-loader": "1.0.4-alpha-fx-4618-migrate-section-52ccd6635.8+52ccd6635",
32
- "@toptal/picasso-radio": "2.0.2-alpha-fx-4618-migrate-section-52ccd6635.8+52ccd6635",
33
- "@toptal/picasso-shared": "15.0.1-alpha-fx-4618-migrate-section-52ccd6635.8+52ccd6635",
34
- "@toptal/picasso-utils": "1.0.4-alpha-fx-4618-migrate-section-52ccd6635.8+52ccd6635",
26
+ "@toptal/picasso-checkbox": "2.0.2-alpha-feature-tailwind-w20-306424bef.5+306424bef",
27
+ "@toptal/picasso-container": "1.0.4-alpha-feature-tailwind-w20-306424bef.5+306424bef",
28
+ "@toptal/picasso-dropdown": "2.0.4-alpha-feature-tailwind-w20-306424bef.3+306424bef",
29
+ "@toptal/picasso-icons": "1.1.2-alpha-feature-tailwind-w20-306424bef.5+306424bef",
30
+ "@toptal/picasso-link": "1.0.4-alpha-feature-tailwind-w20-306424bef.5+306424bef",
31
+ "@toptal/picasso-loader": "1.0.4-alpha-feature-tailwind-w20-306424bef.5+306424bef",
32
+ "@toptal/picasso-radio": "2.0.2-alpha-feature-tailwind-w20-306424bef.5+306424bef",
33
+ "@toptal/picasso-shared": "15.0.1-alpha-feature-tailwind-w20-306424bef.5+306424bef",
34
+ "@toptal/picasso-utils": "1.0.4-alpha-feature-tailwind-w20-306424bef.5+306424bef",
35
35
  "ap-style-title-case": "^1.1.2",
36
36
  "classnames": "^2.5.1",
37
37
  "tailwind-merge": "^2.2.2"
@@ -41,23 +41,21 @@
41
41
  "**/styles.js"
42
42
  ],
43
43
  "peerDependencies": {
44
- "@material-ui/core": "4.12.4",
45
44
  "@toptal/picasso-provider": "*",
46
- "@toptal/picasso-tailwind": "^2.5.0",
47
- "react": ">=16.12.0 < 19.0.0",
48
- "tailwindcss": ">=3"
45
+ "@toptal/picasso-tailwind": ">=2.5.0",
46
+ "react": ">=16.12.0 < 19.0.0"
49
47
  },
50
48
  "exports": {
51
49
  ".": "./dist-package/src/index.js"
52
50
  },
53
51
  "devDependencies": {
54
- "@toptal/picasso-provider": "4.2.2-alpha-fx-4618-migrate-section-52ccd6635.16+52ccd6635",
55
- "@toptal/picasso-test-utils": "1.1.2-alpha-fx-4618-migrate-section-52ccd6635.8+52ccd6635"
52
+ "@toptal/picasso-provider": "4.2.2-alpha-feature-tailwind-w20-306424bef.13+306424bef",
53
+ "@toptal/picasso-test-utils": "1.1.2-alpha-feature-tailwind-w20-306424bef.5+306424bef"
56
54
  },
57
55
  "files": [
58
56
  "dist-package/**",
59
57
  "!dist-package/tsconfig.tsbuildinfo",
60
58
  "src"
61
59
  ],
62
- "gitHead": "52ccd663581f658d6fe6089a8a0d4c0a1311d996"
60
+ "gitHead": "306424befcfc3c51118b0b12e40cc26a67550dd5"
63
61
  }