@tui/design-system 5.0.0-beta.4 → 5.0.0-beta.5

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.
Files changed (57) hide show
  1. package/CHANGELOG.md +34 -1
  2. package/dist/themes/crystalski/index.css +34 -4
  3. package/dist/themes/crystalski/index.css.map +1 -1
  4. package/dist/themes/firstchoice/index.css +34 -4
  5. package/dist/themes/firstchoice/index.css.map +1 -1
  6. package/dist/themes/tui/fonts.css +14 -0
  7. package/dist/themes/tui/fonts.css.map +1 -1
  8. package/dist/themes/tui/index.css +46 -6
  9. package/dist/themes/tui/index.css.map +1 -1
  10. package/package.json +30 -28
  11. package/scss/lib/active-tag/_mixins.scss +1 -1
  12. package/scss/lib/button/_mixins.scss +12 -6
  13. package/scss/lib/cards/card/_mixins.scss +1 -1
  14. package/scss/lib/cards/search/_mixins.scss +4 -4
  15. package/scss/lib/flight-details/_index.scss +3 -0
  16. package/scss/lib/flight-details/_mixins.scss +468 -0
  17. package/scss/lib/flight-details/_variables.scss +6 -0
  18. package/scss/lib/forms/input-chip/_mixins.scss +1 -1
  19. package/scss/lib/forms/input-chip/_variables.scss +1 -1
  20. package/scss/lib/forms/input-switch/_index.scss +3 -0
  21. package/scss/lib/forms/input-switch/_mixins.scss +122 -0
  22. package/scss/lib/forms/input-switch/_variables.scss +18 -0
  23. package/scss/lib/forms/textarea/_index.scss +3 -0
  24. package/scss/lib/forms/textarea/_mixins.scss +88 -0
  25. package/scss/lib/hero/_index.scss +3 -0
  26. package/scss/lib/hero/_mixins.scss +336 -0
  27. package/scss/lib/hero/_variables.scss +21 -0
  28. package/scss/lib/image/_mixins.scss +40 -0
  29. package/scss/lib/media-button/_mixins.scss +1 -1
  30. package/scss/lib/pagination/_mixins.scss +1 -1
  31. package/scss/lib/ratings-reviews/percentage/_mixins.scss +1 -1
  32. package/scss/lib/show-more-less/_mixins.scss +1 -1
  33. package/scss/mixins.scss +3 -0
  34. package/scss/themes/crystalski/_overrides.scss +11 -2
  35. package/scss/themes/crystalski/fonts.json +19 -0
  36. package/scss/themes/crystalski/index.scss +9 -0
  37. package/scss/themes/crystalski/theme.json +1 -1
  38. package/scss/themes/firstchoice/_overrides.scss +11 -2
  39. package/scss/themes/firstchoice/fonts.json +27 -0
  40. package/scss/themes/firstchoice/index.scss +9 -0
  41. package/scss/themes/firstchoice/theme.json +1 -1
  42. package/scss/themes/tui/_colors.scss +1 -0
  43. package/scss/themes/tui/_overrides.scss +2 -1
  44. package/scss/themes/tui/_primitives.scss +1 -0
  45. package/scss/themes/tui/_typography.scss +10 -1
  46. package/scss/themes/tui/fonts.json +59 -0
  47. package/scss/themes/tui/fonts.scss +2 -0
  48. package/scss/themes/tui/index.scss +9 -0
  49. package/scss/themes/tui/theme.json +5 -3
  50. package/scss/variables/_elevations.scss +4 -3
  51. package/scss/variables/_env-variables.scss +1 -1
  52. package/scss/variables/_typography.scss +2 -0
  53. package/scss/variables/base-theme.json +324 -134
  54. package/scss/variables/fonts/_tuiheadline-black-italic.scss +10 -0
  55. package/scss/variables/fonts/_tuiheadline-black.scss +10 -0
  56. package/scss/variables/fonts/_tuiheadline-fallback.scss +11 -0
  57. package/scss/variables.scss +3 -0
@@ -235,18 +235,21 @@
235
235
  "elevations": {
236
236
  "displayType": "shadow",
237
237
  "tokens": {
238
- "elevation-0": {
239
- "title": "0",
240
- "useWith": ["Accordion", "Card"],
241
- "primitive": "0X 0Y 2 Blur color-neutral-100 40%"
238
+ "elevation-none": {
239
+ "title": "none"
242
240
  },
243
241
  "elevation-100": {
244
242
  "title": "100",
245
- "useWith": ["Product cards", "Carousel controls"],
246
- "primitive": "0X 0Y 4 Blur color-neutral-100 40%"
243
+ "useWith": ["Accordion", "Card"],
244
+ "primitive": "0X 0Y 2 Blur color-neutral-100 40%"
247
245
  },
248
246
  "elevation-200": {
249
247
  "title": "200",
248
+ "useWith": ["Product cards", "Carousel controls"],
249
+ "primitive": "0X 0Y 4 Blur color-neutral-100 40%"
250
+ },
251
+ "elevation-300": {
252
+ "title": "300",
250
253
  "useWith": ["Filters", "Dropdown", "Carousel controls", "Hover"],
251
254
  "primitive": "0X 0Y 8 Blur color-neutral-100 40%"
252
255
  }
@@ -481,6 +484,9 @@
481
484
  "font-family": {
482
485
  "displayType": "font-family",
483
486
  "tokens": {
487
+ "font-family-display": {
488
+ "title": "Display"
489
+ },
484
490
  "font-family-lead": {
485
491
  "title": "Lead"
486
492
  },
@@ -544,16 +550,16 @@
544
550
  "typography-heading-small": {
545
551
  "title": "Heading small"
546
552
  },
547
- "typography-component-heading-xlarge": {
548
- "title": "Component heading xlarge"
553
+ "typography-component-heading-xxlarge": {
554
+ "title": "Component heading xxlarge"
549
555
  },
550
- "typography-component-heading-xlarge-strong": {
551
- "title": "Component heading xlarge strong"
556
+ "typography-component-heading-xxlarge-strong": {
557
+ "title": "Component heading xxlarge strong"
552
558
  },
553
- "typography-component-heading-xxlarge": {
559
+ "typography-component-heading-xlarge": {
554
560
  "title": "Component heading xlarge"
555
561
  },
556
- "typography-component-heading-xxlarge-strong": {
562
+ "typography-component-heading-xlarge-strong": {
557
563
  "title": "Component heading xlarge strong"
558
564
  },
559
565
  "typography-component-heading-large": {
@@ -985,18 +991,111 @@
985
991
  }
986
992
  }
987
993
  },
994
+ "flight-details": {
995
+ "tokens": {
996
+ "flight-details-icon": {
997
+ "displayType": "icon",
998
+ "title": "Indirect flight details show/hide icon",
999
+ "description": "Indirect flight details show/hide icon",
1000
+ "longValue": true
1001
+ }
1002
+ }
1003
+ },
988
1004
  "form-row": {
989
1005
  "tokens": {
990
1006
  "form-row-label-font": {
991
1007
  "primitive": "uilib-typography-label-medium",
992
1008
  "displayType": "font",
993
1009
  "title": "Form row label font",
994
- "description": "Font style used for form row labels"
1010
+ "description": "Font style used for form row labels",
1011
+ "longValue": true
995
1012
  },
996
1013
  "form-row-icon": {
997
1014
  "displayType": "icon",
998
1015
  "title": "Form row error icon",
999
- "description": "Icon displayed with error message text"
1016
+ "description": "Icon displayed with error message text",
1017
+ "longValue": true
1018
+ }
1019
+ }
1020
+ },
1021
+ "hero": {
1022
+ "displayType": "color",
1023
+ "tokens": {
1024
+ "hero-image-radius-small": {
1025
+ "primitive": "uilib-border-radius-600 uilib-border-radius-600 0 0",
1026
+ "displayType": "empty",
1027
+ "title": "Border radius for the image at mobile",
1028
+ "description": "Border radius for the image at mobile"
1029
+ },
1030
+ "hero-image-radius-large": {
1031
+ "primitive": "uilib-border-radius-1800 uilib-border-radius-1800 0 0",
1032
+ "displayType": "empty",
1033
+ "title": "Border radius for the image at tablet/desktop",
1034
+ "description": "Border radius for the image at tablet/desktop"
1035
+ },
1036
+ "hero-image-mask": {
1037
+ "displayType": "empty",
1038
+ "title": "Mask for the hero image",
1039
+ "description": "Mask for the hero image",
1040
+ "longValue": true
1041
+ },
1042
+ "hero-image-mask-height-small": {
1043
+ "primitive": "uilib-spacing-1200",
1044
+ "displayType": "size",
1045
+ "title": "Mask height at mobile",
1046
+ "description": "Mask height at mobile"
1047
+ },
1048
+ "hero-image-mask-height-large": {
1049
+ "primitive": "uilib-spacing-1600",
1050
+ "displayType": "size",
1051
+ "title": "Mask height at tablet/desktop",
1052
+ "description": "Mask height at tablet/desktop"
1053
+ },
1054
+ "hero-content-radius": {
1055
+ "primitive": "uilib-border-radius-600",
1056
+ "displayType": "radius",
1057
+ "title": "Border radius for content box",
1058
+ "description": "Border radius for content box"
1059
+ },
1060
+ "hero-content-bg-small": {
1061
+ "primitive": "uilib-color-core-surface",
1062
+ "title": "Background colour for content box at mobile",
1063
+ "description": "Background colour for content box at mobile"
1064
+ },
1065
+ "hero-content-bg": {
1066
+ "primitive": "90% uilib-color-core-neutral",
1067
+ "title": "Background colour for content box at tablet/desktop",
1068
+ "description": "Background colour for content box at tablet/desktop"
1069
+ },
1070
+ "hero-content-text-color": {
1071
+ "primitive": "uilib-color-text-strong",
1072
+ "title": "Text colour for content",
1073
+ "description": "Text colour for content"
1074
+ },
1075
+ "hero-content-text-highlight-color": {
1076
+ "primitive": "uilib-color-text-promotion",
1077
+ "title": "Highlight text colour for content",
1078
+ "description": "Highlight text colour for content"
1079
+ },
1080
+ "hero-flagship-content-bg-small": {
1081
+ "primitive": "uilib-color-core-brand-strong",
1082
+ "title": "Flagship background colour for content box at mobile",
1083
+ "description": "Background colour for content box at mobile"
1084
+ },
1085
+ "hero-flagship-content-bg": {
1086
+ "primitive": "90% uilib-color-core-brand-strong",
1087
+ "title": "Flagship background colour for content box at tablet/desktop",
1088
+ "description": "Flagship background colour for content box at tablet/desktop"
1089
+ },
1090
+ "hero-flagship-content-text-color": {
1091
+ "primitive": "uilib-color-text-inverse",
1092
+ "title": "Flagship text colour for content",
1093
+ "description": "Flagship text colour for content"
1094
+ },
1095
+ "hero-flagship-content-text-highlight-color": {
1096
+ "primitive": "uilib-color-text-inverse",
1097
+ "title": "Flagship highlight text colour for content",
1098
+ "description": "Flagship highlight colour for content"
1000
1099
  }
1001
1100
  }
1002
1101
  },
@@ -1126,6 +1225,94 @@
1126
1225
  }
1127
1226
  }
1128
1227
  },
1228
+ "image": {
1229
+ "tokens": {
1230
+ "image-landscape": {
1231
+ "title": "Image ratio landscape",
1232
+ "description": "Image ratio landscape",
1233
+ "displayType": "aspect",
1234
+ "primitive": "uilib-aspect-ratio-4x3-landscape"
1235
+ },
1236
+ "image-panoramic": {
1237
+ "title": "Image ratio panoramic",
1238
+ "description": "Image ratio panoramic",
1239
+ "displayType": "aspect",
1240
+ "primitive": "uilib-aspect-ratio-3x1-panoramic"
1241
+ },
1242
+ "image-portrait": {
1243
+ "title": "Image ratio portrait",
1244
+ "description": "Image ratio portrait",
1245
+ "displayType": "aspect",
1246
+ "primitive": "uilib-aspect-ratio-4x3-portrait"
1247
+ },
1248
+ "image-square": {
1249
+ "title": "Image ratio square",
1250
+ "description": "Image ratio square",
1251
+ "displayType": "aspect",
1252
+ "primitive": "uilib-aspect-ratio-1x1-square"
1253
+ },
1254
+ "image-wide": {
1255
+ "title": "Image ratio wide",
1256
+ "description": "Image ratio wide",
1257
+ "displayType": "aspect",
1258
+ "primitive": "uilib-aspect-ratio-16x9-wide"
1259
+ },
1260
+ "image-rectangle": {
1261
+ "title": "Image shape rectangle",
1262
+ "description": "Image shape rectangle",
1263
+ "displayType": "radius",
1264
+ "primitive": "uilib-border-radius-none"
1265
+ },
1266
+ "image-rounded": {
1267
+ "title": "Image shape rounded",
1268
+ "description": "Image shape rounded",
1269
+ "displayType": "radius",
1270
+ "primitive": "uilib-border-radius-600"
1271
+ },
1272
+ "image-fallback": {
1273
+ "title": "Fallback image",
1274
+ "description": "Fallback image",
1275
+ "displayType": "image",
1276
+ "longValue": true
1277
+ }
1278
+ }
1279
+ },
1280
+ "info-tag": {
1281
+ "displayType": "color",
1282
+ "tokens": {
1283
+ "info-tag-radius": {
1284
+ "primitive": "uilib-border-radius-100",
1285
+ "displayType": "radius",
1286
+ "title": "Info tag radius",
1287
+ "description": "Info tag radius"
1288
+ },
1289
+ "info-tag-text-color": {
1290
+ "primitive": "uilib-color-text-strong",
1291
+ "title": "Text colour",
1292
+ "description": "Text colour"
1293
+ },
1294
+ "info-tag-info-bg-color": {
1295
+ "primitive": "uilib-color-status-info-surface",
1296
+ "title": "Info background colour",
1297
+ "description": "Info background colour"
1298
+ },
1299
+ "info-tag-local-product-bg-color": {
1300
+ "primitive": "uilib-color-brand-local",
1301
+ "title": "Local product background colour",
1302
+ "description": "Local product background colour"
1303
+ },
1304
+ "info-tag-neutral-bg-color": {
1305
+ "primitive": "uilib-color-core-neutral",
1306
+ "title": "Neutral background colour",
1307
+ "description": "Neutral background colour"
1308
+ },
1309
+ "info-tag-scarcity-bg-color": {
1310
+ "primitive": "uilib-color-status-warning-surface",
1311
+ "title": "Scarcity background colour",
1312
+ "description": "Scarcity background colour"
1313
+ }
1314
+ }
1315
+ },
1129
1316
  "input-checkbox": {
1130
1317
  "tokens": {
1131
1318
  "input-checkbox-icon-checked": {
@@ -1219,57 +1406,6 @@
1219
1406
  }
1220
1407
  }
1221
1408
  },
1222
- "image": {
1223
- "tokens": {
1224
- "image-landscape": {
1225
- "title": "Image ratio landscape",
1226
- "description": "Image ratio landscape",
1227
- "displayType": "aspect",
1228
- "primitive": "uilib-aspect-ratio-4x3-landscape"
1229
- },
1230
- "image-panoramic": {
1231
- "title": "Image ratio panoramic",
1232
- "description": "Image ratio panoramic",
1233
- "displayType": "aspect",
1234
- "primitive": "uilib-aspect-ratio-3x1-panoramic"
1235
- },
1236
- "image-portrait": {
1237
- "title": "Image ratio portrait",
1238
- "description": "Image ratio portrait",
1239
- "displayType": "aspect",
1240
- "primitive": "uilib-aspect-ratio-4x3-portrait"
1241
- },
1242
- "image-square": {
1243
- "title": "Image ratio square",
1244
- "description": "Image ratio square",
1245
- "displayType": "aspect",
1246
- "primitive": "uilib-aspect-ratio-1x1-square"
1247
- },
1248
- "image-wide": {
1249
- "title": "Image ratio wide",
1250
- "description": "Image ratio wide",
1251
- "displayType": "aspect",
1252
- "primitive": "uilib-aspect-ratio-16x9-wide"
1253
- },
1254
- "image-rectangle": {
1255
- "title": "Image shape rectangle",
1256
- "description": "Image shape rectangle",
1257
- "displayType": "radius",
1258
- "primitive": "uilib-border-radius-none"
1259
- },
1260
- "image-rounded": {
1261
- "title": "Image shape rounded",
1262
- "description": "Image shape rounded",
1263
- "displayType": "radius",
1264
- "primitive": "uilib-border-radius-600"
1265
- },
1266
- "image-fallback": {
1267
- "title": "Fallback image",
1268
- "description": "Fallback image",
1269
- "displayType": "image"
1270
- }
1271
- }
1272
- },
1273
1409
  "input-count": {
1274
1410
  "displayType": "color",
1275
1411
  "tokens": {
@@ -1373,6 +1509,85 @@
1373
1509
  }
1374
1510
  }
1375
1511
  },
1512
+ "input-switch": {
1513
+ "tokens": {
1514
+ "input-switch-track-color": {
1515
+ "displayType": "color",
1516
+ "primitive": "uilib-color-core-neutral",
1517
+ "title": "Default track colour",
1518
+ "description": "Default track colour"
1519
+ },
1520
+ "input-switch-track-color-selected": {
1521
+ "displayType": "color",
1522
+ "primitive": "uilib-color-core-interaction",
1523
+ "title": "Selected track colour",
1524
+ "description": "Selected track colour"
1525
+ },
1526
+ "input-switch-track-color-disabled": {
1527
+ "displayType": "color",
1528
+ "primitive": "uilib-color-other-disabled-soft",
1529
+ "title": "Disabled track colour",
1530
+ "description": "Disabled track colour"
1531
+ },
1532
+ "input-switch-track-border-color": {
1533
+ "displayType": "color",
1534
+ "primitive": "uilib-color-border-input",
1535
+ "title": "Default track border colour",
1536
+ "description": "Default track border colour"
1537
+ },
1538
+ "input-switch-track-border-color-selected": {
1539
+ "displayType": "color",
1540
+ "primitive": "uilib-color-border-interaction",
1541
+ "title": "Selected track border colour",
1542
+ "description": "Selected track border colour"
1543
+ },
1544
+ "input-switch-track-border-color-disabled": {
1545
+ "displayType": "color",
1546
+ "primitive": "uilib-color-other-disabled-soft",
1547
+ "title": "Disabled track border colour",
1548
+ "description": "Disabled track border colour"
1549
+ },
1550
+ "input-switch-track-height": {
1551
+ "displayType": "size",
1552
+ "title": "Track height",
1553
+ "description": "Track height"
1554
+ },
1555
+ "input-switch-track-width": {
1556
+ "displayType": "size",
1557
+ "title": "Track width",
1558
+ "description": "Track width"
1559
+ },
1560
+ "input-switch-track-radius": {
1561
+ "displayType": "radius",
1562
+ "primitive": "uilib-border-radius-pill",
1563
+ "title": "Track radius",
1564
+ "description": "Track radius"
1565
+ },
1566
+ "input-switch-thumb-size": {
1567
+ "displayType": "size",
1568
+ "title": "Thumb size",
1569
+ "description": "Thumb size"
1570
+ },
1571
+ "input-switch-thumb-radius": {
1572
+ "displayType": "radius",
1573
+ "primitive": "uilib-border-radius-circle",
1574
+ "title": "Thumb radius",
1575
+ "description": "Thumb radius"
1576
+ },
1577
+ "input-switch-thumb-color": {
1578
+ "displayType": "color",
1579
+ "primitive": "uilib-color-other-disabled-strong",
1580
+ "title": "Default Thumb colour",
1581
+ "description": "Default Thumb colour"
1582
+ },
1583
+ "input-switch-thumb-color-selected": {
1584
+ "displayType": "color",
1585
+ "primitive": "uilib-color-core-neutral",
1586
+ "title": "Selected Thumb colour",
1587
+ "description": "Selected Thumb colour"
1588
+ }
1589
+ }
1590
+ },
1376
1591
  "input-text": {
1377
1592
  "displayType": "icon",
1378
1593
  "tokens": {
@@ -1398,42 +1613,6 @@
1398
1613
  }
1399
1614
  }
1400
1615
  },
1401
- "info-tag": {
1402
- "displayType": "color",
1403
- "tokens": {
1404
- "info-tag-radius": {
1405
- "primitive": "uilib-border-radius-100",
1406
- "displayType": "radius",
1407
- "title": "Info tag radius",
1408
- "description": "Info tag radius"
1409
- },
1410
- "info-tag-text-color": {
1411
- "primitive": "uilib-color-text-strong",
1412
- "title": "Text colour",
1413
- "description": "Text colour"
1414
- },
1415
- "info-tag-info-bg-color": {
1416
- "primitive": "uilib-color-status-info-surface",
1417
- "title": "Info background colour",
1418
- "description": "Info background colour"
1419
- },
1420
- "info-tag-local-product-bg-color": {
1421
- "primitive": "uilib-color-brand-local",
1422
- "title": "Local product background colour",
1423
- "description": "Local product background colour"
1424
- },
1425
- "info-tag-neutral-bg-color": {
1426
- "primitive": "uilib-color-core-neutral",
1427
- "title": "Neutral background colour",
1428
- "description": "Neutral background colour"
1429
- },
1430
- "info-tag-scarcity-bg-color": {
1431
- "primitive": "uilib-color-status-warning-surface",
1432
- "title": "Scarcity background colour",
1433
- "description": "Scarcity background colour"
1434
- }
1435
- }
1436
- },
1437
1616
  "link": {
1438
1617
  "displayType": "color",
1439
1618
  "tokens": {
@@ -1515,7 +1694,8 @@
1515
1694
  "loader-image": {
1516
1695
  "title": "Loader image",
1517
1696
  "description": "Loader image",
1518
- "displayType": "image"
1697
+ "displayType": "image",
1698
+ "longValue": true
1519
1699
  },
1520
1700
  "loader-small": {
1521
1701
  "title": "Loader image size small",
@@ -1536,19 +1716,22 @@
1536
1716
  "primitive": "uilib-typography-component-heading-medium",
1537
1717
  "title": "Loader font small",
1538
1718
  "description": "Loader font small",
1539
- "displayType": "font"
1719
+ "displayType": "font",
1720
+ "longValue": true
1540
1721
  },
1541
1722
  "loader-font-medium": {
1542
1723
  "primitive": "uilib-typography-component-heading-large",
1543
1724
  "title": "Loader font medium",
1544
1725
  "description": "Loader font medium",
1545
- "displayType": "font"
1726
+ "displayType": "font",
1727
+ "longValue": true
1546
1728
  },
1547
1729
  "loader-font-large": {
1548
1730
  "primitive": "uilib-typography-component-heading-xlarge",
1549
1731
  "title": "Loader font large",
1550
1732
  "description": "Loader font large",
1551
- "displayType": "font"
1733
+ "displayType": "font",
1734
+ "longValue": true
1552
1735
  }
1553
1736
  }
1554
1737
  },
@@ -1562,6 +1745,28 @@
1562
1745
  }
1563
1746
  }
1564
1747
  },
1748
+ "modal": {
1749
+ "tokens": {
1750
+ "modal-backdrop-color": {
1751
+ "displayType": "color",
1752
+ "primitive": "uilib-color-other-scrim",
1753
+ "title": "Backdrop color",
1754
+ "description": "Modal backdrop overlay color"
1755
+ },
1756
+ "modal-radius": {
1757
+ "displayType": "radius",
1758
+ "primitive": "uilib-border-radius-400",
1759
+ "title": "Modal border radius",
1760
+ "description": "Modal container border radius"
1761
+ },
1762
+ "modal-icon-close": {
1763
+ "displayType": "icon",
1764
+ "title": "Close icon",
1765
+ "description": "Modal close button icon",
1766
+ "longValue": true
1767
+ }
1768
+ }
1769
+ },
1565
1770
  "pagination": {
1566
1771
  "displayType": "color",
1567
1772
  "tokens": {
@@ -1616,13 +1821,15 @@
1616
1821
  "primitive": "uilib-font-family-lead",
1617
1822
  "title": "Primary price font",
1618
1823
  "description": "Primary price font",
1619
- "displayType": "font"
1824
+ "displayType": "font",
1825
+ "longValue": true
1620
1826
  },
1621
1827
  "price-font-secondary": {
1622
1828
  "primitive": "uilib-font-family-base",
1623
1829
  "title": "Secondary price font",
1624
1830
  "description": "Secondary price font",
1625
- "displayType": "font"
1831
+ "displayType": "font",
1832
+ "longValue": true
1626
1833
  },
1627
1834
  "price-discount-color": {
1628
1835
  "primitive": "uilib-color-promotion",
@@ -1634,7 +1841,8 @@
1634
1841
  "primitive": "uilib-typography-component-heading-xlarge-strong",
1635
1842
  "title": "Main price unit for Medium variant",
1636
1843
  "description": "Main price unit for Medium variant",
1637
- "displayType": "font"
1844
+ "displayType": "font",
1845
+ "longValue": true
1638
1846
  },
1639
1847
  "price-font-main-large": {
1640
1848
  "primitive": "uilib-typography-component-heading-xxlarge-strong",
@@ -1646,7 +1854,8 @@
1646
1854
  "primitive": "uilib-typography-component-heading-medium-strong",
1647
1855
  "title": "Sub unit font for Large variant",
1648
1856
  "description": "Sub unit font for Large variant",
1649
- "displayType": "font"
1857
+ "displayType": "font",
1858
+ "longValue": true
1650
1859
  }
1651
1860
  }
1652
1861
  },
@@ -1674,7 +1883,8 @@
1674
1883
  "primitive": "uilib-typography-label-small",
1675
1884
  "title": "Promo tag font",
1676
1885
  "description": "Promo tag font",
1677
- "displayType": "font"
1886
+ "displayType": "font",
1887
+ "longValue": true
1678
1888
  }
1679
1889
  }
1680
1890
  },
@@ -1685,7 +1895,8 @@
1685
1895
  "primitive": "uilib-typography-body-medium",
1686
1896
  "title": "Numerical rating default font",
1687
1897
  "description": "Numerical rating default font",
1688
- "displayType": "font"
1898
+ "displayType": "font",
1899
+ "longValue": true
1689
1900
  },
1690
1901
  "ratings-numerical-color": {
1691
1902
  "primitive": "uilib-color-text-body",
@@ -1710,7 +1921,8 @@
1710
1921
  "ratings-numerical-brand-logo": {
1711
1922
  "title": "Numerical rating brand logo",
1712
1923
  "description": "Numerical rating brand logo",
1713
- "displayType": "image"
1924
+ "displayType": "image",
1925
+ "longValue": true
1714
1926
  },
1715
1927
  "ratings-numerical-brand-radius": {
1716
1928
  "displayType": "radius",
@@ -1926,27 +2138,5 @@
1926
2138
  "description": "Tooltip overlay text colour"
1927
2139
  }
1928
2140
  }
1929
- },
1930
- "modal": {
1931
- "tokens": {
1932
- "modal-backdrop-color": {
1933
- "displayType": "color",
1934
- "primitive": "uilib-color-other-scrim",
1935
- "title": "Backdrop color",
1936
- "description": "Modal backdrop overlay color"
1937
- },
1938
- "modal-radius": {
1939
- "displayType": "radius",
1940
- "primitive": "uilib-border-radius-400",
1941
- "title": "Modal border radius",
1942
- "description": "Modal container border radius"
1943
- },
1944
- "modal-icon-close": {
1945
- "displayType": "icon",
1946
- "title": "Close icon",
1947
- "description": "Modal close button icon",
1948
- "longValue": true
1949
- }
1950
- }
1951
2141
  }
1952
2142
  }
@@ -0,0 +1,10 @@
1
+ @use '../prefix' as *;
2
+ @use './font-path' as *;
3
+
4
+ @font-face {
5
+ font-weight: 700;
6
+ font-family: '#{$app-prefix}TUIHeadline';
7
+ font-style: italic;
8
+ src: url('#{$fontpath}tuiheadline-black-italic.subset.woff2') format('woff2');
9
+ font-display: swap;
10
+ }
@@ -0,0 +1,10 @@
1
+ @use '../prefix' as *;
2
+ @use './font-path' as *;
3
+
4
+ @font-face {
5
+ font-weight: 700;
6
+ font-family: '#{$app-prefix}TUIHeadline';
7
+ font-style: normal;
8
+ src: url('#{$fontpath}tuiheadline-black.subset.woff2') format('woff2');
9
+ font-display: swap;
10
+ }
@@ -0,0 +1,11 @@
1
+ @use '../prefix' as *;
2
+
3
+ @font-face {
4
+ font-weight: 700;
5
+ font-family: '#{$app-prefix}TUIHeadlineFallbackFont';
6
+ src: local('arial black');
7
+ size-adjust: 80.3%;
8
+ ascent-override: 93%;
9
+ descent-override: 28.9%;
10
+ line-gap-override: 22.3%;
11
+ }
@@ -25,6 +25,7 @@
25
25
  @forward 'lib/cards/card/variables';
26
26
  @forward 'lib/cards/search/variables';
27
27
  @forward 'lib/divider/variables';
28
+ @forward 'lib/flight-details/variables';
28
29
  @forward 'lib/forms/form-row/variables';
29
30
  @forward 'lib/forms/input-checkbox/variables';
30
31
  @forward 'lib/forms/input-chip/variables';
@@ -32,8 +33,10 @@
32
33
  @forward 'lib/forms/input-radio/variables';
33
34
  @forward 'lib/forms/input-stepper/variables';
34
35
  @forward 'lib/forms/input-slider/variables';
36
+ @forward 'lib/forms/input-switch/variables';
35
37
  @forward 'lib/forms/input-text/variables';
36
38
  @forward 'lib/grid/variables';
39
+ @forward 'lib/hero/variables';
37
40
  @forward 'lib/icon/variables';
38
41
  @forward 'lib/icon-button/variables';
39
42
  @forward 'lib/image/variables';