@capytale/meta-player 0.3.3 → 0.3.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capytale/meta-player",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -175,10 +175,12 @@ export const useActivityJsEssentials = () => {
175
175
  };
176
176
  const hasAssignment = !!ab.assignmentNode;
177
177
  const title = ab.title.value;
178
+ const nid = ab.mainNode.nid;
178
179
  return {
179
180
  mode,
180
181
  title,
181
182
  hasAssignment,
183
+ nid,
182
184
  getActivityContent,
183
185
  getAssignmentContent,
184
186
  getActivityBinaryData,
@@ -95,6 +95,7 @@
95
95
  resize: none;
96
96
  height: 100%;
97
97
  background-color: transparent;
98
+ font-family: Arial, Helvetica, sans-serif;
98
99
  }
99
100
 
100
101
  *:has(> .fullTextarea) {