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.
- package/dist/bt-core-app.js +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -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