@haiilo/catalyst 12.3.2 → 12.3.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.
- package/dist/catalyst/catalyst.esm.js +1 -1
- package/dist/catalyst/{p-52889fcc.entry.js → p-72182657.entry.js} +3 -3
- package/dist/catalyst/p-72182657.entry.js.map +1 -0
- package/dist/cjs/cat-alert_30.cjs.entry.js +24 -10
- package/dist/cjs/cat-alert_30.cjs.entry.js.map +1 -1
- package/dist/collection/components/cat-button/cat-button.css +4 -2
- package/dist/collection/components/cat-time/cat-time-locale.js +1 -4
- package/dist/collection/components/cat-time/cat-time-locale.js.map +1 -1
- package/dist/collection/components/cat-time/cat-time.js +22 -5
- package/dist/collection/components/cat-time/cat-time.js.map +1 -1
- package/dist/components/cat-button2.js +1 -1
- package/dist/components/cat-button2.js.map +1 -1
- package/dist/components/cat-time.js +23 -9
- package/dist/components/cat-time.js.map +1 -1
- package/dist/esm/cat-alert_30.entry.js +24 -10
- package/dist/esm/cat-alert_30.entry.js.map +1 -1
- package/dist/types/components/cat-time/cat-time.d.ts +2 -0
- package/package.json +2 -2
- package/dist/catalyst/p-52889fcc.entry.js.map +0 -1
|
@@ -9,6 +9,7 @@ export declare class CatTime {
|
|
|
9
9
|
private readonly locale;
|
|
10
10
|
private readonly timeMaskOptions;
|
|
11
11
|
private input?;
|
|
12
|
+
private localizedDayPeriods;
|
|
12
13
|
hostElement: HTMLElement;
|
|
13
14
|
hasSlottedLabel: boolean;
|
|
14
15
|
hasSlottedHint: boolean;
|
|
@@ -179,4 +180,5 @@ export declare class CatTime {
|
|
|
179
180
|
private onInputBlur;
|
|
180
181
|
private format;
|
|
181
182
|
private reclamp;
|
|
183
|
+
private getLocalizedDayPeriods;
|
|
182
184
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haiilo/catalyst",
|
|
3
|
-
"version": "12.3.
|
|
3
|
+
"version": "12.3.3",
|
|
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.
|
|
42
|
+
"@haiilo/catalyst-tokens": "12.3.3"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@babel/core": "^7.24.7",
|