@haiilo/catalyst 12.3.2 → 12.3.3

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.
@@ -9,6 +9,7 @@ export declare class CatTime {
9
9
  private readonly locale;
10
10
  private readonly timeMaskOptions;
11
11
  private input?;
12
+ private localizedDayPeriods;
12
13
  hostElement: HTMLElement;
13
14
  hasSlottedLabel: boolean;
14
15
  hasSlottedHint: boolean;
@@ -179,4 +180,5 @@ export declare class CatTime {
179
180
  private onInputBlur;
180
181
  private format;
181
182
  private reclamp;
183
+ private getLocalizedDayPeriods;
182
184
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst",
3
- "version": "12.3.2",
3
+ "version": "12.3.3",
4
4
  "description": "Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -39,7 +39,7 @@
39
39
  "sanitize.css": "13.0.0",
40
40
  "tabbable": "6.2.0",
41
41
  "toastify-js": "1.12.0",
42
- "@haiilo/catalyst-tokens": "12.3.2"
42
+ "@haiilo/catalyst-tokens": "12.3.3"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@babel/core": "^7.24.7",