@lambo-design/shared 1.0.0-beta.364 → 1.0.0-beta.367

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 (32) hide show
  1. package/config/themes/atrovirens/atrovirens.css +589 -589
  2. package/config/themes/blue/blue.css +589 -589
  3. package/config/themes/blue-208/blue-208.css +589 -589
  4. package/config/themes/blue-digital/blue-digital.css +589 -589
  5. package/config/themes/blue-leaf/blue-leaf.css +589 -589
  6. package/config/themes/blue-white/blue-white.css +589 -589
  7. package/config/themes/blue-white-big/blue-white-big.css +589 -589
  8. package/config/themes/blue-white-tight/blue-white-tight.css +590 -590
  9. package/config/themes/canglan/canglan.css +590 -590
  10. package/config/themes/cuiwei/cuiwei.css +589 -589
  11. package/config/themes/danqing/danqing.css +589 -589
  12. package/config/themes/deep/deep.css +589 -589
  13. package/config/themes/default/default.css +589 -589
  14. package/config/themes/eap/eap.css +589 -589
  15. package/config/themes/gold/gold.css +589 -589
  16. package/config/themes/hubei/hubei.css +591 -0
  17. package/config/themes/hubei/hubei.css.map +1 -0
  18. package/config/themes/hubei/hubei.less +685 -0
  19. package/config/themes/hubei/var.less +693 -0
  20. package/config/themes/index.js +2 -0
  21. package/config/themes/lime/lime.css +589 -589
  22. package/config/themes/orange/orange.css +589 -589
  23. package/config/themes/red/red.css +589 -589
  24. package/config/themes/sichuan/sichuan.css +589 -589
  25. package/config/themes/theme-hubei.js +574 -0
  26. package/config/themes/white/white.css +589 -589
  27. package/package.json +3 -3
  28. package/styles/image/layout-header-bg-gold.png +0 -0
  29. package/utils/getChild.js +87 -87
  30. package/utils/locale/en-US.js +1 -0
  31. package/utils/locale/zh-CN.js +1 -0
  32. package/utils/menu/generatorDynamicRouter.js +304 -304
@@ -9,6 +9,7 @@ import themeBlue from "./theme-blue";
9
9
  import themeDeep from "./theme-deep";
10
10
  import themeBw from "./theme-bw";
11
11
  import themeSichuan from "./theme-sichuan";
12
+ import themeHubei from "./theme-hubei";
12
13
  import themeBwt from "./theme-bwt";
13
14
  import themeDanqing from "./theme-danqing";
14
15
  import themeWhite from "./theme-white";
@@ -30,6 +31,7 @@ export default [
30
31
  themeDeep,
31
32
  themeBw,
32
33
  themeSichuan,
34
+ themeHubei,
33
35
  themeBwt,
34
36
  themeDanqing,
35
37
  themeWhite,