@aurodesignsystem/design-tokens 5.0.2 → 5.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +86 -62
- package/dist/alaska/CSSCustomProperties--alaska.css +66 -0
- package/dist/alaska/SCSSVariables--alaska.scss +63 -0
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +67 -0
- package/dist/alaska/primitives--alaska.scss +215 -0
- package/dist/{tokens → auro-classic}/CSSCustomProperties.css +320 -312
- package/dist/{tokens → auro-classic}/CSSSizeCustomProperties.css +1 -1
- package/dist/{tokens → auro-classic}/JSData--color.js +3145 -2071
- package/dist/{tokens → auro-classic}/JSONVariablesFlat.json +12 -4
- package/dist/{tokens → auro-classic}/JSONVariablesNested.json +13 -9
- package/dist/{tokens/JSObject--allTokens.js → auro-classic/JSObject--deprecated.js} +14311 -8433
- package/dist/{tokens → auro-classic}/JSVariables--color.js +308 -312
- package/dist/{tokens → auro-classic}/SCSSVariableMap.scss +1 -1
- package/dist/{tokens/base → auro-classic}/SCSSVariables.scss +320 -312
- package/dist/{tokens → auro-classic}/SCSSVariablesMapFlat.scss +320 -312
- package/dist/{tokens → auro-classic}/SassCustomProperties.scss +320 -312
- package/dist/{tokens → auro-classic}/SassSizeCustomProperties.scss +1 -1
- package/dist/hawaiian/CSSCustomProperties--hawaiian.css +66 -0
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +63 -0
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +67 -0
- package/dist/hawaiian/primitives--hawaiian.scss +175 -0
- package/dist/{tokens/transparent/CSSCustomProperties.css → transparent/CSSCustomProperties--transparent.css} +1 -5
- package/package.json +5 -3
- package/src/primitives/alaska/color.json +796 -0
- package/src/primitives/alaska/typography.json +27 -0
- package/src/primitives/base/color.json +489 -0
- package/src/primitives/base/transparency.json +183 -0
- package/src/primitives/base/typography.json +210 -0
- package/src/primitives/hawaiian/color.json +508 -0
- package/src/primitives/hawaiian/typography.json +28 -0
- package/src/themes/alaska/color.json +394 -0
- package/src/themes/alaska/typography.json +132 -0
- package/src/themes/{excursion → auro-classic}/animation.json +6 -3
- package/src/{color → themes/auro-classic/color}/alert.json +7 -0
- package/src/{color → themes/auro-classic/color}/background.json +53 -25
- package/src/{color → themes/auro-classic/color}/base.json +303 -147
- package/src/{color → themes/auro-classic/color}/border.json +68 -32
- package/src/{color → themes/auro-classic/color}/brand.json +289 -158
- package/src/{color → themes/auro-classic/color}/container.json +101 -50
- package/src/{color → themes/auro-classic/color}/icon.json +129 -64
- package/src/{color → themes/auro-classic/color}/text.json +58 -28
- package/src/{color → themes/auro-classic/color}/tier.json +43 -22
- package/src/themes/{excursion → auro-classic}/color/ui.json +12 -1
- package/src/{color → themes/auro-classic/color}/utility.json +60 -30
- package/src/themes/auro-classic/comments.json +50 -0
- package/src/{depth.json → themes/auro-classic/depth.json} +9 -4
- package/src/{elevation.json → themes/auro-classic/elevation.json} +6 -3
- package/src/{asset → themes/auro-classic}/font.json +10 -5
- package/src/themes/{excursion → auro-classic}/grid-breakpoint.json +10 -5
- package/src/themes/{excursion → auro-classic}/grid-column.json +10 -5
- package/src/{grid-gutter.json → themes/auro-classic/grid-gutter.json} +10 -5
- package/src/{grid-margin.json → themes/auro-classic/grid-margin.json} +10 -5
- package/src/{size → themes/auro-classic/size}/radius.json +2 -1
- package/src/themes/auro-classic/size/scale.json +347 -0
- package/src/themes/auro-classic/size/unitless-scale.json +126 -0
- package/src/{text.json → themes/auro-classic/text.json} +192 -97
- package/src/themes/hawaiian/color.json +394 -0
- package/src/themes/hawaiian/typography.json +132 -0
- package/src/themes/transparent/color/alert.json +7 -0
- package/src/themes/transparent/color/background.json +30 -2
- package/src/themes/transparent/color/base.json +156 -0
- package/src/themes/transparent/color/border.json +36 -0
- package/src/themes/transparent/color/brand.json +167 -36
- package/src/themes/transparent/color/container.json +50 -0
- package/src/themes/transparent/color/icon.json +65 -0
- package/src/themes/transparent/color/text.json +30 -0
- package/src/themes/transparent/color/tier.json +22 -1
- package/src/themes/transparent/color/ui.json +12 -1
- package/src/themes/transparent/color/utility.json +30 -0
- package/src/themes/transparent/elevation.json +3 -0
- package/dist/tokens/JSObject--deprecated.js +0 -3157
- package/dist/tokens/SCSSVariables.scss +0 -1372
- package/dist/tokens/darkmode/CSSCustomProperties.css +0 -28
- package/dist/tokens/darkmode/JSDataColor.js +0 -528
- package/dist/tokens/darkmode/JSObject--deprecatedDark.js +0 -528
- package/dist/tokens/darkmode/JSVariablesColor.js +0 -20
- package/dist/tokens/darkmode/SCSSVariables.scss +0 -21
- package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +0 -25
- package/dist/tokens/darkmode/SassCustomProperties.scss +0 -28
- package/dist/tokens/excursion/JSONVariablesFlat.json +0 -736
- package/dist/tokens/excursion/JSONVariablesNested.json +0 -1222
- package/dist/tokens/hawaiian/CSSCustomProperties.css +0 -20
- package/src/animation.json +0 -21
- package/src/color/ui.json +0 -125
- package/src/color-darkmode/base.json +0 -24
- package/src/color-darkmode/border.json +0 -32
- package/src/color-darkmode/icon.json +0 -32
- package/src/color-darkmode/text.json +0 -71
- package/src/color-darkmode/tier.json +0 -34
- package/src/comments.json +0 -34
- package/src/grid-breakpoint.json +0 -29
- package/src/grid-column.json +0 -29
- package/src/size/scale.json +0 -240
- package/src/size/unitless-scale.json +0 -82
- package/src/themes/excursion/asset/font.json +0 -35
- package/src/themes/excursion/color/alert.json +0 -90
- package/src/themes/excursion/color/background.json +0 -280
- package/src/themes/excursion/color/base.json +0 -1303
- package/src/themes/excursion/color/border.json +0 -288
- package/src/themes/excursion/color/brand.json +0 -1549
- package/src/themes/excursion/color/container.json +0 -464
- package/src/themes/excursion/color/excursion.json +0 -254
- package/src/themes/excursion/color/icon.json +0 -476
- package/src/themes/excursion/color/text.json +0 -270
- package/src/themes/excursion/color/tier.json +0 -180
- package/src/themes/excursion/comments.json +0 -34
- package/src/themes/excursion/depth copy.json +0 -22
- package/src/themes/excursion/elevation.json +0 -22
- package/src/themes/excursion/grid-gutter.json +0 -29
- package/src/themes/excursion/grid-margin.json +0 -29
- package/src/themes/excursion/size/radius.json +0 -9
- package/src/themes/excursion/size/scale.json +0 -234
- package/src/themes/excursion/size/unitless-scale.json +0 -82
- package/src/themes/excursion/text.json +0 -572
- package/src/themes/hawaiian/color/background.json +0 -15
- package/src/themes/hawaiian/color/border.json +0 -18
- package/src/themes/hawaiian/color/container.json +0 -56
- package/src/themes/hawaiian/color/icon.json +0 -24
- package/src/themes/hawaiian/color/text.json +0 -44
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Semantic Release Automated Changelog
|
|
2
2
|
|
|
3
|
+
## [5.0.3](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v5.0.2...v5.0.3) (2025-02-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Performance Improvements
|
|
7
|
+
|
|
8
|
+
* reset version rollback to continue git history ([e0fb37e](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/e0fb37ea9e6d0eb89329d0997a48ba955fdff72d))
|
|
9
|
+
|
|
3
10
|
## [5.0.2](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v5.0.1...v5.0.2) (2025-02-27)
|
|
4
11
|
|
|
5
12
|
|
package/README.md
CHANGED
|
@@ -12,69 +12,95 @@ $ npm i @aurodesignsystem/design-tokens
|
|
|
12
12
|
|
|
13
13
|
## Using Pre-processed Resources
|
|
14
14
|
|
|
15
|
-
Pre-processed resources are available in the `./dist
|
|
15
|
+
Pre-processed resources are available in the `./dist/` directory of the [npm package](https://www.npmjs.com/package/@aurodesignsystem/design-tokens).
|
|
16
16
|
|
|
17
17
|
```
|
|
18
|
-
└──
|
|
19
|
-
├──
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
├──
|
|
23
|
-
├──
|
|
24
|
-
├──
|
|
25
|
-
├──
|
|
26
|
-
├──
|
|
27
|
-
├──
|
|
28
|
-
├──
|
|
29
|
-
├──
|
|
30
|
-
├── SassCustomProperties.scss
|
|
31
|
-
├── SassSizeCustomProperties.scss
|
|
32
|
-
├──
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
└──
|
|
41
|
-
├── JSONVariablesFlat.json
|
|
42
|
-
└── JSONVariablesNested.json
|
|
18
|
+
└── dist
|
|
19
|
+
├── alaska
|
|
20
|
+
│ └── CSSCustomProperties--alaska.css
|
|
21
|
+
│ └── primitives--alaska.scss
|
|
22
|
+
├── auro-classic
|
|
23
|
+
│ ├── CSSCustomProperties.css
|
|
24
|
+
│ ├── CSSSizeCustomProperties.css
|
|
25
|
+
│ ├── JSData--color.js
|
|
26
|
+
│ ├── JSObject--deprecated.js
|
|
27
|
+
│ ├── JSONVariablesFlat.json
|
|
28
|
+
│ ├── JSONVariablesNested.json
|
|
29
|
+
│ ├── JSVariables--color.js
|
|
30
|
+
│ ├── SassCustomProperties.scss
|
|
31
|
+
│ ├── SassSizeCustomProperties.scss
|
|
32
|
+
│ ├── SCSSVariableMap.scss
|
|
33
|
+
│ ├── SCSSVariables.scss
|
|
34
|
+
│ └── SCSSVariablesMapFlat.scss
|
|
35
|
+
├── hawaiian
|
|
36
|
+
│ └── CSSCustomProperties--hawaiian.css
|
|
37
|
+
│ └── primitives--hawaiian.scss
|
|
38
|
+
├── transparent
|
|
39
|
+
│ └── CSSCustomProperties--transparent.css
|
|
40
|
+
└── CSSCustomProperties--bundled.css
|
|
43
41
|
```
|
|
44
42
|
|
|
45
|
-
###
|
|
43
|
+
### Resource Descriptions
|
|
46
44
|
|
|
47
|
-
|
|
45
|
+
### `alaska` theme
|
|
48
46
|
|
|
49
|
-
|
|
47
|
+
| File | Syntax | Type | Status | Filter Type / Description |
|
|
48
|
+
|-----------------------------|--------|--------------------|---------|------------------------------------------------------|
|
|
49
|
+
| CSSCustomProperties--alaska | CSS | Custom properties | Current | All v5.x semantic tokens for the Alaska theme |
|
|
50
|
+
| primitives--alaska | SCSS | Sass variables | Current | All v5.x semantic token values for the Alaska theme |
|
|
51
|
+
|
|
52
|
+
### `hawaiian` theme
|
|
53
|
+
|
|
54
|
+
| File | Syntax | Type | Status | Filter Type / Description |
|
|
55
|
+
|-------------------------------|--------|--------------------|---------|--------------------------------------------------------|
|
|
56
|
+
| CSSCustomProperties--hawaiian | CSS | Custom properties | Current | All v5.x release tokens for the Hawaiian theme |
|
|
57
|
+
| primitives--hawaiian | SCSS | Sass variables | Current | All v5.x semantic token values for the Hawaiian theme |
|
|
58
|
+
|
|
59
|
+
### `auro-classic` theme
|
|
60
|
+
|
|
61
|
+
| File | Syntax | Type | Status | Filter Type / Description |
|
|
62
|
+
|--------------------------|-----------|--------------------|------------|---------------------------------|
|
|
63
|
+
| CSSCustomProperties | CSS | Custom properties | Deprecated | All v4.x release tokens |
|
|
64
|
+
| CSSSizeCustomProperties | CSS | Custom properties | Deprecated | Filter v4.x: size, public |
|
|
65
|
+
| JSData--color | JS module | Color data | Deprecated | Filter v4.x: color, Deprecated |
|
|
66
|
+
| JSONVariablesFlat | JSON Data | All data | Deprecated | All v4.x release tokens |
|
|
67
|
+
| JSONVariablesNested | JSON Data | All data | Deprecated | All v4.x release tokens |
|
|
68
|
+
| JSObject--deprecated | JS module | Deprecated tokens | Deprecated | Filter v4.x: deprecated, public |
|
|
69
|
+
| JSObject--allTokens.js | JS module | All data | Deprecated | All v4.x release tokens |
|
|
70
|
+
| JSVariables--color | JS ES6 | Color data | Deprecated | Filter v4.x: color |
|
|
71
|
+
| SCSSVariableMap | Sass | Sass variable map | Deprecated | Filter v4.x: size, public |
|
|
72
|
+
| SCSSVariables | SCSS | Sass variables | Deprecated | All v4.x release tokens |
|
|
73
|
+
| SCSSVariablesMapFlat | SCSS | Sass variable map | Deprecated | All v4.x release tokens |
|
|
74
|
+
| SassCustomProperties | SCSS | Custom properties | Deprecated | All v4.x release tokens |
|
|
75
|
+
| SassSizeCustomProperties | Sass | Custom properties | Deprecated | Filter v4.x: size, public |
|
|
76
|
+
|
|
77
|
+
### `transparent` theme
|
|
78
|
+
|
|
79
|
+
| File | Syntax | Type | Status | Filter Type / Description |
|
|
80
|
+
|-------------------------------------|-----------|--------------------|------------|---------------------------|
|
|
81
|
+
| CSSCustomProperties--transparent | CSS | Custom properties | Deprecated | All v4.0x release tokens |
|
|
50
82
|
|
|
51
|
-
|
|
52
|
-
|------------------------|-----------|--------------------|---------|-----------------------------|
|
|
53
|
-
| CSSCustomProperties | CSS | Custom properties | Current | All v4.0x release tokens |
|
|
54
|
-
| CSSSizeCustomProperties| CSS | Custom properties | Current | Filter: size, public |
|
|
55
|
-
| JSData--color | JS module | Color data | Current | Filter: color, current |
|
|
56
|
-
| JSONVariablesFlat | JSON Data | All data | Current | All v4.0x release tokens |
|
|
57
|
-
| JSONVariablesNested | JSON Data | All data | Current | All v4.0x release tokens |
|
|
58
|
-
| JSObject--deprecated | JS module | Deprecated tokens | Current | Filter: deprecated, public |
|
|
59
|
-
| JSObject--allTokens.js | JS module | All data | Current | All v4.0x release tokens |
|
|
60
|
-
| JSVariables--color | JS ES6 | Color data | Current | Filter: color |
|
|
61
|
-
| SCSSVariableMap | Sass | Sass variable map | Current | Filter: size, public |
|
|
62
|
-
| SCSSVariables | SCSS | Sass variables | Current | All v4.0x release tokens |
|
|
63
|
-
| SCSSVariablesMapFlat | SCSS | Sass variable map | Current | All v4.0x release tokens |
|
|
64
|
-
| SassCustomProperties | SCSS | Custom properties | Current | All v4.0x release tokens |
|
|
65
|
-
| SassSizeCustomProperties| Sass | Custom properties | Current | Filter: size, public |
|
|
83
|
+
### `bundled` file
|
|
66
84
|
|
|
67
|
-
|
|
85
|
+
| File | Syntax | Type | Status | Filter Type / Description |
|
|
86
|
+
|-------------|--------|-------------------|---------|------------------------------------------------------|
|
|
87
|
+
| CSSCustomProperties--bundled.css | CSS | Custom properties | Current | Combined v5.x `semantic` CSS custom properties from all supported themes.
|
|
68
88
|
|
|
69
|
-
|
|
89
|
+
NOTE: Not intended for general use.
|
|
70
90
|
|
|
71
|
-
|
|
91
|
+
---
|
|
72
92
|
|
|
73
|
-
|
|
93
|
+
### Migration from v4.x to v5.x
|
|
74
94
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
95
|
+
With the release of Auro Design Tokens 5.x significant changes have occurred.
|
|
96
|
+
|
|
97
|
+
- `./dist/` directory has been restructured. All file imports will need to have their paths updated.
|
|
98
|
+
- The v4.x default theme is now called `Auro Classic`. The files for this theme may be found in `./dist/auro-classic`. This theme is now deprecated.
|
|
99
|
+
- **NEW** Alaska theme found in `./dist/alaska`.
|
|
100
|
+
- **NEW** Hawaiian theme found in `./dist/hawaiian`.
|
|
101
|
+
- The Alaska theme and Hawaiian theme are intended to be used one at a time within a given DOM `scope`. It is not supported to load both themes into the same `scope` of the document.
|
|
102
|
+
- v4.x and v5.x token names are unique to each version. As such, the `./dist/auro-classic` theme can be loaded with any of the other themes to support old Auro component versions that do not yet run on the v5.x tokens.
|
|
103
|
+
- Review the [Deprecated tokens list](https://auro.alaskaair.com/getting-started/developers/design-tokens/deprecated) for a matrix of changes. Some tokens have been removed from the project and need to be updated.
|
|
78
104
|
|
|
79
105
|
By supporting both the legacy and new Auro design tokens in your project, you ensure a smooth transition until all Auro components have been updated and your project has also updated local SCSS/CSS files with the new references.
|
|
80
106
|
|
|
@@ -82,16 +108,10 @@ By supporting both the legacy and new Auro design tokens in your project, you en
|
|
|
82
108
|
|
|
83
109
|
When working with Sass, the preprocessor scripting language, there are several options for incorporating design tokens into your project. First, ensure that all design tokens are included to fulfill CSS custom property requests. This can be achieved by importing the SCSS file as demonstrated below:
|
|
84
110
|
|
|
85
|
-
|
|
86
|
-
@import "~@aurodesignsystem/design-tokens/dist/tokens/SassCustomProperties.scss";
|
|
87
|
-
```
|
|
88
|
-
|
|
89
|
-
Even if Sass isn't utilized, `SassCustomProperties.scss` remains an option, though not mandatory. Alternatively, you can load all tokens using `CSSCustomProperties.css` anywhere within the project's header.
|
|
90
|
-
|
|
91
|
-
Moreover, if project specifications dictate the use of Sass variables, `SCSSVariables.scss` can be imported. This is necessary for projects utilizing WCSS due to a dependency on these variables.
|
|
111
|
+
_note: this example is based on using the Alaska theme, substitute the directory path for the theme you wish to use._
|
|
92
112
|
|
|
93
113
|
```scss
|
|
94
|
-
@import "~@aurodesignsystem/design-tokens/dist/
|
|
114
|
+
@import "~@aurodesignsystem/design-tokens/dist/alaska/primitives--alaska.scss";
|
|
95
115
|
```
|
|
96
116
|
|
|
97
117
|
**NOTE:** When developing new UI code in Sass, it's still advisable to leverage CSS custom properties over Sass variables. See **Install with CSS** below.
|
|
@@ -100,18 +120,22 @@ Moreover, if project specifications dictate the use of Sass variables, `SCSSVari
|
|
|
100
120
|
|
|
101
121
|
For React or similar frameworks, simply import the CSS file directly from npm:
|
|
102
122
|
|
|
123
|
+
_note: this example is based on using the Alaska theme, substitute the directory path for the theme you wish to use._
|
|
124
|
+
|
|
103
125
|
```js
|
|
104
|
-
import "@aurodesignsystem/design-tokens/dist/
|
|
126
|
+
import "@aurodesignsystem/design-tokens/dist/alaska/CSSCustomProperties--alaska.css"
|
|
105
127
|
```
|
|
106
128
|
|
|
107
129
|
For other frameworks, you'll need to copy the CSS file from the npm resource into your project using a build scenario.
|
|
108
130
|
|
|
109
131
|
### Install ESModules
|
|
110
132
|
|
|
133
|
+
_Note: ESModules are not yet available for the v5.x tokens._
|
|
134
|
+
|
|
111
135
|
In a webpack-supported application or a `type="module"` script:
|
|
112
136
|
|
|
113
137
|
```js
|
|
114
|
-
import { AuroColorAlertNotificationOnLight, AuroColorBorderErrorOnLight } from '@aurodesignsystem/design-tokens/dist/
|
|
138
|
+
import { AuroColorAlertNotificationOnLight, AuroColorBorderErrorOnLight } from '@aurodesignsystem/design-tokens/dist/auro-classic/JSVariables--color.js';
|
|
115
139
|
```
|
|
116
140
|
|
|
117
141
|
### Install from CDN
|
|
@@ -119,7 +143,7 @@ import { AuroColorAlertNotificationOnLight, AuroColorBorderErrorOnLight } from '
|
|
|
119
143
|
Using the `https://cdn.jsdelivr.net/npm/` CDN, every file in the dist directory can be accessed like so:
|
|
120
144
|
|
|
121
145
|
```html
|
|
122
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm//@aurodesignsystem/design-tokens@latest/dist/
|
|
146
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm//@aurodesignsystem/design-tokens@latest/dist/auro-alaska/CSSCustomProperties--alaska">
|
|
123
147
|
```
|
|
124
148
|
|
|
125
149
|
**Note:** Exercise caution when using this CDN solution. The Auro team is NOT responsible for the maintenance of the CDN `https://cdn.jsdelivr.net/` [uptime](https://www.isitupdown.com/jsdelivr) and are unable to effectively troubleshoot response issues. It is recommended to use the installed version of Auro Design Tokens for critical UIs. Any additional CDN solution must be maintained by the team using this solution per this [Discussion](https://github.com/orgs/AlaskaAirlines/discussions/513).
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly
|
|
3
|
+
* Generated on Fri, 28 Feb 2025 23:49:13 GMT
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
:root {
|
|
7
|
+
--ds-color-border-bold: #585e67;
|
|
8
|
+
--ds-color-border-brand: #265688;
|
|
9
|
+
--ds-color-border-default: #959595;
|
|
10
|
+
--ds-color-border-divider: #00000026;
|
|
11
|
+
--ds-color-border-divider-inverse: #ffffff66;
|
|
12
|
+
--ds-color-border-inverse: #ffffff;
|
|
13
|
+
--ds-color-border-subtle: #dddddd;
|
|
14
|
+
--ds-color-brand-accent1: #778f53;
|
|
15
|
+
--ds-color-brand-primary: #005fa7;
|
|
16
|
+
--ds-color-brand-primary-bold: #003761;
|
|
17
|
+
--ds-color-brand-primary-subtle: #289bee;
|
|
18
|
+
--ds-color-brand-secondary: #265688;
|
|
19
|
+
--ds-color-brand-secondary-bold: #00274a;
|
|
20
|
+
--ds-color-brand-secondary-subtle: #2875b5;
|
|
21
|
+
--ds-color-brand-tertiary: #5de3f7;
|
|
22
|
+
--ds-color-brand-tertiary-bold: #18c3dd;
|
|
23
|
+
--ds-color-brand-tertiary-subtle: #b4eff9;
|
|
24
|
+
--ds-color-fare-brand-basic: #5de3f7;
|
|
25
|
+
--ds-color-fare-brand-first: #00274a;
|
|
26
|
+
--ds-color-fare-brand-economy: #005fa7;
|
|
27
|
+
--ds-color-fare-brand-premium: #005154;
|
|
28
|
+
--ds-color-fare-brand-one-world-emerald: #139142;
|
|
29
|
+
--ds-color-fare-brand-one-world-ruby: #a41d4a;
|
|
30
|
+
--ds-color-fare-brand-one-world-sapphire: #015daa;
|
|
31
|
+
--ds-color-page-background-default: #ffffff;
|
|
32
|
+
--ds-color-page-background-utility: #f7f8fa;
|
|
33
|
+
--ds-color-status-default: #afb9c6;
|
|
34
|
+
--ds-color-status-error: #f15f65;
|
|
35
|
+
--ds-color-status-error-subtle: #fddede;
|
|
36
|
+
--ds-color-status-info: #005fa7;
|
|
37
|
+
--ds-color-status-info-subtle: #aedeff;
|
|
38
|
+
--ds-color-status-success: #7ac248;
|
|
39
|
+
--ds-color-status-success-subtle: #e4f1da;
|
|
40
|
+
--ds-color-status-warning: #fac200;
|
|
41
|
+
--ds-color-status-warning-subtle: #fff6d1;
|
|
42
|
+
--ds-color-surface-accent1: #265688;
|
|
43
|
+
--ds-color-surface-accent1-muted: #ebf7ff;
|
|
44
|
+
--ds-color-surface-default: #ffffff;
|
|
45
|
+
--ds-color-surface-inverse: #01426a;
|
|
46
|
+
--ds-color-surface-inverse-subtle: #265688;
|
|
47
|
+
--ds-color-surface-neutral-medium: #c5c5c5;
|
|
48
|
+
--ds-color-surface-neutral-subtle: #f7f7f7;
|
|
49
|
+
--ds-color-texticon-accent1: #265688;
|
|
50
|
+
--ds-color-texticon-default: #2a2a2a;
|
|
51
|
+
--ds-color-texticon-disabled: #adadad;
|
|
52
|
+
--ds-color-texticon-inverse: #ffffff;
|
|
53
|
+
--ds-color-texticon-muted: #676767;
|
|
54
|
+
--ds-font-weight-body-default: Book;
|
|
55
|
+
--ds-font-weight-body-large: Book;
|
|
56
|
+
--ds-font-weight-body-small: Book;
|
|
57
|
+
--ds-font-weight-body-xsmall: Book;
|
|
58
|
+
--ds-font-weight-body-xxsmall: Book;
|
|
59
|
+
--ds-font-weight-display: Light;
|
|
60
|
+
--ds-font-weight-heading-heading1: Book;
|
|
61
|
+
--ds-font-weight-heading-heading2: Book;
|
|
62
|
+
--ds-font-weight-heading-heading3: Medium;
|
|
63
|
+
--ds-font-weight-heading-heading4: Medium;
|
|
64
|
+
--ds-font-weight-heading-heading5: Medium;
|
|
65
|
+
--ds-font-weight-heading-heading6: Medium;
|
|
66
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
|
|
2
|
+
// Do not edit directly
|
|
3
|
+
// Generated on Fri, 28 Feb 2025 23:49:13 GMT
|
|
4
|
+
|
|
5
|
+
$ds-color-border-bold: #585e67;
|
|
6
|
+
$ds-color-border-brand: #265688;
|
|
7
|
+
$ds-color-border-default: #959595;
|
|
8
|
+
$ds-color-border-divider: #00000026;
|
|
9
|
+
$ds-color-border-divider-inverse: #ffffff66;
|
|
10
|
+
$ds-color-border-inverse: #ffffff;
|
|
11
|
+
$ds-color-border-subtle: #dddddd;
|
|
12
|
+
$ds-color-brand-accent1: #778f53;
|
|
13
|
+
$ds-color-brand-primary: #005fa7;
|
|
14
|
+
$ds-color-brand-primary-bold: #003761;
|
|
15
|
+
$ds-color-brand-primary-subtle: #289bee;
|
|
16
|
+
$ds-color-brand-secondary: #265688;
|
|
17
|
+
$ds-color-brand-secondary-bold: #00274a;
|
|
18
|
+
$ds-color-brand-secondary-subtle: #2875b5;
|
|
19
|
+
$ds-color-brand-tertiary: #5de3f7;
|
|
20
|
+
$ds-color-brand-tertiary-bold: #18c3dd;
|
|
21
|
+
$ds-color-brand-tertiary-subtle: #b4eff9;
|
|
22
|
+
$ds-color-fare-brand-basic: #5de3f7;
|
|
23
|
+
$ds-color-fare-brand-first: #00274a;
|
|
24
|
+
$ds-color-fare-brand-economy: #005fa7;
|
|
25
|
+
$ds-color-fare-brand-premium: #005154;
|
|
26
|
+
$ds-color-fare-brand-one-world-emerald: #139142;
|
|
27
|
+
$ds-color-fare-brand-one-world-ruby: #a41d4a;
|
|
28
|
+
$ds-color-fare-brand-one-world-sapphire: #015daa;
|
|
29
|
+
$ds-color-page-background-default: #ffffff;
|
|
30
|
+
$ds-color-page-background-utility: #f7f8fa;
|
|
31
|
+
$ds-color-status-default: #afb9c6;
|
|
32
|
+
$ds-color-status-error: #f15f65;
|
|
33
|
+
$ds-color-status-error-subtle: #fddede;
|
|
34
|
+
$ds-color-status-info: #005fa7;
|
|
35
|
+
$ds-color-status-info-subtle: #aedeff;
|
|
36
|
+
$ds-color-status-success: #7ac248;
|
|
37
|
+
$ds-color-status-success-subtle: #e4f1da;
|
|
38
|
+
$ds-color-status-warning: #fac200;
|
|
39
|
+
$ds-color-status-warning-subtle: #fff6d1;
|
|
40
|
+
$ds-color-surface-accent1: #265688;
|
|
41
|
+
$ds-color-surface-accent1-muted: #ebf7ff;
|
|
42
|
+
$ds-color-surface-default: #ffffff;
|
|
43
|
+
$ds-color-surface-inverse: #01426a;
|
|
44
|
+
$ds-color-surface-inverse-subtle: #265688;
|
|
45
|
+
$ds-color-surface-neutral-medium: #c5c5c5;
|
|
46
|
+
$ds-color-surface-neutral-subtle: #f7f7f7;
|
|
47
|
+
$ds-color-texticon-accent1: #265688;
|
|
48
|
+
$ds-color-texticon-default: #2a2a2a;
|
|
49
|
+
$ds-color-texticon-disabled: #adadad;
|
|
50
|
+
$ds-color-texticon-inverse: #ffffff;
|
|
51
|
+
$ds-color-texticon-muted: #676767;
|
|
52
|
+
$ds-font-weight-body-default: Book;
|
|
53
|
+
$ds-font-weight-body-large: Book;
|
|
54
|
+
$ds-font-weight-body-small: Book;
|
|
55
|
+
$ds-font-weight-body-xsmall: Book;
|
|
56
|
+
$ds-font-weight-body-xxsmall: Book;
|
|
57
|
+
$ds-font-weight-display: Light;
|
|
58
|
+
$ds-font-weight-heading-heading1: Book;
|
|
59
|
+
$ds-font-weight-heading-heading2: Book;
|
|
60
|
+
$ds-font-weight-heading-heading3: Medium;
|
|
61
|
+
$ds-font-weight-heading-heading4: Medium;
|
|
62
|
+
$ds-font-weight-heading-heading5: Medium;
|
|
63
|
+
$ds-font-weight-heading-heading6: Medium;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
|
|
2
|
+
/*
|
|
3
|
+
Do not edit directly
|
|
4
|
+
Generated on Fri, 28 Feb 2025 23:49:13 GMT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
$auroTokens: (
|
|
8
|
+
'ds-color-border-bold': (#585e67),
|
|
9
|
+
'ds-color-border-brand': (#265688),
|
|
10
|
+
'ds-color-border-default': (#959595),
|
|
11
|
+
'ds-color-border-divider': (#00000026),
|
|
12
|
+
'ds-color-border-divider-inverse': (#ffffff66),
|
|
13
|
+
'ds-color-border-inverse': (#ffffff),
|
|
14
|
+
'ds-color-border-subtle': (#dddddd),
|
|
15
|
+
'ds-color-brand-accent1': (#778f53),
|
|
16
|
+
'ds-color-brand-primary': (#005fa7),
|
|
17
|
+
'ds-color-brand-primary-bold': (#003761),
|
|
18
|
+
'ds-color-brand-primary-subtle': (#289bee),
|
|
19
|
+
'ds-color-brand-secondary': (#265688),
|
|
20
|
+
'ds-color-brand-secondary-bold': (#00274a),
|
|
21
|
+
'ds-color-brand-secondary-subtle': (#2875b5),
|
|
22
|
+
'ds-color-brand-tertiary': (#5de3f7),
|
|
23
|
+
'ds-color-brand-tertiary-bold': (#18c3dd),
|
|
24
|
+
'ds-color-brand-tertiary-subtle': (#b4eff9),
|
|
25
|
+
'ds-color-fare-brand-basic': (#5de3f7),
|
|
26
|
+
'ds-color-fare-brand-first': (#00274a),
|
|
27
|
+
'ds-color-fare-brand-economy': (#005fa7),
|
|
28
|
+
'ds-color-fare-brand-premium': (#005154),
|
|
29
|
+
'ds-color-fare-brand-one-world-emerald': (#139142),
|
|
30
|
+
'ds-color-fare-brand-one-world-ruby': (#a41d4a),
|
|
31
|
+
'ds-color-fare-brand-one-world-sapphire': (#015daa),
|
|
32
|
+
'ds-color-page-background-default': (#ffffff),
|
|
33
|
+
'ds-color-page-background-utility': (#f7f8fa),
|
|
34
|
+
'ds-color-status-default': (#afb9c6),
|
|
35
|
+
'ds-color-status-error': (#f15f65),
|
|
36
|
+
'ds-color-status-error-subtle': (#fddede),
|
|
37
|
+
'ds-color-status-info': (#005fa7),
|
|
38
|
+
'ds-color-status-info-subtle': (#aedeff),
|
|
39
|
+
'ds-color-status-success': (#7ac248),
|
|
40
|
+
'ds-color-status-success-subtle': (#e4f1da),
|
|
41
|
+
'ds-color-status-warning': (#fac200),
|
|
42
|
+
'ds-color-status-warning-subtle': (#fff6d1),
|
|
43
|
+
'ds-color-surface-accent1': (#265688),
|
|
44
|
+
'ds-color-surface-accent1-muted': (#ebf7ff),
|
|
45
|
+
'ds-color-surface-default': (#ffffff),
|
|
46
|
+
'ds-color-surface-inverse': (#01426a),
|
|
47
|
+
'ds-color-surface-inverse-subtle': (#265688),
|
|
48
|
+
'ds-color-surface-neutral-medium': (#c5c5c5),
|
|
49
|
+
'ds-color-surface-neutral-subtle': (#f7f7f7),
|
|
50
|
+
'ds-color-texticon-accent1': (#265688),
|
|
51
|
+
'ds-color-texticon-default': (#2a2a2a),
|
|
52
|
+
'ds-color-texticon-disabled': (#adadad),
|
|
53
|
+
'ds-color-texticon-inverse': (#ffffff),
|
|
54
|
+
'ds-color-texticon-muted': (#676767),
|
|
55
|
+
'ds-font-weight-body-default': (Book),
|
|
56
|
+
'ds-font-weight-body-large': (Book),
|
|
57
|
+
'ds-font-weight-body-small': (Book),
|
|
58
|
+
'ds-font-weight-body-xsmall': (Book),
|
|
59
|
+
'ds-font-weight-body-xxsmall': (Book),
|
|
60
|
+
'ds-font-weight-display': (Light),
|
|
61
|
+
'ds-font-weight-heading-heading1': (Book),
|
|
62
|
+
'ds-font-weight-heading-heading2': (Book),
|
|
63
|
+
'ds-font-weight-heading-heading3': (Medium),
|
|
64
|
+
'ds-font-weight-heading-heading4': (Medium),
|
|
65
|
+
'ds-font-weight-heading-heading5': (Medium),
|
|
66
|
+
'ds-font-weight-heading-heading6': (Medium)
|
|
67
|
+
);
|
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
|
|
2
|
+
// Do not edit directly
|
|
3
|
+
// Generated on Fri, 28 Feb 2025 23:49:13 GMT
|
|
4
|
+
|
|
5
|
+
$as-color-status-help-100: #e8f2f8;
|
|
6
|
+
$as-color-status-help-200: #dbe6f0;
|
|
7
|
+
$as-color-status-help-300: #abc7de;
|
|
8
|
+
$as-color-status-help-400: #7eabcd;
|
|
9
|
+
$as-color-status-help-500: #5494c0;
|
|
10
|
+
$as-color-status-help-600: #007db1;
|
|
11
|
+
$as-color-status-help-700: #136791;
|
|
12
|
+
$as-color-status-help-800: #195170;
|
|
13
|
+
$as-color-status-help-900: #193b51;
|
|
14
|
+
$as-color-status-help-1000: #152734;
|
|
15
|
+
$as-color-status-warn-100: #fff6d1;
|
|
16
|
+
$as-color-status-warn-200: #ffe382;
|
|
17
|
+
$as-color-status-warn-300: #fac200;
|
|
18
|
+
$as-color-status-warn-400: #e0ae00;
|
|
19
|
+
$as-color-status-warn-500: #bd9200;
|
|
20
|
+
$as-color-status-warn-600: #9e7b00;
|
|
21
|
+
$as-color-status-warn-700: #856700;
|
|
22
|
+
$as-color-status-warn-800: #6b5300;
|
|
23
|
+
$as-color-status-warn-900: #523f00;
|
|
24
|
+
$as-color-status-warn-1000: #382b00;
|
|
25
|
+
$as-color-black: #000000;
|
|
26
|
+
$as-color-white: #ffffff;
|
|
27
|
+
$as-color-one-world-emerald: #139142;
|
|
28
|
+
$as-color-one-world-ruby: #a41d4a;
|
|
29
|
+
$as-color-one-world-sapphire: #015daa;
|
|
30
|
+
$as-color-gray-50: #f2f2f2;
|
|
31
|
+
$as-color-gray-100: #f7f7f7;
|
|
32
|
+
$as-color-gray-200: #dddddd;
|
|
33
|
+
$as-color-gray-250: #d0d0d0;
|
|
34
|
+
$as-color-gray-300: #c5c5c5;
|
|
35
|
+
$as-color-gray-400: #adadad;
|
|
36
|
+
$as-color-gray-500: #959595;
|
|
37
|
+
$as-color-gray-600: #7e7e7e;
|
|
38
|
+
$as-color-gray-700: #676767;
|
|
39
|
+
$as-color-gray-800: #525252;
|
|
40
|
+
$as-color-gray-900: #3d3d3d;
|
|
41
|
+
$as-color-gray-1000: #2a2a2a;
|
|
42
|
+
$as-color-neutral-100: #f7f8fa;
|
|
43
|
+
$as-color-neutral-200: #e4e8ec;
|
|
44
|
+
$as-color-neutral-300: #ccd2db;
|
|
45
|
+
$as-color-neutral-400: #afb9c6;
|
|
46
|
+
$as-color-neutral-500: #939fad;
|
|
47
|
+
$as-color-neutral-600: #7e8894;
|
|
48
|
+
$as-color-neutral-700: #6a717c;
|
|
49
|
+
$as-color-neutral-800: #585e67;
|
|
50
|
+
$as-color-neutral-900: #484d55;
|
|
51
|
+
$as-color-neutral-1000: #393d43;
|
|
52
|
+
$as-color-atlas-100: #ebf7ff;
|
|
53
|
+
$as-color-atlas-200: #aedeff;
|
|
54
|
+
$as-color-atlas-300: #63beff;
|
|
55
|
+
$as-color-atlas-400: #289bee;
|
|
56
|
+
$as-color-atlas-500: #0074ca;
|
|
57
|
+
$as-color-atlas-600: #005fa7;
|
|
58
|
+
$as-color-atlas-700: #004b84;
|
|
59
|
+
$as-color-atlas-800: #003761;
|
|
60
|
+
$as-color-atlas-900: #002c4e;
|
|
61
|
+
$as-color-atlas-1000: #101d2c;
|
|
62
|
+
$as-color-azores-100: #e4f8f4;
|
|
63
|
+
$as-color-azores-200: #cff1ea;
|
|
64
|
+
$as-color-azores-300: #b0ebdf;
|
|
65
|
+
$as-color-azores-400: #a0e5d7;
|
|
66
|
+
$as-color-azores-500: #4ca895;
|
|
67
|
+
$as-color-azores-600: #009173;
|
|
68
|
+
$as-color-azores-700: #006e58;
|
|
69
|
+
$as-color-azores-800: #004b3c;
|
|
70
|
+
$as-color-azores-900: #002820;
|
|
71
|
+
$as-color-azores-1000: #000504;
|
|
72
|
+
$as-color-breeze-100: #ebfafd;
|
|
73
|
+
$as-color-breeze-200: #d0f4fb;
|
|
74
|
+
$as-color-breeze-300: #b4eff9;
|
|
75
|
+
$as-color-breeze-400: #97eaf8;
|
|
76
|
+
$as-color-breeze-500: #5de3f7;
|
|
77
|
+
$as-color-breeze-600: #3ed3ea;
|
|
78
|
+
$as-color-breeze-700: #18c3dd;
|
|
79
|
+
$as-color-breeze-800: #0e9bb4;
|
|
80
|
+
$as-color-breeze-900: #096173;
|
|
81
|
+
$as-color-breeze-1000: #06414d;
|
|
82
|
+
$as-color-dune-100: #faf9f5;
|
|
83
|
+
$as-color-dune-200: #e9e6d9;
|
|
84
|
+
$as-color-dune-300: #dfd7c3;
|
|
85
|
+
$as-color-dune-400: #d7c6ac;
|
|
86
|
+
$as-color-dune-500: #c9b494;
|
|
87
|
+
$as-color-dune-600: #bba27c;
|
|
88
|
+
$as-color-dune-700: #ab9165;
|
|
89
|
+
$as-color-dune-800: #967d55;
|
|
90
|
+
$as-color-dune-900: #7b6949;
|
|
91
|
+
$as-color-dune-1000: #62543c;
|
|
92
|
+
$as-color-summit-100: #e9f1f1;
|
|
93
|
+
$as-color-summit-200: #dfe9ea;
|
|
94
|
+
$as-color-summit-300: #c2d5d6;
|
|
95
|
+
$as-color-summit-400: #9fbdbe;
|
|
96
|
+
$as-color-summit-500: #7ba5a6;
|
|
97
|
+
$as-color-summit-600: #5c8f91;
|
|
98
|
+
$as-color-summit-700: #3d7a7d;
|
|
99
|
+
$as-color-summit-800: #21686a;
|
|
100
|
+
$as-color-summit-900: #005154;
|
|
101
|
+
$as-color-summit-1000: #004447;
|
|
102
|
+
$as-color-flare-100: #fff0e5;
|
|
103
|
+
$as-color-flare-200: #ffe2cf;
|
|
104
|
+
$as-color-flare-300: #ffc9a4;
|
|
105
|
+
$as-color-flare-400: #feb17a;
|
|
106
|
+
$as-color-flare-500: #fe994f;
|
|
107
|
+
$as-color-flare-600: #fb7f24;
|
|
108
|
+
$as-color-flare-700: #eb6806;
|
|
109
|
+
$as-color-flare-800: #bc5507;
|
|
110
|
+
$as-color-flare-900: #8f4207;
|
|
111
|
+
$as-color-flare-1000: #622e06;
|
|
112
|
+
$as-color-maris-100: #ecf0f3;
|
|
113
|
+
$as-color-maris-200: #e2e8ee;
|
|
114
|
+
$as-color-maris-300: #c7d6e5;
|
|
115
|
+
$as-color-maris-400: #aabed4;
|
|
116
|
+
$as-color-maris-500: #8ca7c9;
|
|
117
|
+
$as-color-maris-600: #6f8fb8;
|
|
118
|
+
$as-color-maris-700: #5578a4;
|
|
119
|
+
$as-color-maris-800: #40618c;
|
|
120
|
+
$as-color-maris-900: #284a75;
|
|
121
|
+
$as-color-maris-1000: #1f3451;
|
|
122
|
+
$as-color-midnight-100: #ebf3f9;
|
|
123
|
+
$as-color-midnight-200: #cfe0ef;
|
|
124
|
+
$as-color-midnight-300: #acc9e2;
|
|
125
|
+
$as-color-midnight-400: #89b2d4;
|
|
126
|
+
$as-color-midnight-500: #6899c6;
|
|
127
|
+
$as-color-midnight-600: #2875b5;
|
|
128
|
+
$as-color-midnight-700: #326aa5;
|
|
129
|
+
$as-color-midnight-800: #265688;
|
|
130
|
+
$as-color-midnight-900: #01426a;
|
|
131
|
+
$as-color-midnight-1000: #00274a;
|
|
132
|
+
$as-color-sol-100: #fffdf5;
|
|
133
|
+
$as-color-sol-200: #fffaec;
|
|
134
|
+
$as-color-sol-300: #fff2d0;
|
|
135
|
+
$as-color-sol-400: #feebb4;
|
|
136
|
+
$as-color-sol-500: #fde398;
|
|
137
|
+
$as-color-sol-600: #fcdb7d;
|
|
138
|
+
$as-color-sol-700: #fad362;
|
|
139
|
+
$as-color-sol-800: #f8cb48;
|
|
140
|
+
$as-color-sol-900: #f5c22e;
|
|
141
|
+
$as-color-sol-1000: #f2ba14;
|
|
142
|
+
$as-color-tropical-100: #f5fbeb;
|
|
143
|
+
$as-color-tropical-200: #d8efb4;
|
|
144
|
+
$as-color-tropical-300: #b2d583;
|
|
145
|
+
$as-color-tropical-400: #a2c270;
|
|
146
|
+
$as-color-tropical-500: #8ca761;
|
|
147
|
+
$as-color-tropical-600: #778f53;
|
|
148
|
+
$as-color-tropical-700: #647845;
|
|
149
|
+
$as-color-tropical-800: #53643a;
|
|
150
|
+
$as-color-tropical-900: #44522f;
|
|
151
|
+
$as-color-tropical-1000: #364126;
|
|
152
|
+
$as-color-tundra-100: #ebfafa;
|
|
153
|
+
$as-color-tundra-200: #d1f4f3;
|
|
154
|
+
$as-color-tundra-300: #a5ebe8;
|
|
155
|
+
$as-color-tundra-400: #7ae2db;
|
|
156
|
+
$as-color-tundra-500: #4ddace;
|
|
157
|
+
$as-color-tundra-600: #2eccbe;
|
|
158
|
+
$as-color-tundra-700: #27a499;
|
|
159
|
+
$as-color-tundra-800: #207d75;
|
|
160
|
+
$as-color-tundra-900: #185852;
|
|
161
|
+
$as-color-tundra-1000: #0f3330;
|
|
162
|
+
$as-font-family-body: AS Circular;
|
|
163
|
+
$as-font-family-display: AS Circular;
|
|
164
|
+
$as-font-family-heading: AS Circular;
|
|
165
|
+
$as-font-weight-bold: Bold;
|
|
166
|
+
$as-font-weight-book: Book;
|
|
167
|
+
$as-font-weight-light: Light;
|
|
168
|
+
$as-font-weight-medium: Medium;
|
|
169
|
+
$as-font-weight-regular: Regular;
|
|
170
|
+
$as-font-weight-semibold: Semibold;
|
|
171
|
+
$as-font-size-10: 0.625rem; // 10px
|
|
172
|
+
$as-font-size-12: 0.75rem; // 12px
|
|
173
|
+
$as-font-size-14: 0.875rem; // 14px
|
|
174
|
+
$as-font-size-16: 1rem; // 16px
|
|
175
|
+
$as-font-size-18: 1.125rem; // 18px
|
|
176
|
+
$as-font-size-20: 1.25rem; // 20px
|
|
177
|
+
$as-font-size-22: 1.375rem; // 22px
|
|
178
|
+
$as-font-size-24: 1.5rem; // 24px
|
|
179
|
+
$as-font-size-26: 1.625rem; // 26px
|
|
180
|
+
$as-font-size-28: 1.75rem; // 28px
|
|
181
|
+
$as-font-size-32: 2rem; // 32px
|
|
182
|
+
$as-font-size-36: 2.25rem; // 36px
|
|
183
|
+
$as-font-size-38: 2.375rem; // 38px
|
|
184
|
+
$as-font-size-40: 2.5rem; // 40px
|
|
185
|
+
$as-font-size-44: 2.75rem; // 44px
|
|
186
|
+
$as-font-size-48: 3rem; // 48px
|
|
187
|
+
$as-font-size-56: 3.5rem; // 56px
|
|
188
|
+
$as-font-size-64: 4rem; // 64px
|
|
189
|
+
$as-font-size-72: 4.5rem; // 72px
|
|
190
|
+
$as-font-size-86: 5.375rem; // 86px
|
|
191
|
+
$as-transparency-black-5: #0000000d;
|
|
192
|
+
$as-transparency-black-10: #0000001a;
|
|
193
|
+
$as-transparency-black-15: #00000026;
|
|
194
|
+
$as-transparency-black-20: #00000033;
|
|
195
|
+
$as-transparency-black-30: #0000004d;
|
|
196
|
+
$as-transparency-black-40: #00000066;
|
|
197
|
+
$as-transparency-black-50: #00000080;
|
|
198
|
+
$as-transparency-black-55: #0000008c;
|
|
199
|
+
$as-transparency-black-60: #00000099;
|
|
200
|
+
$as-transparency-black-70: #000000b2;
|
|
201
|
+
$as-transparency-black-75: #000000bf;
|
|
202
|
+
$as-transparency-black-80: #000000cc;
|
|
203
|
+
$as-transparency-black-90: #000000e5;
|
|
204
|
+
$as-transparency-white-5: #ffffff0d;
|
|
205
|
+
$as-transparency-white-10: #ffffff1a;
|
|
206
|
+
$as-transparency-white-20: #ffffff33;
|
|
207
|
+
$as-transparency-white-30: #ffffff4d;
|
|
208
|
+
$as-transparency-white-40: #ffffff66;
|
|
209
|
+
$as-transparency-white-50: #ffffff80;
|
|
210
|
+
$as-transparency-white-55: #ffffff8c;
|
|
211
|
+
$as-transparency-white-60: #ffffff99;
|
|
212
|
+
$as-transparency-white-70: #ffffffb2;
|
|
213
|
+
$as-transparency-white-75: #ffffffbf;
|
|
214
|
+
$as-transparency-white-80: #ffffffcc;
|
|
215
|
+
$as-transparency-white-90: #ffffffe5;
|