bt-core-app 1.4.228 → 1.4.229
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 +3 -2
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -30948,7 +30948,7 @@ const gA = /* @__PURE__ */ Ke({
|
|
|
30948
30948
|
"min-height": T.minHeight,
|
|
30949
30949
|
ref_key: "blade",
|
|
30950
30950
|
ref: u,
|
|
30951
|
-
rounded: "2",
|
|
30951
|
+
rounded: A(f).variant.value == "blade" ? "2" : "0",
|
|
30952
30952
|
style: Jt(x.value)
|
|
30953
30953
|
}, {
|
|
30954
30954
|
default: Z(() => [
|
|
@@ -31018,6 +31018,7 @@ const gA = /* @__PURE__ */ Ke({
|
|
|
31018
31018
|
y.value ? re("", !0) : (z(), se(Oo, {
|
|
31019
31019
|
color: "primary",
|
|
31020
31020
|
density: T.density,
|
|
31021
|
+
tile: "",
|
|
31021
31022
|
key: "2"
|
|
31022
31023
|
}, {
|
|
31023
31024
|
default: Z(() => [
|
|
@@ -31089,7 +31090,7 @@ const gA = /* @__PURE__ */ Ke({
|
|
|
31089
31090
|
}, 8, ["modelValue"])
|
|
31090
31091
|
]),
|
|
31091
31092
|
_: 3
|
|
31092
|
-
}, 8, ["class", "color", "density", "flat", "min-height", "style"])
|
|
31093
|
+
}, 8, ["class", "color", "density", "flat", "min-height", "rounded", "style"])
|
|
31093
31094
|
]),
|
|
31094
31095
|
_: 3
|
|
31095
31096
|
}));
|
package/package.json
CHANGED