@finema/finework-layer 0.1.11 → 0.1.12
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
|
+
## [0.1.12](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.1.11...0.1.12) (2025-10-16)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* install icon ([0606b0a](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/0606b0ad99bf060692b0f592e306e7f7b0b78406))
|
|
8
|
+
|
|
3
9
|
## [0.1.11](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.1.10...0.1.11) (2025-10-16)
|
|
4
10
|
|
|
5
11
|
## [0.1.10](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.1.9...0.1.10) (2025-10-15)
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
'hover:text-primary',
|
|
70
70
|
'data-active:before:bg-white data-active:before:rounded-lg data-active:text-primary font-semibold',
|
|
71
71
|
],
|
|
72
|
-
linkLabel: '!text-
|
|
72
|
+
linkLabel: '!text-[#344054]',
|
|
73
73
|
linkLeadingIcon:
|
|
74
74
|
'group-data-[state=open]:text-current text-current size-[24px] group-hover:text-primary',
|
|
75
75
|
childList: 'border-none ms-0 bg-white mt-2 rounded-lg',
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
'hover:text-primary',
|
|
99
99
|
'data-active:before:bg-[#F9FAFB] data-active:before:rounded-lg data-active:text-primary font-semibold',
|
|
100
100
|
],
|
|
101
|
-
linkLabel: '!text-
|
|
101
|
+
linkLabel: '!text-[#344054]',
|
|
102
102
|
linkLeadingIcon:
|
|
103
103
|
'group-data-[state=open]:text-current text-current size-[24px] group-hover:text-primary ',
|
|
104
104
|
childList: 'border-none ms-0 bg-white mt-2 rounded-lg',
|
package/bun.lock
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finema/finework-layer",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.12",
|
|
5
5
|
"main": "./nuxt.config.ts",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "nuxi dev .playground -o",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@finema/eslint-config": "^2.0.3",
|
|
20
|
+
"@iconify-json/ph": "^1.2.2",
|
|
20
21
|
"@nuxt/eslint": "latest",
|
|
21
22
|
"@nuxt/test-utils": "^3.19.2",
|
|
22
23
|
"@release-it/conventional-changelog": "^10.0.1",
|