@finema/finework-layer 0.1.12 → 0.1.13

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.1.13](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.1.12...0.1.13) (2025-10-16)
4
+
3
5
  ## [0.1.12](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.1.11...0.1.12) (2025-10-16)
4
6
 
5
7
  ### Bug Fixes
@@ -67,7 +67,7 @@
67
67
  link: [
68
68
  'cursor-pointer text-sm font-bold text-gray-500 px-[10px] rounded-lg gap-3',
69
69
  'hover:text-primary',
70
- 'data-active:before:bg-white data-active:before:rounded-lg data-active:text-primary font-semibold',
70
+ 'data-active:before:bg-[#F9FAFB] data-active:before:rounded-lg data-active:text-primary font-semibold',
71
71
  ],
72
72
  linkLabel: '!text-[#344054]',
73
73
  linkLeadingIcon:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "0.1.12",
4
+ "version": "0.1.13",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",