@finema/finework-layer 2.0.29 → 2.0.30
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,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.0.30](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.29...2.0.30) (2026-08-18)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* update feedback ticket button with label and icon ([55567c4](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/55567c4fed8c3cbba72d91fec7b92fbcf6bc3c37))
|
|
8
|
+
|
|
3
9
|
## [2.0.29](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.28...2.0.29) (2026-08-18)
|
|
4
10
|
|
|
5
11
|
## [2.0.28](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.27...2.0.28) (2026-08-18)
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div class="fixed right-4 bottom-4 z-200">
|
|
2
|
+
<div class="fixed right-4 bottom-4 z-200 flex items-center gap-2">
|
|
3
|
+
<span class="rounded-full bg-white px-3 py-1.5 text-sm font-medium text-gray-700 shadow-lg">
|
|
4
|
+
ส่งความคิดเห็น!
|
|
5
|
+
</span>
|
|
3
6
|
<button
|
|
4
7
|
class="group bg-primary-600 ring-primary-200 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
8
|
title="แจ้งปัญหา / ขอ Feature"
|
|
6
9
|
@click="isOpen = true"
|
|
7
10
|
>
|
|
8
11
|
<Icon
|
|
9
|
-
name="ph:
|
|
12
|
+
name="ph:headset"
|
|
10
13
|
class="size-6 text-white transition-transform duration-200 group-hover:rotate-12 md:size-7"
|
|
11
14
|
/>
|
|
12
15
|
</button>
|