Socket
Socket
Sign inDemoInstall

@microsoft/arbutus.icon

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/arbutus.icon - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

8

lib/icon/icon.types.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc