@haiilo/catalyst 12.3.3 → 12.3.4

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.
@@ -59,9 +59,12 @@ export declare class CatTooltip {
59
59
  longTouchDuration: number;
60
60
  handleKeyDown({ key }: KeyboardEvent): void;
61
61
  componentDidLoad(): void;
62
+ connectedCallback(): void;
62
63
  componentWillRender(): void;
63
64
  disconnectedCallback(): void;
64
65
  render(): any;
66
+ private addListeners;
67
+ private removeListeners;
65
68
  private update;
66
69
  private showListener;
67
70
  private hideListener;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst",
3
- "version": "12.3.3",
3
+ "version": "12.3.4",
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.3"
42
+ "@haiilo/catalyst-tokens": "12.3.4"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@babel/core": "^7.24.7",