@finema/finework-layer 0.2.28 → 0.2.30

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,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.30](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.29...0.2.30) (2025-10-28)
4
+
5
+ ## [0.2.29](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.28...0.2.29) (2025-10-28)
6
+
3
7
  ## [0.2.28](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.27...0.2.28) (2025-10-27)
4
8
 
5
9
  ### Bug Fixes
package/app/app.config.ts CHANGED
@@ -31,5 +31,58 @@ export default defineAppConfig({
31
31
  },
32
32
 
33
33
  },
34
+ tabs: {
35
+ slots: {
36
+ list: 'p-0 ',
37
+ label: ' font-bold text-[#344054] ',
38
+ leadingIcon: 'hover:!text-primary',
39
+ },
40
+
41
+ variants: {
42
+ variant: {
43
+ pill: {
44
+ list: 'bg-white rounded-sm',
45
+ trigger: 'grow',
46
+ indicator: 'rounded-md shadow-xs',
47
+ },
48
+
49
+ },
50
+ orientation: {
51
+ horizontal: {
52
+ root: 'flex-col px-4 py-2 bg-white rounded-xl',
53
+ list: 'w-full ',
54
+ indicator: 'left-0 w-(--reka-tabs-indicator-size) translate-x-(--reka-tabs-indicator-position)',
55
+ trigger: 'justify-center',
56
+ },
57
+ vertical: {
58
+ list: 'flex-col gap-3 xl:gap-5 ',
59
+ indicator: 'top-0 h-(--reka-tabs-indicator-size) translate-y-(--reka-tabs-indicator-position)',
60
+ root: 'p-4 bg-white rounded-xl',
61
+ },
62
+ },
63
+ size: {
64
+ lg: {
65
+ trigger: 'px-4 py-2 text-sm gap-3',
66
+ leadingIcon: 'size-6',
67
+ leadingAvatarSize: '2xs',
68
+ },
69
+ },
70
+ },
71
+ compoundVariants: [
72
+ {
73
+ color: 'primary',
74
+ variant: 'pill',
75
+ class: {
76
+ indicator: 'bg-[#F9FAFB]',
77
+ trigger: 'data-[state=active]:text-primary data-[state=active]:bg-[#F9FAFB] ',
78
+ },
79
+ },
80
+ ],
81
+ defaultVariants: {
82
+ color: 'primary',
83
+ variant: 'pill',
84
+ size: 'lg',
85
+ },
86
+ },
34
87
  },
35
88
  })
package/bun.lock CHANGED
@@ -4,7 +4,7 @@
4
4
  "": {
5
5
  "name": "@finema/finework-layer",
6
6
  "dependencies": {
7
- "@finema/core": "^2.55.1",
7
+ "@finema/core": "^2.55.2",
8
8
  },
9
9
  "devDependencies": {
10
10
  "@finema/eslint-config": "^2.0.3",
@@ -187,7 +187,7 @@
187
187
 
188
188
  "@eslint/plugin-kit": ["@eslint/plugin-kit@0.4.0", "", { "dependencies": { "@eslint/core": "^0.16.0", "levn": "^0.4.1" } }, "sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A=="],
189
189
 
190
- "@finema/core": ["@finema/core@2.55.1", "", { "dependencies": { "@iconify-json/heroicons": "^1.2.2", "@iconify-json/ph": "^1.2.2", "@iconify-json/svg-spinners": "^1.2.2", "@nuxt/kit": "^4.1.3", "@nuxt/ui": "^4.1.0", "@pinia/nuxt": "^0.11.0", "@tailwindcss/typography": "^0.5.0-alpha.3", "@tiptap/extension-image": "^3.0.7", "@tiptap/extension-link": "^3.0.7", "@tiptap/extension-text-align": "^3.0.7", "@tiptap/extension-text-style": "^3.0.7", "@tiptap/extension-underline": "^3.0.7", "@tiptap/extension-youtube": "^3.0.7", "@tiptap/pm": "^3.0.7", "@tiptap/starter-kit": "^3.0.7", "@tiptap/vue-3": "^3.0.7", "@vee-validate/nuxt": "^4.15.1", "@vee-validate/valibot": "^4.15.1", "@vuepic/vue-datepicker": "^11.0.2", "@vueuse/components": "^13.9.0", "@vueuse/core": "^13.9.0", "@wdns/vue-code-block": "^2.3.5", "axios": "^1.10.0", "date-fns": "^4.1.0", "date-fns-tz": "^3.2.0", "defu": "^6.1.4", "lodash-es": "^4.17.21", "maska": "^3.1.1", "url-join": "^5.0.0" } }, "sha512-tPiG0+c01wGZyXXuG8rJVa2+KZLfsJoXDDenqaUe0LXZurEoJCexUAjdKa5nrdtSxzz+kq7hMD+5vCpO+iMR1w=="],
190
+ "@finema/core": ["@finema/core@2.56.0", "", { "dependencies": { "@iconify-json/heroicons": "^1.2.2", "@iconify-json/ph": "^1.2.2", "@iconify-json/svg-spinners": "^1.2.2", "@nuxt/kit": "^4.1.3", "@nuxt/ui": "^4.1.0", "@pinia/nuxt": "^0.11.0", "@tailwindcss/typography": "^0.5.0-alpha.3", "@tiptap/extension-image": "^3.0.7", "@tiptap/extension-link": "^3.0.7", "@tiptap/extension-text-align": "^3.0.7", "@tiptap/extension-text-style": "^3.0.7", "@tiptap/extension-underline": "^3.0.7", "@tiptap/extension-youtube": "^3.0.7", "@tiptap/pm": "^3.0.7", "@tiptap/starter-kit": "^3.0.7", "@tiptap/vue-3": "^3.0.7", "@vee-validate/nuxt": "^4.15.1", "@vee-validate/valibot": "^4.15.1", "@vuepic/vue-datepicker": "^11.0.2", "@vueuse/components": "^13.9.0", "@vueuse/core": "^13.9.0", "@wdns/vue-code-block": "^2.3.5", "axios": "^1.10.0", "date-fns": "^4.1.0", "date-fns-tz": "^3.2.0", "defu": "^6.1.4", "lodash-es": "^4.17.21", "maska": "^3.1.1", "url-join": "^5.0.0" } }, "sha512-wWmUcmz+GXoDno1yx8GpLwjH271usVi06qtegsy5389ObWAnCmmYHCmvH2t1fNnWQPWvkQAl+zCXOXMNrkLRCg=="],
191
191
 
192
192
  "@finema/eslint-config": ["@finema/eslint-config@2.0.3", "", { "dependencies": { "eslint-plugin-better-tailwindcss": "^3.7.10", "eslint-plugin-tailwindcss": "^3.18.2", "eslint-plugin-unused-imports": "^4.2.0" }, "peerDependencies": { "eslint": "^9.37.0" } }, "sha512-cKayHHZLTp/cA1q9ohowBcNWqpMZcA3zYcw8W7JkB89B+cyT1hYUOIi046cUEW23mFTfsSKUVIeW/C+BKpXuXQ=="],
193
193
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "0.2.28",
4
+ "version": "0.2.30",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",
@@ -30,7 +30,7 @@
30
30
  "vue": "latest"
31
31
  },
32
32
  "dependencies": {
33
- "@finema/core": "^2.55.1"
33
+ "@finema/core": "^2.55.2"
34
34
  },
35
35
  "lint-staged": {
36
36
  "*": "eslint"