@stenajs-webui/calendar 21.21.3 → 21.23.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.
@@ -1,5 +1,5 @@
1
1
  import { Locale } from "date-fns";
2
- export type SupportedLocaleCode = "en-US" | "en-IE" | "en-GB" | "de-AT" | "de-DE" | "sv-SE" | "da-DK" | "nl-BE" | "lv-LV" | "fr" | "de" | "es" | "sv" | "pl" | "lv" | "da" | "nl" | "nb";
2
+ export type SupportedLocaleCode = "en" | "en-US" | "en-GB" | "en-IE" | "de-AT" | "nl-BE" | "nl-NL" | "de-DE" | "nb-NO" | "sv-SE" | "da-DK" | "lv-LV" | "lt-LT" | "it-IT" | "et-EE" | "fi-FI" | "cs-CZ" | "es-ES" | "fr-FR" | "pl-PL" | "nl" | "de" | "nb" | "sv" | "da" | "lv" | "lt" | "it" | "et" | "fi" | "cs" | "es" | "fr" | "pl";
3
3
  export declare const fallbackLocaleCode: SupportedLocaleCode;
4
4
  export declare const fallbackLocaleCodeForFormatting: SupportedLocaleCode;
5
5
  export declare const getSupportedLocaleCode: (localeCode: string, matchLanguage: boolean, fallback: SupportedLocaleCode) => SupportedLocaleCode;