@kaizen/components 2.0.6 → 2.1.0

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 (61) hide show
  1. package/dist/cjs/src/RichTextEditor/utils/core/hooks/useRichTextEditor.cjs +17 -20
  2. package/dist/cjs/src/__alpha__/SingleSelect/subcomponents/ComboBoxTrigger/ComboBoxTrigger.cjs +3 -3
  3. package/dist/esm/src/RichTextEditor/utils/core/hooks/useRichTextEditor.mjs +18 -21
  4. package/dist/esm/src/__alpha__/SingleSelect/subcomponents/ComboBoxTrigger/ComboBoxTrigger.mjs +3 -3
  5. package/dist/styles.css +57 -53
  6. package/locales/ar.json +3 -3
  7. package/locales/bg.json +3 -3
  8. package/locales/cs.json +3 -3
  9. package/locales/cy.json +3 -3
  10. package/locales/da.json +3 -3
  11. package/locales/de.json +3 -3
  12. package/locales/el.json +3 -3
  13. package/locales/en-GB.json +3 -3
  14. package/locales/en.json +3 -3
  15. package/locales/es-419.json +3 -3
  16. package/locales/es.json +3 -3
  17. package/locales/et.json +3 -3
  18. package/locales/fi.json +3 -3
  19. package/locales/fr-CA.json +3 -3
  20. package/locales/fr.json +3 -3
  21. package/locales/he.json +3 -3
  22. package/locales/hi.json +3 -3
  23. package/locales/ht.json +3 -3
  24. package/locales/hu.json +3 -3
  25. package/locales/id.json +3 -3
  26. package/locales/it.json +3 -3
  27. package/locales/ja.json +3 -3
  28. package/locales/km-KH.json +3 -3
  29. package/locales/ko.json +3 -3
  30. package/locales/lt.json +3 -3
  31. package/locales/lv.json +3 -3
  32. package/locales/mi.json +3 -3
  33. package/locales/ms.json +3 -3
  34. package/locales/nb.json +3 -3
  35. package/locales/nl.json +4 -4
  36. package/locales/pl.json +3 -3
  37. package/locales/pt-BR.json +3 -3
  38. package/locales/pt.json +3 -3
  39. package/locales/ro.json +3 -3
  40. package/locales/ru.json +3 -3
  41. package/locales/si-LK.json +3 -3
  42. package/locales/sk.json +2 -2
  43. package/locales/sr.json +3 -3
  44. package/locales/sv.json +3 -3
  45. package/locales/th.json +3 -3
  46. package/locales/tl.json +3 -3
  47. package/locales/tr.json +3 -3
  48. package/locales/uk.json +3 -3
  49. package/locales/vi.json +3 -3
  50. package/locales/zh-TW.json +3 -3
  51. package/locales/zh.json +3 -3
  52. package/package.json +1 -1
  53. package/src/RichTextEditor/utils/core/hooks/useRichTextEditor.spec.tsx +11 -0
  54. package/src/RichTextEditor/utils/core/hooks/useRichTextEditor.ts +17 -21
  55. package/src/TitleBlock/TitleBlock.module.scss +13 -8
  56. package/src/TitleBlock/_docs/{TitkeBlock--usage-guidelines.mdx → TitleBlock--usage-guidelines.mdx} +9 -1
  57. package/src/TitleBlock/_docs/TitleBlock.stories.tsx +71 -0
  58. package/src/TitleBlock/_mixins.scss +6 -6
  59. package/src/TitleBlock/subcomponents/NavigationTabs.module.scss +0 -1
  60. package/src/__alpha__/SingleSelect/_docs/SingleSelect.spec.stories.tsx +1 -1
  61. package/src/__alpha__/SingleSelect/subcomponents/ComboBoxTrigger/ComboBoxTrigger.tsx +4 -3
package/locales/da.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Vis forslag for {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Ryd {field} valg"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Ryd valg: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/de.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Vorschläge für {field} anzeigen"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Auswahl für {field} löschen"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Auswahl löschen: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/el.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Εμφάνιση προτάσεων για το πεδίο \"{field}\""
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Διαγραφή επιλογής πεδίου \"{field}\""
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Απαλοιφή επιλογής: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Show suggestions for {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Clear {field} selection"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Clear selection: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/en.json CHANGED
@@ -225,9 +225,9 @@
225
225
  "description": "Aria label text for the SingleSelect button to open and close suggestions list",
226
226
  "message": "Show suggestions for {field}"
227
227
  },
228
- "singleSelect.clearButtonAlt": {
229
- "description": "Alt text for the clear selection button",
230
- "message": "Clear {field} selection"
228
+ "singleSelect.clearButtonAlt_v2": {
229
+ "description": "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
230
+ "message": "Clear selection: {field}"
231
231
  },
232
232
  "splitButton.dropdownButton.label": {
233
233
  "description": "Label for a dropdown menu holding additional actions",
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Mostrar sugerencias para {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Borrar la selección de {field}"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Borrar selección: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/es.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Mostrar sugerencias para {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Borrar la selección {field}"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Borrar selección: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/et.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Näita ettepanekuid {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Tühjenda {field} valik"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Tühista valik: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/fi.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Näytä ehdotuksia kohteelle {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Tyhjennä {field} valinta"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Tyhjennä valinta: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Afficher les suggestions pour {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Effacer la sélection {field}"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Effacer la sélection : {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/fr.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Afficher les suggestions pour {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Effacer la sélection {field}"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Effacer la sélection : {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/he.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "הצגת הצעות עבור {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "ניקוי הבחירה {field}"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "ניקוי הבחירה: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/hi.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "{field} के लिए सुझाव दिखाएँ"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "{field} चयन हटाएँ"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "चयन मिटाओ: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/ht.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Afiche sijesyon pou {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Efase seleksyon {field}"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Efase seleksyon: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/hu.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Javaslatok megjelenítése a következőhöz: {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "{field} kijelölés törlése"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Választás törlése: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/id.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Tampilkan saran untuk {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Hapus pilihan {field}"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Hapus pilihan: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/it.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Mostra suggerimenti per {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Cancella {field} selezione"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Cancella selezione: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/ja.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "{field}の提案を表示"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "{field}の選択をクリア"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "選択をクリア:{field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "បង្ហាញការផ្ដល់យោបល់នានាសម្រាប់ {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "លុបការជ្រើសរើស {field}"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "ជម្រះការជ្រើសរើស៖ {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/ko.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "{field}에 대한 제안 표시"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "{field} 선택 취소"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "선택 취소: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/lt.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Rodyti pasiūlymus {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Išvalyti {field} pasirinkimą"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Išvalyti pasirinkimą: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/lv.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Rādīt {field} ieteikumus"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Notīrīt {field} atlasi"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Notīrīt atlasi: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/mi.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Whakaatu whakaaro mo {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Ūkuia {field} tīpakonga"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Ūkui kōwhiringa: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/ms.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Tunjukkan cadangan untuk {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Kosongkan pilihan {field}"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Kosongkan pilihan: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/nb.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Vis forslag for {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Fjern {field}-valg"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Fjern valg: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/nl.json CHANGED
@@ -115,7 +115,7 @@
115
115
  },
116
116
  "kz.rte.toolbar.aria_label" : {
117
117
  "description" : "Label for the text formatting toolbar in a Rich Text Editor",
118
- "message" : "Text formatting"
118
+ "message" : "Tekstopmaak"
119
119
  },
120
120
  "kz.rte.underline" : {
121
121
  "description" : "Label for the \"Underline\" button in a text editor",
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Suggesties voor {field} weergeven"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Selectie van {field} wissen"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Selectie wissen: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/pl.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Pokaż sugestie dla {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Wyczyść zaznaczenie {field}"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Wyczyść zaznaczenie: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Mostrar sugestões para {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Limpar seleção de {field}"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Limpar seleção: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/pt.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Mostrar sugestões para {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Limpar seleção de {field}"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Limpar seleção: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/ro.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Afișați sugestii pentru {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Ștergeți selecția {field}"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Ștergeți selecția: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/ru.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Показать предложения для {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Очистить выбор {field}"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Очистить выбор: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "{field} සඳහා යෝජනා පෙන්වන්න"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "{field} තෝරාගැනීම මකා දමන්න"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "තේරීම ඉවත් කරන්න: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/sk.json CHANGED
@@ -224,8 +224,8 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Zobraziť návrhy pre {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
229
  "message" : "Zrušiť výber: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
package/locales/sr.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Prikaži predloge za {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Obriši {field} izbor"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Obriši izbor: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/sv.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Visa förslag för {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Rensa {field} val"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Rensa val: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/th.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "แสดงคำแนะนำสำหรับ {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "ล้างการเลือก {field}"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "ล้างรายการที่เลือก: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/tl.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Ipakita ang mga mungkahi para sa {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "I-clear ang {field} selection"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "I-clear ang napili: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/tr.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "{field} için önerileri göster"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "{field} seçimini temizle"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Seçimi temizle: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/uk.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Показати пропозиції для {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Очистити виділення {field}"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Скасувати виділення: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
package/locales/vi.json CHANGED
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "Hiển thị gợi ý cho {field}"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "Xóa lựa chọn {field}"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "Xóa lựa chọn: {field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",
@@ -224,9 +224,9 @@
224
224
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
225
225
  "message" : "顯示對 {field} 的建議"
226
226
  },
227
- "singleSelect.clearButtonAlt" : {
228
- "description" : "Alt text for the clear selection button",
229
- "message" : "清除 {field} 選擇"
227
+ "singleSelect.clearButtonAlt_v2" : {
228
+ "description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
229
+ "message" : "清除選擇:{field}"
230
230
  },
231
231
  "splitButton.dropdownButton.label" : {
232
232
  "description" : "Label for a dropdown menu holding additional actions",