m2m-components 8.0.2-alpha-1765867403592-350a21a.0 → 8.0.2-alpha-1766392882387-098015f.0
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.
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
MultipleTextQuestion
|
|
3
|
-
} from "./chunk-3XHA2QSU.mjs";
|
|
4
1
|
import {
|
|
5
2
|
SelectQuestion
|
|
6
3
|
} from "./chunk-2WH7YI3Y.mjs";
|
|
7
4
|
import {
|
|
8
5
|
getRandomId
|
|
9
6
|
} from "./chunk-G2TI3KAY.mjs";
|
|
7
|
+
import {
|
|
8
|
+
MultipleTextQuestion
|
|
9
|
+
} from "./chunk-3XHA2QSU.mjs";
|
|
10
10
|
|
|
11
11
|
// src/feedback/index.tsx
|
|
12
12
|
import {
|
|
@@ -227,4 +227,4 @@ var FeedbackProvider = ({
|
|
|
227
227
|
export {
|
|
228
228
|
FeedbackProvider
|
|
229
229
|
};
|
|
230
|
-
//# sourceMappingURL=chunk-
|
|
230
|
+
//# sourceMappingURL=chunk-YW4OY2BI.mjs.map
|
package/feedback/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
FeedbackProvider
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-3XHA2QSU.mjs";
|
|
3
|
+
} from "../chunk-YW4OY2BI.mjs";
|
|
5
4
|
import "../chunk-2WH7YI3Y.mjs";
|
|
6
5
|
import "../chunk-G2TI3KAY.mjs";
|
|
6
|
+
import "../chunk-3XHA2QSU.mjs";
|
|
7
7
|
import "../chunk-ZOXT4E27.mjs";
|
|
8
8
|
export {
|
|
9
9
|
FeedbackProvider
|
package/index.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
+
import "./chunk-YW4OY2BI.mjs";
|
|
2
|
+
import "./chunk-2WH7YI3Y.mjs";
|
|
3
|
+
import "./chunk-G2TI3KAY.mjs";
|
|
1
4
|
import "./chunk-T3MVHAME.mjs";
|
|
2
5
|
import "./chunk-INOKCKLW.mjs";
|
|
3
6
|
import "./chunk-ID5SKMBD.mjs";
|
|
4
7
|
import "./chunk-AJ5ZCYYF.mjs";
|
|
5
8
|
import "./chunk-BFCTE2XZ.mjs";
|
|
6
9
|
import "./chunk-IGOSAWM6.mjs";
|
|
7
|
-
import "./chunk-5UB7V6OQ.mjs";
|
|
8
10
|
import "./chunk-3XHA2QSU.mjs";
|
|
9
|
-
import "./chunk-2WH7YI3Y.mjs";
|
|
10
|
-
import "./chunk-G2TI3KAY.mjs";
|
|
11
11
|
import "./chunk-5EK67DDX.mjs";
|
|
12
12
|
import "./chunk-UG5BQSSY.mjs";
|
|
13
13
|
import "./chunk-MHVPEHXH.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "m2m-components",
|
|
3
|
-
"version": "8.0.2-alpha-
|
|
3
|
+
"version": "8.0.2-alpha-1766392882387-098015f.0",
|
|
4
4
|
"repository": "https://github.com/matsuri-tech/m2m-components.git",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.mjs",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"@mui/icons-material": "7.3.4",
|
|
45
45
|
"@mui/material": "7.3.4",
|
|
46
46
|
"endpoints-sdk-cli": "3.1.0",
|
|
47
|
-
"fake-indexeddb": "6.2.
|
|
48
|
-
"matsuri-hooks": "4.2.
|
|
47
|
+
"fake-indexeddb": "6.2.5",
|
|
48
|
+
"matsuri-hooks": "4.2.13",
|
|
49
49
|
"matsuri-ui": "18.0.1",
|
|
50
50
|
"react": "19.2.0",
|
|
51
51
|
"react-dom": "19.2.0",
|
|
File without changes
|