@haiilo/catalyst 6.3.0 → 6.3.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.
@@ -127,8 +127,7 @@ export declare class CatDatepickerFlat {
127
127
  */
128
128
  catBlur: EventEmitter<FocusEvent>;
129
129
  onValueChanged(value: string): void;
130
- onDisabledChanged(value: boolean): void;
131
- onReadonlyChanged(value: boolean): void;
130
+ onDisabledChanged(): void;
132
131
  componentDidLoad(): void;
133
132
  /**
134
133
  * Programmatically move focus to the datepicker. Use this method instead of
@@ -36,7 +36,7 @@ export declare class CatDatepickerInline {
36
36
  */
37
37
  catChange: EventEmitter<string>;
38
38
  onValueChanged(value: string): void;
39
- onDisabledChanged(value: boolean): void;
39
+ onDisabledChanged(): void;
40
40
  componentDidLoad(): void;
41
41
  render(): any;
42
42
  private initDatepicker;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "description": "Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -38,7 +38,7 @@
38
38
  "sanitize.css": "13.0.0",
39
39
  "tabbable": "6.2.0",
40
40
  "toastify-js": "1.12.0",
41
- "@haiilo/catalyst-tokens": "6.3.0"
41
+ "@haiilo/catalyst-tokens": "6.3.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@babel/core": "^7.19.6",