@procore/text-editor 1.1.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/.jest/ckeditorMock.js +1 -0
  2. package/.jest/setupTests.js +1 -2
  3. package/CHANGELOG.md +17 -0
  4. package/README.md +15 -0
  5. package/dist/TextEditor/CKTextEditor.js +7 -3
  6. package/dist/TextEditor/CKTextEditor.js.map +1 -1
  7. package/dist/TextEditor/TextEditor.styles.d.ts +15 -7
  8. package/dist/TextEditor/TextEditor.styles.js +6 -6
  9. package/dist/TextEditor/TextEditor.styles.js.map +1 -1
  10. package/dist/TextEditor/TextEditor.types.d.ts +28 -8
  11. package/dist/TextEditor/TextEditor.types.js.map +1 -1
  12. package/dist/TextEditor/TinyMCETextEditor.js +2 -1
  13. package/dist/TextEditor/TinyMCETextEditor.js.map +1 -1
  14. package/dist/TextEditor/plugins/ProcoreImageUploadPlugin/ProcoreImageUploadPlugin.d.ts +6 -0
  15. package/dist/TextEditor/plugins/ProcoreImageUploadPlugin/ProcoreImageUploadPlugin.js +114 -14
  16. package/dist/TextEditor/plugins/ProcoreImageUploadPlugin/ProcoreImageUploadPlugin.js.map +1 -1
  17. package/dist/TextEditor/utils/config.js +3 -3
  18. package/dist/TextEditor/utils/config.js.map +1 -1
  19. package/dist/TextEditor/utils/richTextEditorHandlers.d.ts +4 -1
  20. package/dist/TextEditor/utils/richTextEditorHandlers.js +79 -21
  21. package/dist/TextEditor/utils/richTextEditorHandlers.js.map +1 -1
  22. package/dist/TextEditorOutput/TextEditorOutput.styles.d.ts +3 -1
  23. package/dist/TextEditorOutput/TextEditorOutput.styles.js +2 -2
  24. package/dist/TextEditorOutput/TextEditorOutput.styles.js.map +1 -1
  25. package/dist/TextEditorOutput/TextEditorOutput.utils.js +7 -3
  26. package/dist/TextEditorOutput/TextEditorOutput.utils.js.map +1 -1
  27. package/dist/_typedoc/TextEditor/TextEditor.types.json +323 -49
  28. package/dist/_typedoc/TextEditor/TextEditorProvider.types.json +2 -2
  29. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +3 -3
  30. package/dist/_typedoc/deprecations.json +1 -1
  31. package/dist/locales/de-DE.json +1 -0
  32. package/dist/locales/en-AU.json +1 -0
  33. package/dist/locales/en-CA.json +1 -0
  34. package/dist/locales/en-GB.json +1 -0
  35. package/dist/locales/en.json +1 -0
  36. package/dist/locales/es-ES.json +1 -0
  37. package/dist/locales/es.json +1 -0
  38. package/dist/locales/fr-CA.json +1 -0
  39. package/dist/locales/fr-FR.json +1 -0
  40. package/dist/locales/is-IS.json +1 -0
  41. package/dist/locales/it-IT.json +1 -0
  42. package/dist/locales/ja-JP.json +1 -0
  43. package/dist/locales/nb-NO.json +1 -0
  44. package/dist/locales/pl-PL.json +1 -0
  45. package/dist/locales/pt-BR.json +1 -0
  46. package/dist/locales/pt-PT.json +1 -0
  47. package/dist/locales/th-TH.json +1 -0
  48. package/dist/locales/zh-SG.json +1 -0
  49. package/dist/locales/zh-TW.json +1 -0
  50. package/package.json +10 -10
@@ -10,7 +10,7 @@
10
10
  "description": "",
11
11
  "descriptionHtml": "",
12
12
  "sourceFile": "packages/text-editor/src/TextEditor/TextEditorProvider.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/8b69fd24db849f5514b8a2a86f1bfc61cb1ead77/packages/text-editor/src/TextEditor/TextEditorProvider.types.ts#L9"
13
+ "sourceUrl": "https://github.com/procore/core/blob/74a2a6e9ef458b346a066a8f63dbc2f5ee1110ea/packages/text-editor/src/TextEditor/TextEditorProvider.types.ts#L9"
14
14
  },
15
15
  {
16
16
  "name": "features",
@@ -20,7 +20,7 @@
20
20
  "description": "- `stickyToolbar` - Have the editor toolbar stick to the top when content is longer than the page length.\n- `tabAsNavigation` - Have `Tab` key exit the editor. Support `Alt`/`Opt` + `Tab` as triple space indent.",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<ul>\n<li><code>stickyToolbar</code> - Have the editor toolbar stick to the top when content is longer than the page length.</li>\n<li><code>tabAsNavigation</code> - Have <code>Tab</code> key exit the editor. Support <code>Alt</code>/<code>Opt</code> + <code>Tab</code> as triple space indent.</li>\n</ul>\n</div></div>",
22
22
  "sourceFile": "packages/text-editor/src/TextEditor/TextEditorProvider.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/8b69fd24db849f5514b8a2a86f1bfc61cb1ead77/packages/text-editor/src/TextEditor/TextEditorProvider.types.ts#L14"
23
+ "sourceUrl": "https://github.com/procore/core/blob/74a2a6e9ef458b346a066a8f63dbc2f5ee1110ea/packages/text-editor/src/TextEditor/TextEditorProvider.types.ts#L14"
24
24
  }
25
25
  ],
26
26
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "Additional classNames",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.24.0</p></dd></dl></div>",
12
12
  "sourceFile": "packages/text-editor/src/TextEditorOutput/TextEditorOutput.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/8b69fd24db849f5514b8a2a86f1bfc61cb1ead77/packages/text-editor/src/TextEditorOutput/TextEditorOutput.types.ts#L14"
13
+ "sourceUrl": "https://github.com/procore/core/blob/74a2a6e9ef458b346a066a8f63dbc2f5ee1110ea/packages/text-editor/src/TextEditorOutput/TextEditorOutput.types.ts#L14"
14
14
  },
15
15
  {
16
16
  "name": "style",
@@ -20,7 +20,7 @@
20
20
  "description": "Additional CSS styles",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.24.0</p></dd></dl></div>",
22
22
  "sourceFile": "packages/text-editor/src/TextEditorOutput/TextEditorOutput.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/8b69fd24db849f5514b8a2a86f1bfc61cb1ead77/packages/text-editor/src/TextEditorOutput/TextEditorOutput.types.ts#L21"
23
+ "sourceUrl": "https://github.com/procore/core/blob/74a2a6e9ef458b346a066a8f63dbc2f5ee1110ea/packages/text-editor/src/TextEditorOutput/TextEditorOutput.types.ts#L21"
24
24
  },
25
25
  {
26
26
  "name": "value",
@@ -30,7 +30,7 @@
30
30
  "description": "Formatted text from `TextEditor`",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Formatted text from <code>TextEditor</code></p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.24.0</p></dd></dl></div>",
32
32
  "sourceFile": "packages/text-editor/src/TextEditorOutput/TextEditorOutput.types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/8b69fd24db849f5514b8a2a86f1bfc61cb1ead77/packages/text-editor/src/TextEditorOutput/TextEditorOutput.types.ts#L7"
33
+ "sourceUrl": "https://github.com/procore/core/blob/74a2a6e9ef458b346a066a8f63dbc2f5ee1110ea/packages/text-editor/src/TextEditorOutput/TextEditorOutput.types.ts#L7"
34
34
  }
35
35
  ],
36
36
  "description": ""
@@ -1 +1 @@
1
- [{"interface":"TextEditorProps","property":"initialValue","deprecatedSince":"0.0.1","message":"`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead","deprecationKind":"prop"}]
1
+ [{"interface":"TextEditorBaseProps","property":"initialValue","deprecatedSince":"0.0.1","message":"`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead","deprecationKind":"prop"},{"interface":"TextEditorProps","property":"initialValue","deprecatedSince":"0.0.1","message":"`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead","deprecationKind":"prop"}]
@@ -10,6 +10,7 @@
10
10
  "imageLimit" : "Sie haben das Limit von %{count} Bildern erreicht. Entfernen Sie ein Bild, bevor Sie ein neues hinzufügen.",
11
11
  "unreadable" : "Diese Datei konnte nicht als Bild gelesen werden. Wählen Sie ein anderes Bild aus und versuchen Sie es erneut.",
12
12
  "failed" : "Dieses Bild konnte nicht hochgeladen werden. Überprüfen Sie Ihre Verbindung und versuchen Sie es erneut.",
13
+ "missingStorageInstructions" : "Beim Hochladen dieses Bildes ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.",
13
14
  "invalidProstoreFileId" : "Beim Hochladen dieses Bildes ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.",
14
15
  "invalidImageUrl" : "Beim Hochladen dieses Bildes ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut."
15
16
  }
@@ -10,6 +10,7 @@
10
10
  "imageLimit" : "You've reached the limit of %{count} images. Remove one before adding another.",
11
11
  "unreadable" : "This file couldn't be read as an image. Choose a different image and try again.",
12
12
  "failed" : "We couldn't upload this image. Check your connection and try again.",
13
+ "missingStorageInstructions" : "Something went wrong uploading this image. Please try again.",
13
14
  "invalidProstoreFileId" : "Something went wrong uploading this image. Please try again.",
14
15
  "invalidImageUrl" : "Something went wrong uploading this image. Please try again."
15
16
  }
@@ -10,6 +10,7 @@
10
10
  "imageLimit" : "You've reached the limit of %{count} images. Remove one before adding another.",
11
11
  "unreadable" : "This file couldn't be read as an image. Choose a different image and try again.",
12
12
  "failed" : "We couldn't upload this image. Check your connection and try again.",
13
+ "missingStorageInstructions" : "Something went wrong uploading this image. Please try again.",
13
14
  "invalidProstoreFileId" : "Something went wrong uploading this image. Please try again.",
14
15
  "invalidImageUrl" : "Something went wrong uploading this image. Please try again."
15
16
  }
@@ -10,6 +10,7 @@
10
10
  "imageLimit" : "You've reached the limit of %{count} images. Remove one before adding another.",
11
11
  "unreadable" : "This file couldn't be read as an image. Choose a different image and try again.",
12
12
  "failed" : "We couldn't upload this image. Check your connection and try again.",
13
+ "missingStorageInstructions" : "Something went wrong uploading this image. Please try again.",
13
14
  "invalidProstoreFileId" : "Something went wrong uploading this image. Please try again.",
14
15
  "invalidImageUrl" : "Something went wrong uploading this image. Please try again."
15
16
  }
@@ -10,6 +10,7 @@
10
10
  "imageLimit": "You've reached the limit of %{count} images. Remove one before adding another.",
11
11
  "unreadable": "This file couldn't be read as an image. Choose a different image and try again.",
12
12
  "failed": "We couldn't upload this image. Check your connection and try again.",
13
+ "missingStorageInstructions": "Something went wrong uploading this image. Please try again.",
13
14
  "invalidProstoreFileId": "Something went wrong uploading this image. Please try again.",
14
15
  "invalidImageUrl": "Something went wrong uploading this image. Please try again."
15
16
  }
@@ -10,6 +10,7 @@
10
10
  "imageLimit" : "Ha alcanzado el límite de %{count} imágenes. Elimine una antes de añadir otra.",
11
11
  "unreadable" : "Este archivo no se ha podido leer como una imagen. Elija otra imagen e inténtelo de nuevo.",
12
12
  "failed" : "No se ha podido cargar esta imagen. Compruebe la conexión e inténtelo de nuevo.",
13
+ "missingStorageInstructions" : "Se ha producido un error al cargar esta imagen. Inténtelo de nuevo.",
13
14
  "invalidProstoreFileId" : "Se ha producido un error al cargar esta imagen. Inténtelo de nuevo.",
14
15
  "invalidImageUrl" : "Se ha producido un error al cargar esta imagen. Inténtelo de nuevo."
15
16
  }
@@ -10,6 +10,7 @@
10
10
  "imageLimit" : "Alcanzó el límite de %{count} imágenes. Elimine una antes de agregar otra.",
11
11
  "unreadable" : "Este archivo no se pudo leer como una imagen. Elija otra imagen e inténtelo de nuevo.",
12
12
  "failed" : "No se pudo cargar esta imagen. Verifique su conexión y vuelva a intentarlo.",
13
+ "missingStorageInstructions" : "Se produjo un error al cargar esta imagen. Inténtelo de nuevo.",
13
14
  "invalidProstoreFileId" : "Se produjo un error al subir esta imagen. Inténtelo de nuevo.",
14
15
  "invalidImageUrl" : "Se produjo un error al subir esta imagen. Inténtelo de nuevo."
15
16
  }
@@ -10,6 +10,7 @@
10
10
  "imageLimit" : "Vous avez atteint la limite de %{count} images. Enlevez-en une avant d'en ajouter une autre.",
11
11
  "unreadable" : "Ce fichier n'a pas pu être lu comme une image. Choisissez une autre image et réessayez.",
12
12
  "failed" : "Nous n'avons pas pu téléverser cette image. Vérifiez votre connexion et réessayez.",
13
+ "missingStorageInstructions" : "Une erreur s'est produite lors du téléversement de cette image. Veuillez réessayer.",
13
14
  "invalidProstoreFileId" : "Une erreur s'est produite lors du téléversement de cette image. Veuillez réessayer.",
14
15
  "invalidImageUrl" : "Une erreur s'est produite lors du téléversement de cette image. Veuillez réessayer."
15
16
  }
@@ -10,6 +10,7 @@
10
10
  "imageLimit" : "Vous avez atteint la limite de %{count} images. Retirez-en une avant d'en ajouter une autre.",
11
11
  "unreadable" : "Impossible de lire ce fichier comme une image. Choisissez une autre image et réessayez.",
12
12
  "failed" : "Nous n'avons pas pu charger cette image. Vérifiez votre connexion et réessayez.",
13
+ "missingStorageInstructions" : "Une erreur s'est produite lors du chargement de cette image. Veuillez réessayer.",
13
14
  "invalidProstoreFileId" : "Une erreur s'est produite lors du chargement de cette image. Veuillez réessayer.",
14
15
  "invalidImageUrl" : "Une erreur s'est produite lors du chargement de cette image. Veuillez réessayer."
15
16
  }
@@ -10,6 +10,7 @@
10
10
  "imageLimit" : "Þú hefur náð hámarkinu %{count} myndir. Fjarlægðu eitt áður en þú bætir öðru við.",
11
11
  "unreadable" : "Ekki var hægt að lesa þessa skrá sem mynd. Veldu aðra mynd og reyndu aftur.",
12
12
  "failed" : "Við gátum ekki hlaðið þessari mynd inn. Athugaðu tenginguna þína og reyndu aftur.",
13
+ "missingStorageInstructions" : "Eitthvað fór úrskeiðis við að hlaða þessari mynd inn. Vinsamlegast reyndu aftur.",
13
14
  "invalidProstoreFileId" : "Eitthvað fór úrskeiðis við að hlaða þessari mynd inn. Vinsamlegast reynið aftur.",
14
15
  "invalidImageUrl" : "Eitthvað fór úrskeiðis við að hlaða þessari mynd inn. Vinsamlegast reynið aftur."
15
16
  }
@@ -10,6 +10,7 @@
10
10
  "imageLimit" : "È stato raggiunto il limite di %{count} immagini. Rimuoverne una prima di aggiungerne un'altra.",
11
11
  "unreadable" : "Impossibile leggere questo file come immagine. Scegliere un'immagine diversa e riprovare.",
12
12
  "failed" : "Impossibile caricare questa immagine. Verificare la connessione e riprovare.",
13
+ "missingStorageInstructions" : "Si è verificato un errore durante il caricamento di questa immagine. Riprovare.",
13
14
  "invalidProstoreFileId" : "Si è verificato un errore durante il caricamento di questa immagine. Riprovare.",
14
15
  "invalidImageUrl" : "Si è verificato un errore durante il caricamento di questa immagine. Riprovare."
15
16
  }
@@ -10,6 +10,7 @@
10
10
  "imageLimit" : "画像数の上限である%{count}枚に達しました。新しいものを追加する前に、1 つ削除してください。",
11
11
  "unreadable" : "このファイルは画像として読み込めませんでした。別の画像を選択して、もう一度お試しください。",
12
12
  "failed" : "この画像をアップロードできませんでした。接続状況を確認して、もう一度お試しください。",
13
+ "missingStorageInstructions" : "画像のアップロード中に問題が発生しました。もう一度お試しください。",
13
14
  "invalidProstoreFileId" : "画像のアップロード中に問題が発生しました。もう一度お試しください。",
14
15
  "invalidImageUrl" : "画像のアップロード中に問題が発生しました。もう一度お試しください。"
15
16
  }
@@ -10,6 +10,7 @@
10
10
  "imageLimit" : "Du har nådd grensen på %{count} bilder. Fjern ett før du legger til et annet.",
11
11
  "unreadable" : "Denne filen kan ikke leses som et bilde. Velg et annet bilde og prøv igjen.",
12
12
  "failed" : "Vi kan ikke laste opp dette bildet. Sjekk tilkoblingen din og prøv igjen.",
13
+ "missingStorageInstructions" : "Noe gikk galt under opplastingen av dette bildet. Prøv igjen.",
13
14
  "invalidProstoreFileId" : "Noe gikk galt under opplastingen av dette bildet. Prøv igjen.",
14
15
  "invalidImageUrl" : "Noe gikk galt under opplastingen av dette bildet. Prøv igjen."
15
16
  }
@@ -10,6 +10,7 @@
10
10
  "imageLimit" : "Osiągnięto limit %{count} obrazów. Usuń jeden przed dodaniem kolejnego.",
11
11
  "unreadable" : "Tego pliku nie można odczytać jako obrazu. Wybierz inny obraz i spróbuj ponownie.",
12
12
  "failed" : "Nie udało się przesłać tego obrazu. Sprawdź połączenie i spróbuj ponownie.",
13
+ "missingStorageInstructions" : "Wystąpił błąd podczas przesyłania tego obrazu. Spróbuj ponownie.",
13
14
  "invalidProstoreFileId" : "Wystąpił błąd podczas przesyłania tego obrazu. Spróbuj ponownie.",
14
15
  "invalidImageUrl" : "Wystąpił błąd podczas przesyłania tego obrazu. Spróbuj ponownie."
15
16
  }
@@ -10,6 +10,7 @@
10
10
  "imageLimit" : "Você atingiu o limite de %{count} imagens. Remova uma antes de adicionar outra.",
11
11
  "unreadable" : "Este arquivo não pôde ser lido como uma imagem. Escolha uma imagem diferente e tente novamente.",
12
12
  "failed" : "Não foi possível fazer upload desta imagem. Verifique a conexão e tente novamente.",
13
+ "missingStorageInstructions" : "Ocorreu um erro ao fazer upload desta imagem. Tente novamente.",
13
14
  "invalidProstoreFileId" : "Ocorreu um erro ao fazer upload desta imagem. Tente novamente.",
14
15
  "invalidImageUrl" : "Ocorreu um erro ao fazer upload desta imagem. Tente novamente."
15
16
  }
@@ -10,6 +10,7 @@
10
10
  "imageLimit" : "Atingiu o limite de %{count} imagens. Remova uma antes de adicionar outra.",
11
11
  "unreadable" : "Não foi possível ler este ficheiro como uma imagem. Escolha uma imagem diferente e tente novamente.",
12
12
  "failed" : "Não foi possível carregar esta imagem. Verifique a sua ligação e tente novamente.",
13
+ "missingStorageInstructions" : "Ocorreu um erro ao carregar esta imagem. Tente novamente.",
13
14
  "invalidProstoreFileId" : "Ocorreu um erro ao carregar esta imagem. Por favor, tente novamente.",
14
15
  "invalidImageUrl" : "Ocorreu um erro ao carregar esta imagem. Por favor, tente novamente."
15
16
  }
@@ -10,6 +10,7 @@
10
10
  "imageLimit" : "คุณใช้จำนวนภาพครบ %{count} ภาพแล้ว นำอันหนึ่งออกก่อนจึงจะสามารถเพิ่มอันใหม่ได้",
11
11
  "unreadable" : "ไฟล์นี้ไม่สามารถอ่านเป็นรูปภาพได้ เลือกภาพอื่นแล้วลองใหม่อีกครั้ง",
12
12
  "failed" : "เราไม่สามารถอัปโหลดรูปภาพนี้ได้ ตรวจสอบการเชื่อมต่อของคุณแล้วลองใหม่อีกครั้ง",
13
+ "missingStorageInstructions" : "เกิดข้อผิดพลาดบางอย่างขณะอัปโหลดรูปภาพนี้ กรุณาลองอีกครั้ง.",
13
14
  "invalidProstoreFileId" : "เกิดข้อผิดพลาดบางอย่างขณะอัปโหลดรูปภาพนี้ โปรดลองอีกครั้ง",
14
15
  "invalidImageUrl" : "เกิดข้อผิดพลาดบางอย่างขณะอัปโหลดรูปภาพนี้ โปรดลองอีกครั้ง"
15
16
  }
@@ -10,6 +10,7 @@
10
10
  "imageLimit" : "你已达到 %{count} 张图片的上限。请先移除一张图片,再添加新图片。",
11
11
  "unreadable" : "此文件无法作为图像读取。请选择其他图片,然后重试。",
12
12
  "failed" : "无法上传此图片。请检查连接,然后重试。",
13
+ "missingStorageInstructions" : "上传此图片时出错。请重试。",
13
14
  "invalidProstoreFileId" : "上传此图片时出错。请重试。",
14
15
  "invalidImageUrl" : "上传此图片时出错。请重试。"
15
16
  }
@@ -10,6 +10,7 @@
10
10
  "imageLimit" : "您已達到 %{count} 張影像的上限。請先移除一張,再新增另一張。",
11
11
  "unreadable" : "無法將此檔案讀取為影像。請選擇其他影像後再試一次。",
12
12
  "failed" : "無法上傳此影像。請檢查您的網路連線並再試一次。",
13
+ "missingStorageInstructions" : "上傳此影像時發生問題。請再試一次。",
13
14
  "invalidProstoreFileId" : "上傳此影像時發生問題。請再試一次。",
14
15
  "invalidImageUrl" : "上傳此影像時發生問題。請再試一次。"
15
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@procore/text-editor",
3
- "version": "1.1.0",
3
+ "version": "1.2.1",
4
4
  "description": "Rich text editor component based on CKEditor 5",
5
5
  "author": "Procore Technologies",
6
6
  "homepage": "https://github.com/procore/core/tree/main/packages/text-editor",
@@ -69,7 +69,7 @@
69
69
  "test:watch": "yarn run test --watch"
70
70
  },
71
71
  "peerDependencies": {
72
- "@procore/core-react": "^12.53.1",
72
+ "@procore/core-react": "^12.53.3",
73
73
  "@procore/globalization-toolkit": ">= 3 < 4",
74
74
  "ckeditor5": ">= 47 < 49",
75
75
  "ckeditor5-premium-features": ">= 47 < 49",
@@ -82,13 +82,13 @@
82
82
  "@procore/cdn-translations": "^1.0.1",
83
83
  "@procore/core-http": "^13.1.0",
84
84
  "@procore/core-i18n-js": "^10.30.0",
85
- "@procore/core-icons": "^12.19.0",
85
+ "@procore/core-icons": "^12.20.0",
86
86
  "@procore/toast-alert": "^5.2.0",
87
87
  "@procore/web-sdk-env-utils": "^0.1.0",
88
88
  "@procore/web-sdk-feature-toggle": "^2.7.0",
89
89
  "@react-aria/focus": "^3.21.2",
90
90
  "@react-aria/utils": "^3.31.0",
91
- "sanitize-html": "^2.17.0"
91
+ "sanitize-html": "^2.17.7"
92
92
  },
93
93
  "devDependencies": {
94
94
  "@babel/cli": "^7.22.10",
@@ -99,16 +99,16 @@
99
99
  "@babel/preset-react": "^7.24.1",
100
100
  "@babel/preset-typescript": "^7.24.1",
101
101
  "@babel/register": "^7.18.9",
102
- "@procore/core-react": "^12.53.1",
102
+ "@procore/core-react": "^12.53.3",
103
103
  "@procore/globalization-toolkit": "3.0.0",
104
104
  "@storybook/addon-webpack5-compiler-swc": "^4.0.2",
105
105
  "@storybook/jest": "^0.2.3",
106
106
  "@storybook/react-webpack5": "^9.1.16",
107
107
  "@storybook/testing-library": "^0.2.2",
108
- "@testing-library/dom": "8.20.0",
109
- "@testing-library/jest-dom": "5.16.4",
110
- "@testing-library/react": "16.3.0",
111
- "@testing-library/user-event": "14.4.3",
108
+ "@testing-library/dom": "^10.4.0",
109
+ "@testing-library/jest-dom": "^6.9.1",
110
+ "@testing-library/react": "^16.3.0",
111
+ "@testing-library/user-event": "^14.6.1",
112
112
  "@types/fs-extra": "^11.0.1",
113
113
  "@types/glob": "^8.0.1",
114
114
  "@types/jest": "^29.4.0",
@@ -126,7 +126,7 @@
126
126
  "ckeditor5": "^48.1.1",
127
127
  "ckeditor5-premium-features": "^48.1.1",
128
128
  "css-loader": "^7.1.2",
129
- "eslint": "^8.52.0",
129
+ "eslint": "^8.57.1",
130
130
  "eslint-config-prettier": "^9.0.0",
131
131
  "eslint-config-react-app": "^7.0.1",
132
132
  "eslint-plugin-react-hooks": "^4.6.0",