@toptal/picasso-quote 1.0.3-alpha-fx-4586-popover-a870f6384.20 → 1.0.3-alpha-fx-4589-migrate-typography-f9c39d4d2.41
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-quote",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "1.0.3-alpha-fx- 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "1.0.3-alpha-fx-4589-migrate-typography-f9c39d4d2.41+f9c39d4d2",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "Toptal UI components library - Quote",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "publishConfig": {
         
     | 
| 
       6 
6 
     | 
    
         
             
                "access": "public"
         
     | 
| 
         @@ -22,8 +22,8 @@ 
     | 
|
| 
       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-alpha-fx- 
     | 
| 
       26 
     | 
    
         
            -
                "@toptal/picasso-typography": "1.0.3-alpha-fx- 
     | 
| 
      
 25 
     | 
    
         
            +
                "@toptal/picasso-container": "1.0.3-alpha-fx-4589-migrate-typography-f9c39d4d2.41+f9c39d4d2",
         
     | 
| 
      
 26 
     | 
    
         
            +
                "@toptal/picasso-typography": "1.0.3-alpha-fx-4589-migrate-typography-f9c39d4d2.41+f9c39d4d2"
         
     | 
| 
       27 
27 
     | 
    
         
             
              },
         
     | 
| 
       28 
28 
     | 
    
         
             
              "sideEffects": [
         
     | 
| 
       29 
29 
     | 
    
         
             
                "**/styles.ts",
         
     | 
| 
         @@ -37,12 +37,12 @@ 
     | 
|
| 
       37 
37 
     | 
    
         
             
                ".": "./dist-package/src/index.js"
         
     | 
| 
       38 
38 
     | 
    
         
             
              },
         
     | 
| 
       39 
39 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       40 
     | 
    
         
            -
                "@toptal/picasso-test-utils": "1.1.1-alpha-fx- 
     | 
| 
      
 40 
     | 
    
         
            +
                "@toptal/picasso-test-utils": "1.1.1-alpha-fx-4589-migrate-typography-f9c39d4d2.33+f9c39d4d2"
         
     | 
| 
       41 
41 
     | 
    
         
             
              },
         
     | 
| 
       42 
42 
     | 
    
         
             
              "files": [
         
     | 
| 
       43 
43 
     | 
    
         
             
                "dist-package/**",
         
     | 
| 
       44 
44 
     | 
    
         
             
                "!dist-package/tsconfig.tsbuildinfo",
         
     | 
| 
       45 
45 
     | 
    
         
             
                "src"
         
     | 
| 
       46 
46 
     | 
    
         
             
              ],
         
     | 
| 
       47 
     | 
    
         
            -
              "gitHead": " 
     | 
| 
      
 47 
     | 
    
         
            +
              "gitHead": "f9c39d4d2dfa4a70ba0b6bc623357c814897ca67"
         
     | 
| 
       48 
48 
     | 
    
         
             
            }
         
     |