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 3.13.0 to 3.14.0

2

lib/cjs/generated/iconContents.d.ts

@@ -104,2 +104,3 @@ export declare const ADD = "\uE63E";

export declare const DESKTOP = "\uE6AF";
export declare const DIAGNOSIS = "\uE90D";
export declare const DIAGRAM_TREE = "\uE7B3";

@@ -250,2 +251,3 @@ export declare const DIRECTION_LEFT = "\uE681";

export declare const KNOWN_VEHICLE = "\uE73C";
export declare const LAB_TEST = "\uE90E";
export declare const LABEL = "\uE665";

@@ -252,0 +254,0 @@ export declare const LAYER = "\uE6CF";

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

exports.DESKTOP = "\ue6af";
exports.DIAGNOSIS = "\ue90d";
exports.DIAGRAM_TREE = "\ue7b3";

@@ -255,2 +256,3 @@ exports.DIRECTION_LEFT = "\ue681";

exports.KNOWN_VEHICLE = "\ue73c";
exports.LAB_TEST = "\ue90e";
exports.LABEL = "\ue665";

@@ -257,0 +259,0 @@ exports.LAYER = "\ue6cf";

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

export declare const DESKTOP = "desktop";
export declare const DIAGNOSIS = "diagnosis";
export declare const DIAGRAM_TREE = "diagram-tree";

@@ -250,2 +251,3 @@ export declare const DIRECTION_LEFT = "direction-left";

export declare const KNOWN_VEHICLE = "known-vehicle";
export declare const LAB_TEST = "lab-test";
export declare const LABEL = "label";

@@ -252,0 +254,0 @@ export declare const LAYER = "layer";

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

exports.DESKTOP = "desktop";
exports.DIAGNOSIS = "diagnosis";
exports.DIAGRAM_TREE = "diagram-tree";

@@ -255,2 +256,3 @@ exports.DIRECTION_LEFT = "direction-left";

exports.KNOWN_VEHICLE = "known-vehicle";
exports.LAB_TEST = "lab-test";
exports.LABEL = "label";

@@ -257,0 +259,0 @@ exports.LAYER = "layer";

2

lib/cjs/iconName.d.ts
import * as IconNames from "./generated/iconNames";
/** String literal union type of all Blueprint UI icon names. */
export declare type IconName = (typeof IconNames)[keyof typeof IconNames];
export declare type IconName = typeof IconNames[keyof typeof IconNames];

@@ -104,2 +104,3 @@ export declare const ADD = "\uE63E";

export declare const DESKTOP = "\uE6AF";
export declare const DIAGNOSIS = "\uE90D";
export declare const DIAGRAM_TREE = "\uE7B3";

@@ -250,2 +251,3 @@ export declare const DIRECTION_LEFT = "\uE681";

export declare const KNOWN_VEHICLE = "\uE73C";
export declare const LAB_TEST = "\uE90E";
export declare const LABEL = "\uE665";

@@ -252,0 +254,0 @@ export declare const LAYER = "\uE6CF";

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

export var DESKTOP = "\ue6af";
export var DIAGNOSIS = "\ue90d";
export var DIAGRAM_TREE = "\ue7b3";

@@ -253,2 +254,3 @@ export var DIRECTION_LEFT = "\ue681";

export var KNOWN_VEHICLE = "\ue73c";
export var LAB_TEST = "\ue90e";
export var LABEL = "\ue665";

@@ -255,0 +257,0 @@ export var LAYER = "\ue6cf";

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

export declare const DESKTOP = "desktop";
export declare const DIAGNOSIS = "diagnosis";
export declare const DIAGRAM_TREE = "diagram-tree";

@@ -250,2 +251,3 @@ export declare const DIRECTION_LEFT = "direction-left";

export declare const KNOWN_VEHICLE = "known-vehicle";
export declare const LAB_TEST = "lab-test";
export declare const LABEL = "label";

@@ -252,0 +254,0 @@ export declare const LAYER = "layer";

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

export var DESKTOP = "desktop";
export var DIAGNOSIS = "diagnosis";
export var DIAGRAM_TREE = "diagram-tree";

@@ -253,2 +254,3 @@ export var DIRECTION_LEFT = "direction-left";

export var KNOWN_VEHICLE = "known-vehicle";
export var LAB_TEST = "lab-test";
export var LABEL = "label";

@@ -255,0 +257,0 @@ export var LAYER = "layer";

import * as IconNames from "./generated/iconNames";
/** String literal union type of all Blueprint UI icon names. */
export declare type IconName = (typeof IconNames)[keyof typeof IconNames];
export declare type IconName = typeof IconNames[keyof typeof IconNames];

@@ -104,2 +104,3 @@ export declare const ADD = "\uE63E";

export declare const DESKTOP = "\uE6AF";
export declare const DIAGNOSIS = "\uE90D";
export declare const DIAGRAM_TREE = "\uE7B3";

@@ -250,2 +251,3 @@ export declare const DIRECTION_LEFT = "\uE681";

export declare const KNOWN_VEHICLE = "\uE73C";
export declare const LAB_TEST = "\uE90E";
export declare const LABEL = "\uE665";

@@ -252,0 +254,0 @@ export declare const LAYER = "\uE6CF";

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

export const DESKTOP = "\ue6af";
export const DIAGNOSIS = "\ue90d";
export const DIAGRAM_TREE = "\ue7b3";

@@ -253,2 +254,3 @@ export const DIRECTION_LEFT = "\ue681";

export const KNOWN_VEHICLE = "\ue73c";
export const LAB_TEST = "\ue90e";
export const LABEL = "\ue665";

@@ -255,0 +257,0 @@ export const LAYER = "\ue6cf";

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

export declare const DESKTOP = "desktop";
export declare const DIAGNOSIS = "diagnosis";
export declare const DIAGRAM_TREE = "diagram-tree";

@@ -250,2 +251,3 @@ export declare const DIRECTION_LEFT = "direction-left";

export declare const KNOWN_VEHICLE = "known-vehicle";
export declare const LAB_TEST = "lab-test";
export declare const LABEL = "label";

@@ -252,0 +254,0 @@ export declare const LAYER = "layer";

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

export const DESKTOP = "desktop";
export const DIAGNOSIS = "diagnosis";
export const DIAGRAM_TREE = "diagram-tree";

@@ -253,2 +254,3 @@ export const DIRECTION_LEFT = "direction-left";

export const KNOWN_VEHICLE = "known-vehicle";
export const LAB_TEST = "lab-test";
export const LABEL = "label";

@@ -255,0 +257,0 @@ export const LAYER = "layer";

import * as IconNames from "./generated/iconNames";
/** String literal union type of all Blueprint UI icon names. */
export declare type IconName = (typeof IconNames)[keyof typeof IconNames];
export declare type IconName = typeof IconNames[keyof typeof IconNames];
{
"name": "@blueprintjs/icons",
"version": "3.13.0",
"version": "3.14.0",
"description": "Components, fonts, icons, and css files for creating and displaying icons.",

@@ -28,6 +28,6 @@ "main": "lib/cjs/index.js",

"dist:verify": "assert-package-layout",
"lint": "run-p lint:scss lint:ts",
"lint": "run-p lint:scss lint:es",
"lint:scss": "sass-lint",
"lint:ts": "ts-lint",
"lint-fix": "ts-lint --fix",
"lint:es": "es-lint",
"lint-fix": "es-lint --fix",
"test": "run-s test:typeCheck test:iso",

@@ -40,6 +40,6 @@ "test:typeCheck": "tsc -p ./test",

"classnames": "^2.2",
"tslib": "~1.9.0"
"tslib": "~1.10.0"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^0.11.0",
"@blueprintjs/node-build-scripts": "^1.0.0",
"@blueprintjs/test-commons": "^0.10.1",

@@ -52,3 +52,3 @@ "enzyme": "^3.10.0",

"react-test-renderer": "^16.8.6",
"typescript": "~3.5.3",
"typescript": "~3.7.5",
"webpack-cli": "^3.3.6"

@@ -55,0 +55,0 @@ },

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

export const DESKTOP = "\ue6af";
export const DIAGNOSIS = "\ue90d";
export const DIAGRAM_TREE = "\ue7b3";

@@ -254,2 +255,3 @@ export const DIRECTION_LEFT = "\ue681";

export const KNOWN_VEHICLE = "\ue73c";
export const LAB_TEST = "\ue90e";
export const LABEL = "\ue665";

@@ -256,0 +258,0 @@ export const LAYER = "\ue6cf";

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

export const DESKTOP = "desktop";
export const DIAGNOSIS = "diagnosis";
export const DIAGRAM_TREE = "diagram-tree";

@@ -254,2 +255,3 @@ export const DIRECTION_LEFT = "direction-left";

export const KNOWN_VEHICLE = "known-vehicle";
export const LAB_TEST = "lab-test";
export const LABEL = "label";

@@ -256,0 +258,0 @@ export const LAYER = "layer";

@@ -8,2 +8,2 @@ /*

/** String literal union type of all Blueprint UI icon names. */
export type IconName = (typeof IconNames)[keyof typeof IconNames];
export type IconName = typeof IconNames[keyof typeof IconNames];

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