@pie-framework/pie-fixed-player-static 1.0.0-24d9476.1 → 1.0.0-351df72.3
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 +5 -2
- package/dist/index.js +1 -1
- package/dist/pie-elements-bundle-351df72.js +218 -0
- package/dist/pie-fixed-player.js +1613 -1032
- package/package.json +14 -10
- package/dist/pie-elements-bundle-24d9476.js +0 -92
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @pie-framework/pie-fixed-player-static
|
|
2
2
|
|
|
3
|
-
Version: 1.0.0-
|
|
3
|
+
Version: 1.0.0-351df72.3
|
|
4
4
|
|
|
5
5
|
Pre-bundled PIE fixed player with static element versions for production use.
|
|
6
6
|
|
|
@@ -9,12 +9,15 @@ in Pieoneer, use `pie-inline-player` instead.
|
|
|
9
9
|
|
|
10
10
|
## Included Elements
|
|
11
11
|
|
|
12
|
+
- @pie-element/drag-in-the-blank@8.1.0
|
|
13
|
+
- @pie-element/hotspot@9.1.0
|
|
14
|
+
- @pie-element/image-cloze-association@8.1.0
|
|
12
15
|
- @pie-element/multiple-choice@11.1.0
|
|
13
16
|
|
|
14
17
|
## Installation
|
|
15
18
|
|
|
16
19
|
```bash
|
|
17
|
-
npm install @pie-framework/pie-fixed-player-static@1.0.0-
|
|
20
|
+
npm install @pie-framework/pie-fixed-player-static@1.0.0-351df72.3
|
|
18
21
|
```
|
|
19
22
|
|
|
20
23
|
## Usage
|
package/dist/index.js
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
// 3. NOW load PIE element bundles (IIFE) - these execute immediately
|
|
23
23
|
// The IIFE must find math-rendering globals already set (which they now are)
|
|
24
|
-
await import('./pie-elements-bundle-
|
|
24
|
+
await import('./pie-elements-bundle-351df72.js');
|
|
25
25
|
|
|
26
26
|
// 4. Load pie-fixed-player custom element
|
|
27
27
|
await import('./pie-fixed-player.js');
|