bt-core-app 1.4.546 → 1.4.547

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.
@@ -41061,7 +41061,7 @@ const j5 = { class: "d-flex align-center" }, GV = /* @__PURE__ */ Xe({
41061
41061
  return pl(() => {
41062
41062
  v(), m();
41063
41063
  }), (p, T) => (B(), te(ni, {
41064
- "max-width": n.value.maxWidth,
41064
+ "max-width": l.value == "number" ? n.value.maxWidth : a.value.maxWidth,
41065
41065
  modelValue: t.value,
41066
41066
  "onUpdate:modelValue": T[5] || (T[5] = (b) => t.value = b)
41067
41067
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.546",
3
+ "version": "1.4.547",
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": {