AAE-25569 Add text alignment options to the rich text editor (#10208)

This commit is contained in:
Pablo Martinez
2024-09-16 11:58:27 +02:00
committed by GitHub
parent 6cb3b589f8
commit 02587ecbb6
6 changed files with 81 additions and 4 deletions
+20
View File
@@ -22,6 +22,7 @@
"@angular/router": "15.2.10",
"@apollo/client": "^3.10.2",
"@cspell/eslint-plugin": "^7.3.6",
"@editorjs/paragraph": "^2.11.6",
"@mat-datetimepicker/core": "11.0.3",
"@ngx-translate/core": "^14.0.0",
"@storybook/core-server": "8.2.6",
@@ -34,6 +35,7 @@
"cropperjs": "1.6.2",
"date-fns": "^2.30.0",
"dotenv-expand": "^5.1.0",
"editorjs-text-alignment-blocktune": "^1.0.3",
"event-emitter": "^0.3.5",
"material-icons": "^1.13.12",
"minimatch-browser": "1.0.0",
@@ -4610,6 +4612,19 @@
"@codexteam/icons": "^0.0.5"
}
},
"node_modules/@editorjs/paragraph": {
"version": "2.11.6",
"resolved": "https://registry.npmjs.org/@editorjs/paragraph/-/paragraph-2.11.6.tgz",
"integrity": "sha512-i9B50Ylvh+0ZzUGWIba09PfUXsA00Y//zFZMwqsyaXXKxMluSIJ6ADFJbbK0zaV9Ijx49Xocrlg+CEPRqATk9w==",
"dependencies": {
"@codexteam/icons": "^0.0.4"
}
},
"node_modules/@editorjs/paragraph/node_modules/@codexteam/icons": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@codexteam/icons/-/icons-0.0.4.tgz",
"integrity": "sha512-V8N/TY2TGyas4wLrPIFq7bcow68b3gu8DfDt1+rrHPtXxcexadKauRJL6eQgfG7Z0LCrN4boLRawR4S9gjIh/Q=="
},
"node_modules/@editorjs/underline": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@editorjs/underline/-/underline-1.1.0.tgz",
@@ -17608,6 +17623,11 @@
"integrity": "sha512-vSjjB/KUECEBxYqbj9yn1L799L14n0uoKrvk5qfaAokIHB8mYg5hZ8mOTtoS2cJu+xE3QZ/jmHY/Fh0EJeM8ZQ==",
"dev": true
},
"node_modules/editorjs-text-alignment-blocktune": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/editorjs-text-alignment-blocktune/-/editorjs-text-alignment-blocktune-1.0.3.tgz",
"integrity": "sha512-DAJ2LJP+WjETvU4lVOJCqZ1kZkKHp0GkujkqZgza9DRv7bO46m1M/s2d5Ba5hPFdmqk1vA/ci++MQXgWD7mWYw=="
},
"node_modules/editorjs-text-color-plugin": {
"version": "1.13.1",
"resolved": "https://registry.npmjs.org/editorjs-text-color-plugin/-/editorjs-text-color-plugin-1.13.1.tgz",