@pie-element/placement-ordering 14.1.2-next.17 → 14.1.2-next.19
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/browser/assets/Symbola-4c507403.woff2 +0 -0
- package/dist/browser/author/index.js +19 -1
- package/dist/browser/author/index.js.map +1 -1
- package/dist/browser/delivery/index.js +1 -1
- package/dist/browser/{drag-provider-ClgCpYVD.js → drag-provider-LgVkQ5Yi.js} +2368 -2364
- package/dist/browser/drag-provider-LgVkQ5Yi.js.map +1 -0
- package/dist/index.iife.js +1 -1
- package/package.json +15 -15
- package/dist/browser/drag-provider-ClgCpYVD.js.map +0 -1
- package/dist/browser/placement-ordering.css +0 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/placement-ordering",
|
|
3
|
-
"version": "14.1.2-next.
|
|
3
|
+
"version": "14.1.2-next.19",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -11,34 +11,33 @@
|
|
|
11
11
|
"@dnd-kit/core": "6.3.1",
|
|
12
12
|
"@dnd-kit/modifiers": "9.0.0",
|
|
13
13
|
"@emotion/react": "^11.14.0",
|
|
14
|
-
"@emotion/style": "^0.8.0",
|
|
15
14
|
"@mui/icons-material": "^7.3.4",
|
|
16
15
|
"@mui/material": "^7.3.4",
|
|
17
|
-
"@pie-lib/correct-answer-toggle": "5.0.0-next.
|
|
18
|
-
"@pie-lib/drag": "4.1.0-next.
|
|
19
|
-
"@pie-lib/render-ui": "6.2.0-next.
|
|
16
|
+
"@pie-lib/correct-answer-toggle": "5.0.0-next.48",
|
|
17
|
+
"@pie-lib/drag": "4.1.0-next.46",
|
|
18
|
+
"@pie-lib/render-ui": "6.2.0-next.46",
|
|
20
19
|
"@pie-lib/translator": "5.0.0-next.5",
|
|
21
20
|
"debug": "^4.1.1",
|
|
22
21
|
"decimal.js": "^10.0.0",
|
|
23
22
|
"prop-types": "^15.8.1",
|
|
24
23
|
"react-transition-group": "^4.4.5",
|
|
25
24
|
"@pie-element/shared-lodash": "0.1.1-next.2",
|
|
26
|
-
"@pie-lib/config-ui": "14.0.0-next.
|
|
27
|
-
"@pie-lib/editable-html-tip-tap": "3.0.0-next.
|
|
25
|
+
"@pie-lib/config-ui": "14.0.0-next.40",
|
|
26
|
+
"@pie-lib/editable-html-tip-tap": "3.0.0-next.40",
|
|
28
27
|
"nested-property": "^4.0.0",
|
|
29
28
|
"pluralize": "^8.0.0",
|
|
30
|
-
"@pie-element/shared-configure-events": "0.1.0",
|
|
31
|
-
"@pie-element/shared-feedback": "0.1.0",
|
|
32
|
-
"@pie-element/shared-controller-utils": "0.1.1-next.
|
|
29
|
+
"@pie-element/shared-configure-events": "0.1.1-next.0",
|
|
30
|
+
"@pie-element/shared-feedback": "0.1.1-next.0",
|
|
31
|
+
"@pie-element/shared-controller-utils": "0.1.1-next.3",
|
|
33
32
|
"js-combinatorics": "^2.1.2",
|
|
34
|
-
"@pie-element/shared-math-rendering-mathjax": "0.1.1-next.
|
|
35
|
-
"@pie-element/shared-player-events": "0.1.1-next.
|
|
33
|
+
"@pie-element/shared-math-rendering-mathjax": "0.1.1-next.2",
|
|
34
|
+
"@pie-element/shared-player-events": "0.1.1-next.1",
|
|
36
35
|
"react": "^18.2.0",
|
|
37
36
|
"react-dom": "^18.2.0"
|
|
38
37
|
},
|
|
39
38
|
"peerDependencies": {
|
|
40
|
-
"react": "^18.0.0",
|
|
41
|
-
"react-dom": "^18.0.0"
|
|
39
|
+
"react": "^18.2.0 || ^19.0.0",
|
|
40
|
+
"react-dom": "^18.2.0 || ^19.0.0"
|
|
42
41
|
},
|
|
43
42
|
"exports": {
|
|
44
43
|
".": {
|
|
@@ -77,7 +76,8 @@
|
|
|
77
76
|
"./runtime-support": {
|
|
78
77
|
"types": "./dist/runtime-support.d.ts",
|
|
79
78
|
"default": "./dist/runtime-support.js"
|
|
80
|
-
}
|
|
79
|
+
},
|
|
80
|
+
"./package.json": "./package.json"
|
|
81
81
|
},
|
|
82
82
|
"type": "module",
|
|
83
83
|
"main": "./dist/index.js",
|