@telus-uds/theme-allium 4.3.0 → 4.5.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.
@@ -163,6 +163,32 @@
163
163
  }
164
164
  }
165
165
  },
166
+ {
167
+ "if": {
168
+ "outline": true,
169
+ "purpose": "editorial"
170
+ },
171
+ "tokens": {
172
+ "backgroundColor": {
173
+ "red": 0,
174
+ "green": 0,
175
+ "blue": 0,
176
+ "alpha": 0
177
+ },
178
+ "borderColor": {
179
+ "red": 0.40392,
180
+ "green": 0.43137,
181
+ "blue": 0.45098,
182
+ "alpha": 1
183
+ },
184
+ "color": {
185
+ "red": 0.40392,
186
+ "green": 0.43137,
187
+ "blue": 0.45098,
188
+ "alpha": 1
189
+ }
190
+ }
191
+ },
166
192
  {
167
193
  "if": {
168
194
  "outline": true,
@@ -238,8 +264,26 @@
238
264
  }
239
265
  },
240
266
  "BlockQuote": {
241
- "appearances": {},
242
- "rules": [],
267
+ "appearances": {
268
+ "viewport": {
269
+ "description": "The size label for the current screen viewport based on the current screen width",
270
+ "values": ["xs", "sm", "md", "lg", "xl"],
271
+ "type": "state"
272
+ }
273
+ },
274
+ "rules": [
275
+ {
276
+ "if": {
277
+ "viewport": ["xs", "sm", "md"]
278
+ },
279
+ "tokens": {
280
+ "titleHeadingFontName": "HelveticaNow",
281
+ "titleHeadingFontSize": 24,
282
+ "titleHeadingFontWeight": 400,
283
+ "titleHeadingLineHeight": 1.33333333333
284
+ }
285
+ }
286
+ ],
243
287
  "tokens": {
244
288
  "backgroundGradient": {
245
289
  "type": "linear",
@@ -271,11 +315,23 @@
271
315
  "blue": 0.27843,
272
316
  "alpha": 1
273
317
  },
318
+ "linkFontName": "HelveticaNow",
319
+ "linkFontSize": 16,
320
+ "linkFontWeight": 700,
321
+ "linkLineHeight": 1.5,
274
322
  "marginBottom": 16,
275
323
  "paddingBottom": 16,
276
324
  "paddingLeft": 32,
277
325
  "paddingRight": 32,
278
326
  "paddingTop": 16,
327
+ "titleFontName": "HelveticaNow",
328
+ "titleFontSize": 20,
329
+ "titleFontWeight": 400,
330
+ "titleHeadingFontName": "HelveticaNow",
331
+ "titleHeadingFontSize": 28,
332
+ "titleHeadingFontWeight": 400,
333
+ "titleHeadingLineHeight": 1.28571428571,
334
+ "titleLineHeight": 1.6,
279
335
  "width": 2
280
336
  }
281
337
  },
@@ -1043,6 +1099,12 @@
1043
1099
  "blue": 0,
1044
1100
  "alpha": 1
1045
1101
  },
1102
+ "borderColor": {
1103
+ "red": 0,
1104
+ "green": 0,
1105
+ "blue": 0,
1106
+ "alpha": 0
1107
+ },
1046
1108
  "borderWidth": 0,
1047
1109
  "color": {
1048
1110
  "red": 1,
@@ -1063,7 +1125,12 @@
1063
1125
  "blue": 0.02353,
1064
1126
  "alpha": 1
1065
1127
  },
1066
- "borderWidth": 0,
1128
+ "borderColor": {
1129
+ "red": 0,
1130
+ "green": 0,
1131
+ "blue": 0,
1132
+ "alpha": 0
1133
+ },
1067
1134
  "color": {
1068
1135
  "red": 1,
1069
1136
  "green": 1,
@@ -1129,6 +1196,12 @@
1129
1196
  "blue": 1,
1130
1197
  "alpha": 0.6
1131
1198
  },
1199
+ "borderColor": {
1200
+ "red": 0,
1201
+ "green": 0,
1202
+ "blue": 0,
1203
+ "alpha": 0
1204
+ },
1132
1205
  "color": {
1133
1206
  "red": 0.2549,
1134
1207
  "green": 0.27059,
@@ -1185,6 +1258,12 @@
1185
1258
  "blue": 0.20784,
1186
1259
  "alpha": 1
1187
1260
  },
1261
+ "borderColor": {
1262
+ "red": 0,
1263
+ "green": 0,
1264
+ "blue": 0,
1265
+ "alpha": 0
1266
+ },
1188
1267
  "color": {
1189
1268
  "red": 1,
1190
1269
  "green": 1,
@@ -1520,45 +1599,6 @@
1520
1599
  "icon": "PaletteIconCaretUp"
1521
1600
  }
1522
1601
  },
1523
- {
1524
- "if": {
1525
- "selected": true
1526
- },
1527
- "tokens": {
1528
- "backgroundColor": {
1529
- "red": 0.29412,
1530
- "green": 0.15686,
1531
- "blue": 0.42745,
1532
- "alpha": 1
1533
- },
1534
- "iconBackground": {
1535
- "red": 0.48627,
1536
- "green": 0.32549,
1537
- "blue": 0.64706,
1538
- "alpha": 1
1539
- }
1540
- }
1541
- },
1542
- {
1543
- "if": {
1544
- "pressed": true,
1545
- "selected": true
1546
- },
1547
- "tokens": {
1548
- "backgroundColor": {
1549
- "red": 0.24706,
1550
- "green": 0.16471,
1551
- "blue": 0.32941,
1552
- "alpha": 1
1553
- },
1554
- "iconBackground": {
1555
- "red": 0.38039,
1556
- "green": 0.21961,
1557
- "blue": 0.53725,
1558
- "alpha": 1
1559
- }
1560
- }
1561
- },
1562
1602
  {
1563
1603
  "if": {
1564
1604
  "pressed": true
@@ -1570,13 +1610,6 @@
1570
1610
  "blue": 0.45098,
1571
1611
  "alpha": 1
1572
1612
  },
1573
- "borderColor": {
1574
- "red": 0,
1575
- "green": 0,
1576
- "blue": 0,
1577
- "alpha": 0
1578
- },
1579
- "borderWidth": 0,
1580
1613
  "color": {
1581
1614
  "red": 1,
1582
1615
  "green": 1,
@@ -1594,14 +1627,39 @@
1594
1627
  "green": 1,
1595
1628
  "blue": 1,
1596
1629
  "alpha": 1
1630
+ }
1631
+ }
1632
+ },
1633
+ {
1634
+ "if": {
1635
+ "inactive": true
1636
+ },
1637
+ "tokens": {
1638
+ "backgroundColor": {
1639
+ "red": 1,
1640
+ "green": 1,
1641
+ "blue": 1,
1642
+ "alpha": 1
1597
1643
  },
1598
- "outerBorderColor": {
1599
- "red": 0,
1600
- "green": 0,
1601
- "blue": 0,
1602
- "alpha": 0
1644
+ "borderWidth": 0,
1645
+ "color": {
1646
+ "red": 0.69804,
1647
+ "green": 0.72549,
1648
+ "blue": 0.74902,
1649
+ "alpha": 1
1603
1650
  },
1604
- "outerBorderWidth": 0
1651
+ "iconBackground": {
1652
+ "red": 0.95686,
1653
+ "green": 0.95686,
1654
+ "blue": 0.96863,
1655
+ "alpha": 1
1656
+ },
1657
+ "iconColor": {
1658
+ "red": 0.69804,
1659
+ "green": 0.72549,
1660
+ "blue": 0.74902,
1661
+ "alpha": 1
1662
+ }
1605
1663
  }
1606
1664
  },
1607
1665
  {
@@ -1649,41 +1707,9 @@
1649
1707
  "alpha": 1
1650
1708
  },
1651
1709
  "iconBackground": {
1652
- "red": 0.48627,
1653
- "green": 0.32549,
1654
- "blue": 0.64706,
1655
- "alpha": 1
1656
- }
1657
- }
1658
- },
1659
- {
1660
- "if": {
1661
- "inactive": true
1662
- },
1663
- "tokens": {
1664
- "backgroundColor": {
1665
- "red": 1,
1666
- "green": 1,
1667
- "blue": 1,
1668
- "alpha": 1
1669
- },
1670
- "borderWidth": 0,
1671
- "color": {
1672
- "red": 0.69804,
1673
- "green": 0.72549,
1674
- "blue": 0.74902,
1675
- "alpha": 1
1676
- },
1677
- "iconBackground": {
1678
- "red": 0.95686,
1679
- "green": 0.95686,
1680
- "blue": 0.96863,
1681
- "alpha": 1
1682
- },
1683
- "iconColor": {
1684
- "red": 0.69804,
1685
- "green": 0.72549,
1686
- "blue": 0.74902,
1710
+ "red": 0.38039,
1711
+ "green": 0.21961,
1712
+ "blue": 0.53725,
1687
1713
  "alpha": 1
1688
1714
  }
1689
1715
  }
@@ -1730,9 +1756,9 @@
1730
1756
  },
1731
1757
  "iconBorderRadius": 32,
1732
1758
  "iconColor": {
1733
- "red": 0.17255,
1734
- "green": 0.18039,
1735
- "blue": 0.18824,
1759
+ "red": 0.2549,
1760
+ "green": 0.27059,
1761
+ "blue": 0.27843,
1736
1762
  "alpha": 1
1737
1763
  },
1738
1764
  "iconPadding": 2,
@@ -2726,20 +2752,13 @@
2726
2752
  },
2727
2753
  {
2728
2754
  "if": {
2729
- "large": true,
2730
- "viewport": ["xs"]
2731
- },
2732
- "tokens": {
2733
- "textFontSize": 28
2734
- }
2735
- },
2736
- {
2737
- "if": {
2738
- "feature": true,
2739
- "viewport": ["xs"]
2755
+ "large": true
2740
2756
  },
2741
2757
  "tokens": {
2742
- "textFontSize": 28
2758
+ "textFontSize": 64,
2759
+ "textLineHeight": 1.125,
2760
+ "textTimerFontName": "HelveticaNow",
2761
+ "textTimerFontWeight": 300
2743
2762
  }
2744
2763
  },
2745
2764
  {
@@ -2761,13 +2780,20 @@
2761
2780
  },
2762
2781
  {
2763
2782
  "if": {
2764
- "large": true
2783
+ "large": true,
2784
+ "viewport": ["xs"]
2765
2785
  },
2766
2786
  "tokens": {
2767
- "textFontSize": 64,
2768
- "textLineHeight": 1.125,
2769
- "textTimerFontName": "HelveticaNow",
2770
- "textTimerFontWeight": 300
2787
+ "textFontSize": 40
2788
+ }
2789
+ },
2790
+ {
2791
+ "if": {
2792
+ "feature": true,
2793
+ "viewport": ["xs"]
2794
+ },
2795
+ "tokens": {
2796
+ "textFontSize": 40
2771
2797
  }
2772
2798
  },
2773
2799
  {
@@ -2782,10 +2808,37 @@
2782
2808
  "alpha": 1
2783
2809
  }
2784
2810
  }
2811
+ },
2812
+ {
2813
+ "if": {
2814
+ "feature": true,
2815
+ "inverse": true
2816
+ },
2817
+ "tokens": {
2818
+ "containerBorderColor": {
2819
+ "red": 0.40392,
2820
+ "green": 0.43137,
2821
+ "blue": 0.45098,
2822
+ "alpha": 1
2823
+ },
2824
+ "labelBorderColor": {
2825
+ "red": 1,
2826
+ "green": 1,
2827
+ "blue": 1,
2828
+ "alpha": 1
2829
+ }
2830
+ }
2785
2831
  }
2786
2832
  ],
2787
2833
  "tokens": {
2834
+ "containerBorderColor": {
2835
+ "red": 0,
2836
+ "green": 0,
2837
+ "blue": 0,
2838
+ "alpha": 0
2839
+ },
2788
2840
  "containerBorderRadius": 6,
2841
+ "containerBorderWidth": 2,
2789
2842
  "containerGradient": {
2790
2843
  "type": "linear",
2791
2844
  "angle": 135,
@@ -2831,7 +2884,9 @@
2831
2884
  "blue": 0.27843,
2832
2885
  "alpha": 1
2833
2886
  },
2887
+ "labelFontName": "HelveticaNow",
2834
2888
  "labelFontSize": 16,
2889
+ "labelFontWeight": 400,
2835
2890
  "labelLineHeight": 1.5,
2836
2891
  "textFontSize": 16,
2837
2892
  "textLineHeight": 1.5,
@@ -2901,6 +2956,24 @@
2901
2956
  "calendarDayDefaultFontName": "HelveticaNow",
2902
2957
  "calendarDayDefaultFontSize": 14,
2903
2958
  "calendarDayDefaultFontWeight": 400,
2959
+ "calendarDaySelectedDisabledBackground": {
2960
+ "red": 0.98039,
2961
+ "green": 0.98039,
2962
+ "blue": 0.98039,
2963
+ "alpha": 1
2964
+ },
2965
+ "calendarDaySelectedDisabledColor": {
2966
+ "red": 1,
2967
+ "green": 1,
2968
+ "blue": 1,
2969
+ "alpha": 1
2970
+ },
2971
+ "calendarDaySelectedDisabledContentBackgroundColor": {
2972
+ "red": 0.69804,
2973
+ "green": 0.72549,
2974
+ "blue": 0.74902,
2975
+ "alpha": 1
2976
+ },
2904
2977
  "calendarDaySelectedFocusBeforeBackground": {
2905
2978
  "red": 1,
2906
2979
  "green": 1,
@@ -3464,13 +3537,19 @@
3464
3537
  "appearances": {},
3465
3538
  "rules": [],
3466
3539
  "tokens": {
3540
+ "closeButtonBackgroundColor": {
3541
+ "red": 0.95686,
3542
+ "green": 0.95686,
3543
+ "blue": 0.96863,
3544
+ "alpha": 1
3545
+ },
3467
3546
  "closeButtonBorderColor": {
3468
3547
  "red": 0.40392,
3469
3548
  "green": 0.43137,
3470
3549
  "blue": 0.45098,
3471
3550
  "alpha": 1
3472
3551
  },
3473
- "closeButtonBorderSize": 0,
3552
+ "closeButtonBorderSize": 1,
3474
3553
  "closeButtonHeight": 24,
3475
3554
  "closeButtonIconSize": 16,
3476
3555
  "closeButtonMarginBottom": 12,
@@ -3491,7 +3570,7 @@
3491
3570
  "blue": 0.96863,
3492
3571
  "alpha": 1
3493
3572
  },
3494
- "footnoteBodyPaddingBottom": 40,
3573
+ "footnoteBodyPaddingBottom": 32,
3495
3574
  "footnoteBodyPaddingLeft": 16,
3496
3575
  "footnoteBodyPaddingRight": 16,
3497
3576
  "footnoteBodyPaddingTop": 0,
@@ -3508,8 +3587,8 @@
3508
3587
  "footnoteHeaderPaddingTop": 16,
3509
3588
  "headerFontName": "HelveticaNow",
3510
3589
  "headerFontSize": 16,
3511
- "headerFontWeight": 700,
3512
- "headerLineHeight": 20,
3590
+ "headerFontWeight": 500,
3591
+ "headerLineHeight": 1.5,
3513
3592
  "headerMargin": 16,
3514
3593
  "listItemColor": {
3515
3594
  "red": 0.2549,
@@ -3517,8 +3596,8 @@
3517
3596
  "blue": 0.27843,
3518
3597
  "alpha": 1
3519
3598
  },
3520
- "listItemFontSize": 14,
3521
- "listItemLineHeight": 1.42857142857,
3599
+ "listItemFontSize": 16,
3600
+ "listItemLineHeight": 1.5,
3522
3601
  "listItemMarkerFontSize": 16,
3523
3602
  "listItemMarkerLineHeight": 1.5,
3524
3603
  "listItemPaddingLeft": 8,
@@ -4948,6 +5027,76 @@
4948
5027
  "subHeadingMarginTop": 8
4949
5028
  }
4950
5029
  },
5030
+ "MultiSelectFilter": {
5031
+ "appearances": {
5032
+ "maxHeight": {
5033
+ "description": "Whether MultiselectFilter modal should expand responsively to content or a set maximu height",
5034
+ "values": [true],
5035
+ "type": "state"
5036
+ },
5037
+ "maxWidth": {
5038
+ "description": "Whether MultiselectFilter modal should expand to content or a set maximuh width",
5039
+ "values": [true],
5040
+ "type": "state"
5041
+ },
5042
+ "viewport": {
5043
+ "description": "The size label for the current screen viewport based on the current screen width",
5044
+ "values": ["xs", "sm", "md", "lg", "xl"],
5045
+ "type": "state"
5046
+ }
5047
+ },
5048
+ "rules": [
5049
+ {
5050
+ "if": {
5051
+ "viewport": ["xs"]
5052
+ },
5053
+ "tokens": {
5054
+ "buttonDirection": "column",
5055
+ "minHeight": "100%",
5056
+ "minWidth": "100%"
5057
+ }
5058
+ },
5059
+ {
5060
+ "if": {
5061
+ "maxHeight": true,
5062
+ "viewport": ["sm", "md", "lg", "xl"]
5063
+ },
5064
+ "tokens": {
5065
+ "maxHeightSize": 480
5066
+ }
5067
+ },
5068
+ {
5069
+ "if": {
5070
+ "maxWidth": true,
5071
+ "viewport": ["sm", "md", "lg", "xl"]
5072
+ },
5073
+ "tokens": {
5074
+ "maxWidthSize": 544
5075
+ }
5076
+ }
5077
+ ],
5078
+ "tokens": {
5079
+ "buttonDirection": "row",
5080
+ "headerFontColor": {
5081
+ "red": 0.2549,
5082
+ "green": 0.27059,
5083
+ "blue": 0.27843,
5084
+ "alpha": 1
5085
+ },
5086
+ "headerFontName": "HelveticaNow",
5087
+ "headerFontSize": 16,
5088
+ "headerFontWeight": 500,
5089
+ "headerLineHeight": 1.5,
5090
+ "maxHeightSize": 0,
5091
+ "maxWidthSize": 0,
5092
+ "minHeight": 412,
5093
+ "minWidth": 320,
5094
+ "subHeaderFontName": "HelveticaNow",
5095
+ "subHeaderFontSize": 14,
5096
+ "subHeaderFontWeight": 400,
5097
+ "subHeaderLineHeight": 1.4
5098
+ }
5099
+ },
4951
5100
  "NavigationBar": {
4952
5101
  "appearances": {
4953
5102
  "expanded": {
@@ -5676,7 +5825,7 @@
5676
5825
  "red": 0,
5677
5826
  "green": 0,
5678
5827
  "blue": 0,
5679
- "alpha": 1
5828
+ "alpha": 0
5680
5829
  },
5681
5830
  "outerBorderGap": 0,
5682
5831
  "outerBorderWidth": 0,
@@ -6255,6 +6404,11 @@
6255
6404
  },
6256
6405
  "QuickLinksFeatureItem": {
6257
6406
  "appearances": {
6407
+ "pressed": {
6408
+ "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.",
6409
+ "values": [true],
6410
+ "type": "state"
6411
+ },
6258
6412
  "viewport": {
6259
6413
  "description": "The size label for the current screen viewport based on the current screen width",
6260
6414
  "values": ["xs", "sm", "md", "lg", "xl"],
@@ -6270,6 +6424,20 @@
6270
6424
  "contentMaxDimension": 184,
6271
6425
  "imageDimension": 168
6272
6426
  }
6427
+ },
6428
+ {
6429
+ "if": {
6430
+ "pressed": true
6431
+ },
6432
+ "tokens": {
6433
+ "color": {
6434
+ "red": 0.12157,
6435
+ "green": 0.36078,
6436
+ "blue": 0.03529,
6437
+ "alpha": 1
6438
+ },
6439
+ "textLine": "none"
6440
+ }
6273
6441
  }
6274
6442
  ],
6275
6443
  "tokens": {
@@ -6281,8 +6449,12 @@
6281
6449
  },
6282
6450
  "contentAlignItems": "center",
6283
6451
  "contentDirection": "column",
6284
- "contentMaxDimension": 140,
6452
+ "contentMaxDimension": 168,
6285
6453
  "contentSpace": 3,
6454
+ "fontName": "HelveticaNow",
6455
+ "fontSize": 16,
6456
+ "fontWeight": 700,
6457
+ "gap": 32,
6286
6458
  "imageDimension": 128,
6287
6459
  "outerBorderColor": {
6288
6460
  "red": 0,
@@ -7817,23 +7989,23 @@
7817
7989
  "alpha": 1
7818
7990
  },
7819
7991
  "knobCompletedBackgroundColor": {
7992
+ "red": 0,
7993
+ "green": 0,
7994
+ "blue": 0,
7995
+ "alpha": 0
7996
+ },
7997
+ "knobCompletedBorderColor": {
7820
7998
  "red": 1,
7821
7999
  "green": 1,
7822
8000
  "blue": 1,
7823
8001
  "alpha": 1
7824
8002
  },
7825
- "knobCompletedBorderColor": {
8003
+ "knobCurrentBackgroundColor": {
7826
8004
  "red": 1,
7827
8005
  "green": 1,
7828
8006
  "blue": 1,
7829
8007
  "alpha": 1
7830
8008
  },
7831
- "knobCurrentBackgroundColor": {
7832
- "red": 0,
7833
- "green": 0,
7834
- "blue": 0,
7835
- "alpha": 0
7836
- },
7837
8009
  "knobCurrentBorderColor": {
7838
8010
  "red": 1,
7839
8011
  "green": 1,
@@ -7903,25 +8075,25 @@
7903
8075
  },
7904
8076
  "knobBorderWidth": 1,
7905
8077
  "knobCompletedBackgroundColor": {
8078
+ "red": 0,
8079
+ "green": 0,
8080
+ "blue": 0,
8081
+ "alpha": 0
8082
+ },
8083
+ "knobCompletedBorderColor": {
7906
8084
  "red": 0.48627,
7907
8085
  "green": 0.32549,
7908
8086
  "blue": 0.64706,
7909
8087
  "alpha": 1
7910
8088
  },
7911
- "knobCompletedBorderColor": {
8089
+ "knobCompletedPaddingLeft": 2,
8090
+ "knobCompletedPaddingTop": 2,
8091
+ "knobCurrentBackgroundColor": {
7912
8092
  "red": 0.48627,
7913
8093
  "green": 0.32549,
7914
8094
  "blue": 0.64706,
7915
8095
  "alpha": 1
7916
8096
  },
7917
- "knobCompletedPaddingLeft": null,
7918
- "knobCompletedPaddingTop": null,
7919
- "knobCurrentBackgroundColor": {
7920
- "red": 0,
7921
- "green": 0,
7922
- "blue": 0,
7923
- "alpha": 0
7924
- },
7925
8097
  "knobCurrentBorderColor": {
7926
8098
  "red": 0.48627,
7927
8099
  "green": 0.32549,
@@ -7936,8 +8108,8 @@
7936
8108
  "alpha": 1
7937
8109
  },
7938
8110
  "knobCurrentInnerSize": 8,
7939
- "knobCurrentPaddingLeft": 2,
7940
- "knobCurrentPaddingTop": 2,
8111
+ "knobCurrentPaddingLeft": null,
8112
+ "knobCurrentPaddingTop": null,
7941
8113
  "knobSize": 16,
7942
8114
  "labelColor": {
7943
8115
  "red": 0.2549,
@@ -7955,7 +8127,7 @@
7955
8127
  "labelCurrentFontWeight": 700,
7956
8128
  "labelDirection": "column",
7957
8129
  "labelFontName": "HelveticaNow",
7958
- "labelFontSize": 16,
8130
+ "labelFontSize": 14,
7959
8131
  "labelFontWeight": 400,
7960
8132
  "labelGap": 0,
7961
8133
  "labelLineHeight": 1.42857142857,
@@ -7964,7 +8136,18 @@
7964
8136
  "labelPaddingRight": 16,
7965
8137
  "showStepLabel": false,
7966
8138
  "showStepName": true,
7967
- "showStepTrackerLabel": true
8139
+ "showStepTrackerLabel": true,
8140
+ "stepLabelColor": {
8141
+ "red": 0.40392,
8142
+ "green": 0.43137,
8143
+ "blue": 0.45098,
8144
+ "alpha": 1
8145
+ },
8146
+ "stepLabelFontName": "HelveticaNow",
8147
+ "stepLabelFontSize": 12,
8148
+ "stepLabelFontWeight": 700,
8149
+ "stepLabelLineHeight": 1.33333333333,
8150
+ "textStepTrackerLabel": 1
7968
8151
  }
7969
8152
  },
7970
8153
  "StoryCard": {
@@ -8574,16 +8757,28 @@
8574
8757
  },
8575
8758
  "tokens": {
8576
8759
  "backgroundColor": {
8760
+ "red": 1,
8761
+ "green": 1,
8762
+ "blue": 1,
8763
+ "alpha": 1
8764
+ },
8765
+ "borderWidth": 0,
8766
+ "color": {
8577
8767
  "red": 0.69804,
8578
8768
  "green": 0.72549,
8579
8769
  "blue": 0.74902,
8580
8770
  "alpha": 1
8581
8771
  },
8582
- "borderWidth": 0,
8583
- "color": {
8584
- "red": 1,
8585
- "green": 1,
8586
- "blue": 1,
8772
+ "iconBackground": {
8773
+ "red": 0.95686,
8774
+ "green": 0.95686,
8775
+ "blue": 0.96863,
8776
+ "alpha": 1
8777
+ },
8778
+ "iconColor": {
8779
+ "red": 0.69804,
8780
+ "green": 0.72549,
8781
+ "blue": 0.74902,
8587
8782
  "alpha": 1
8588
8783
  }
8589
8784
  }
@@ -8657,8 +8852,7 @@
8657
8852
  "paddingRight": 8,
8658
8853
  "paddingTop": 8,
8659
8854
  "shadow": null,
8660
- "textAlign": "center",
8661
- "width": null
8855
+ "textAlign": "center"
8662
8856
  }
8663
8857
  },
8664
8858
  "TermsAndConditions": {
@@ -9000,8 +9194,24 @@
9000
9194
  }
9001
9195
  },
9002
9196
  "Toast": {
9003
- "appearances": {},
9004
- "rules": [],
9197
+ "appearances": {
9198
+ "viewport": {
9199
+ "description": "The size label for the current screen viewport based on the current screen width",
9200
+ "values": ["xs", "sm", "md", "lg", "xl"],
9201
+ "type": "state"
9202
+ }
9203
+ },
9204
+ "rules": [
9205
+ {
9206
+ "if": {
9207
+ "viewport": ["xs"]
9208
+ },
9209
+ "tokens": {
9210
+ "animationPaddingBottomAfter": 8,
9211
+ "animationPaddingTopAfter": 8
9212
+ }
9213
+ }
9214
+ ],
9005
9215
  "tokens": {
9006
9216
  "animationBackgroundColorAfter": {
9007
9217
  "red": 0.95686,
@@ -9045,6 +9255,8 @@
9045
9255
  "animationPaddingBottomBefore": 0,
9046
9256
  "animationPaddingTopAfter": 16,
9047
9257
  "animationPaddingTopBefore": 0,
9258
+ "chevronlinkFontName": "HelveticaNow",
9259
+ "chevronlinkFontWeight": 400,
9048
9260
  "containerBackgroundColor": {
9049
9261
  "red": 0.29412,
9050
9262
  "green": 0.15686,
@@ -10564,7 +10776,7 @@
10564
10776
  }
10565
10777
  },
10566
10778
  "metadata": {
10567
- "themeTokensVersion": "2.32.0",
10779
+ "themeTokensVersion": "2.34.0",
10568
10780
  "name": "theme-allium"
10569
10781
  }
10570
10782
  }