@next-core/brick-container 2.63.0 → 2.63.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 +11 -0
- package/dist/assets/illustrations/default/browser-version-low-dark.070ea4ba43589f48.png +0 -0
- package/dist/assets/illustrations/default/create-content-dark.756b7b17e33f78d6.png +0 -0
- package/dist/assets/illustrations/default/no-content-dark.4b00189fe3073a93.png +0 -0
- package/dist/assets/illustrations/default/no-history-dark.8164f87ff7c3bccf.png +0 -0
- package/dist/assets/illustrations/default/search-empty-dark.9f404e5eff4adbb9.png +0 -0
- package/dist/assets/illustrations/exception/http-403-dark.ef32a74be2c7fda4.png +0 -0
- package/dist/assets/illustrations/exception/http-404-dark.bb7ef10a563d9899.png +0 -0
- package/dist/assets/illustrations/exception/http-500-dark.b53804258f967a1f.png +0 -0
- package/dist/assets/illustrations/feedback/exception-dark.1b9cf6edbaff4c08.png +0 -0
- package/dist/assets/illustrations/feedback/fail-dark.315c90cbee982055.png +0 -0
- package/dist/assets/illustrations/feedback/info-dark.1323848910129900.png +0 -0
- package/dist/assets/illustrations/feedback/success-dark.4c961b1f73139d0b.png +0 -0
- package/dist/{dll.37e22699.js → dll.0e5c5d39.js} +2 -2
- package/dist/{dll.37e22699.js.map → dll.0e5c5d39.js.map} +1 -1
- package/dist/index.html +1 -1
- package/dist/{main.39c74249c17e186c9c37.js → main.a9f0375d62935a588251.js} +2 -2
- package/dist/{main.39c74249c17e186c9c37.js.map → main.a9f0375d62935a588251.js.map} +1 -1
- package/dist/{main.7bb92e387942b70897a7.css → main.f8c17f3f9465fdce9af5.css} +13 -2
- package/dist/main.f8c17f3f9465fdce9af5.css.map +1 -0
- package/package.json +7 -7
- package/dist/main.7bb92e387942b70897a7.css.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-core/brick-container",
|
|
3
|
-
"version": "2.63.
|
|
3
|
+
"version": "2.63.1",
|
|
4
4
|
"description": "Brick Container Server",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-container",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -41,18 +41,18 @@
|
|
|
41
41
|
"ws": "^8.3.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@next-core/brick-dll": "^2.28.
|
|
44
|
+
"@next-core/brick-dll": "^2.28.9",
|
|
45
45
|
"@next-core/brick-icons": "^2.26.1",
|
|
46
46
|
"@next-core/color-theme": "^0.4.0",
|
|
47
47
|
"@next-core/custom-antd-styles": "^1.23.2",
|
|
48
|
-
"@next-core/illustrations": "^0.
|
|
48
|
+
"@next-core/illustrations": "^0.5.0",
|
|
49
49
|
"@next-core/less-plugin-css-variables": "^0.2.1",
|
|
50
50
|
"@next-core/webpack-config-factory": "^2.15.2",
|
|
51
|
-
"@next-dll/ace": "^2.0.
|
|
51
|
+
"@next-dll/ace": "^2.0.319",
|
|
52
52
|
"@next-dll/d3": "^2.0.54",
|
|
53
53
|
"@next-dll/echarts": "^2.0.55",
|
|
54
|
-
"@next-dll/editor-bricks-helper": "^0.25.
|
|
55
|
-
"@next-dll/react-dnd": "^0.1.
|
|
54
|
+
"@next-dll/editor-bricks-helper": "^0.25.9",
|
|
55
|
+
"@next-dll/react-dnd": "^0.1.257",
|
|
56
56
|
"babel-loader": "^8.2.3",
|
|
57
57
|
"clean-webpack-plugin": "^4.0.0",
|
|
58
58
|
"copy-webpack-plugin": "^6.4.1",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"webpack-dev-server": "^4.6.0",
|
|
73
73
|
"webpack-merge": "^5.8.0"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "28f053abf94752998a42e502837ca7c3f1a96172"
|
|
76
76
|
}
|