@finema/finework-layer 0.1.2 → 0.1.3
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.
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<LayoutUser>
|
|
3
|
-
<p>
|
|
3
|
+
<p>
|
|
4
|
+
dasdasd
|
|
5
|
+
</p>
|
|
4
6
|
</LayoutUser>
|
|
5
7
|
</template>
|
|
6
8
|
|
|
@@ -33,8 +35,7 @@ auth.me.set({
|
|
|
33
35
|
position: 'Technical Specialist',
|
|
34
36
|
team_code: 'DEV',
|
|
35
37
|
company: 'finema',
|
|
36
|
-
avatar_url:
|
|
37
|
-
'https://avatars.slack-edge.com/2023-09-25/5968557597936_c750902e3ffc4f690d80_512.jpg',
|
|
38
|
+
avatar_url: 'https://avatars.slack-edge.com/2023-09-25/5968557597936_c750902e3ffc4f690d80_512.jpg',
|
|
38
39
|
slack_id: 'U0147KLKKH8',
|
|
39
40
|
azure_id: 'fd7fbb55-a249-4b79-b439-2270981bd3ae',
|
|
40
41
|
is_active: true,
|
package/CHANGELOG.md
CHANGED
package/app/app.config.ts
CHANGED
|
@@ -195,7 +195,8 @@ export default defineAppConfig({
|
|
|
195
195
|
variants: {
|
|
196
196
|
size: {
|
|
197
197
|
xl: {
|
|
198
|
-
base: 'py-2.5 disabled:bg-[#F5F5F5] disabled:text-[#737373] disabled:cursor-not-allowed w-full',
|
|
198
|
+
base: 'py-2.5 min-h-[100px] items-start disabled:bg-[#F5F5F5] disabled:text-[#737373] disabled:cursor-not-allowed w-full',
|
|
199
|
+
item: 'bg-white',
|
|
199
200
|
},
|
|
200
201
|
},
|
|
201
202
|
},
|