@haiilo/catalyst 6.4.2 → 6.4.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.
@@ -135,6 +135,7 @@ export declare class CatDatepickerFlat {
135
135
  onValueChanged(value: string): void;
136
136
  onDisabledChanged(): void;
137
137
  componentDidLoad(): void;
138
+ onMinChanged(): void;
138
139
  /**
139
140
  * Programmatically move focus to the datepicker. Use this method instead of
140
141
  * `input.focus()`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst",
3
- "version": "6.4.2",
3
+ "version": "6.4.3",
4
4
  "description": "Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -38,11 +38,11 @@
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.4.2"
41
+ "@haiilo/catalyst-tokens": "6.4.3"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@babel/core": "^7.19.6",
45
- "@haiilo/catalyst-icons": "^1.0.6",
45
+ "@haiilo/catalyst-icons": "^1.0.7",
46
46
  "@stencil/angular-output-target": "^0.8.0",
47
47
  "@stencil/react-output-target": "^0.5.3",
48
48
  "@stencil/sass": "^3.0.5",