@finema/core 2.59.1 → 2.59.2

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": "2.59.1",
3
+ "version": "2.59.2",
4
4
  "configKey": "core",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
package/dist/module.mjs CHANGED
@@ -4,7 +4,7 @@ import * as lodash from 'lodash-es';
4
4
  import * as theme from '../dist/runtime/theme/index.js';
5
5
 
6
6
  const name = "@finema/core";
7
- const version = "2.59.1";
7
+ const version = "2.59.2";
8
8
 
9
9
  const nuxtAppOptions = {
10
10
  head: {
@@ -53,7 +53,6 @@ const {
53
53
  handleChange
54
54
  } = useFieldHOC(props);
55
55
  const onChange = (value2) => {
56
- console.log("CheckboxGroup value changed:", value2);
57
56
  handleChange(value2);
58
57
  emits("change", value2);
59
58
  };
@@ -14,7 +14,7 @@ export const tableTheme = {
14
14
  thead: "",
15
15
  th: "text-[#475467] whitespace-nowrap font-medium text-xs",
16
16
  td: "text-[#475467]",
17
- tr: ""
17
+ tr: "hover:bg-gray-50"
18
18
  },
19
19
  variants: {
20
20
  pinned: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "2.59.1",
3
+ "version": "2.59.2",
4
4
  "repository": "https://gitlab.finema.co/finema/ui-kit",
5
5
  "license": "MIT",
6
6
  "author": "Finema Dev Core Team",