airport-one-embeddable-widgets 2.28.22 → 2.28.24
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 +1 -1
- package/dist/airport-one-embeddable-widgets.iife.js +49 -51
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -110,7 +110,7 @@ If you consume the React component instead of the custom element, pass the camel
|
|
|
110
110
|
`apiDomain` (string) is required and should point to the base API domain used by the widget.
|
|
111
111
|
|
|
112
112
|
```tsx
|
|
113
|
-
import FlightSearchFormComponent from 'ui/components/flight-search-form';
|
|
113
|
+
import FlightSearchFormComponent from '@repo/ui/components/flight-search-form';
|
|
114
114
|
|
|
115
115
|
export function Example() {
|
|
116
116
|
return (
|