This package has been deprecated

Author message:

This version is no longer supported. Please update to @aurodesignsystem/design-tokens v4.x for continued support.

@alaskaairux/design-tokens

3.15.5 • Public • Published

Auro Design Tokens

Install

Build Status See it on NPM! License

$ npm i @alaskaairux/design-tokens

Use pre-processed resources

Located in the ./dist/tokens directory of the npm.

└── tokens
   ├── CSSCustomProperties.css
   ├── CSSCustomPropertiesColorRGB.css
   ├── CSSOpacityProperties.scss
   ├── CSSSizeCustomProperties.css
   ├── JSData--color.js
   ├── JSObject--allTokens.js
   ├── JSObject--deprecated.js
   ├── JSVariables--color.js
   ├── SCSSOpacityVariables.scss
   ├── SCSSVariableMap.scss
   ├── SCSSVariables.scss
   ├── SCSSVariablesMapFlat.scss
   ├── SassCustomProperties.scss
   ├── SassCustomPropertiesColorRGB.scss
   └── SassSizeCustomProperties.scss

Resource Descriptions

file syntax type status filter type / description
CSSCustomProperties CSS custom properties current full list of v3.0x release tokens
CSSCustomPropertiesColorRGB CSS custom properties current Filter: color, public
custom RGB output
CSSOpacityProperties Sass custom properties current filter: opacity
CSSSizeCustomProperties CSS custom properties current filter: size, public
JSData--color JS module color data current filter: color, current
JSObject--deprecated JS module deprecated tokens current filter: deprecated, pubic
JSObject--allTokens.js JS module all data current filter: public
JSVariables--color js es6 color data current filter: color
SCSSOpacityVariables Sass Sass variables current filter: opacity
SCSSVariableMap Sass Sass variable map current filter: size, public
SCSSVariables scss Sass variables current full list of v3.0x release tokens
SCSSVariablesMapFlat scss Scss variable map current full list of v3.0x release tokens
SassCustomProperties scss custom properties current full list of v3.0x release tokens
SassCustomPropertiesColorRGB Sass custom properties current Filter: color, public
custom RGB output
SassSizeCustomProperties Sass custom properties current filter: size, public

Install with Sass

@import "~@alaskaairux/design-tokens/dist/tokens/SCSSVariables";

// or

@import "~@alaskaairux/design-tokens/dist/tokens/SassCustomProperties";

Install with CSS

With React or similar framework, the CSS file can be imported directly from the npm:

import "@alaskaairux/design-tokens/dist/tokens/CSSCustomProperties.css"

For other frameworks, it's suggested that the CSS file be copied from the npm into the scope of the project with a build scenario.

Install ESModules

Within a webpacked application or a type="module" script:

import { AuroColorAlertNotificationOnLight, AuroColorBorderErrorOnLight } from '@alaskaairux/design-tokens/dist/tokens/JSVariables--color.js';

Install from CDN

Using unpkg.com, every file in the dist directory can be accessed.

<link rel="stylesheet" href="https://unpkg.com/@alaskaairux/design-tokens@latest/dist/tokens/CSSCustomProperties.css">

For specifically the CSSCustomProperties.css file, a faster CDN resource is available.

<link rel="stylesheet" href="https://p2pcontent-fd-prod.azurefd.net/auro/tokens/CSSCustomProperties.css">

Versions

Current Tags

VersionDownloads (Last 7 Days)Published

Version History

VersionDownloads (Last 7 Days)Published
3.15.40
3.15.30
3.15.20
3.15.10
3.15.00
3.14.06
3.13.05
3.12.20
3.12.10
3.12.00
3.11.069
3.10.02
3.9.1143
3.9.01
3.8.01
3.7.00
3.6.04
3.5.00
3.4.02
3.3.075
3.2.12
3.2.00
3.1.10
3.1.02
3.0.00

Package Sidebar

Install

npm i @alaskaairux/design-tokens

Weekly Downloads

1,818

Version

3.15.5

License

Apache-2.0

Unpacked Size

1.25 MB

Total Files

88

Last publish

Collaborators

  • alaskaairux