@tak-ps/vue-tabler 3.44.0 → 3.44.1

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,10 @@
10
10
 
11
11
  ## Version History
12
12
 
13
+ ### v3.44.1
14
+
15
+ - :bug: Allow alert to open
16
+
13
17
  ### v3.44.0
14
18
 
15
19
  - :tada: Add `Alert` Component and update `Err` to use `Alert` internally
@@ -54,6 +54,11 @@ export default {
54
54
  default: false
55
55
  },
56
56
  },
57
+ data: function() {
58
+ return {
59
+ open: false
60
+ }
61
+ },
57
62
  components: {
58
63
  IconAlertTriangle,
59
64
  IconChevronRight,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/vue-tabler",
3
3
  "type": "module",
4
- "version": "3.44.0",
4
+ "version": "3.44.1",
5
5
  "lib": "lib.js",
6
6
  "module": "lib.js",
7
7
  "description": "Tabler UI components for Vue3",