@finema/core 2.17.0 → 2.17.1

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.17.0",
3
+ "version": "2.17.1",
4
4
  "configKey": "core",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.1",
package/dist/module.mjs CHANGED
@@ -3,7 +3,7 @@ import defu from 'defu';
3
3
  import * as theme from '../dist/runtime/theme/index.js';
4
4
 
5
5
  const name = "@finema/core";
6
- const version = "2.17.0";
6
+ const version = "2.17.1";
7
7
 
8
8
  const nuxtAppOptions = {
9
9
  head: {
@@ -91,7 +91,7 @@ const module = defineNuxtModule({
91
91
  _nuxt.options.colorMode = {
92
92
  preference: "light"
93
93
  };
94
- _nuxt.options.appConfig.ui = defu({
94
+ _nuxt.options.appConfig.ui = {
95
95
  colors: {
96
96
  primary: "main",
97
97
  secondary: "secondary",
@@ -101,8 +101,9 @@ const module = defineNuxtModule({
101
101
  warning: "warning",
102
102
  error: "error",
103
103
  neutral: "slate"
104
- }
105
- }, theme);
104
+ },
105
+ ...theme
106
+ };
106
107
  _nuxt.options.build = defu(
107
108
  {
108
109
  transpile: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "2.17.0",
3
+ "version": "2.17.1",
4
4
  "repository": "https://gitlab.finema.co/finema/ui-kit",
5
5
  "license": "MIT",
6
6
  "author": "Finema Dev Core Team",