@haiilo/catalyst 10.25.2 → 10.25.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 CatDate {
9
9
  private readonly locale;
10
10
  private input?;
11
11
  private dateInline?;
12
+ private inputFocused;
12
13
  hostElement: HTMLElement;
13
14
  /**
14
15
  * Whether the label need a marker to shown if the input is required or optional.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst",
3
- "version": "10.25.2",
3
+ "version": "10.25.3",
4
4
  "description": "Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -40,7 +40,7 @@
40
40
  "sanitize.css": "13.0.0",
41
41
  "tabbable": "6.2.0",
42
42
  "toastify-js": "1.12.0",
43
- "@haiilo/catalyst-tokens": "10.25.2"
43
+ "@haiilo/catalyst-tokens": "10.25.3"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@babel/core": "^7.24.7",