@next-core/brick-container 2.62.3 → 2.63.2

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.
Files changed (23) hide show
  1. package/CHANGELOG.md +53 -0
  2. package/dist/assets/illustrations/default/browser-version-low-dark.070ea4ba43589f48.png +0 -0
  3. package/dist/assets/illustrations/default/create-content-dark.756b7b17e33f78d6.png +0 -0
  4. package/dist/assets/illustrations/default/no-content-dark.4b00189fe3073a93.png +0 -0
  5. package/dist/assets/illustrations/default/no-history-dark.8164f87ff7c3bccf.png +0 -0
  6. package/dist/assets/illustrations/default/search-empty-dark.9f404e5eff4adbb9.png +0 -0
  7. package/dist/assets/illustrations/exception/http-403-dark.ef32a74be2c7fda4.png +0 -0
  8. package/dist/assets/illustrations/exception/http-404-dark.bb7ef10a563d9899.png +0 -0
  9. package/dist/assets/illustrations/exception/http-500-dark.b53804258f967a1f.png +0 -0
  10. package/dist/assets/illustrations/feedback/exception-dark.1b9cf6edbaff4c08.png +0 -0
  11. package/dist/assets/illustrations/feedback/fail-dark.315c90cbee982055.png +0 -0
  12. package/dist/assets/illustrations/feedback/info-dark.1323848910129900.png +0 -0
  13. package/dist/assets/illustrations/feedback/success-dark.4c961b1f73139d0b.png +0 -0
  14. package/dist/{dll.37e22699.js → dll.0e5c5d39.js} +2 -2
  15. package/dist/{dll.37e22699.js.map → dll.0e5c5d39.js.map} +1 -1
  16. package/dist/index.html +1 -1
  17. package/dist/{main.49c0fa1ef3a38bb5b9e1.js → main.35d060bd68c62bdbdc27.js} +2 -2
  18. package/dist/{main.49c0fa1ef3a38bb5b9e1.js.map → main.35d060bd68c62bdbdc27.js.map} +1 -1
  19. package/dist/{main.9c56456b19ca962fe4b2.css → main.85d26f22755fe84686d6.css} +218 -18
  20. package/dist/main.85d26f22755fe84686d6.css.map +1 -0
  21. package/package.json +8 -8
  22. package/tools/report_installed_theme_template.py +45 -0
  23. package/dist/main.9c56456b19ca962fe4b2.css.map +0 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,59 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.63.2](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.63.1...@next-core/brick-container@2.63.2) (2022-01-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **style:** 增加cascade样式 ([e5154e9](https://github.com/easyops-cn/next-core/commit/e5154e9e1137e683e03e1cc245e08d7a28f28557))
12
+ * **style:** 挪动timeline样式到antd custom ([e5d3c34](https://github.com/easyops-cn/next-core/commit/e5d3c343e7ad1b55fe5f98227845307c2cabe383))
13
+
14
+
15
+
16
+
17
+
18
+ ## [2.63.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.63.0...@next-core/brick-container@2.63.1) (2022-01-26)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * menu style ([ff72c69](https://github.com/easyops-cn/next-core/commit/ff72c695317ea1985a21a7c51f50b01a2428bd25))
24
+
25
+
26
+
27
+
28
+
29
+ # [2.63.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.62.4...@next-core/brick-container@2.63.0) (2022-01-26)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * modal style ([6f8d257](https://github.com/easyops-cn/next-core/commit/6f8d257a78af76b7a7c0501f7d54d3147f8af67a))
35
+ * style refine ([ecb5971](https://github.com/easyops-cn/next-core/commit/ecb5971ac4cf9ffcadb036353ff12639daf38f18))
36
+ * tag style ([d3b4a1a](https://github.com/easyops-cn/next-core/commit/d3b4a1a6d61bc4847c9e59ab1ed31a53743df496))
37
+
38
+
39
+ ### Features
40
+
41
+ * **theme_report:** 主题模板数据上报 ([ccbb94e](https://github.com/easyops-cn/next-core/commit/ccbb94e10b856678029668087a09d5edf4613d8c))
42
+ * **theme_report:** 主题模板数据上报, 被调服务修改 ([f0c2b0f](https://github.com/easyops-cn/next-core/commit/f0c2b0f07575a7107739257cfe8ad1bdce0a5073))
43
+
44
+
45
+
46
+
47
+
48
+ ## [2.62.4](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.62.3...@next-core/brick-container@2.62.4) (2022-01-24)
49
+
50
+
51
+ ### Bug Fixes
52
+
53
+ * typo ([53ec91c](https://github.com/easyops-cn/next-core/commit/53ec91cb81723028acbb3500671bd7f1f879b0e9))
54
+
55
+
56
+
57
+
58
+
6
59
  ## [2.62.3](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.62.2...@next-core/brick-container@2.62.3) (2022-01-24)
7
60
 
8
61