@tak-ps/vue-tabler 3.68.0 → 3.68.2

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/CHANGELOG.md CHANGED
@@ -10,6 +10,18 @@
10
10
 
11
11
  ## Version History
12
12
 
13
+ ### v3.68.2
14
+
15
+ - :bug: Remove Nav Link
16
+
17
+ ### v3.68.1
18
+
19
+ - :bug: Return to div
20
+
21
+ ### v3.68.0
22
+
23
+ - :bug: Version Mismatch
24
+
13
25
  ### v3.67.1
14
26
 
15
27
  - :bug: Disable Show by default
@@ -1,8 +1,7 @@
1
1
  <template>
2
2
  <div class='dropdown'>
3
- <a
3
+ <div
4
4
  :id='id'
5
- class="nav-link px-0"
6
5
  data-bs-toggle="dropdown"
7
6
  data-bs-auto-close="outside"
8
7
  aria-expanded="false"
@@ -15,7 +14,7 @@
15
14
  class='cursor-pointer'
16
15
  />
17
16
  </slot>
18
- </a>
17
+ </div>
19
18
  <ul
20
19
  class='dropdown-menu dropdown-menu-arrow dropdown-menu-end dropdown-menu-card'
21
20
  :style='{
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/vue-tabler",
3
3
  "type": "module",
4
- "version": "3.68.0",
4
+ "version": "3.68.2",
5
5
  "lib": "lib.js",
6
6
  "module": "lib.js",
7
7
  "description": "Tabler UI components for Vue3",