@next-core/brick-container 2.62.4 → 2.63.3

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.780d77a71af5734f7faa.js → main.1996a9eab7113ec49a02.js} +2 -2
  18. package/dist/{main.780d77a71af5734f7faa.js.map → main.1996a9eab7113ec49a02.js.map} +1 -1
  19. package/dist/{main.2982285b935861011cd7.css → main.fc5dd93f9653ef3de7ec.css} +217 -4
  20. package/dist/main.fc5dd93f9653ef3de7ec.css.map +1 -0
  21. package/package.json +8 -8
  22. package/tools/report_installed_theme_template.py +45 -0
  23. package/dist/main.2982285b935861011cd7.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.3](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.63.2...@next-core/brick-container@2.63.3) (2022-01-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **style:** cascader在light模式下缺少样式 ([1b33a36](https://github.com/easyops-cn/next-core/commit/1b33a3669bd55850d2fc8333c6e0fbde9b591256))
12
+
13
+
14
+
15
+
16
+
17
+ ## [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)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **style:** 增加cascade样式 ([e5154e9](https://github.com/easyops-cn/next-core/commit/e5154e9e1137e683e03e1cc245e08d7a28f28557))
23
+ * **style:** 挪动timeline样式到antd custom ([e5d3c34](https://github.com/easyops-cn/next-core/commit/e5d3c343e7ad1b55fe5f98227845307c2cabe383))
24
+
25
+
26
+
27
+
28
+
29
+ ## [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)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * menu style ([ff72c69](https://github.com/easyops-cn/next-core/commit/ff72c695317ea1985a21a7c51f50b01a2428bd25))
35
+
36
+
37
+
38
+
39
+
40
+ # [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)
41
+
42
+
43
+ ### Bug Fixes
44
+
45
+ * modal style ([6f8d257](https://github.com/easyops-cn/next-core/commit/6f8d257a78af76b7a7c0501f7d54d3147f8af67a))
46
+ * style refine ([ecb5971](https://github.com/easyops-cn/next-core/commit/ecb5971ac4cf9ffcadb036353ff12639daf38f18))
47
+ * tag style ([d3b4a1a](https://github.com/easyops-cn/next-core/commit/d3b4a1a6d61bc4847c9e59ab1ed31a53743df496))
48
+
49
+
50
+ ### Features
51
+
52
+ * **theme_report:** 主题模板数据上报 ([ccbb94e](https://github.com/easyops-cn/next-core/commit/ccbb94e10b856678029668087a09d5edf4613d8c))
53
+ * **theme_report:** 主题模板数据上报, 被调服务修改 ([f0c2b0f](https://github.com/easyops-cn/next-core/commit/f0c2b0f07575a7107739257cfe8ad1bdce0a5073))
54
+
55
+
56
+
57
+
58
+
6
59
  ## [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)
7
60
 
8
61