bt-core-app 1.4.249 → 1.4.250
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
|
@@ -32818,7 +32818,7 @@ const $A = /* @__PURE__ */ Ze({
|
|
|
32818
32818
|
isEditing: { type: Boolean, default: !0 },
|
|
32819
32819
|
preset: {},
|
|
32820
32820
|
size: { default: void 0 },
|
|
32821
|
-
variant: { default:
|
|
32821
|
+
variant: { default: void 0 }
|
|
32822
32822
|
},
|
|
32823
32823
|
setup(e) {
|
|
32824
32824
|
const t = e, n = Ls(t.preset), a = S(() => t.icon ?? n.icon), r = Be("isEditing", () => W(!1), !0), l = S(() => t.isEditing ?? n.isEditing ?? r.value), i = Be("size", () => W(t.size ?? "small"), !0), s = S(() => t.size ?? n.size ?? i.value), u = S(() => t.variant ?? n.variant);
|
package/package.json
CHANGED