@haiilo/catalyst 6.4.2 → 6.4.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.
- package/dist/catalyst/catalyst.css +69 -0
- package/dist/catalyst/catalyst.esm.js +1 -1
- package/dist/catalyst/{p-c48f897d.entry.js → p-3c68978f.entry.js} +2 -2
- package/dist/catalyst/p-3c68978f.entry.js.map +1 -0
- package/dist/catalyst/scss/core/_typography.scss +81 -0
- package/dist/catalyst/scss/vendor/_flatpickr.scss +2 -0
- package/dist/cjs/cat-alert_26.cjs.entry.js +15 -4
- package/dist/cjs/cat-alert_26.cjs.entry.js.map +1 -1
- package/dist/collection/components/cat-button/cat-button.css +1 -1
- package/dist/collection/components/cat-card/cat-card.css +1 -1
- package/dist/collection/components/cat-datepicker/cat-datepicker.js +15 -0
- package/dist/collection/components/cat-datepicker/cat-datepicker.js.map +1 -1
- package/dist/collection/components/cat-datepicker-inline/cat-datepicker-inline.css +2 -0
- package/dist/collection/scss/core/_typography.scss +81 -0
- package/dist/collection/scss/vendor/_flatpickr.scss +2 -0
- package/dist/components/cat-button2.js +1 -1
- package/dist/components/cat-button2.js.map +1 -1
- package/dist/components/cat-card.js +1 -1
- package/dist/components/cat-card.js.map +1 -1
- package/dist/components/cat-datepicker-inline.js +1 -1
- package/dist/components/cat-datepicker-inline.js.map +1 -1
- package/dist/components/cat-datepicker.js +12 -1
- package/dist/components/cat-datepicker.js.map +1 -1
- package/dist/esm/cat-alert_26.entry.js +15 -4
- package/dist/esm/cat-alert_26.entry.js.map +1 -1
- package/dist/types/components/cat-datepicker/cat-datepicker.d.ts +1 -0
- package/package.json +3 -3
- package/dist/catalyst/p-c48f897d.entry.js.map +0 -1
|
@@ -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.
|
|
3
|
+
"version": "6.4.4",
|
|
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.
|
|
41
|
+
"@haiilo/catalyst-tokens": "6.4.4"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@babel/core": "^7.19.6",
|
|
45
|
-
"@haiilo/catalyst-icons": "^1.0.
|
|
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",
|