@toptal/picasso-grid 3.0.6-alpha-fix-picasso-tailwind-dep-on-merge-c2b204d90.8 → 3.0.6-alpha-fx-5525-container-968fa808d.42
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 +7 -7
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@toptal/picasso-grid",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "3.0.6-alpha- 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "3.0.6-alpha-fx-5525-container-968fa808d.42+968fa808d",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "Toptal UI components library - Grid",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "publishConfig": {
         
     | 
| 
       6 
6 
     | 
    
         
             
                "access": "public"
         
     | 
| 
         @@ -22,9 +22,9 @@ 
     | 
|
| 
       22 
22 
     | 
    
         
             
              },
         
     | 
| 
       23 
23 
     | 
    
         
             
              "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
         
     | 
| 
       24 
24 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       25 
     | 
    
         
            -
                "@toptal/picasso-icons": "1.4.1-alpha- 
     | 
| 
       26 
     | 
    
         
            -
                "@toptal/picasso-typography": "2.0.3-alpha- 
     | 
| 
       27 
     | 
    
         
            -
                "@toptal/picasso-utils": "1.0.4-alpha- 
     | 
| 
      
 25 
     | 
    
         
            +
                "@toptal/picasso-icons": "1.4.1-alpha-fx-5525-container-968fa808d.42+968fa808d",
         
     | 
| 
      
 26 
     | 
    
         
            +
                "@toptal/picasso-typography": "2.0.3-alpha-fx-5525-container-968fa808d.58+968fa808d",
         
     | 
| 
      
 27 
     | 
    
         
            +
                "@toptal/picasso-utils": "1.0.4-alpha-fx-5525-container-968fa808d.76+968fa808d",
         
     | 
| 
       28 
28 
     | 
    
         
             
                "tailwind-merge": "^2.2.2"
         
     | 
| 
       29 
29 
     | 
    
         
             
              },
         
     | 
| 
       30 
30 
     | 
    
         
             
              "sideEffects": [
         
     | 
| 
         @@ -42,13 +42,13 @@ 
     | 
|
| 
       42 
42 
     | 
    
         
             
                ".": "./dist-package/src/index.js"
         
     | 
| 
       43 
43 
     | 
    
         
             
              },
         
     | 
| 
       44 
44 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       45 
     | 
    
         
            -
                "@toptal/picasso-provider": "4.2.2-alpha- 
     | 
| 
       46 
     | 
    
         
            -
                "@toptal/picasso-test-utils": "1.1.2-alpha- 
     | 
| 
      
 45 
     | 
    
         
            +
                "@toptal/picasso-provider": "4.2.2-alpha-fx-5525-container-968fa808d.84+968fa808d",
         
     | 
| 
      
 46 
     | 
    
         
            +
                "@toptal/picasso-test-utils": "1.1.2-alpha-fx-5525-container-968fa808d.76+968fa808d"
         
     | 
| 
       47 
47 
     | 
    
         
             
              },
         
     | 
| 
       48 
48 
     | 
    
         
             
              "files": [
         
     | 
| 
       49 
49 
     | 
    
         
             
                "dist-package/**",
         
     | 
| 
       50 
50 
     | 
    
         
             
                "!dist-package/tsconfig.tsbuildinfo",
         
     | 
| 
       51 
51 
     | 
    
         
             
                "src"
         
     | 
| 
       52 
52 
     | 
    
         
             
              ],
         
     | 
| 
       53 
     | 
    
         
            -
              "gitHead": " 
     | 
| 
      
 53 
     | 
    
         
            +
              "gitHead": "968fa808df499448786949e11d58be225c4795ce"
         
     | 
| 
       54 
54 
     | 
    
         
             
            }
         
     |