@finema/finework-layer 0.0.7 → 0.0.9
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 +8 -0
- package/app/app.config.ts +1 -1
- package/app/components/Button/Back.vue +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.9](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.0.8...0.0.9) (2025-10-10)
|
|
4
|
+
|
|
5
|
+
## [0.0.8](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.0.7...0.0.8) (2025-10-10)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* modal body padding top ([d5e6986](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/d5e6986946b4ec1c70dbd4a8022402f16ad0f82d))
|
|
10
|
+
|
|
3
11
|
## [0.0.7](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.0.6...0.0.7) (2025-10-09)
|
|
4
12
|
|
|
5
13
|
### Features
|
package/app/app.config.ts
CHANGED
|
@@ -121,7 +121,7 @@ export default defineAppConfig({
|
|
|
121
121
|
'divide-none overflow-visible flex flex-col',
|
|
122
122
|
'max-sm:top-auto max-sm:bottom-0 max-sm:left-0 max-sm:right-0 max-sm:translate-x-0 max-sm:translate-y-0 max-sm:w-full max-sm:max-w-full max-sm:h-auto max-sm:max-h-[90dvh] max-sm:rounded-b-none max-sm:rounded-t-lg',
|
|
123
123
|
],
|
|
124
|
-
body: '
|
|
124
|
+
body: '!pt-0 overflow-y-auto flex-1 overflow-x-visible',
|
|
125
125
|
footer: 'w-full',
|
|
126
126
|
},
|
|
127
127
|
variants: {
|