@yeeyoon/library 3.4.4 → 3.4.5

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.
@@ -0,0 +1,2 @@
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1647953770424" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5606" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32"><defs><style type="text/css">@font-face { font-family: feedback-iconfont; src: url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944") format("woff2"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944") format("woff"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944") format("truetype"); }
2
+ </style></defs><path d="M479.4368 94.9248L163.328 275.0464c-22.0672 12.2368-35.328 34.9184-35.328 60.3136v361.8816c0 24.4736 13.2608 48.128 35.328 60.3136l316.1088 180.9408c10.5984 6.144 22.9888 9.6256 35.328 9.6256V85.2992c-12.3392 0-24.7296 3.5328-35.328 9.6256z" fill="#3ED09C" fill-opacity=".2" p-id="5607"></path><path d="M857.2416 757.3504c21.504-12.2368 34.4064-34.9696 34.4064-60.3648V335.616c0-24.5248-12.9024-48.128-34.4064-60.416l-308.0192-180.224a68.096 68.096 0 0 0-34.4576-9.6256v862.7712c12.0832 0 23.2448-3.4816 34.4064-9.6256l308.0704-181.1456z" fill="#3ED09C" fill-opacity=".2" p-id="5608"></path><path d="M486.5024 590.4384c-77.7216-39.936-156.2624-79.9232-233.984-120.7296-15.6672-7.8336-32.256 0.8704-32.256 19.968v171.1104c0 19.968 9.5744 35.584 27.0336 46.08 29.696 16.4352 58.4704 33.792 88.1664 50.3296 51.5072 29.5424 103.8848 59.904 155.392 89.4464a46.592 46.592 0 0 0 25.2928 6.9632v-255.3856c-10.4448 0-20.0704-2.56-29.696-7.7824zM480.3584 203.008c-54.1184 32.1536-109.056 62.5664-164.096 94.72-23.552 13.0048-46.2336 26.88-69.8368 39.936-12.2368 7.7824-12.2368 21.7088 0 29.5424 1.7408 1.7408 4.352 2.56 6.144 3.4304 33.9968 17.408 68.096 34.7648 102.9632 52.992 44.544 22.5792 89.088 46.08 133.5808 68.608 7.8336 3.4816 16.5888 5.2224 25.2928 7.8336 0-0.8704 0-1.7408 0.8704-1.7408V191.744c-11.3152 0-22.6816 3.4304-34.9184 11.264z" fill="#3ED09C" p-id="5609"></path><path d="M541.4912 845.824c80.2816-46.08 160.6144-92.9792 240.896-139.008 19.2-11.264 27.9552-26.9312 27.9552-48.64v-82.5344-86.8352c0-13.056-7.0144-21.76-18.3296-22.6304a33.792 33.792 0 0 0-15.7184 5.2224c-76.8 39.1168-153.6 79.0528-230.4512 118.1184a66.56 66.56 0 0 1-30.5664 7.8336v255.3856c9.6256 0 18.3296-2.6112 26.2144-6.9632zM780.6464 369.7664c6.9632-3.4304 13.1072-8.704 13.1072-17.3568 0-8.704-5.2224-13.0048-12.2368-17.408-15.7184-8.6528-32.256-18.176-48.0256-26.88-62.8224-35.6352-123.904-71.2192-185.9072-106.8544a57.856 57.856 0 0 0-32.256-9.5232v305.7152c13.056 0.8704 24.4224-5.1712 35.7376-11.264 76.8-39.1168 152.7808-78.1824 229.5808-116.4288z" fill="#2DC08C" p-id="5610"></path></svg>
@@ -33,6 +33,7 @@ import {
33
33
  import LogoProfile from './assets/profile.svg';
34
34
  import LogoCollab from './assets/collab.svg';
35
35
  import LogoBpm from './assets/bpm.svg';
36
+ import LogoMms from './assets/mms.svg';
36
37
 
37
38
  import styles from './index.less';
38
39
 
@@ -213,6 +214,11 @@ const Header = (props) => {
213
214
  logo: LogoBpm,
214
215
  name: '智慧项目',
215
216
  };
217
+ case 'mms':
218
+ return {
219
+ logo: LogoMms,
220
+ name: '智慧仓储',
221
+ };
216
222
  }
217
223
  };
218
224
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeeyoon/library",
3
- "version": "3.4.4",
3
+ "version": "3.4.5",
4
4
  "description": "宜云前端组件库和通用服务",
5
5
  "main": "index.js",
6
6
  "repository": {