@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/dist/index.esm.js CHANGED
@@ -1903,6 +1903,11 @@ function evaluate(raw) {
1903
1903
  getUrl: getUrlBySegueFactory(app, segues)
1904
1904
  };
1905
1905
 
1906
+ case "THEME":
1907
+ return {
1908
+ getTheme
1909
+ };
1910
+
1906
1911
  case "SESSION_STORAGE":
1907
1912
  return {
1908
1913
  getItem: getItemFactory("session")