adminforth 1.5.6-next.4 → 1.5.6-next.6

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.
@@ -30,7 +30,9 @@
30
30
  />
31
31
  </div>
32
32
  </div>
33
- <div v-if="showDropdown" ref="dropdownEl" :style="dropdownStyle" :class="{'shadow-none': isTop}" class="absolute z-10 mt-1 w-full bg-white shadow-lg dark:shadow-black dark:bg-gray-700 dark:border-gray-600 rounded-md py-1 text-base ring-1 ring-black ring-opacity-5 overflow-auto focus:outline-none sm:text-sm max-h-96">
33
+ <div v-if="showDropdown" ref="dropdownEl" :style="dropdownStyle" :class="{'shadow-none': isTop}"
34
+ class="absolute z-10 mt-1 w-full bg-white shadow-lg dark:shadow-black dark:bg-gray-700
35
+ dark:border-gray-600 rounded-md py-1 text-base ring-1 ring-black ring-opacity-5 overflow-auto focus:outline-none sm:text-sm max-h-48">
34
36
  <div
35
37
  v-for="item in filteredItems"
36
38
  :key="item.value"
@@ -13,7 +13,7 @@
13
13
  </a>
14
14
  </li>
15
15
  </ul>
16
- <div class="p-6 bg-gray-50 text-medium text-gray-500 dark:text-gray-400 dark:bg-gray-800 rounded-lg w-full">
16
+ <div class="p-6 text-medium text-gray-500 dark:text-gray-400 rounded-lg w-full border border-gray-300 dark:border-gray-600 bg-white dark:bg-gray-700">
17
17
  <slot :name="activeTab"></slot>
18
18
  </div>
19
19
  </div>
@@ -44,4 +44,6 @@
44
44
  }
45
45
  });
46
46
 
47
+
48
+
47
49
  </script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "1.5.6-next.4",
3
+ "version": "1.5.6-next.6",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",