@eui/core 13.1.5 → 13.1.6-snapshot-1654208902151
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/assets/i18n-eui/fr.json +1 -1
- package/docs/dependencies.html +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2020/lib/services/config/tokens.mjs +3 -3
- package/fesm2015/eui-core.mjs +2 -2
- package/fesm2015/eui-core.mjs.map +1 -1
- package/fesm2020/eui-core.mjs +2 -2
- package/fesm2020/eui-core.mjs.map +1 -1
- package/package.json +2 -2
package/assets/i18n-eui/fr.json
CHANGED
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"eui.euifileupload.TOTAL-SIZE": "taille totale",
|
|
113
113
|
"eui.uxtree.SELECT-ALL": "Tout sélectionner",
|
|
114
114
|
"eui.uxtree.UNSELECT-ALL": "Tout déselectionner",
|
|
115
|
-
"eui.languageSelector.modalTitle": "
|
|
115
|
+
"eui.languageSelector.modalTitle": "Choisir la langue"
|
|
116
116
|
}
|
package/docs/dependencies.html
CHANGED