@haiilo/catalyst 12.0.0 → 12.2.0
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-6a54965a.entry.js → p-e65bb6a0.entry.js} +2 -2
- package/dist/catalyst/p-e65bb6a0.entry.js.map +1 -0
- package/dist/cjs/cat-alert_30.cjs.entry.js +18 -12
- package/dist/cjs/cat-alert_30.cjs.entry.js.map +1 -1
- package/dist/collection/components/cat-tabs/cat-tabs.js +20 -14
- package/dist/collection/components/cat-tabs/cat-tabs.js.map +1 -1
- package/dist/components/cat-tabs.js +18 -12
- package/dist/components/cat-tabs.js.map +1 -1
- package/dist/esm/cat-alert_30.entry.js +18 -12
- package/dist/esm/cat-alert_30.entry.js.map +1 -1
- package/dist/types/components/cat-tabs/cat-tabs.d.ts +1 -0
- package/dist/types/components.d.ts +2 -2
- package/package.json +2 -2
- package/dist/catalyst/p-6a54965a.entry.js.map +0 -1
|
@@ -2255,7 +2255,7 @@ declare global {
|
|
|
2255
2255
|
new (): HTMLCatTabElement;
|
|
2256
2256
|
};
|
|
2257
2257
|
interface HTMLCatTabsElementEventMap {
|
|
2258
|
-
"catChange": { id: string; index: number };
|
|
2258
|
+
"catChange": { id: string; index: number; fromDropdown: boolean };
|
|
2259
2259
|
}
|
|
2260
2260
|
/**
|
|
2261
2261
|
* Tabs are used to display multiple panels to be contained within a single
|
|
@@ -3746,7 +3746,7 @@ declare namespace LocalJSX {
|
|
|
3746
3746
|
/**
|
|
3747
3747
|
* Emitted when active tab is changed.
|
|
3748
3748
|
*/
|
|
3749
|
-
"onCatChange"?: (event: CatTabsCustomEvent<{ id: string; index: number }>) => void;
|
|
3749
|
+
"onCatChange"?: (event: CatTabsCustomEvent<{ id: string; index: number; fromDropdown: boolean }>) => void;
|
|
3750
3750
|
/**
|
|
3751
3751
|
* The alignment of the tabs.
|
|
3752
3752
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haiilo/catalyst",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.2.0",
|
|
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.
|
|
42
|
+
"@haiilo/catalyst-tokens": "12.2.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@babel/core": "^7.24.7",
|