@microsoft/arbutus.icon
Advanced tools
Comparing version 0.0.3 to 0.0.4
import type { sizeClasses } from './icon.styles'; | ||
import type { paths } from './icons'; | ||
export declare type ColorVariant = 'accent' | 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'negative' | 'positive' | 'warning' | 'danger' | 'info' | 'accent-inverse' | 'primary-inverse' | 'secondary-inverse' | 'tertiary-inverse' | 'quaternary-inverse' | 'negative-inverse' | 'positive-inverse' | 'warning-inverse' | 'danger-inverse' | 'info-inverse'; | ||
export declare type ColorValue = string; | ||
export declare type ColorMap = Record<ColorVariant, ColorValue>; | ||
export declare type IconProps = { | ||
export type ColorVariant = 'accent' | 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'negative' | 'positive' | 'warning' | 'danger' | 'info' | 'accent-inverse' | 'primary-inverse' | 'secondary-inverse' | 'tertiary-inverse' | 'quaternary-inverse' | 'negative-inverse' | 'positive-inverse' | 'warning-inverse' | 'danger-inverse' | 'info-inverse'; | ||
export type ColorValue = string; | ||
export type ColorMap = Record<ColorVariant, ColorValue>; | ||
export type IconProps = { | ||
/** | ||
@@ -8,0 +8,0 @@ * Selection of icons. |
{ | ||
"name": "@microsoft/arbutus.icon", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Icon atomic component.", | ||
@@ -25,10 +25,10 @@ "main": "lib/index.js", | ||
"@fluentui/react-theme": "^9.1.0", | ||
"@griffel/react": "^1.3.1", | ||
"@microsoft/arbutus.style-utilities": "0.0.1", | ||
"@griffel/react": "^1.5.2", | ||
"@microsoft/arbutus.style-utilities": "0.0.2", | ||
"nanoid": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/arbutus.ts": "0.0.1", | ||
"typescript": "^4.8.2" | ||
"@microsoft/arbutus.ts": "0.0.2", | ||
"typescript": "^4.9.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
34019
+ Added@microsoft/arbutus.style-utilities@0.0.2(transitive)
- Removed@microsoft/arbutus.style-utilities@0.0.1(transitive)
Updated@griffel/react@^1.5.2