@hotelinking/ui 7.39.1 → 7.39.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.
@@ -404,7 +404,7 @@ export type TableItemType = {
404
404
  content: string;
405
405
  color: AllColors;
406
406
  type: string;
407
- emits?: string;
407
+ emits?: any;
408
408
  href?: string;
409
409
  }>;
410
410
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hotelinking/ui",
3
3
  "private": false,
4
- "version": "7.39.1",
4
+ "version": "7.39.2",
5
5
  "files": [
6
6
  "dist"
7
7
  ],