airport-one-widgets 0.2.13 → 0.2.15

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/README.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # Airport One Widgets
2
2
 
3
3
  **Integration guide (v2 embed, domains, telemetry, troubleshooting):** [`docs/widget-embed-integration.md`](../../docs/widget-embed-integration.md) (repository root).
4
+ **Plan your trip rollout/canary checklist:** [`docs/find-your-flight-rollout-checklist.md`](../../docs/find-your-flight-rollout-checklist.md).
5
+
6
+ **Fly My Airport FAB local demos:** with the widgets dev server running, open [`/demo/fly-my-airport-fab.html`](http://localhost:3001/demo/fly-my-airport-fab.html) (see root [`index.html`](./index.html) for the full demo menu).
4
7
 
5
8
  ## Airfare Search (v2)
6
9
 
@@ -136,10 +139,10 @@ The widget uses Shadow DOM for style isolation and provides CSS parts for custom
136
139
 
137
140
  ### Available Parts
138
141
 
139
- | Part Name | Description |
140
- | --------------------------------- | --------------------------------------------------------------------------- |
141
- | `airfare-content-container` | The main container that holds all flight items |
142
- | `airfare-content-item` | Individual flight destination items |
142
+ | Part Name | Description |
143
+ | --------------------------------- | -------------------------------------------------------------------------------- |
144
+ | `airfare-content-container` | The main container that holds all flight items |
145
+ | `airfare-content-item` | Individual flight destination items |
143
146
  | `airfare-content-item-disclaimer` | The real-time pricing / “Powered by KAYAK” disclaimer below the destination grid |
144
147
 
145
148
  ### Styling Examples