@formatjs/intl-locale 3.2.1 → 3.3.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.
package/lib/index.d.ts CHANGED
@@ -27,7 +27,7 @@ export declare class Locale {
27
27
  get baseName(): string;
28
28
  get calendar(): string | undefined;
29
29
  get collation(): string | undefined;
30
- get hourCycle(): "h23" | "h12" | "h11" | "h24" | undefined;
30
+ get hourCycle(): "h11" | "h12" | "h23" | "h24" | undefined;
31
31
  get caseFirst(): "upper" | "lower" | "false" | undefined;
32
32
  get numeric(): boolean | undefined;
33
33
  get numberingSystem(): string | undefined;
@@ -75,4 +75,3 @@ export declare class Locale {
75
75
  static readonly polyfilled = true;
76
76
  }
77
77
  export default Locale;
78
- //# sourceMappingURL=index.d.ts.map
@@ -572,4 +572,3 @@ export declare const numberingSystems: {
572
572
  readonly zu: readonly ["latn"];
573
573
  };
574
574
  export type NumberingSystemsKey = keyof typeof numberingSystems;
575
- //# sourceMappingURL=numbering-systems.generated.d.ts.map
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=polyfill-force.d.ts.map
package/lib/polyfill.d.ts CHANGED
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=polyfill.d.ts.map
@@ -4,4 +4,3 @@ export declare function getCalendarPreferenceDataForRegion(region?: string): str
4
4
  export declare function getHourCyclesPreferenceDataForLocaleOrRegion(locale: string, region?: string): string[];
5
5
  export declare function getTimeZonePreferenceForRegion(region: string): string[];
6
6
  export declare function getWeekDataForRegion(region?: string): WeekInfoInternal;
7
- //# sourceMappingURL=preference-data.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function shouldPolyfill(): boolean;
2
- //# sourceMappingURL=should-polyfill.d.ts.map
@@ -248,4 +248,3 @@ export declare const timezones: {
248
248
  readonly zw: readonly ["Africa/Harare"];
249
249
  };
250
250
  export type TimezonesTerritory = keyof typeof timezones;
251
- //# sourceMappingURL=timezones.generated.d.ts.map