@finema/finework-layer 2.0.36 → 2.0.37

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.37](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.36...2.0.37) (2026-08-19)
4
+
5
+ ### Features
6
+
7
+ * replace headset icon with chat-circle-text icon across feedback components ([99ae421](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/99ae421e2d4985e65650ab865c3d8d0127b4abc0))
8
+
3
9
  ## [2.0.36](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.35...2.0.36) (2026-08-19)
4
10
 
5
11
  ### Features
@@ -14,7 +14,7 @@
14
14
  <div class="flex items-center gap-3">
15
15
  <div class="bg-primary-100 flex size-9 items-center justify-center rounded-lg">
16
16
  <Icon
17
- name="ph:headset"
17
+ name="ph:chat-circle-text"
18
18
  class="text-primary-600 size-5"
19
19
  />
20
20
  </div>
@@ -9,7 +9,7 @@
9
9
  Send feedback!
10
10
  </span>
11
11
  <Icon
12
- name="ph:headset"
12
+ name="ph:chat-circle-text"
13
13
  class="size-6 text-white transition-transform duration-200 group-hover:rotate-12 md:size-7"
14
14
  />
15
15
  </button>
@@ -248,7 +248,7 @@ export const routes = {
248
248
  tickets: {
249
249
  label: 'Feedback Tickets',
250
250
  to: '/feedback/tickets',
251
- icon: 'ph:headset',
251
+ icon: 'ph:chat-circle-text',
252
252
  },
253
253
  },
254
254
  tor: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "2.0.36",
4
+ "version": "2.0.37",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",