@ant-design/icons 4.8.0 → 5.0.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.umd.js +4 -3
- package/dist/index.umd.min.js +1 -1
- package/package.json +2 -2
package/dist/index.umd.js
CHANGED
|
@@ -868,9 +868,10 @@
|
|
|
868
868
|
}, {
|
|
869
869
|
index: 1,
|
|
870
870
|
opacity: 0.98
|
|
871
|
-
}];
|
|
872
|
-
// Keep it here because of `hsv.h * 360`
|
|
871
|
+
}];
|
|
873
872
|
|
|
873
|
+
// Wrapper function ported from TinyColor.prototype.toHsv
|
|
874
|
+
// Keep it here because of `hsv.h * 360`
|
|
874
875
|
function toHsv(_ref) {
|
|
875
876
|
var r = _ref.r,
|
|
876
877
|
g = _ref.g,
|
|
@@ -1023,7 +1024,7 @@
|
|
|
1023
1024
|
lime: '#A0D911',
|
|
1024
1025
|
green: '#52C41A',
|
|
1025
1026
|
cyan: '#13C2C2',
|
|
1026
|
-
blue: '#
|
|
1027
|
+
blue: '#1677FF',
|
|
1027
1028
|
geekblue: '#2F54EB',
|
|
1028
1029
|
purple: '#722ED1',
|
|
1029
1030
|
magenta: '#EB2F96',
|