@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
|
@@ -16501,7 +16501,7 @@ const KupTabBar = class {
|
|
|
16501
16501
|
this.variant = KupTabbarStyling.FLAT;
|
|
16502
16502
|
this.dense = false;
|
|
16503
16503
|
this.ripple = false;
|
|
16504
|
-
this.toolbar =
|
|
16504
|
+
this.toolbar = false;
|
|
16505
16505
|
this.toolbarData = undefined;
|
|
16506
16506
|
}
|
|
16507
16507
|
onKupBlur(i, node) {
|