@blueprintjs/icons
Advanced tools
Comparing version 2.1.1 to 2.2.1
@@ -352,2 +352,3 @@ export declare const ADD = ""; | ||
export declare const SHARE = ""; | ||
export declare const SHIELD = ""; | ||
export declare const SHOP = ""; | ||
@@ -354,0 +355,0 @@ export declare const SHOPPING_CART = ""; |
@@ -357,2 +357,3 @@ "use strict"; | ||
exports.SHARE = "\ue62e"; | ||
exports.SHIELD = "\ue7b2"; | ||
exports.SHOP = "\ue6c2"; | ||
@@ -359,0 +360,0 @@ exports.SHOPPING_CART = "\ue6c1"; |
@@ -352,2 +352,3 @@ export declare const ADD = "add"; | ||
export declare const SHARE = "share"; | ||
export declare const SHIELD = "shield"; | ||
export declare const SHOP = "shop"; | ||
@@ -354,0 +355,0 @@ export declare const SHOPPING_CART = "shopping-cart"; |
@@ -357,2 +357,3 @@ "use strict"; | ||
exports.SHARE = "share"; | ||
exports.SHIELD = "shield"; | ||
exports.SHOP = "shop"; | ||
@@ -359,0 +360,0 @@ exports.SHOPPING_CART = "shopping-cart"; |
@@ -352,2 +352,3 @@ export declare const ADD = ""; | ||
export declare const SHARE = ""; | ||
export declare const SHIELD = ""; | ||
export declare const SHOP = ""; | ||
@@ -354,0 +355,0 @@ export declare const SHOPPING_CART = ""; |
@@ -355,2 +355,3 @@ /* | ||
export var SHARE = "\ue62e"; | ||
export var SHIELD = "\ue7b2"; | ||
export var SHOP = "\ue6c2"; | ||
@@ -357,0 +358,0 @@ export var SHOPPING_CART = "\ue6c1"; |
@@ -352,2 +352,3 @@ export declare const ADD = "add"; | ||
export declare const SHARE = "share"; | ||
export declare const SHIELD = "shield"; | ||
export declare const SHOP = "shop"; | ||
@@ -354,0 +355,0 @@ export declare const SHOPPING_CART = "shopping-cart"; |
@@ -355,2 +355,3 @@ /* | ||
export var SHARE = "share"; | ||
export var SHIELD = "shield"; | ||
export var SHOP = "shop"; | ||
@@ -357,0 +358,0 @@ export var SHOPPING_CART = "shopping-cart"; |
{ | ||
"name": "@blueprintjs/icons", | ||
"version": "2.1.1", | ||
"version": "2.2.1", | ||
"description": "Components, fonts, icons, and css files for creating and displaying icons.", | ||
@@ -12,2 +12,3 @@ "main": "lib/cjs/index.js", | ||
"scripts": { | ||
"clean": "rm -rf dist/* && rm -rf lib/* && rm -rf src/generated/*", | ||
"compile": "npm-run-all -s \"compile:pre\" -p \"compile:*\"", | ||
@@ -18,5 +19,4 @@ "compile:pre": "generate-icons-source", | ||
"compile:css": "sass-compile ./src", | ||
"clean": "rm -rf dist/* && rm -rf lib/* && rm -rf src/generated/*", | ||
"dev": "npm-run-all -p \"compile:esm -- --watch\" \"compile:css -- --watch\"", | ||
"dist": "npm-run-all -s \"dist:*\"", | ||
"dev": "run-p \"compile:esm -- --watch\" \"compile:css -- --watch\"", | ||
"dist": "run-s \"dist:*\"", | ||
"dist:bundle": "cross-env NODE_ENV=production webpack", | ||
@@ -26,7 +26,7 @@ "dist:css": "css-dist lib/css/*.css", | ||
"dist:verify": "assert-package-layout", | ||
"lint": "npm-run-all -p lint:stylelint lint:tslint", | ||
"lint:stylelint": "stylelint -s scss \"src/**/*.scss\"", | ||
"lint:tslint": "tslint \"{src,test}/**/*.{ts,tsx}\" -e \"src/generated/**/*\" -c ../tslint-config -t codeFrame", | ||
"lint-fix": "yarn lint:tslint --fix", | ||
"test": "npm-run-all -s compile:pre compile:cjs test:pre -p test:iso", | ||
"lint": "run-p lint:scss lint:ts", | ||
"lint:scss": "sass-lint", | ||
"lint:ts": "ts-lint", | ||
"lint-fix": "ts-lint --fix", | ||
"test": "run-s test:pre test:iso", | ||
"test:pre": "tsc -p ./test", | ||
@@ -41,4 +41,4 @@ "test:iso": "mocha test/isotest.js", | ||
"devDependencies": { | ||
"@blueprintjs/node-build-scripts": "^0.5.0", | ||
"@blueprintjs/test-commons": "^0.5.0", | ||
"@blueprintjs/node-build-scripts": "^0.6.1", | ||
"@blueprintjs/test-commons": "^0.5.2", | ||
"enzyme": "^3.3.0", | ||
@@ -51,3 +51,2 @@ "mocha": "^4.1.0", | ||
"react-transition-group": "^2.2.1", | ||
"tslint": "^5.9.0", | ||
"typescript": "~2.7.2", | ||
@@ -54,0 +53,0 @@ "webpack": "^3.10.0" |
@@ -356,2 +356,3 @@ /* | ||
export const SHARE = "\ue62e"; | ||
export const SHIELD = "\ue7b2"; | ||
export const SHOP = "\ue6c2"; | ||
@@ -358,0 +359,0 @@ export const SHOPPING_CART = "\ue6c1"; |
@@ -356,2 +356,3 @@ /* | ||
export const SHARE = "share"; | ||
export const SHIELD = "shield"; | ||
export const SHOP = "shop"; | ||
@@ -358,0 +359,0 @@ export const SHOPPING_CART = "shopping-cart"; |
@@ -14,6 +14,6 @@ --- | ||
1. React component renders SVG paths: `<Icon icon="more" />` | ||
2. CSS classes use icon fonts: `<span className="pt-icon-standard pt-icon-more" />` | ||
2. CSS classes use icon fonts: `<span className="@ns-icon-standard @ns-icon-more" />` | ||
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`. | ||
Many Blueprint [components](#core/components) support an `icon` prop to control a React `<Icon>` component, which accepts both the full name `@ns-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 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 not supported yet
Sorry, the diff of this file is too big to display
2264807
11
12479