@kapaai/widget 1.57.4 → 1.58.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.
|
@@ -5,19 +5,6 @@
|
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
/*! Bundled license information:
|
|
9
|
-
|
|
10
|
-
prismjs/prism.js:
|
|
11
|
-
(**
|
|
12
|
-
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
13
|
-
*
|
|
14
|
-
* @license MIT <https://opensource.org/licenses/MIT>
|
|
15
|
-
* @author Lea Verou <https://lea.verou.me>
|
|
16
|
-
* @namespace
|
|
17
|
-
* @public
|
|
18
|
-
*)
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
8
|
/*! js-cookie v3.0.5 | MIT */
|
|
22
9
|
|
|
23
10
|
/**
|
|
@@ -70,11 +57,11 @@ prismjs/prism.js:
|
|
|
70
57
|
* LICENSE file in the root directory of this source tree.
|
|
71
58
|
*/
|
|
72
59
|
|
|
73
|
-
/**
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
60
|
+
/**
|
|
61
|
+
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
77
62
|
*
|
|
78
|
-
*
|
|
79
|
-
*
|
|
63
|
+
* @license MIT <https://opensource.org/licenses/MIT>
|
|
64
|
+
* @author Lea Verou <https://lea.verou.me>
|
|
65
|
+
* @namespace
|
|
66
|
+
* @public
|
|
80
67
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kapaai/widget",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.58.0",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/esm/index.js",
|
|
6
6
|
"types": "./dist/esm/index.d.ts",
|
|
@@ -20,13 +20,17 @@
|
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@emotion/
|
|
23
|
+
"@emotion/cache": "^11.14.0",
|
|
24
|
+
"@emotion/react": "^11.14.0",
|
|
25
|
+
"@emotion/serialize": "^1.3.3",
|
|
24
26
|
"@emotion/styled": "^11.10.6",
|
|
27
|
+
"@emotion/utils": "^1.4.2",
|
|
25
28
|
"@kapaai/react-sdk": "*",
|
|
26
29
|
"@kapaai/utils": "*",
|
|
27
|
-
"@mantine/core": "^
|
|
28
|
-
"@mantine/
|
|
29
|
-
"@mantine/
|
|
30
|
+
"@mantine/core": "^7.17.8",
|
|
31
|
+
"@mantine/emotion": "^7.17.8",
|
|
32
|
+
"@mantine/form": "^7.17.8",
|
|
33
|
+
"@mantine/hooks": "^7.17.8",
|
|
30
34
|
"@tabler/icons-react": "^2.16.0",
|
|
31
35
|
"chroma-js": "^2.4.2",
|
|
32
36
|
"framer-motion": "^10.12.4",
|
|
@@ -37,6 +41,7 @@
|
|
|
37
41
|
"react": "^18.2.0",
|
|
38
42
|
"react-dom": "^18.2.0",
|
|
39
43
|
"react-markdown": "^8.0.7",
|
|
44
|
+
"react-syntax-highlighter": "^15.6.1",
|
|
40
45
|
"remark-gfm": "^3.0.1",
|
|
41
46
|
"ts-loader": "^9.4.2"
|
|
42
47
|
},
|
|
@@ -77,7 +82,7 @@
|
|
|
77
82
|
"@types/react": "^18.0.35",
|
|
78
83
|
"@types/react-dom": "^18.0.11",
|
|
79
84
|
"@types/react-google-recaptcha": "^2.1.5",
|
|
80
|
-
"@types/react-syntax-highlighter": "^15.5.
|
|
85
|
+
"@types/react-syntax-highlighter": "^15.5.13",
|
|
81
86
|
"html-webpack-plugin": "^5.5.0",
|
|
82
87
|
"jsdom": "^26.0.0",
|
|
83
88
|
"typescript": "^5.7.3",
|