ketekny-ui-kit 1.0.9 → 1.0.10

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ketekny-ui-kit",
3
3
  "type": "module",
4
- "version": "1.0.9",
4
+ "version": "1.0.10",
5
5
  "description": "A Vue 3 UI component library with Tailwind CSS styling",
6
6
  "main": "index.js",
7
7
  "files": [
package/src/ui/kTable.vue CHANGED
@@ -115,7 +115,7 @@ export default {
115
115
  }
116
116
 
117
117
  .table-custom--card th {
118
- @apply px-6 py-4 text-xl font-semibold text-left text-white bg-primary border-b border-primary;
118
+ @apply px-6 py-4 text-lg font-semibold text-left text-white bg-primary border-b border-primary;
119
119
  }
120
120
 
121
121
  .table-custom--plain th {
@@ -127,7 +127,7 @@ export default {
127
127
  }
128
128
 
129
129
  .table-custom--card td {
130
- @apply h-[4rem] px-6 py-4 text-lg text-slate-800;
130
+ @apply h-[3.2rem] px-6 py-4 text-base text-slate-800;
131
131
  }
132
132
 
133
133
  .table-custom--plain td {