@sme.up/ketchup 11.0.0-SNAPSHOT-20241031153037 → 11.0.0-SNAPSHOT-20241031153116
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/cjs/kup-autocomplete_28.cjs.entry.js +1 -1
- package/dist/cjs/kup-autocomplete_28.cjs.entry.js.map +1 -1
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +3 -3
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.js.map +1 -1
- package/dist/components/kup-autocomplete2.js +1 -1
- package/dist/components/kup-autocomplete2.js.map +1 -1
- package/dist/esm/kup-autocomplete_28.entry.js +1 -1
- package/dist/esm/kup-autocomplete_28.entry.js.map +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-cbf20461.entry.js → p-e036c5cd.entry.js} +2 -2
- package/dist/ketchup/{p-cbf20461.entry.js.map → p-e036c5cd.entry.js.map} +1 -1
- package/dist/types/components/kup-tab-bar/kup-tab-bar.d.ts +1 -1
- package/dist/types/components.d.ts +2 -2
- package/package.json +1 -1
|
@@ -16505,7 +16505,7 @@ const KupTabBar = class {
|
|
|
16505
16505
|
this.variant = KupTabbarStyling.FLAT;
|
|
16506
16506
|
this.dense = false;
|
|
16507
16507
|
this.ripple = false;
|
|
16508
|
-
this.toolbar =
|
|
16508
|
+
this.toolbar = false;
|
|
16509
16509
|
this.toolbarData = undefined;
|
|
16510
16510
|
}
|
|
16511
16511
|
onKupBlur(i, node) {
|