@finema/finework-layer 2.0.37 → 2.0.39

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
+ ## [2.0.39](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.38...2.0.39) (2026-08-20)
4
+
5
+ ### Features
6
+
7
+ * adjust admin layout padding for better spacing ([c1e7d78](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/c1e7d784bd3db6fc78fb10b86ced197de54b1f4e))
8
+
9
+ ## [2.0.38](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.37...2.0.38) (2026-08-19)
10
+
11
+ ### Features
12
+
13
+ * adjust feedback button positioning and responsive styling ([3c15efa](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/3c15efafb873f623ec5f8896cf46d578504d580a))
14
+
3
15
  ## [2.0.37](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.36...2.0.37) (2026-08-19)
4
16
 
5
17
  ### Features
@@ -1,11 +1,11 @@
1
1
  <template>
2
- <div class="fixed right-5 bottom-7 z-40">
2
+ <div class="fixed right-7 bottom-7 z-40 md:bottom-8.5">
3
3
  <button
4
4
  class="group bg-primary-600 ring-primary-200 relative flex size-10 cursor-pointer items-center justify-center rounded-full shadow-lg ring-2 transition-all duration-200 hover:bg-primary-700 hover:scale-105 hover:shadow-xl md:size-12"
5
5
  title="แจ้งปัญหา / ขอ Feature"
6
6
  @click="isOpen = true"
7
7
  >
8
- <span class="text-primary absolute -bottom-5 left-1/2 -translate-x-1/2 bg-white px-3 py-1.5 text-xs font-bold whitespace-nowrap shadow-lg">
8
+ <span class="text-primary absolute -bottom-6.5 left-1/2 -translate-x-1/2 bg-white px-2 py-1 text-[10px] font-bold whitespace-nowrap shadow-lg md:-bottom-7.5 md:px-3 md:py-1.5 md:text-xs">
9
9
  Send feedback!
10
10
  </span>
11
11
  <Icon
@@ -146,7 +146,7 @@
146
146
  <div class="w-full bg-gray-50 pt-[64px] lg:pt-[72px]">
147
147
  <main
148
148
  :class="[
149
- 'mx-auto min-h-full flex-1 px-6 py-10 lg:px-8',
149
+ 'mx-auto min-h-full flex-1 px-6 pt-10 pb-16 lg:px-8 xl:pb-20',
150
150
  fullScreen ? 'w-full 2xl:max-w-[90%]' : 'max-w-7xl 2xl:max-w-[70%]',
151
151
  ]"
152
152
  >
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "2.0.37",
4
+ "version": "2.0.39",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",