@ticketboothapp/booking 1.2.176 → 1.2.177

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": "1.2.176",
3
+ "version": "1.2.177",
4
4
  "private": false,
5
5
  "sideEffects": [
6
6
  "**/*.css",
@@ -44,7 +44,10 @@ export function buildChangeBookingQuoteStatusPlaceholder({
44
44
  }
45
45
  if (quoteCanProceed === false) {
46
46
  return (
47
- <div className="rounded-lg border border-amber-200 bg-amber-50 px-4 py-3 text-sm text-amber-950">
47
+ <div
48
+ className="rounded-lg border border-red-300 bg-red-50 px-4 py-3 text-sm font-medium text-red-800"
49
+ role="alert"
50
+ >
48
51
  <div>
49
52
  {friendlyChangeBookingError(
50
53
  quoteBlockedReason ?? 'This booking change is not available.',