@next-core/brick-container 2.62.2 → 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.
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.0d17f532da12f07c5e09.js → main.a9f0375d62935a588251.js} +2 -2
  18. package/dist/{main.0d17f532da12f07c5e09.js.map → main.a9f0375d62935a588251.js.map} +1 -1
  19. package/dist/{main.ea587fc4d6260578158b.css → main.f8c17f3f9465fdce9af5.css} +74 -25
  20. package/dist/main.f8c17f3f9465fdce9af5.css.map +1 -0
  21. package/package.json +8 -8
  22. package/tools/report_installed_theme_template.py +45 -0
  23. package/dist/main.ea587fc4d6260578158b.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.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)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * menu style ([ff72c69](https://github.com/easyops-cn/next-core/commit/ff72c695317ea1985a21a7c51f50b01a2428bd25))
12
+
13
+
14
+
15
+
16
+
17
+ # [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)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * modal style ([6f8d257](https://github.com/easyops-cn/next-core/commit/6f8d257a78af76b7a7c0501f7d54d3147f8af67a))
23
+ * style refine ([ecb5971](https://github.com/easyops-cn/next-core/commit/ecb5971ac4cf9ffcadb036353ff12639daf38f18))
24
+ * tag style ([d3b4a1a](https://github.com/easyops-cn/next-core/commit/d3b4a1a6d61bc4847c9e59ab1ed31a53743df496))
25
+
26
+
27
+ ### Features
28
+
29
+ * **theme_report:** 主题模板数据上报 ([ccbb94e](https://github.com/easyops-cn/next-core/commit/ccbb94e10b856678029668087a09d5edf4613d8c))
30
+ * **theme_report:** 主题模板数据上报, 被调服务修改 ([f0c2b0f](https://github.com/easyops-cn/next-core/commit/f0c2b0f07575a7107739257cfe8ad1bdce0a5073))
31
+
32
+
33
+
34
+
35
+
36
+ ## [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)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * typo ([53ec91c](https://github.com/easyops-cn/next-core/commit/53ec91cb81723028acbb3500671bd7f1f879b0e9))
42
+
43
+
44
+
45
+
46
+
47
+ ## [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)
48
+
49
+
50
+ ### Bug Fixes
51
+
52
+ * refine css ([f295d70](https://github.com/easyops-cn/next-core/commit/f295d70637777b818661543d8635d22692f87bf9))
53
+ * typo ([f796914](https://github.com/easyops-cn/next-core/commit/f796914ade8e30ee6a3ee48fc7f1d53ebb6e9458))
54
+
55
+
56
+
57
+
58
+
6
59
  ## [2.62.2](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.62.1...@next-core/brick-container@2.62.2) (2022-01-24)
7
60
 
8
61