bt-core-app 1.4.815 → 1.4.816

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.
@@ -23079,7 +23079,7 @@ const n7 = ch("v-alert-title"), l7 = ["success", "info", "warning", "error"], r7
23079
23079
  "min-height": V.minHeight,
23080
23080
  ref_key: "blade",
23081
23081
  ref: m,
23082
- rounded: V.bladeName ? "2" : "0",
23082
+ rounded: V.bladeName && M(v).isMobile.value ? "2" : "0",
23083
23083
  style: vt(I.value)
23084
23084
  }, {
23085
23085
  default: O(() => [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.815",
3
+ "version": "1.4.816",
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": {