@kaizen/components 2.0.7 → 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.
- package/dist/cjs/src/__alpha__/SingleSelect/subcomponents/ComboBoxTrigger/ComboBoxTrigger.cjs +3 -3
- package/dist/esm/src/__alpha__/SingleSelect/subcomponents/ComboBoxTrigger/ComboBoxTrigger.mjs +3 -3
- package/dist/styles.css +57 -53
- package/locales/ar.json +3 -3
- package/locales/bg.json +3 -3
- package/locales/cs.json +3 -3
- package/locales/cy.json +3 -3
- package/locales/da.json +3 -3
- package/locales/de.json +3 -3
- package/locales/el.json +3 -3
- package/locales/en-GB.json +3 -3
- package/locales/en.json +3 -3
- package/locales/es-419.json +3 -3
- package/locales/es.json +3 -3
- package/locales/et.json +3 -3
- package/locales/fi.json +3 -3
- package/locales/fr-CA.json +3 -3
- package/locales/fr.json +3 -3
- package/locales/he.json +3 -3
- package/locales/hi.json +3 -3
- package/locales/ht.json +3 -3
- package/locales/hu.json +3 -3
- package/locales/id.json +3 -3
- package/locales/it.json +3 -3
- package/locales/ja.json +3 -3
- package/locales/km-KH.json +3 -3
- package/locales/ko.json +3 -3
- package/locales/lt.json +3 -3
- package/locales/lv.json +3 -3
- package/locales/mi.json +3 -3
- package/locales/ms.json +3 -3
- package/locales/nb.json +3 -3
- package/locales/nl.json +3 -3
- package/locales/pl.json +3 -3
- package/locales/pt-BR.json +3 -3
- package/locales/pt.json +3 -3
- package/locales/ro.json +3 -3
- package/locales/ru.json +3 -3
- package/locales/si-LK.json +3 -3
- package/locales/sk.json +2 -2
- package/locales/sr.json +3 -3
- package/locales/sv.json +3 -3
- package/locales/th.json +3 -3
- package/locales/tl.json +3 -3
- package/locales/tr.json +3 -3
- package/locales/uk.json +3 -3
- package/locales/vi.json +3 -3
- package/locales/zh-TW.json +3 -3
- package/locales/zh.json +3 -3
- package/package.json +1 -1
- package/src/TitleBlock/TitleBlock.module.scss +13 -8
- package/src/TitleBlock/_docs/{TitkeBlock--usage-guidelines.mdx → TitleBlock--usage-guidelines.mdx} +9 -1
- package/src/TitleBlock/_docs/TitleBlock.stories.tsx +71 -0
- package/src/TitleBlock/_mixins.scss +6 -6
- package/src/TitleBlock/subcomponents/NavigationTabs.module.scss +0 -1
- package/src/__alpha__/SingleSelect/_docs/SingleSelect.spec.stories.tsx +1 -1
- package/src/__alpha__/SingleSelect/subcomponents/ComboBoxTrigger/ComboBoxTrigger.tsx +4 -3
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.
|
|
228
|
-
"description" : "Alt text for the clear selection button",
|
|
229
|
-
"message" : "
|
|
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.
|
|
228
|
-
"description" : "Alt text for the clear selection button",
|
|
229
|
-
"message" : "Tyhjennä {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" : "Tyhjennä valinta: {field}"
|
|
230
230
|
},
|
|
231
231
|
"splitButton.dropdownButton.label" : {
|
|
232
232
|
"description" : "Label for a dropdown menu holding additional actions",
|
package/locales/fr-CA.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.
|
|
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.
|
|
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.
|
|
228
|
-
"description" : "Alt text for the clear selection button",
|
|
229
|
-
"message" : "ניקוי
|
|
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.
|
|
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.
|
|
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.
|
|
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" : "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.
|
|
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.
|
|
228
|
-
"description" : "Alt text for the clear selection button",
|
|
229
|
-
"message" : "Cancella {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" : "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.
|
|
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/km-KH.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.
|
|
228
|
-
"description" : "Alt text for the clear selection button",
|
|
229
|
-
"message" : "
|
|
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.
|
|
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.
|
|
228
|
-
"description" : "Alt text for the clear selection button",
|
|
229
|
-
"message" : "Išvalyti {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" : "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.
|
|
228
|
-
"description" : "Alt text for the clear selection button",
|
|
229
|
-
"message" : "Notīrīt {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" : "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.
|
|
228
|
-
"description" : "Alt text for the clear selection button",
|
|
229
|
-
"message" : "
|
|
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.
|
|
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.
|
|
228
|
-
"description" : "Alt text for the clear selection button",
|
|
229
|
-
"message" : "Fjern {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" : "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
|
@@ -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.
|
|
228
|
-
"description" : "Alt text for the clear selection button",
|
|
229
|
-
"message" : "Selectie
|
|
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.
|
|
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",
|
package/locales/pt-BR.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.
|
|
228
|
-
"description" : "Alt text for the clear selection button",
|
|
229
|
-
"message" : "Limpar seleção
|
|
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.
|
|
228
|
-
"description" : "Alt text for the clear selection button",
|
|
229
|
-
"message" : "Limpar seleção
|
|
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.
|
|
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.
|
|
228
|
-
"description" : "Alt text for the clear selection button",
|
|
229
|
-
"message" : "Очистить
|
|
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/si-LK.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.
|
|
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.
|
|
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.
|
|
228
|
-
"description" : "Alt text for the clear selection button",
|
|
229
|
-
"message" : "Obriši {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" : "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.
|
|
228
|
-
"description" : "Alt text for the clear selection button",
|
|
229
|
-
"message" : "Rensa {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" : "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.
|
|
228
|
-
"description" : "Alt text for the clear selection button",
|
|
229
|
-
"message" : "
|
|
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.
|
|
228
|
-
"description" : "Alt text for the clear selection button",
|
|
229
|
-
"message" : "I-clear ang {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" : "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.
|
|
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" : "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.
|
|
228
|
-
"description" : "Alt text for the clear selection button",
|
|
229
|
-
"message" : "
|
|
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.
|
|
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",
|
package/locales/zh-TW.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.
|
|
228
|
-
"description" : "Alt text for the clear selection button",
|
|
229
|
-
"message" : "
|
|
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/zh.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.
|
|
228
|
-
"description" : "Alt text for the clear selection button",
|
|
229
|
-
"message" : "
|
|
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/package.json
CHANGED
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
|
|
54
54
|
.adminVariant .titleRow {
|
|
55
55
|
background-color: $color-white;
|
|
56
|
+
margin-bottom: 3px; // needed to correctly position the active tab label :after element
|
|
56
57
|
}
|
|
57
58
|
|
|
58
59
|
%titleBlockInner {
|
|
@@ -207,7 +208,7 @@
|
|
|
207
208
|
max-width: 100%;
|
|
208
209
|
}
|
|
209
210
|
|
|
210
|
-
@
|
|
211
|
+
@container (min-width: #{$layout-breakpoints-large}) {
|
|
211
212
|
display: block;
|
|
212
213
|
}
|
|
213
214
|
|
|
@@ -535,12 +536,14 @@
|
|
|
535
536
|
}
|
|
536
537
|
}
|
|
537
538
|
|
|
538
|
-
@media only screen
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
539
|
+
@media only screen {
|
|
540
|
+
@container (max-width: #{$breadcrumb-breakpoint-width}) {
|
|
541
|
+
position: relative;
|
|
542
|
+
transform: translateY(0);
|
|
543
|
+
margin-inline: 0 var(--spacing-12);
|
|
542
544
|
|
|
543
|
-
|
|
545
|
+
@include ca-position($start: 0);
|
|
546
|
+
}
|
|
544
547
|
}
|
|
545
548
|
|
|
546
549
|
@include title-block-medium-and-small {
|
|
@@ -580,8 +583,10 @@
|
|
|
580
583
|
@include ca-position($start: $ca-grid);
|
|
581
584
|
}
|
|
582
585
|
|
|
583
|
-
@media only screen
|
|
584
|
-
@
|
|
586
|
+
@media only screen {
|
|
587
|
+
@container (min-width: #{$breadcrumb-breakpoint-width}) {
|
|
588
|
+
@include ca-position($start: calc(#{$breadcrumb-circle-width} - #{$ca-grid}));
|
|
589
|
+
}
|
|
585
590
|
}
|
|
586
591
|
|
|
587
592
|
&:hover,
|
package/src/TitleBlock/_docs/{TitkeBlock--usage-guidelines.mdx → TitleBlock--usage-guidelines.mdx}
RENAMED
|
@@ -4,7 +4,7 @@ import * as TitleBlockStories from './TitleBlock.stories'
|
|
|
4
4
|
|
|
5
5
|
<Meta title="Components/TitleBlock/Usage Guidelines" />
|
|
6
6
|
|
|
7
|
-
#
|
|
7
|
+
# TitleBlock
|
|
8
8
|
|
|
9
9
|
<ResourceLinks
|
|
10
10
|
sourceCode="https://github.com/cultureamp/kaizen-design-system/tree/main/packages/components/src/TitleBlock"
|
|
@@ -34,3 +34,11 @@ A consistent pattern to allow users to navigate and complete tasks easily.
|
|
|
34
34
|
### Long titles
|
|
35
35
|
|
|
36
36
|
<Canvas of={TitleBlockStories.HasLongTitle} />
|
|
37
|
+
|
|
38
|
+
### Admin Variant
|
|
39
|
+
|
|
40
|
+
<Canvas of={TitleBlockStories.AdminVariant} />
|
|
41
|
+
|
|
42
|
+
### Education Variant
|
|
43
|
+
|
|
44
|
+
<Canvas of={TitleBlockStories.EducationVariant} />
|