@finema/finework-layer 0.2.35 → 0.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.36](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.35...0.2.36) (2025-10-29)
4
+
3
5
  ## [0.2.35](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.34...0.2.35) (2025-10-29)
4
6
 
5
7
  ## [0.2.34](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.33...0.2.34) (2025-10-29)
@@ -117,7 +117,7 @@
117
117
  <main
118
118
  :class="[
119
119
  'mx-auto min-h-full flex-1 px-6 py-10 lg:px-8',
120
- fullScreen ? 'w-full max-w-[1600px]' : 'max-w-7xl 2xl:max-w-[80%]',
120
+ fullScreen ? 'w-full 2xl:max-w-[90%]' : 'max-w-7xl 2xl:max-w-[70%]',
121
121
  ]"
122
122
  >
123
123
  <Breadcrumb
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "0.2.35",
4
+ "version": "0.2.36",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",