@haiilo/catalyst 10.29.0 → 10.30.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.
- package/dist/catalyst/catalyst.css +3 -1
- package/dist/catalyst/catalyst.esm.js +1 -1
- package/dist/catalyst/catalyst.esm.js.map +1 -1
- package/dist/catalyst/index.esm.js +1 -1
- package/dist/catalyst/p-486166cb.entry.js +10 -0
- package/dist/catalyst/p-486166cb.entry.js.map +1 -0
- package/dist/catalyst/{p-e5aee21d.js → p-9500d6fb.js} +1 -1
- package/dist/catalyst/{p-e5aee21d.js.map → p-9500d6fb.js.map} +1 -1
- package/dist/catalyst/scss/core/_notification.scss +4 -1
- package/dist/catalyst/scss/utils/_elevation.mixins.scss +8 -2
- package/dist/cjs/cat-alert_30.cjs.entry.js +268 -180
- package/dist/cjs/cat-alert_30.cjs.entry.js.map +1 -1
- package/dist/cjs/catalyst.cjs.js +1 -1
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{of-aaee31a6.js → of-958251e4.js} +1 -1
- package/dist/cjs/{of-aaee31a6.js.map → of-958251e4.js.map} +1 -1
- package/dist/collection/components/cat-button/cat-button.css +2 -2
- package/dist/collection/components/cat-checkbox/cat-checkbox.js +2 -4
- package/dist/collection/components/cat-checkbox/cat-checkbox.js.map +1 -1
- package/dist/collection/components/cat-checkbox/cat-checkbox.spec.js +1 -1
- package/dist/collection/components/cat-checkbox/cat-checkbox.spec.js.map +1 -1
- package/dist/collection/components/cat-date/cat-date.js +8 -7
- package/dist/collection/components/cat-date/cat-date.js.map +1 -1
- package/dist/collection/components/cat-date-inline/cat-date-inline.js +10 -8
- package/dist/collection/components/cat-date-inline/cat-date-inline.js.map +1 -1
- package/dist/collection/components/cat-date-inline/cat-date-locale.js +2 -4
- package/dist/collection/components/cat-date-inline/cat-date-locale.js.map +1 -1
- package/dist/collection/components/cat-datepicker/cat-datepicker.js +9 -8
- package/dist/collection/components/cat-datepicker/cat-datepicker.js.map +1 -1
- package/dist/collection/components/cat-dropdown/cat-dropdown.js +1 -1
- package/dist/collection/components/cat-select/cat-select.js +1 -1
- package/dist/collection/components/cat-textarea/cat-textarea.js +21 -3
- package/dist/collection/components/cat-textarea/cat-textarea.js.map +1 -1
- package/dist/collection/components/cat-time/cat-time.js +8 -7
- package/dist/collection/components/cat-time/cat-time.js.map +1 -1
- package/dist/collection/components/cat-tooltip/cat-tooltip.css +18 -9
- package/dist/collection/scss/core/_notification.scss +4 -1
- package/dist/collection/scss/utils/_elevation.mixins.scss +8 -2
- package/dist/components/cat-button2.js +1 -1
- package/dist/components/cat-button2.js.map +1 -1
- package/dist/components/cat-checkbox2.js +3 -5
- package/dist/components/cat-checkbox2.js.map +1 -1
- package/dist/components/cat-date-inline2.js +12 -12
- package/dist/components/cat-date-inline2.js.map +1 -1
- package/dist/components/cat-date.js +3 -3
- package/dist/components/cat-date.js.map +1 -1
- package/dist/components/cat-datepicker.js +4 -4
- package/dist/components/cat-datepicker.js.map +1 -1
- package/dist/components/cat-dropdown2.js +169 -118
- package/dist/components/cat-dropdown2.js.map +1 -1
- package/dist/components/cat-textarea.js +5 -3
- package/dist/components/cat-textarea.js.map +1 -1
- package/dist/components/cat-time.js +3 -3
- package/dist/components/cat-time.js.map +1 -1
- package/dist/components/cat-tooltip.js +1 -1
- package/dist/components/cat-tooltip.js.map +1 -1
- package/dist/components/floating-ui.dom.esm.js +67 -29
- package/dist/components/floating-ui.dom.esm.js.map +1 -1
- package/dist/components/loglevel.js.map +1 -1
- package/dist/esm/cat-alert_30.entry.js +268 -180
- package/dist/esm/cat-alert_30.entry.js.map +1 -1
- package/dist/esm/catalyst.js +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{of-acb1f3a9.js → of-e4ec2eb4.js} +1 -1
- package/dist/esm/{of-acb1f3a9.js.map → of-e4ec2eb4.js.map} +1 -1
- package/dist/types/components/cat-date/cat-date.d.ts +1 -1
- package/dist/types/components/cat-datepicker/cat-datepicker.d.ts +1 -1
- package/dist/types/components/cat-textarea/cat-textarea.d.ts +4 -0
- package/dist/types/components/cat-time/cat-time.d.ts +1 -1
- package/dist/types/components.d.ts +11 -3
- package/package.json +8 -8
- package/dist/catalyst/p-bb8516c7.entry.js +0 -10
- package/dist/catalyst/p-bb8516c7.entry.js.map +0 -1
|
@@ -328,7 +328,7 @@ export namespace Components {
|
|
|
328
328
|
/**
|
|
329
329
|
* Hint for form autofill feature.
|
|
330
330
|
*/
|
|
331
|
-
"autoComplete"
|
|
331
|
+
"autoComplete": string;
|
|
332
332
|
/**
|
|
333
333
|
* Clear the input.
|
|
334
334
|
*/
|
|
@@ -522,7 +522,7 @@ export namespace Components {
|
|
|
522
522
|
/**
|
|
523
523
|
* Hint for form autofill feature.
|
|
524
524
|
*/
|
|
525
|
-
"autoComplete"
|
|
525
|
+
"autoComplete": string;
|
|
526
526
|
/**
|
|
527
527
|
* Whether the input should show a clear button.
|
|
528
528
|
*/
|
|
@@ -1361,6 +1361,10 @@ export namespace Components {
|
|
|
1361
1361
|
* input component.
|
|
1362
1362
|
*/
|
|
1363
1363
|
interface CatTextarea {
|
|
1364
|
+
/**
|
|
1365
|
+
* Hint for form autofill feature.
|
|
1366
|
+
*/
|
|
1367
|
+
"autoComplete"?: string;
|
|
1364
1368
|
/**
|
|
1365
1369
|
* Clear the textarea.
|
|
1366
1370
|
*/
|
|
@@ -1454,7 +1458,7 @@ export namespace Components {
|
|
|
1454
1458
|
/**
|
|
1455
1459
|
* Hint for form autofill feature.
|
|
1456
1460
|
*/
|
|
1457
|
-
"autoComplete"
|
|
1461
|
+
"autoComplete": string;
|
|
1458
1462
|
/**
|
|
1459
1463
|
* Clear the input.
|
|
1460
1464
|
*/
|
|
@@ -3695,6 +3699,10 @@ declare namespace LocalJSX {
|
|
|
3695
3699
|
* input component.
|
|
3696
3700
|
*/
|
|
3697
3701
|
interface CatTextarea {
|
|
3702
|
+
/**
|
|
3703
|
+
* Hint for form autofill feature.
|
|
3704
|
+
*/
|
|
3705
|
+
"autoComplete"?: string;
|
|
3698
3706
|
/**
|
|
3699
3707
|
* Whether the textarea is disabled.
|
|
3700
3708
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haiilo/catalyst",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.30.1",
|
|
4
4
|
"description": "Catalyst Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -28,19 +28,18 @@
|
|
|
28
28
|
"rxjs": "^7.5.5"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@floating-ui/dom": "1.6.
|
|
31
|
+
"@floating-ui/dom": "1.6.13",
|
|
32
32
|
"@stencil/core": "4.18.3",
|
|
33
|
-
"@types/cleave.js": "^1.4.12",
|
|
34
33
|
"autosize": "6.0.1",
|
|
35
34
|
"autosize-input": "1.0.2",
|
|
36
35
|
"cleave.js": "^1.6.0",
|
|
37
36
|
"flatpickr": "4.6.13",
|
|
38
|
-
"focus-trap": "7.
|
|
39
|
-
"loglevel": "1.9.
|
|
37
|
+
"focus-trap": "7.6.4",
|
|
38
|
+
"loglevel": "1.9.2",
|
|
40
39
|
"sanitize.css": "13.0.0",
|
|
41
40
|
"tabbable": "6.2.0",
|
|
42
41
|
"toastify-js": "1.12.0",
|
|
43
|
-
"@haiilo/catalyst-tokens": "10.
|
|
42
|
+
"@haiilo/catalyst-tokens": "10.30.1"
|
|
44
43
|
},
|
|
45
44
|
"devDependencies": {
|
|
46
45
|
"@babel/core": "^7.24.7",
|
|
@@ -50,6 +49,7 @@
|
|
|
50
49
|
"@stencil/sass": "^3.0.12",
|
|
51
50
|
"@stencil/vue-output-target": "^0.8.7",
|
|
52
51
|
"@types/autosize": "^4.0.3",
|
|
52
|
+
"@types/cleave.js": "^1.4.12",
|
|
53
53
|
"@types/jest": "^29.5.10",
|
|
54
54
|
"@types/node": "^20.14.2",
|
|
55
55
|
"@types/toastify-js": "^1.12.3",
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"replace-in-file": "^7.2.0",
|
|
66
66
|
"rxjs": "^7.5.5",
|
|
67
67
|
"stencil-inline-svg": "^1.1.0",
|
|
68
|
-
"stylelint": "^16.
|
|
68
|
+
"stylelint": "^16.14.1",
|
|
69
69
|
"stylelint-config-prettier-scss": "^1.0.0",
|
|
70
|
-
"stylelint-config-standard-scss": "^
|
|
70
|
+
"stylelint-config-standard-scss": "^14.0.0",
|
|
71
71
|
"typescript": "~5.4.5"
|
|
72
72
|
},
|
|
73
73
|
"scripts": {
|