@hig/icon-button
Advanced tools
Comparing version 0.1.0-alpha.ea645e13 to 0.1.0-alpha.ec9f9669
@@ -73,2 +73,4 @@ import React, { Component } from 'react'; | ||
"CHECK_WHITE": "check-white", | ||
"CHECKBOX_CHECKED": "checkbox-checked", | ||
"CHECKBOX_INDETERMINATE": "checkbox-indeterminate", | ||
"CHECKLIST": "checklist", | ||
@@ -97,2 +99,6 @@ "CHECKMARK": "checkmark", | ||
"DOWNLOAD": "download", | ||
"DROPDOWN_CARET_DOWN": "dropdown-caret-down", | ||
"DROPDOWN_CARET_LEFT": "dropdown-caret-left", | ||
"DROPDOWN_CARET_RIGHT": "dropdown-caret-right", | ||
"DROPDOWN_CARET_UP": "dropdown-caret-up", | ||
"EDIT": "edit", | ||
@@ -137,2 +143,3 @@ "ERROR": "error", | ||
"MODEL_COORDINATION": "model-coordination", | ||
"MORE_VERTICAL": "more-vertical", | ||
"NOTIFICATION": "notification", | ||
@@ -143,4 +150,6 @@ "PASTE": "paste", | ||
"PHOTOS": "photos", | ||
"PLACEHOLDER": "placeholder", | ||
"PLAY": "play", | ||
"PRINT": "print", | ||
"PRODUCTS_AND_SERVICES": "products-and-services", | ||
"PROFILE": "profile", | ||
@@ -147,0 +156,0 @@ "PROJECT_MANAGEMENT": "project-management", |
@@ -80,2 +80,4 @@ 'use strict'; | ||
"CHECK_WHITE": "check-white", | ||
"CHECKBOX_CHECKED": "checkbox-checked", | ||
"CHECKBOX_INDETERMINATE": "checkbox-indeterminate", | ||
"CHECKLIST": "checklist", | ||
@@ -104,2 +106,6 @@ "CHECKMARK": "checkmark", | ||
"DOWNLOAD": "download", | ||
"DROPDOWN_CARET_DOWN": "dropdown-caret-down", | ||
"DROPDOWN_CARET_LEFT": "dropdown-caret-left", | ||
"DROPDOWN_CARET_RIGHT": "dropdown-caret-right", | ||
"DROPDOWN_CARET_UP": "dropdown-caret-up", | ||
"EDIT": "edit", | ||
@@ -144,2 +150,3 @@ "ERROR": "error", | ||
"MODEL_COORDINATION": "model-coordination", | ||
"MORE_VERTICAL": "more-vertical", | ||
"NOTIFICATION": "notification", | ||
@@ -150,4 +157,6 @@ "PASTE": "paste", | ||
"PHOTOS": "photos", | ||
"PLACEHOLDER": "placeholder", | ||
"PLAY": "play", | ||
"PRINT": "print", | ||
"PRODUCTS_AND_SERVICES": "products-and-services", | ||
"PROFILE": "profile", | ||
@@ -154,0 +163,0 @@ "PROJECT_MANAGEMENT": "project-management", |
{ | ||
"name": "@hig/icon-button", | ||
"version": "0.1.0-alpha.ea645e13", | ||
"version": "0.1.0-alpha.ec9f9669", | ||
"description": "HIG IconButton component", | ||
@@ -18,7 +18,7 @@ "author": "Autodesk Inc.", | ||
"dependencies": { | ||
"@hig/icon": "0.1.0-alpha.ea645e13" | ||
"@hig/icon": "0.1.0-alpha.ec9f9669" | ||
}, | ||
"devDependencies": { | ||
"@hig/scripts": "0.2.0-alpha.ea645e13", | ||
"@hig/styles": "0.1.0-alpha.ea645e13" | ||
"@hig/scripts": "0.2.0-alpha.ec9f9669", | ||
"@hig/styles": "0.1.0-alpha.ec9f9669" | ||
}, | ||
@@ -30,4 +30,8 @@ "peerDependencies": { | ||
"scripts": { | ||
"build": "hig-scripts-build" | ||
"build": "hig-scripts-build", | ||
"lint": "eslint src --ext .js,.jsx" | ||
}, | ||
"eslintConfig": { | ||
"extends": "@hig" | ||
} | ||
} |
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
31448
889
+ Added@hig/icon@0.1.0-alpha.ec9f9669(transitive)
+ Added@hig/icons@0.1.0-alpha.ec9f9669(transitive)
- Removed@hig/icon@0.1.0-alpha.ea645e13(transitive)
- Removed@hig/icons@0.1.0-alpha.ea645e13(transitive)