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

@alaskaairux/icons

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alaskaairux/icons - npm Package Compare versions

Comparing version 3.1.1 to 3.2.0

dist/icons/logos/logo-7H_es6.js

7

CHANGELOG.md
# Semantic Release Automated Changelog
# [3.2.0](https://github.com/AlaskaAirlines/Icons/compare/v3.1.1...v3.2.0) (2020-07-13)
### Features
* adds airline icons ([f355427](https://github.com/AlaskaAirlines/Icons/commit/f35542707b59ab627331acc148f63d5fe2be5db1))
## [3.1.1](https://github.com/AlaskaAirlines/Icons/compare/v3.1.0...v3.1.1) (2020-04-20)

@@ -4,0 +11,0 @@

10

package.json
{
"name": "@alaskaairux/icons",
"description": "Alaska Air and Auro Design System Icons",
"version": "3.1.1",
"version": "3.2.0",
"main": "dist/index.js",

@@ -13,3 +13,3 @@ "author": "Alaska Design and Research",

"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^7.6.0",

@@ -19,3 +19,3 @@ "@semantic-release/changelog": "^3.0.4",

"@semantic-release/npm": "^5.1.13",
"copyfiles": "^2.2.0",
"copyfiles": "^2.3.0",
"file-system": "^2.2.2",

@@ -25,3 +25,3 @@ "husky": "^2.3.0",

"jsonlint2": "^1.7.1",
"nodemon": "^2.0.2",
"nodemon": "^2.0.4",
"npm-run-all": "^4.1.5",

@@ -106,5 +106,5 @@ "semantic-release": "^15.13.21",

"dependencies": {
"chalk": "^4.0.0",
"chalk": "^4.1.0",
"fs": "0.0.1-security"
}
}

@@ -1,15 +0,15 @@

[![Build Status](https://travis-ci.org/AlaskaAirlines/Icons.svg?branch=master)](https://travis-ci.org/AlaskaAirlines/OrionDesignTokens)
![npm (scoped)](https://img.shields.io/npm/v/@alaskaairux/icons.svg?color=orange)
![NPM](https://img.shields.io/npm/l/@alaskaairux/icons.svg?color=blue)
# Auro Icon Library
# SVG Icon Library
The focus of this repository is to manage, at scale, the enterprise need for icons in the new Auro Design System and deprecate any legacy items. Please see all supporting documentation for contributing to, and consuming icons from this SVG icon library.
The focus of this repository is to manage, at scale, the enterprise need for icons in the new Auro Design System and deprecate any legacy items. Please see all supporting documentation for contributing to, and consuming icons from the Orion SVG Icon Library.
## Install
[![Build Status](https://img.shields.io/travis/AlaskaAirlines/Icons.svg?branch=master&style=for-the-badge)](https://travis-ci.org/github/AlaskaAirlines/Icons)
[![See it on NPM!](https://img.shields.io/npm/v/@alaskaairux/icons.svg?style=for-the-badge&color=orange)](https://www.npmjs.com/package/@alaskaairux/icons)
[![License](https://img.shields.io/npm/l/@alaskaairux/icons.svg?color=blue&style=for-the-badge)](https://www.apache.org/licenses/LICENSE-2.0)
```bash
$ npm i @alaskaairux/icons
```
## Using Sass styles (IE fallback)
## Sass styles for IE fallback

@@ -34,3 +34,3 @@ For use in situations where CSS custom properties are not supported. In the `dist/` directory is `icons.scss`. Import this Sass file for default shape styles.

### Using Icons/Tokens within a LitElement Custom Element
## Using Icons/Tokens within a LitElement Custom Element

@@ -53,7 +53,7 @@ When using Icons within the scope of a LitElement Custom Element, the `CSSTokenProperties.css` file can to be referenced within the scope of the shadow DOM. To do this, the CSS needs to be wrapped in a JavaScript module.

#### Using Icon Properties outside the shadow DOM
### Using Icon Properties outside the shadow DOM
When using an icon, it is not necessary to load the Icon CSS custom properties within the scope of the shadow DOM. As long as the variables are made available from the global scope of the project, the CSS custom properties will pierce the shadow DOM and style the icons.
## Categories
## Icon categories

@@ -71,6 +71,7 @@ Icons fall into a series of use categories, these are:

| terminal | Icons related to terminal experiences |
| logos | Icons depicting partner airline logos |
## Node application dependency
Via a node.js dependency or other node like dependency management architecture, developer can choose from two different scenarios for the rendering of the SVG. This technique will render the SVG inline from the designated resource location.
Via a node.js dependency or other node like dependency management architecture, developers can choose from two different scenarios for the rendering of the SVG. This technique will render the SVG inline from the designated resource location.

@@ -139,3 +140,3 @@ ### Individual icon request

##### Default style - iconName.js
#### Default style - iconName.js

@@ -146,3 +147,3 @@ ```javascript

##### ES6 style - iconName_es6.js
#### ES6 style - iconName_es6.js

@@ -212,3 +213,3 @@ ```javascript

##### Note:
### Note: eslint support

@@ -228,3 +229,3 @@ The above syntax may cause issues with your eslint configurations. The following error may appear:

## Adding Icons
## Adding new icons

@@ -231,0 +232,0 @@ Adding new icons to this repository requires a few steps.

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