@ctrliq/quantic-components 1.63.3 → 1.63.5

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.
@@ -52,6 +52,7 @@ let Tabs = class Tabs extends QuanticElement {
52
52
  _onTabSelect(e) {
53
53
  if (e.target.closest(tabsTag) !== this)
54
54
  return;
55
+ e.stopPropagation();
55
56
  this.selectedIndex = e.detail.index;
56
57
  }
57
58
  render() {
@@ -46,7 +46,7 @@ export declare class Combobox extends Combobox_base {
46
46
  private nextNavigableIndex;
47
47
  private openList;
48
48
  private closeList;
49
- private commitCustomValue;
49
+ private commitInputValue;
50
50
  private positionListbox;
51
51
  private selectOption;
52
52
  private handleInput;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctrliq/quantic-components",
3
- "version": "1.63.3",
3
+ "version": "1.63.5",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/types/index.d.ts",
6
6
  "exports": {