@kaizen/components 2.4.0 → 2.5.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 (148) hide show
  1. package/dist/cjs/src/Heading/Heading.cjs +1 -1
  2. package/dist/cjs/src/Heading/Heading.module.css.cjs +22 -0
  3. package/dist/cjs/src/Label/Label.cjs +1 -1
  4. package/dist/cjs/src/Label/Label.module.css.cjs +16 -0
  5. package/dist/cjs/src/LabelledMessage/LabelledMessage.cjs +1 -1
  6. package/dist/cjs/src/LabelledMessage/LabelledMessage.module.css.cjs +7 -0
  7. package/dist/cjs/src/Notification/InlineNotification/InlineNotification.cjs +1 -1
  8. package/dist/cjs/src/Notification/ToastNotification/ToastNotificationsList/ToastNotificationsList.cjs +1 -1
  9. package/dist/cjs/src/Notification/ToastNotification/ToastNotificationsList/{ToastNotificationsList.module.scss.cjs → ToastNotificationsList.module.css.cjs} +1 -1
  10. package/dist/cjs/src/Notification/subcomponents/CancelButton/CancelButton.cjs +1 -1
  11. package/dist/cjs/src/Notification/subcomponents/GenericNotification/GenericNotification.cjs +1 -1
  12. package/dist/cjs/src/Notification/subcomponents/GenericNotification/GenericNotification.module.css.cjs +29 -0
  13. package/dist/cjs/src/Notification/subcomponents/NotificationHeading/NotificationHeading.cjs +1 -1
  14. package/dist/cjs/src/Select/Select.cjs +9 -7
  15. package/dist/cjs/src/Text/Text.cjs +1 -1
  16. package/dist/cjs/src/Text/Text.module.css.cjs +16 -0
  17. package/dist/cjs/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.cjs +1 -1
  18. package/dist/cjs/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.css.cjs +13 -0
  19. package/dist/cjs/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.cjs +1 -1
  20. package/dist/cjs/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.css.cjs +9 -0
  21. package/dist/cjs/src/Tooltip/OverlayArrow.cjs +1 -1
  22. package/dist/cjs/src/Tooltip/OverlayArrow.module.css.cjs +7 -0
  23. package/dist/cjs/src/Tooltip/Tooltip.cjs +1 -1
  24. package/dist/cjs/src/Tooltip/Tooltip.module.css.cjs +7 -0
  25. package/dist/esm/src/Heading/Heading.mjs +1 -1
  26. package/dist/esm/src/Heading/Heading.module.css.mjs +20 -0
  27. package/dist/esm/src/Label/Label.mjs +1 -1
  28. package/dist/esm/src/Label/Label.module.css.mjs +14 -0
  29. package/dist/esm/src/LabelledMessage/LabelledMessage.mjs +1 -1
  30. package/dist/esm/src/LabelledMessage/LabelledMessage.module.css.mjs +5 -0
  31. package/dist/esm/src/Notification/InlineNotification/InlineNotification.mjs +1 -1
  32. package/dist/esm/src/Notification/ToastNotification/ToastNotificationsList/ToastNotificationsList.mjs +1 -1
  33. package/dist/esm/src/Notification/ToastNotification/ToastNotificationsList/{ToastNotificationsList.module.scss.mjs → ToastNotificationsList.module.css.mjs} +1 -1
  34. package/dist/esm/src/Notification/subcomponents/CancelButton/CancelButton.mjs +1 -1
  35. package/dist/esm/src/Notification/subcomponents/GenericNotification/GenericNotification.mjs +1 -1
  36. package/dist/esm/src/Notification/subcomponents/GenericNotification/GenericNotification.module.css.mjs +27 -0
  37. package/dist/esm/src/Notification/subcomponents/NotificationHeading/NotificationHeading.mjs +1 -1
  38. package/dist/esm/src/Select/Select.mjs +9 -7
  39. package/dist/esm/src/Text/Text.mjs +1 -1
  40. package/dist/esm/src/Text/Text.module.css.mjs +14 -0
  41. package/dist/esm/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.mjs +1 -1
  42. package/dist/esm/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.css.mjs +11 -0
  43. package/dist/esm/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.mjs +1 -1
  44. package/dist/esm/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.css.mjs +7 -0
  45. package/dist/esm/src/Tooltip/OverlayArrow.mjs +1 -1
  46. package/dist/esm/src/Tooltip/OverlayArrow.module.css.mjs +5 -0
  47. package/dist/esm/src/Tooltip/Tooltip.mjs +1 -1
  48. package/dist/esm/src/Tooltip/Tooltip.module.css.mjs +5 -0
  49. package/dist/styles.css +725 -519
  50. package/locales/ar.json +4 -0
  51. package/locales/bg.json +4 -0
  52. package/locales/cs.json +4 -0
  53. package/locales/cy.json +4 -0
  54. package/locales/da.json +4 -0
  55. package/locales/de.json +4 -0
  56. package/locales/el.json +4 -0
  57. package/locales/en-GB.json +4 -0
  58. package/locales/en.json +4 -0
  59. package/locales/es-419.json +4 -0
  60. package/locales/es.json +4 -0
  61. package/locales/et.json +4 -0
  62. package/locales/fi.json +4 -0
  63. package/locales/fr-CA.json +4 -0
  64. package/locales/fr.json +4 -0
  65. package/locales/he.json +4 -0
  66. package/locales/hi.json +4 -0
  67. package/locales/ht.json +4 -0
  68. package/locales/hu.json +4 -0
  69. package/locales/id.json +4 -0
  70. package/locales/it.json +4 -0
  71. package/locales/ja.json +4 -0
  72. package/locales/km-KH.json +4 -0
  73. package/locales/ko.json +4 -0
  74. package/locales/lt.json +4 -0
  75. package/locales/lv.json +4 -0
  76. package/locales/mi.json +4 -0
  77. package/locales/ms.json +4 -0
  78. package/locales/nb.json +4 -0
  79. package/locales/nl.json +4 -0
  80. package/locales/pl.json +4 -0
  81. package/locales/pt-BR.json +4 -0
  82. package/locales/pt.json +4 -0
  83. package/locales/ro.json +4 -0
  84. package/locales/ru.json +4 -0
  85. package/locales/si-LK.json +4 -0
  86. package/locales/sk.json +4 -0
  87. package/locales/sr.json +4 -0
  88. package/locales/sv.json +4 -0
  89. package/locales/th.json +4 -0
  90. package/locales/tl.json +4 -0
  91. package/locales/tr.json +4 -0
  92. package/locales/uk.json +4 -0
  93. package/locales/vi.json +4 -0
  94. package/locales/zh-TW.json +4 -0
  95. package/locales/zh.json +4 -0
  96. package/package.json +1 -1
  97. package/src/Heading/Heading.module.css +111 -0
  98. package/src/Heading/Heading.tsx +1 -1
  99. package/src/Label/Label.module.css +97 -0
  100. package/src/Label/Label.tsx +1 -1
  101. package/src/Label/_docs/Label.stickersheet.stories.tsx +9 -4
  102. package/src/LabelledMessage/{LabelledMessage.module.scss → LabelledMessage.module.css} +1 -3
  103. package/src/LabelledMessage/LabelledMessage.tsx +1 -1
  104. package/src/Notification/InlineNotification/InlineNotification.tsx +1 -1
  105. package/src/Notification/InlineNotification/_docs/InlineNotification.stickersheet.stories.tsx +1 -1
  106. package/src/Notification/ToastNotification/ToastNotificationsList/{ToastNotificationsList.module.scss → ToastNotificationsList.module.css} +6 -8
  107. package/src/Notification/ToastNotification/ToastNotificationsList/ToastNotificationsList.tsx +1 -1
  108. package/src/Notification/subcomponents/CancelButton/CancelButton.tsx +1 -1
  109. package/src/Notification/subcomponents/GenericNotification/GenericNotification.module.css +392 -0
  110. package/src/Notification/subcomponents/GenericNotification/GenericNotification.tsx +1 -1
  111. package/src/Notification/subcomponents/NotificationHeading/NotificationHeading.tsx +1 -1
  112. package/src/Select/Select.tsx +8 -6
  113. package/src/Text/Text.module.css +71 -0
  114. package/src/Text/Text.tsx +1 -1
  115. package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.css +141 -0
  116. package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.tsx +1 -1
  117. package/src/ToggleSwitch/ToggleSwitchField/{ToggleSwitchField.module.scss → ToggleSwitchField.module.css} +1 -3
  118. package/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.tsx +1 -1
  119. package/src/Tooltip/OverlayArrow.module.css +45 -0
  120. package/src/Tooltip/OverlayArrow.tsx +1 -1
  121. package/src/Tooltip/Tooltip.module.css +62 -0
  122. package/src/Tooltip/Tooltip.tsx +1 -1
  123. package/dist/cjs/src/Heading/Heading.module.scss.cjs +0 -22
  124. package/dist/cjs/src/Label/Label.module.scss.cjs +0 -15
  125. package/dist/cjs/src/LabelledMessage/LabelledMessage.module.scss.cjs +0 -7
  126. package/dist/cjs/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss.cjs +0 -29
  127. package/dist/cjs/src/Text/Text.module.scss.cjs +0 -16
  128. package/dist/cjs/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss.cjs +0 -13
  129. package/dist/cjs/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.scss.cjs +0 -9
  130. package/dist/cjs/src/Tooltip/OverlayArrow.module.scss.cjs +0 -7
  131. package/dist/cjs/src/Tooltip/Tooltip.module.scss.cjs +0 -7
  132. package/dist/esm/src/Heading/Heading.module.scss.mjs +0 -20
  133. package/dist/esm/src/Label/Label.module.scss.mjs +0 -13
  134. package/dist/esm/src/LabelledMessage/LabelledMessage.module.scss.mjs +0 -5
  135. package/dist/esm/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss.mjs +0 -27
  136. package/dist/esm/src/Text/Text.module.scss.mjs +0 -14
  137. package/dist/esm/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss.mjs +0 -11
  138. package/dist/esm/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.scss.mjs +0 -7
  139. package/dist/esm/src/Tooltip/OverlayArrow.module.scss.mjs +0 -5
  140. package/dist/esm/src/Tooltip/Tooltip.module.scss.mjs +0 -5
  141. package/src/Heading/Heading.module.scss +0 -115
  142. package/src/Label/Label.module.scss +0 -105
  143. package/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss +0 -138
  144. package/src/Notification/subcomponents/GenericNotification/_mixins.scss +0 -366
  145. package/src/Text/Text.module.scss +0 -74
  146. package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss +0 -139
  147. package/src/Tooltip/OverlayArrow.module.scss +0 -45
  148. package/src/Tooltip/Tooltip.module.scss +0 -68
package/locales/ar.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "افتح القائمة الثانوية وقائمة الخيارات الإضافية"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "محو الاختيار: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "عرض الاقتراحات لـ {field}"
package/locales/bg.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Отваряне на вторичното и допълнително меню"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Изчистване на избора: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Покажи предложения за {field}"
package/locales/cs.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Otevřít sekundární a rozbalovací nabídku"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Vymazat výběr: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Zobrazit návrhy pro pole {field}"
package/locales/cy.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Agor y ddewislen eilaidd ac orlif"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Clirio'r dewisiad: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Dangos awgrymiadau ar gyfer {field}"
package/locales/da.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Åbn sekundær og overløbsmenu"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Ryd valg: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Vis forslag for {field}"
package/locales/de.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Sekundär- und Überlaufmenü öffnen"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Auswahl löschen: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Vorschläge für {field} anzeigen"
package/locales/el.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Άνοιγμα δευτερεύοντος μενού και μενού υπερχείλισης"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Απαλοιφή επιλογής: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Εμφάνιση προτάσεων για το πεδίο \"{field}\""
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Open secondary and overflow menu"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Clear selection: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Show suggestions for {field}"
package/locales/en.json CHANGED
@@ -245,6 +245,10 @@
245
245
  "description": "Label for the dropdown menu which displays additional actions",
246
246
  "message": "Open secondary and overflow menu"
247
247
  },
248
+ "select.clearButtonAlt": {
249
+ "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.",
250
+ "message": "Clear selection: {field}"
251
+ },
248
252
  "singleSelect.chevronButton": {
249
253
  "description": "Aria label text for the SingleSelect button to open and close suggestions list",
250
254
  "message": "Show suggestions for {field}"
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Abrir el menú secundario y el menú de desbordamiento"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Borrar selección: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Mostrar sugerencias para {field}"
package/locales/es.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Abrir el menú secundario y de desbordamiento"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Borrar selección: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Mostrar sugerencias para {field}"
package/locales/et.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Ava sekundaar- ja ülevoolumenüü"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Tühista valik: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Näita ettepanekuid {field}"
package/locales/fi.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Avaa toissijainen ja ylivuotovalikko"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Tyhjennä valinta: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Näytä ehdotuksia kohteelle {field}"
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Ouvrir le menu secondaire et le menu de débordement"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Effacer la sélection : {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Afficher les suggestions pour {field}"
package/locales/fr.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Ouvrir le menu secondaire et le menu de débordement"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Effacer la sélection : {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Afficher les suggestions pour {field}"
package/locales/he.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "פתיחת תפריט משני ותפריט עוד"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "ניקוי הבחירה: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "הצגת הצעות עבור {field}"
package/locales/hi.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "द्वितीयक और ओवरफ़्लो मेनू खोलो"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "चयन मिटाओ: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "{field} के लिए सुझाव दिखाएँ"
package/locales/ht.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Louvri meni segondè a ak meni dewoulan an"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Efase seleksyon: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Afiche sijesyon pou {field}"
package/locales/hu.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Másodlagos és túlcsorduló menü megnyitása"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Választás törlése: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Javaslatok megjelenítése a következőhöz: {field}"
package/locales/id.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Buka menu sekunder dan tambahan"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Hapus pilihan: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Tampilkan saran untuk {field}"
package/locales/it.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Apri il menu secondario e il menu di overflow"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Cancella selezione: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Mostra suggerimenti per {field}"
package/locales/ja.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "セカンダリメニューとオーバーフローメニューを開く"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "選択をクリア:{field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "{field}の提案を表示"
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "បើកម៉ឺនុយបន្ទាប់បន្សំ និងម៉ឺនុយដែលហៀរចេញ"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "ជម្រះការជ្រើសរើស៖ {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "បង្ហាញការផ្ដល់យោបល់នានាសម្រាប់ {field}"
package/locales/ko.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "보조 및 오버플로 메뉴 열기"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "선택 취소: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "{field}에 대한 제안 표시"
package/locales/lt.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Atidaryti antrinį ir perpildymo meniu"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Išvalyti pasirinkimą: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Rodyti pasiūlymus {field}"
package/locales/lv.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Atvērt sekundāro un pārpildes izvēlni"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Notīrīt atlasi: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Rādīt {field} ieteikumus"
package/locales/mi.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Whakatuwheratia te tahua tuarua, waipuke hoki"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Ūkui kōwhiringa: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Whakaatu whakaaro mo {field}"
package/locales/ms.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Buka menu sekunder dan limpahan"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Kosongkan pilihan: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Tunjukkan cadangan untuk {field}"
package/locales/nb.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Åpne sekundær- og mer-menyen"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Fjern valg: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Vis forslag for {field}"
package/locales/nl.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Open het secundaire en overloopmenu"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Selectie wissen: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Suggesties voor {field} weergeven"
package/locales/pl.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Otwórz menu drugorzędne i nadmiarowe"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Wyczyść zaznaczenie: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Pokaż sugestie dla {field}"
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Abre o menu secundário e de conteúdo adicional"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Limpar seleção: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Mostrar sugestões para {field}"
package/locales/pt.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Abre o menu secundário e de conteúdo adicional"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Limpar seleção: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Mostrar sugestões para {field}"
package/locales/ro.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Deschideți meniul secundar și meniul extins"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Ștergeți selecția: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Afișați sugestii pentru {field}"
package/locales/ru.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Открыть дополнительное и раскрывающееся меню"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Очистить выбор: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Показать предложения для {field}"
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "ද්විතියික සහ පිටාර මෙනුව විවෘත කරන්න"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "තේරීම ඉවත් කරන්න: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "{field} සඳහා යෝජනා පෙන්වන්න"
package/locales/sk.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Otvoriť sekundárnu a rozšírenú ponuku"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Zrušiť výber: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Zobraziť návrhy pre {field}"
package/locales/sr.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Otvori sekundarni i meni sa dodatnim radnjama"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Obriši izbor: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Prikaži predloge za {field}"
package/locales/sv.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Öppna sekundär meny och överflödesmeny"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Rensa val: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Visa förslag för {field}"
package/locales/th.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "เปิดเมนูรองและโอเวอร์โฟลว์"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "ล้างรายการที่เลือก: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "แสดงคำแนะนำสำหรับ {field}"
package/locales/tl.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Buksan ang sekundaryong menu at overflow menu"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "I-clear ang napili: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Ipakita ang mga mungkahi para sa {field}"
package/locales/tr.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "İkincil ve taşma menüsünü açın"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Seçimi temizle: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "{field} için önerileri göster"
package/locales/uk.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Відкрити додаткове меню та меню переповнення"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Скасувати виділення: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Показати пропозиції для {field}"
package/locales/vi.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "Mở menu phụ và menu tùy chọn"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "Xóa lựa chọn: {field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "Hiển thị gợi ý cho {field}"
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "開啟副選單和溢出選單"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "清除選擇:{field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "顯示對 {field} 的建議"
package/locales/zh.json CHANGED
@@ -244,6 +244,10 @@
244
244
  "description" : "Label for the dropdown menu which displays additional actions",
245
245
  "message" : "打开二级菜单和溢出菜单"
246
246
  },
247
+ "select.clearButtonAlt" : {
248
+ "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.",
249
+ "message" : "清除选择:{field}"
250
+ },
247
251
  "singleSelect.chevronButton" : {
248
252
  "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
249
253
  "message" : "显示{field}的建议"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",