adata-ui 3.1.68 → 3.1.70

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.68",
8
+ "version": "3.1.70",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -57,10 +57,10 @@ function isActive(itemPath) {
57
57
  :class="{ 'rounded-md bg-gray-50 p-2 dark:bg-gray-800': currentModule }"
58
58
  >
59
59
  <nuxt-link-locale
60
- class="flex items-center gap-2 pl-[10px] hover:text-blue-700 dark:hover:text-blue-500"
60
+ class="flex items-center gap-2 pl-[10px]"
61
61
  :to="link"
62
62
  >
63
- <p class="text-sm font-semibold dark:text-white">
63
+ <p class="text-sm font-semibold dark:text-white hover:text-blue-700 dark:hover:text-blue-500">
64
64
  {{ title }}
65
65
  </p>
66
66
  <adt-tag
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "3.1.68",
3
+ "version": "3.1.70",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",