vlite3 1.3.2 → 1.3.3

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.
@@ -16,7 +16,7 @@ import "v-datepicker-lite";
16
16
  import "v-datepicker-lite/style.css";
17
17
  import "@jaames/iro";
18
18
  import "@vueuse/core";
19
- /* empty css */
19
+ /* empty css */
20
20
  import Ue from "../IconPicker.vue.js";
21
21
  /* empty css */
22
22
  /* empty css */
@@ -1,5 +1,5 @@
1
- import o from "./ColorIro.vue.js";
2
- /* empty css */
1
+ import o from "./ColorIro.vue2.js";
2
+ /* empty css */
3
3
  export {
4
4
  o as default
5
5
  };
@@ -6,8 +6,8 @@ import O from "../Input.vue.js";
6
6
  import "../../core/config.js";
7
7
  /* empty css */
8
8
  import y from "../Button.vue.js";
9
- import E from "./ColorIro.vue.js";
10
- /* empty css */
9
+ import E from "./ColorIro.vue2.js";
10
+ /* empty css */
11
11
  import { useEyeDropper as P } from "@vueuse/core";
12
12
  const I = {
13
13
  key: 0,
@@ -14,7 +14,7 @@ import "v-datepicker-lite";
14
14
  import "v-datepicker-lite/style.css";
15
15
  import "@jaames/iro";
16
16
  import "@vueuse/core";
17
- /* empty css */
17
+ /* empty css */
18
18
  import "iconify-icon-picker";
19
19
  import "iconify-icon-picker/style.css";
20
20
  /* empty css */
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "private": false,
4
4
  "description": "A Vue 3 UI component library built with Tailwind CSS.",
5
5
  "license": "MIT",
6
- "version": "1.3.2",
6
+ "version": "1.3.3",
7
7
  "type": "module",
8
8
  "main": "index.js",
9
9
  "module": "index.js",
package/style.css CHANGED
@@ -588,19 +588,19 @@
588
588
  }
589
589
 
590
590
  .dark .bg-card .bg-card {
591
- --color-body: #202020 !important;
592
- --color-white: #202020 !important;
593
- --color-mixture-1: #181818;
591
+ --color-body: #1C1C1C !important;
592
+ --color-white: #1C1C1C !important;
593
+ --color-mixture-1: #232323 !important;
594
594
  --color-mixture-2: #000000;
595
- background-color: #202020 !important;
595
+ background-color: #1C1C1C !important;
596
596
  }
597
597
 
598
598
  .dark .bg-card .bg-card .bg-card {
599
- --color-body: #292929 !important;
600
- --color-white: #292929 !important;
601
- --color-mixture-1: #202020;
599
+ --color-body: #222222 !important;
600
+ --color-white: #222222 !important;
601
+ --color-mixture-1: #282828 !important;
602
602
  --color-mixture-2: #000000;
603
- background-color: #292929 !important;
603
+ background-color: #222222 !important;
604
604
  }
605
605
 
606
606
 
@@ -674,6 +674,10 @@
674
674
  color: #e8201f !important
675
675
  }
676
676
 
677
+ .dark .text-warning {
678
+ color: #e98d00 !important
679
+ }
680
+
677
681
 
678
682
  .dark .bg-danger-light .text-danger,
679
683
  .dark .bg-danger-light.text-danger {