@dodona/papyros 2.3.5 → 2.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/dist/Papyros.css CHANGED
@@ -26,10 +26,6 @@
26
26
  margin-bottom: 0.25rem !important;
27
27
  }
28
28
 
29
- ._tw-mr-0 {
30
- margin-right: 0px !important;
31
- }
32
-
33
29
  ._tw-mr-0\.5 {
34
30
  margin-right: 0.125rem !important;
35
31
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import { Compartment, Extension } from "@codemirror/state";
3
2
  import { EditorView, ViewUpdate } from "@codemirror/view";
4
3
  import { Renderable, RenderOptions } from "../util/Rendering";
@@ -1,6 +1,6 @@
1
1
  import { I18n } from "i18n-js";
2
2
  export declare const i18n: I18n;
3
- export declare const t: <T = string>(scope: import("i18n-js").Scope, options?: import("i18n-js").TranslateOptions | undefined) => string | T;
3
+ export declare const t: <T = string>(scope: import("i18n-js").Scope, options?: import("i18n-js").TranslateOptions) => string | T;
4
4
  export declare function getLocales(): Array<string>;
5
5
  /**
6
6
  * Helper type to access a HTML element, either via its id or the element itself
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@dodona/papyros",
3
- "version": "2.3.5",
3
+ "version": "2.3.7",
4
4
  "private": false,
5
5
  "homepage": ".",
6
6
  "devDependencies": {
7
7
  "@types/escape-html": "^1.0.3",
8
8
  "@types/i18n-js": "^3.8.9",
9
9
  "@types/jest": "^29.5.10",
10
- "@types/serviceworker": "^0.0.86",
10
+ "@types/serviceworker": "^0.0.89",
11
11
  "@typescript-eslint/eslint-plugin": "^7.0.1",
12
12
  "@typescript-eslint/parser": "^7.0.1",
13
13
  "autoprefixer": "^10.4.16",
@@ -44,7 +44,7 @@
44
44
  "@codemirror/state": "^6.3.2",
45
45
  "@codemirror/theme-one-dark": "^6.1.2",
46
46
  "@codemirror/view": "^6.28.0",
47
- "@dodona/trace-component": "1.1.6",
47
+ "@dodona/trace-component": "1.2.1",
48
48
  "@lezer/common": "^1.1.0",
49
49
  "codemirror-readonly-ranges": "^0.1.0-alpha.2",
50
50
  "comlink": "^4.4.1",
@@ -53,7 +53,7 @@
53
53
  "file-loader": "^6.2.0",
54
54
  "i18n-js": "4.4.3",
55
55
  "pyodide": "^0.22.0",
56
- "pyodide-worker-runner": "1.3.2",
56
+ "pyodide-worker-runner": "1.4.0",
57
57
  "sync-message": "^0.0.12"
58
58
  },
59
59
  "scripts": {