bt-core-app 2.1.16 → 2.1.17

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.
@@ -70127,7 +70127,7 @@ const Cne = /* @__PURE__ */ tt({
70127
70127
  const t = e, a = $(() => t.left ?? 25);
70128
70128
  return (n, l) => (B(), te("div", Mne, [
70129
70129
  S(vl, {
70130
- style: We(`width: ${a.value}%`)
70130
+ style: We(`max-width: ${a.value}%`)
70131
70131
  }, null, 8, ["style"]),
70132
70132
  pe(n.$slots, "text", {}, () => [
70133
70133
  S(cn, { class: "ml-3" }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.1.16",
3
+ "version": "2.1.17",
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": {