@haiilo/catalyst 2.4.5 → 2.4.6

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.
@@ -74,6 +74,7 @@ export declare class CatSelect {
74
74
  private subscription?;
75
75
  private term$;
76
76
  private more$;
77
+ private valueChangedBySelection;
77
78
  hostElement: HTMLElement;
78
79
  connector?: CatSelectConnector;
79
80
  state: CatSelectState;
@@ -145,6 +146,7 @@ export declare class CatSelect {
145
146
  */
146
147
  tagHint?: string;
147
148
  onConnectorChange(connector: CatSelectConnector): void;
149
+ onValueChange(): void;
148
150
  onStateChange(newState: CatSelectState, oldState: CatSelectState): void;
149
151
  /**
150
152
  * Emitted when the select dropdown is opened.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst",
3
- "version": "2.4.5",
3
+ "version": "2.4.6",
4
4
  "description": "Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@floating-ui/dom": "1.0.3",
48
- "@haiilo/catalyst-tokens": "2.4.5",
48
+ "@haiilo/catalyst-tokens": "2.4.6",
49
49
  "@stencil/core": "2.17.4",
50
50
  "autosize": "5.0.1",
51
51
  "autosize-input": "1.0.2",