@tak-ps/vue-tabler 3.66.5 → 3.67.0

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,7 +10,11 @@
10
10
 
11
11
  ## Version History
12
12
 
13
- ### v3.66.4
13
+ ### v3.67.0
14
+
15
+ - :tada: Dropdown Card
16
+
17
+ ### v3.66.5
14
18
 
15
19
  - :tada: Make size configurable
16
20
 
@@ -16,7 +16,7 @@
16
16
  </slot>
17
17
  </div>
18
18
  <ul
19
- class='dropdown-menu'
19
+ class='dropdown-menu dropdown-menu-arrow dropdown-menu-end dropdown-menu-card show'
20
20
  :style='{
21
21
  "width": width
22
22
  }'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/vue-tabler",
3
3
  "type": "module",
4
- "version": "3.66.5",
4
+ "version": "3.67.0",
5
5
  "lib": "lib.js",
6
6
  "module": "lib.js",
7
7
  "description": "Tabler UI components for Vue3",