@haiilo/catalyst 12.4.0 → 12.4.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.
@@ -139,7 +139,7 @@ export declare class CatDate {
139
139
  */
140
140
  catBlur: EventEmitter<FocusEvent>;
141
141
  private get inputValue();
142
- componentDidLoad(): void;
142
+ componentWillLoad(): void;
143
143
  /**
144
144
  * Programmatically move focus to the input. Use this method instead of
145
145
  * `input.focus()`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst",
3
- "version": "12.4.0",
3
+ "version": "12.4.1",
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.4.0"
42
+ "@haiilo/catalyst-tokens": "12.4.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@babel/core": "^7.24.7",
@@ -76,8 +76,8 @@
76
76
  "postbuild": "node replace",
77
77
  "postbuild:ci": "node replace",
78
78
  "start": "stencil build --dev --watch --serve",
79
- "test": "stencil test --e2e --runInBand",
80
- "test:watch": "stencil test --e2e --watchAll",
79
+ "test": "stencil test --spec --e2e --runInBand",
80
+ "test:watch": "stencil test --spec --e2e --watchAll",
81
81
  "generate": "stencil generate",
82
82
  "prettier": "prettier --write .",
83
83
  "prettier:check": "prettier --check .",