@ctrliq/quantic-components 1.63.4 → 1.63.6
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/confirm-dialog/confirm-dialog.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/meta/index.js.map +1 -1
- package/dist/quantic-components.js +2 -0
- package/dist/quantic-components.js.map +1 -1
- package/dist/quantic-components.min.js +2 -1
- package/dist/quantic-components.min.js.map +1 -1
- package/dist/tabs/tabs.component.js +1 -0
- package/package.json +1 -1
|
@@ -10471,6 +10471,7 @@
|
|
|
10471
10471
|
gap: var(--quantic-spacing-3);
|
|
10472
10472
|
margin: 0;
|
|
10473
10473
|
color: var(--quantic-text-secondary);
|
|
10474
|
+
overflow-wrap: break-word;
|
|
10474
10475
|
}
|
|
10475
10476
|
|
|
10476
10477
|
[size='md'] .body,
|
|
@@ -67563,6 +67564,7 @@
|
|
|
67563
67564
|
_onTabSelect(e) {
|
|
67564
67565
|
if (e.target.closest(tabsTag) !== this)
|
|
67565
67566
|
return;
|
|
67567
|
+
e.stopPropagation();
|
|
67566
67568
|
this.selectedIndex = e.detail.index;
|
|
67567
67569
|
}
|
|
67568
67570
|
render() {
|