@pie-element/rubric 8.1.2-next.16 → 8.1.2-next.18

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.
Files changed (30) hide show
  1. package/dist/browser/assets/Symbola-4c507403.woff2 +0 -0
  2. package/dist/browser/author/index.js +19 -1
  3. package/dist/browser/author/index.js.map +1 -1
  4. package/dist/browser/delivery/index.js +2 -2
  5. package/dist/browser/{dist-DnvpzjFA.js → dist-P6cQUg1d.js} +219 -215
  6. package/dist/browser/{dist-DnvpzjFA.js.map → dist-P6cQUg1d.js.map} +1 -1
  7. package/dist/browser/editor-runtime/assets/Symbola-4c507403.woff2 +0 -0
  8. package/dist/browser/editor-runtime/author/index.js +23275 -0
  9. package/dist/browser/editor-runtime/author/index.js.map +1 -0
  10. package/dist/browser/editor-runtime/controller/index.js +41 -0
  11. package/dist/browser/editor-runtime/controller/index.js.map +1 -0
  12. package/dist/browser/editor-runtime/delivery/index.js +53 -0
  13. package/dist/browser/editor-runtime/delivery/index.js.map +1 -0
  14. package/dist/browser/editor-runtime/dist-B8zq6W6A.js +102 -0
  15. package/dist/browser/editor-runtime/dist-B8zq6W6A.js.map +1 -0
  16. package/dist/browser/editor-runtime/dist-ClPxMBUG.js +9029 -0
  17. package/dist/browser/editor-runtime/dist-ClPxMBUG.js.map +1 -0
  18. package/dist/browser/editor-runtime/main-sMMMvQIb.js +154 -0
  19. package/dist/browser/editor-runtime/main-sMMMvQIb.js.map +1 -0
  20. package/dist/browser/editor-runtime/print/index.js +35 -0
  21. package/dist/browser/editor-runtime/print/index.js.map +1 -0
  22. package/dist/browser/editor-runtime/rolldown-runtime-CHQKHQ89.js +32 -0
  23. package/dist/browser/{main-DZoAI8Ok.js → main-Dj-7WB-D.js} +2 -2
  24. package/dist/browser/{main-DZoAI8Ok.js.map → main-Dj-7WB-D.js.map} +1 -1
  25. package/dist/browser/print/index.js +2 -2
  26. package/dist/index.iife.js +1 -1
  27. package/module/print.js +238 -234
  28. package/module/print.js.map +1 -1
  29. package/package.json +20 -10
  30. package/dist/browser/rubric.css +0 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/rubric",
3
- "version": "8.1.2-next.16",
3
+ "version": "8.1.2-next.18",
4
4
  "description": "Rubric Scoring Interaction",
5
5
  "repository": {
6
6
  "type": "git",
@@ -9,23 +9,22 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "@emotion/react": "^11.14.0",
12
- "@emotion/style": "^0.8.0",
13
12
  "@mui/icons-material": "^7.3.4",
14
13
  "@mui/material": "^7.3.4",
15
- "@pie-lib/render-ui": "6.2.0-next.45",
14
+ "@pie-lib/render-ui": "6.2.0-next.46",
16
15
  "prop-types": "^15.8.1",
17
16
  "@pie-element/shared-configure-events": "0.1.1-next.0",
18
17
  "debug": "^4.4.3",
19
- "@pie-lib/rubric": "3.0.0-next.39",
20
- "@pie-lib/config-ui": "14.0.0-next.39",
21
- "@pie-element/shared-math-rendering-mathjax": "0.1.1-next.1",
18
+ "@pie-lib/rubric": "3.0.0-next.40",
19
+ "@pie-lib/config-ui": "14.0.0-next.40",
20
+ "@pie-element/shared-math-rendering-mathjax": "0.1.1-next.2",
22
21
  "@pie-element/shared-lodash": "0.1.1-next.2",
23
22
  "react": "^18.2.0",
24
23
  "react-dom": "^18.2.0"
25
24
  },
26
25
  "peerDependencies": {
27
- "react": "^18.0.0",
28
- "react-dom": "^18.0.0"
26
+ "react": "^18.2.0 || ^19.0.0",
27
+ "react-dom": "^18.2.0 || ^19.0.0"
29
28
  },
30
29
  "exports": {
31
30
  ".": {
@@ -75,7 +74,8 @@
75
74
  "./runtime-support": {
76
75
  "types": "./dist/runtime-support.d.ts",
77
76
  "default": "./dist/runtime-support.js"
78
- }
77
+ },
78
+ "./package.json": "./package.json"
79
79
  },
80
80
  "type": "module",
81
81
  "main": "./dist/index.js",
@@ -90,7 +90,7 @@
90
90
  ],
91
91
  "sideEffects": false,
92
92
  "scripts": {
93
- "build": "bun x vite build && bun x vite build --config ../../../tools/vite/element-browser.config.ts && bun x vite build --config ../../../tools/vite/element-legacy-print.config.ts && bun x vite build --config vite.config.iife.ts && bun x tsc --emitDeclarationOnly",
93
+ "build": "bun x vite build && bun x vite build --config ../../../tools/vite/element-browser.config.ts && bun x vite build --config ../../../tools/vite/element-browser-editor-runtime.config.ts && bun x vite build --config ../../../tools/vite/element-legacy-print.config.ts && bun x vite build --config vite.config.iife.ts && bun x tsc --emitDeclarationOnly",
94
94
  "dev": "bun x vite",
95
95
  "demo": "bun x vite --mode demo",
96
96
  "test": "bun x vitest run"
@@ -101,6 +101,16 @@
101
101
  "browserSharedDependencies": {
102
102
  "react": "18.2.0",
103
103
  "react-dom": "18.2.0"
104
+ },
105
+ "browserEditorRuntime": {
106
+ "name": "@pie-element/shared-editor-runtime",
107
+ "version": "0.1.1-next.0",
108
+ "views": {
109
+ "delivery": "editor-runtime/delivery",
110
+ "author": "editor-runtime/author",
111
+ "print": "editor-runtime/print",
112
+ "controller": "editor-runtime/controller"
113
+ }
104
114
  }
105
115
  }
106
116
  }