@finema/core 1.4.127 → 1.4.129

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.127",
3
+ "version": "1.4.129",
4
4
  "configKey": "core",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.7.4"
package/dist/module.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import { defineNuxtModule, createResolver, installModule, addPlugin, addComponentsDir, addImportsDir } from '@nuxt/kit';
2
2
 
3
3
  const name = "@finema/core";
4
- const version = "1.4.127";
4
+ const version = "1.4.129";
5
5
 
6
6
  const colors = {
7
7
  black: "#20243E",
@@ -397,7 +397,12 @@ const module = defineNuxtModule({
397
397
  });
398
398
  nuxt.options.vite = _deepMerge({}, nuxt.options.vite, {
399
399
  optimizeDeps: {
400
- include: [...nuxt.options.vite?.optimizeDeps?.include || [], "quill", "@vueup/vue-quill"]
400
+ include: [
401
+ ...nuxt.options.vite?.optimizeDeps?.include || [],
402
+ "quill",
403
+ "@vueup/vue-quill",
404
+ "@wdns/vue-code-block"
405
+ ]
401
406
  }
402
407
  });
403
408
  await installModule("@pinia/nuxt");
@@ -6,7 +6,7 @@
6
6
  <div class="flex flex-col items-end justify-end">
7
7
  <div
8
8
  v-show="isShowDevTools"
9
- class="max-w-screen mb-4 h-[750px] max-h-screen w-[600px] overflow-auto rounded-lg border opacity-80 shadow-2xl"
9
+ class="max-w-screen mb-4 h-[750px] max-h-screen w-[600px] overflow-auto rounded-lg border bg-white opacity-80 shadow-2xl"
10
10
  >
11
11
  <p class="p-3 text-lg font-semibold">Debug Tools</p>
12
12
  <hr />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "1.4.127",
3
+ "version": "1.4.129",
4
4
  "repository": "https://gitlab.finema.co/finema/ui-kit",
5
5
  "license": "MIT",
6
6
  "author": "Finema Dev Core Team",