@swisspost/design-system-tokens 9.0.0-next.33 → 9.0.0-next.35

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/tokens.json CHANGED
@@ -1325,6 +1325,10 @@
1325
1325
  "fg": {
1326
1326
  "$type": "color",
1327
1327
  "$value": "{post.core.color.sandgrey.100}"
1328
+ },
1329
+ "secondary-bg": {
1330
+ "$type": "color",
1331
+ "$value": "{post.core.color.brand.white}"
1328
1332
  }
1329
1333
  },
1330
1334
  "brand": {
@@ -1335,6 +1339,14 @@
1335
1339
  "fg": {
1336
1340
  "$type": "color",
1337
1341
  "$value": "{post.core.color.sandgrey.100}"
1342
+ },
1343
+ "fg-accent": {
1344
+ "$type": "color",
1345
+ "$value": "{post.core.color.sandgrey.100}"
1346
+ },
1347
+ "secondary-bg": {
1348
+ "$type": "color",
1349
+ "$value": "{post.core.color.brand.white}"
1338
1350
  }
1339
1351
  },
1340
1352
  "accent": {
@@ -1352,26 +1364,24 @@
1352
1364
  }
1353
1365
  }
1354
1366
  },
1355
- "notification": {
1356
- "badge": {
1357
- "bg": {
1358
- "$type": "color",
1359
- "$value": "{post.core.color.notification.red}"
1360
- },
1361
- "fg": {
1362
- "$type": "color",
1363
- "$value": "{post.core.color.brand.white}"
1364
- },
1365
- "stroke": {
1366
- "$type": "color",
1367
- "$value": "{post.core.color.brand.white}"
1368
- }
1367
+ "badge": {
1368
+ "bg": {
1369
+ "$type": "color",
1370
+ "$value": "{post.core.color.notification.red}"
1369
1371
  },
1370
- "popover": {
1371
- "hover": {
1372
- "$type": "color",
1373
- "$value": "{post.core.color.sandgrey.020}"
1374
- }
1372
+ "fg": {
1373
+ "$type": "color",
1374
+ "$value": "{post.core.color.brand.white}"
1375
+ },
1376
+ "stroke": {
1377
+ "$type": "color",
1378
+ "$value": "{post.core.color.brand.white}"
1379
+ }
1380
+ },
1381
+ "popover": {
1382
+ "hover": {
1383
+ "$type": "color",
1384
+ "$value": "{post.core.color.sandgrey.020}"
1375
1385
  }
1376
1386
  }
1377
1387
  },
@@ -1384,6 +1394,14 @@
1384
1394
  "2": {
1385
1395
  "$type": "text",
1386
1396
  "$value": "{post.core.bg-scheme.dark}"
1397
+ },
1398
+ "3": {
1399
+ "$type": "text",
1400
+ "$value": "{post.core.bg-scheme.dark}"
1401
+ },
1402
+ "4": {
1403
+ "$type": "text",
1404
+ "$value": "{post.core.bg-scheme.light}"
1387
1405
  }
1388
1406
  }
1389
1407
  }
@@ -1438,6 +1456,10 @@
1438
1456
  "fg-accent": {
1439
1457
  "$type": "color",
1440
1458
  "$value": "{post.core.color.cargo.blue}"
1459
+ },
1460
+ "secondary-bg": {
1461
+ "$type": "color",
1462
+ "$value": "{post.core.color.brand.white}"
1441
1463
  }
1442
1464
  },
1443
1465
  "accent": {
@@ -1452,6 +1474,10 @@
1452
1474
  "fg-accent": {
1453
1475
  "$type": "color",
1454
1476
  "$value": "{post.core.color.cargo.green}"
1477
+ },
1478
+ "secondary-bg": {
1479
+ "$type": "color",
1480
+ "$value": "{post.core.color.brand.white}"
1455
1481
  }
1456
1482
  }
1457
1483
  }
@@ -2039,6 +2065,14 @@
2039
2065
  "fg": {
2040
2066
  "$type": "color",
2041
2067
  "$value": "{post.core.color.sandgrey.100}"
2068
+ },
2069
+ "fg-accent": {
2070
+ "$type": "color",
2071
+ "$value": "{post.core.color.sandgrey.100}"
2072
+ },
2073
+ "secondary-bg": {
2074
+ "$type": "color",
2075
+ "$value": "{post.core.color.brand.white}"
2042
2076
  }
2043
2077
  },
2044
2078
  "accent": {
@@ -2052,30 +2086,32 @@
2052
2086
  },
2053
2087
  "fg-accent": {
2054
2088
  "$type": "color",
2055
- "$value": "{post.core.color.brand.postyellow}"
2056
- }
2057
- }
2058
- },
2059
- "notification": {
2060
- "badge": {
2061
- "bg": {
2062
- "$type": "color",
2063
- "$value": "{post.core.color.notification.red}"
2064
- },
2065
- "fg": {
2066
- "$type": "color",
2067
- "$value": "{post.core.color.brand.white}"
2089
+ "$value": "{post.core.color.sandgrey.100}"
2068
2090
  },
2069
- "stroke": {
2091
+ "secondary-bg": {
2070
2092
  "$type": "color",
2071
2093
  "$value": "{post.core.color.brand.white}"
2072
2094
  }
2095
+ }
2096
+ },
2097
+ "badge": {
2098
+ "bg": {
2099
+ "$type": "color",
2100
+ "$value": "{post.core.color.notification.red}"
2073
2101
  },
2074
- "popover": {
2075
- "hover": {
2076
- "$type": "color",
2077
- "$value": "{post.core.color.sandgrey.020}"
2078
- }
2102
+ "fg": {
2103
+ "$type": "color",
2104
+ "$value": "{post.core.color.brand.white}"
2105
+ },
2106
+ "stroke": {
2107
+ "$type": "color",
2108
+ "$value": "{post.core.color.brand.white}"
2109
+ }
2110
+ },
2111
+ "popover": {
2112
+ "hover": {
2113
+ "$type": "color",
2114
+ "$value": "{post.core.color.sandgrey.020}"
2079
2115
  }
2080
2116
  }
2081
2117
  },
@@ -2088,6 +2124,14 @@
2088
2124
  "2": {
2089
2125
  "$type": "text",
2090
2126
  "$value": "{post.core.bg-scheme.light}"
2127
+ },
2128
+ "3": {
2129
+ "$type": "text",
2130
+ "$value": "{post.core.bg-scheme.dark}"
2131
+ },
2132
+ "4": {
2133
+ "$type": "text",
2134
+ "$value": "{post.core.bg-scheme.light}"
2091
2135
  }
2092
2136
  }
2093
2137
  }
@@ -2142,6 +2186,10 @@
2142
2186
  "fg-accent": {
2143
2187
  "$type": "color",
2144
2188
  "$value": "{post.core.color.cargo.blue}"
2189
+ },
2190
+ "secondary-bg": {
2191
+ "$type": "color",
2192
+ "$value": "{post.core.color.brand.white}"
2145
2193
  }
2146
2194
  },
2147
2195
  "accent": {
@@ -2156,6 +2204,10 @@
2156
2204
  "fg-accent": {
2157
2205
  "$type": "color",
2158
2206
  "$value": "{post.core.color.cargo.green}"
2207
+ },
2208
+ "secondary-bg": {
2209
+ "$type": "color",
2210
+ "$value": "{post.core.color.brand.white}"
2159
2211
  }
2160
2212
  }
2161
2213
  }
@@ -3737,31 +3789,221 @@
3737
3789
  }
3738
3790
  },
3739
3791
  "Channel/EDK": {
3792
+ "keep": {
3793
+ "$type": "other",
3794
+ "$value": "",
3795
+ "$description": "Dont delete, otherwise the token cant be build correctly"
3796
+ }
3797
+ },
3798
+ "Channel/IDK": {
3799
+ "keep": {
3800
+ "$type": "other",
3801
+ "$value": "",
3802
+ "$description": "Dont delete, otherwise the token cant be build correctly"
3803
+ }
3804
+ },
3805
+ "Palette/Default": {
3740
3806
  "post": {
3741
- "channel": {
3742
- "sizing": {
3743
- "interactive": {
3744
- "height": {
3745
- "filler": {
3746
- "$type": "sizing",
3747
- "$value": "{post.core.dimension.24}"
3748
- }
3807
+ "palette": {
3808
+ "color": {
3809
+ "post": {
3810
+ "bg": {
3811
+ "$type": "color",
3812
+ "$value": "{post.scheme.color.surface.default.bg}"
3813
+ },
3814
+ "fg": {
3815
+ "$type": "color",
3816
+ "$value": "{post.scheme.color.surface.default.fg}"
3817
+ },
3818
+ "secondary": {
3819
+ "$type": "color",
3820
+ "$value": "{post.scheme.color.surface.default.fg}"
3821
+ },
3822
+ "secondary-bg": {
3823
+ "$type": "color",
3824
+ "$value": "{post.scheme.color.surface.alternate.bg}"
3825
+ },
3826
+ "bg-scheme": {
3827
+ "$type": "text",
3828
+ "$value": "{post.scheme.accent.bg-scheme.1}"
3829
+ }
3830
+ },
3831
+ "cargo": {
3832
+ "bg": {
3833
+ "$type": "color",
3834
+ "$value": "{post.cargo.scheme.color.surface.default.bg}"
3835
+ },
3836
+ "fg": {
3837
+ "$type": "color",
3838
+ "$value": "{post.cargo.scheme.color.surface.default.fg}"
3839
+ },
3840
+ "secondary": {
3841
+ "$type": "color",
3842
+ "$value": "{post.cargo.scheme.color.surface.default.fg}"
3843
+ },
3844
+ "secondary-bg": {
3845
+ "$type": "color",
3846
+ "$value": "{post.cargo.scheme.color.surface.alternate.bg}"
3847
+ },
3848
+ "bg-scheme": {
3849
+ "$type": "text",
3850
+ "$value": "{post.scheme.accent.bg-scheme.1}"
3749
3851
  }
3750
3852
  }
3751
3853
  }
3752
3854
  }
3753
3855
  }
3754
3856
  },
3755
- "Channel/IDK": {
3857
+ "Palette/Alternate": {
3756
3858
  "post": {
3757
- "channel": {
3758
- "sizing": {
3759
- "interactive": {
3760
- "height": {
3761
- "filler": {
3762
- "$type": "sizing",
3763
- "$value": "{post.core.dimension.24}"
3764
- }
3859
+ "palette": {
3860
+ "color": {
3861
+ "post": {
3862
+ "bg": {
3863
+ "$type": "color",
3864
+ "$value": "{post.scheme.color.surface.alternate.bg}"
3865
+ },
3866
+ "fg": {
3867
+ "$type": "color",
3868
+ "$value": "{post.scheme.color.surface.alternate.fg}"
3869
+ },
3870
+ "secondary": {
3871
+ "$type": "color",
3872
+ "$value": "{post.scheme.color.surface.alternate.fg}"
3873
+ },
3874
+ "secondary-bg": {
3875
+ "$type": "color",
3876
+ "$value": "{post.scheme.color.surface.default.bg}"
3877
+ },
3878
+ "bg-scheme": {
3879
+ "$type": "text",
3880
+ "$value": "{post.scheme.accent.bg-scheme.1}"
3881
+ }
3882
+ },
3883
+ "cargo": {
3884
+ "bg": {
3885
+ "$type": "color",
3886
+ "$value": "{post.cargo.scheme.color.surface.alternate.bg}"
3887
+ },
3888
+ "fg": {
3889
+ "$type": "color",
3890
+ "$value": "{post.cargo.scheme.color.surface.alternate.fg}"
3891
+ },
3892
+ "secondary": {
3893
+ "$type": "color",
3894
+ "$value": "{post.cargo.scheme.color.surface.alternate.fg}"
3895
+ },
3896
+ "secondary-bg": {
3897
+ "$type": "color",
3898
+ "$value": "{post.cargo.scheme.color.surface.default.bg}"
3899
+ },
3900
+ "bg-scheme": {
3901
+ "$type": "text",
3902
+ "$value": "{post.scheme.accent.bg-scheme.1}"
3903
+ }
3904
+ }
3905
+ }
3906
+ }
3907
+ }
3908
+ },
3909
+ "Palette/Accent": {
3910
+ "post": {
3911
+ "palette": {
3912
+ "color": {
3913
+ "post": {
3914
+ "bg": {
3915
+ "$type": "color",
3916
+ "$value": "{post.scheme.color.surface.accent.bg}"
3917
+ },
3918
+ "fg": {
3919
+ "$type": "color",
3920
+ "$value": "{post.scheme.color.surface.accent.fg}"
3921
+ },
3922
+ "secondary": {
3923
+ "$type": "color",
3924
+ "$value": "{post.scheme.color.surface.accent.fg-accent}"
3925
+ },
3926
+ "secondary-bg": {
3927
+ "$type": "color",
3928
+ "$value": "{post.scheme.color.surface.accent.secondary-bg}"
3929
+ },
3930
+ "bg-scheme": {
3931
+ "$type": "text",
3932
+ "$value": "{post.scheme.accent.bg-scheme.3}"
3933
+ }
3934
+ },
3935
+ "cargo": {
3936
+ "bg": {
3937
+ "$type": "color",
3938
+ "$value": "{post.cargo.scheme.color.surface.accent.bg}"
3939
+ },
3940
+ "fg": {
3941
+ "$type": "color",
3942
+ "$value": "{post.cargo.scheme.color.surface.accent.fg}"
3943
+ },
3944
+ "secondary": {
3945
+ "$type": "color",
3946
+ "$value": "{post.cargo.scheme.color.surface.accent.fg-accent}"
3947
+ },
3948
+ "secondary-bg": {
3949
+ "$type": "color",
3950
+ "$value": "{post.cargo.scheme.color.surface.accent.secondary-bg}"
3951
+ },
3952
+ "bg-scheme": {
3953
+ "$type": "text",
3954
+ "$value": "{post.scheme.accent.bg-scheme.4}"
3955
+ }
3956
+ }
3957
+ }
3958
+ }
3959
+ }
3960
+ },
3961
+ "Palette/Brand": {
3962
+ "post": {
3963
+ "palette": {
3964
+ "color": {
3965
+ "post": {
3966
+ "bg": {
3967
+ "$type": "color",
3968
+ "$value": "{post.scheme.color.surface.brand.bg}"
3969
+ },
3970
+ "fg": {
3971
+ "$type": "color",
3972
+ "$value": "{post.scheme.color.surface.brand.fg}"
3973
+ },
3974
+ "secondary": {
3975
+ "$type": "color",
3976
+ "$value": "{post.scheme.color.surface.brand.fg-accent}"
3977
+ },
3978
+ "secondary-bg": {
3979
+ "$type": "color",
3980
+ "$value": "{post.scheme.color.surface.brand.secondary-bg}"
3981
+ },
3982
+ "bg-scheme": {
3983
+ "$type": "text",
3984
+ "$value": "{post.scheme.accent.bg-scheme.4}"
3985
+ }
3986
+ },
3987
+ "cargo": {
3988
+ "bg": {
3989
+ "$type": "color",
3990
+ "$value": "{post.cargo.scheme.color.surface.brand.bg}"
3991
+ },
3992
+ "fg": {
3993
+ "$type": "color",
3994
+ "$value": "{post.cargo.scheme.color.surface.brand.fg}"
3995
+ },
3996
+ "secondary": {
3997
+ "$type": "color",
3998
+ "$value": "{post.cargo.scheme.color.surface.brand.fg-accent}"
3999
+ },
4000
+ "secondary-bg": {
4001
+ "$type": "color",
4002
+ "$value": "{post.cargo.scheme.color.surface.brand.secondary-bg}"
4003
+ },
4004
+ "bg-scheme": {
4005
+ "$type": "text",
4006
+ "$value": "{post.scheme.accent.bg-scheme.3}"
3765
4007
  }
3766
4008
  }
3767
4009
  }
@@ -3811,6 +4053,10 @@
3811
4053
  "fg": {
3812
4054
  "$type": "color",
3813
4055
  "$value": "{post.scheme.color.surface.brand.fg}"
4056
+ },
4057
+ "fg-accent": {
4058
+ "$type": "color",
4059
+ "$value": "{post.scheme.color.surface.brand.fg-accent}"
3814
4060
  }
3815
4061
  },
3816
4062
  "accent": {
@@ -3821,6 +4067,10 @@
3821
4067
  "fg": {
3822
4068
  "$type": "color",
3823
4069
  "$value": "{post.scheme.color.surface.accent.fg}"
4070
+ },
4071
+ "fg-accent": {
4072
+ "$type": "color",
4073
+ "$value": "{post.scheme.color.surface.accent.fg-accent}"
3824
4074
  }
3825
4075
  },
3826
4076
  "alternate": {
@@ -3833,6 +4083,28 @@
3833
4083
  "$value": "{post.scheme.color.surface.alternate.fg}"
3834
4084
  }
3835
4085
  }
4086
+ },
4087
+ "palette": {
4088
+ "bg": {
4089
+ "$type": "color",
4090
+ "$value": "{post.palette.color.post.bg}"
4091
+ },
4092
+ "fg": {
4093
+ "$type": "color",
4094
+ "$value": "{post.palette.color.post.fg}"
4095
+ },
4096
+ "secondary": {
4097
+ "$type": "color",
4098
+ "$value": "{post.palette.color.post.secondary}"
4099
+ },
4100
+ "secondary-bg": {
4101
+ "$type": "color",
4102
+ "$value": "{post.palette.color.post.secondary-bg}"
4103
+ },
4104
+ "bg-scheme": {
4105
+ "$type": "text",
4106
+ "$value": "{post.palette.color.post.bg-scheme}"
4107
+ }
3836
4108
  }
3837
4109
  }
3838
4110
  }
@@ -3889,6 +4161,10 @@
3889
4161
  "$value": "{post.cargo.scheme.color.surface.brand.bg}"
3890
4162
  },
3891
4163
  "fg": {
4164
+ "$type": "color",
4165
+ "$value": "{post.cargo.scheme.color.surface.brand.fg}"
4166
+ },
4167
+ "fg-accent": {
3892
4168
  "$type": "color",
3893
4169
  "$value": "{post.cargo.scheme.color.surface.brand.fg-accent}"
3894
4170
  }
@@ -3899,10 +4175,36 @@
3899
4175
  "$value": "{post.cargo.scheme.color.surface.accent.bg}"
3900
4176
  },
3901
4177
  "fg": {
4178
+ "$type": "color",
4179
+ "$value": "{post.cargo.scheme.color.surface.accent.fg}"
4180
+ },
4181
+ "fg-accent": {
3902
4182
  "$type": "color",
3903
4183
  "$value": "{post.cargo.scheme.color.surface.accent.fg-accent}"
3904
4184
  }
3905
4185
  }
4186
+ },
4187
+ "palette": {
4188
+ "bg": {
4189
+ "$type": "color",
4190
+ "$value": "{post.palette.color.cargo.bg}"
4191
+ },
4192
+ "fg": {
4193
+ "$type": "color",
4194
+ "$value": "{post.palette.color.cargo.fg}"
4195
+ },
4196
+ "secondary": {
4197
+ "$type": "color",
4198
+ "$value": "{post.palette.color.cargo.secondary}"
4199
+ },
4200
+ "secondary-bg": {
4201
+ "$type": "color",
4202
+ "$value": "{post.palette.color.cargo.secondary-bg}"
4203
+ },
4204
+ "bg-scheme": {
4205
+ "$type": "text",
4206
+ "$value": "{post.palette.color.cargo.bg-scheme}"
4207
+ }
3906
4208
  }
3907
4209
  }
3908
4210
  }
@@ -4465,15 +4767,15 @@
4465
4767
  "badge": {
4466
4768
  "bg": {
4467
4769
  "$type": "color",
4468
- "$value": "{post.scheme.color.notification.badge.bg}"
4770
+ "$value": "{post.scheme.color.badge.bg}"
4469
4771
  },
4470
4772
  "fg": {
4471
4773
  "$type": "color",
4472
- "$value": "{post.scheme.color.notification.badge.fg}"
4774
+ "$value": "{post.scheme.color.badge.fg}"
4473
4775
  },
4474
4776
  "stroke": {
4475
4777
  "$type": "color",
4476
- "$value": "{post.scheme.color.notification.badge.stroke}"
4778
+ "$value": "{post.scheme.color.badge.stroke}"
4477
4779
  },
4478
4780
  "height": {
4479
4781
  "l": {
@@ -6289,7 +6591,7 @@
6289
6591
  },
6290
6592
  "hover-fg": {
6291
6593
  "$type": "color",
6292
- "$value": "{post.scheme.color.notification.popover.hover}"
6594
+ "$value": "{post.scheme.color.popover.hover}"
6293
6595
  },
6294
6596
  "font-weight": {
6295
6597
  "$type": "fontWeights",
@@ -8320,7 +8622,7 @@
8320
8622
  "$type": "typography",
8321
8623
  "$value": {
8322
8624
  "fontWeight": "{post.utility.font-weight.bold}",
8323
- "fontSize": "{post.utility.font-size.sm}",
8625
+ "fontSize": "{post.device.font-size.7}",
8324
8626
  "lineHeight": "{post.body.line-height}",
8325
8627
  "letterSpacing": "{post.body.letter-spacing}",
8326
8628
  "textDecoration": "{post.link.decoration}",
@@ -8332,7 +8634,7 @@
8332
8634
  "$value": {
8333
8635
  "fontFamily": "{post.body.font-family}",
8334
8636
  "fontWeight": "{post.body.font-weight}",
8335
- "fontSize": "{post.utility.font-size.sm}",
8637
+ "fontSize": "{post.device.font-size.7}",
8336
8638
  "lineHeight": "{post.body.line-height}",
8337
8639
  "letterSpacing": "{post.body.letter-spacing}"
8338
8640
  }
@@ -8341,7 +8643,7 @@
8341
8643
  "$type": "typography",
8342
8644
  "$value": {
8343
8645
  "fontWeight": "{post.utility.font-weight.bold}",
8344
- "fontSize": "{post.utility.font-size.sm}",
8646
+ "fontSize": "{post.device.font-size.7}",
8345
8647
  "lineHeight": "{post.body.line-height}",
8346
8648
  "letterSpacing": "{post.body.letter-spacing}",
8347
8649
  "fontFamily": "{post.body.font-family}"
@@ -8359,6 +8661,60 @@
8359
8661
  }
8360
8662
  }
8361
8663
  }
8664
+ },
8665
+ "Background": {
8666
+ "default": {
8667
+ "$type": "color",
8668
+ "$value": "{post.theme.color.palettes.default.bg}"
8669
+ },
8670
+ "alternate": {
8671
+ "$type": "color",
8672
+ "$value": "{post.theme.color.palettes.alternate.bg}"
8673
+ },
8674
+ "brand": {
8675
+ "$type": "color",
8676
+ "$value": "{post.theme.color.palettes.brand.bg}"
8677
+ },
8678
+ "accent": {
8679
+ "$type": "color",
8680
+ "$value": "{post.theme.color.palettes.accent.bg}"
8681
+ }
8682
+ },
8683
+ "Foreground": {
8684
+ "default": {
8685
+ "$type": "color",
8686
+ "$value": "{post.theme.color.palettes.default.fg}"
8687
+ },
8688
+ "alternate": {
8689
+ "$type": "color",
8690
+ "$value": "{post.theme.color.palettes.alternate.fg}"
8691
+ },
8692
+ "brand": {
8693
+ "$type": "color",
8694
+ "$value": "{post.theme.color.palettes.brand.fg}"
8695
+ },
8696
+ "accent": {
8697
+ "$type": "color",
8698
+ "$value": "{post.theme.color.palettes.accent.fg}"
8699
+ }
8700
+ },
8701
+ "ForegroundSecondary": {
8702
+ "default": {
8703
+ "$type": "color",
8704
+ "$value": "{post.theme.color.palettes.default.fg}"
8705
+ },
8706
+ "alternate": {
8707
+ "$type": "color",
8708
+ "$value": "{post.theme.color.palettes.alternate.fg}"
8709
+ },
8710
+ "brand": {
8711
+ "$type": "color",
8712
+ "$value": "{post.theme.color.palettes.brand.fg-accent}"
8713
+ },
8714
+ "accent": {
8715
+ "$type": "color",
8716
+ "$value": "{post.theme.color.palettes.accent.fg-accent}"
8717
+ }
8362
8718
  }
8363
8719
  },
8364
8720
  "Utilities/Spacing": {
@@ -8717,20 +9073,6 @@
8717
9073
  "Utilities/Typo": {
8718
9074
  "post": {
8719
9075
  "utility": {
8720
- "font-size": {
8721
- "sm": {
8722
- "$type": "fontSizes",
8723
- "$value": "{post.device.font-size.7}"
8724
- },
8725
- "md": {
8726
- "$type": "fontSizes",
8727
- "$value": "{post.device.font-size.6}"
8728
- },
8729
- "lg": {
8730
- "$type": "fontSizes",
8731
- "$value": "{post.device.font-size.5}"
8732
- }
8733
- },
8734
9076
  "font-weight": {
8735
9077
  "regular": {
8736
9078
  "$type": "fontWeights",
@@ -8768,6 +9110,58 @@
8768
9110
  "$type": "letterSpacing",
8769
9111
  "$value": "{post.core.letter-spacing.default}"
8770
9112
  }
9113
+ },
9114
+ "font-size": {
9115
+ "1": {
9116
+ "$type": "fontSizes",
9117
+ "$value": "{post.device.font-size.1}",
9118
+ "$description": "Used in H1 adapts on Deskto, Tablet and Mobile"
9119
+ },
9120
+ "2": {
9121
+ "$type": "fontSizes",
9122
+ "$value": "{post.device.font-size.2}",
9123
+ "$description": "Used in H2, addapts on Device"
9124
+ },
9125
+ "3": {
9126
+ "$type": "fontSizes",
9127
+ "$value": "{post.device.font-size.3}",
9128
+ "$description": "Used H3 and legend big"
9129
+ },
9130
+ "4": {
9131
+ "$type": "fontSizes",
9132
+ "$value": "{post.device.font-size.4}",
9133
+ "$description": "Used in H4"
9134
+ },
9135
+ "5": {
9136
+ "$type": "fontSizes",
9137
+ "$value": "{post.device.font-size.5}",
9138
+ "$description": "Used in H5"
9139
+ },
9140
+ "6": {
9141
+ "$type": "fontSizes",
9142
+ "$value": "{post.device.font-size.6}",
9143
+ "$description": "Used in H6 and as a default size"
9144
+ },
9145
+ "7": {
9146
+ "$type": "fontSizes",
9147
+ "$value": "{post.device.font-size.7}"
9148
+ },
9149
+ "8": {
9150
+ "$type": "fontSizes",
9151
+ "$value": "{post.device.font-size.8}"
9152
+ },
9153
+ "9": {
9154
+ "$type": "fontSizes",
9155
+ "$value": "{post.device.font-size.9}"
9156
+ },
9157
+ "10": {
9158
+ "$type": "fontSizes",
9159
+ "$value": "{post.device.font-size.10}"
9160
+ },
9161
+ "11": {
9162
+ "$type": "fontSizes",
9163
+ "$value": "{post.device.font-size.11}"
9164
+ }
8771
9165
  }
8772
9166
  }
8773
9167
  }
@@ -8811,7 +9205,7 @@
8811
9205
  },
8812
9206
  "fg": {
8813
9207
  "$type": "color",
8814
- "$value": "{post.theme.color.palettes.brand.fg}"
9208
+ "$value": "{post.theme.color.palettes.brand.fg-accent}"
8815
9209
  },
8816
9210
  "bg-scheme": {
8817
9211
  "$type": "text",
@@ -8825,7 +9219,7 @@
8825
9219
  },
8826
9220
  "fg": {
8827
9221
  "$type": "color",
8828
- "$value": "{post.theme.color.palettes.accent.fg}"
9222
+ "$value": "{post.theme.color.palettes.accent.fg-accent}"
8829
9223
  },
8830
9224
  "bg-scheme": {
8831
9225
  "$type": "text",
@@ -8886,53 +9280,6 @@
8886
9280
  "$figmaCollectionId": "VariableCollectionId:718:1595",
8887
9281
  "$figmaModeId": "718:0",
8888
9282
  "$figmaVariableReferences": {
8889
- "post.core.color.brand.postyellow": "1ada4885ffc342025901ed77f04c8ef288847238",
8890
- "post.core.color.brand.black": "6ddcb4876b56bfa3067c99e1d340110a3b0d0e00",
8891
- "post.core.color.brand.white": "854447dbb507b5d3f0245e7934e4dc2d58d31d42",
8892
- "post.core.color.notification.green": "74133ba89df74b896da89dfc8ea716665676c455",
8893
- "post.core.color.notification.red": "6033282b0129a97545fdb2b4a7d849c86a3aaaa7",
8894
- "post.core.color.notification.orange": "c8806819b35876178a5630b0e85ecc62bf26efaa",
8895
- "post.core.color.notification.blue": "4b1bc769bfb9bb9e513a8ad032bcf08f6338d1ea",
8896
- "post.core.color.notification.green-light": "14699ea3d83dce7dd4a41c62a75e23e22a517ce7",
8897
- "post.core.color.notification.red-light": "dc8a3f925a29ec749bed302314c141a7483ca160",
8898
- "post.core.color.notification.orange-light": "d5f216e93abaa8bd3b7be2708846595265f69acb",
8899
- "post.core.color.notification.blue-light": "96e994c2e2920dcba3de3f9a2ba7b43bf914cb79",
8900
- "post.core.color.notification.green-night": "3199517b27ac3fe0ab99e52e1b4721f07491796d",
8901
- "post.core.color.notification.red-night": "f6e214da94b642f7eb2b0593c1e2da44e88749ba",
8902
- "post.core.color.sandgrey.100": "3f0c5233089d823bb75769a5e022748cef8d6beb",
8903
- "post.core.color.sandgrey.000": "0f66c4e1b53dbf13095454ed0247b0e8c3d889e0",
8904
- "post.core.color.sandgrey.002": "e9a3ff986fba3d9d8d34a948ee34993b206ddf1c",
8905
- "post.core.color.sandgrey.006": "8de52bd59874bfa57a104263c7da167f70bb36e7",
8906
- "post.core.color.sandgrey.012": "90a7a6113db7f27c1cb7bc03d5d83b5164a40a9e",
8907
- "post.core.color.sandgrey.020": "79ef5a19c790fab23f47db7d133fc94b6b6f175f",
8908
- "post.core.color.sandgrey.030": "7d334ad280a3d2f5c434b2859365458ff54cc1f4",
8909
- "post.core.color.sandgrey.040": "7cf5dd00c9d9c5a8e767925edded58a2decb81ee",
8910
- "post.core.color.sandgrey.050": "9eafc811f24441047c8f9c55f8c4676a53a72b07",
8911
- "post.core.color.sandgrey.060": "8fb0e1c235aa3e443fbad5f337357edb15bd3be3",
8912
- "post.core.color.sandgrey.070": "ba7cc96f89f38c6b5b1df7e7fdec1d9374e0da1d",
8913
- "post.core.color.sandgrey.080": "e5126143ee1461e860857e8e8bf3ed0aaf8bf529",
8914
- "post.core.color.sandgrey.090": "d54490414693701dbd76c5ba3b4c17bfaf517663",
8915
- "post.core.color.sandgrey.alpha.darksand.10": "110c39fdb1a21bcfb94336ab559d092b6d48b4a9",
8916
- "post.core.color.sandgrey.alpha.darksand.20": "cad777c1914c945da2b2dcfeafccdf35d79f2e57",
8917
- "post.core.color.sandgrey.alpha.darksand.30": "edec40b98f83ed98babc02a98b31bbaefb08a746",
8918
- "post.core.color.sandgrey.alpha.darksand.40": "3821a9ef168ba9ec6ad4b0712d1d7ddd08f9c1e1",
8919
- "post.core.color.sandgrey.alpha.darksand.50": "062986ca42b1cfdffee815b39721e3cb26e4877e",
8920
- "post.core.color.sandgrey.alpha.darksand.60": "a9fea5c196d64bae8fec2a03da96cfd22eeed80d",
8921
- "post.core.color.sandgrey.alpha.darksand.70": "e3929c8fab91d7b5e0feea9038f4693e31a32a8d",
8922
- "post.core.color.sandgrey.alpha.darksand.80": "e5600aa0b74e33460618dc507e384d1250d9ef7b",
8923
- "post.core.color.sandgrey.alpha.darksand.90": "f23b92000e33ad3ba61a3cb6c22f026222de3c92",
8924
- "post.core.color.sandgrey.alpha.lightsand.10": "7083e474d736d653af76a09f1810a2863d23fbe8",
8925
- "post.core.color.sandgrey.alpha.lightsand.20": "d1d9b4ea108cb1d4a0c1618ddb997c009441bd91",
8926
- "post.core.color.sandgrey.alpha.lightsand.30": "d84e4cbc67c66524b3021662bddc877c4e0b4ee3",
8927
- "post.core.color.sandgrey.alpha.lightsand.40": "e382b3f22a9933efb1e141b30ff0b4c96ab96fbf",
8928
- "post.core.color.sandgrey.alpha.lightsand.50": "99b4f0370ff3e5d2133c5fd2c14d05832c290ca3",
8929
- "post.core.color.sandgrey.alpha.lightsand.60": "91ada1d279f1e38d5ea12016f78f5b08eb0528ab",
8930
- "post.core.color.sandgrey.alpha.lightsand.70": "4822c64e9ed611a07388b899510e4e476b4d63a6",
8931
- "post.core.color.sandgrey.alpha.lightsand.80": "3d2bec28282aa25e40831de22df52defd7af4a3e",
8932
- "post.core.color.sandgrey.alpha.lightsand.90": "a27931f39c2f5fe6bce1e53337bf973fc0160b3a",
8933
- "post.core.color.colorless": "28411178dcd53a19586b729f27355f6a510d4d96",
8934
- "post.core.color.cargo.green": "f1a9626c558742ab4c1ba57e6a45e7079826d5be",
8935
- "post.core.color.cargo.blue": "a3640cc0d83e91bc8d8b448cb62e6b2367d8bb5f",
8936
9283
  "post.core.dimension.0": "812facbf5bdccac17ef2b362a51a8f0880fa0ae8",
8937
9284
  "post.core.dimension.1": "633af9102376b2b86a280d4487c01379eac42357",
8938
9285
  "post.core.dimension.2": "12b3a5b4d32b0f2ccf010673077f46b14ffd8d7b",
@@ -8977,6 +9324,7 @@
8977
9324
  "post.core.dimension.96": "c284ed2b1cd135012ce6f9a7b7709b031550b4ab",
8978
9325
  "post.core.dimension.100": "a6b405b6955da9114e41712fd7f8413e018c81c9",
8979
9326
  "post.core.dimension.104": "c083e2e9756c614be6300168b2280da675e6b5e4",
9327
+ "post.core.dimension.112": "2386461d6381c0163aca78dc3377cfcafa791039",
8980
9328
  "post.core.dimension.164": "d4e897de6a06427c57c11b83961582eb008a5b86",
8981
9329
  "post.core.dimension.180": "695dddb74cfb20e35975daeff720ae3c3b7d80a5",
8982
9330
  "post.core.dimension.188": "32589adde559f453f65e33b4efc88278897810c4",
@@ -9011,10 +9359,7 @@
9011
9359
  "post.core.font-size.32": "468652535b4d230b8aacbfdad93b0ac69dd79f5e",
9012
9360
  "post.core.font-size.36": "d915e690bf9ee5217752fd9d94f42d744e82aa92",
9013
9361
  "post.core.font-size.40": "79f8e733b8e993cbc3792ea4ed7a9e702b1a769c",
9014
- "post.core.letter-spacing.none": "195c468fa2f255470e6e8077bfc5cb14da225064",
9015
- "post.core.font-family.swiss-post": "5547f71fafbe8166ac0384fd4e8862796da43fea",
9016
- "post.core.bg-scheme.light": "680b1c2afef596d40c46720eec03880fce677f54",
9017
- "post.core.bg-scheme.dark": "e8c0b33a001cad7d205a2164de934d28333fc7c4"
9362
+ "post.core.letter-spacing.none": "195c468fa2f255470e6e8077bfc5cb14da225064"
9018
9363
  }
9019
9364
  },
9020
9365
  {
@@ -9157,13 +9502,14 @@
9157
9502
  "post.scheme.color.surface.alternate.fg": "c301615214e1cca28102b3a651f3b8c9da42ca5c",
9158
9503
  "post.scheme.color.surface.brand.bg": "5882e06454efa138fece081c28b7788f52e81621",
9159
9504
  "post.scheme.color.surface.brand.fg": "962f01542da03311583047fbea671773938b354f",
9505
+ "post.scheme.color.surface.brand.fg-accent": "ada7c8de4bebbcbf62c50df5fff76ad3bddcaab0",
9160
9506
  "post.scheme.color.surface.accent.bg": "e3fe18387eb6baccd0e82d158ea15da28536615d",
9161
9507
  "post.scheme.color.surface.accent.fg": "d3570e8972397cb630ce75bf875bfd6a22b4157a",
9162
9508
  "post.scheme.color.surface.accent.fg-accent": "d7893d385ffd4cb44d7c3f5299884b5719e5e8f5",
9163
- "post.scheme.color.notification.badge.bg": "0de95de05ec88e26525f4211c81f0f8dbe321ebb",
9164
- "post.scheme.color.notification.badge.fg": "48ff724df33b9947e7e74a729c5dc4a7c930f58c",
9165
- "post.scheme.color.notification.badge.stroke": "3b53b100fef4f7aa9a97b64e7d2fa8fc9c51aba2",
9166
- "post.scheme.color.notification.popover.hover": "9e2793c01c18d6947c2d4e898afcb379426d952c",
9509
+ "post.scheme.color.badge.bg": "0de95de05ec88e26525f4211c81f0f8dbe321ebb",
9510
+ "post.scheme.color.badge.fg": "48ff724df33b9947e7e74a729c5dc4a7c930f58c",
9511
+ "post.scheme.color.badge.stroke": "3b53b100fef4f7aa9a97b64e7d2fa8fc9c51aba2",
9512
+ "post.scheme.color.popover.hover": "9e2793c01c18d6947c2d4e898afcb379426d952c",
9167
9513
  "post.scheme.accent.bg-scheme.1": "a7a55881dbc34e6d6b85f0bd30188fb164677678",
9168
9514
  "post.scheme.accent.bg-scheme.2": "a343e732fc434c2a0b9c1597748d8e12a1755aed",
9169
9515
  "post.cargo.scheme.color.surface.default.bg": "41eb3ffd4461ead71c3379a48099d9c674aab882",
@@ -9179,6 +9525,10 @@
9179
9525
  "post.cargo.scheme.color.surface.accent.bg": "2dc2983e13aad7ec4e60552838d56966fa9908d6",
9180
9526
  "post.cargo.scheme.color.surface.accent.fg": "e724294b65aca52dcb29118010534f0482bd0881",
9181
9527
  "post.cargo.scheme.color.surface.accent.fg-accent": "9d2202f6c4937b0a006f5bf8886480984ab8efb2",
9528
+ "post.scheme.color.surface.brand.secondary-bg": "67a767b7412ecd8f80d74d6c45df95dc3404d5f6",
9529
+ "post.cargo.scheme.color.surface.accent.secondary-bg": "adb42ae32163c451f31d8ed0050e561ff59cf083",
9530
+ "post.cargo.scheme.color.surface.brand.secondary-bg": "314623188e983ad86a426c367f3aae8afa2e3912",
9531
+ "post.scheme.accent.bg-scheme.3": "0106bc04b451141953177f24e474d471dc33ee76",
9182
9532
  "post.scheme.color.signal.neutral-dark": "790da7ad43fa67de3b2da99582d332791fb09e9f",
9183
9533
  "post.scheme.color.signal.neutral": "daad7eeff08d93aeed6c1ad67af23e58bdffd198",
9184
9534
  "post.scheme.color.interactive.primary.enabled.stroke4": "f1f06537fe6c95eec77840e0dab059e57cc12e74",
@@ -9190,7 +9540,9 @@
9190
9540
  "post.scheme.color.interactive.input.hover.fg": "4191ea628c0c943fa24e832a57e02fce109f0a73",
9191
9541
  "post.scheme.color.interactive.input.hover.border": "69ac281e1d33ebdb46f1512dd957323d89a6cc66",
9192
9542
  "post.scheme.color.interactive.card.hover.bg": "1d66654cac7bffff73a6850b64c4f9ea5a6d3f51",
9193
- "post.scheme.color.interactive.card.hover.fg": "46768fb35f93053ac5e9e323bc5d77fad6336fad"
9543
+ "post.scheme.color.interactive.card.hover.fg": "46768fb35f93053ac5e9e323bc5d77fad6336fad",
9544
+ "post.scheme.color.surface.alternate.secondary-bg": "37fe3d392e7edfa847c040ca2eb0f66679ff2275",
9545
+ "post.scheme.accent.bg-scheme.4": "93190d8981d4ec64741cf112817fe3f14c0a9381"
9194
9546
  }
9195
9547
  },
9196
9548
  {
@@ -9345,13 +9697,14 @@
9345
9697
  "post.scheme.color.surface.alternate.fg": "c301615214e1cca28102b3a651f3b8c9da42ca5c",
9346
9698
  "post.scheme.color.surface.brand.bg": "5882e06454efa138fece081c28b7788f52e81621",
9347
9699
  "post.scheme.color.surface.brand.fg": "962f01542da03311583047fbea671773938b354f",
9700
+ "post.scheme.color.surface.brand.fg-accent": "ada7c8de4bebbcbf62c50df5fff76ad3bddcaab0",
9348
9701
  "post.scheme.color.surface.accent.bg": "e3fe18387eb6baccd0e82d158ea15da28536615d",
9349
9702
  "post.scheme.color.surface.accent.fg": "d3570e8972397cb630ce75bf875bfd6a22b4157a",
9350
9703
  "post.scheme.color.surface.accent.fg-accent": "d7893d385ffd4cb44d7c3f5299884b5719e5e8f5",
9351
- "post.scheme.color.notification.badge.bg": "0de95de05ec88e26525f4211c81f0f8dbe321ebb",
9352
- "post.scheme.color.notification.badge.fg": "48ff724df33b9947e7e74a729c5dc4a7c930f58c",
9353
- "post.scheme.color.notification.badge.stroke": "3b53b100fef4f7aa9a97b64e7d2fa8fc9c51aba2",
9354
- "post.scheme.color.notification.popover.hover": "9e2793c01c18d6947c2d4e898afcb379426d952c",
9704
+ "post.scheme.color.badge.bg": "0de95de05ec88e26525f4211c81f0f8dbe321ebb",
9705
+ "post.scheme.color.badge.fg": "48ff724df33b9947e7e74a729c5dc4a7c930f58c",
9706
+ "post.scheme.color.badge.stroke": "3b53b100fef4f7aa9a97b64e7d2fa8fc9c51aba2",
9707
+ "post.scheme.color.popover.hover": "9e2793c01c18d6947c2d4e898afcb379426d952c",
9355
9708
  "post.scheme.accent.bg-scheme.1": "a7a55881dbc34e6d6b85f0bd30188fb164677678",
9356
9709
  "post.scheme.accent.bg-scheme.2": "a343e732fc434c2a0b9c1597748d8e12a1755aed",
9357
9710
  "post.cargo.scheme.color.surface.default.bg": "41eb3ffd4461ead71c3379a48099d9c674aab882",
@@ -9366,7 +9719,14 @@
9366
9719
  "post.cargo.scheme.color.surface.brand.fg-accent": "15eac3957d30e8b21001a30f17a62fd362e0c5f0",
9367
9720
  "post.cargo.scheme.color.surface.accent.bg": "2dc2983e13aad7ec4e60552838d56966fa9908d6",
9368
9721
  "post.cargo.scheme.color.surface.accent.fg": "e724294b65aca52dcb29118010534f0482bd0881",
9369
- "post.cargo.scheme.color.surface.accent.fg-accent": "9d2202f6c4937b0a006f5bf8886480984ab8efb2"
9722
+ "post.cargo.scheme.color.surface.accent.fg-accent": "9d2202f6c4937b0a006f5bf8886480984ab8efb2",
9723
+ "post.scheme.color.surface.brand.secondary-bg": "67a767b7412ecd8f80d74d6c45df95dc3404d5f6",
9724
+ "post.scheme.color.surface.alternate.secondary-bg": "37fe3d392e7edfa847c040ca2eb0f66679ff2275",
9725
+ "post.cargo.scheme.color.surface.accent.secondary-bg": "adb42ae32163c451f31d8ed0050e561ff59cf083",
9726
+ "post.cargo.scheme.color.surface.brand.secondary-bg": "314623188e983ad86a426c367f3aae8afa2e3912",
9727
+ "post.scheme.accent.bg-scheme.3": "0106bc04b451141953177f24e474d471dc33ee76",
9728
+ "post.scheme.accent.bg-scheme.4": "93190d8981d4ec64741cf112817fe3f14c0a9381",
9729
+ "post.scheme.color.surface.accent.secondary-bg": "c3b14ae4cf48b1e003ab0fb1481649418ed1eba9"
9370
9730
  },
9371
9731
  "group": "Scheme"
9372
9732
  },
@@ -9393,7 +9753,6 @@
9393
9753
  "post.device.font-size.9": "23590915ce9c30e0caf395ad9e7fa5b10a9d6d0f",
9394
9754
  "post.device.font-size.10": "343f6a18984d4d3979334cb11e32ca10e106937f",
9395
9755
  "post.device.font-size.11": "9434eeebcfcc25c787d11c4b2290d3e8126a2beb",
9396
- "post.device.font-family.default": "38fff1548814bdde018a1ba905997904160c681b",
9397
9756
  "post.device.spacing.gap.block.1": "b81e680c344c30ca1c1bb06455a368e407bc7880",
9398
9757
  "post.device.spacing.gap.block.2": "4a1dd1f5413efe360cfb36bdd2ecdfd3395c365b",
9399
9758
  "post.device.spacing.gap.block.3": "dce52190596c6cc980495a8f1ef9fbdae012b26b",
@@ -9467,6 +9826,7 @@
9467
9826
  "post.device.grid.padding.inline.container": "ac3bea992f765c2b35b8b7b8e0213bc1471cd22c",
9468
9827
  "post.device.border-width.quote": "1c2f3d93f282058f554db3737d1b131c886b81f4",
9469
9828
  "post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
9829
+ "post.device.position.4": "8ad5558946050df69161bd3c5b65640703a1dfd2",
9470
9830
  "post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
9471
9831
  "post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676",
9472
9832
  "post.device.spacing.gap.inline.1": "bf4a1f1af93f454818f24e35b2241ae450bf79f1",
@@ -9543,7 +9903,6 @@
9543
9903
  "post.device.font-size.9": "23590915ce9c30e0caf395ad9e7fa5b10a9d6d0f",
9544
9904
  "post.device.font-size.10": "343f6a18984d4d3979334cb11e32ca10e106937f",
9545
9905
  "post.device.font-size.11": "9434eeebcfcc25c787d11c4b2290d3e8126a2beb",
9546
- "post.device.font-family.default": "38fff1548814bdde018a1ba905997904160c681b",
9547
9906
  "post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
9548
9907
  "post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676",
9549
9908
  "post.device.spacing.gap.block.2": "4a1dd1f5413efe360cfb36bdd2ecdfd3395c365b",
@@ -9618,6 +9977,7 @@
9618
9977
  "post.device.grid.padding.inline.container": "ac3bea992f765c2b35b8b7b8e0213bc1471cd22c",
9619
9978
  "post.device.border-width.quote": "1c2f3d93f282058f554db3737d1b131c886b81f4",
9620
9979
  "post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
9980
+ "post.device.position.4": "8ad5558946050df69161bd3c5b65640703a1dfd2",
9621
9981
  "post.device.spacing.gap.1": "303b065d5f8bf9049661db8845f2d1e59a4c08b0",
9622
9982
  "post.device.spacing.gap.2": "0e3be5c3cc6b23c8827bc5fb005a234c558199fc",
9623
9983
  "post.device.spacing.gap.7": "2e81b4013f10b086be0dff5a70e8b1f3950b69cc",
@@ -9700,7 +10060,6 @@
9700
10060
  "post.device.font-size.9": "23590915ce9c30e0caf395ad9e7fa5b10a9d6d0f",
9701
10061
  "post.device.font-size.10": "343f6a18984d4d3979334cb11e32ca10e106937f",
9702
10062
  "post.device.font-size.11": "9434eeebcfcc25c787d11c4b2290d3e8126a2beb",
9703
- "post.device.font-family.default": "38fff1548814bdde018a1ba905997904160c681b",
9704
10063
  "post.device.spacing.gap.1": "303b065d5f8bf9049661db8845f2d1e59a4c08b0",
9705
10064
  "post.device.spacing.gap.2": "0e3be5c3cc6b23c8827bc5fb005a234c558199fc",
9706
10065
  "post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
@@ -9824,50 +10183,10 @@
9824
10183
  "post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
9825
10184
  "post.device.position.2": "ba05cc16eebec31bed449523188a621463b014cc",
9826
10185
  "post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f",
10186
+ "post.device.position.4": "8ad5558946050df69161bd3c5b65640703a1dfd2",
9827
10187
  "post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b"
9828
10188
  }
9829
10189
  },
9830
- {
9831
- "id": "1c4ace3626112715bbfee930239c3e97183dc558",
9832
- "name": "EDK",
9833
- "$figmaStyleReferences": {},
9834
- "selectedTokenSets": {
9835
- "core": "source",
9836
- "Device/Desktop": "source",
9837
- "Device/Tablet": "source",
9838
- "Device/Mobile": "source",
9839
- "Channel/EDK": "enabled",
9840
- "Scheme/Light": "source",
9841
- "Scheme/Dark": "source"
9842
- },
9843
- "group": "Channel",
9844
- "$figmaCollectionId": "VariableCollectionId:718:1734",
9845
- "$figmaModeId": "718:6",
9846
- "$figmaVariableReferences": {
9847
- "post.channel.sizing.interactive.height.filler": "e3f6b045f7ec4f42c74d6d9f4793c4c6df15612b"
9848
- }
9849
- },
9850
- {
9851
- "id": "2fadfda48d6fb25bdb15270f1305c1a5de717eb9",
9852
- "name": "IDK",
9853
- "$figmaStyleReferences": {},
9854
- "selectedTokenSets": {
9855
- "core": "source",
9856
- "Device/Desktop": "source",
9857
- "Device/Tablet": "source",
9858
- "Device/Mobile": "source",
9859
- "Channel/EDK": "enabled",
9860
- "Channel/IDK": "enabled",
9861
- "Scheme/Light": "source",
9862
- "Scheme/Dark": "source"
9863
- },
9864
- "group": "Channel",
9865
- "$figmaCollectionId": "VariableCollectionId:718:1734",
9866
- "$figmaModeId": "718:7",
9867
- "$figmaVariableReferences": {
9868
- "post.channel.sizing.interactive.height.filler": "e3f6b045f7ec4f42c74d6d9f4793c4c6df15612b"
9869
- }
9870
- },
9871
10190
  {
9872
10191
  "id": "23cee78e722277a1bbd92a0bc670d7bae720db26",
9873
10192
  "name": "Elements",
@@ -9877,8 +10196,6 @@
9877
10196
  "Device/Desktop": "source",
9878
10197
  "Device/Tablet": "source",
9879
10198
  "Device/Mobile": "source",
9880
- "Channel/EDK": "source",
9881
- "Channel/IDK": "source",
9882
10199
  "Theme/Post": "source",
9883
10200
  "Elements/Body": "enabled",
9884
10201
  "Elements/Heading": "enabled",
@@ -9956,8 +10273,6 @@
9956
10273
  "Device/Desktop": "source",
9957
10274
  "Device/Tablet": "source",
9958
10275
  "Device/Mobile": "source",
9959
- "Channel/EDK": "source",
9960
- "Channel/IDK": "source",
9961
10276
  "Theme/Post": "source",
9962
10277
  "Utilities/Color": "enabled",
9963
10278
  "Scheme/Light": "source",
@@ -10028,25 +10343,27 @@
10028
10343
  "post.utility.gap.96": "dd43f02351d0bd44d8e5ced92fdf23910bd0cd2f",
10029
10344
  "post.utility.gap.104": "b561ffd53ebb50dfd9de1c6d7ef61c3f0d18d5c1",
10030
10345
  "post.utility.gap.auto": "9af3abd7f1934bc71f720a12cabe07d9967ad9c9",
10031
- "post.utility.surface.default": "fe79c476f68e126de95b52abfdcbc7a291ac9e17",
10032
- "post.utility.surface.accent1": "4508df50b67a70b3aa949a33175a1da72271b75f",
10033
- "post.utility.surface.accent2": "99e52a1d022a46128469f81b4085d2852f50d55a",
10034
- "post.utility.surface.accent3": "55d28ddd8474489c0143eb926bca89ab5a534805",
10035
- "post.utility.surface.accent4": "d512d2f16a3486e242bedf306dac85b3b7ba1ee5",
10036
10346
  "post.utility.border-width.1": "c61c287ddd9e73f3ca51e101eae0881575157855",
10037
10347
  "post.utility.border-width.2": "2cf510aa1e77321e4ca55ca5bb1b934daf9f7c29",
10038
10348
  "post.utility.border-radius.4": "35645b2921988f4d76adf5c5b6cc05f852c01a73",
10039
10349
  "post.utility.border-radius.8": "a3f7ae743dd3286b0faf6418709bbf55a4533ad4",
10040
10350
  "post.utility.border-default.width": "7a5bda3253b81e93bd442c75dda7d20eabc0df99",
10041
10351
  "post.utility.border-default.radius": "1f35c4650cdbb5c9306612cd97fc8863cc1963fa",
10042
- "post.utility.border-default.color": "a3b516f29d29b21ce64fe94a4d9a9b9f589895ef",
10043
- "post.utility.font-size.sm": "4f05fa9917fbf933d98045ed908007cf27ebadd3",
10044
- "post.utility.font-size.md": "1a73546600f73f2e051a312c68ffde8841c6f23b",
10045
- "post.utility.font-size.lg": "e5163c7b26f741083cbca2628a45aabf0c98033d",
10046
10352
  "post.utility.font-weight.regular": "ecee6a6be3f2e75d36113c8b9b4378b7516f48c2",
10047
10353
  "post.utility.font-weight.bold": "f6f6ba57d3e0d7672f71d19fcc1fe299fd902bb9",
10048
10354
  "post.utility.font-weight.black": "7189e2f8fe79427a0a9354d7839b1079bfba11e3",
10049
- "post.utility.letter-spacing.none": "2ec2aaa7271f6259ac3cf09683c0b209d13385b0"
10355
+ "post.utility.letter-spacing.none": "2ec2aaa7271f6259ac3cf09683c0b209d13385b0",
10356
+ "post.utility.font-size.1": "1c5f54172684ea9d8d2e3a6d7acbe23ef0038d8b",
10357
+ "post.utility.font-size.2": "7cd680354e65e558790d54b6b57911085207ba59",
10358
+ "post.utility.font-size.3": "bd43cfda0549d1d65ce228a840007016ecd3addb",
10359
+ "post.utility.font-size.4": "c22baa1f001783b5b5fdc3bfccdf3f0c20fd2bfe",
10360
+ "post.utility.font-size.5": "1fd0fa60519f8221824cd5cd930b2a6a8a31dd45",
10361
+ "post.utility.font-size.6": "5a8f6a62af5ee4833b615127ef60d12b56f0711d",
10362
+ "post.utility.font-size.7": "cd31b464dfe5aca43000cc64254585b7e98df5bb",
10363
+ "post.utility.font-size.8": "7e65843af9c2b8aae35578ebb0cf0394dcb5e157",
10364
+ "post.utility.font-size.9": "169936d9fa777c2c8971bb8da0ba145f30cc3465",
10365
+ "post.utility.font-size.10": "b8de94fc215e42b9089f9643bcc4e942398f26f5",
10366
+ "post.utility.font-size.11": "e42b1c2e78fd2725b3bd3af4713b6caa54f2c990"
10050
10367
  }
10051
10368
  },
10052
10369
  {
@@ -10076,8 +10393,6 @@
10076
10393
  "Device/Desktop": "source",
10077
10394
  "Device/Tablet": "source",
10078
10395
  "Device/Mobile": "source",
10079
- "Channel/EDK": "source",
10080
- "Channel/IDK": "source",
10081
10396
  "Theme/Post": "source",
10082
10397
  "Elements/Body": "source",
10083
10398
  "Elements/Heading": "source",
@@ -10849,15 +11164,25 @@
10849
11164
  "utility.typo.link.small-underline": "S:45b69963e5992e986eb2273e8e01ff3148adfd60,",
10850
11165
  "utility.typo.link.small": "S:1ba06fe73589aaacb95ee478bd084b94494e15cd,",
10851
11166
  "utility.typo.link.small-selected": "S:7f068c77dd2de50daa4bdde9ce016b7bdd724491,",
10852
- "utility.typo.default": "S:d0a39e1ad9f3161858121d95248a517c53772f96,"
11167
+ "utility.typo.default": "S:d0a39e1ad9f3161858121d95248a517c53772f96,",
11168
+ "utility.color.surface.default": "S:a0c07e1ab8f2daa64a432c4f43f75c47e55c92c4,",
11169
+ "utility.color.surface.alternate": "S:23ad6f9b5d33096e8b417a0e8270b7ad6e61a870,",
11170
+ "utility.color.surface.brand": "S:d2e8fb120fe7a20979654ee997f37251ef1f69c4,",
11171
+ "utility.color.surface.accent": "S:0ce8d409d113cd98d46bf5a1e3d51d1c9b78c37a,",
11172
+ "utility.color.content.default": "S:688b02c8ac0db013d5bd6a7bb161f78e2e687151,",
11173
+ "utility.color.content.alternate": "S:7203af04513e8ba451b4322459491cbd71e91ae4,",
11174
+ "utility.color.content.brand": "S:33eb09fb2121625e49952bf270bd4413229724ff,",
11175
+ "utility.color.content.accent": "S:f857e4d43540c1e1e7d658b13c4ce75b60ad3072,",
11176
+ "utility.color.content-secondary.default": "S:670273c1b0a124e1050a3afeb1d37cd8674bc402,",
11177
+ "utility.color.content-secondary.alternate": "S:40467e61072522e7798b8a0c64b2e3cf545c5573,",
11178
+ "utility.color.content-secondary.brand": "S:3645a5a5adc297a383201dfbd397d0be3623c296,",
11179
+ "utility.color.content-secondary.accent": "S:9609ed0602c6a72551b9cbbdbf32f4a0f01ae28e,"
10853
11180
  },
10854
11181
  "selectedTokenSets": {
10855
11182
  "core": "source",
10856
11183
  "Device/Desktop": "source",
10857
11184
  "Device/Tablet": "source",
10858
11185
  "Device/Mobile": "source",
10859
- "Channel/EDK": "source",
10860
- "Channel/IDK": "source",
10861
11186
  "Theme/Post": "source",
10862
11187
  "Elements/Body": "source",
10863
11188
  "Elements/Heading": "source",
@@ -10868,9 +11193,25 @@
10868
11193
  "Utilities/Spacing": "source",
10869
11194
  "Utilities/Typo": "source",
10870
11195
  "Scheme/Light": "source",
10871
- "Scheme/Dark": "source"
11196
+ "Scheme/Dark": "source",
11197
+ "Theme/Cargo": "source"
10872
11198
  },
10873
- "$figmaVariableReferences": {}
11199
+ "$figmaVariableReferences": {
11200
+ "Background.default": "f10e37d46efeb4d63ad3c0f53c3b0e2cfec88a7d",
11201
+ "Background.alternate": "84fd7fee989cc2713e17c3d1358d0343efa5b15d",
11202
+ "Background.brand": "b02020161336671186f62bc042756d2f04fc63bd",
11203
+ "Background.accent": "e2fd05f769252f8780ae20a14a10f8a194a2a985",
11204
+ "Foreground.default": "a4a272d326817fc44eed3ede495766b6cb4e71b2",
11205
+ "Foreground.alternate": "f7470958654c304435310008ad50c6e9808fcfa5",
11206
+ "Foreground.brand": "742c865e885b1a5a1ab611785bbff035f8cb97c0",
11207
+ "Foreground.accent": "498b67b20d4e4bae10565299684625832415a17e",
11208
+ "Foreground-secondary.default": "37d2efa8079b4c8bbe9d4308111115fce4e8857f",
11209
+ "Foreground-secondary.alternate": "be48addb6f74c9dffc79799656dcff8bdd8bbf36",
11210
+ "Foreground-secondary.brand": "ac4a5817610bd217942000bea5e5236beb93dc00",
11211
+ "Foreground-secondary.accent": "f5614019d6a322093419c5b623be27b39b42d9e4"
11212
+ },
11213
+ "$figmaCollectionId": "VariableCollectionId:3457:24968",
11214
+ "$figmaModeId": "3457:0"
10874
11215
  },
10875
11216
  {
10876
11217
  "id": "4848fa9cb5a9da01ed0e675e83324dea13d233e3",
@@ -10881,13 +11222,14 @@
10881
11222
  "Device/Desktop": "source",
10882
11223
  "Device/Tablet": "source",
10883
11224
  "Device/Mobile": "source",
10884
- "Channel/EDK": "source",
10885
- "Channel/IDK": "source",
10886
11225
  "Theme/Post": "enabled",
10887
11226
  "Scheme/Light": "source",
10888
- "Scheme/Dark": "source"
11227
+ "Scheme/Dark": "source",
11228
+ "Palette/Default": "source",
11229
+ "Palette/Alternate": "source",
11230
+ "Palette/Accent": "source",
11231
+ "Palette/Brand": "source"
10889
11232
  },
10890
- "group": "Theme",
10891
11233
  "$figmaCollectionId": "VariableCollectionId:4178:5613",
10892
11234
  "$figmaModeId": "4178:0",
10893
11235
  "$figmaVariableReferences": {
@@ -10901,9 +11243,17 @@
10901
11243
  "post.theme.color.palettes.alternate.fg": "96a7f4c12efb74f3da27770f2014a52032056121",
10902
11244
  "post.theme.color.palettes.brand.bg": "2f0b9e90b3d7117a9d7037b325deac970c3bee16",
10903
11245
  "post.theme.color.palettes.brand.fg": "8ce342d323f6022375641c1f92d265636eda0015",
11246
+ "post.theme.color.palettes.brand.fg-accent": "bcafae8cf60ca45e115074c515ce2dbfad005ecc",
10904
11247
  "post.theme.color.palettes.accent.bg": "36c62b7057d0d665572ef3d4be91dd81c61fb13b",
10905
- "post.theme.color.palettes.accent.fg": "8d3dab1f80eb4d3b22f62613a3c3f80d5609538d"
10906
- }
11248
+ "post.theme.color.palettes.accent.fg": "8d3dab1f80eb4d3b22f62613a3c3f80d5609538d",
11249
+ "post.theme.color.palettes.accent.fg-accent": "94fff24801de3cb3c299b38461b8d48e5602773c",
11250
+ "post.theme.color.palette.bg": "d6ac790167a7aacec12f09e8259016c2b4c0c108",
11251
+ "post.theme.color.palette.fg": "37f4f256cc9ce3145b6a00729f11075d277772a9",
11252
+ "post.theme.color.palette.secondary": "b199e45536301133fe773d431df0b1324dead0e3",
11253
+ "post.theme.color.palette.secondary-bg": "968840c8ab67d137bde84833bfc883cb1e4bf1c1",
11254
+ "post.theme.color.palette.bg-scheme": "352bc2f5480314cdd630c3202146650a37f2cae7"
11255
+ },
11256
+ "group": "Theme"
10907
11257
  },
10908
11258
  {
10909
11259
  "id": "506e9e4bd59b4c7053c176752eb6903ce5271a5d",
@@ -10914,14 +11264,15 @@
10914
11264
  "Device/Desktop": "source",
10915
11265
  "Device/Tablet": "source",
10916
11266
  "Device/Mobile": "source",
10917
- "Channel/EDK": "source",
10918
- "Channel/IDK": "source",
10919
11267
  "Theme/Post": "enabled",
10920
11268
  "Theme/Cargo": "enabled",
10921
11269
  "Scheme/Light": "source",
10922
- "Scheme/Dark": "source"
11270
+ "Scheme/Dark": "source",
11271
+ "Palette/Default": "source",
11272
+ "Palette/Alternate": "source",
11273
+ "Palette/Accent": "source",
11274
+ "Palette/Brand": "source"
10923
11275
  },
10924
- "group": "Theme",
10925
11276
  "$figmaCollectionId": "VariableCollectionId:4178:5613",
10926
11277
  "$figmaModeId": "4178:1",
10927
11278
  "$figmaVariableReferences": {
@@ -10933,11 +11284,19 @@
10933
11284
  "post.theme.color.palettes.default.fg": "17e7f1199980448c9e431b59ac934c0ef11c5e1b",
10934
11285
  "post.theme.color.palettes.brand.bg": "2f0b9e90b3d7117a9d7037b325deac970c3bee16",
10935
11286
  "post.theme.color.palettes.brand.fg": "8ce342d323f6022375641c1f92d265636eda0015",
11287
+ "post.theme.color.palettes.brand.fg-accent": "bcafae8cf60ca45e115074c515ce2dbfad005ecc",
10936
11288
  "post.theme.color.palettes.accent.bg": "36c62b7057d0d665572ef3d4be91dd81c61fb13b",
10937
11289
  "post.theme.color.palettes.accent.fg": "8d3dab1f80eb4d3b22f62613a3c3f80d5609538d",
11290
+ "post.theme.color.palettes.accent.fg-accent": "94fff24801de3cb3c299b38461b8d48e5602773c",
10938
11291
  "post.theme.color.palettes.alternate.bg": "47e0f61a01f52edc65e7fcfb6ba1237495959eb2",
10939
- "post.theme.color.palettes.alternate.fg": "96a7f4c12efb74f3da27770f2014a52032056121"
10940
- }
11292
+ "post.theme.color.palettes.alternate.fg": "96a7f4c12efb74f3da27770f2014a52032056121",
11293
+ "post.theme.color.palette.bg": "d6ac790167a7aacec12f09e8259016c2b4c0c108",
11294
+ "post.theme.color.palette.fg": "37f4f256cc9ce3145b6a00729f11075d277772a9",
11295
+ "post.theme.color.palette.secondary": "b199e45536301133fe773d431df0b1324dead0e3",
11296
+ "post.theme.color.palette.secondary-bg": "968840c8ab67d137bde84833bfc883cb1e4bf1c1",
11297
+ "post.theme.color.palette.bg-scheme": "352bc2f5480314cdd630c3202146650a37f2cae7"
11298
+ },
11299
+ "group": "Theme"
10941
11300
  },
10942
11301
  {
10943
11302
  "id": "de151f32ac85175085c129c9d55429225636cfb7",
@@ -10950,8 +11309,6 @@
10950
11309
  "Device/Desktop": "source",
10951
11310
  "Device/Tablet": "source",
10952
11311
  "Device/Mobile": "source",
10953
- "Channel/EDK": "source",
10954
- "Channel/IDK": "source",
10955
11312
  "Theme/Post": "source",
10956
11313
  "Theme/Cargo": "source",
10957
11314
  "Helpers/Focus": "enabled"
@@ -10975,8 +11332,6 @@
10975
11332
  "core": "source",
10976
11333
  "Scheme/Light": "source",
10977
11334
  "Scheme/Dark": "source",
10978
- "Channel/EDK": "source",
10979
- "Channel/IDK": "source",
10980
11335
  "Theme/Post": "source",
10981
11336
  "Theme/Cargo": "source",
10982
11337
  "Palettes": "enabled"
@@ -10997,6 +11352,166 @@
10997
11352
  },
10998
11353
  "$figmaCollectionId": "VariableCollectionId:6959:10217",
10999
11354
  "$figmaModeId": "6959:0"
11355
+ },
11356
+ {
11357
+ "id": "127499a47509a43a9df341633f1c7450782fc5fa",
11358
+ "name": "Default",
11359
+ "$figmaStyleReferences": {},
11360
+ "selectedTokenSets": {
11361
+ "core": "source",
11362
+ "Scheme/Light": "source",
11363
+ "Scheme/Dark": "source",
11364
+ "Device/Desktop": "source",
11365
+ "Device/Tablet": "source",
11366
+ "Device/Mobile": "source",
11367
+ "Palette/Default": "enabled"
11368
+ },
11369
+ "group": "Palette",
11370
+ "$figmaCollectionId": "VariableCollectionId:12964:99547",
11371
+ "$figmaModeId": "12964:0",
11372
+ "$figmaVariableReferences": {
11373
+ "post.palette.color.post.bg": "2cdf3946ff855ad4dcf9542e67c1a6ad4c3cf92f",
11374
+ "post.palette.color.post.fg": "138dd3cf306478f248addf582acdb225b77c1181",
11375
+ "post.palette.color.post.secondary": "c18a4ec277616973567bbaf237d014b97392ca05",
11376
+ "post.palette.color.post.secondary-bg": "68239b0b0efa295de0a332901dad640c6ec7b33f",
11377
+ "post.palette.color.cargo.bg": "4a77e67991788477c99da550b5999b1ae8ef30e9",
11378
+ "post.palette.color.cargo.fg": "bdb3fc2a5a37f5c06e7ed593cc1dd8bb26e9bad0",
11379
+ "post.palette.color.cargo.secondary": "ccf9055343f5ae5d6a5c7bf9d46d75f91fe61123",
11380
+ "post.palette.color.cargo.secondary-bg": "b4d54de5d7b360199b51eaefe4a7f5708aca9bc0",
11381
+ "post.palette.color.post.bg-scheme": "627fee5398a0c489d5c42c1d234190fb5971c47f",
11382
+ "post.palette.color.cargo.bg-scheme": "e5c2a85ab3ce2cc10e75b163559cbd5716e2f030"
11383
+ }
11384
+ },
11385
+ {
11386
+ "id": "457beceff94c2acda43ab7db949265e4f3d04bf3",
11387
+ "name": "Alternate",
11388
+ "$figmaStyleReferences": {},
11389
+ "selectedTokenSets": {
11390
+ "core": "source",
11391
+ "Scheme/Light": "source",
11392
+ "Scheme/Dark": "source",
11393
+ "Device/Desktop": "source",
11394
+ "Device/Tablet": "source",
11395
+ "Device/Mobile": "source",
11396
+ "Palette/Alternate": "enabled"
11397
+ },
11398
+ "group": "Palette",
11399
+ "$figmaCollectionId": "VariableCollectionId:12964:99547",
11400
+ "$figmaModeId": "12964:1",
11401
+ "$figmaVariableReferences": {
11402
+ "post.palette.color.post.bg": "2cdf3946ff855ad4dcf9542e67c1a6ad4c3cf92f",
11403
+ "post.palette.color.post.fg": "138dd3cf306478f248addf582acdb225b77c1181",
11404
+ "post.palette.color.post.secondary": "c18a4ec277616973567bbaf237d014b97392ca05",
11405
+ "post.palette.color.post.secondary-bg": "68239b0b0efa295de0a332901dad640c6ec7b33f",
11406
+ "post.palette.color.cargo.bg": "4a77e67991788477c99da550b5999b1ae8ef30e9",
11407
+ "post.palette.color.cargo.fg": "bdb3fc2a5a37f5c06e7ed593cc1dd8bb26e9bad0",
11408
+ "post.palette.color.cargo.secondary": "ccf9055343f5ae5d6a5c7bf9d46d75f91fe61123",
11409
+ "post.palette.color.cargo.secondary-bg": "b4d54de5d7b360199b51eaefe4a7f5708aca9bc0",
11410
+ "post.palette.color.post.bg-scheme": "627fee5398a0c489d5c42c1d234190fb5971c47f",
11411
+ "post.palette.color.cargo.bg-scheme": "e5c2a85ab3ce2cc10e75b163559cbd5716e2f030"
11412
+ }
11413
+ },
11414
+ {
11415
+ "id": "b91cd8fca618afd8c00ef2931712759fc5550f92",
11416
+ "name": "Accent",
11417
+ "$figmaStyleReferences": {},
11418
+ "selectedTokenSets": {
11419
+ "core": "source",
11420
+ "Scheme/Light": "source",
11421
+ "Scheme/Dark": "source",
11422
+ "Device/Desktop": "source",
11423
+ "Device/Tablet": "source",
11424
+ "Device/Mobile": "source",
11425
+ "Palette/Accent": "enabled"
11426
+ },
11427
+ "group": "Palette",
11428
+ "$figmaCollectionId": "VariableCollectionId:12964:99547",
11429
+ "$figmaModeId": "12964:2",
11430
+ "$figmaVariableReferences": {
11431
+ "post.palette.color.post.bg": "2cdf3946ff855ad4dcf9542e67c1a6ad4c3cf92f",
11432
+ "post.palette.color.post.fg": "138dd3cf306478f248addf582acdb225b77c1181",
11433
+ "post.palette.color.post.secondary": "c18a4ec277616973567bbaf237d014b97392ca05",
11434
+ "post.palette.color.post.secondary-bg": "68239b0b0efa295de0a332901dad640c6ec7b33f",
11435
+ "post.palette.color.cargo.bg": "4a77e67991788477c99da550b5999b1ae8ef30e9",
11436
+ "post.palette.color.cargo.fg": "bdb3fc2a5a37f5c06e7ed593cc1dd8bb26e9bad0",
11437
+ "post.palette.color.cargo.secondary": "ccf9055343f5ae5d6a5c7bf9d46d75f91fe61123",
11438
+ "post.palette.color.cargo.secondary-bg": "b4d54de5d7b360199b51eaefe4a7f5708aca9bc0",
11439
+ "post.palette.color.post.bg-scheme": "627fee5398a0c489d5c42c1d234190fb5971c47f",
11440
+ "post.palette.color.cargo.bg-scheme": "e5c2a85ab3ce2cc10e75b163559cbd5716e2f030"
11441
+ }
11442
+ },
11443
+ {
11444
+ "id": "2f9e4a28b299dcc4a1f1c16505e5bc6c9c00fe5a",
11445
+ "name": "Brand",
11446
+ "$figmaStyleReferences": {},
11447
+ "selectedTokenSets": {
11448
+ "core": "source",
11449
+ "Scheme/Light": "source",
11450
+ "Scheme/Dark": "source",
11451
+ "Device/Desktop": "source",
11452
+ "Device/Tablet": "source",
11453
+ "Device/Mobile": "source",
11454
+ "Palette/Brand": "enabled"
11455
+ },
11456
+ "group": "Palette",
11457
+ "$figmaCollectionId": "VariableCollectionId:12964:99547",
11458
+ "$figmaModeId": "12964:3",
11459
+ "$figmaVariableReferences": {
11460
+ "post.palette.color.post.bg": "2cdf3946ff855ad4dcf9542e67c1a6ad4c3cf92f",
11461
+ "post.palette.color.post.fg": "138dd3cf306478f248addf582acdb225b77c1181",
11462
+ "post.palette.color.post.secondary": "c18a4ec277616973567bbaf237d014b97392ca05",
11463
+ "post.palette.color.post.secondary-bg": "68239b0b0efa295de0a332901dad640c6ec7b33f",
11464
+ "post.palette.color.cargo.bg": "4a77e67991788477c99da550b5999b1ae8ef30e9",
11465
+ "post.palette.color.cargo.fg": "bdb3fc2a5a37f5c06e7ed593cc1dd8bb26e9bad0",
11466
+ "post.palette.color.cargo.secondary": "ccf9055343f5ae5d6a5c7bf9d46d75f91fe61123",
11467
+ "post.palette.color.cargo.secondary-bg": "b4d54de5d7b360199b51eaefe4a7f5708aca9bc0",
11468
+ "post.palette.color.post.bg-scheme": "627fee5398a0c489d5c42c1d234190fb5971c47f",
11469
+ "post.palette.color.cargo.bg-scheme": "e5c2a85ab3ce2cc10e75b163559cbd5716e2f030"
11470
+ }
11471
+ },
11472
+ {
11473
+ "id": "7395c3976d308eb4c81d8d9595f12133874902cc",
11474
+ "name": "IDK",
11475
+ "$figmaStyleReferences": {},
11476
+ "selectedTokenSets": {
11477
+ "core": "source",
11478
+ "Scheme/Light": "source",
11479
+ "Scheme/Dark": "source",
11480
+ "Device/Desktop": "source",
11481
+ "Device/Tablet": "source",
11482
+ "Device/Mobile": "source",
11483
+ "Palette/Default": "source",
11484
+ "Palette/Alternate": "source",
11485
+ "Palette/Accent": "source",
11486
+ "Palette/Brand": "source",
11487
+ "Theme/Post": "source",
11488
+ "Theme/Cargo": "source",
11489
+ "Channel/IDK": "enabled"
11490
+ },
11491
+ "group": "Channel",
11492
+ "$figmaVariableReferences": {}
11493
+ },
11494
+ {
11495
+ "id": "c047137b96fd7fc67e4fb06a1e663dd136e763f5",
11496
+ "name": "EDK",
11497
+ "$figmaStyleReferences": {},
11498
+ "selectedTokenSets": {
11499
+ "core": "source",
11500
+ "Scheme/Light": "source",
11501
+ "Scheme/Dark": "source",
11502
+ "Device/Desktop": "source",
11503
+ "Device/Tablet": "source",
11504
+ "Device/Mobile": "source",
11505
+ "Palette/Default": "source",
11506
+ "Palette/Alternate": "source",
11507
+ "Palette/Accent": "source",
11508
+ "Palette/Brand": "source",
11509
+ "Theme/Post": "source",
11510
+ "Theme/Cargo": "source",
11511
+ "Channel/EDK": "enabled"
11512
+ },
11513
+ "group": "Channel",
11514
+ "$figmaVariableReferences": {}
11000
11515
  }
11001
11516
  ],
11002
11517
  "$metadata": {
@@ -11009,6 +11524,10 @@
11009
11524
  "Device/Mobile",
11010
11525
  "Channel/EDK",
11011
11526
  "Channel/IDK",
11527
+ "Palette/Default",
11528
+ "Palette/Alternate",
11529
+ "Palette/Accent",
11530
+ "Palette/Brand",
11012
11531
  "Theme/Post",
11013
11532
  "Theme/Cargo",
11014
11533
  "Elements/Body",