@telus-uds/theme-koodo 3.25.0 → 3.27.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/build/android/schema.json +2135 -933
- package/build/android/theme.json +762 -227
- package/build/ios/schema.json +2135 -933
- package/build/ios/theme.json +762 -227
- package/build/rn/schema.json +2135 -933
- package/build/rn/theme.js +468 -136
- package/package.json +4 -4
- package/theme.json +484 -121
package/build/rn/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Wed, 17 May 2023 00:12:16 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -10,24 +10,24 @@ const PaletteIconChevronDown = require('@telus-uds/palette-koodo/build/rn/icons/
|
|
|
10
10
|
const PaletteIconChevronUp = require('@telus-uds/palette-koodo/build/rn/icons/ChevronUp')
|
|
11
11
|
const PaletteIconChevronLeft = require('@telus-uds/palette-koodo/build/rn/icons/ChevronLeft')
|
|
12
12
|
const PaletteIconCheck = require('@telus-uds/palette-koodo/build/rn/icons/Check')
|
|
13
|
-
const PaletteIconArrowRight = require('@telus-uds/palette-koodo/build/rn/icons/ArrowRight')
|
|
14
|
-
const PaletteIconArrowLeft = require('@telus-uds/palette-koodo/build/rn/icons/ArrowLeft')
|
|
15
13
|
const PaletteIconCheckCircledFilled = require('@telus-uds/palette-koodo/build/rn/icons/CheckCircledFilled')
|
|
16
14
|
const PaletteIconCaution = require('@telus-uds/palette-koodo/build/rn/icons/Caution')
|
|
15
|
+
const PaletteIconClose = require('@telus-uds/palette-koodo/build/rn/icons/Close')
|
|
17
16
|
const PaletteIconAdd = require('@telus-uds/palette-koodo/build/rn/icons/Add')
|
|
18
17
|
const PaletteIconSubtract = require('@telus-uds/palette-koodo/build/rn/icons/Subtract')
|
|
19
|
-
const PaletteIconClose = require('@telus-uds/palette-koodo/build/rn/icons/Close')
|
|
20
18
|
const PaletteIconExpand = require('@telus-uds/palette-koodo/build/rn/icons/Expand')
|
|
21
19
|
const PaletteIconPlayVideo = require('@telus-uds/palette-koodo/build/rn/icons/PlayVideo')
|
|
22
20
|
const PaletteIconTimes = require('@telus-uds/palette-koodo/build/rn/icons/Times')
|
|
23
21
|
const PaletteIconExclamationTriangle = require('@telus-uds/palette-koodo/build/rn/icons/ExclamationTriangle')
|
|
24
|
-
const PaletteIconExclamationOctagon = require('@telus-uds/palette-koodo/build/rn/icons/ExclamationOctagon')
|
|
25
22
|
const PaletteIconSpyglass = require('@telus-uds/palette-koodo/build/rn/icons/Spyglass')
|
|
23
|
+
const PaletteIconExclamationOctagon = require('@telus-uds/palette-koodo/build/rn/icons/ExclamationOctagon')
|
|
26
24
|
const PaletteIconCheckCircledNotFilled = require('@telus-uds/palette-koodo/build/rn/icons/CheckCircledNotFilled')
|
|
25
|
+
const PaletteIconArrowLeft = require('@telus-uds/palette-koodo/build/rn/icons/ArrowLeft')
|
|
27
26
|
const PaletteIconEyeMasked = require('@telus-uds/palette-koodo/build/rn/icons/EyeMasked')
|
|
28
27
|
const PaletteIconEyeUnmasked = require('@telus-uds/palette-koodo/build/rn/icons/EyeUnmasked')
|
|
29
28
|
const PaletteIconInfo = require('@telus-uds/palette-koodo/build/rn/icons/Info')
|
|
30
29
|
const PaletteIconSettings = require('@telus-uds/palette-koodo/build/rn/icons/Settings')
|
|
30
|
+
const PaletteIconArrowRight = require('@telus-uds/palette-koodo/build/rn/icons/ArrowRight')
|
|
31
31
|
|
|
32
32
|
module.exports = {
|
|
33
33
|
components: {
|
|
@@ -216,11 +216,26 @@ module.exports = {
|
|
|
216
216
|
},
|
|
217
217
|
Breadcrumbs: {
|
|
218
218
|
appearances: { inverse: { type: 'variant', values: [ true ] } },
|
|
219
|
-
rules: [
|
|
219
|
+
rules: [
|
|
220
|
+
{
|
|
221
|
+
if: { inverse: true },
|
|
222
|
+
tokens: {
|
|
223
|
+
color: '#e5f7fb',
|
|
224
|
+
currentColor: '#ffffff',
|
|
225
|
+
iconColor: '#c9c8c8'
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
],
|
|
220
229
|
tokens: {
|
|
230
|
+
color: '#016b6a',
|
|
231
|
+
currentColor: '#016b6a',
|
|
232
|
+
fontName: 'StagSans',
|
|
233
|
+
fontSize: 14,
|
|
234
|
+
fontWeight: '600',
|
|
221
235
|
icon: PaletteIconChevronRight,
|
|
222
|
-
iconColor:
|
|
223
|
-
iconPadding:
|
|
236
|
+
iconColor: '#016b6a',
|
|
237
|
+
iconPadding: 4,
|
|
238
|
+
iconSize: 20,
|
|
224
239
|
listItemPadding: 0
|
|
225
240
|
}
|
|
226
241
|
},
|
|
@@ -581,13 +596,18 @@ module.exports = {
|
|
|
581
596
|
tokens: {
|
|
582
597
|
alignSelf: 'flex-start',
|
|
583
598
|
backgroundColor: '#ffffff',
|
|
599
|
+
borderBottomWidth: 1,
|
|
584
600
|
borderColor: '#016b6a',
|
|
601
|
+
borderLeftWidth: 1,
|
|
585
602
|
borderRadius: 4,
|
|
603
|
+
borderRightWidth: 1,
|
|
604
|
+
borderTopWidth: 1,
|
|
586
605
|
borderWidth: 1,
|
|
587
606
|
color: '#016b6a',
|
|
588
607
|
fontName: 'StagSans',
|
|
589
608
|
fontSize: 16,
|
|
590
609
|
fontWeight: '600',
|
|
610
|
+
height: null,
|
|
591
611
|
icon: null,
|
|
592
612
|
iconSize: 24,
|
|
593
613
|
iconSpace: 2,
|
|
@@ -1318,61 +1338,67 @@ module.exports = {
|
|
|
1318
1338
|
appearances: {},
|
|
1319
1339
|
rules: [],
|
|
1320
1340
|
tokens: {
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1341
|
+
calendarBackgroundColor: '#ffffff',
|
|
1342
|
+
calendarDayBlockedCalendarHoverBackground: '#efefef',
|
|
1343
|
+
calendarDayBlockedCalendarHoverColor: '#666666',
|
|
1344
|
+
calendarDayDefaultBackgroundColor: '#ffffff',
|
|
1325
1345
|
calendarDayDefaultBorder: 1,
|
|
1326
|
-
calendarDayDefaultBorderColor:
|
|
1327
|
-
calendarDayDefaultCalendarDaySelectedHoverBackground:
|
|
1328
|
-
|
|
1329
|
-
|
|
1346
|
+
calendarDayDefaultBorderColor: '#c9c8c8',
|
|
1347
|
+
calendarDayDefaultCalendarDaySelectedHoverBackground: '#ffffff',
|
|
1348
|
+
calendarDayDefaultCalendarDaySelectedHoverBeforeBackground: '#016b6a',
|
|
1349
|
+
calendarDayDefaultCalendarDaySelectedHoverColor: '#ffffff',
|
|
1350
|
+
calendarDayDefaultColor: '#000000',
|
|
1330
1351
|
calendarDayDefaultFontName: 'StagSans',
|
|
1331
|
-
calendarDayDefaultFontSize:
|
|
1332
|
-
calendarDayDefaultFontWeight: '
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1352
|
+
calendarDayDefaultFontSize: 14,
|
|
1353
|
+
calendarDayDefaultFontWeight: '400',
|
|
1354
|
+
calendarDaySelectedFocusBeforeBackground: '#ffffff',
|
|
1355
|
+
calendarDaySelectedHoverBackground: '#ffffff',
|
|
1356
|
+
calendarDaySelectedHoverBeforeBackground: '#ffffff',
|
|
1357
|
+
calendarDaySelectedHoverBeforeBorderColor: '#016b6a',
|
|
1358
|
+
calendarDaySelectedHoverBorderColor: '#c9c8c8',
|
|
1359
|
+
calendarDaySelectedHoverColor: '#000000',
|
|
1360
|
+
calendarMonthCaptionColor: '#000000',
|
|
1337
1361
|
calendarMonthCaptionFontName: 'StagSans',
|
|
1338
1362
|
calendarMonthCaptionFontSize: 20,
|
|
1339
|
-
calendarMonthCaptionFontWeight: '
|
|
1340
|
-
calendarMonthCaptionLineHeight: 1.
|
|
1363
|
+
calendarMonthCaptionFontWeight: '700',
|
|
1364
|
+
calendarMonthCaptionLineHeight: 1.2,
|
|
1341
1365
|
calendarMonthCaptionPaddingBottom: 48,
|
|
1342
1366
|
dateInputBorderColor: 'rgba(0, 0, 0, 0)',
|
|
1343
1367
|
dateInputBorderRadius: 4,
|
|
1344
|
-
dateInputFocusBorderColor:
|
|
1345
|
-
dateInputHoverBorderColor:
|
|
1346
|
-
dateInputInsideBorderColor:
|
|
1368
|
+
dateInputFocusBorderColor: '#016b6a',
|
|
1369
|
+
dateInputHoverBorderColor: '#c9c8c8',
|
|
1370
|
+
dateInputInsideBorderColor: '#666666',
|
|
1347
1371
|
dateInputInsideColor: null,
|
|
1348
|
-
dateInputStrokeColor:
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
dayPickerNavigationButtonChildLeft: 8,
|
|
1352
|
-
dayPickerNavigationButtonChildRight: 8,
|
|
1353
|
-
dayPickerNavigationButtonChildSvgFill: null,
|
|
1354
|
-
dayPickerNavigationButtonDefaultHoverBorderColor: null,
|
|
1355
|
-
dayPickerNavigationButtonMaxHeight: 32,
|
|
1356
|
-
dayPickerNavigationButtonMaxWidth: 32,
|
|
1357
|
-
dayPickerNavigationButtonPadding: 8,
|
|
1358
|
-
dayPickerNavigationSVGHorizontalFill: null,
|
|
1359
|
-
dayPickerWeekHeaderColor: null,
|
|
1372
|
+
dateInputStrokeColor: '#666666',
|
|
1373
|
+
dayPickerNavigationButtonPadding: 12,
|
|
1374
|
+
dayPickerWeekHeaderColor: '#000000',
|
|
1360
1375
|
dayPickerWeekHeaderFontName: 'StagSans',
|
|
1361
|
-
dayPickerWeekHeaderFontWeight: '
|
|
1362
|
-
dayPickerWeekHeaderLineHeight: 1.
|
|
1376
|
+
dayPickerWeekHeaderFontWeight: '700',
|
|
1377
|
+
dayPickerWeekHeaderLineHeight: 1.14285714286,
|
|
1363
1378
|
dayPickerWeekHeaderSmall: 14,
|
|
1364
1379
|
hiddenInputFieldContainerHeight: 0,
|
|
1365
1380
|
hiddenInputFieldContainerWidth: 0,
|
|
1366
1381
|
invalidInputMixin: null,
|
|
1367
|
-
nextIcon:
|
|
1368
|
-
previousIcon:
|
|
1369
|
-
singleDatePickerBorderColor:
|
|
1382
|
+
nextIcon: PaletteIconChevronRight,
|
|
1383
|
+
previousIcon: PaletteIconChevronLeft,
|
|
1384
|
+
singleDatePickerBorderColor: '#666666',
|
|
1370
1385
|
singleDatePickerLeftRight: 16,
|
|
1371
1386
|
singleDatePickerPaddingTopBottom: 8,
|
|
1372
1387
|
singleDatePickerRadius: 4,
|
|
1373
1388
|
validInputMixin: null
|
|
1374
1389
|
}
|
|
1375
1390
|
},
|
|
1391
|
+
Disclaimer: {
|
|
1392
|
+
appearances: {},
|
|
1393
|
+
rules: [],
|
|
1394
|
+
tokens: {
|
|
1395
|
+
color: null,
|
|
1396
|
+
fontName: 'StagSans',
|
|
1397
|
+
fontSize: 14,
|
|
1398
|
+
fontWeight: '300',
|
|
1399
|
+
lineHeight: 1.42857142857
|
|
1400
|
+
}
|
|
1401
|
+
},
|
|
1376
1402
|
Divider: {
|
|
1377
1403
|
appearances: {
|
|
1378
1404
|
decorative: {
|
|
@@ -1409,6 +1435,7 @@ module.exports = {
|
|
|
1409
1435
|
},
|
|
1410
1436
|
ExpandCollapseControl: {
|
|
1411
1437
|
appearances: {
|
|
1438
|
+
compact: { type: 'variant', values: [ true ] },
|
|
1412
1439
|
expanded: {
|
|
1413
1440
|
description: 'Applies when an ExpandCollapse panel is open and the content inside is visible',
|
|
1414
1441
|
type: 'state',
|
|
@@ -1416,25 +1443,26 @@ module.exports = {
|
|
|
1416
1443
|
}
|
|
1417
1444
|
},
|
|
1418
1445
|
rules: [
|
|
1446
|
+
{ if: { compact: true }, tokens: {} },
|
|
1419
1447
|
{
|
|
1420
1448
|
if: { expanded: true },
|
|
1421
1449
|
tokens: { icon: PaletteIconChevronUp }
|
|
1422
1450
|
}
|
|
1423
1451
|
],
|
|
1424
1452
|
tokens: {
|
|
1425
|
-
backgroundColor: '
|
|
1453
|
+
backgroundColor: '#efefef',
|
|
1426
1454
|
borderColor: 'rgba(0, 0, 0, 0)',
|
|
1427
1455
|
borderWidth: 0,
|
|
1428
1456
|
icon: PaletteIconChevronDown,
|
|
1429
|
-
iconColor: '#
|
|
1430
|
-
iconGap:
|
|
1457
|
+
iconColor: '#000000',
|
|
1458
|
+
iconGap: 8,
|
|
1431
1459
|
iconPaddingTop: 4,
|
|
1432
|
-
iconPosition: '
|
|
1460
|
+
iconPosition: 'right',
|
|
1433
1461
|
iconSize: 16,
|
|
1434
|
-
justifyContent: '
|
|
1462
|
+
justifyContent: 'space-between',
|
|
1435
1463
|
paddingBottom: 16,
|
|
1436
|
-
paddingLeft:
|
|
1437
|
-
paddingRight:
|
|
1464
|
+
paddingLeft: 24,
|
|
1465
|
+
paddingRight: 24,
|
|
1438
1466
|
paddingTop: 16,
|
|
1439
1467
|
verticalAlign: 'middle'
|
|
1440
1468
|
}
|
|
@@ -1457,15 +1485,21 @@ module.exports = {
|
|
|
1457
1485
|
tokens: { icon: PaletteIconChevronDown, size: 4 }
|
|
1458
1486
|
},
|
|
1459
1487
|
ExpandCollapsePanel: {
|
|
1460
|
-
appearances: {},
|
|
1461
|
-
rules: [],
|
|
1488
|
+
appearances: { compact: { type: 'variant', values: [ true ] } },
|
|
1489
|
+
rules: [ { if: { compact: true }, tokens: {} } ],
|
|
1462
1490
|
tokens: {
|
|
1491
|
+
borderColor: '#efefef',
|
|
1492
|
+
borderRadius: 4,
|
|
1493
|
+
borderWidth: 1,
|
|
1463
1494
|
collapseDuration: 250,
|
|
1464
1495
|
contentPaddingBottom: 16,
|
|
1465
|
-
contentPaddingLeft:
|
|
1496
|
+
contentPaddingLeft: 16,
|
|
1466
1497
|
contentPaddingRight: 16,
|
|
1467
|
-
contentPaddingTop:
|
|
1468
|
-
|
|
1498
|
+
contentPaddingTop: 16,
|
|
1499
|
+
expandDividerColor: 'rgba(0, 0, 0, 0)',
|
|
1500
|
+
expandDuration: 300,
|
|
1501
|
+
expanddDividerWidth: 0,
|
|
1502
|
+
marginBottom: 8
|
|
1469
1503
|
}
|
|
1470
1504
|
},
|
|
1471
1505
|
Feedback: {
|
|
@@ -1529,6 +1563,7 @@ module.exports = {
|
|
|
1529
1563
|
closeButtonMarginRight: 12,
|
|
1530
1564
|
closeButtonMarginTop: 12,
|
|
1531
1565
|
closeButtonWidth: 24,
|
|
1566
|
+
closeIcon: PaletteIconClose,
|
|
1532
1567
|
footnoteBackground: '#fafafa',
|
|
1533
1568
|
footnoteBodyBackground: '#fafafa',
|
|
1534
1569
|
footnoteBodyPaddingBottom: 32,
|
|
@@ -1550,7 +1585,14 @@ module.exports = {
|
|
|
1550
1585
|
FootnoteLink: {
|
|
1551
1586
|
appearances: {},
|
|
1552
1587
|
rules: [],
|
|
1553
|
-
tokens: {
|
|
1588
|
+
tokens: {
|
|
1589
|
+
color: '#000000',
|
|
1590
|
+
fontName: 'StagSans',
|
|
1591
|
+
fontWeight: '400',
|
|
1592
|
+
lineHeight: 1,
|
|
1593
|
+
paddingLeft: 2,
|
|
1594
|
+
paddingRight: 2
|
|
1595
|
+
}
|
|
1554
1596
|
},
|
|
1555
1597
|
HorizontalScrollButton: {
|
|
1556
1598
|
appearances: {
|
|
@@ -2343,15 +2385,144 @@ module.exports = {
|
|
|
2343
2385
|
subHeadingMarginTop: 8
|
|
2344
2386
|
}
|
|
2345
2387
|
},
|
|
2388
|
+
NavigationBar: {
|
|
2389
|
+
appearances: {
|
|
2390
|
+
expanded: {
|
|
2391
|
+
description: 'Applies when an ExpandCollapse panel is open and the content inside is visible',
|
|
2392
|
+
type: 'state',
|
|
2393
|
+
values: [ true ]
|
|
2394
|
+
},
|
|
2395
|
+
focus: {
|
|
2396
|
+
description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
|
|
2397
|
+
platforms: [ 'rn' ],
|
|
2398
|
+
type: 'state',
|
|
2399
|
+
values: [ true ]
|
|
2400
|
+
},
|
|
2401
|
+
hover: {
|
|
2402
|
+
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
2403
|
+
platforms: [ 'rn' ],
|
|
2404
|
+
type: 'state',
|
|
2405
|
+
values: [ true ]
|
|
2406
|
+
},
|
|
2407
|
+
pressed: {
|
|
2408
|
+
description: 'Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.',
|
|
2409
|
+
type: 'state',
|
|
2410
|
+
values: [ true ]
|
|
2411
|
+
},
|
|
2412
|
+
selected: {
|
|
2413
|
+
description: 'Applies while an interactive component is the currently selected one in a set of states or components, for example a button in a `ButtonGroup`.',
|
|
2414
|
+
type: 'state',
|
|
2415
|
+
values: [ true ]
|
|
2416
|
+
},
|
|
2417
|
+
viewport: {
|
|
2418
|
+
description: 'The size label for the current screen viewport based on the current screen width',
|
|
2419
|
+
type: 'state',
|
|
2420
|
+
values: [ 'xs', 'sm', 'md', 'lg', 'xl' ]
|
|
2421
|
+
}
|
|
2422
|
+
},
|
|
2423
|
+
rules: [
|
|
2424
|
+
{
|
|
2425
|
+
if: { selected: true },
|
|
2426
|
+
tokens: {
|
|
2427
|
+
backgroundColor: '#efefef',
|
|
2428
|
+
borderColor: '#efefef',
|
|
2429
|
+
color: '#016b6a',
|
|
2430
|
+
fontName: 'StagSans',
|
|
2431
|
+
fontWeight: '700'
|
|
2432
|
+
}
|
|
2433
|
+
},
|
|
2434
|
+
{
|
|
2435
|
+
if: { focus: true },
|
|
2436
|
+
tokens: {
|
|
2437
|
+
backgroundColor: '#ffffff',
|
|
2438
|
+
borderColor: '#016b6a',
|
|
2439
|
+
borderWidth: 3,
|
|
2440
|
+
color: '#016b6a'
|
|
2441
|
+
}
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
if: { focus: true, pressed: true },
|
|
2445
|
+
tokens: {
|
|
2446
|
+
backgroundColor: '#016b6a',
|
|
2447
|
+
borderColor: '#016b6a',
|
|
2448
|
+
color: '#ffffff'
|
|
2449
|
+
}
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
if: { hover: true },
|
|
2453
|
+
tokens: {
|
|
2454
|
+
backgroundColor: '#1b4746',
|
|
2455
|
+
borderColor: '#016b6a',
|
|
2456
|
+
color: '#016b6a'
|
|
2457
|
+
}
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
if: { pressed: true },
|
|
2461
|
+
tokens: {
|
|
2462
|
+
backgroundColor: '#efefef',
|
|
2463
|
+
borderColor: '#016b6a',
|
|
2464
|
+
borderWidth: 1,
|
|
2465
|
+
color: '#016b6a'
|
|
2466
|
+
}
|
|
2467
|
+
},
|
|
2468
|
+
{
|
|
2469
|
+
if: { viewport: [ 'xs', 'sm', 'md' ] },
|
|
2470
|
+
tokens: { textAlign: 'flex-start', width: 288 }
|
|
2471
|
+
},
|
|
2472
|
+
{
|
|
2473
|
+
if: { expanded: true },
|
|
2474
|
+
tokens: { icoMenu: PaletteIconChevronUp }
|
|
2475
|
+
}
|
|
2476
|
+
],
|
|
2477
|
+
tokens: {
|
|
2478
|
+
alignSelf: 'flex-start',
|
|
2479
|
+
backgroundColor: '#ffffff',
|
|
2480
|
+
borderColor: '#ffffff',
|
|
2481
|
+
borderRadius: 32,
|
|
2482
|
+
borderWidth: 1,
|
|
2483
|
+
color: '#efefef',
|
|
2484
|
+
fontName: 'StagSans',
|
|
2485
|
+
fontSize: 14,
|
|
2486
|
+
fontWeight: '400',
|
|
2487
|
+
icoMenu: PaletteIconChevronDown,
|
|
2488
|
+
lineHeight: 1.14285714286,
|
|
2489
|
+
minWidth: 0,
|
|
2490
|
+
opacity: 1,
|
|
2491
|
+
outerBackgroundColor: 'rgba(0, 0, 0, 0)',
|
|
2492
|
+
outerBorderColor: 'rgba(0, 0, 0, 0)',
|
|
2493
|
+
outerBorderGap: 0,
|
|
2494
|
+
outerBorderWidth: 1,
|
|
2495
|
+
paddingBottom: 8,
|
|
2496
|
+
paddingLeft: 16,
|
|
2497
|
+
paddingRight: 16,
|
|
2498
|
+
paddingTop: 8,
|
|
2499
|
+
shadow: null,
|
|
2500
|
+
textAlign: 'center',
|
|
2501
|
+
width: 0
|
|
2502
|
+
}
|
|
2503
|
+
},
|
|
2346
2504
|
Notification: {
|
|
2347
2505
|
appearances: {
|
|
2348
2506
|
style: { type: 'state', values: [ 'success', 'warning', 'error' ] },
|
|
2349
|
-
system: { type: 'state', values: [ true ] }
|
|
2507
|
+
system: { type: 'state', values: [ true ] },
|
|
2508
|
+
viewport: {
|
|
2509
|
+
description: 'The size label for the current screen viewport based on the current screen width',
|
|
2510
|
+
type: 'state',
|
|
2511
|
+
values: [ 'xs', 'sm', 'md', 'lg', 'xl' ]
|
|
2512
|
+
}
|
|
2350
2513
|
},
|
|
2351
2514
|
rules: [
|
|
2515
|
+
{
|
|
2516
|
+
if: { viewport: [ 'xl' ] },
|
|
2517
|
+
tokens: { justifyContent: 'center' }
|
|
2518
|
+
},
|
|
2352
2519
|
{
|
|
2353
2520
|
if: { system: true },
|
|
2354
2521
|
tokens: {
|
|
2522
|
+
borderLeftWidth: 0,
|
|
2523
|
+
borderRadius: 0,
|
|
2524
|
+
borderRightWidth: 0,
|
|
2525
|
+
borderTopWidth: 0,
|
|
2355
2526
|
iconGap: 12,
|
|
2356
2527
|
paddingBottom: 16,
|
|
2357
2528
|
paddingLeft: 16,
|
|
@@ -2362,7 +2533,7 @@ module.exports = {
|
|
|
2362
2533
|
{
|
|
2363
2534
|
if: { style: 'success' },
|
|
2364
2535
|
tokens: {
|
|
2365
|
-
backgroundColor: '#
|
|
2536
|
+
backgroundColor: '#c1f2e8',
|
|
2366
2537
|
color: '#000000',
|
|
2367
2538
|
icon: PaletteIconCheckCircledFilled,
|
|
2368
2539
|
iconColor: '#016b6a'
|
|
@@ -2372,7 +2543,9 @@ module.exports = {
|
|
|
2372
2543
|
if: { style: 'warning' },
|
|
2373
2544
|
tokens: {
|
|
2374
2545
|
backgroundColor: '#feeec7',
|
|
2546
|
+
borderColor: '#fbaf34',
|
|
2375
2547
|
color: '#000000',
|
|
2548
|
+
dismissIcon: null,
|
|
2376
2549
|
icon: PaletteIconExclamationTriangle,
|
|
2377
2550
|
iconColor: '#ee2c74'
|
|
2378
2551
|
}
|
|
@@ -2381,32 +2554,34 @@ module.exports = {
|
|
|
2381
2554
|
if: { style: 'error' },
|
|
2382
2555
|
tokens: {
|
|
2383
2556
|
backgroundColor: '#f8dde3',
|
|
2557
|
+
borderColor: '#ee2c74',
|
|
2384
2558
|
color: '#000000',
|
|
2385
|
-
|
|
2559
|
+
dismissIcon: null,
|
|
2560
|
+
icon: PaletteIconCaution,
|
|
2386
2561
|
iconColor: '#df3d0c'
|
|
2387
2562
|
}
|
|
2388
2563
|
}
|
|
2389
2564
|
],
|
|
2390
2565
|
tokens: {
|
|
2391
|
-
backgroundColor: '#
|
|
2392
|
-
borderBottomWidth:
|
|
2393
|
-
borderColor: '
|
|
2394
|
-
borderLeftWidth:
|
|
2395
|
-
borderRadius:
|
|
2396
|
-
borderRightWidth:
|
|
2397
|
-
borderTopWidth:
|
|
2398
|
-
color: '#
|
|
2566
|
+
backgroundColor: '#e5f7fb',
|
|
2567
|
+
borderBottomWidth: 1,
|
|
2568
|
+
borderColor: '#016b6a',
|
|
2569
|
+
borderLeftWidth: 1,
|
|
2570
|
+
borderRadius: 6,
|
|
2571
|
+
borderRightWidth: 1,
|
|
2572
|
+
borderTopWidth: 1,
|
|
2573
|
+
color: '#000000',
|
|
2399
2574
|
dismissButtonGap: 16,
|
|
2400
|
-
dismissIcon:
|
|
2575
|
+
dismissIcon: PaletteIconClose,
|
|
2401
2576
|
dismissIconColor: '#000000',
|
|
2402
|
-
dismissIconSize: 16,
|
|
2403
2577
|
fontName: 'StagSans',
|
|
2404
2578
|
fontSize: 16,
|
|
2405
2579
|
fontWeight: '400',
|
|
2406
2580
|
icon: null,
|
|
2407
2581
|
iconColor: null,
|
|
2408
|
-
iconGap:
|
|
2582
|
+
iconGap: 24,
|
|
2409
2583
|
iconSize: 24,
|
|
2584
|
+
justifyContent: 'flex-start',
|
|
2410
2585
|
lineHeight: 1.5,
|
|
2411
2586
|
paddingBottom: 12,
|
|
2412
2587
|
paddingLeft: 12,
|
|
@@ -2474,11 +2649,22 @@ module.exports = {
|
|
|
2474
2649
|
rules: [
|
|
2475
2650
|
{
|
|
2476
2651
|
if: { viewport: [ 'md', 'lg', 'xl' ] },
|
|
2477
|
-
tokens: { truncateAbove: 6 }
|
|
2652
|
+
tokens: { gap: 4, truncateAbove: 6 }
|
|
2478
2653
|
}
|
|
2479
2654
|
],
|
|
2480
2655
|
tokens: {
|
|
2656
|
+
borderBottomWidth: 0,
|
|
2657
|
+
borderColor: '#016b6a',
|
|
2658
|
+
borderLeftWidth: 0,
|
|
2659
|
+
borderRightWidth: 0,
|
|
2660
|
+
borderTopWidth: 0,
|
|
2481
2661
|
color: '#666666',
|
|
2662
|
+
ellipsisBorderBottomWidth: 0,
|
|
2663
|
+
ellipsisBorderLeftWidth: 0,
|
|
2664
|
+
ellipsisBorderRightWidth: 0,
|
|
2665
|
+
ellipsisBorderTopWidth: 0,
|
|
2666
|
+
ellipsisHeight: null,
|
|
2667
|
+
ellipsisPadding: 0,
|
|
2482
2668
|
fontName: 'StagSans',
|
|
2483
2669
|
fontSize: 16,
|
|
2484
2670
|
fontWeight: '400',
|
|
@@ -2515,42 +2701,43 @@ module.exports = {
|
|
|
2515
2701
|
rules: [
|
|
2516
2702
|
{
|
|
2517
2703
|
if: { hover: true },
|
|
2518
|
-
tokens: { borderColor: '#
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
if: { focus: true },
|
|
2522
|
-
tokens: { borderColor: '#666666', borderWidth: 2 }
|
|
2704
|
+
tokens: { borderColor: '#016b6a', textLine: 'none' }
|
|
2523
2705
|
},
|
|
2706
|
+
{ if: { focus: true }, tokens: { borderColor: '#016b6a' } },
|
|
2524
2707
|
{
|
|
2525
2708
|
if: { selected: true },
|
|
2526
2709
|
tokens: {
|
|
2527
|
-
backgroundColor: '#
|
|
2710
|
+
backgroundColor: '#016b6a',
|
|
2528
2711
|
color: '#ffffff',
|
|
2529
2712
|
textLine: 'none'
|
|
2530
2713
|
}
|
|
2531
2714
|
},
|
|
2532
2715
|
{
|
|
2533
2716
|
if: { pressed: true },
|
|
2534
|
-
tokens: { backgroundColor: '#
|
|
2717
|
+
tokens: { backgroundColor: '#016b6a', color: '#ffffff' }
|
|
2535
2718
|
}
|
|
2536
2719
|
],
|
|
2537
2720
|
tokens: {
|
|
2538
2721
|
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
2722
|
+
borderBottomWidth: 1,
|
|
2539
2723
|
borderColor: 'rgba(0, 0, 0, 0)',
|
|
2724
|
+
borderLeftWidth: 1,
|
|
2540
2725
|
borderRadius: 32,
|
|
2541
|
-
|
|
2542
|
-
|
|
2726
|
+
borderRightWidth: 1,
|
|
2727
|
+
borderTopWidth: 1,
|
|
2728
|
+
color: '#016b6a',
|
|
2543
2729
|
fontName: 'StagSans',
|
|
2544
2730
|
fontSize: 16,
|
|
2545
|
-
fontWeight: '
|
|
2731
|
+
fontWeight: '600',
|
|
2732
|
+
height: 32,
|
|
2546
2733
|
lineHeight: 1.5,
|
|
2547
2734
|
outerBorderColor: 'rgba(0, 0, 0, 0)',
|
|
2548
2735
|
outerBorderGap: 4,
|
|
2549
2736
|
outerBorderWidth: 4,
|
|
2550
|
-
paddingBottom:
|
|
2737
|
+
paddingBottom: 8,
|
|
2551
2738
|
paddingLeft: 8,
|
|
2552
2739
|
paddingRight: 8,
|
|
2553
|
-
paddingTop:
|
|
2740
|
+
paddingTop: 8,
|
|
2554
2741
|
textAlign: 'center',
|
|
2555
2742
|
textLine: 'underline',
|
|
2556
2743
|
width: 32
|
|
@@ -2603,30 +2790,28 @@ module.exports = {
|
|
|
2603
2790
|
tokens: {
|
|
2604
2791
|
borderRadius: 32,
|
|
2605
2792
|
displayLabel: false,
|
|
2606
|
-
paddingBottom:
|
|
2607
|
-
|
|
2608
|
-
|
|
2793
|
+
paddingBottom: 8,
|
|
2794
|
+
paddingLeft: 8,
|
|
2795
|
+
paddingRight: 8,
|
|
2796
|
+
paddingTop: 8
|
|
2609
2797
|
}
|
|
2610
2798
|
},
|
|
2611
2799
|
{
|
|
2612
2800
|
if: { hover: true },
|
|
2613
|
-
tokens: { borderColor: '#
|
|
2614
|
-
},
|
|
2615
|
-
{
|
|
2616
|
-
if: { focus: true },
|
|
2617
|
-
tokens: { borderColor: '#666666', borderWidth: 3 }
|
|
2801
|
+
tokens: { borderColor: '#016b6a', iconDisplace: 4, textLine: 'none' }
|
|
2618
2802
|
},
|
|
2803
|
+
{ if: { focus: true }, tokens: { borderColor: '#016b6a' } },
|
|
2619
2804
|
{
|
|
2620
2805
|
if: { selected: true },
|
|
2621
2806
|
tokens: {
|
|
2622
|
-
backgroundColor: '#
|
|
2807
|
+
backgroundColor: '#016b6a',
|
|
2623
2808
|
color: '#ffffff',
|
|
2624
2809
|
textLine: 'none'
|
|
2625
2810
|
}
|
|
2626
2811
|
},
|
|
2627
2812
|
{
|
|
2628
2813
|
if: { pressed: true },
|
|
2629
|
-
tokens: { backgroundColor: '#
|
|
2814
|
+
tokens: { backgroundColor: '#016b6a', color: '#ffffff' }
|
|
2630
2815
|
},
|
|
2631
2816
|
{
|
|
2632
2817
|
if: { direction: 'previous' },
|
|
@@ -2639,25 +2824,30 @@ module.exports = {
|
|
|
2639
2824
|
],
|
|
2640
2825
|
tokens: {
|
|
2641
2826
|
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
2827
|
+
borderBottomWidth: 1,
|
|
2642
2828
|
borderColor: 'rgba(0, 0, 0, 0)',
|
|
2829
|
+
borderLeftWidth: 1,
|
|
2643
2830
|
borderRadius: 4,
|
|
2644
|
-
|
|
2645
|
-
|
|
2831
|
+
borderRightWidth: 1,
|
|
2832
|
+
borderTopWidth: 1,
|
|
2833
|
+
color: '#016b6a',
|
|
2646
2834
|
displayLabel: true,
|
|
2647
2835
|
fontName: 'StagSans',
|
|
2648
2836
|
fontSize: 16,
|
|
2649
|
-
fontWeight: '
|
|
2837
|
+
fontWeight: '600',
|
|
2838
|
+
height: null,
|
|
2650
2839
|
icon: null,
|
|
2651
2840
|
iconDisplace: 0,
|
|
2652
2841
|
iconSize: 14,
|
|
2653
2842
|
lineHeight: 1.5,
|
|
2654
2843
|
outerBorderColor: 'transparent',
|
|
2655
|
-
|
|
2844
|
+
outerBorderWidth: 1,
|
|
2845
|
+
paddingBottom: 12,
|
|
2656
2846
|
paddingLeft: 8,
|
|
2657
2847
|
paddingRight: 8,
|
|
2658
|
-
paddingTop:
|
|
2848
|
+
paddingTop: 12,
|
|
2659
2849
|
textAlign: 'center',
|
|
2660
|
-
textLine: '
|
|
2850
|
+
textLine: 'none',
|
|
2661
2851
|
width: null
|
|
2662
2852
|
}
|
|
2663
2853
|
},
|
|
@@ -2700,18 +2890,99 @@ module.exports = {
|
|
|
2700
2890
|
}
|
|
2701
2891
|
},
|
|
2702
2892
|
PriceLockup: {
|
|
2703
|
-
appearances: {
|
|
2704
|
-
|
|
2893
|
+
appearances: {
|
|
2894
|
+
size: { type: 'variant', values: [ 'small', 'medium', 'large' ] },
|
|
2895
|
+
viewport: {
|
|
2896
|
+
description: 'The size label for the current screen viewport based on the current screen width',
|
|
2897
|
+
type: 'state',
|
|
2898
|
+
values: [ 'xs', 'sm', 'md', 'lg', 'xl' ]
|
|
2899
|
+
}
|
|
2900
|
+
},
|
|
2901
|
+
rules: [
|
|
2902
|
+
{
|
|
2903
|
+
if: { size: 'small' },
|
|
2904
|
+
tokens: {
|
|
2905
|
+
amountFontSize: 36,
|
|
2906
|
+
centsFontSize: 20,
|
|
2907
|
+
centsLineHeight: 1.25,
|
|
2908
|
+
currencySymbolFontSize: 20,
|
|
2909
|
+
currencySymbolLineHeight: 1,
|
|
2910
|
+
rateFontSize: 16,
|
|
2911
|
+
rateLineHeight: 1.14285714286,
|
|
2912
|
+
strikeThroughHeight: 2,
|
|
2913
|
+
strikeThroughPosition: 18,
|
|
2914
|
+
topTextFontSize: 14,
|
|
2915
|
+
topTextLineHeight: 2.25
|
|
2916
|
+
}
|
|
2917
|
+
},
|
|
2918
|
+
{
|
|
2919
|
+
if: { size: 'large' },
|
|
2920
|
+
tokens: {
|
|
2921
|
+
amountFontSize: 54,
|
|
2922
|
+
centsFontName: 'StagSans',
|
|
2923
|
+
centsFontSize: 24,
|
|
2924
|
+
centsFontWeight: '600',
|
|
2925
|
+
centsLineHeight: 1.25,
|
|
2926
|
+
currencySymbolFontSize: 32,
|
|
2927
|
+
currencySymbolLineHeight: 1.2,
|
|
2928
|
+
rateFontName: 'StagSans',
|
|
2929
|
+
rateFontSize: 16,
|
|
2930
|
+
rateFontWeight: '600',
|
|
2931
|
+
rateLineHeight: 2,
|
|
2932
|
+
strikeThroughPosition: 27,
|
|
2933
|
+
topTextFontSize: 16,
|
|
2934
|
+
topTextLineHeight: 2.25
|
|
2935
|
+
}
|
|
2936
|
+
},
|
|
2937
|
+
{
|
|
2938
|
+
if: { size: 'large', viewport: [ 'lg', 'xl' ] },
|
|
2939
|
+
tokens: {
|
|
2940
|
+
centsFontName: 'StagSans',
|
|
2941
|
+
centsFontSize: 32,
|
|
2942
|
+
centsFontWeight: '700'
|
|
2943
|
+
}
|
|
2944
|
+
}
|
|
2945
|
+
],
|
|
2705
2946
|
tokens: {
|
|
2947
|
+
amountFontName: 'StagSans',
|
|
2948
|
+
amountFontSize: 44,
|
|
2949
|
+
amountFontWeight: '700',
|
|
2950
|
+
amountLetterSpacing: 0,
|
|
2951
|
+
amountLineHeight: 1,
|
|
2706
2952
|
bottomLinksMarginLeft: 4,
|
|
2707
|
-
|
|
2708
|
-
|
|
2953
|
+
bottomTextFontSize: 14,
|
|
2954
|
+
bottomTextLineHeight: 1.14285714286,
|
|
2955
|
+
bottomTextMarginTop: 0,
|
|
2956
|
+
centsFontName: 'StagSans',
|
|
2957
|
+
centsFontSize: 24,
|
|
2958
|
+
centsFontWeight: '700',
|
|
2959
|
+
centsLineHeight: 1.2,
|
|
2960
|
+
currencySymbolFontName: 'StagSans',
|
|
2961
|
+
currencySymbolFontSize: 24,
|
|
2962
|
+
currencySymbolFontWeight: '700',
|
|
2963
|
+
currencySymbolLineHeight: 1.2,
|
|
2964
|
+
dividerColor: null,
|
|
2709
2965
|
fontColor: '#000000',
|
|
2966
|
+
fontName: 'StagSans',
|
|
2967
|
+
fontWeight: '700',
|
|
2710
2968
|
footnoteGap: 4,
|
|
2969
|
+
footnoteLinkColor: '#016b6a',
|
|
2970
|
+
footnoteLinkFontName: 'StagSans',
|
|
2971
|
+
footnoteLinkFontSize: 14,
|
|
2972
|
+
footnoteLinkFontWeight: '600',
|
|
2711
2973
|
footnoteMarginTop: 4,
|
|
2712
|
-
priceMarginBottom:
|
|
2713
|
-
|
|
2714
|
-
|
|
2974
|
+
priceMarginBottom: 0,
|
|
2975
|
+
rateFontName: 'StagSans',
|
|
2976
|
+
rateFontSize: 16,
|
|
2977
|
+
rateFontWeight: '700',
|
|
2978
|
+
rateLineHeight: 1.25,
|
|
2979
|
+
strikeThroughColor: '#000000',
|
|
2980
|
+
strikeThroughHeight: 3,
|
|
2981
|
+
strikeThroughPosition: 21,
|
|
2982
|
+
topTextFontName: 'StagSans',
|
|
2983
|
+
topTextFontSize: 16,
|
|
2984
|
+
topTextFontWeight: '700',
|
|
2985
|
+
topTextLineHeight: 1.5,
|
|
2715
2986
|
topTextMarginBottom: 4
|
|
2716
2987
|
}
|
|
2717
2988
|
},
|
|
@@ -3065,7 +3336,9 @@ module.exports = {
|
|
|
3065
3336
|
containerPaddingRight: 0,
|
|
3066
3337
|
containerPaddingTop: 0,
|
|
3067
3338
|
containerShadow: null,
|
|
3339
|
+
descriptionFontName: 'StagSans',
|
|
3068
3340
|
descriptionFontSize: 14,
|
|
3341
|
+
descriptionFontWeight: '400',
|
|
3069
3342
|
descriptionLineHeight: 1.4,
|
|
3070
3343
|
descriptionMarginLeft: null,
|
|
3071
3344
|
inputBackgroundColor: '#ffffff',
|
|
@@ -3242,30 +3515,47 @@ module.exports = {
|
|
|
3242
3515
|
purpose: {
|
|
3243
3516
|
type: 'variant',
|
|
3244
3517
|
values: [ 'offer', 'default', 'editorial' ]
|
|
3245
|
-
}
|
|
3518
|
+
},
|
|
3519
|
+
wrap: { type: 'variant', values: [ true ] }
|
|
3246
3520
|
},
|
|
3247
|
-
rules: [
|
|
3521
|
+
rules: [
|
|
3522
|
+
{
|
|
3523
|
+
if: { purpose: 'editorial' },
|
|
3524
|
+
tokens: { backgroundColor: '#fbaf34' }
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
if: { purpose: 'offer' },
|
|
3528
|
+
tokens: { backgroundColor: '#7c1366', fontColor: '#ffffff' }
|
|
3529
|
+
},
|
|
3530
|
+
{
|
|
3531
|
+
if: { wrap: true },
|
|
3532
|
+
tokens: { paddingBottom: 6, paddingTop: 6 }
|
|
3533
|
+
}
|
|
3534
|
+
],
|
|
3248
3535
|
tokens: {
|
|
3249
|
-
backgroundColor: '#
|
|
3536
|
+
backgroundColor: '#c3efff',
|
|
3250
3537
|
borderRadius: 4,
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3538
|
+
borderRadiusBottomLeft: null,
|
|
3539
|
+
borderRadiusBottomRight: null,
|
|
3540
|
+
boxShadowColor: null,
|
|
3541
|
+
boxShadowPaddingBottom: null,
|
|
3542
|
+
boxShadowPaddingLeft: null,
|
|
3543
|
+
boxShadowPaddingRight: null,
|
|
3544
|
+
boxShadowPaddingTop: null,
|
|
3545
|
+
curveAfterBackgroundColor: null,
|
|
3546
|
+
curveAfterHeight: null,
|
|
3547
|
+
curveAfterRadius: null,
|
|
3548
|
+
curveAfterWidth: null,
|
|
3549
|
+
curveBackgroundColor: null,
|
|
3550
|
+
curveHeight: null,
|
|
3551
|
+
curveMarginTop: null,
|
|
3552
|
+
curveWidth: null,
|
|
3553
|
+
fontColor: '#000000',
|
|
3264
3554
|
gradient: null,
|
|
3265
|
-
paddingBottom:
|
|
3266
|
-
paddingLeft:
|
|
3267
|
-
paddingRight:
|
|
3268
|
-
paddingTop:
|
|
3555
|
+
paddingBottom: 2,
|
|
3556
|
+
paddingLeft: 12,
|
|
3557
|
+
paddingRight: 12,
|
|
3558
|
+
paddingTop: 2
|
|
3269
3559
|
}
|
|
3270
3560
|
},
|
|
3271
3561
|
Search: {
|
|
@@ -3469,6 +3759,7 @@ module.exports = {
|
|
|
3469
3759
|
borderRadius: 4,
|
|
3470
3760
|
borderWidth: 1,
|
|
3471
3761
|
color: '#666666',
|
|
3762
|
+
feedbackBackgroundColor: '#e5f7fb',
|
|
3472
3763
|
fontName: 'StagSans',
|
|
3473
3764
|
fontSize: 16,
|
|
3474
3765
|
fontWeight: '400',
|
|
@@ -3862,23 +4153,26 @@ module.exports = {
|
|
|
3862
4153
|
],
|
|
3863
4154
|
tokens: {
|
|
3864
4155
|
cellBackground: '#ffffff',
|
|
3865
|
-
cellBoxShadowColor: '#
|
|
3866
|
-
cellHeadingBackground: '#
|
|
3867
|
-
cellHeadingBoxShadowColor: '#
|
|
4156
|
+
cellBoxShadowColor: '#efefef',
|
|
4157
|
+
cellHeadingBackground: '#c1f2e8',
|
|
4158
|
+
cellHeadingBoxShadowColor: '#efefef',
|
|
3868
4159
|
cellPaddingBottom: 16,
|
|
3869
4160
|
cellPaddingLeft: 16,
|
|
3870
4161
|
cellPaddingRight: 16,
|
|
3871
4162
|
cellPaddingTop: 16,
|
|
3872
4163
|
cellRowHeadingBackground: '#ffffff',
|
|
3873
4164
|
cellStickyShadow: {
|
|
3874
|
-
blur:
|
|
3875
|
-
color: 'rgba(
|
|
3876
|
-
inset:
|
|
4165
|
+
blur: 1,
|
|
4166
|
+
color: 'rgba(255, 255, 255, 0.8)',
|
|
4167
|
+
inset: true,
|
|
3877
4168
|
offsetX: 0,
|
|
3878
|
-
offsetY:
|
|
4169
|
+
offsetY: 1,
|
|
3879
4170
|
spread: 0
|
|
3880
4171
|
},
|
|
3881
|
-
cellSubheadingBackground: '#
|
|
4172
|
+
cellSubheadingBackground: '#fafafa',
|
|
4173
|
+
fontName: 'StagSans',
|
|
4174
|
+
fontSize: 16,
|
|
4175
|
+
fontWeight: '600',
|
|
3882
4176
|
tablePaddingBottom: 24
|
|
3883
4177
|
}
|
|
3884
4178
|
},
|
|
@@ -4794,6 +5088,44 @@ module.exports = {
|
|
|
4794
5088
|
width: 64
|
|
4795
5089
|
}
|
|
4796
5090
|
},
|
|
5091
|
+
VideoPicker: {
|
|
5092
|
+
appearances: {},
|
|
5093
|
+
rules: [],
|
|
5094
|
+
tokens: {
|
|
5095
|
+
framedContainerBackgroundColor: 'rgba(0, 0, 0, 0)',
|
|
5096
|
+
framedContainerBorderColor: 'rgba(0, 0, 0, 0)',
|
|
5097
|
+
framedContainerBorderRadius: 4,
|
|
5098
|
+
framedContainerBorderWidth: 1,
|
|
5099
|
+
framedContainerPadding: 24,
|
|
5100
|
+
framedMaxHeight: 640,
|
|
5101
|
+
stackViewDividerColor: 'rgba(0, 0, 0, 0)'
|
|
5102
|
+
}
|
|
5103
|
+
},
|
|
5104
|
+
VideoPickerSlider: {
|
|
5105
|
+
appearances: {},
|
|
5106
|
+
rules: [],
|
|
5107
|
+
tokens: {
|
|
5108
|
+
nextIcon: PaletteIconArrowRight,
|
|
5109
|
+
previousIcon: PaletteIconArrowLeft
|
|
5110
|
+
}
|
|
5111
|
+
},
|
|
5112
|
+
VideoPickerThumbnail: {
|
|
5113
|
+
appearances: {},
|
|
5114
|
+
rules: [],
|
|
5115
|
+
tokens: {
|
|
5116
|
+
borderColor: 'rgba(0, 0, 0, 0)',
|
|
5117
|
+
borderRadius: 4,
|
|
5118
|
+
borderWidth: 2,
|
|
5119
|
+
pressableBorderTopColor: 'rgba(0, 0, 0, 0)',
|
|
5120
|
+
pressableBorderTopWidth: 1,
|
|
5121
|
+
pressablePaddingBottom: 16,
|
|
5122
|
+
pressablePaddingHorizontal: 24,
|
|
5123
|
+
pressablePaddingVertical: 16,
|
|
5124
|
+
splashButtonRadius: 4,
|
|
5125
|
+
subTitleColor: 'rgba(0, 0, 0, 0)',
|
|
5126
|
+
titleColor: 'rgba(0, 0, 0, 0)'
|
|
5127
|
+
}
|
|
5128
|
+
},
|
|
4797
5129
|
VideoProgressBar: {
|
|
4798
5130
|
appearances: {},
|
|
4799
5131
|
rules: [],
|
|
@@ -4893,5 +5225,5 @@ module.exports = {
|
|
|
4893
5225
|
tokens: { size: 96 }
|
|
4894
5226
|
}
|
|
4895
5227
|
},
|
|
4896
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '2.
|
|
5228
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '2.26.0' }
|
|
4897
5229
|
}
|