@aurodesignsystem/design-tokens 4.1.0 → 4.2.0
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 +15 -0
- package/README.md +17 -0
- package/dist/tokens/CSSCustomProperties.css +241 -95
- package/dist/tokens/CSSSizeCustomProperties.css +1 -1
- package/dist/tokens/JSData--color.js +150 -1
- package/dist/tokens/JSObject--allTokens.js +150 -1
- package/dist/tokens/JSObject--deprecated.js +1 -1
- package/dist/tokens/JSVariables--color.js +6 -1
- package/dist/tokens/SCSSVariableMap.scss +1 -1
- package/dist/tokens/SCSSVariables.scss +147 -95
- package/dist/tokens/SCSSVariablesMapFlat.scss +8 -1
- package/dist/tokens/SassCustomProperties.scss +241 -95
- package/dist/tokens/SassSizeCustomProperties.scss +1 -1
- package/dist/tokens/darkmode/CSSCustomProperties.css +11 -5
- package/dist/tokens/darkmode/JSDataColor.js +1 -1
- package/dist/tokens/darkmode/JSObject--allDarkTokens.js +1 -1
- package/dist/tokens/darkmode/JSVariablesColor.js +1 -1
- package/dist/tokens/darkmode/SCSSVariables.scss +7 -5
- package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +1 -1
- package/dist/tokens/darkmode/SassCustomProperties.scss +11 -5
- package/package.json +2 -2
- package/src/color/background.json +10 -0
- package/src/color/base.json +14 -0
- package/src/color/ui.json +16 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 07 Nov 2023 23:11:09 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -4187,6 +4187,39 @@ module.exports = {
|
|
|
4187
4187
|
"background",
|
|
4188
4188
|
"darkest"
|
|
4189
4189
|
]
|
|
4190
|
+
},
|
|
4191
|
+
"gradient": {
|
|
4192
|
+
"default": {
|
|
4193
|
+
"value": "linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5))",
|
|
4194
|
+
"public": true,
|
|
4195
|
+
"neutral": true,
|
|
4196
|
+
"usage": "Used for creating a gradient against all backgrounds",
|
|
4197
|
+
"wcag": "n/a",
|
|
4198
|
+
"deprecated": false,
|
|
4199
|
+
"filePath": "./src/color/background.json",
|
|
4200
|
+
"isSource": true,
|
|
4201
|
+
"original": {
|
|
4202
|
+
"value": "linear-gradient(180deg, {color.base.white-opacity-0}, {color.base.white-opacity-50})",
|
|
4203
|
+
"public": true,
|
|
4204
|
+
"neutral": true,
|
|
4205
|
+
"usage": "Used for creating a gradient against all backgrounds",
|
|
4206
|
+
"wcag": "n/a",
|
|
4207
|
+
"deprecated": false
|
|
4208
|
+
},
|
|
4209
|
+
"name": "ds-color-background-gradient-default",
|
|
4210
|
+
"attributes": {
|
|
4211
|
+
"category": "color",
|
|
4212
|
+
"type": "background",
|
|
4213
|
+
"item": "gradient",
|
|
4214
|
+
"subitem": "default"
|
|
4215
|
+
},
|
|
4216
|
+
"path": [
|
|
4217
|
+
"color",
|
|
4218
|
+
"background",
|
|
4219
|
+
"gradient",
|
|
4220
|
+
"default"
|
|
4221
|
+
]
|
|
4222
|
+
}
|
|
4190
4223
|
}
|
|
4191
4224
|
},
|
|
4192
4225
|
"base": {
|
|
@@ -4215,6 +4248,33 @@ module.exports = {
|
|
|
4215
4248
|
"white"
|
|
4216
4249
|
]
|
|
4217
4250
|
},
|
|
4251
|
+
"white-opacity-50": {
|
|
4252
|
+
"value": "rgba(255, 255, 255, 0.5)",
|
|
4253
|
+
"comment": "white @ 50%",
|
|
4254
|
+
"public": true,
|
|
4255
|
+
"opacity": true,
|
|
4256
|
+
"deprecated": false,
|
|
4257
|
+
"filePath": "./src/color/base.json",
|
|
4258
|
+
"isSource": true,
|
|
4259
|
+
"original": {
|
|
4260
|
+
"value": "ffffff80",
|
|
4261
|
+
"comment": "white @ 50%",
|
|
4262
|
+
"public": true,
|
|
4263
|
+
"opacity": true,
|
|
4264
|
+
"deprecated": false
|
|
4265
|
+
},
|
|
4266
|
+
"name": "ds-color-base-white-opacity-50",
|
|
4267
|
+
"attributes": {
|
|
4268
|
+
"category": "color",
|
|
4269
|
+
"type": "base",
|
|
4270
|
+
"item": "white-opacity-50"
|
|
4271
|
+
},
|
|
4272
|
+
"path": [
|
|
4273
|
+
"color",
|
|
4274
|
+
"base",
|
|
4275
|
+
"white-opacity-50"
|
|
4276
|
+
]
|
|
4277
|
+
},
|
|
4218
4278
|
"white-opacity-40": {
|
|
4219
4279
|
"value": "rgba(255, 255, 255, 0.4)",
|
|
4220
4280
|
"comment": "white @ 40%",
|
|
@@ -4242,6 +4302,33 @@ module.exports = {
|
|
|
4242
4302
|
"white-opacity-40"
|
|
4243
4303
|
]
|
|
4244
4304
|
},
|
|
4305
|
+
"white-opacity-0": {
|
|
4306
|
+
"value": "rgba(255, 255, 255, 0)",
|
|
4307
|
+
"comment": "white @ 0%",
|
|
4308
|
+
"public": true,
|
|
4309
|
+
"opacity": true,
|
|
4310
|
+
"deprecated": false,
|
|
4311
|
+
"filePath": "./src/color/base.json",
|
|
4312
|
+
"isSource": true,
|
|
4313
|
+
"original": {
|
|
4314
|
+
"value": "ffffff00",
|
|
4315
|
+
"comment": "white @ 0%",
|
|
4316
|
+
"public": true,
|
|
4317
|
+
"opacity": true,
|
|
4318
|
+
"deprecated": false
|
|
4319
|
+
},
|
|
4320
|
+
"name": "ds-color-base-white-opacity-0",
|
|
4321
|
+
"attributes": {
|
|
4322
|
+
"category": "color",
|
|
4323
|
+
"type": "base",
|
|
4324
|
+
"item": "white-opacity-0"
|
|
4325
|
+
},
|
|
4326
|
+
"path": [
|
|
4327
|
+
"color",
|
|
4328
|
+
"base",
|
|
4329
|
+
"white-opacity-0"
|
|
4330
|
+
]
|
|
4331
|
+
},
|
|
4245
4332
|
"black": {
|
|
4246
4333
|
"value": "#000000",
|
|
4247
4334
|
"comment": "\n // Base value for token support; should not use in code!",
|
|
@@ -7357,6 +7444,37 @@ module.exports = {
|
|
|
7357
7444
|
"default",
|
|
7358
7445
|
"default"
|
|
7359
7446
|
]
|
|
7447
|
+
},
|
|
7448
|
+
"inverse": {
|
|
7449
|
+
"value": "#00cff0",
|
|
7450
|
+
"public": true,
|
|
7451
|
+
"inverse": true,
|
|
7452
|
+
"usage": "OnDark interaction color affordance",
|
|
7453
|
+
"wcag": "AAA",
|
|
7454
|
+
"deprecated": false,
|
|
7455
|
+
"filePath": "./src/color/ui.json",
|
|
7456
|
+
"isSource": true,
|
|
7457
|
+
"original": {
|
|
7458
|
+
"value": "{color.brand.breeze.300.value}",
|
|
7459
|
+
"public": true,
|
|
7460
|
+
"inverse": true,
|
|
7461
|
+
"usage": "OnDark interaction color affordance",
|
|
7462
|
+
"wcag": "AAA",
|
|
7463
|
+
"deprecated": false
|
|
7464
|
+
},
|
|
7465
|
+
"name": "ds-color-ui-default-inverse",
|
|
7466
|
+
"attributes": {
|
|
7467
|
+
"category": "color",
|
|
7468
|
+
"type": "ui",
|
|
7469
|
+
"item": "default",
|
|
7470
|
+
"subitem": "inverse"
|
|
7471
|
+
},
|
|
7472
|
+
"path": [
|
|
7473
|
+
"color",
|
|
7474
|
+
"ui",
|
|
7475
|
+
"default",
|
|
7476
|
+
"inverse"
|
|
7477
|
+
]
|
|
7360
7478
|
}
|
|
7361
7479
|
},
|
|
7362
7480
|
"hover": {
|
|
@@ -7390,6 +7508,37 @@ module.exports = {
|
|
|
7390
7508
|
"hover",
|
|
7391
7509
|
"default"
|
|
7392
7510
|
]
|
|
7511
|
+
},
|
|
7512
|
+
"inverse": {
|
|
7513
|
+
"value": "#5de3f7",
|
|
7514
|
+
"public": true,
|
|
7515
|
+
"inverse": true,
|
|
7516
|
+
"usage": "Hover interaction color on dark backgrounds",
|
|
7517
|
+
"wcag": "AAA",
|
|
7518
|
+
"deprecated": false,
|
|
7519
|
+
"filePath": "./src/color/ui.json",
|
|
7520
|
+
"isSource": true,
|
|
7521
|
+
"original": {
|
|
7522
|
+
"value": "{color.brand.breeze.200.value}",
|
|
7523
|
+
"public": true,
|
|
7524
|
+
"inverse": true,
|
|
7525
|
+
"usage": "Hover interaction color on dark backgrounds",
|
|
7526
|
+
"wcag": "AAA",
|
|
7527
|
+
"deprecated": false
|
|
7528
|
+
},
|
|
7529
|
+
"name": "ds-color-ui-hover-inverse",
|
|
7530
|
+
"attributes": {
|
|
7531
|
+
"category": "color",
|
|
7532
|
+
"type": "ui",
|
|
7533
|
+
"item": "hover",
|
|
7534
|
+
"subitem": "inverse"
|
|
7535
|
+
},
|
|
7536
|
+
"path": [
|
|
7537
|
+
"color",
|
|
7538
|
+
"ui",
|
|
7539
|
+
"hover",
|
|
7540
|
+
"inverse"
|
|
7541
|
+
]
|
|
7393
7542
|
}
|
|
7394
7543
|
},
|
|
7395
7544
|
"active": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 07 Nov 2023 23:11:09 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const DsColorAlertNotificationDefault = "#0074c8";
|
|
@@ -14,9 +14,12 @@ export const DsColorBackgroundLightest = "#ffffff";
|
|
|
14
14
|
export const DsColorBackgroundLighter = "#f8f8f8";
|
|
15
15
|
export const DsColorBackgroundDarker = "#01426a";
|
|
16
16
|
export const DsColorBackgroundDarkest = "#00274a";
|
|
17
|
+
export const DsColorBackgroundGradientDefault = "linear-gradient(180deg, #ffffff, #ffffff)";
|
|
17
18
|
export const DsColorBaseWhite = "#ffffff"; //
|
|
18
19
|
// Base value for token support; should not use in code!
|
|
20
|
+
export const DsColorBaseWhiteOpacity50 = "#ffffff"; // white @ 50%
|
|
19
21
|
export const DsColorBaseWhiteOpacity40 = "#ffffff"; // white @ 40%
|
|
22
|
+
export const DsColorBaseWhiteOpacity0 = "#ffffff"; // white @ 0%
|
|
20
23
|
export const DsColorBaseBlack = "#000000"; //
|
|
21
24
|
// Base value for token support; should not use in code!
|
|
22
25
|
export const DsColorBaseBlackOpacity15 = "#000000"; // black @ 15%
|
|
@@ -160,7 +163,9 @@ export const DsColorTierOneworldEmerald = "#139142";
|
|
|
160
163
|
export const DsColorTierOneworldSapphire = "#015daa";
|
|
161
164
|
export const DsColorTierOneworldRuby = "#a41d4a";
|
|
162
165
|
export const DsColorUiDefaultDefault = "#0074c8";
|
|
166
|
+
export const DsColorUiDefaultInverse = "#00cff0";
|
|
163
167
|
export const DsColorUiHoverDefault = "#054687";
|
|
168
|
+
export const DsColorUiHoverInverse = "#5de3f7";
|
|
164
169
|
export const DsColorUiActiveDefault = "#054687";
|
|
165
170
|
export const DsColorUiDisabledDefault = "#0074c8";
|
|
166
171
|
export const DsColorUiBkgHoverDefault = "#000000";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 07 Nov 2023 23:11:08 GMT
|
|
4
4
|
|
|
5
5
|
$ds-asset-font-circular-family-name: "AS Circular";
|
|
6
6
|
$ds-asset-font-circular-filename: "ASCircularWeb";
|
|
@@ -160,11 +160,16 @@ $ds-color-background-lightest: #ffffff;
|
|
|
160
160
|
$ds-color-background-lighter: #f8f8f8;
|
|
161
161
|
$ds-color-background-darker: #01426a;
|
|
162
162
|
$ds-color-background-darkest: #00274a;
|
|
163
|
-
$ds-color-
|
|
164
|
-
|
|
163
|
+
$ds-color-background-gradient-default: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
|
|
164
|
+
//
|
|
165
|
+
// // Base value for token support; should not use in code!
|
|
166
|
+
$ds-color-base-white: #ffffff;
|
|
167
|
+
$ds-color-base-white-opacity-50: rgba(255, 255, 255, 0.5); // white @ 50%
|
|
165
168
|
$ds-color-base-white-opacity-40: rgba(255, 255, 255, 0.4); // white @ 40%
|
|
166
|
-
$ds-color-base-
|
|
167
|
-
|
|
169
|
+
$ds-color-base-white-opacity-0: rgba(255, 255, 255, 0); // white @ 0%
|
|
170
|
+
//
|
|
171
|
+
// // Base value for token support; should not use in code!
|
|
172
|
+
$ds-color-base-black: #000000;
|
|
168
173
|
$ds-color-base-black-opacity-15: rgba(0, 0, 0, 0.15); // black @ 15%
|
|
169
174
|
$ds-color-state-error-100: #ff999b;
|
|
170
175
|
$ds-color-state-error-500: #df0b37;
|
|
@@ -179,96 +184,141 @@ $ds-color-border-disabled-default: #dbdbdb;
|
|
|
179
184
|
$ds-color-border-focus-default: #222222;
|
|
180
185
|
$ds-color-border-divider-default: rgba(0, 0, 0, 0.15);
|
|
181
186
|
$ds-color-border-divider-inverse: #ffffff;
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
$ds-color-brand-midnight-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
$ds-color-brand-midnight-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
$ds-color-brand-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
$ds-color-brand-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
$ds-color-brand-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
$ds-color-brand-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
$ds-color-brand-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
$ds-color-brand-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
$ds-color-brand-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
$ds-color-brand-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
$ds-color-brand-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
$ds-color-brand-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
$ds-color-brand-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
$ds-color-brand-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
$ds-color-brand-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
187
|
+
//
|
|
188
|
+
// // Please consider descriptive token prior to using brand token
|
|
189
|
+
$ds-color-brand-midnight-100: #c1daf0;
|
|
190
|
+
//
|
|
191
|
+
// // Please consider descriptive token prior to using brand token
|
|
192
|
+
$ds-color-brand-midnight-200: #569ed7;
|
|
193
|
+
//
|
|
194
|
+
// // Please consider descriptive token prior to using brand token
|
|
195
|
+
$ds-color-brand-midnight-300: #156fad;
|
|
196
|
+
//
|
|
197
|
+
// // Please consider descriptive token prior to using brand token
|
|
198
|
+
$ds-color-brand-midnight-400: #01426a;
|
|
199
|
+
//
|
|
200
|
+
// // Please consider descriptive token prior to using brand token
|
|
201
|
+
$ds-color-brand-midnight-500: #00274a;
|
|
202
|
+
//
|
|
203
|
+
// // Please consider descriptive token prior to using brand token
|
|
204
|
+
$ds-color-brand-atlas-100: #cde6ff;
|
|
205
|
+
//
|
|
206
|
+
// // Please consider descriptive token prior to using brand token
|
|
207
|
+
$ds-color-brand-atlas-200: #6bb7fb;
|
|
208
|
+
//
|
|
209
|
+
// // Please consider descriptive token prior to using brand token
|
|
210
|
+
$ds-color-brand-atlas-300: #2492eb;
|
|
211
|
+
//
|
|
212
|
+
// // Please consider descriptive token prior to using brand token
|
|
213
|
+
$ds-color-brand-atlas-400: #0074c8;
|
|
214
|
+
//
|
|
215
|
+
// // Please consider descriptive token prior to using brand token
|
|
216
|
+
$ds-color-brand-atlas-500: #054687;
|
|
217
|
+
//
|
|
218
|
+
// // Please consider descriptive token prior to using brand token
|
|
219
|
+
$ds-color-brand-breeze-100: #c0f7ff;
|
|
220
|
+
//
|
|
221
|
+
// // Please consider descriptive token prior to using brand token
|
|
222
|
+
$ds-color-brand-breeze-200: #5de3f7;
|
|
223
|
+
//
|
|
224
|
+
// // Please consider descriptive token prior to using brand token
|
|
225
|
+
$ds-color-brand-breeze-300: #00cff0;
|
|
226
|
+
//
|
|
227
|
+
// // Please consider descriptive token prior to using brand token
|
|
228
|
+
$ds-color-brand-breeze-400: #099dc5;
|
|
229
|
+
//
|
|
230
|
+
// // Please consider descriptive token prior to using brand token
|
|
231
|
+
$ds-color-brand-breeze-500: #0b5575;
|
|
232
|
+
//
|
|
233
|
+
// // Please consider descriptive token prior to using brand token
|
|
234
|
+
$ds-color-brand-tropical-100: #e2ffcd;
|
|
235
|
+
//
|
|
236
|
+
// // Please consider descriptive token prior to using brand token
|
|
237
|
+
$ds-color-brand-tropical-200: #d0fba6;
|
|
238
|
+
//
|
|
239
|
+
// // Please consider descriptive token prior to using brand token
|
|
240
|
+
$ds-color-brand-tropical-300: #c0e585;
|
|
241
|
+
//
|
|
242
|
+
// // Please consider descriptive token prior to using brand token
|
|
243
|
+
$ds-color-brand-tropical-400: #91be62;
|
|
244
|
+
//
|
|
245
|
+
// // Please consider descriptive token prior to using brand token
|
|
246
|
+
$ds-color-brand-tropical-500: #5e8741;
|
|
247
|
+
//
|
|
248
|
+
// // Please consider descriptive token prior to using brand token
|
|
249
|
+
$ds-color-brand-alpine-100: #bcaae6;
|
|
250
|
+
//
|
|
251
|
+
// // Please consider descriptive token prior to using brand token
|
|
252
|
+
$ds-color-brand-alpine-200: #9e73ea;
|
|
253
|
+
//
|
|
254
|
+
// // Please consider descriptive token prior to using brand token
|
|
255
|
+
$ds-color-brand-alpine-300: #8439ef;
|
|
256
|
+
//
|
|
257
|
+
// // Please consider descriptive token prior to using brand token
|
|
258
|
+
$ds-color-brand-alpine-400: #631db8;
|
|
259
|
+
//
|
|
260
|
+
// // Please consider descriptive token prior to using brand token
|
|
261
|
+
$ds-color-brand-alpine-500: #39115c;
|
|
262
|
+
//
|
|
263
|
+
// // Please consider descriptive token prior to using brand token
|
|
264
|
+
$ds-color-brand-flamingo-100: #ffebee;
|
|
265
|
+
//
|
|
266
|
+
// // Please consider descriptive token prior to using brand token
|
|
267
|
+
$ds-color-brand-flamingo-200: #ffc0ca;
|
|
268
|
+
//
|
|
269
|
+
// // Please consider descriptive token prior to using brand token
|
|
270
|
+
$ds-color-brand-flamingo-300: #ff94a7;
|
|
271
|
+
//
|
|
272
|
+
// // Please consider descriptive token prior to using brand token
|
|
273
|
+
$ds-color-brand-flamingo-400: #f65b7b;
|
|
274
|
+
//
|
|
275
|
+
// // Please consider descriptive token prior to using brand token
|
|
276
|
+
$ds-color-brand-flamingo-500: #b82b47;
|
|
277
|
+
//
|
|
278
|
+
// // Please consider descriptive token prior to using brand token
|
|
279
|
+
$ds-color-brand-canyon-100: #ffcab6;
|
|
280
|
+
//
|
|
281
|
+
// // Please consider descriptive token prior to using brand token
|
|
282
|
+
$ds-color-brand-canyon-200: #f99574;
|
|
283
|
+
//
|
|
284
|
+
// // Please consider descriptive token prior to using brand token
|
|
285
|
+
$ds-color-brand-canyon-300: #f26135;
|
|
286
|
+
//
|
|
287
|
+
// // Please consider descriptive token prior to using brand token
|
|
288
|
+
$ds-color-brand-canyon-400: #de3e09;
|
|
289
|
+
//
|
|
290
|
+
// // Please consider descriptive token prior to using brand token
|
|
291
|
+
$ds-color-brand-canyon-500: #b83302;
|
|
292
|
+
//
|
|
293
|
+
// // Please consider descriptive token prior to using brand token
|
|
294
|
+
$ds-color-brand-goldcoast-100: #fff0cd;
|
|
295
|
+
//
|
|
296
|
+
// // Please consider descriptive token prior to using brand token
|
|
297
|
+
$ds-color-brand-goldcoast-200: #ffdb67;
|
|
298
|
+
//
|
|
299
|
+
// // Please consider descriptive token prior to using brand token
|
|
300
|
+
$ds-color-brand-goldcoast-300: #ffd200;
|
|
301
|
+
//
|
|
302
|
+
// // Please consider descriptive token prior to using brand token
|
|
303
|
+
$ds-color-brand-goldcoast-400: #e5ad07;
|
|
304
|
+
//
|
|
305
|
+
// // Please consider descriptive token prior to using brand token
|
|
306
|
+
$ds-color-brand-goldcoast-500: #b88624;
|
|
307
|
+
//
|
|
308
|
+
// // Please consider descriptive token prior to using brand token
|
|
309
|
+
$ds-color-brand-neutral-100: #f9fbfc;
|
|
310
|
+
//
|
|
311
|
+
// // Please consider descriptive token prior to using brand token
|
|
312
|
+
$ds-color-brand-neutral-200: #e2eaef;
|
|
313
|
+
//
|
|
314
|
+
// // Please consider descriptive token prior to using brand token
|
|
315
|
+
$ds-color-brand-neutral-300: #cbd8e2;
|
|
316
|
+
//
|
|
317
|
+
// // Please consider descriptive token prior to using brand token
|
|
318
|
+
$ds-color-brand-neutral-400: #9fabbb;
|
|
319
|
+
//
|
|
320
|
+
// // Please consider descriptive token prior to using brand token
|
|
321
|
+
$ds-color-brand-neutral-500: #626b79;
|
|
272
322
|
$ds-color-brand-gray-100: #f8f8f8;
|
|
273
323
|
$ds-color-brand-gray-200: #dbdbdb;
|
|
274
324
|
$ds-color-brand-gray-300: #b2b2b2;
|
|
@@ -306,7 +356,9 @@ $ds-color-tier-oneworld-emerald: #139142;
|
|
|
306
356
|
$ds-color-tier-oneworld-sapphire: #015daa;
|
|
307
357
|
$ds-color-tier-oneworld-ruby: #a41d4a;
|
|
308
358
|
$ds-color-ui-default-default: #0074c8;
|
|
359
|
+
$ds-color-ui-default-inverse: #00cff0;
|
|
309
360
|
$ds-color-ui-hover-default: #054687;
|
|
361
|
+
$ds-color-ui-hover-inverse: #5de3f7;
|
|
310
362
|
$ds-color-ui-active-default: #054687;
|
|
311
363
|
$ds-color-ui-disabled-default: rgba(0, 116, 200, 0.2);
|
|
312
364
|
$ds-color-ui-bkg-hover-default: rgba(0, 0, 0, 0.06);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
3
|
Do not edit directly
|
|
4
|
-
Generated on
|
|
4
|
+
Generated on Tue, 07 Nov 2023 23:11:08 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
$auroTokens: (
|
|
@@ -179,11 +179,16 @@ $auroTokens: (
|
|
|
179
179
|
'ds-color-background-lighter': (#f8f8f8),
|
|
180
180
|
'ds-color-background-darker': (#01426a),
|
|
181
181
|
'ds-color-background-darkest': (#00274a),
|
|
182
|
+
'ds-color-background-gradient-default': (linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5))),
|
|
182
183
|
//
|
|
183
184
|
// Base value for token support; should not use in code!
|
|
184
185
|
'ds-color-base-white': (#ffffff),
|
|
186
|
+
// white @ 50%
|
|
187
|
+
'ds-color-base-white-opacity-50': (rgba(255, 255, 255, 0.5)),
|
|
185
188
|
// white @ 40%
|
|
186
189
|
'ds-color-base-white-opacity-40': (rgba(255, 255, 255, 0.4)),
|
|
190
|
+
// white @ 0%
|
|
191
|
+
'ds-color-base-white-opacity-0': (rgba(255, 255, 255, 0)),
|
|
187
192
|
//
|
|
188
193
|
// Base value for token support; should not use in code!
|
|
189
194
|
'ds-color-base-black': (#000000),
|
|
@@ -374,7 +379,9 @@ $auroTokens: (
|
|
|
374
379
|
'ds-color-tier-oneworld-sapphire': (#015daa),
|
|
375
380
|
'ds-color-tier-oneworld-ruby': (#a41d4a),
|
|
376
381
|
'ds-color-ui-default-default': (#0074c8),
|
|
382
|
+
'ds-color-ui-default-inverse': (#00cff0),
|
|
377
383
|
'ds-color-ui-hover-default': (#054687),
|
|
384
|
+
'ds-color-ui-hover-inverse': (#5de3f7),
|
|
378
385
|
'ds-color-ui-active-default': (#054687),
|
|
379
386
|
'ds-color-ui-disabled-default': (rgba(0, 116, 200, 0.2)),
|
|
380
387
|
'ds-color-ui-bkg-hover-default': (rgba(0, 0, 0, 0.06))
|