bt-core-app 2.1.35 → 2.1.37
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 +4 -2
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -79577,7 +79577,8 @@ const lie = Ye({
|
|
|
79577
79577
|
k(li, { class: "ma-0 pa-0" }, {
|
|
79578
79578
|
default: j(() => [
|
|
79579
79579
|
k(Et, {
|
|
79580
|
-
class: "
|
|
79580
|
+
class: "mx-100",
|
|
79581
|
+
"max-width": "900",
|
|
79581
79582
|
style: We(T(p)),
|
|
79582
79583
|
theme: T(m)
|
|
79583
79584
|
}, {
|
|
@@ -79765,7 +79766,8 @@ const lie = Ye({
|
|
|
79765
79766
|
k(Hm, null, {
|
|
79766
79767
|
default: j(({ errors: S, isValid: x }) => [
|
|
79767
79768
|
k(Et, {
|
|
79768
|
-
class: "
|
|
79769
|
+
class: "mx-100",
|
|
79770
|
+
"max-width": "900",
|
|
79769
79771
|
style: We(T(p)),
|
|
79770
79772
|
theme: T(m)
|
|
79771
79773
|
}, {
|
package/package.json
CHANGED