@revolugo/common 6.15.6-alpha.2 → 6.15.6-alpha.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolugo/common",
3
- "version": "6.15.6-alpha.2",
3
+ "version": "6.15.6-alpha.20",
4
4
  "private": false,
5
5
  "description": "Revolugo common",
6
6
  "author": "Revolugo",
@@ -168,7 +168,7 @@ export const ICONS_NAME = Object.freeze({
168
168
  thumbsUp: 'ph:thumbs-up',
169
169
  tooth: 'ph:tooth',
170
170
  train: 'ph:train',
171
- trash: 'ph:trash',
171
+ trash: 'ph:trash-simple',
172
172
  tree: 'ph:tree',
173
173
  trendDown: 'ph:trend-down',
174
174
  trendUp: 'ph:trend-up',
@@ -26,3 +26,4 @@ export type * from './hotel-review-rating.ts'
26
26
  export type * from './travel-times.ts'
27
27
  export * from './hotel-offer-list.ts'
28
28
  export type * from './hotel-room-offer-list.ts'
29
+ export type * from './hotel-rooming-list.ts'
@@ -1,7 +1,7 @@
1
1
  import { getRandomHexColor } from './get-random-hex-color.ts'
2
2
  import { getRandomInt } from './get-random-int.ts'
3
3
 
4
- import type { HotelImage, HotelOffer } from '../types/index.ts'
4
+ import type { HotelImage } from '../types/index.ts'
5
5
 
6
6
  export function generateDummyHotelImages(): HotelImage {
7
7
  return {