@next-core/brick-kit 2.98.0 → 2.99.0

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 CHANGED
@@ -3,6 +3,17 @@
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.99.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.98.0...@next-core/brick-kit@2.99.0) (2021-12-31)
7
+
8
+
9
+ ### Features
10
+
11
+ * dark theme ([c6709a7](https://github.com/easyops-cn/next-core/commit/c6709a7a30a8860a6cb3e0245967c9bcfd5e78f5))
12
+
13
+
14
+
15
+
16
+
6
17
  # [2.98.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.97.0...@next-core/brick-kit@2.98.0) (2021-12-30)
7
18
 
8
19
 
@@ -1902,6 +1902,11 @@
1902
1902
  getUrl: getUrlBySegueFactory(app, segues)
1903
1903
  };
1904
1904
 
1905
+ case "THEME":
1906
+ return {
1907
+ getTheme
1908
+ };
1909
+
1905
1910
  case "SESSION_STORAGE":
1906
1911
  return {
1907
1912
  getItem: getItemFactory("session")