@toptal/picasso-switch 1.0.10-alpha-fx-4618-migrate-section-52ccd6635.8 → 1.0.10-alpha-feature-tailwind-w20-306424bef.5
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 +6 -6
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@toptal/picasso-switch",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "1.0.10-alpha- 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "1.0.10-alpha-feature-tailwind-w20-306424bef.5+306424bef",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "Toptal UI components library - Switch",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "publishConfig": {
         
     | 
| 
       6 
6 
     | 
    
         
             
                "access": "public"
         
     | 
| 
         @@ -23,8 +23,8 @@ 
     | 
|
| 
       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-form": "3.0.2-alpha- 
     | 
| 
       27 
     | 
    
         
            -
                "@toptal/picasso-shared": "15.0.1-alpha- 
     | 
| 
      
 26 
     | 
    
         
            +
                "@toptal/picasso-form": "3.0.2-alpha-feature-tailwind-w20-306424bef.5+306424bef",
         
     | 
| 
      
 27 
     | 
    
         
            +
                "@toptal/picasso-shared": "15.0.1-alpha-feature-tailwind-w20-306424bef.5+306424bef",
         
     | 
| 
       28 
28 
     | 
    
         
             
                "classnames": "^2.5.1"
         
     | 
| 
       29 
29 
     | 
    
         
             
              },
         
     | 
| 
       30 
30 
     | 
    
         
             
              "sideEffects": [
         
     | 
| 
         @@ -40,13 +40,13 @@ 
     | 
|
| 
       40 
40 
     | 
    
         
             
                ".": "./dist-package/src/index.js"
         
     | 
| 
       41 
41 
     | 
    
         
             
              },
         
     | 
| 
       42 
42 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       43 
     | 
    
         
            -
                "@toptal/picasso-provider": "4.2.2-alpha- 
     | 
| 
       44 
     | 
    
         
            -
                "@toptal/picasso-test-utils": "1.1.2-alpha- 
     | 
| 
      
 43 
     | 
    
         
            +
                "@toptal/picasso-provider": "4.2.2-alpha-feature-tailwind-w20-306424bef.13+306424bef",
         
     | 
| 
      
 44 
     | 
    
         
            +
                "@toptal/picasso-test-utils": "1.1.2-alpha-feature-tailwind-w20-306424bef.5+306424bef"
         
     | 
| 
       45 
45 
     | 
    
         
             
              },
         
     | 
| 
       46 
46 
     | 
    
         
             
              "files": [
         
     | 
| 
       47 
47 
     | 
    
         
             
                "dist-package/**",
         
     | 
| 
       48 
48 
     | 
    
         
             
                "!dist-package/tsconfig.tsbuildinfo",
         
     | 
| 
       49 
49 
     | 
    
         
             
                "src"
         
     | 
| 
       50 
50 
     | 
    
         
             
              ],
         
     | 
| 
       51 
     | 
    
         
            -
              "gitHead": " 
     | 
| 
      
 51 
     | 
    
         
            +
              "gitHead": "306424befcfc3c51118b0b12e40cc26a67550dd5"
         
     | 
| 
       52 
52 
     | 
    
         
             
            }
         
     |