@toptal/picasso-rich-text-editor 14.0.0 → 14.0.1
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 +12 -13
    
        package/package.json
    CHANGED
    
    | @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            {
         | 
| 2 2 | 
             
              "name": "@toptal/picasso-rich-text-editor",
         | 
| 3 | 
            -
              "version": "14.0. | 
| 3 | 
            +
              "version": "14.0.1",
         | 
| 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",
         | 
| @@ -42,19 +42,19 @@ | |
| 42 42 | 
             
                "@lexical/html": "0.11.2",
         | 
| 43 43 | 
             
                "@lexical/react": "0.11.2",
         | 
| 44 44 | 
             
                "@toptal/picasso-container": "2.0.0",
         | 
| 45 | 
            -
                "@toptal/picasso-button": "3.0. | 
| 46 | 
            -
                "@toptal/picasso-icons": "1. | 
| 47 | 
            -
                "@toptal/picasso-file-input": "2.0. | 
| 45 | 
            +
                "@toptal/picasso-button": "3.0.1",
         | 
| 46 | 
            +
                "@toptal/picasso-icons": "1.6.0",
         | 
| 47 | 
            +
                "@toptal/picasso-file-input": "2.0.1",
         | 
| 48 48 | 
             
                "@toptal/picasso-image": "1.0.3",
         | 
| 49 | 
            -
                "@toptal/picasso-outlined-input": "2.0. | 
| 50 | 
            -
                "@toptal/picasso-list": "3.0. | 
| 49 | 
            +
                "@toptal/picasso-outlined-input": "2.0.1",
         | 
| 50 | 
            +
                "@toptal/picasso-list": "3.0.1",
         | 
| 51 51 | 
             
                "@toptal/picasso-link": "2.0.0",
         | 
| 52 | 
            -
                "@toptal/picasso-select": "2.0. | 
| 53 | 
            -
                "@toptal/picasso-input-adornment": "2.0. | 
| 52 | 
            +
                "@toptal/picasso-select": "2.0.1",
         | 
| 53 | 
            +
                "@toptal/picasso-input-adornment": "2.0.1",
         | 
| 54 54 | 
             
                "@toptal/picasso-typography": "3.0.0",
         | 
| 55 | 
            -
                "@toptal/picasso-modal": "3.0. | 
| 56 | 
            -
                "@toptal/picasso-form": "4.0. | 
| 57 | 
            -
                "@toptal/picasso-input": "3.0. | 
| 55 | 
            +
                "@toptal/picasso-modal": "3.0.1",
         | 
| 56 | 
            +
                "@toptal/picasso-form": "4.0.1",
         | 
| 57 | 
            +
                "@toptal/picasso-input": "3.0.1",
         | 
| 58 58 | 
             
                "@toptal/picasso-utils": "1.0.3",
         | 
| 59 59 | 
             
                "classnames": "^2.5.1",
         | 
| 60 60 | 
             
                "emoji-mart": "^5.5.2",
         | 
| @@ -70,8 +70,7 @@ | |
| 70 70 | 
             
                "@testing-library/react-hooks": "^8.0.1",
         | 
| 71 71 | 
             
                "@toptal/picasso-test-utils": "1.1.1",
         | 
| 72 72 | 
             
                "@toptal/picasso-tailwind-merge": "1.2.0",
         | 
| 73 | 
            -
                "@types/classnames": "^2.3.1" | 
| 74 | 
            -
                "storybook-readme": "^5.0.9"
         | 
| 73 | 
            +
                "@types/classnames": "^2.3.1"
         | 
| 75 74 | 
             
              },
         | 
| 76 75 | 
             
              "sideEffects": false,
         | 
| 77 76 | 
             
              "exports": {
         |