@ant-design/icons 5.1.0-alpha.0 → 5.1.0-alpha.1
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
CHANGED
|
@@ -1070,6 +1070,7 @@
|
|
|
1070
1070
|
});
|
|
1071
1071
|
presetDarkPalettes[key].primary = presetDarkPalettes[key][5];
|
|
1072
1072
|
});
|
|
1073
|
+
var blue = presetPalettes.blue;
|
|
1073
1074
|
|
|
1074
1075
|
var warning_1 = createCommonjsModule(function (module, exports) {
|
|
1075
1076
|
|
|
@@ -1481,7 +1482,7 @@
|
|
|
1481
1482
|
var _excluded$1 = ["className", "icon", "spin", "rotate", "tabIndex", "onClick", "twoToneColor"];
|
|
1482
1483
|
// Initial setting
|
|
1483
1484
|
// should move it to antd main repo?
|
|
1484
|
-
setTwoToneColor(
|
|
1485
|
+
setTwoToneColor(blue.primary);
|
|
1485
1486
|
var Icon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
1486
1487
|
var _classNames;
|
|
1487
1488
|
var className = props.className,
|