centaline-data-driven-v3 0.0.77 → 0.0.79

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven-v3",
3
- "version": "0.0.77",
3
+ "version": "0.0.79",
4
4
  "private": false,
5
5
  "description": "centaline-data-driven-v3",
6
6
  "main": "dist/centaline-data-driven-v3.umd.js",
@@ -12,7 +12,9 @@
12
12
  "dependencies": {
13
13
  "@element-plus/icons-vue": "^2.3.1",
14
14
  "axios": "^1.6.2",
15
+ "dompurify": "^3.2.4",
15
16
  "element-plus": "^2.5.5",
17
+ "marked": "^15.0.7",
16
18
  "moment": "^2.30.1",
17
19
  "photo-sphere-viewer": "^4.8.1",
18
20
  "sortablejs": "^1.15.6",
@@ -147,7 +147,7 @@ body {
147
147
  line-height: 34px;
148
148
  background-color: #fff;
149
149
  width: 100%;
150
- margin: auto;
150
+ /* margin: auto; */
151
151
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
152
152
  }
153
153
 
Binary file