Socket
Socket
Sign inDemoInstall

@microsoft/arbutus.icon

Package Overview
Dependencies
5
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 1.0.0

5

lib/icon/icon.js
import { mergeClasses } from '@griffel/react';
import { nanoid } from 'nanoid';
import { useMemo } from 'react';
import { useId, useMemo } from 'react';
import * as React from 'react';

@@ -10,3 +9,3 @@ import { useIconStyles } from './icon.styles';

// A11y
const a11yId = useMemo(() => nanoid(), []);
const a11yId = useId();
const a11yProps = {};

@@ -13,0 +12,0 @@ if (label) {

1

lib/icon/icons/arrow-right.d.ts

@@ -1,3 +0,2 @@

/// <reference types="react" />
export declare const ArrowRight: () => JSX.Element;
//# sourceMappingURL=arrow-right.d.ts.map

@@ -1,3 +0,2 @@

/// <reference types="react" />
export declare const Check: () => JSX.Element;
//# sourceMappingURL=check.d.ts.map

@@ -1,3 +0,2 @@

/// <reference types="react" />
export declare const ChevronRight: () => JSX.Element;
//# sourceMappingURL=chevron-right.d.ts.map

@@ -1,3 +0,2 @@

/// <reference types="react" />
export declare const Code: () => JSX.Element;
//# sourceMappingURL=code.d.ts.map

@@ -1,3 +0,2 @@

/// <reference types="react" />
export declare const Copy: () => JSX.Element;
//# sourceMappingURL=copy.d.ts.map

@@ -1,3 +0,2 @@

/// <reference types="react" />
export declare const Download: () => JSX.Element;
//# sourceMappingURL=download.d.ts.map

@@ -1,3 +0,2 @@

/// <reference types="react" />
export declare const Exclamation: () => JSX.Element;
//# sourceMappingURL=exclamation.d.ts.map

@@ -1,3 +0,2 @@

/// <reference types="react" />
export declare const FullScreen: () => JSX.Element;
//# sourceMappingURL=full-screen.d.ts.map

@@ -1,2 +0,1 @@

/// <reference types="react" />
export declare const paths: {

@@ -3,0 +2,0 @@ "arrow-right": () => JSX.Element;

@@ -1,3 +0,2 @@

/// <reference types="react" />
export declare const Link: () => JSX.Element;
//# sourceMappingURL=link.d.ts.map

@@ -1,3 +0,2 @@

/// <reference types="react" />
export declare const Moon: () => JSX.Element;
//# sourceMappingURL=moon.d.ts.map

@@ -1,3 +0,2 @@

/// <reference types="react" />
export declare const Open: () => JSX.Element;
//# sourceMappingURL=open.d.ts.map

@@ -1,3 +0,2 @@

/// <reference types="react" />
export declare const SlideIn: () => JSX.Element;
//# sourceMappingURL=slide-in.d.ts.map

@@ -1,3 +0,2 @@

/// <reference types="react" />
export declare const SlideOut: () => JSX.Element;
//# sourceMappingURL=slide-out.d.ts.map

@@ -1,3 +0,2 @@

/// <reference types="react" />
export declare const Sun: () => JSX.Element;
//# sourceMappingURL=sun.d.ts.map

@@ -1,3 +0,2 @@

/// <reference types="react" />
export declare const X: () => JSX.Element;
//# sourceMappingURL=x.d.ts.map
{
"name": "@microsoft/arbutus.icon",
"version": "0.1.1",
"version": "1.0.0",
"description": "Icon atomic component.",

@@ -20,15 +20,14 @@ "main": "lib/index.js",

"peerDependencies": {
"react": ">=16.8.0 <=18.2.0",
"react-dom": ">=16.8.0 <=18.2.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@fluentui/react-theme": "^9.1.0",
"@griffel/react": "^1.5.2",
"@microsoft/arbutus.style-utilities": "0.0.2",
"nanoid": "^4.0.0"
"@fluentui/react-theme": "^9.1.5",
"@griffel/react": "^1.5.5",
"@microsoft/arbutus.style-utilities": "1.0.0"
},
"devDependencies": {
"@microsoft/arbutus.ts": "0.0.2",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc