bt-core-app 2.1.35 → 2.1.36

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.
@@ -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: "w-100",
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: "w-100",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.1.35",
3
+ "version": "2.1.36",
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": {