mirror of
https://github.com/suitenumerique/docs.git
synced 2026-04-25 17:15:01 +02:00
Changed - 💫(frontend) fix the help button to the bottom in tree #2073 - ♿️(frontend) improve version history list accessibility #2033 - ♿️(frontend) fix more options menu feedback for screen readers #2071 - ♿(frontend) focus skip link on headings and skip grid dropzone #1983 - ♿️(frontend) fix search modal accessibility issues #2054 - ♿️(frontend) add sr-only format to export download button #2088 - ♿️(frontend) announce formatting shortcuts for screen readers #2070 - ✨(frontend) add markdown copy icon for Copy as Markdown option #2096 - ♻️(backend) skip saving in database a document when payload is empty #2062 Fixed - ♿️(frontend) fix aria-labels for table of contents #2065 - 🐛(backend) allow using search endpoint without refresh token enabled #2097
24 lines
640 B
JSON
24 lines
640 B
JSON
{
|
|
"name": "mail_mjml",
|
|
"version": "4.8.3",
|
|
"description": "An util to generate html and text django's templates from mjml templates",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@html-to/text-cli": "0.5.4",
|
|
"mjml": "4.18.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"build-mjml-to-html": "bash ./bin/mjml-to-html",
|
|
"build-html-to-plain-text": "bash ./bin/html-to-plain-text",
|
|
"build": "yarn build-mjml-to-html && yarn build-html-to-plain-text"
|
|
},
|
|
"volta": {
|
|
"node": "22"
|
|
},
|
|
"packageManager": "yarn@1.22.22",
|
|
"repository": "https://github.com/suitenumerique/docs",
|
|
"author": "DINUM",
|
|
"license": "MIT"
|
|
}
|