@finema/finework-layer 1.0.14 → 1.0.16

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,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.16](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.15...1.0.16) (2026-03-23)
4
+
5
+ ### Bug Fixes
6
+
7
+ * adjust main container max-width for improved layout ([7a0f2ac](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/7a0f2acdd6f5770d1872a7f6ea71ed39eb1a2997))
8
+
9
+ ## [1.0.15](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.14...1.0.15) (2026-03-18)
10
+
11
+ ### Bug Fixes
12
+
13
+ * update description for resource management in PortalApp ([8a37bcc](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/8a37bcc4e65fa9f7549224e8fee8fe42eecb1db0))
14
+
3
15
  ## [1.0.14](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.13...1.0.14) (2026-03-18)
4
16
 
5
17
  ### Features
@@ -54,7 +54,7 @@
54
54
  </div>
55
55
  </div>
56
56
  </nav>
57
- <main class="mx-auto w-full max-w-7xl flex-1 px-4 pb-20 2xl:max-w-7/10">
57
+ <main class="mx-auto w-full flex-1 px-4 pb-20 md:px-10">
58
58
  <div
59
59
  v-if="app.pageMeta.title"
60
60
  class="mb-4 flex flex-col justify-between gap-1 md:mb-6 md:gap-4 lg:flex-row lg:items-center"
@@ -480,13 +480,12 @@ const peopleApps = computed(() => [
480
480
  name: 'Resource',
481
481
  logo: '/admin/resource.svg',
482
482
  label: 'Resource',
483
- description: 'ระบบจัดการการประเมิน',
483
+ description: 'ระบบจัดการทรัพยากรบุคคล',
484
484
  to: '/',
485
485
  status: StatusPortal.DEVELOPING,
486
486
  },
487
487
  ]
488
488
  : []),
489
-
490
489
  ])
491
490
 
492
491
  const legalApps = computed(() => [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "1.0.14",
4
+ "version": "1.0.16",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",