langie 1.13.0 → 1.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * langie v1.13.0
2
+ * langie v1.13.1
3
3
  * (c) 2026 nlit
4
4
  * @license Apache-2.0
5
5
  *
@@ -746,6 +746,7 @@ var LanguageSelect_default = /* @__PURE__ */ (0, import_vue.defineComponent)({
746
746
  "5b09cc17-COLORS.text.secondary": (0, import_vue2.unref)(COLORS).text.secondary,
747
747
  "5b09cc17-COLORS.neutral.gray400": (0, import_vue2.unref)(COLORS).neutral.gray400
748
748
  }));
749
+ const COMBOBOX_ARIA = { "aria-multiselectable": void 0 };
749
750
  const getFlagCode = (lang) => {
750
751
  const flagCode = lang.flag_country || lang.code;
751
752
  return flagCode;
@@ -919,6 +920,7 @@ var LanguageSelect_default = /* @__PURE__ */ (0, import_vue.defineComponent)({
919
920
  label: "name",
920
921
  "value-prop": "code",
921
922
  "filter-results": false,
923
+ aria: COMBOBOX_ARIA,
922
924
  onKeydown: handleKeydown
923
925
  }, {
924
926
  singlelabel: (0, import_vue2.withCtx)(({ value }) => [