@coffic/cosy-ui 0.6.10 → 0.6.12

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.
@@ -95,6 +95,9 @@ interface Tab {
95
95
 
96
96
  export default defineComponent({
97
97
  name: 'MacWindow',
98
+ components: {
99
+ AlertDialog
100
+ },
98
101
  props: {
99
102
  height: {
100
103
  type: String,
@@ -47,6 +47,9 @@ import { ref, onMounted, onUnmounted, defineComponent } from 'vue'
47
47
 
48
48
  export default defineComponent({
49
49
  name: 'iPhoneWindow',
50
+ components: {
51
+ AlertDialog
52
+ },
50
53
  props: {
51
54
  height: {
52
55
  type: String,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coffic/cosy-ui",
3
- "version": "0.6.10",
3
+ "version": "0.6.12",
4
4
  "description": "An astro component library",
5
5
  "author": {
6
6
  "name": "nookery",