Socket
Socket
Sign inDemoInstall

@leafygreen-ui/icon

Package Overview
Dependencies
Maintainers
3
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafygreen-ui/icon - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

typings/svg.d.ts

8

CHANGELOG.md
# @leafygreen-ui/icon
## 3.0.1
### Patch Changes
- 8fd107a: Fixes an issue where leafygreen-ui's local module definition for SVG files was overriding the module definition in consuming applications
- Updated dependencies [11b2217]
- @leafygreen-ui/lib@4.1.0
## 3.0.0

@@ -4,0 +12,0 @@

39

dist/glyphs/index.d.ts
/// <reference types="react" />
/// <reference types="@emotion/core" />
declare const _default: {
Copy: import("react").ComponentType<SVGR.ComponentProps>;
Bell: import("react").ComponentType<SVGR.ComponentProps>;
Building: import("react").ComponentType<SVGR.ComponentProps>;
CaretUp: import("react").ComponentType<SVGR.ComponentProps>;
CaretDown: import("react").ComponentType<SVGR.ComponentProps>;
CaretRight: import("react").ComponentType<SVGR.ComponentProps>;
CaretLeft: import("react").ComponentType<SVGR.ComponentProps>;
Checkmark: import("react").ComponentType<SVGR.ComponentProps>;
CheckmarkWithCircle: import("react").ComponentType<SVGR.ComponentProps>;
ChevronUp: import("react").ComponentType<SVGR.ComponentProps>;
ChevronDown: import("react").ComponentType<SVGR.ComponentProps>;
ChevronRight: import("react").ComponentType<SVGR.ComponentProps>;
ChevronLeft: import("react").ComponentType<SVGR.ComponentProps>;
Charts: import("react").ComponentType<SVGR.ComponentProps>;
Cloud: import("react").ComponentType<SVGR.ComponentProps>;
CreditCard: import("react").ComponentType<SVGR.ComponentProps>;
Edit: import("react").ComponentType<SVGR.ComponentProps>;
Ellipsis: import("react").ComponentType<SVGR.ComponentProps>;
InfoWithCircle: import("react").ComponentType<SVGR.ComponentProps>;
Laptop: import("react").ComponentType<SVGR.ComponentProps>;
Lock: import("react").ComponentType<SVGR.ComponentProps>;
MagnifyingGlass: import("react").ComponentType<SVGR.ComponentProps>;
Menu: import("react").ComponentType<SVGR.ComponentProps>;
NotAllowed: import("react").ComponentType<SVGR.ComponentProps>;
Person: import("react").ComponentType<SVGR.ComponentProps>;
PersonWithLock: import("react").ComponentType<SVGR.ComponentProps>;
Plus: import("react").ComponentType<SVGR.ComponentProps>;
PlusWithCircle: import("react").ComponentType<SVGR.ComponentProps>;
QuestionMarkWithCircle: import("react").ComponentType<SVGR.ComponentProps>;
Refresh: import("react").ComponentType<SVGR.ComponentProps>;
Save: import("react").ComponentType<SVGR.ComponentProps>;
Settings: import("react").ComponentType<SVGR.ComponentProps>;
Stitch: import("react").ComponentType<SVGR.ComponentProps>;
Support: import("react").ComponentType<SVGR.ComponentProps>;
Trash: import("react").ComponentType<SVGR.ComponentProps>;
Warning: import("react").ComponentType<SVGR.ComponentProps>;
X: import("react").ComponentType<SVGR.ComponentProps>;
XWithCircle: import("react").ComponentType<SVGR.ComponentProps>;
readonly [K: string]: import("react").ComponentType<SVGR.ComponentProps>;
};
export default _default;

@@ -9,41 +9,4 @@ /// <reference path="../typings/svgr.d.ts" />

declare const _default: import("react").ComponentType<import("./createIconComponent").IconProps<{
Copy: import("react").ComponentType<SVGR.ComponentProps>;
Bell: import("react").ComponentType<SVGR.ComponentProps>;
Building: import("react").ComponentType<SVGR.ComponentProps>;
CaretUp: import("react").ComponentType<SVGR.ComponentProps>;
CaretDown: import("react").ComponentType<SVGR.ComponentProps>;
CaretRight: import("react").ComponentType<SVGR.ComponentProps>;
CaretLeft: import("react").ComponentType<SVGR.ComponentProps>;
Checkmark: import("react").ComponentType<SVGR.ComponentProps>;
CheckmarkWithCircle: import("react").ComponentType<SVGR.ComponentProps>;
ChevronUp: import("react").ComponentType<SVGR.ComponentProps>;
ChevronDown: import("react").ComponentType<SVGR.ComponentProps>;
ChevronRight: import("react").ComponentType<SVGR.ComponentProps>;
ChevronLeft: import("react").ComponentType<SVGR.ComponentProps>;
Charts: import("react").ComponentType<SVGR.ComponentProps>;
Cloud: import("react").ComponentType<SVGR.ComponentProps>;
CreditCard: import("react").ComponentType<SVGR.ComponentProps>;
Edit: import("react").ComponentType<SVGR.ComponentProps>;
Ellipsis: import("react").ComponentType<SVGR.ComponentProps>;
InfoWithCircle: import("react").ComponentType<SVGR.ComponentProps>;
Laptop: import("react").ComponentType<SVGR.ComponentProps>;
Lock: import("react").ComponentType<SVGR.ComponentProps>;
MagnifyingGlass: import("react").ComponentType<SVGR.ComponentProps>;
Menu: import("react").ComponentType<SVGR.ComponentProps>;
NotAllowed: import("react").ComponentType<SVGR.ComponentProps>;
Person: import("react").ComponentType<SVGR.ComponentProps>;
PersonWithLock: import("react").ComponentType<SVGR.ComponentProps>;
Plus: import("react").ComponentType<SVGR.ComponentProps>;
PlusWithCircle: import("react").ComponentType<SVGR.ComponentProps>;
QuestionMarkWithCircle: import("react").ComponentType<SVGR.ComponentProps>;
Refresh: import("react").ComponentType<SVGR.ComponentProps>;
Save: import("react").ComponentType<SVGR.ComponentProps>;
Settings: import("react").ComponentType<SVGR.ComponentProps>;
Stitch: import("react").ComponentType<SVGR.ComponentProps>;
Support: import("react").ComponentType<SVGR.ComponentProps>;
Trash: import("react").ComponentType<SVGR.ComponentProps>;
Warning: import("react").ComponentType<SVGR.ComponentProps>;
X: import("react").ComponentType<SVGR.ComponentProps>;
XWithCircle: import("react").ComponentType<SVGR.ComponentProps>;
readonly [K: string]: import("react").ComponentType<SVGR.ComponentProps>;
}>>;
export default _default;
{
"name": "@leafygreen-ui/icon",
"version": "3.0.0",
"version": "3.0.1",
"description": "LeafyGreen UI Kit Icons",

@@ -16,3 +16,3 @@ "browser": "./dist/index.web.js",

"devDependencies": {
"@leafygreen-ui/lib": "^4.0.0",
"@leafygreen-ui/lib": "^4.1.0",
"@leafygreen-ui/theme": "^2.0.0",

@@ -19,0 +19,0 @@ "xml2json": "^0.11.2"

@@ -5,5 +5,13 @@ # Icon

### Usage
## Installation
### Yarn
```shell
yarn add @leafygreen-ui/icon
```
### NPM
```shell
npm install @leafygreen-ui/icon

@@ -10,0 +18,0 @@ ```

@@ -79,2 +79,2 @@ import Copy from './Copy.svg';

XWithCircle,
};
} as { readonly [K: string]: SVGR.Component };

@@ -10,6 +10,1 @@ declare namespace SVGR {

}
declare module '*.svg' {
const value: SVGR.Component;
export = value;
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc