Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@blueprintjs/icons

Package Overview
Dependencies
Maintainers
1
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blueprintjs/icons - npm Package Compare versions

Comparing version 2.0.0-rc.1 to 2.0.0-rc.2

1

lib/cjs/generated/iconContents.d.ts

@@ -373,2 +373,3 @@ export declare const ADD = "";

export declare const STOP = "";
export declare const STRIKETHROUGH = "";
export declare const STYLE = "";

@@ -375,0 +376,0 @@ export declare const SWAP_HORIZONTAL = "";

@@ -378,2 +378,3 @@ "use strict";

exports.STOP = "\ue6aa";
exports.STRIKETHROUGH = "\ue7a6";
exports.STYLE = "\ue601";

@@ -380,0 +381,0 @@ exports.SWAP_HORIZONTAL = "\ue745";

@@ -373,2 +373,3 @@ export declare const ADD = "add";

export declare const STOP = "stop";
export declare const STRIKETHROUGH = "strikethrough";
export declare const STYLE = "style";

@@ -375,0 +376,0 @@ export declare const SWAP_HORIZONTAL = "swap-horizontal";

@@ -378,2 +378,3 @@ "use strict";

exports.STOP = "stop";
exports.STRIKETHROUGH = "strikethrough";
exports.STYLE = "style";

@@ -380,0 +381,0 @@ exports.SWAP_HORIZONTAL = "swap-horizontal";

@@ -373,2 +373,3 @@ export declare const ADD = "";

export declare const STOP = "";
export declare const STRIKETHROUGH = "";
export declare const STYLE = "";

@@ -375,0 +376,0 @@ export declare const SWAP_HORIZONTAL = "";

@@ -376,2 +376,3 @@ /*

export var STOP = "\ue6aa";
export var STRIKETHROUGH = "\ue7a6";
export var STYLE = "\ue601";

@@ -378,0 +379,0 @@ export var SWAP_HORIZONTAL = "\ue745";

@@ -373,2 +373,3 @@ export declare const ADD = "add";

export declare const STOP = "stop";
export declare const STRIKETHROUGH = "strikethrough";
export declare const STYLE = "style";

@@ -375,0 +376,0 @@ export declare const SWAP_HORIZONTAL = "swap-horizontal";

@@ -376,2 +376,3 @@ /*

export var STOP = "stop";
export var STRIKETHROUGH = "strikethrough";
export var STYLE = "style";

@@ -378,0 +379,0 @@ export var SWAP_HORIZONTAL = "swap-horizontal";

4

package.json
{
"name": "@blueprintjs/icons",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"description": "Components, fonts, icons, and css files for creating and displaying icons.",

@@ -25,3 +25,3 @@ "main": "lib/cjs/index.js",

"lint:stylelint": "stylelint -s scss 'src/**/*.scss'",
"lint:tslint": "tslint '{src,test}/**/*.{ts,tsx}' -c ../tslint-config -t codeFrame",
"lint:tslint": "tslint '{src,test}/**/*.{ts,tsx}' -e 'src/generated/**/*' -c ../tslint-config -t codeFrame",
"lint-fix": "yarn lint:tslint --fix",

@@ -28,0 +28,0 @@ "test": "npm-run-all -s compile:pre compile:cjs test:pre -p test:iso",

@@ -377,2 +377,3 @@ /*

export const STOP = "\ue6aa";
export const STRIKETHROUGH = "\ue7a6";
export const STYLE = "\ue601";

@@ -379,0 +380,0 @@ export const SWAP_HORIZONTAL = "\ue745";

@@ -377,2 +377,3 @@ /*

export const STOP = "stop";
export const STRIKETHROUGH = "strikethrough";
export const STYLE = "style";

@@ -379,0 +380,0 @@ export const SWAP_HORIZONTAL = "swap-horizontal";

@@ -12,8 +12,8 @@ ---

[**Icon component documentation**](#core/components/icon):
1. React component renders SVG paths: `<Icon iconName="more" />`
1. React component renders SVG paths: `<Icon icon="more" />`
2. CSS classes use icon fonts: `<span className="pt-icon-standard pt-icon-more" />`
Many Blueprint [components](#core/components) support an `iconName` prop to control a React `<Icon>` component, which accepts both the full name `pt-icon-projects` and the short name `projects`.
Many Blueprint [components](#core/components) support an `icon` prop to control a React `<Icon>` component, which accepts both the full name `pt-icon-projects` and the short name `projects`.
@reactDocs Icons

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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 too big to display

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 too big to display

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