adata-ui 3.1.23 → 3.1.24

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
@@ -5,7 +5,7 @@
5
5
  "nuxt": ">=3.16.0"
6
6
  },
7
7
  "failOnWarn": false,
8
- "version": "3.1.23",
8
+ "version": "3.1.24",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -1,15 +1,11 @@
1
- <script setup lang="ts">
2
-
1
+ <script setup>
2
+ import ColorMode from "./ColorMode.vue";
3
3
  </script>
4
4
 
5
5
  <template>
6
- <div class="h-16 bg-white border-b-[1px] border-deepblue-900/10 dark:bg-gray-900">
6
+ <header class="h-16 bg-white border-b-[1px] border-deepblue-900/10 dark:bg-gray-900">
7
7
  <div class="a-container flex items-center justify-end h-full">
8
- <adt-color-mode/>
8
+ <color-mode />
9
9
  </div>
10
- </div>
10
+ </header>
11
11
  </template>
12
-
13
- <style scoped>
14
-
15
- </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "3.1.23",
3
+ "version": "3.1.24",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",