@imaginario27/air-ui-ds 1.2.8 → 1.2.9

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.
@@ -91,7 +91,6 @@ const props = defineProps({
91
91
  default: 'max-w-[600px]',
92
92
  },
93
93
  id: String as PropType<string>,
94
-
95
94
  })
96
95
 
97
96
  // Emits
@@ -122,7 +121,7 @@ const closeModalOnClickOutside = () => {
122
121
  }
123
122
 
124
123
  const handleEscKey = (event: KeyboardEvent) => {
125
- if (props.closeOnClickOutside && event.key === 'Escape') {
124
+ if (event.key === 'Escape') {
126
125
  closeModal()
127
126
  }
128
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imaginario27/air-ui-ds",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "author": "imaginario27",
5
5
  "type": "module",
6
6
  "homepage": "https://air-ui.netlify.app/",