@pie-framework/pie-fixed-player-static 1.0.0-152280c.4 → 1.0.0-152280c.5
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 +2 -2
- package/dist/index.js +3 -0
- package/dist/pie-fixed-player.js +3387 -2339
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @pie-framework/pie-fixed-player-static
|
|
2
2
|
|
|
3
|
-
Version: 1.0.0-152280c.
|
|
3
|
+
Version: 1.0.0-152280c.5
|
|
4
4
|
|
|
5
5
|
Pre-bundled PIE fixed player with static element versions for production use.
|
|
6
6
|
|
|
@@ -18,7 +18,7 @@ in Pieoneer, use `pie-inline-player` instead.
|
|
|
18
18
|
## Installation
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
|
-
npm install @pie-framework/pie-fixed-player-static@1.0.0-152280c.
|
|
21
|
+
npm install @pie-framework/pie-fixed-player-static@1.0.0-152280c.5
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Usage
|
package/dist/index.js
CHANGED
|
@@ -248,6 +248,9 @@
|
|
|
248
248
|
bubbles: true,
|
|
249
249
|
cancelable: true
|
|
250
250
|
}));
|
|
251
|
+
|
|
252
|
+
// Set global flag so Star knows PIE has loaded if PIE loads before Star and the dispatch isn't captured
|
|
253
|
+
window.pieFixedPlayerLoaded = true;
|
|
251
254
|
}
|
|
252
255
|
} catch {
|
|
253
256
|
// Performance marking failed, continue anyway
|