@blueprintjs/icons
Advanced tools
Comparing version 2.0.0-rc.1 to 2.0.0-rc.2
@@ -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"; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2233962
12318
6