![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@alaskaairux/orion-design-tokens
Advanced tools
Alaska Air Orion Design System token repository
$ npm i @alaskaairux/orion-design-tokens
Located in the ./dist/tokens
directory of the npm.
└── tokens
├── CSSCustomProperties--classicColors.css
├── CSSCustomProperties.css
├── CSSCustomPropertiesColorRGB.css
├── CSSOpacityProperties.scss
├── CSSSizeCustomProperties.css
├── CSSTokenProperties.css
├── JSData--color.js
├── JSObject--allTokens.js
├── JSObject--classicColors.js
├── JSObject--deprecated.js
├── JSVariables--color.js
├── SCSSOpacityVariables.scss
├── SCSSVariableMap.scss
├── SCSSVariables.scss
├── SassCustomProperties--classicColors.scss
├── SassCustomProperties.scss
├── SassCustomPropertiesColorRGB.scss
├── SassSizeCustomProperties.scss
├── TokenColorVariables.js
├── TokenVariables.esm.js
├── _TokenProperties.scss
└── _TokenVariables.scss
file | syntax | type | status | filter type / description |
---|---|---|---|---|
CSSCustomProperties--classicColors | CSS | custom properties | current | filter: classic |
CSSCustomProperties | CSS | custom properties | current | full list of v2.8 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--allTokens.js | JS module | all data | current | filter: public |
JSObject--classicColors | js module | color data | current | filter: classic |
JSObject--deprecated | js module | deprecated tokens | current | filter: deprecated |
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 v2.8 release tokens |
SassCustomProperties--classicColors | scss | custom properties | current | filter: classic |
SassCustomProperties | scss | custom properties | current | full list of v2.8 release tokens |
SassCustomPropertiesColorRGB | Sass | custom properties | current | Filter: color, public custom RGB output |
SassSizeCustomProperties | Sass | custom properties | current | filter: size, public |
TokenColorVariables | js module | color data | deprecated | filter: color |
CSSTokenProperties | CSS | custom properties | deprecated | full list of < v2.8 tokens |
TokenVariables.esm | js es6 | all data | deprecated | full list of < v2.8 tokens |
_TokenProperties | scss | custom properties | deprecated | full list of < v2.8 tokens |
_TokenVariables | scss | Sass variables | deprecated | full list of < v2.8 tokens |
@import "~@alaskaairux/orion-design-tokens/dist/tokens/SCSSVariables";
// or
@import "~@alaskaairux/orion-design-tokens/dist/tokens/SassCustomProperties";
With React or similar framework, the CSS file can be imported directly from the npm:
import "@alaskaairux/orion-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.
Within a webpacked application or a type="module"
script:
import { ColorAlertNotificationOnLight, ColorBorderErrorOnLight } from '@alaskaairux/orion-design-tokens/dist/tokens/JSVariables--color.js';
Using unpkg.com, every file in the dist directory can be accessed.
<link rel="stylesheet" href="https://unpkg.com/@alaskaairux/orion-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/orion-design-tokens/tokens/CSSCustomProperties.css">
FAQs
Alaska Air Orion Design System token repository
We found that @alaskaairux/orion-design-tokens demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.