m2m-components 6.0.2-alpha-1734061334847-00ffa5a.0 → 6.0.2-alpha-1734327578244-f001c44.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,13 +1,13 @@
|
|
|
1
1
|
'use client'
|
|
2
|
+
import {
|
|
3
|
+
getRandomId
|
|
4
|
+
} from "./chunk-IH72EYIB.mjs";
|
|
2
5
|
import {
|
|
3
6
|
MultipleTextQuestion
|
|
4
7
|
} from "./chunk-SXIYWN76.mjs";
|
|
5
8
|
import {
|
|
6
9
|
SelectQuestion
|
|
7
10
|
} from "./chunk-CTGSJWXT.mjs";
|
|
8
|
-
import {
|
|
9
|
-
getRandomId
|
|
10
|
-
} from "./chunk-IH72EYIB.mjs";
|
|
11
11
|
|
|
12
12
|
// src/feedback/index.tsx
|
|
13
13
|
import {
|
|
@@ -228,4 +228,4 @@ var FeedbackProvider = ({
|
|
|
228
228
|
export {
|
|
229
229
|
FeedbackProvider
|
|
230
230
|
};
|
|
231
|
-
//# sourceMappingURL=chunk-
|
|
231
|
+
//# sourceMappingURL=chunk-RDG67OF7.mjs.map
|
package/feedback/index.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use client'
|
|
2
2
|
import {
|
|
3
3
|
FeedbackProvider
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-RDG67OF7.mjs";
|
|
5
|
+
import "../chunk-IH72EYIB.mjs";
|
|
5
6
|
import "../chunk-SXIYWN76.mjs";
|
|
6
7
|
import "../chunk-CTGSJWXT.mjs";
|
|
7
|
-
import "../chunk-IH72EYIB.mjs";
|
|
8
8
|
import "../chunk-QH5I6YL2.mjs";
|
|
9
9
|
export {
|
|
10
10
|
FeedbackProvider
|
package/index.mjs
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
'use client'
|
|
2
2
|
import "./chunk-YZIPEODC.mjs";
|
|
3
3
|
import "./chunk-GHZTTY3R.mjs";
|
|
4
|
+
import "./chunk-RDG67OF7.mjs";
|
|
5
|
+
import "./chunk-IH72EYIB.mjs";
|
|
4
6
|
import "./chunk-3WB3H5FQ.mjs";
|
|
5
7
|
import "./chunk-V65OEKRZ.mjs";
|
|
6
8
|
import "./chunk-ARKJVMNQ.mjs";
|
|
7
9
|
import "./chunk-JTZEHJPB.mjs";
|
|
8
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-M2D55I4L.mjs";
|
|
9
11
|
import "./chunk-SXIYWN76.mjs";
|
|
10
12
|
import "./chunk-CTGSJWXT.mjs";
|
|
11
|
-
import "./chunk-IH72EYIB.mjs";
|
|
12
|
-
import "./chunk-M2D55I4L.mjs";
|
|
13
13
|
import "./chunk-FK5456TR.mjs";
|
|
14
14
|
import "./chunk-IUVQPLD7.mjs";
|
|
15
15
|
import "./chunk-KHXCCRGE.mjs";
|
package/jsx.d.ts
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Note: This file only works with React v18 and lower versions;
|
|
3
|
+
* for React v19, use react.d.ts instead.
|
|
4
|
+
*
|
|
5
|
+
* React v18 and lower:
|
|
6
|
+
* /// <reference types="m2m-components/jsx" />
|
|
7
|
+
*
|
|
8
|
+
* React v19:
|
|
9
|
+
* /// <reference types="m2m-components/react" />
|
|
10
|
+
*/
|
|
11
|
+
|
|
1
12
|
declare namespace JSX {
|
|
2
13
|
interface IntrinsicElements {
|
|
3
14
|
"m2m-apps-menu": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "m2m-components",
|
|
3
|
-
"version": "6.0.2-alpha-
|
|
3
|
+
"version": "6.0.2-alpha-1734327578244-f001c44.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"module": "index.mjs",
|
|
6
6
|
"typings": "index.d.ts",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"swr": "^2.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@datadog/browser-logs": "5.
|
|
42
|
+
"@datadog/browser-logs": "5.33.0",
|
|
43
43
|
"@emotion/react": "11.14.0",
|
|
44
44
|
"@emotion/styled": "11.14.0",
|
|
45
45
|
"@mui/icons-material": "6.1.10",
|
|
File without changes
|