@finema/core 1.4.198 → 1.4.199

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/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "1.4.198",
3
+ "version": "1.4.199",
4
4
  "configKey": "core",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.7.4"
package/dist/module.mjs CHANGED
@@ -2,7 +2,7 @@ import { defineNuxtModule, createResolver, installModule, addPlugin, addComponen
2
2
  import { defu } from 'defu';
3
3
 
4
4
  const name = "@finema/core";
5
- const version = "1.4.198";
5
+ const version = "1.4.199";
6
6
 
7
7
  const colorModeOptions = {
8
8
  preference: "light"
@@ -14,14 +14,14 @@ export const table = {
14
14
  padding: "px-3 py-3.5",
15
15
  color: "text-gray-700 dark:text-white",
16
16
  font: "font-normal",
17
- size: "text-sm"
17
+ size: "text-base"
18
18
  },
19
19
  td: {
20
20
  base: "whitespace-nowrap",
21
21
  padding: "px-3 py-4",
22
22
  color: "text-gray-500 dark:text-gray-400",
23
23
  font: "",
24
- size: "text-base"
24
+ size: "text-sm"
25
25
  },
26
26
  progress: {
27
27
  wrapper: "absolute inset-x-0 p-0"
@@ -24,7 +24,7 @@ export const table: DeepPartial<(typeof config)['table']> = {
24
24
  padding: 'px-3 py-4',
25
25
  color: 'text-gray-500 dark:text-gray-400',
26
26
  font: '',
27
- size: 'text-sm',
27
+ size: 'text-base',
28
28
  },
29
29
  progress: {
30
30
  wrapper: 'absolute inset-x-0 p-0',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "1.4.198",
3
+ "version": "1.4.199",
4
4
  "repository": "https://gitlab.finema.co/finema/ui-kit",
5
5
  "license": "MIT",
6
6
  "author": "Finema Dev Core Team",