@pie-element/multi-trait-rubric 7.0.0-next.43 → 7.1.2-next.1
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/CHANGELOG.md +697 -1751
- package/configure/CHANGELOG.md +658 -1659
- package/configure/lib/common.js +21 -26
- package/configure/lib/common.js.map +1 -1
- package/configure/lib/defaults.js +3 -0
- package/configure/lib/defaults.js.map +1 -1
- package/configure/lib/main.js +6 -7
- package/configure/lib/main.js.map +1 -1
- package/configure/lib/trait.js +2 -2
- package/configure/lib/trait.js.map +1 -1
- package/configure/package.json +8 -8
- package/controller/package.json +2 -2
- package/package.json +4 -4
package/configure/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/multi-trait-rubric-configure",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.1.2-next.1",
|
|
4
4
|
"private": true,
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "src/index.js",
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"@mui/icons-material": "^7.3.4",
|
|
12
12
|
"@mui/material": "^7.3.4",
|
|
13
13
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
14
|
-
"@pie-lib/config-ui": "12.
|
|
15
|
-
"@pie-lib/drag": "3.
|
|
16
|
-
"@pie-lib/editable-html-tip-tap": "1.
|
|
17
|
-
"@pie-lib/render-ui": "5.
|
|
14
|
+
"@pie-lib/config-ui": "12.2.0-next.11",
|
|
15
|
+
"@pie-lib/drag": "3.2.0-next.4",
|
|
16
|
+
"@pie-lib/editable-html-tip-tap": "1.2.0-next.11",
|
|
17
|
+
"@pie-lib/render-ui": "5.2.0-next.4",
|
|
18
18
|
"debug": "^4.1.1",
|
|
19
|
-
"lodash": "^4.17.
|
|
19
|
+
"lodash-es": "^4.17.23",
|
|
20
20
|
"prop-types": "^15.6.2",
|
|
21
|
-
"react": "18.
|
|
22
|
-
"react-dom": "18.
|
|
21
|
+
"react": "18.3.1",
|
|
22
|
+
"react-dom": "18.3.1"
|
|
23
23
|
}
|
|
24
24
|
}
|
package/controller/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/multi-trait-rubric-controller",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.1.0-next.1",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "src/index.js",
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
"license": "ISC",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"debug": "^4.1.1",
|
|
12
|
-
"lodash": "^4.17.
|
|
12
|
+
"lodash-es": "^4.17.23"
|
|
13
13
|
}
|
|
14
14
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/multi-trait-rubric",
|
|
3
3
|
"repository": "pie-framework/pie-elements",
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.1.2-next.1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"@mui/icons-material": "^7.3.4",
|
|
12
12
|
"@mui/material": "^7.3.4",
|
|
13
13
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
14
|
-
"@pie-lib/math-rendering": "4.
|
|
15
|
-
"@pie-lib/render-ui": "5.
|
|
14
|
+
"@pie-lib/math-rendering": "4.2.0-next.3",
|
|
15
|
+
"@pie-lib/render-ui": "5.2.0-next.4",
|
|
16
16
|
"clsx": "^1.1.1",
|
|
17
17
|
"prop-types": "^15.6.1",
|
|
18
18
|
"react": "18.3.1",
|
|
19
19
|
"react-dom": "18.3.1"
|
|
20
20
|
},
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "9cc4a1cd183a260a03c7d817e0085517112a1a56",
|
|
22
22
|
"scripts": {
|
|
23
23
|
"postpublish": "../../scripts/postpublish"
|
|
24
24
|
},
|