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.
@@ -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: "text" }
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.249",
3
+ "version": "1.4.250",
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": {