@toptal/picasso-rich-text-editor 14.0.15 → 15.0.0
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 +16 -16
    
        package/package.json
    CHANGED
    
    | @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            {
         | 
| 2 2 | 
             
              "name": "@toptal/picasso-rich-text-editor",
         | 
| 3 | 
            -
              "version": " | 
| 3 | 
            +
              "version": "15.0.0",
         | 
| 4 4 | 
             
              "description": "Picasso rich text editor",
         | 
| 5 5 | 
             
              "author": "Toptal",
         | 
| 6 6 | 
             
              "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-rich-text-editor#readme",
         | 
| @@ -33,7 +33,7 @@ | |
| 33 33 | 
             
                "react": ">=16.12.0 < 19.0.0",
         | 
| 34 34 | 
             
                "react-dom": ">=16.12.0 < 19.0.0",
         | 
| 35 35 | 
             
                "typescript": "~4.7.0",
         | 
| 36 | 
            -
                "@toptal/picasso-tailwind-merge": "^ | 
| 36 | 
            +
                "@toptal/picasso-tailwind-merge": "^2.0.0",
         | 
| 37 37 | 
             
                "@toptal/picasso-tailwind": ">=2.7"
         | 
| 38 38 | 
             
              },
         | 
| 39 39 | 
             
              "dependencies": {
         | 
| @@ -41,20 +41,20 @@ | |
| 41 41 | 
             
                "@emoji-mart/react": "^1.1.1",
         | 
| 42 42 | 
             
                "@lexical/html": "0.11.2",
         | 
| 43 43 | 
             
                "@lexical/react": "0.11.2",
         | 
| 44 | 
            -
                "@toptal/picasso-container": " | 
| 45 | 
            -
                "@toptal/picasso-button": " | 
| 44 | 
            +
                "@toptal/picasso-container": "3.0.0",
         | 
| 45 | 
            +
                "@toptal/picasso-button": "4.0.0",
         | 
| 46 46 | 
             
                "@toptal/picasso-icons": "1.6.0",
         | 
| 47 | 
            -
                "@toptal/picasso-file-input": "2.0. | 
| 48 | 
            -
                "@toptal/picasso-image": " | 
| 49 | 
            -
                "@toptal/picasso-outlined-input": " | 
| 50 | 
            -
                "@toptal/picasso-list": "3.0. | 
| 51 | 
            -
                "@toptal/picasso-link": " | 
| 52 | 
            -
                "@toptal/picasso-select": " | 
| 53 | 
            -
                "@toptal/picasso-input-adornment": " | 
| 54 | 
            -
                "@toptal/picasso-typography": " | 
| 55 | 
            -
                "@toptal/picasso-modal": "3.0. | 
| 56 | 
            -
                "@toptal/picasso-form": " | 
| 57 | 
            -
                "@toptal/picasso-input": "3.0. | 
| 47 | 
            +
                "@toptal/picasso-file-input": "2.0.12",
         | 
| 48 | 
            +
                "@toptal/picasso-image": "3.0.0",
         | 
| 49 | 
            +
                "@toptal/picasso-outlined-input": "3.0.0",
         | 
| 50 | 
            +
                "@toptal/picasso-list": "3.0.2",
         | 
| 51 | 
            +
                "@toptal/picasso-link": "3.0.0",
         | 
| 52 | 
            +
                "@toptal/picasso-select": "3.0.0",
         | 
| 53 | 
            +
                "@toptal/picasso-input-adornment": "3.0.0",
         | 
| 54 | 
            +
                "@toptal/picasso-typography": "4.0.0",
         | 
| 55 | 
            +
                "@toptal/picasso-modal": "3.0.11",
         | 
| 56 | 
            +
                "@toptal/picasso-form": "5.0.0",
         | 
| 57 | 
            +
                "@toptal/picasso-input": "3.0.13",
         | 
| 58 58 | 
             
                "@toptal/picasso-utils": "1.0.3",
         | 
| 59 59 | 
             
                "classnames": "^2.5.1",
         | 
| 60 60 | 
             
                "emoji-mart": "^5.5.2",
         | 
| @@ -69,7 +69,7 @@ | |
| 69 69 | 
             
                "@material-ui/core": "4.12.4",
         | 
| 70 70 | 
             
                "@testing-library/react-hooks": "^8.0.1",
         | 
| 71 71 | 
             
                "@toptal/picasso-test-utils": "1.1.1",
         | 
| 72 | 
            -
                "@toptal/picasso-tailwind-merge": " | 
| 72 | 
            +
                "@toptal/picasso-tailwind-merge": "2.0.0",
         | 
| 73 73 | 
             
                "@types/classnames": "^2.3.1"
         | 
| 74 74 | 
             
              },
         | 
| 75 75 | 
             
              "sideEffects": false,
         |