@pie-players/pie-tool-annotation-toolbar 0.3.5 → 0.3.7
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 +3 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -27,11 +27,12 @@ A text selection toolbar for highlighting and annotating text in the PIEoneer as
|
|
|
27
27
|
|
|
28
28
|
```svelte
|
|
29
29
|
<script>
|
|
30
|
-
import
|
|
30
|
+
// Consumers should import the CE entrypoint from the package exports:
|
|
31
|
+
import '@pie-players/pie-tool-annotation-toolbar/components/tool-annotation-toolbar-element';
|
|
31
32
|
</script>
|
|
32
33
|
|
|
33
34
|
<!-- Toolbar appears automatically when text is selected -->
|
|
34
|
-
<
|
|
35
|
+
<pie-tool-annotation-toolbar />
|
|
35
36
|
```
|
|
36
37
|
|
|
37
38
|
## Props
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-players/pie-tool-annotation-toolbar",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Text annotation toolbar with highlighting and underlining for PIE assessment player",
|
|
6
6
|
"repository": {
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"unpkg": "./dist/tool-annotation-toolbar.js",
|
|
42
42
|
"jsdelivr": "./dist/tool-annotation-toolbar.js",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@pie-players/pie-assessment-toolkit": "0.3.
|
|
45
|
-
"@pie-players/pie-players-shared": "0.3.
|
|
44
|
+
"@pie-players/pie-assessment-toolkit": "0.3.7",
|
|
45
|
+
"@pie-players/pie-players-shared": "0.3.7"
|
|
46
46
|
},
|
|
47
47
|
"types": "./dist/index.d.ts",
|
|
48
48
|
"scripts": {
|