From 6f5031e24bfa89202107f27b9810435bc4de0bd6 Mon Sep 17 00:00:00 2001 From: RafaelMTA13 Date: Wed, 22 Oct 2025 23:15:18 -0300 Subject: [PATCH] Inicio Crud usuario --- package-lock.json | 510 ++++++++++++++++++-- src/App.js | 4 +- src/components/TrocardePerfis.jsx | 16 +- src/components/botaoacessibilidade.css | 371 ++++++-------- src/components/botaoacessibilidade.jsx | 243 +++++++--- src/data/sidebar-items-usuario.json | 17 + src/pages/PatientCadastroManager.jsx | 10 +- src/perfis/perfil_usuario/PerfilUsuario.jsx | 42 ++ 8 files changed, 879 insertions(+), 334 deletions(-) create mode 100644 src/data/sidebar-items-usuario.json create mode 100644 src/perfis/perfil_usuario/PerfilUsuario.jsx diff --git a/package-lock.json b/package-lock.json index c933604..6d588f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -112,7 +112,6 @@ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.3.tgz", "integrity": "sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==", "license": "MIT", - "peer": true, "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.27.1", @@ -762,7 +761,6 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.27.1.tgz", "integrity": "sha512-p9OkPbZ5G7UT1MofwYFigGebnrzGJacoBSQM0/6bi/PUMVE+qlWDD/OalvQKbwgQzU6dl0xAv6r4X7Jme0RYxA==", "license": "MIT", - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1646,7 +1644,6 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.27.1.tgz", "integrity": "sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==", "license": "MIT", - "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-module-imports": "^7.27.1", @@ -2548,6 +2545,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.1.1.tgz", "integrity": "sha512-LD9XMo0lqZw8Nm4Rdsd3b19rjVNLInAUrlbuJpXxgHTOP3CcrE1+kklosow3KreUZkWSxui0tszp45jRmGL1qQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-icons": "46.1.1", @@ -2561,6 +2559,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -2574,6 +2573,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -2584,6 +2584,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -2602,6 +2603,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -2612,6 +2614,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -2624,6 +2627,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -2633,6 +2637,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -3054,6 +3059,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autosave/-/ckeditor5-autosave-46.1.1.tgz", "integrity": "sha512-VJ2U0P0ybuIF92fU1rSL9jkqOnywKek7ANR+B9Gc3vs3JdNEkN078pF5KS9xvnAkcrEt1KZBmqwghSDiiI91Wg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-utils": "46.1.1", @@ -3066,6 +3072,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -3079,6 +3086,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -3089,6 +3097,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -3107,6 +3116,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -3117,6 +3127,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -3129,6 +3140,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -3138,6 +3150,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -3971,6 +3984,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-bookmark/-/ckeditor5-bookmark-46.1.1.tgz", "integrity": "sha512-TiCO6F9uHiHOuGGfR+t7a5i93bJqPEoBpX67qQYV7EkhNIa7roa0PTkPXw6RFBGFv6LNgt0cNle/f7O94qhfcQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-icons": "46.1.1", @@ -3986,6 +4000,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -3999,6 +4014,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -4009,6 +4025,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.1.1.tgz", "integrity": "sha512-292BrygMMXAvrcCxXxRUHC7rfxYqG6Fjf+/QhPXybOb1MFIzGnCkBh7zckUH6oQ4GlQ8kE+mwIthgmc8xvVYGw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-clipboard": "46.1.1", "@ckeditor/ckeditor5-core": "46.1.1", @@ -4029,6 +4046,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.1.1.tgz", "integrity": "sha512-dXsLFdL9VvU8VB4EK4qZk7TVSHCOmaAPoxorGy053Wg29ngEhpMHYiYWZQcLZB5VZSNYlc/mW2Hdv1cr2VEwFQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-clipboard": "46.1.1", "@ckeditor/ckeditor5-core": "46.1.1", @@ -4048,6 +4066,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.1.1.tgz", "integrity": "sha512-+lhzvyHj8Ao/qPHCuufiiBO68pCuynumI8oxfE/UBp9oPO25sqyW4FBgKeGZN6MR+4WKAMjI7tRtNrYEm0FM5Q==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -4060,6 +4079,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -4078,6 +4098,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -4088,6 +4109,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -4100,6 +4122,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -4109,6 +4132,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -7130,6 +7154,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.1.1.tgz", "integrity": "sha512-YaFYBPdOIBqkYY1e7RYzZlicldmkM251WoWVAjbSwY7EWQY/tmLrnVmBZ31B/TqwvSBy6txQYBtuRZvozQ3F0w==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -7144,6 +7169,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -7157,6 +7183,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -7167,6 +7194,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -7185,6 +7213,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -7195,6 +7224,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -7207,6 +7237,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -7216,6 +7247,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -7637,6 +7669,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.1.1.tgz", "integrity": "sha512-YG1YOKHV/zHsSS/CcQJUx/Y8virChUG7JB7HbS3WgkFccvMEZLusx5GkeKXQHRZp0yUxbcAKO+woeVIwylrbCw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-clipboard": "46.1.1", "@ckeditor/ckeditor5-core": "46.1.1", @@ -7653,6 +7686,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -7666,6 +7700,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -7676,6 +7711,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -7694,6 +7730,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -7704,6 +7741,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -7716,6 +7754,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -7725,6 +7764,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -8157,6 +8197,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-balloon/-/ckeditor5-editor-balloon-46.1.1.tgz", "integrity": "sha512-RGqrEWy50j8TbQeE8dNg+EIuuX5lef2fciiUO7wNyKQO5HahQS5BVbVy8+Uo24p/VHishp2Dzf4tqX6ZtnzRdA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -8171,6 +8212,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -8184,6 +8226,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -8194,6 +8237,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -8212,6 +8256,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -8222,6 +8267,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -8234,6 +8280,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -8243,6 +8290,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -8665,6 +8713,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-decoupled/-/ckeditor5-editor-decoupled-46.1.1.tgz", "integrity": "sha512-ony/8uvWj7zFCPQ9GdsntT247WQShcNdNsG+M7bmaVNh8VjMyUMPY8vGL42eqR72I95vzhcnO19yqqqoa4bT/A==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -8679,6 +8728,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -8692,6 +8742,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -8702,6 +8753,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -8720,6 +8772,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -8730,6 +8783,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -8742,6 +8796,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -8751,6 +8806,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -8760,6 +8816,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-inline/-/ckeditor5-editor-inline-46.1.1.tgz", "integrity": "sha512-/paul3r1JgKp588tswE0yBfjpUT8U1/VLLo9RweAzQmtV1/XvG/Ua3YtGAV9eyvLQ5R7PKBJ0+Wq4fjNE8yVgw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -8774,6 +8831,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -8787,6 +8845,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -8797,6 +8856,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -8815,6 +8875,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -8825,6 +8886,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -8837,6 +8899,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -8846,6 +8909,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -8855,6 +8919,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-multi-root/-/ckeditor5-editor-multi-root-46.1.1.tgz", "integrity": "sha512-UBqQPDtWpoPd+LJ/45MW2DTykYMc6Qg3QcNto81cRBGj5pbhnCaCIkzCDpT9A7r9XS8+pmfFw9xEajFZiUkdTw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -8869,6 +8934,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -8882,6 +8948,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -8892,6 +8959,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -8910,6 +8978,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -8920,6 +8989,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -8932,6 +9002,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -8941,6 +9012,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -8950,6 +9022,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-emoji/-/ckeditor5-emoji-46.1.1.tgz", "integrity": "sha512-RTyl0LdPBi7um6WjV0tbrVZ9sg/ZqDPTglMbWPmgnPaoZzGs+BJgv6B8cPi9RIl6klOfKWzupGSdHynjI680eg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-icons": "46.1.1", @@ -8967,6 +9040,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -8980,6 +9054,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -8990,6 +9065,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.1.1.tgz", "integrity": "sha512-+lhzvyHj8Ao/qPHCuufiiBO68pCuynumI8oxfE/UBp9oPO25sqyW4FBgKeGZN6MR+4WKAMjI7tRtNrYEm0FM5Q==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -9002,6 +9078,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -9020,6 +9097,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -9030,6 +9108,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -9042,6 +9121,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -9051,6 +9131,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -9070,6 +9151,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.1.1.tgz", "integrity": "sha512-VqnHR5X2vGPcdpmWsyp9OW7O0kl+avFAjSICz1JJ6cPKW8yCHTCxSWxuVEq1bLqS8I2v4imQ+fqM20HYwii2vQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -9081,6 +9163,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -9094,6 +9177,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -9104,6 +9188,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -9122,6 +9207,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -9132,6 +9218,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -9144,6 +9231,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -9153,6 +9241,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -9574,6 +9663,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-find-and-replace/-/ckeditor5-find-and-replace-46.1.1.tgz", "integrity": "sha512-xQn3jt2BVw/NOY0QhfTnjKqiv40ahJ6VLGp8DPi/0bmHcgDRqD9QEKg5TFPY99Fi7Oh0OJL81UlQJnulc2hSlg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-icons": "46.1.1", @@ -9588,6 +9678,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -9601,6 +9692,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -9611,6 +9703,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -9629,6 +9722,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -9639,6 +9733,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -9651,6 +9746,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -9660,6 +9756,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -9669,6 +9766,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.1.1.tgz", "integrity": "sha512-TqIoOUUChwN9cEKCIn30m9Y95VZU7PQyn20mIbG4/iQItI8IyzlToFAdb+xPaL2ozUcyzTFTGqx0nz9zqKNtWQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -9683,6 +9781,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -9696,6 +9795,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -9706,6 +9806,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -9724,6 +9825,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -9734,6 +9836,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -9746,6 +9849,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -9755,6 +9859,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -9764,6 +9869,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-fullscreen/-/ckeditor5-fullscreen-46.1.1.tgz", "integrity": "sha512-lpIG6YIw5KjehuTTX3MiAPBULzei8Pw+wfkpaP/NgyHLaUkN0x2wsoDRf3NWsdg+BMMDbR0ejGRJ8q+sD8d6ZQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-classic": "46.1.1", @@ -9779,6 +9885,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -9792,6 +9899,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.1.1.tgz", "integrity": "sha512-5WrFP+YUTwjQN/0f1TfzDNqgd0tK50Gw1YNPXav1AQHYnQUaFUxJEZgesV2Z3w77LIYVguoOlCEMk2yDhA+7aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -9806,6 +9914,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -9816,6 +9925,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -9834,6 +9944,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -9844,6 +9955,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -9856,6 +9968,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -9865,6 +9978,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -10286,6 +10400,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-highlight/-/ckeditor5-highlight-46.1.1.tgz", "integrity": "sha512-eNZ4BWF98mux26X/UOh+SyMTfMgvCOq4+T6lbqLB9TbN2i5/seKxIM9IV5ynag//bNd1ZwaqUczt05e3xFpYUg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-icons": "46.1.1", @@ -10299,6 +10414,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -10312,6 +10428,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -10322,6 +10439,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -10340,6 +10458,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -10350,6 +10469,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -10362,6 +10482,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -10371,6 +10492,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -10380,6 +10502,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-horizontal-line/-/ckeditor5-horizontal-line-46.1.1.tgz", "integrity": "sha512-2PtEKoGQm6OYFDk1kjlIluCsuFVGPP7rU+KXOBBmOSku4rP1cIYyV+wFlerCGaH7hlzEyiuH1arR8va21IBprA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-icons": "46.1.1", @@ -10394,6 +10517,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -10407,6 +10531,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -10417,6 +10542,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -10435,6 +10561,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -10445,6 +10572,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -10457,6 +10585,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -10466,6 +10595,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -10475,6 +10605,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-embed/-/ckeditor5-html-embed-46.1.1.tgz", "integrity": "sha512-rD1AlVOAKeNH0wdBedJFOyWF8dIx5tOJFV+ao36hbtHvXlEDXyXpeal58pbd3Z1QVIdfQ65NF0yZL2leQqOQZA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-icons": "46.1.1", @@ -10489,6 +10620,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -10502,6 +10634,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -10512,6 +10645,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -10530,6 +10664,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -10540,6 +10675,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -10552,6 +10688,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -10561,6 +10698,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -10570,6 +10708,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-support/-/ckeditor5-html-support-46.1.1.tgz", "integrity": "sha512-wG3cYNhzc5MAaFVbE+xjMMDDMtXwMUYiZ1Tjwo4YkSdBGRrOYShbktal5H/Snvj+pIgAgc5tOetmk5+izRKVSw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -10590,6 +10729,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -10603,6 +10743,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -10613,6 +10754,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.1.1.tgz", "integrity": "sha512-ACneDx+HP3Nm/f2zFrRkUzpbG0CNNMGI4FS242eu0AQqE/vwwLvSD7HmiEzN2Z0HRLVFoY5EWa6kSZpJx6z/WA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -10628,6 +10770,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.1.1.tgz", "integrity": "sha512-292BrygMMXAvrcCxXxRUHC7rfxYqG6Fjf+/QhPXybOb1MFIzGnCkBh7zckUH6oQ4GlQ8kE+mwIthgmc8xvVYGw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-clipboard": "46.1.1", "@ckeditor/ckeditor5-core": "46.1.1", @@ -10648,6 +10791,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.1.1.tgz", "integrity": "sha512-TlO8xiZHEoyy5nJSeBWSiu7oZjhBXFzm/3CT2jvBZPer/mWnPV0r6BTrw7GK+Pki0PtQCJUNhyxWafUN9rnKqQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-clipboard": "46.1.1", "@ckeditor/ckeditor5-core": "46.1.1", @@ -10666,6 +10810,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.1.1.tgz", "integrity": "sha512-7SC78DYDrFiBTOVHBajxzAUdSoTiM85I8M11QLCrKDoGR1zGgRGjQH8NUMMUOekAjh8SxRN25Alm2Gn27IgCUw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -10679,6 +10824,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.1.1.tgz", "integrity": "sha512-tV2PBXvnw5znqF0riVjPwbstSU35oP/WPGEPzS6iHEWF21+efRgNKA05PSdQp9NQt58uMPOa3vz+1DSDozO5rQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-clipboard": "46.1.1", "@ckeditor/ckeditor5-core": "46.1.1", @@ -10696,6 +10842,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.1.1.tgz", "integrity": "sha512-+lhzvyHj8Ao/qPHCuufiiBO68pCuynumI8oxfE/UBp9oPO25sqyW4FBgKeGZN6MR+4WKAMjI7tRtNrYEm0FM5Q==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -10708,6 +10855,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -10726,6 +10874,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -10736,6 +10885,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -10748,6 +10898,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -10757,6 +10908,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -10765,7 +10917,8 @@ "version": "46.1.1", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-icons/-/ckeditor5-icons-46.1.1.tgz", "integrity": "sha512-BeJaBmXxg/R2cvGpL0oeLToDX2zIjLm/UejK0qsiO/eYxTJmveCabUWhcigpk19ciAcSjUdiariZUxCvpTyL5g==", - "license": "SEE LICENSE IN LICENSE.md" + "license": "SEE LICENSE IN LICENSE.md", + "peer": true }, "node_modules/@ckeditor/ckeditor5-image": { "version": "41.4.2", @@ -11610,6 +11763,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-language/-/ckeditor5-language-46.1.1.tgz", "integrity": "sha512-g8atx87RRSypjnnvthpMMSykLN6cgoNAQRvABdxYJTHARRrpjcIKNqWup9SW02QPUKRk/dmsnFEQVH6gkTTzTQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -11622,6 +11776,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -11635,6 +11790,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -11645,6 +11801,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -11663,6 +11820,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -11673,6 +11831,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -11685,6 +11844,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -11694,6 +11854,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -12529,6 +12690,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-markdown-gfm/-/ckeditor5-markdown-gfm-46.1.1.tgz", "integrity": "sha512-nFPeW+EmkFuvAxp7wqJvXZlqUcVsoVH2s77785DR90iOzb2+zYHzanJ2bWkuC8b+7im7U6h2+6Ghahtz5Y/VVQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-clipboard": "46.1.1", "@ckeditor/ckeditor5-core": "46.1.1", @@ -12556,6 +12718,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -12569,6 +12732,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -12579,6 +12743,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -12597,6 +12762,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -12607,6 +12773,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -12619,6 +12786,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -12628,6 +12796,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -13050,6 +13219,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-mention/-/ckeditor5-mention-46.1.1.tgz", "integrity": "sha512-NOyYUBW+bCrr5TSIHxTuoHe1H7YRjDChq396n+XAtreRICRKRloOWhzklI5RMJ5dfmQ7llS1eafi8uu7mzB2zQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-typing": "46.1.1", @@ -13064,6 +13234,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -13077,6 +13248,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -13087,6 +13259,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.1.1.tgz", "integrity": "sha512-+lhzvyHj8Ao/qPHCuufiiBO68pCuynumI8oxfE/UBp9oPO25sqyW4FBgKeGZN6MR+4WKAMjI7tRtNrYEm0FM5Q==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -13099,6 +13272,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -13117,6 +13291,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -13127,6 +13302,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -13139,6 +13315,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -13148,6 +13325,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -13157,6 +13335,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-minimap/-/ckeditor5-minimap-46.1.1.tgz", "integrity": "sha512-6tj1PhzVSWbkJYI0+v5TQTKwWfUAeTyZsDXQgaMZeH3ZIZ40wzXRI+ly380msu9t3mBS/qgzuKnsZpc7qNpbaA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -13170,6 +13349,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -13183,6 +13363,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -13193,6 +13374,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -13211,6 +13393,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -13221,6 +13404,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -13233,6 +13417,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -13242,6 +13427,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -13251,6 +13437,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-page-break/-/ckeditor5-page-break-46.1.1.tgz", "integrity": "sha512-c6TjuwTxeuYCloCdLLrjOURrhKyI3iLWuAZhoQ1XLxLpp0k/BIX9G7tRVEr7xzXzk2T8ibnZVHgegx/ImWkGLg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-icons": "46.1.1", @@ -13265,6 +13452,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -13278,6 +13466,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -13288,6 +13477,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -13306,6 +13496,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -13316,6 +13507,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -13328,6 +13520,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -13337,6 +13530,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -13782,6 +13976,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-remove-format/-/ckeditor5-remove-format-46.1.1.tgz", "integrity": "sha512-WdFyMzIEHqIrGAhq0NPQhDuKbRvpIOgr87r9IjefRQC0a5mbEdGLNQSE7l0JF0mmNEKQbSi520yJLGZo4EJ7Sg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-icons": "46.1.1", @@ -13795,6 +13990,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -13808,6 +14004,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -13818,6 +14015,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -13836,6 +14034,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -13846,6 +14045,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -13858,6 +14058,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -13867,6 +14068,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -13876,6 +14078,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-restricted-editing/-/ckeditor5-restricted-editing-46.1.1.tgz", "integrity": "sha512-lODjvDEbTTG//EZQ2yqgmOL2NRzljpAULscanh2eY4km+AVNCPu7181txvnUMtEaWVwEG6Aja9ys3AJlcs3TsQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -13890,6 +14093,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -13903,6 +14107,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -13913,6 +14118,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -13931,6 +14137,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -13941,6 +14148,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -13953,6 +14161,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -13962,6 +14171,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -13971,6 +14181,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.1.1.tgz", "integrity": "sha512-+h+28FPJKL59SESQzh4mvqEXkKrPyL3SnQI4wPC+ZMcBUqd3+0U0OCff0gClucNszgZcHbT83aODmKrQwUdQiw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -13984,6 +14195,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -13997,6 +14209,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -14007,6 +14220,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -14025,6 +14239,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -14035,6 +14250,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -14047,6 +14263,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -14056,6 +14273,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -14065,6 +14283,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-show-blocks/-/ckeditor5-show-blocks-46.1.1.tgz", "integrity": "sha512-kiwceBqz5cMUrVp1iVJ+RoRhZRDGhhRHJo3pUeNG2+oYV+xxXvGdrMitDTXBbKnvoEHmI8xOWmh6E+wwHsIiNw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-icons": "46.1.1", @@ -14078,6 +14297,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -14091,6 +14311,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -14101,6 +14322,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -14119,6 +14341,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -14129,6 +14352,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -14141,6 +14365,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -14150,6 +14375,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -14159,6 +14385,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.1.1.tgz", "integrity": "sha512-Z5Y/s49athQku0wBc6H8DOWAdCYfAOUJtjPaOjkmWuUF6b/WT5GJbEp2ZEGH1EXfZxIY98JEQypjH3fMNb6fAA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-icons": "46.1.1", @@ -14173,6 +14400,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -14186,6 +14414,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -14196,6 +14425,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -14214,6 +14444,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -14224,6 +14455,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -14236,6 +14468,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -14245,6 +14478,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -14254,6 +14488,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-special-characters/-/ckeditor5-special-characters-46.1.1.tgz", "integrity": "sha512-6U99q15iGgb28hNTh7xYw8lbwtajyv/6Z9aVpnlkDXLHAdgkXyfo/5Z65hpPjlMoHwxnZd2xtzYaK1Aaz22MbQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-icons": "46.1.1", @@ -14268,6 +14503,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -14281,6 +14517,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -14291,6 +14528,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.1.1.tgz", "integrity": "sha512-+lhzvyHj8Ao/qPHCuufiiBO68pCuynumI8oxfE/UBp9oPO25sqyW4FBgKeGZN6MR+4WKAMjI7tRtNrYEm0FM5Q==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -14303,6 +14541,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -14321,6 +14560,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -14331,6 +14571,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -14343,6 +14584,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -14352,6 +14594,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -14361,6 +14604,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-style/-/ckeditor5-style-46.1.1.tgz", "integrity": "sha512-42ghJrxnRA32MMAtgdAxAI5NmMdpp8mVpOAs6SIfzfzPyJ7flNorNdjjeD8QIAGvaYz4Vj1G9Y0se2FKR9PCtA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-html-support": "46.1.1", @@ -14378,6 +14622,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -14391,6 +14636,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -14401,6 +14647,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.1.1.tgz", "integrity": "sha512-TlO8xiZHEoyy5nJSeBWSiu7oZjhBXFzm/3CT2jvBZPer/mWnPV0r6BTrw7GK+Pki0PtQCJUNhyxWafUN9rnKqQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-clipboard": "46.1.1", "@ckeditor/ckeditor5-core": "46.1.1", @@ -14419,6 +14666,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.1.1.tgz", "integrity": "sha512-tV2PBXvnw5znqF0riVjPwbstSU35oP/WPGEPzS6iHEWF21+efRgNKA05PSdQp9NQt58uMPOa3vz+1DSDozO5rQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-clipboard": "46.1.1", "@ckeditor/ckeditor5-core": "46.1.1", @@ -14436,6 +14684,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.1.1.tgz", "integrity": "sha512-+lhzvyHj8Ao/qPHCuufiiBO68pCuynumI8oxfE/UBp9oPO25sqyW4FBgKeGZN6MR+4WKAMjI7tRtNrYEm0FM5Q==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -14448,6 +14697,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -14466,6 +14716,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -14476,6 +14727,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -14488,6 +14740,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -14497,6 +14750,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -14920,6 +15174,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.1.1.tgz", "integrity": "sha512-W7U3a6JUGXbnd5kCBySrGei57Uh9Vs6FFlD0/nP7D9FdHKi5IRcnLOXQ2s/sAkztfmIXSKvvcGqGwnZVQCQxNQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1" } @@ -14929,6 +15184,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -14942,6 +15198,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -14952,6 +15209,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -14970,6 +15228,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -14980,6 +15239,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -14992,6 +15252,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -15001,6 +15262,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -15036,6 +15298,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.1.1.tgz", "integrity": "sha512-xM1Zv4oBGP5UVeXeSEma+n3DBY86zqs+HpyqUaDGYu1ELo5IHc+/mX4vmF06cAOepgLYKgD/Cn+4/PYuxSplZQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -15049,6 +15312,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -15062,6 +15326,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -15072,6 +15337,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -15090,6 +15356,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -15100,6 +15367,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -15112,6 +15380,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -15121,6 +15390,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -15130,6 +15400,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.1.1.tgz", "integrity": "sha512-aP0p4nP5ttx8pLV0SEtg7zEfk2xxyvbUZGIHvRoCIFUOXEoWsBgeP+Q9RK3RrbkWZ8vh2YSI8CeePtzGfFTLTg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-utils": "46.1.1" @@ -15140,6 +15411,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -15153,6 +15425,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -15163,6 +15436,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -15181,6 +15455,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -15191,6 +15466,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -15203,6 +15479,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -15212,6 +15489,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -15230,6 +15508,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.1.1.tgz", "integrity": "sha512-kBUsBIJ8eBIfbpLRHG0UGUvzYVD2dYpwP3cHQaSbFvEc9dnq2EgJ+LTDlysNM+ci+Z3fAeMC1KYskOO6oGGMXA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -15243,6 +15522,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -15256,6 +15536,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -15266,6 +15547,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -15284,6 +15566,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -15294,6 +15577,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -15306,6 +15590,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -15315,6 +15600,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -15324,6 +15610,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.1.1.tgz", "integrity": "sha512-kBOVN1Iu9oTvk7bbgHXg70ZIVbsUm1U4XQF+knZ1bmI5M+wrOxh2HWSpigX/niOOcsIUo3TtYSPienEKxvxD6g==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -15340,6 +15627,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -15353,6 +15641,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -15363,6 +15652,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.1.1.tgz", "integrity": "sha512-+lhzvyHj8Ao/qPHCuufiiBO68pCuynumI8oxfE/UBp9oPO25sqyW4FBgKeGZN6MR+4WKAMjI7tRtNrYEm0FM5Q==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -15375,6 +15665,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -15393,6 +15684,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -15403,6 +15695,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -15415,6 +15708,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -15424,6 +15718,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -15433,6 +15728,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-word-count/-/ckeditor5-word-count-46.1.1.tgz", "integrity": "sha512-F5+PEunszKRIHgXh1oOKpsQdUaCRSEXmkceAmKuAAE3a/7K5xbmno43N+36rVQApqE5oejLOYqd/hGg5d6Ei8g==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -15446,6 +15742,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -15459,6 +15756,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -15469,6 +15767,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -15487,6 +15786,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -15497,6 +15797,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -15509,6 +15810,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -15518,6 +15820,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -15894,6 +16197,17 @@ "@floating-ui/utils": "^0.2.10" } }, + "node_modules/@floating-ui/dom": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz", + "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==", + "license": "MIT", + "optional": true, + "dependencies": { + "@floating-ui/core": "^1.7.3", + "@floating-ui/utils": "^0.2.10" + } + }, "node_modules/@floating-ui/utils": { "version": "0.2.10", "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz", @@ -16834,7 +17148,6 @@ "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", "license": "MIT", - "peer": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/popperjs" @@ -17115,7 +17428,6 @@ "resolved": "https://registry.npmjs.org/@svgdotjs/svg.js/-/svg.js-3.2.4.tgz", "integrity": "sha512-BjJ/7vWNowlX3Z8O4ywT58DqbNRyYlkk6Yz/D13aB7hGmfQTvGX4Tkgtm/ApYlu9M7lCQi15xUEidqMUmdMYwg==", "license": "MIT", - "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/Fuzzyma" @@ -17139,7 +17451,6 @@ "resolved": "https://registry.npmjs.org/@svgdotjs/svg.select.js/-/svg.select.js-4.0.3.tgz", "integrity": "sha512-qkMgso1sd2hXKd1FZ1weO7ANq12sNmQJeGDjs46QwDVsxSRcHmvWKL2NDF7Yimpwf3sl5esOLkPqtV2bQ3v/Jg==", "license": "MIT", - "peer": true, "engines": { "node": ">= 14.18" }, @@ -17389,7 +17700,6 @@ "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.1.tgz", "integrity": "sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==", "license": "MIT", - "peer": true, "dependencies": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.12.5", @@ -17476,7 +17786,6 @@ "version": "3.7.1", "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.7.1.tgz", "integrity": "sha512-jB6R8EGI34QUmV7EhtE+JVpjbZ6Wa0dcf0LNS36X9V7FtDQcnxl7ekRs/ftELt/6qOjubRdyhaID0wNdJVmFtw==", - "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" @@ -17683,7 +17992,6 @@ "version": "3.7.1", "resolved": "https://registry.npmjs.org/@tiptap/extension-list/-/extension-list-3.7.1.tgz", "integrity": "sha512-E93oXkV2vsZThsix0OA7RiHNLIMGi+w9ASKZ+8TGB69oy32yujnnZz6YVhTVVDPOw8rCP5CnOPhJbgdcqByr0A==", - "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" @@ -17793,7 +18101,6 @@ "version": "3.7.1", "resolved": "https://registry.npmjs.org/@tiptap/extensions/-/extensions-3.7.1.tgz", "integrity": "sha512-O7eq3frqh7kn/J2P+lpx8blBQrIQxt21J3NvlQJhW5nXIECdo2ox8SQcEfli0EqMSwZCZTdVufdFBkWfIRXhRg==", - "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" @@ -17807,7 +18114,6 @@ "version": "3.7.1", "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.7.1.tgz", "integrity": "sha512-t3n054kplRtRYn8pDnzF/prDUccF7QX7jPYLsYBpLn3+d59J5KKkBmOpPExUGE8kZkNoLfwffAFj6NBfqOu+Xg==", - "peer": true, "dependencies": { "prosemirror-changeset": "^2.3.0", "prosemirror-collab": "^1.3.1", @@ -17983,6 +18289,7 @@ "resolved": "https://registry.npmjs.org/@types/color-convert/-/color-convert-2.0.4.tgz", "integrity": "sha512-Ub1MmDdyZ7mX//g25uBAoH/mWGd9swVbt8BseymnaE18SU4po/PjmCrHxqIIRjBo3hV/vh1KGr0eMxUhp+t+dQ==", "license": "MIT", + "peer": true, "dependencies": { "@types/color-name": "^1.1.0" } @@ -17991,7 +18298,8 @@ "version": "1.1.5", "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.5.tgz", "integrity": "sha512-j2K5UJqGTxeesj6oQuGpMgifpT5k9HprgQd8D1Y0lOFqKHl3PJu5GMeS4Y5EgjS55AE6OQxf8mPED9uaGbf4Cg==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@types/connect": { "version": "3.4.38", @@ -18080,6 +18388,7 @@ "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", "license": "MIT", + "peer": true, "dependencies": { "@types/ms": "*" } @@ -18160,6 +18469,7 @@ "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", "license": "MIT", + "peer": true, "dependencies": { "@types/unist": "*" } @@ -18240,6 +18550,7 @@ "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", "license": "MIT", + "peer": true, "dependencies": { "@types/unist": "*" } @@ -18259,7 +18570,8 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@types/node": { "version": "24.3.0", @@ -18347,7 +18659,6 @@ "version": "19.2.2", "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.2.tgz", "integrity": "sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==", - "peer": true, "dependencies": { "csstype": "^3.0.2" } @@ -18446,7 +18757,8 @@ "version": "3.0.3", "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@types/use-sync-external-store": { "version": "0.0.6", @@ -18489,7 +18801,6 @@ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz", "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==", "license": "MIT", - "peer": true, "dependencies": { "@eslint-community/regexpp": "^4.4.0", "@typescript-eslint/scope-manager": "5.62.0", @@ -18543,7 +18854,6 @@ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", "license": "BSD-2-Clause", - "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "5.62.0", "@typescript-eslint/types": "5.62.0", @@ -18725,6 +19035,7 @@ "version": "2.7.16", "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.16.tgz", "integrity": "sha512-KWhJ9k5nXuNtygPU7+t1rX6baZeqOYLEforUPjgNDBnLicfHCoi48H87Q8XyLZOrNNsmhuwKqtpDQWjEFe6Ekg==", + "peer": true, "dependencies": { "@babel/parser": "^7.23.5", "postcss": "^8.4.14", @@ -18739,6 +19050,7 @@ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "license": "BSD-3-Clause", + "peer": true, "engines": { "node": ">=0.10.0" } @@ -18941,7 +19253,6 @@ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "license": "MIT", - "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -19040,7 +19351,6 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "license": "MIT", - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -19196,7 +19506,6 @@ "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.3.4.tgz", "integrity": "sha512-N0gNh8uLu/BN8N+BCphNK+gZAoSoUtDDn1jFGB+3+EMcv8s6vajuP3W0g4dMLTRp6chFkjMmQK3uD8pz4ISmLA==", "license": "SEE LICENSE IN LICENSE", - "peer": true, "dependencies": { "@svgdotjs/svg.draggable.js": "^3.0.4", "@svgdotjs/svg.filter.js": "^3.0.8", @@ -19790,6 +20099,7 @@ "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", "license": "MIT", + "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -20014,7 +20324,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "caniuse-lite": "^1.0.30001737", "electron-to-chromium": "^1.5.211", @@ -20217,6 +20526,7 @@ "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", "license": "MIT", + "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -20267,6 +20577,7 @@ "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", "license": "MIT", + "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -20277,6 +20588,7 @@ "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", "license": "MIT", + "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -20287,6 +20599,7 @@ "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", "license": "MIT", + "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -20369,6 +20682,7 @@ "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.1.1.tgz", "integrity": "sha512-6EdHMjm3I+23rVmkOMY5nvS+DpiKbAbbZjY7NIvtCwsDa0333/852raCXbLCUyKL6FRHiYowbjY+8LUvVBuZ8w==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-adapter-ckfinder": "46.1.1", "@ckeditor/ckeditor5-alignment": "46.1.1", @@ -20438,6 +20752,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-adapter-ckfinder/-/ckeditor5-adapter-ckfinder-46.1.1.tgz", "integrity": "sha512-7wq9WdYyq0jabUZOlnq/vOa/WQO6jXKQ01QCsx6Y7WZ00mxOQ0AmwzLEusHf9VEvXx25yH7jZa07axyEvjM+RQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-upload": "46.1.1", @@ -20449,6 +20764,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.1.1.tgz", "integrity": "sha512-D2gC9NMd73BAszrP7GdwEqv5YAb+k/EMSIzlcyeUn8gYslGE+SrZHcgj4VCWaGWS+iu/G80ZskiXMBbNgC4NAw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -20463,6 +20779,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.1.1.tgz", "integrity": "sha512-NiCugPGmaCIHc4ivvJRUq/hcfchaChksWyRK6i5xbjj5NSlASjXt0fe4717pQVTN6lZxiJ9CaX6btCAYlmu5BQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-icons": "46.1.1", @@ -20477,6 +20794,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.1.1.tgz", "integrity": "sha512-m9MhmntW8cZBfhqluaDE4sJaMjks36ClxzxQwuz7Br+YhUXNhhtUrvpFggeZvgZ/IuII+OG6DolnD1WRHJlMEg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-enter": "46.1.1", @@ -20492,6 +20810,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckbox/-/ckeditor5-ckbox-46.1.1.tgz", "integrity": "sha512-ngKJf1doQFp0FExF7skmtzHcD1H6cxkFFWH5ipRm8t5AcxivZIkbaMlNQMZTGKhMKtLmT77dQ7oGI4HT1XV4bA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-cloud-services": "46.1.1", "@ckeditor/ckeditor5-core": "46.1.1", @@ -20511,6 +20830,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckfinder/-/ckeditor5-ckfinder-46.1.1.tgz", "integrity": "sha512-u096IDCS/9R7DhUUgHhP7ED5pjIP5JPE1SMRZ3UcfipVUveqT9Qqgm892Rsm4VfouoXw3f3pwoK68KIVjdxMlw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-icons": "46.1.1", @@ -20525,6 +20845,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.1.1.tgz", "integrity": "sha512-YBBklzman8taer22uehNxeehDKaGbwnAaI8h7JIxaf0EpvaldjDnswg1hvJTHpLYDZiiEoI3pHmtdatuNWMlrg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-utils": "46.1.1", @@ -20536,6 +20857,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.1.1.tgz", "integrity": "sha512-J1WsQxxnbzgbG+xz669+bzfJ+jRbaMdYsdxZZAHlGjaKaOOMXMVrmsAesxy9OoV2LEuMed3BMu7BnICKIoD/aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-engine": "46.1.1", "@ckeditor/ckeditor5-ui": "46.1.1", @@ -20549,6 +20871,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-easy-image/-/ckeditor5-easy-image-46.1.1.tgz", "integrity": "sha512-1UbSdmRuGoYhtAlYUeZlttLBblfYJbmIXE5iGVgi+2rGLEHucqQ0zBh84di+TCdqbjkp/S+T6G4sopQMM3xmbA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-cloud-services": "46.1.1", "@ckeditor/ckeditor5-core": "46.1.1", @@ -20562,6 +20885,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.1.1.tgz", "integrity": "sha512-5WrFP+YUTwjQN/0f1TfzDNqgd0tK50Gw1YNPXav1AQHYnQUaFUxJEZgesV2Z3w77LIYVguoOlCEMk2yDhA+7aw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -20576,6 +20900,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.1.1.tgz", "integrity": "sha512-5kKbVnsE1PC1T+4kXOlHa6u+shCFKVPLEDjo4gWOwxDr1qPVPVQ9ytvXenQtx/k/wtVNuy3s+uq/nbiMoUXSlA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-utils": "46.1.1", "es-toolkit": "1.39.5" @@ -20586,6 +20911,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.1.1.tgz", "integrity": "sha512-QyX+DPFDdPgBGRU2LeeMYJUqJ9MGDeCnG19lw4kwfA6PwrIamErTMEI9bLAXr9ZD5SxOVr8U+A+1MtFdQzdBxQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-clipboard": "46.1.1", "@ckeditor/ckeditor5-core": "46.1.1", @@ -20602,6 +20928,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.1.1.tgz", "integrity": "sha512-ACneDx+HP3Nm/f2zFrRkUzpbG0CNNMGI4FS242eu0AQqE/vwwLvSD7HmiEzN2Z0HRLVFoY5EWa6kSZpJx6z/WA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -20617,6 +20944,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.1.1.tgz", "integrity": "sha512-292BrygMMXAvrcCxXxRUHC7rfxYqG6Fjf+/QhPXybOb1MFIzGnCkBh7zckUH6oQ4GlQ8kE+mwIthgmc8xvVYGw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-clipboard": "46.1.1", "@ckeditor/ckeditor5-core": "46.1.1", @@ -20637,6 +20965,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.1.1.tgz", "integrity": "sha512-JKLcCcKo20scOvEuKu09d6og+ECia6QKGOOaTfmy2QJx6CqkbkgC3NQKVF+ixmeGYERfL6X14VZURD7APXVJTA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -20653,6 +20982,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.1.1.tgz", "integrity": "sha512-dXsLFdL9VvU8VB4EK4qZk7TVSHCOmaAPoxorGy053Wg29ngEhpMHYiYWZQcLZB5VZSNYlc/mW2Hdv1cr2VEwFQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-clipboard": "46.1.1", "@ckeditor/ckeditor5-core": "46.1.1", @@ -20672,6 +21002,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.1.1.tgz", "integrity": "sha512-TlO8xiZHEoyy5nJSeBWSiu7oZjhBXFzm/3CT2jvBZPer/mWnPV0r6BTrw7GK+Pki0PtQCJUNhyxWafUN9rnKqQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-clipboard": "46.1.1", "@ckeditor/ckeditor5-core": "46.1.1", @@ -20690,6 +21021,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.1.1.tgz", "integrity": "sha512-1gkrTOlXu0Ptag429I/+sNPeefuLm4ATa0jjaVqM4Mtu/3JRGndkYqVTzmQQeRRn6jEJljqgngNMnlccMRKEmw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-clipboard": "46.1.1", "@ckeditor/ckeditor5-core": "46.1.1", @@ -20708,6 +21040,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.1.1.tgz", "integrity": "sha512-7SC78DYDrFiBTOVHBajxzAUdSoTiM85I8M11QLCrKDoGR1zGgRGjQH8NUMMUOekAjh8SxRN25Alm2Gn27IgCUw==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -20721,6 +21054,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.1.1.tgz", "integrity": "sha512-W7v4LAc3EJyXXmOCQtnCwjiK9ZhphhBIgLHz1jF/cE6WjS0nQDeXLxHqHnOaD8awR4oqcDyaUNvuBx4ipcUwzA==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-clipboard": "46.1.1", "@ckeditor/ckeditor5-core": "46.1.1", @@ -20733,6 +21067,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.1.1.tgz", "integrity": "sha512-tV2PBXvnw5znqF0riVjPwbstSU35oP/WPGEPzS6iHEWF21+efRgNKA05PSdQp9NQt58uMPOa3vz+1DSDozO5rQ==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-clipboard": "46.1.1", "@ckeditor/ckeditor5-core": "46.1.1", @@ -20750,6 +21085,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.1.1.tgz", "integrity": "sha512-+lhzvyHj8Ao/qPHCuufiiBO68pCuynumI8oxfE/UBp9oPO25sqyW4FBgKeGZN6MR+4WKAMjI7tRtNrYEm0FM5Q==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-engine": "46.1.1", @@ -20762,6 +21098,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.1.1.tgz", "integrity": "sha512-GWUH41WqzoS5OaXDLWtpr6SN8nQ9Iq4hvGXPp/ajWilyoX5Ar/1LA5v/sRIzlyekjVglzvOxrSZvRB5BQyz1Rg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-core": "46.1.1", "@ckeditor/ckeditor5-editor-multi-root": "46.1.1", @@ -20780,6 +21117,7 @@ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.1.1.tgz", "integrity": "sha512-Be6IfHXQVEY0yQ42lnPAhNu805SaccmUSoOCFgcmZFtzqzhQN8OP50VDX7R40G3EMvhEdBKX5T7DASr10VPiJg==", "license": "SEE LICENSE IN LICENSE.md", + "peer": true, "dependencies": { "@ckeditor/ckeditor5-ui": "46.1.1", "es-toolkit": "1.39.5" @@ -20790,6 +21128,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" }, @@ -20802,6 +21141,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz", "integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==", "license": "MIT", + "peer": true, "engines": { "node": ">=12.20" } @@ -20811,6 +21151,7 @@ "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", "license": "MIT", + "peer": true, "dependencies": { "color-name": "^2.0.0" } @@ -21028,6 +21369,7 @@ "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", "license": "MIT", + "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -21841,7 +22183,8 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz", "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/debug": { "version": "4.4.1", @@ -21877,6 +22220,7 @@ "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz", "integrity": "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==", "license": "MIT", + "peer": true, "dependencies": { "character-entities": "^2.0.0" }, @@ -22084,6 +22428,7 @@ "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", "license": "MIT", + "peer": true, "dependencies": { "dequal": "^2.0.0" }, @@ -22670,7 +23015,6 @@ "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", "license": "MIT", - "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", @@ -24005,7 +24349,8 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/fuzzysort/-/fuzzysort-3.1.0.tgz", "integrity": "sha512-sR9BNCjBg6LNgwvxlBd0sBABvQitkLzoVY9MYYROQVX/FvfJ4Mai9LsGhDgd8qYdds0bY77VzYd5iuB+v5rwQQ==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/gensync": { "version": "1.0.0-beta.2", @@ -24377,6 +24722,7 @@ "resolved": "https://registry.npmjs.org/hast-util-embedded/-/hast-util-embedded-3.0.0.tgz", "integrity": "sha512-naH8sld4Pe2ep03qqULEtvYr7EjrLK2QHY8KJR6RJkTUjPGObe1vnx585uzem2hGra+s1q08DZZpfgDVYRbaXA==", "license": "MIT", + "peer": true, "dependencies": { "@types/hast": "^3.0.0", "hast-util-is-element": "^3.0.0" @@ -24391,6 +24737,7 @@ "resolved": "https://registry.npmjs.org/hast-util-from-dom/-/hast-util-from-dom-5.0.1.tgz", "integrity": "sha512-N+LqofjR2zuzTjCPzyDUdSshy4Ma6li7p/c3pA78uTwzFgENbgbUrm2ugwsOdcjI1muO+o6Dgzp9p8WHtn/39Q==", "license": "ISC", + "peer": true, "dependencies": { "@types/hast": "^3.0.0", "hastscript": "^9.0.0", @@ -24406,6 +24753,7 @@ "resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-3.0.0.tgz", "integrity": "sha512-MNilsvEKLFpV604hwfhVStK0usFY/QmM5zX16bo7EjnAEGofr5YyI37kzopBlZJkHD4t887i+q/C8/tr5Q94cA==", "license": "MIT", + "peer": true, "dependencies": { "@types/hast": "^3.0.0" }, @@ -24419,6 +24767,7 @@ "resolved": "https://registry.npmjs.org/hast-util-is-body-ok-link/-/hast-util-is-body-ok-link-3.0.1.tgz", "integrity": "sha512-0qpnzOBLztXHbHQenVB8uNuxTnm/QBFUOmdOSsEn7GnBtyY07+ENTWVFBAnXd/zEgd9/SUG3lRY7hSIBWRgGpQ==", "license": "MIT", + "peer": true, "dependencies": { "@types/hast": "^3.0.0" }, @@ -24432,6 +24781,7 @@ "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==", "license": "MIT", + "peer": true, "dependencies": { "@types/hast": "^3.0.0" }, @@ -24445,6 +24795,7 @@ "resolved": "https://registry.npmjs.org/hast-util-minify-whitespace/-/hast-util-minify-whitespace-1.0.1.tgz", "integrity": "sha512-L96fPOVpnclQE0xzdWb/D12VT5FabA7SnZOUMtL1DbXmYiHJMXZvFkIZfiMmTCNJHUeO2K9UYNXoVyfz+QHuOw==", "license": "MIT", + "peer": true, "dependencies": { "@types/hast": "^3.0.0", "hast-util-embedded": "^3.0.0", @@ -24462,6 +24813,7 @@ "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", "license": "MIT", + "peer": true, "dependencies": { "@types/hast": "^3.0.0" }, @@ -24475,6 +24827,7 @@ "resolved": "https://registry.npmjs.org/hast-util-phrasing/-/hast-util-phrasing-3.0.1.tgz", "integrity": "sha512-6h60VfI3uBQUxHqTyMymMZnEbNl1XmEGtOxxKYL7stY2o601COo62AWAYBQR9lZbYXYSBoxag8UpPRXK+9fqSQ==", "license": "MIT", + "peer": true, "dependencies": { "@types/hast": "^3.0.0", "hast-util-embedded": "^3.0.0", @@ -24492,6 +24845,7 @@ "resolved": "https://registry.npmjs.org/hast-util-to-dom/-/hast-util-to-dom-4.0.1.tgz", "integrity": "sha512-z1VE7sZ8uFzS2baF3LEflX1IPw2gSzrdo3QFEsyoi23MkCVY3FoE9x6nLgOgjwJu8VNWgo+07iaxtONhDzKrUQ==", "license": "ISC", + "peer": true, "dependencies": { "@types/hast": "^3.0.0", "property-information": "^7.0.0", @@ -24507,6 +24861,7 @@ "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz", "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==", "license": "MIT", + "peer": true, "dependencies": { "@types/hast": "^3.0.0", "@types/unist": "^3.0.0", @@ -24530,6 +24885,7 @@ "resolved": "https://registry.npmjs.org/hast-util-to-mdast/-/hast-util-to-mdast-10.1.2.tgz", "integrity": "sha512-FiCRI7NmOvM4y+f5w32jPRzcxDIz+PUqDwEqn1A+1q2cdp3B8Gx7aVrXORdOKjMNDQsD1ogOr896+0jJHW1EFQ==", "license": "MIT", + "peer": true, "dependencies": { "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", @@ -24556,6 +24912,7 @@ "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz", "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==", "license": "MIT", + "peer": true, "dependencies": { "@types/hast": "^3.0.0", "@types/unist": "^3.0.0", @@ -24572,6 +24929,7 @@ "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", "license": "MIT", + "peer": true, "dependencies": { "@types/hast": "^3.0.0" }, @@ -24585,6 +24943,7 @@ "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz", "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==", "license": "MIT", + "peer": true, "dependencies": { "@types/hast": "^3.0.0", "comma-separated-tokens": "^2.0.0", @@ -24723,6 +25082,7 @@ "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", "license": "MIT", + "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -25448,6 +25808,7 @@ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", "license": "MIT", + "peer": true, "engines": { "node": ">=12" }, @@ -25820,7 +26181,6 @@ "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", "license": "MIT", - "peer": true, "dependencies": { "@jest/core": "^27.5.1", "import-local": "^3.0.2", @@ -27114,6 +27474,7 @@ "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", "license": "MIT", + "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -27246,6 +27607,7 @@ "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", "license": "MIT", + "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -27277,6 +27639,7 @@ "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", "license": "MIT", + "peer": true, "dependencies": { "@types/mdast": "^4.0.0", "escape-string-regexp": "^5.0.0", @@ -27293,6 +27656,7 @@ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", "license": "MIT", + "peer": true, "engines": { "node": ">=12" }, @@ -27305,6 +27669,7 @@ "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", "license": "MIT", + "peer": true, "dependencies": { "@types/mdast": "^4.0.0", "@types/unist": "^3.0.0", @@ -27329,6 +27694,7 @@ "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", "license": "MIT", + "peer": true, "dependencies": { "mdast-util-from-markdown": "^2.0.0", "mdast-util-gfm-autolink-literal": "^2.0.0", @@ -27348,6 +27714,7 @@ "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", "license": "MIT", + "peer": true, "dependencies": { "@types/mdast": "^4.0.0", "ccount": "^2.0.0", @@ -27365,6 +27732,7 @@ "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", "license": "MIT", + "peer": true, "dependencies": { "@types/mdast": "^4.0.0", "devlop": "^1.1.0", @@ -27382,6 +27750,7 @@ "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", "license": "MIT", + "peer": true, "dependencies": { "@types/mdast": "^4.0.0", "mdast-util-from-markdown": "^2.0.0", @@ -27397,6 +27766,7 @@ "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", "license": "MIT", + "peer": true, "dependencies": { "@types/mdast": "^4.0.0", "devlop": "^1.0.0", @@ -27414,6 +27784,7 @@ "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", "license": "MIT", + "peer": true, "dependencies": { "@types/mdast": "^4.0.0", "devlop": "^1.0.0", @@ -27430,6 +27801,7 @@ "resolved": "https://registry.npmjs.org/mdast-util-newline-to-break/-/mdast-util-newline-to-break-2.0.0.tgz", "integrity": "sha512-MbgeFca0hLYIEx/2zGsszCSEJJ1JSCdiY5xQxRcLDDGa8EPvlLPupJ4DSajbMPAnC0je8jfb9TiUATnxxrHUog==", "license": "MIT", + "peer": true, "dependencies": { "@types/mdast": "^4.0.0", "mdast-util-find-and-replace": "^3.0.0" @@ -27444,6 +27816,7 @@ "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", "license": "MIT", + "peer": true, "dependencies": { "@types/mdast": "^4.0.0", "unist-util-is": "^6.0.0" @@ -27458,6 +27831,7 @@ "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", "license": "MIT", + "peer": true, "dependencies": { "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", @@ -27479,6 +27853,7 @@ "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", "license": "MIT", + "peer": true, "dependencies": { "@types/mdast": "^4.0.0", "@types/unist": "^3.0.0", @@ -27500,6 +27875,7 @@ "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", "license": "MIT", + "peer": true, "dependencies": { "@types/mdast": "^4.0.0" }, @@ -27588,6 +27964,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "@types/debug": "^4.0.0", "debug": "^4.0.0", @@ -27623,6 +28000,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "decode-named-character-reference": "^1.0.0", "devlop": "^1.0.0", @@ -27647,6 +28025,7 @@ "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", "license": "MIT", + "peer": true, "dependencies": { "micromark-extension-gfm-autolink-literal": "^2.0.0", "micromark-extension-gfm-footnote": "^2.0.0", @@ -27667,6 +28046,7 @@ "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", "license": "MIT", + "peer": true, "dependencies": { "micromark-util-character": "^2.0.0", "micromark-util-sanitize-uri": "^2.0.0", @@ -27683,6 +28063,7 @@ "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", "license": "MIT", + "peer": true, "dependencies": { "devlop": "^1.0.0", "micromark-core-commonmark": "^2.0.0", @@ -27703,6 +28084,7 @@ "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", "license": "MIT", + "peer": true, "dependencies": { "devlop": "^1.0.0", "micromark-util-chunked": "^2.0.0", @@ -27721,6 +28103,7 @@ "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", "license": "MIT", + "peer": true, "dependencies": { "devlop": "^1.0.0", "micromark-factory-space": "^2.0.0", @@ -27738,6 +28121,7 @@ "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", "license": "MIT", + "peer": true, "dependencies": { "micromark-util-types": "^2.0.0" }, @@ -27751,6 +28135,7 @@ "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", "license": "MIT", + "peer": true, "dependencies": { "devlop": "^1.0.0", "micromark-factory-space": "^2.0.0", @@ -27778,6 +28163,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "micromark-util-character": "^2.0.0", "micromark-util-symbol": "^2.0.0", @@ -27799,6 +28185,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "devlop": "^1.0.0", "micromark-util-character": "^2.0.0", @@ -27821,6 +28208,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "micromark-util-character": "^2.0.0", "micromark-util-types": "^2.0.0" @@ -27841,6 +28229,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "micromark-factory-space": "^2.0.0", "micromark-util-character": "^2.0.0", @@ -27863,6 +28252,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "micromark-factory-space": "^2.0.0", "micromark-util-character": "^2.0.0", @@ -27885,6 +28275,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0" @@ -27905,6 +28296,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "micromark-util-symbol": "^2.0.0" } @@ -27924,6 +28316,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "micromark-util-character": "^2.0.0", "micromark-util-symbol": "^2.0.0", @@ -27945,6 +28338,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "micromark-util-chunked": "^2.0.0", "micromark-util-types": "^2.0.0" @@ -27965,6 +28359,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "micromark-util-symbol": "^2.0.0" } @@ -27984,6 +28379,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "decode-named-character-reference": "^1.0.0", "micromark-util-character": "^2.0.0", @@ -28005,7 +28401,8 @@ "url": "https://opencollective.com/unified" } ], - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/micromark-util-html-tag-name": { "version": "2.0.1", @@ -28021,7 +28418,8 @@ "url": "https://opencollective.com/unified" } ], - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/micromark-util-normalize-identifier": { "version": "2.0.1", @@ -28038,6 +28436,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "micromark-util-symbol": "^2.0.0" } @@ -28057,6 +28456,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "micromark-util-types": "^2.0.0" } @@ -28076,6 +28476,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "micromark-util-character": "^2.0.0", "micromark-util-encode": "^2.0.0", @@ -28097,6 +28498,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "devlop": "^1.0.0", "micromark-util-chunked": "^2.0.0", @@ -28118,7 +28520,8 @@ "url": "https://opencollective.com/unified" } ], - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/micromark-util-types": { "version": "2.0.2", @@ -28134,7 +28537,8 @@ "url": "https://opencollective.com/unified" } ], - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/micromatch": { "version": "4.0.8", @@ -29058,7 +29462,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", @@ -30246,7 +30649,6 @@ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", "license": "MIT", - "peer": true, "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -30375,6 +30777,7 @@ "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", "license": "MIT", "optional": true, + "peer": true, "bin": { "prettier": "bin-prettier.js" }, @@ -30501,6 +30904,7 @@ "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==", "license": "MIT", + "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -30607,7 +31011,6 @@ "version": "1.25.3", "resolved": "https://registry.npmjs.org/prosemirror-model/-/prosemirror-model-1.25.3.tgz", "integrity": "sha512-dY2HdaNXlARknJbrManZ1WyUtos+AP97AmvqdOQtWtrrC5g4mohVX5DTi9rXNFSk09eczLq9GuNTtq3EfMeMGA==", - "peer": true, "dependencies": { "orderedmap": "^2.0.0" } @@ -30634,7 +31037,6 @@ "version": "1.4.3", "resolved": "https://registry.npmjs.org/prosemirror-state/-/prosemirror-state-1.4.3.tgz", "integrity": "sha512-goFKORVbvPuAQaXhpbemJFRKJ2aixr+AZMGiquiqKxaucC6hlpHNZHWgz5R7dS4roHiwq9vDctE//CZ++o0W1Q==", - "peer": true, "dependencies": { "prosemirror-model": "^1.0.0", "prosemirror-transform": "^1.0.0", @@ -30679,7 +31081,6 @@ "version": "1.41.3", "resolved": "https://registry.npmjs.org/prosemirror-view/-/prosemirror-view-1.41.3.tgz", "integrity": "sha512-SqMiYMUQNNBP9kfPhLO8WXEk/fon47vc52FQsUiJzTBuyjKgEcoAwMyF04eQ4WZ2ArMn7+ReypYL60aKngbACQ==", - "peer": true, "dependencies": { "prosemirror-model": "^1.20.0", "prosemirror-state": "^1.0.0", @@ -30883,7 +31284,6 @@ "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", "license": "MIT", - "peer": true, "dependencies": { "loose-envify": "^1.1.0" }, @@ -31062,7 +31462,6 @@ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", "license": "MIT", - "peer": true, "dependencies": { "loose-envify": "^1.1.0", "scheduler": "^0.23.2" @@ -31190,7 +31589,6 @@ "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-9.2.0.tgz", "integrity": "sha512-ROY9fvHhwOD9ySfrF0wmvu//bKCQ6AeZZq1nJNtbDC+kk5DuSuNX/n6YWYF/SYy7bSba4D4FSz8DJeKY/S/r+g==", "license": "MIT", - "peer": true, "dependencies": { "@types/use-sync-external-store": "^0.0.6", "use-sync-external-store": "^1.4.0" @@ -31214,7 +31612,6 @@ "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz", "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==", "license": "MIT", - "peer": true, "engines": { "node": ">=0.10.0" } @@ -31543,8 +31940,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/redux/-/redux-5.0.1.tgz", "integrity": "sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/redux-thunk": { "version": "3.1.0", @@ -31679,6 +32075,7 @@ "resolved": "https://registry.npmjs.org/rehype-dom-parse/-/rehype-dom-parse-5.0.2.tgz", "integrity": "sha512-8CqP11KaqvtWsMqVEC2yM3cZWZsDNqqpr8nPvogjraLuh45stabgcpXadCAxu1n6JaUNJ/Xr3GIqXP7okbNqLg==", "license": "ISC", + "peer": true, "dependencies": { "@types/hast": "^3.0.0", "hast-util-from-dom": "^5.0.0", @@ -31690,6 +32087,7 @@ "resolved": "https://registry.npmjs.org/rehype-dom-stringify/-/rehype-dom-stringify-4.0.2.tgz", "integrity": "sha512-2HVFYbtmm5W3C2j8QsV9lcHdIMc2Yn/ytlPKcSC85/tRx2haZbU8V67Wxyh8STT38ZClvKlZ993Me/Hw8g88Aw==", "license": "ISC", + "peer": true, "dependencies": { "@types/hast": "^3.0.0", "hast-util-to-dom": "^4.0.0", @@ -31701,6 +32099,7 @@ "resolved": "https://registry.npmjs.org/rehype-minify-whitespace/-/rehype-minify-whitespace-6.0.2.tgz", "integrity": "sha512-Zk0pyQ06A3Lyxhe9vGtOtzz3Z0+qZ5+7icZ/PL/2x1SHPbKao5oB/g/rlc6BCTajqBb33JcOe71Ye1oFsuYbnw==", "license": "MIT", + "peer": true, "dependencies": { "@types/hast": "^3.0.0", "hast-util-minify-whitespace": "^1.0.0" @@ -31715,6 +32114,7 @@ "resolved": "https://registry.npmjs.org/rehype-remark/-/rehype-remark-10.0.1.tgz", "integrity": "sha512-EmDndlb5NVwXGfUa4c9GPK+lXeItTilLhE6ADSaQuHr4JUlKw9MidzGzx4HpqZrNCt6vnHmEifXQiiA+CEnjYQ==", "license": "MIT", + "peer": true, "dependencies": { "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", @@ -31741,6 +32141,7 @@ "resolved": "https://registry.npmjs.org/remark-breaks/-/remark-breaks-4.0.0.tgz", "integrity": "sha512-IjEjJOkH4FuJvHZVIW0QCDWxcG96kCq7An/KVH2NfJe6rKZU2AsHeB3OEjPNRxi4QC34Xdx7I2KGYn6IpT7gxQ==", "license": "MIT", + "peer": true, "dependencies": { "@types/mdast": "^4.0.0", "mdast-util-newline-to-break": "^2.0.0", @@ -31756,6 +32157,7 @@ "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", "license": "MIT", + "peer": true, "dependencies": { "@types/mdast": "^4.0.0", "mdast-util-gfm": "^3.0.0", @@ -31774,6 +32176,7 @@ "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", "license": "MIT", + "peer": true, "dependencies": { "@types/mdast": "^4.0.0", "mdast-util-from-markdown": "^2.0.0", @@ -31790,6 +32193,7 @@ "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz", "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==", "license": "MIT", + "peer": true, "dependencies": { "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", @@ -31807,6 +32211,7 @@ "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", "license": "MIT", + "peer": true, "dependencies": { "@types/mdast": "^4.0.0", "mdast-util-to-markdown": "^2.0.0", @@ -32026,7 +32431,6 @@ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz", "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==", "license": "MIT", - "peer": true, "bin": { "rollup": "dist/bin/rollup" }, @@ -32194,7 +32598,6 @@ "integrity": "sha512-aFOZHGf+ur+bp1bCHZ+u8otKGh77ZtmFyXDo4tlYvT7PWql41Kwd8wdkPqhhT+h2879IVblcHFglIMofsFd1EA==", "devOptional": true, "license": "MIT", - "peer": true, "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", @@ -32332,7 +32735,6 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "license": "MIT", - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -32814,6 +33216,7 @@ "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", "license": "MIT", + "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -33210,6 +33613,7 @@ "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", "license": "MIT", + "peer": true, "dependencies": { "character-entities-html4": "^2.0.0", "character-entities-legacy": "^3.0.0" @@ -33966,6 +34370,7 @@ "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", "license": "MIT", + "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -33976,6 +34381,7 @@ "resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-2.1.0.tgz", "integrity": "sha512-5UR5Biq4VlVOtzqkm2AZlgvSlDJtME46uV0br0gENbwN4l5+mMKT4b9gJKqWtuL2zAIqajGJGuvbCbcAJUZqBg==", "license": "MIT", + "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -33986,6 +34392,7 @@ "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", "license": "MIT", + "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -34104,7 +34511,6 @@ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "license": "(MIT OR CC0-1.0)", - "peer": true, "engines": { "node": ">=10" }, @@ -34317,6 +34723,7 @@ "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", "license": "MIT", + "peer": true, "dependencies": { "@types/unist": "^3.0.0", "bail": "^2.0.0", @@ -34348,6 +34755,7 @@ "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz", "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==", "license": "MIT", + "peer": true, "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0" @@ -34362,6 +34770,7 @@ "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", "license": "MIT", + "peer": true, "dependencies": { "@types/unist": "^3.0.0" }, @@ -34375,6 +34784,7 @@ "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", "license": "MIT", + "peer": true, "dependencies": { "@types/unist": "^3.0.0" }, @@ -34388,6 +34798,7 @@ "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", "license": "MIT", + "peer": true, "dependencies": { "@types/unist": "^3.0.0" }, @@ -34401,6 +34812,7 @@ "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", "license": "MIT", + "peer": true, "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0", @@ -34416,6 +34828,7 @@ "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", "license": "MIT", + "peer": true, "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0" @@ -34611,6 +35024,7 @@ "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", "license": "MIT", + "peer": true, "dependencies": { "@types/unist": "^3.0.0", "vfile-message": "^4.0.0" @@ -34625,6 +35039,7 @@ "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz", "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==", "license": "MIT", + "peer": true, "dependencies": { "@types/unist": "^3.0.0", "unist-util-stringify-position": "^4.0.0" @@ -34751,6 +35166,7 @@ "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", "license": "MIT", + "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -34776,7 +35192,6 @@ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.101.3.tgz", "integrity": "sha512-7b0dTKR3Ed//AD/6kkx/o7duS8H3f1a4w3BYpIriX4BzIhjkn4teo05cptsxvLesHFKK5KObnadmCHBwGc+51A==", "license": "MIT", - "peer": true, "dependencies": { "@types/eslint-scope": "^3.7.7", "@types/estree": "^1.0.8", @@ -34848,7 +35263,6 @@ "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz", "integrity": "sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==", "license": "MIT", - "peer": true, "dependencies": { "@types/bonjour": "^3.5.9", "@types/connect-history-api-fallback": "^1.3.5", @@ -35261,7 +35675,6 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "license": "MIT", - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -35681,6 +36094,7 @@ "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", "license": "MIT", + "peer": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" diff --git a/src/App.js b/src/App.js index 0335710..f7d7420 100644 --- a/src/App.js +++ b/src/App.js @@ -9,8 +9,7 @@ import LandingPage from './pages/LandingPage'; import PerfilFinanceiro from "./perfis/perfil_financeiro/PerfilFinanceiro"; import Perfiladm from "./perfis/Perfil_adm/Perfiladm"; import PerfilMedico from "./perfis/Perfil_medico/PerfilMedico"; - -// COMBINADO: Importações de ambas as versões +import PerfilUsuario from "./perfis/perfil_usuario/PerfilUsuario"; import PerfilPaciente from "./perfis/Perfil_paciente/Perfilpaciente" import ProfilePage from "./pages/ProfilePage"; import Header from "./components/Header/Header"; @@ -36,6 +35,7 @@ function App() { } /> } /> } /> + } /> {/* COMBINADO: Rotas de ambas as versões */} } /> diff --git a/src/components/TrocardePerfis.jsx b/src/components/TrocardePerfis.jsx index 87b2482..0e8e228 100644 --- a/src/components/TrocardePerfis.jsx +++ b/src/components/TrocardePerfis.jsx @@ -34,9 +34,17 @@ const TrocardePerfis = () => { { key: "financeiro", label: "Financeiro", route: "/financeiro" }, { key: "admin", label: "Administração", route: "/admin" }, { key: "paciente", label: "Paciente", route: "/paciente" }, - ].filter( - (opt) => - showProfiles?.includes(opt.key) || showProfiles?.includes("admin") + { key: "usuario", label: "Usuário", route: "/usuario" }, + ]; + + // Normalize roles to lowercase so we can accept variations like 'user' or 'usuario' + const rolesLower = (showProfiles || []).map((r) => String(r).toLowerCase()); + + const filteredOptions = options.filter((opt) => + rolesLower.includes(opt.key) || + rolesLower.includes("admin") || + // accept backend returning 'user' for the usuario profile + (opt.key === "usuario" && rolesLower.includes("user")) ); return ( @@ -48,7 +56,7 @@ const TrocardePerfis = () => { onChange={handleSelectChange} > - {options.map((opt) => ( + {filteredOptions.map((opt) => ( diff --git a/src/components/botaoacessibilidade.css b/src/components/botaoacessibilidade.css index 7046e09..a2a0a8e 100644 --- a/src/components/botaoacessibilidade.css +++ b/src/components/botaoacessibilidade.css @@ -1,272 +1,203 @@ -/* --- ESTILO PARA ESCONDER O BOTÃO ORIGINAL DO VLIBRAS --- */ +@import url('https://fonts.cdnfonts.com/css/open-dyslexic'); + [vw-access-button] { display: none !important; } -/* --- ESTILOS GERAIS DO COMPONENTE --- */ .container-acessibilidade { position: fixed; bottom: 20px; right: 20px; - z-index: 99998; - display: flex; - flex-direction: column; - align-items: center; - pointer-events: none; /* Impede cliques no contêiner */ + z-index: 10000; } - .botao-flutuante-acessibilidade { - position: relative; - z-index: 2; /* Acima do menu */ - background: linear-gradient(45deg, #007bff, #0056b3); - color: white; - border: none; - border-radius: 50%; width: 60px; height: 60px; + border-radius: 50%; + background-color: #007bff; + color: white; + border: none; + box-shadow: 0 4px 8px rgba(0,0,0,0.2); cursor: pointer; - box-shadow: 0 5px 15px rgba(0, 91, 179, 0.4); display: flex; - justify-content: center; align-items: center; - transition: transform 0.2s ease-in-out, box-shadow 0.2s ease; - margin-top: 15px; /* Distância do menu */ - pointer-events: auto; /* Permite que o botão seja clicável */ + justify-content: center; } - -.botao-flutuante-acessibilidade:hover { - transform: scale(1.1); - box-shadow: 0 8px 20px rgba(0, 91, 179, 0.5); -} - -/* --- ESTILOS DO MENU "BALÃO" --- */ .menu-opcoes { - background-color: #ffffff; - border-radius: 12px; - box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); - padding: 8px; + position: absolute; + bottom: 70px; + right: 0; width: 280px; - z-index: 1; /* Abaixo do botão principal */ - border: 1px solid #e9ecef; - - /* Animação */ - transform-origin: bottom center; - transform: translateY(10px) scale(0.95); + max-height: calc(100vh - 100px); + overflow-y: auto; + background-color: white; + border-radius: 8px; + box-shadow: 0 6px 12px rgba(0,0,0,0.3); + display: flex; + flex-direction: column; + gap: 8px; + padding: 15px; + transform: scale(0.95); + transform-origin: bottom right; opacity: 0; visibility: hidden; - transition: all 0.2s ease; - pointer-events: auto; /* Permite que o menu seja clicável */ + transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s; } - .menu-opcoes.aberto { - transform: translateY(0) scale(1); + transform: scale(1); opacity: 1; visibility: visible; } - .menu-titulo { - font-size: 14px; - font-weight: 600; - color: #6c757d; - padding: 8px 12px; - border-bottom: 1px solid #f1f3f5; - margin-bottom: 5px; - transition: color 0.2s ease, border-bottom-color 0.2s ease; + font-size: 18px; + font-weight: bold; + margin-bottom: 10px; + text-align: center; + color: #333; } - -/* --- ESTILOS DOS BOTÕES E DA CHECKBOX NO MENU --- */ .menu-opcoes button, .checkbox-label-button { + width: 100%; + padding: 12px; + border-radius: 6px; + border: 1px solid #ddd; + background-color: #f9f9f9; + cursor: pointer; + text-align: left; display: flex; align-items: center; - gap: 12px; - background-color: transparent; - border: none; - padding: 12px; - text-align: left; - cursor: pointer; - font-size: 16px; - color: #212529; - width: 100%; - border-radius: 8px; - transition: background-color 0.2s ease, color 0.2s ease; + gap: 10px; + font-size: 15px; + color: #333; + transition: background-color 0.2s; } - .menu-opcoes button:hover, .checkbox-label-button:hover { - background-color: #f8f9fa; + background-color: #f0f0f0; } - -/* --- ESTILO DO INTERRUPTOR (CHECKBOX) --- */ -.checkbox-label-button { - justify-content: space-between; -} - .checkbox-label-button input[type="checkbox"] { - appearance: none; - -webkit-appearance: none; - position: relative; - width: 44px; - height: 24px; - background-color: #ced4da; - border-radius: 12px; - cursor: pointer; - transition: background-color 0.3s ease-in-out; -} - -.checkbox-label-button input[type="checkbox"]::before { - content: ''; - position: absolute; - top: 2px; - left: 2px; + margin-left: auto; width: 20px; height: 20px; - background-color: white; - border-radius: 50%; - box-shadow: 0 1px 3px rgba(0,0,0,0.2); - transition: transform 0.3s ease-in-out; + cursor: pointer; } -.checkbox-label-button input[type="checkbox"]:checked { - background-color: #0d6efd; -} - -.checkbox-label-button input[type="checkbox"]:checked::before { - transform: translateX(20px); -} - - -/* --- ✨ NOVOS ESTILOS PARA O CONTROLE DE FONTE ✨ --- */ - +/* Tamanho da Fonte */ .font-size-control { display: flex; - align-items: center; - justify-content: space-between; - padding: 8px 12px; - color: #212529; - transition: color 0.2s ease; - border-top: 1px solid #f1f3f5; - margin-top: 5px; + flex-direction: column; + padding: 10px; + background-color: rgba(0, 0, 0, 0.05); + border-radius: 8px; + margin-bottom: 5px; + gap: 10px; } - .font-size-label { - font-size: 16px; - display: flex; - align-items: center; - gap: 12px; -} - -.font-size-buttons { display: flex; align-items: center; gap: 8px; -} - -.font-size-buttons button { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; - font-weight: bold; - font-size: 16px; - background-color: #e9ecef; - color: #495057; - border: 1px solid #dee2e6; - border-radius: 6px; - width: 36px; - height: 32px; - padding: 0; - cursor: pointer; - display: flex; - justify-content: center; - align-items: center; - transition: background-color 0.2s ease, color 0.2s ease; -} - -.font-size-buttons button:hover { - background-color: #dee2e6; -} - -.font-size-buttons button:disabled { - background-color: #f8f9fa; - color: #adb5bd; - cursor: not-allowed; - border-color: #f1f3f5; -} - -.font-size-display { - font-size: 14px; font-weight: 600; - color: #495057; - min-width: 45px; + font-size: 15px; +} +.font-size-buttons { + display: flex; + justify-content: space-between; + align-items: center; +} +.font-size-buttons button { + border-radius: 50%; + width: 38px; + height: 38px; + border: 1px solid #ddd; + background-color: #fff; + font-size: 16px; + font-weight: bold; + cursor: pointer; + color: #333; + display: flex; + align-items: center; + justify-content: center; + padding: 0; +} +.font-size-buttons span { + font-size: 16px; + font-weight: 600; + min-width: 50px; text-align: center; - transition: color 0.2s ease; } -/* Dark mode styles */ -html[data-bs-theme="dark"] { - - /* Floating button */ - .botao-flutuante-acessibilidade { - background: linear-gradient(45deg, #212529, #343a40); - color: #f8f9fa; - box-shadow: 0 5px 15px rgba(33, 37, 41, 0.4); - } - .botao-flutuante-acessibilidade:hover { - box-shadow: 0 8px 20px rgba(33, 37, 41, 0.5); - } - - /* Menu balloon */ - .menu-opcoes { - background-color: #23272b; - border: 1px solid #343a40; - box-shadow: 0 8px 25px rgba(0,0,0,0.4); - } - .menu-titulo { - color: #adb5bd; - border-bottom: 1px solid #343a40; - } - - /* Menu buttons and checkbox */ - .menu-opcoes button, - .checkbox-label-button { - color: #f8f9fa; - } - .menu-opcoes button:hover, - .checkbox-label-button:hover { - background-color: #343a40; - } - - /* Checkbox switch */ - .checkbox-label-button input[type="checkbox"] { - background-color: #495057; - } - .checkbox-label-button input[type="checkbox"]:checked { - background-color: #0d6efd; - } - .checkbox-label-button input[type="checkbox"]::before { - background-color: #f8f9fa; - } - - /* Font size control */ - .font-size-control { - color: #f8f9fa; - border-top: 1px solid #343a40; - } - .font-size-label { - color: #f8f9fa; - } - .font-size-buttons button { - background-color: #343a40; - color: #f8f9fa; - border: 1px solid #495057; - } - .font-size-buttons button:hover { - background-color: #495057; - } - .font-size-buttons button:disabled { - background-color: #23272b; - color: #6c757d; - border-color: #343a40; - } - .font-size-display { - color: #f8f9fa; - } +/* Fonte para Dislexia */ +.dyslexia-font-active * { + font-family: 'Open-Dyslexic', sans-serif !important; } + +/* Espaçamento e Altura */ +.letter-spacing-active p, .letter-spacing-active li, .letter-spacing-active span, .letter-spacing-active a, .letter-spacing-active div, .letter-spacing-active td, .letter-spacing-active h1, .letter-spacing-active h2, .letter-spacing-active h3, .letter-spacing-active h4, .letter-spacing-active h5, .letter-spacing-active h6 { + letter-spacing: 1.5px !important; +} +.line-height-active p, .line-height-active li, .line-height-active span, .line-height-active a, .line-height-active div, .line-height-active td, .line-height-active h1, .line-height-active h2, .line-height-active h3, .line-height-active h4, .line-height-active h5, .line-height-active h6 { + line-height: 3 !important; +} + +/* Guia de Leitura */ +.reading-guide-mask { + position: fixed; + left: 0; + width: 100%; + background: rgba(0, 0, 0, 0.7); + z-index: 99999; + pointer-events: none; + transition: all 0.05s ease-out; +} +.reading-guide-top { + top: 0; + height: 0; +} +.reading-guide-bottom { + bottom: 0; + top: 100vh; +} + +/* Cursor Grande */ +.big-cursor-active, .big-cursor-active * { + cursor: url('data:image/svg+xml;utf8,') 1 1, auto !important; +} + +/* Filtros de Daltonismo */ +.colorblind-protanopia { filter: url(#protanopia); } +.colorblind-deuteranopia { filter: url(#deuteranopia); } +.colorblind-tritanopia { filter: url(#tritanopia); } +.colorblind-achromatopsia { filter: url(#achromatopsia); } + +.acessibilidade-select-control { + display: flex; + flex-direction: column; + gap: 8px; + background-color: rgba(0, 0, 0, 0.05); + padding: 10px; + border-radius: 8px; + margin-bottom: 5px; +} +.acessibilidade-select-control label { + display: flex; + align-items: center; + gap: 8px; + font-weight: 600; + font-size: 15px; +} +.acessibilidade-select-control select { + width: 100%; + padding: 8px; + border-radius: 4px; + border: 1px solid #ccc; + font-size: 14px; +} + +/* Dark Mode */ +.dark-mode .menu-opcoes { background-color: #2d2d2d; color: #f1f1f1; } +.dark-mode .menu-titulo { color: #f1f1f1; } +.dark-mode .menu-opcoes button, .dark-mode .checkbox-label-button { background-color: #424242; border-color: #555; color: #f1f1f1; } +.dark-mode .menu-opcoes button:hover, .dark-mode .checkbox-label-button:hover { background-color: #535353; } +.dark-mode .font-size-control, .dark-mode .acessibilidade-select-control { background-color: rgba(255, 255, 255, 0.1); } +.dark-mode .font-size-buttons button { background-color: #535353; color: #f1f1f1; border-color: #666; } +.dark-mode .acessibilidade-select-control select { background-color: #535353; color: #f1f1f1; border-color: #666; } \ No newline at end of file diff --git a/src/components/botaoacessibilidade.jsx b/src/components/botaoacessibilidade.jsx index 02a564d..2a8c60f 100644 --- a/src/components/botaoacessibilidade.jsx +++ b/src/components/botaoacessibilidade.jsx @@ -2,41 +2,131 @@ import React, { useState, useEffect, useRef } from 'react'; import './botaoacessibilidade.css'; // Importando o CSS import { setTheme } from '../assets/static/js/components/dark'; +// Componente para o Guia de Leitura +function GuiaDeLeitura() { + const topMaskRef = useRef(null); + const bottomMaskRef = useRef(null); + useEffect(() => { + const handleMouseMove = (e) => { + if (topMaskRef.current && bottomMaskRef.current) { + const windowHeight = 40; + const offset = windowHeight / 2; + topMaskRef.current.style.height = `${e.clientY - offset}px`; + bottomMaskRef.current.style.top = `${e.clientY + offset}px`; + } + }; + window.addEventListener('mousemove', handleMouseMove); + return () => { window.removeEventListener('mousemove', handleMouseMove); }; + }, []); + + return ( + <> +
+
+ + ); +} + +// --- COMPONENTE PRINCIPAL --- function BotaoAcessibilidade() { + // Estados de todas as funcionalidades const [isMenuOpen, setIsMenuOpen] = useState(false); - const [isReadOnHoverActive, setIsReadOnHoverActive] = useState(false); const [isDarkMode, setIsDarkMode] = useState(false); + const [isReadOnHoverActive, setIsReadOnHoverActive] = useState(false); + const [fontSize, setFontSize] = useState(1); + const [isBigCursor, setIsBigCursor] = useState(false); + const [colorblindMode, setColorblindMode] = useState('none'); + const [isReadingGuide, setIsReadingGuide] = useState(false); + const [isDyslexiaFont, setIsDyslexiaFont] = useState(false); + const [isLetterSpacing, setIsLetterSpacing] = useState(false); + const [isLineHeight, setIsLineHeight] = useState(false); const lastSpokenTargetRef = useRef(null); + // Efeitos para aplicar as funcionalidades na página + useEffect(() => { setTheme(isDarkMode ? "dark" : "light", true); }, [isDarkMode]); useEffect(() => { - setTheme(isDarkMode ? "dark" : "light", true); - }, [isDarkMode]); - + const originalFontSize = document.documentElement.style.fontSize; + document.documentElement.style.fontSize = `${fontSize * 100}%`; + return () => { document.documentElement.style.fontSize = originalFontSize; }; + }, [fontSize]); useEffect(() => { - if (!isReadOnHoverActive) { - window.speechSynthesis.cancel(); - return; + document.body.classList.toggle('big-cursor-active', isBigCursor); + return () => { document.body.classList.remove('big-cursor-active'); }; + }, [isBigCursor]); + useEffect(() => { + document.body.classList.toggle('dyslexia-font-active', isDyslexiaFont); + return () => { document.body.classList.remove('dyslexia-font-active'); }; + }, [isDyslexiaFont]); + useEffect(() => { + document.body.classList.toggle('letter-spacing-active', isLetterSpacing); + return () => { document.body.classList.remove('letter-spacing-active'); }; + }, [isLetterSpacing]); + useEffect(() => { + document.body.classList.toggle('line-height-active', isLineHeight); + return () => { document.body.classList.remove('line-height-active'); }; + }, [isLineHeight]); + useEffect(() => { + const classesToRemove = ['colorblind-protanopia', 'colorblind-deuteranopia', 'colorblind-tritanopia', 'colorblind-achromatopsia']; + document.documentElement.classList.remove(...classesToRemove); + if (colorblindMode !== 'none') { + document.documentElement.classList.add(`colorblind-${colorblindMode}`); } - const handleMouseOver = (event) => { - const target = event.target; - if (target && target !== lastSpokenTargetRef.current && target.innerText) { - const text = target.innerText.trim(); - if (text.length > 0 && ['P', 'H1', 'H2', 'H3', 'BUTTON', 'A', 'LI', 'LABEL'].includes(target.tagName)) { - lastSpokenTargetRef.current = target; + }, [colorblindMode]); +// VERSÃO DEFINITIVA - Muito mais abrangente +useEffect(() => { + if (!isReadOnHoverActive) { + window.speechSynthesis.cancel(); + return; + } + + const handleMouseOver = (event) => { + // Seletor muito mais completo, incluindo DIVs, SPANs, células de tabela, imagens e papéis de acessibilidade + const selector = 'P, H1, H2, H3, H4, H5, H6, BUTTON, A, LI, LABEL, SPAN, TD, TH, DT, DD, FIGCAPTION, [role="button"], [role="link"], [role="menuitem"], IMG'; + const relevantElement = event.target.closest(selector); + + if (relevantElement && relevantElement !== lastSpokenTargetRef.current) { + let textToSpeak = ''; + + // Lógica especial para IMAGENS: lê o atributo "alt" + if (relevantElement.tagName === 'IMG') { + textToSpeak = relevantElement.getAttribute('alt'); + } + // Lógica para outros elementos: prioriza aria-label, depois title, e por último o texto interno + else { + textToSpeak = + relevantElement.getAttribute('aria-label') || + relevantElement.getAttribute('title') || + relevantElement.innerText; + } + + if (textToSpeak) { + textToSpeak = textToSpeak.trim(); + + // Evita ler elementos que só têm elementos filhos, mas nenhum texto próprio direto + const hasTextAndNoChildren = textToSpeak.length > 0 && relevantElement.children.length === 0; + const hasTextAndIsBlock = textToSpeak.length > 0 && !['SPAN', 'A', 'STRONG', 'EM'].includes(relevantElement.tagName); + + if (hasTextAndNoChildren || hasTextAndIsBlock) { + lastSpokenTargetRef.current = relevantElement; window.speechSynthesis.cancel(); - const utterance = new SpeechSynthesisUtterance(text); + const utterance = new SpeechSynthesisUtterance(textToSpeak); utterance.lang = 'pt-BR'; window.speechSynthesis.speak(utterance); } } - }; - document.body.addEventListener('mouseover', handleMouseOver); - return () => { - document.body.removeEventListener('mouseover', handleMouseOver); - window.speechSynthesis.cancel(); - }; - }, [isReadOnHoverActive]); + } + }; + document.body.addEventListener('mouseover', handleMouseOver); + return () => { + document.body.removeEventListener('mouseover', handleMouseOver); + window.speechSynthesis.cancel(); + }; +}, [isReadOnHoverActive]); + + // Funções de controle + const handleIncreaseFontSize = () => setFontSize(prevSize => Math.min(prevSize + 0.1, 1.6)); + const handleDecreaseFontSize = () => setFontSize(prevSize => Math.max(prevSize - 0.1, 0.8)); const handleVlibrasClick = () => { const originalVlibrasButton = document.querySelector('[vw-access-button]'); if (originalVlibrasButton) { @@ -47,53 +137,96 @@ function BotaoAcessibilidade() { setIsMenuOpen(false); }; - const handleReadAloud = () => { - const selectedText = window.getSelection().toString().trim(); - if (selectedText) { - window.speechSynthesis.cancel(); - const utterance = new SpeechSynthesisUtterance(selectedText); - utterance.lang = 'pt-BR'; - window.speechSynthesis.speak(utterance); - } else { - alert("Por favor, selecione um texto para ler em voz alta."); - } - setIsMenuOpen(false); - }; - return (
+ {isReadingGuide && } + + + + + + + +
Acessibilidade
+ +
+
+ + Tamanho da Fonte +
+
+ + {`${Math.round(fontSize * 100)}%`} + +
+
+ +
+ + +
+ + + + + + + + + + + + + + {/* ADICIONADO DE VOLTA: Botão para LIBRAS */}
-
); } - -export default BotaoAcessibilidade; - +export default BotaoAcessibilidade; \ No newline at end of file diff --git a/src/data/sidebar-items-usuario.json b/src/data/sidebar-items-usuario.json new file mode 100644 index 0000000..31cbf02 --- /dev/null +++ b/src/data/sidebar-items-usuario.json @@ -0,0 +1,17 @@ +[ + { + "name": "Menu", + "isTitle": true + }, + { + "name": "Cadastro de Pacientes", + "icon": "clipboard-heart-fill", + "url": "/usuario/pacientes" + }, + { + "name": "Laudo do Paciente", + "icon": "table", + "url": "/usuario/laudo" + } + +] diff --git a/src/pages/PatientCadastroManager.jsx b/src/pages/PatientCadastroManager.jsx index 1504b5b..43bd3c2 100644 --- a/src/pages/PatientCadastroManager.jsx +++ b/src/pages/PatientCadastroManager.jsx @@ -158,7 +158,8 @@ function PatientCadastroManager({ setCurrentPage }) { setTimeout(() => { setShowModal(false); - navigate('/secretaria/pacientes'); + // use relative navigation so this component works under different parent routes + navigate('..'); }, 2000); } catch (error) { @@ -200,10 +201,11 @@ function PatientCadastroManager({ setCurrentPage }) {