bt-core-app 2.0.183 → 2.0.184

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.
@@ -56722,6 +56722,7 @@ const QK = ["success", "info", "warning", "error"], JK = Ye({
56722
56722
  default: O(() => [
56723
56723
  !d.value && !E.hideToolbar && E.variant != "pure" ? (B(), ue(Cr, {
56724
56724
  key: 0,
56725
+ class: "overflow-x-auto",
56725
56726
  color: C.value,
56726
56727
  density: E.density,
56727
56728
  ref_key: "handle",
@@ -56744,7 +56745,10 @@ const QK = ["success", "info", "warning", "error"], JK = Ye({
56744
56745
  qe(Ne(E.label), 1)
56745
56746
  ]),
56746
56747
  _: 1
56747
- })) : !E.showOnlyTitleLeft && E.label != null ? (B(), ue(bn, { key: 1 }, {
56748
+ })) : !E.showOnlyTitleLeft && E.label != null ? (B(), ue(bn, {
56749
+ key: 1,
56750
+ class: "text-truncate"
56751
+ }, {
56748
56752
  default: O(() => [
56749
56753
  qe(Ne(E.label), 1)
56750
56754
  ]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.183",
3
+ "version": "2.0.184",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {