uxcore-empty-data
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -103,4 +103,4 @@ 'use strict'; | ||
type: 'normal', | ||
icon: 'http://g.alicdn.com/uxcore/pic/empty.png', | ||
largeIcon: 'http://g.alicdn.com/uxcore/pic/empty.png' | ||
icon: '//g.alicdn.com/uxcore/pic/empty.png', | ||
largeIcon: '//g.alicdn.com/uxcore/pic/empty.png' | ||
}; | ||
@@ -107,0 +107,0 @@ EmptyData.displayName = 'EmptyData'; |
@@ -55,3 +55,3 @@ /** | ||
}].map(item => ( | ||
<EmptyData style={{ width: '200px', display: 'inline-block' }} icon={`https://g.alicdn.com/uxcore/pic/${item.img}.png`}> | ||
<EmptyData style={{ width: '200px', display: 'inline-block' }} icon={`//g.alicdn.com/uxcore/pic/${item.img}.png`}> | ||
<div style={{ lineHeight: 2 }}> | ||
@@ -58,0 +58,0 @@ <div>{item.name}</div> |
# history | ||
## 0.1.5 | ||
* `FIXED` default logo url is http | ||
## 0.1.4 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "uxcore-empty-data", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "uxcore-empty-data component for uxcore.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/uxcore/uxcore-empty-data.git", |
@@ -26,4 +26,4 @@ /** | ||
type: 'normal', | ||
icon: 'http://g.alicdn.com/uxcore/pic/empty.png', | ||
largeIcon: 'http://g.alicdn.com/uxcore/pic/empty.png', | ||
icon: '//g.alicdn.com/uxcore/pic/empty.png', | ||
largeIcon: '//g.alicdn.com/uxcore/pic/empty.png', | ||
}; | ||
@@ -30,0 +30,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
77945
0