@toptal/picasso-grid 5.0.8-alpha-er-45674-pagination-without-totals-25a971206.22 → 5.0.8-alpha-bill-fix-table-paddings-4fea71009.26
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 +8 -8
    
        package/package.json
    CHANGED
    
    | @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            {
         | 
| 2 2 | 
             
              "name": "@toptal/picasso-grid",
         | 
| 3 | 
            -
              "version": "5.0.8-alpha- | 
| 3 | 
            +
              "version": "5.0.8-alpha-bill-fix-table-paddings-4fea71009.26+4fea71009",
         | 
| 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.11.1-alpha- | 
| 26 | 
            -
                "@toptal/picasso-typography": "4.0.3-alpha- | 
| 27 | 
            -
                "@toptal/picasso-utils": "3.0.1-alpha- | 
| 25 | 
            +
                "@toptal/picasso-icons": "1.11.1-alpha-bill-fix-table-paddings-4fea71009.26+4fea71009",
         | 
| 26 | 
            +
                "@toptal/picasso-typography": "4.0.3-alpha-bill-fix-table-paddings-4fea71009.50+4fea71009",
         | 
| 27 | 
            +
                "@toptal/picasso-utils": "3.0.1-alpha-bill-fix-table-paddings-4fea71009.50+4fea71009"
         | 
| 28 28 | 
             
              },
         | 
| 29 29 | 
             
              "sideEffects": [
         | 
| 30 30 | 
             
                "**/styles.ts",
         | 
| @@ -42,14 +42,14 @@ | |
| 42 42 | 
             
                ".": "./dist-package/src/index.js"
         | 
| 43 43 | 
             
              },
         | 
| 44 44 | 
             
              "devDependencies": {
         | 
| 45 | 
            -
                "@toptal/picasso-provider": "5.0.1-alpha- | 
| 46 | 
            -
                "@toptal/picasso-tailwind-merge": "2.0.3-alpha- | 
| 47 | 
            -
                "@toptal/picasso-test-utils": "1.1.2-alpha- | 
| 45 | 
            +
                "@toptal/picasso-provider": "5.0.1-alpha-bill-fix-table-paddings-4fea71009.224+4fea71009",
         | 
| 46 | 
            +
                "@toptal/picasso-tailwind-merge": "2.0.3-alpha-bill-fix-table-paddings-4fea71009.50+4fea71009",
         | 
| 47 | 
            +
                "@toptal/picasso-test-utils": "1.1.2-alpha-bill-fix-table-paddings-4fea71009.303+4fea71009"
         | 
| 48 48 | 
             
              },
         | 
| 49 49 | 
             
              "files": [
         | 
| 50 50 | 
             
                "dist-package/**",
         | 
| 51 51 | 
             
                "!dist-package/tsconfig.tsbuildinfo",
         | 
| 52 52 | 
             
                "src"
         | 
| 53 53 | 
             
              ],
         | 
| 54 | 
            -
              "gitHead": " | 
| 54 | 
            +
              "gitHead": "4fea710094136ae54c98ff6958487eb989c5b163"
         | 
| 55 55 | 
             
            }
         |