@ant-design/icons-react
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
@@ -23,4 +23,5 @@ import { IconDefinition, IconDefinitionGetter } from '@ant-design/icons/lib/types'; | ||
static setTwoTonePrimaryColor(primaryColor: string, secondaryColor?: string): void; | ||
static getTwoTonePrimaryColor(): string; | ||
render(): any; | ||
} | ||
export default Icon; |
@@ -101,2 +101,7 @@ import _defineProperty from 'babel-runtime/helpers/defineProperty'; | ||
} | ||
}, { | ||
key: 'getTwoTonePrimaryColor', | ||
value: function getTwoTonePrimaryColor() { | ||
return twoToneColorPalette.primaryColor; | ||
} | ||
}]); | ||
@@ -103,0 +108,0 @@ |
@@ -23,4 +23,5 @@ import { IconDefinition, IconDefinitionGetter } from '@ant-design/icons/lib/types'; | ||
static setTwoTonePrimaryColor(primaryColor: string, secondaryColor?: string): void; | ||
static getTwoTonePrimaryColor(): string; | ||
render(): any; | ||
} | ||
export default Icon; |
@@ -129,2 +129,7 @@ 'use strict'; | ||
} | ||
}, { | ||
key: 'getTwoTonePrimaryColor', | ||
value: function getTwoTonePrimaryColor() { | ||
return twoToneColorPalette.primaryColor; | ||
} | ||
}]); | ||
@@ -131,0 +136,0 @@ return Icon; |
{ | ||
"name": "@ant-design/icons-react", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0-alpha.4", | ||
"main": "./lib/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./es/index.js", |
24365
533