@ticketboothapp/booking 0.1.16 → 0.1.18

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": "@ticketboothapp/booking",
3
- "version": "0.1.16",
3
+ "version": "0.1.18",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "publishConfig": {
@@ -381,17 +381,17 @@
381
381
  flex-direction: column;
382
382
  align-items: center;
383
383
  justify-content: center;
384
- min-height: 5.5rem; /* Desktop: enough room for time pills */
384
+ min-height: 6.25rem; /* Desktop: taller base cell for availability-mode readability */
385
385
  cursor: pointer;
386
386
  }
387
387
 
388
388
  /* Admin (showCapacity): extra line under each time pill — taller cells on sm+ only */
389
389
  @media (min-width: 640px) {
390
390
  .calendar .calendarDayCell.calendarDayCellWithAdminCapacity {
391
- min-height: 7.5rem;
391
+ min-height: 8.25rem;
392
392
  }
393
393
  .calendar .calendarDayCell.calendarDayCellWithAdminCapacity.calendarDayCellWithAdminCapacityTall {
394
- min-height: 9rem;
394
+ min-height: 9.75rem;
395
395
  }
396
396
  }
397
397
 
@@ -890,7 +890,7 @@ function PickupLocationSelectorWithMap(props: PickupLocationSelectorProps) {
890
890
 
891
891
  {/* Input with search icon inside - padding ensures text stays to the right of icon */}
892
892
  <div className="relative">
893
- <div className="absolute inset-y-0 left-0 pl-4 flex items-center pointer-events-none text-stone-400">
893
+ <div className="absolute left-0 top-1/2 -translate-y-1/2 pl-4 flex items-center pointer-events-none text-stone-400">
894
894
  <svg className="h-5 w-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
895
895
  <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
896
896
  </svg>