dotHello Transport Addon — v2.5.0
========================================

Requires: dotHello Core v2.5.0

Files included
──────────────
  dothello-transport.css      Full unminified stylesheet
  dothello-transport.min.css  Minified stylesheet
  dothello-transport.js       Full unminified JavaScript
  dothello-transport.min.js   Minified JavaScript
  transport-catalog.html      Interactive component catalog

Load order
──────────
  <link rel="stylesheet" href="tokens.css">
  <link rel="stylesheet" href="dothello.min.css">
  <link rel="stylesheet" href="dothello-transport.min.css">
  <script src="dothello.min.js" defer></script>
  <script src="dothello-transport.min.js" defer></script>

  DH.Transport.init() is called automatically on DOMContentLoaded.
  Programmatic toast: DH.Transport.toast('Message', 'info', 3000)

Components (18 total, dh-tr- prefix)
──────────────────────────────────────
  Search & Booking:    booking widget (7 modes), fare cards, price
                       calendar, seat map
  Journey & Tickets:   route/leg display, departure board, itinerary
                       timeline, boarding pass, ticket & QR
  Real-time & Status:  live status tracker, ETA strip, alert banners,
                       capacity & occupancy bar
  Vehicle Crew Extras: driver/captain card, fleet cards, amenities
                       strip, reviews & ratings, baggage allowance

Live demo: https://hellodjt.com/dothello/templates/addon/transport-catalog.html
Framework: https://hellodjt.com/dothello/

License: MIT  |  https://hellodjt.com/dothello/
