aquasis-fe-components 3.2.4-alpha.5 → 3.2.4-alpha.6
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AgsPortalBackgroundBundledVideoUrls } from '../types/agsPortalBackground';
|
|
2
2
|
/**
|
|
3
|
-
* Public URLs for the hero videos.
|
|
4
|
-
* `
|
|
5
|
-
*
|
|
3
|
+
* Public URLs for the hero videos. Source files live in `public/assets/` and are copied to `dist/assets/`
|
|
4
|
+
* on package build. During local dev, Vite serves `public/` at `/`, so `/assets/*.mp4` resolves correctly.
|
|
5
|
+
* Host apps must ship the same files under `/assets/` (or equivalent) next to the app.
|
|
6
6
|
*/
|
|
7
7
|
export declare const DEFAULT_AGS_PORTAL_BACKGROUND_VIDEO_SOURCES: AgsPortalBackgroundBundledVideoUrls;
|