@swisspost/design-system-tokens 10.0.0-next.41 → 10.0.0-next.43

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
@@ -480,6 +480,11 @@
480
480
  "900": {
481
481
  "$type": "fontWeights",
482
482
  "$value": "900"
483
+ },
484
+ "950": {
485
+ "$type": "fontWeights",
486
+ "$value": "950",
487
+ "$description": "ExtraBlack"
483
488
  }
484
489
  },
485
490
  "font-size": {
@@ -700,10 +705,252 @@
700
705
  }
701
706
  }
702
707
  },
708
+ "SchemeStatic/Light": {
709
+ "post": {
710
+ "scheme": {
711
+ "even": {
712
+ "$type": "text",
713
+ "$value": "{post.core.bg-scheme.light}"
714
+ },
715
+ "swapped": {
716
+ "$type": "text",
717
+ "$value": "{post.core.bg-scheme.dark}"
718
+ },
719
+ "light": {
720
+ "$type": "text",
721
+ "$value": "{post.core.bg-scheme.light}"
722
+ },
723
+ "dark": {
724
+ "$type": "text",
725
+ "$value": "{post.core.bg-scheme.dark}"
726
+ },
727
+ "color": {
728
+ "palette": {
729
+ "bg": {
730
+ "1": {
731
+ "$type": "color",
732
+ "$value": "{post.core.color.sandgrey.002}"
733
+ },
734
+ "2": {
735
+ "$type": "color",
736
+ "$value": "{post.core.color.sandgrey.006}"
737
+ },
738
+ "3": {
739
+ "$type": "color",
740
+ "$value": "{post.core.color.brand.postyellow}"
741
+ },
742
+ "4": {
743
+ "$type": "color",
744
+ "$value": "{post.core.color.sandgrey.080}"
745
+ },
746
+ "5": {
747
+ "$type": "color",
748
+ "$value": "{post.core.color.cargo.blue}"
749
+ },
750
+ "6": {
751
+ "$type": "color",
752
+ "$value": "{post.core.color.cargo.green}"
753
+ },
754
+ "7": {
755
+ "$type": "color",
756
+ "$value": "{post.core.color.sandgrey.006}"
757
+ }
758
+ },
759
+ "fg": {
760
+ "1": {
761
+ "$type": "color",
762
+ "$value": "{post.core.color.sandgrey.100}"
763
+ },
764
+ "2": {
765
+ "$type": "color",
766
+ "$value": "{post.core.color.brand.white}"
767
+ },
768
+ "3": {
769
+ "$type": "color",
770
+ "$value": "{post.core.color.sandgrey.100}"
771
+ },
772
+ "4": {
773
+ "$type": "color",
774
+ "$value": "{post.core.color.brand.white}"
775
+ }
776
+ },
777
+ "stroke": {
778
+ "1": {
779
+ "$type": "color",
780
+ "$value": "{post.core.color.sandgrey.100}"
781
+ }
782
+ },
783
+ "fg-secondary": {
784
+ "2": {
785
+ "$type": "color",
786
+ "$value": "{post.core.color.cargo.blue}"
787
+ },
788
+ "3": {
789
+ "$type": "color",
790
+ "$value": "{post.core.color.cargo.green}"
791
+ }
792
+ },
793
+ "nested": {
794
+ "bg": {
795
+ "1": {
796
+ "$type": "color",
797
+ "$value": "{post.core.color.sandgrey.006}"
798
+ },
799
+ "2": {
800
+ "$type": "color",
801
+ "$value": "{post.core.color.brand.white}"
802
+ },
803
+ "3": {
804
+ "$type": "color",
805
+ "$value": "{post.core.color.brand.white}"
806
+ }
807
+ },
808
+ "fg": {
809
+ "1": {
810
+ "$type": "color",
811
+ "$value": "{post.core.color.brand.black}"
812
+ },
813
+ "2": {
814
+ "$type": "color",
815
+ "$value": "{post.core.color.brand.black}"
816
+ }
817
+ }
818
+ }
819
+ }
820
+ }
821
+ }
822
+ }
823
+ },
824
+ "SchemeStatic/Dark": {
825
+ "post": {
826
+ "scheme": {
827
+ "even": {
828
+ "$type": "text",
829
+ "$value": "{post.core.bg-scheme.dark}"
830
+ },
831
+ "swapped": {
832
+ "$type": "text",
833
+ "$value": "{post.core.bg-scheme.light}"
834
+ },
835
+ "light": {
836
+ "$type": "text",
837
+ "$value": "{post.core.bg-scheme.light}"
838
+ },
839
+ "dark": {
840
+ "$type": "text",
841
+ "$value": "{post.core.bg-scheme.dark}"
842
+ },
843
+ "color": {
844
+ "palette": {
845
+ "bg": {
846
+ "1": {
847
+ "$type": "color",
848
+ "$value": "{post.core.color.sandgrey.080}"
849
+ },
850
+ "2": {
851
+ "$type": "color",
852
+ "$value": "{post.core.color.sandgrey.100}"
853
+ },
854
+ "3": {
855
+ "$type": "color",
856
+ "$value": "{post.core.color.brand.postyellow}"
857
+ },
858
+ "4": {
859
+ "$type": "color",
860
+ "$value": "{post.core.color.sandgrey.002}"
861
+ },
862
+ "5": {
863
+ "$type": "color",
864
+ "$value": "{post.core.color.cargo.blue}"
865
+ },
866
+ "6": {
867
+ "$type": "color",
868
+ "$value": "{post.core.color.cargo.green}"
869
+ },
870
+ "7": {
871
+ "$type": "color",
872
+ "$value": "{post.core.color.sandgrey.100}"
873
+ }
874
+ },
875
+ "fg": {
876
+ "1": {
877
+ "$type": "color",
878
+ "$value": "{post.core.color.brand.white}"
879
+ },
880
+ "2": {
881
+ "$type": "color",
882
+ "$value": "{post.core.color.sandgrey.100}"
883
+ },
884
+ "3": {
885
+ "$type": "color",
886
+ "$value": "{post.core.color.sandgrey.100}"
887
+ },
888
+ "4": {
889
+ "$type": "color",
890
+ "$value": "{post.core.color.brand.white}"
891
+ }
892
+ },
893
+ "stroke": {
894
+ "1": {
895
+ "$type": "color",
896
+ "$value": "{post.core.color.brand.white}"
897
+ }
898
+ },
899
+ "fg-secondary": {
900
+ "2": {
901
+ "$type": "color",
902
+ "$value": "{post.core.color.cargo.blue}"
903
+ },
904
+ "3": {
905
+ "$type": "color",
906
+ "$value": "{post.core.color.cargo.green}"
907
+ }
908
+ },
909
+ "nested": {
910
+ "bg": {
911
+ "1": {
912
+ "$type": "color",
913
+ "$value": "{post.core.color.sandgrey.100}"
914
+ },
915
+ "2": {
916
+ "$type": "color",
917
+ "$value": "{post.core.color.sandgrey.080}"
918
+ },
919
+ "3": {
920
+ "$type": "color",
921
+ "$value": "{post.core.color.brand.white}"
922
+ }
923
+ },
924
+ "fg": {
925
+ "1": {
926
+ "$type": "color",
927
+ "$value": "{post.core.color.brand.black}"
928
+ },
929
+ "2": {
930
+ "$type": "color",
931
+ "$value": "{post.core.color.brand.white}"
932
+ }
933
+ }
934
+ }
935
+ }
936
+ }
937
+ }
938
+ }
939
+ },
703
940
  "Scheme/Light": {
704
941
  "post": {
705
942
  "scheme": {
706
943
  "color": {
944
+ "body": {
945
+ "bg": {
946
+ "$type": "color",
947
+ "$value": "{post.core.color.sandgrey.002}"
948
+ },
949
+ "fg": {
950
+ "$type": "color",
951
+ "$value": "{post.core.color.sandgrey.100}"
952
+ }
953
+ },
707
954
  "signal": {
708
955
  "success-dark": {
709
956
  "$type": "color",
@@ -1384,26 +1631,6 @@
1384
1631
  "$value": "{post.core.color.sandgrey.020}"
1385
1632
  }
1386
1633
  }
1387
- },
1388
- "accent": {
1389
- "bg-scheme": {
1390
- "1": {
1391
- "$type": "text",
1392
- "$value": "{post.core.bg-scheme.light}"
1393
- },
1394
- "2": {
1395
- "$type": "text",
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}"
1405
- }
1406
- }
1407
1634
  }
1408
1635
  },
1409
1636
  "cargo": {
@@ -1490,6 +1717,16 @@
1490
1717
  "post": {
1491
1718
  "scheme": {
1492
1719
  "color": {
1720
+ "body": {
1721
+ "bg": {
1722
+ "$type": "color",
1723
+ "$value": "{post.core.color.sandgrey.080}"
1724
+ },
1725
+ "fg": {
1726
+ "$type": "color",
1727
+ "$value": "{post.core.color.brand.white}"
1728
+ }
1729
+ },
1493
1730
  "signal": {
1494
1731
  "success-dark": {
1495
1732
  "$type": "color",
@@ -2114,26 +2351,6 @@
2114
2351
  "$value": "{post.core.color.sandgrey.020}"
2115
2352
  }
2116
2353
  }
2117
- },
2118
- "accent": {
2119
- "bg-scheme": {
2120
- "1": {
2121
- "$type": "text",
2122
- "$value": "{post.core.bg-scheme.dark}"
2123
- },
2124
- "2": {
2125
- "$type": "text",
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}"
2135
- }
2136
- }
2137
2354
  }
2138
2355
  },
2139
2356
  "cargo": {
@@ -2819,6 +3036,10 @@
2819
3036
  "black": {
2820
3037
  "$type": "fontWeights",
2821
3038
  "$value": "{post.core.font-weight.900}"
3039
+ },
3040
+ "extra-black": {
3041
+ "$type": "fontWeights",
3042
+ "$value": "{post.core.font-weight.950}"
2822
3043
  }
2823
3044
  },
2824
3045
  "line-height": {
@@ -3888,408 +4109,448 @@
3888
4109
  "$description": "Dont delete, otherwise the token cant be build correctly"
3889
4110
  }
3890
4111
  },
3891
- "Palette/Default": {
3892
- "post": {
3893
- "palette": {
3894
- "color": {
3895
- "post": {
3896
- "bg": {
3897
- "$type": "color",
3898
- "$value": "{post.scheme.color.surface.default.bg}"
3899
- },
3900
- "fg": {
3901
- "$type": "color",
3902
- "$value": "{post.scheme.color.surface.default.fg}"
3903
- },
3904
- "secondary": {
3905
- "$type": "color",
3906
- "$value": "{post.scheme.color.surface.default.fg}"
3907
- },
3908
- "secondary-bg": {
3909
- "$type": "color",
3910
- "$value": "{post.scheme.color.surface.alternate.bg}"
3911
- },
3912
- "bg-scheme": {
3913
- "$type": "text",
3914
- "$value": "{post.scheme.accent.bg-scheme.1}"
3915
- }
3916
- },
3917
- "cargo": {
3918
- "bg": {
3919
- "$type": "color",
3920
- "$value": "{post.cargo.scheme.color.surface.default.bg}"
3921
- },
3922
- "fg": {
3923
- "$type": "color",
3924
- "$value": "{post.cargo.scheme.color.surface.default.fg}"
3925
- },
3926
- "secondary": {
3927
- "$type": "color",
3928
- "$value": "{post.cargo.scheme.color.surface.default.fg}"
3929
- },
3930
- "secondary-bg": {
3931
- "$type": "color",
3932
- "$value": "{post.cargo.scheme.color.surface.alternate.bg}"
3933
- },
3934
- "bg-scheme": {
3935
- "$type": "text",
3936
- "$value": "{post.scheme.accent.bg-scheme.1}"
3937
- }
3938
- }
3939
- }
3940
- }
3941
- }
3942
- },
3943
- "Palette/Alternate": {
4112
+ "Theme/Post": {
3944
4113
  "post": {
3945
- "palette": {
4114
+ "theme": {
3946
4115
  "color": {
3947
- "post": {
4116
+ "body": {
3948
4117
  "bg": {
3949
4118
  "$type": "color",
3950
- "$value": "{post.scheme.color.surface.alternate.bg}"
4119
+ "$value": "{post.scheme.color.body.bg}"
3951
4120
  },
3952
4121
  "fg": {
3953
4122
  "$type": "color",
3954
- "$value": "{post.scheme.color.surface.alternate.fg}"
3955
- },
3956
- "secondary": {
3957
- "$type": "color",
3958
- "$value": "{post.scheme.color.surface.alternate.fg}"
3959
- },
3960
- "secondary-bg": {
3961
- "$type": "color",
3962
- "$value": "{post.scheme.color.surface.default.bg}"
3963
- },
3964
- "bg-scheme": {
3965
- "$type": "text",
3966
- "$value": "{post.scheme.accent.bg-scheme.1}"
4123
+ "$value": "{post.scheme.color.body.fg}"
3967
4124
  }
3968
4125
  },
3969
- "cargo": {
3970
- "bg": {
3971
- "$type": "color",
3972
- "$value": "{post.cargo.scheme.color.surface.alternate.bg}"
3973
- },
3974
- "fg": {
3975
- "$type": "color",
3976
- "$value": "{post.cargo.scheme.color.surface.alternate.fg}"
3977
- },
3978
- "secondary": {
3979
- "$type": "color",
3980
- "$value": "{post.cargo.scheme.color.surface.alternate.fg}"
3981
- },
3982
- "secondary-bg": {
3983
- "$type": "color",
3984
- "$value": "{post.cargo.scheme.color.surface.default.bg}"
3985
- },
3986
- "bg-scheme": {
3987
- "$type": "text",
3988
- "$value": "{post.scheme.accent.bg-scheme.1}"
3989
- }
3990
- }
3991
- }
3992
- }
3993
- }
3994
- },
3995
- "Palette/Accent": {
3996
- "post": {
3997
- "palette": {
3998
- "color": {
3999
- "post": {
4000
- "bg": {
4001
- "$type": "color",
4002
- "$value": "{post.scheme.color.surface.accent.bg}"
4003
- },
4004
- "fg": {
4005
- "$type": "color",
4006
- "$value": "{post.scheme.color.surface.accent.fg}"
4007
- },
4008
- "secondary": {
4009
- "$type": "color",
4010
- "$value": "{post.scheme.color.surface.accent.fg-accent}"
4011
- },
4012
- "secondary-bg": {
4013
- "$type": "color",
4014
- "$value": "{post.scheme.color.surface.accent.secondary-bg}"
4015
- },
4016
- "bg-scheme": {
4017
- "$type": "text",
4018
- "$value": "{post.scheme.accent.bg-scheme.3}"
4019
- }
4020
- },
4021
- "cargo": {
4022
- "bg": {
4023
- "$type": "color",
4024
- "$value": "{post.cargo.scheme.color.surface.accent.bg}"
4025
- },
4026
- "fg": {
4027
- "$type": "color",
4028
- "$value": "{post.cargo.scheme.color.surface.accent.fg}"
4126
+ "palettes": {
4127
+ "default": {
4128
+ "scheme": {
4129
+ "$type": "text",
4130
+ "$value": "{post.scheme.even}"
4131
+ },
4132
+ "bg": {
4133
+ "$type": "color",
4134
+ "$value": "{post.scheme.color.palette.bg.1}"
4135
+ },
4136
+ "fg": {
4137
+ "$type": "color",
4138
+ "$value": "{post.scheme.color.palette.fg.1}"
4139
+ },
4140
+ "fg-secondary": {
4141
+ "$type": "color",
4142
+ "$value": "{post.scheme.color.palette.fg.1}"
4143
+ },
4144
+ "nested": {
4145
+ "bg": {
4146
+ "$type": "color",
4147
+ "$value": "{post.scheme.color.palette.nested.bg.1}"
4148
+ },
4149
+ "fg": {
4150
+ "$type": "color",
4151
+ "$value": "{post.scheme.color.palette.nested.fg.2}"
4152
+ },
4153
+ "scheme": {
4154
+ "$type": "text",
4155
+ "$value": "{post.scheme.even}"
4156
+ }
4157
+ }
4029
4158
  },
4030
- "secondary": {
4031
- "$type": "color",
4032
- "$value": "{post.cargo.scheme.color.surface.accent.fg-accent}"
4159
+ "alternate": {
4160
+ "scheme": {
4161
+ "$type": "text",
4162
+ "$value": "{post.scheme.even}"
4163
+ },
4164
+ "bg": {
4165
+ "$type": "color",
4166
+ "$value": "{post.scheme.color.palette.bg.2}"
4167
+ },
4168
+ "fg": {
4169
+ "$type": "color",
4170
+ "$value": "{post.scheme.color.palette.fg.1}"
4171
+ },
4172
+ "fg-secondary": {
4173
+ "$type": "color",
4174
+ "$value": "{post.scheme.color.palette.fg.1}"
4175
+ },
4176
+ "nested": {
4177
+ "bg": {
4178
+ "$type": "color",
4179
+ "$value": "{post.scheme.color.palette.nested.bg.2}"
4180
+ },
4181
+ "fg": {
4182
+ "$type": "color",
4183
+ "$value": "{post.scheme.color.palette.nested.fg.2}"
4184
+ },
4185
+ "scheme": {
4186
+ "$type": "text",
4187
+ "$value": "{post.scheme.even}"
4188
+ }
4189
+ }
4033
4190
  },
4034
- "secondary-bg": {
4035
- "$type": "color",
4036
- "$value": "{post.cargo.scheme.color.surface.accent.secondary-bg}"
4191
+ "accent": {
4192
+ "scheme": {
4193
+ "$type": "text",
4194
+ "$value": "{post.scheme.swapped}"
4195
+ },
4196
+ "bg": {
4197
+ "$type": "color",
4198
+ "$value": "{post.scheme.color.palette.bg.4}"
4199
+ },
4200
+ "fg": {
4201
+ "$type": "color",
4202
+ "$value": "{post.scheme.color.palette.fg.2}"
4203
+ },
4204
+ "fg-secondary": {
4205
+ "$type": "color",
4206
+ "$value": "{post.scheme.color.palette.fg.2}"
4207
+ },
4208
+ "nested": {
4209
+ "bg": {
4210
+ "$type": "color",
4211
+ "$value": "{post.scheme.color.palette.nested.bg.2}"
4212
+ },
4213
+ "fg": {
4214
+ "$type": "color",
4215
+ "$value": "{post.scheme.color.palette.nested.fg.2}"
4216
+ },
4217
+ "scheme": {
4218
+ "$type": "text",
4219
+ "$value": "{post.scheme.even}"
4220
+ }
4221
+ }
4037
4222
  },
4038
- "bg-scheme": {
4039
- "$type": "text",
4040
- "$value": "{post.scheme.accent.bg-scheme.4}"
4223
+ "brand": {
4224
+ "scheme": {
4225
+ "$type": "text",
4226
+ "$value": "{post.scheme.light}"
4227
+ },
4228
+ "bg": {
4229
+ "$type": "color",
4230
+ "$value": "{post.scheme.color.palette.bg.3}"
4231
+ },
4232
+ "fg": {
4233
+ "$type": "color",
4234
+ "$value": "{post.scheme.color.palette.fg.3}"
4235
+ },
4236
+ "fg-secondary": {
4237
+ "$type": "color",
4238
+ "$value": "{post.scheme.color.palette.fg.3}"
4239
+ },
4240
+ "nested": {
4241
+ "bg": {
4242
+ "$type": "color",
4243
+ "$value": "{post.scheme.color.palette.nested.bg.3}"
4244
+ },
4245
+ "fg": {
4246
+ "$type": "color",
4247
+ "$value": "{post.scheme.color.palette.nested.fg.1}"
4248
+ },
4249
+ "scheme": {
4250
+ "$type": "text",
4251
+ "$value": "{post.scheme.light}"
4252
+ }
4253
+ }
4041
4254
  }
4042
4255
  }
4043
4256
  }
4044
4257
  }
4045
4258
  }
4046
4259
  },
4047
- "Palette/Brand": {
4260
+ "Theme/Cargo": {
4048
4261
  "post": {
4049
- "palette": {
4262
+ "theme": {
4050
4263
  "color": {
4051
- "post": {
4264
+ "body": {
4052
4265
  "bg": {
4053
4266
  "$type": "color",
4054
- "$value": "{post.scheme.color.surface.brand.bg}"
4267
+ "$value": "{post.scheme.color.body.bg}"
4055
4268
  },
4056
4269
  "fg": {
4057
4270
  "$type": "color",
4058
- "$value": "{post.scheme.color.surface.brand.fg}"
4059
- },
4060
- "secondary": {
4061
- "$type": "color",
4062
- "$value": "{post.scheme.color.surface.brand.fg-accent}"
4063
- },
4064
- "secondary-bg": {
4065
- "$type": "color",
4066
- "$value": "{post.scheme.color.surface.brand.secondary-bg}"
4067
- },
4068
- "bg-scheme": {
4069
- "$type": "text",
4070
- "$value": "{post.scheme.accent.bg-scheme.4}"
4271
+ "$value": "{post.scheme.color.body.fg}"
4071
4272
  }
4072
4273
  },
4073
- "cargo": {
4074
- "bg": {
4075
- "$type": "color",
4076
- "$value": "{post.cargo.scheme.color.surface.brand.bg}"
4077
- },
4078
- "fg": {
4079
- "$type": "color",
4080
- "$value": "{post.cargo.scheme.color.surface.brand.fg}"
4081
- },
4082
- "secondary": {
4083
- "$type": "color",
4084
- "$value": "{post.cargo.scheme.color.surface.brand.fg-accent}"
4085
- },
4086
- "secondary-bg": {
4087
- "$type": "color",
4088
- "$value": "{post.cargo.scheme.color.surface.brand.secondary-bg}"
4089
- },
4090
- "bg-scheme": {
4091
- "$type": "text",
4092
- "$value": "{post.scheme.accent.bg-scheme.3}"
4093
- }
4094
- }
4095
- }
4096
- }
4097
- }
4098
- },
4099
- "Theme/Post": {
4100
- "post": {
4101
- "theme": {
4102
- "palettes": {
4103
- "bg-scheme": {
4104
- "brand": {
4105
- "$type": "text",
4106
- "$value": "{post.core.bg-scheme.light}"
4107
- },
4108
- "emphasis": {
4109
- "$type": "text",
4110
- "$value": "{post.scheme.accent.bg-scheme.2}"
4111
- },
4112
- "default": {
4113
- "$type": "text",
4114
- "$value": "{post.scheme.accent.bg-scheme.1}"
4115
- },
4116
- "alternate": {
4117
- "$type": "text",
4118
- "$value": "{post.scheme.accent.bg-scheme.1}"
4119
- }
4120
- }
4121
- },
4122
- "color": {
4123
4274
  "palettes": {
4124
4275
  "default": {
4276
+ "scheme": {
4277
+ "$type": "text",
4278
+ "$value": "{post.scheme.even}"
4279
+ },
4125
4280
  "bg": {
4126
4281
  "$type": "color",
4127
- "$value": "{post.scheme.color.surface.default.bg}"
4282
+ "$value": "{post.scheme.color.palette.bg.1}"
4128
4283
  },
4129
4284
  "fg": {
4130
4285
  "$type": "color",
4131
- "$value": "{post.scheme.color.surface.default.fg}"
4286
+ "$value": "{post.scheme.color.palette.fg.1}"
4287
+ },
4288
+ "fg-secondary": {
4289
+ "$type": "color",
4290
+ "$value": "{post.scheme.color.palette.fg.1}"
4291
+ },
4292
+ "nested": {
4293
+ "bg": {
4294
+ "$type": "color",
4295
+ "$value": "{post.scheme.color.palette.nested.bg.1}"
4296
+ },
4297
+ "fg": {
4298
+ "$type": "color",
4299
+ "$value": "{post.scheme.color.palette.nested.fg.2}"
4300
+ },
4301
+ "scheme": {
4302
+ "$type": "text",
4303
+ "$value": "{post.scheme.even}"
4304
+ }
4132
4305
  }
4133
4306
  },
4134
- "brand": {
4307
+ "alternate": {
4308
+ "scheme": {
4309
+ "$type": "text",
4310
+ "$value": "{post.scheme.even}"
4311
+ },
4135
4312
  "bg": {
4136
4313
  "$type": "color",
4137
- "$value": "{post.scheme.color.surface.brand.bg}"
4314
+ "$value": "{post.scheme.color.palette.bg.7}"
4138
4315
  },
4139
4316
  "fg": {
4140
4317
  "$type": "color",
4141
- "$value": "{post.scheme.color.surface.brand.fg}"
4318
+ "$value": "{post.scheme.color.palette.fg.1}"
4142
4319
  },
4143
- "fg-accent": {
4320
+ "fg-secondary": {
4144
4321
  "$type": "color",
4145
- "$value": "{post.scheme.color.surface.brand.fg-accent}"
4322
+ "$value": "{post.scheme.color.palette.fg.1}"
4323
+ },
4324
+ "nested": {
4325
+ "bg": {
4326
+ "$type": "color",
4327
+ "$value": "{post.scheme.color.palette.nested.bg.2}"
4328
+ },
4329
+ "fg": {
4330
+ "$type": "color",
4331
+ "$value": "{post.scheme.color.palette.nested.fg.2}"
4332
+ },
4333
+ "scheme": {
4334
+ "$type": "text",
4335
+ "$value": "{post.scheme.even}"
4336
+ }
4146
4337
  }
4147
4338
  },
4148
4339
  "accent": {
4340
+ "scheme": {
4341
+ "$type": "text",
4342
+ "$value": "{post.scheme.light}"
4343
+ },
4149
4344
  "bg": {
4150
4345
  "$type": "color",
4151
- "$value": "{post.scheme.color.surface.accent.bg}"
4346
+ "$value": "{post.scheme.color.palette.bg.5}"
4152
4347
  },
4153
4348
  "fg": {
4154
4349
  "$type": "color",
4155
- "$value": "{post.scheme.color.surface.accent.fg}"
4350
+ "$value": "{post.scheme.color.palette.fg.3}"
4156
4351
  },
4157
- "fg-accent": {
4352
+ "fg-secondary": {
4158
4353
  "$type": "color",
4159
- "$value": "{post.scheme.color.surface.accent.fg-accent}"
4354
+ "$value": "{post.scheme.color.palette.fg-secondary.3}"
4355
+ },
4356
+ "nested": {
4357
+ "bg": {
4358
+ "$type": "color",
4359
+ "$value": "{post.scheme.color.palette.nested.bg.3}"
4360
+ },
4361
+ "fg": {
4362
+ "$type": "color",
4363
+ "$value": "{post.scheme.color.palette.nested.fg.1}"
4364
+ },
4365
+ "scheme": {
4366
+ "$type": "text",
4367
+ "$value": "{post.scheme.light}"
4368
+ }
4160
4369
  }
4161
4370
  },
4162
- "alternate": {
4371
+ "brand": {
4372
+ "scheme": {
4373
+ "$type": "text",
4374
+ "$value": "{post.scheme.dark}"
4375
+ },
4163
4376
  "bg": {
4164
4377
  "$type": "color",
4165
- "$value": "{post.scheme.color.surface.alternate.bg}"
4378
+ "$value": "{post.scheme.color.palette.bg.6}"
4166
4379
  },
4167
4380
  "fg": {
4168
4381
  "$type": "color",
4169
- "$value": "{post.scheme.color.surface.alternate.fg}"
4382
+ "$value": "{post.scheme.color.palette.fg.4}"
4383
+ },
4384
+ "fg-secondary": {
4385
+ "$type": "color",
4386
+ "$value": "{post.scheme.color.palette.fg-secondary.2}"
4387
+ },
4388
+ "nested": {
4389
+ "bg": {
4390
+ "$type": "color",
4391
+ "$value": "{post.scheme.color.palette.nested.bg.3}"
4392
+ },
4393
+ "fg": {
4394
+ "$type": "color",
4395
+ "$value": "{post.scheme.color.palette.nested.fg.1}"
4396
+ },
4397
+ "scheme": {
4398
+ "$type": "text",
4399
+ "$value": "{post.scheme.light}"
4400
+ }
4170
4401
  }
4171
4402
  }
4403
+ }
4404
+ }
4405
+ }
4406
+ }
4407
+ },
4408
+ "Palette/Default": {
4409
+ "post": {
4410
+ "palette": {
4411
+ "color": {
4412
+ "scheme": {
4413
+ "$type": "text",
4414
+ "$value": "{post.theme.color.palettes.default.scheme}"
4172
4415
  },
4173
- "palette": {
4416
+ "bg": {
4417
+ "$type": "color",
4418
+ "$value": "{post.theme.color.palettes.default.bg}"
4419
+ },
4420
+ "fg": {
4421
+ "$type": "color",
4422
+ "$value": "{post.theme.color.palettes.default.fg}"
4423
+ },
4424
+ "fg-secondary": {
4425
+ "$type": "color",
4426
+ "$value": "{post.theme.color.palettes.default.fg-secondary}"
4427
+ },
4428
+ "nested": {
4174
4429
  "bg": {
4175
4430
  "$type": "color",
4176
- "$value": "{post.palette.color.post.bg}"
4431
+ "$value": "{post.theme.color.palettes.default.nested.bg}"
4177
4432
  },
4178
4433
  "fg": {
4179
4434
  "$type": "color",
4180
- "$value": "{post.palette.color.post.fg}"
4181
- },
4182
- "secondary": {
4183
- "$type": "color",
4184
- "$value": "{post.palette.color.post.secondary}"
4435
+ "$value": "{post.theme.color.palettes.default.nested.fg}"
4185
4436
  },
4186
- "secondary-bg": {
4187
- "$type": "color",
4188
- "$value": "{post.palette.color.post.secondary-bg}"
4189
- },
4190
- "bg-scheme": {
4437
+ "scheme": {
4191
4438
  "$type": "text",
4192
- "$value": "{post.palette.color.post.bg-scheme}"
4439
+ "$value": "{post.theme.color.palettes.default.nested.scheme}"
4193
4440
  }
4194
4441
  }
4195
4442
  }
4196
4443
  }
4197
4444
  }
4198
4445
  },
4199
- "Theme/Cargo": {
4446
+ "Palette/Alternate": {
4200
4447
  "post": {
4201
- "theme": {
4202
- "palettes": {
4203
- "bg-scheme": {
4204
- "brand": {
4205
- "$type": "text",
4206
- "$value": "{post.core.bg-scheme.dark}"
4207
- },
4208
- "emphasis": {
4209
- "$type": "text",
4210
- "$value": "{post.core.bg-scheme.light}"
4448
+ "palette": {
4449
+ "color": {
4450
+ "scheme": {
4451
+ "$type": "text",
4452
+ "$value": "{post.theme.color.palettes.alternate.scheme}"
4453
+ },
4454
+ "bg": {
4455
+ "$type": "color",
4456
+ "$value": "{post.theme.color.palettes.alternate.bg}"
4457
+ },
4458
+ "fg": {
4459
+ "$type": "color",
4460
+ "$value": "{post.theme.color.palettes.alternate.fg}"
4461
+ },
4462
+ "fg-secondary": {
4463
+ "$type": "color",
4464
+ "$value": "{post.theme.color.palettes.alternate.fg-secondary}"
4465
+ },
4466
+ "nested": {
4467
+ "bg": {
4468
+ "$type": "color",
4469
+ "$value": "{post.theme.color.palettes.alternate.nested.bg}"
4211
4470
  },
4212
- "default": {
4213
- "$type": "text",
4214
- "$value": "{post.scheme.accent.bg-scheme.1}"
4471
+ "fg": {
4472
+ "$type": "color",
4473
+ "$value": "{post.theme.color.palettes.alternate.nested.fg}"
4215
4474
  },
4216
- "alternate": {
4475
+ "scheme": {
4217
4476
  "$type": "text",
4218
- "$value": "{post.scheme.accent.bg-scheme.1}"
4477
+ "$value": "{post.theme.color.palettes.alternate.nested.scheme}"
4219
4478
  }
4220
4479
  }
4221
- },
4480
+ }
4481
+ }
4482
+ }
4483
+ },
4484
+ "Palette/Accent": {
4485
+ "post": {
4486
+ "palette": {
4222
4487
  "color": {
4223
- "palettes": {
4224
- "default": {
4225
- "bg": {
4226
- "$type": "color",
4227
- "$value": "{post.cargo.scheme.color.surface.default.bg}"
4228
- },
4229
- "fg": {
4230
- "$type": "color",
4231
- "$value": "{post.cargo.scheme.color.surface.default.fg}"
4232
- }
4233
- },
4234
- "alternate": {
4235
- "bg": {
4236
- "$type": "color",
4237
- "$value": "{post.cargo.scheme.color.surface.alternate.bg}"
4238
- },
4239
- "fg": {
4240
- "$type": "color",
4241
- "$value": "{post.cargo.scheme.color.surface.alternate.fg}"
4242
- }
4243
- },
4244
- "brand": {
4245
- "bg": {
4246
- "$type": "color",
4247
- "$value": "{post.cargo.scheme.color.surface.brand.bg}"
4248
- },
4249
- "fg": {
4250
- "$type": "color",
4251
- "$value": "{post.cargo.scheme.color.surface.brand.fg}"
4252
- },
4253
- "fg-accent": {
4254
- "$type": "color",
4255
- "$value": "{post.cargo.scheme.color.surface.brand.fg-accent}"
4256
- }
4257
- },
4258
- "accent": {
4259
- "bg": {
4260
- "$type": "color",
4261
- "$value": "{post.cargo.scheme.color.surface.accent.bg}"
4262
- },
4263
- "fg": {
4264
- "$type": "color",
4265
- "$value": "{post.cargo.scheme.color.surface.accent.fg}"
4266
- },
4267
- "fg-accent": {
4268
- "$type": "color",
4269
- "$value": "{post.cargo.scheme.color.surface.accent.fg-accent}"
4270
- }
4271
- }
4488
+ "scheme": {
4489
+ "$type": "text",
4490
+ "$value": "{post.theme.color.palettes.accent.scheme}"
4272
4491
  },
4273
- "palette": {
4492
+ "bg": {
4493
+ "$type": "color",
4494
+ "$value": "{post.theme.color.palettes.accent.bg}"
4495
+ },
4496
+ "fg": {
4497
+ "$type": "color",
4498
+ "$value": "{post.theme.color.palettes.accent.fg}"
4499
+ },
4500
+ "fg-secondary": {
4501
+ "$type": "color",
4502
+ "$value": "{post.theme.color.palettes.accent.fg-secondary}"
4503
+ },
4504
+ "nested": {
4274
4505
  "bg": {
4275
4506
  "$type": "color",
4276
- "$value": "{post.palette.color.cargo.bg}"
4507
+ "$value": "{post.theme.color.palettes.accent.nested.bg}"
4277
4508
  },
4278
4509
  "fg": {
4279
4510
  "$type": "color",
4280
- "$value": "{post.palette.color.cargo.fg}"
4511
+ "$value": "{post.theme.color.palettes.accent.nested.fg}"
4281
4512
  },
4282
- "secondary": {
4513
+ "scheme": {
4514
+ "$type": "text",
4515
+ "$value": "{post.theme.color.palettes.accent.nested.scheme}"
4516
+ }
4517
+ }
4518
+ }
4519
+ }
4520
+ }
4521
+ },
4522
+ "Palette/Brand": {
4523
+ "post": {
4524
+ "palette": {
4525
+ "color": {
4526
+ "scheme": {
4527
+ "$type": "text",
4528
+ "$value": "{post.theme.color.palettes.brand.scheme}"
4529
+ },
4530
+ "bg": {
4531
+ "$type": "color",
4532
+ "$value": "{post.theme.color.palettes.brand.bg}"
4533
+ },
4534
+ "fg": {
4535
+ "$type": "color",
4536
+ "$value": "{post.theme.color.palettes.brand.fg}"
4537
+ },
4538
+ "fg-secondary": {
4539
+ "$type": "color",
4540
+ "$value": "{post.theme.color.palettes.brand.fg-secondary}"
4541
+ },
4542
+ "nested": {
4543
+ "bg": {
4283
4544
  "$type": "color",
4284
- "$value": "{post.palette.color.cargo.secondary}"
4545
+ "$value": "{post.theme.color.palettes.brand.nested.bg}"
4285
4546
  },
4286
- "secondary-bg": {
4547
+ "fg": {
4287
4548
  "$type": "color",
4288
- "$value": "{post.palette.color.cargo.secondary-bg}"
4549
+ "$value": "{post.theme.color.palettes.brand.nested.fg}"
4289
4550
  },
4290
- "bg-scheme": {
4551
+ "scheme": {
4291
4552
  "$type": "text",
4292
- "$value": "{post.palette.color.cargo.bg-scheme}"
4553
+ "$value": "{post.theme.color.palettes.brand.nested.scheme}"
4293
4554
  }
4294
4555
  }
4295
4556
  }
@@ -4299,6 +4560,16 @@
4299
4560
  "Elements/Body": {
4300
4561
  "post": {
4301
4562
  "body": {
4563
+ "color": {
4564
+ "bg": {
4565
+ "$type": "color",
4566
+ "$value": "{post.theme.color.body.bg}"
4567
+ },
4568
+ "fg": {
4569
+ "$type": "color",
4570
+ "$value": "{post.theme.color.body.fg}"
4571
+ }
4572
+ },
4302
4573
  "font-family": {
4303
4574
  "$type": "fontFamilies",
4304
4575
  "$value": "{post.device.font-family.default}"
@@ -4318,10 +4589,6 @@
4318
4589
  "letter-spacing": {
4319
4590
  "$type": "letterSpacing",
4320
4591
  "$value": "{post.core.letter-spacing.default}"
4321
- },
4322
- "color": {
4323
- "$type": "color",
4324
- "$value": "{post.scheme.color.surface.default.fg}"
4325
4592
  }
4326
4593
  }
4327
4594
  }
@@ -4419,7 +4686,7 @@
4419
4686
  },
4420
4687
  "font-weight": {
4421
4688
  "$type": "fontWeights",
4422
- "$value": "{post.device.font-weight.black}"
4689
+ "$value": "{post.device.font-weight.extra-black}"
4423
4690
  }
4424
4691
  }
4425
4692
  }
@@ -5582,6 +5849,18 @@
5582
5849
  "$value": "{post.scheme.color.interactive.primary.enabled.stroke4}"
5583
5850
  }
5584
5851
  },
5852
+ "bg": {
5853
+ "$type": "color",
5854
+ "$value": "{post.palette.color.nested.bg}"
5855
+ },
5856
+ "fg": {
5857
+ "$type": "color",
5858
+ "$value": "{post.palette.color.nested.fg}"
5859
+ },
5860
+ "scheme": {
5861
+ "$type": "color",
5862
+ "$value": "{post.palette.color.nested.scheme}"
5863
+ },
5585
5864
  "enabled-bg1": {
5586
5865
  "$type": "color",
5587
5866
  "$value": "{post.theme.color.palettes.alternate.bg}"
@@ -6983,6 +7262,42 @@
6983
7262
  }
6984
7263
  }
6985
7264
  },
7265
+ "Components/Palettes": {
7266
+ "post": {
7267
+ "palettes": {
7268
+ "bg": {
7269
+ "$type": "color",
7270
+ "$value": "{post.palette.color.bg}"
7271
+ },
7272
+ "fg": {
7273
+ "$type": "color",
7274
+ "$value": "{post.palette.color.fg}"
7275
+ },
7276
+ "fg-secondary": {
7277
+ "$type": "color",
7278
+ "$value": "{post.palette.color.fg-secondary}"
7279
+ },
7280
+ "nested": {
7281
+ "bg": {
7282
+ "$type": "color",
7283
+ "$value": "{post.palette.color.nested.bg}"
7284
+ },
7285
+ "fg": {
7286
+ "$type": "color",
7287
+ "$value": "{post.palette.color.nested.fg}"
7288
+ },
7289
+ "scheme": {
7290
+ "$type": "color",
7291
+ "$value": "{post.palette.color.nested.scheme}"
7292
+ }
7293
+ },
7294
+ "scheme": {
7295
+ "$type": "text",
7296
+ "$value": "{post.palette.color.scheme}"
7297
+ }
7298
+ }
7299
+ }
7300
+ },
6986
7301
  "Components/Popover": {
6987
7302
  "post": {
6988
7303
  "popover": {
@@ -9154,11 +9469,11 @@
9154
9469
  },
9155
9470
  "brand": {
9156
9471
  "$type": "color",
9157
- "$value": "{post.theme.color.palettes.brand.fg-accent}"
9472
+ "$value": "{post.theme.color.palettes.brand.accent}"
9158
9473
  },
9159
9474
  "accent": {
9160
9475
  "$type": "color",
9161
- "$value": "{post.theme.color.palettes.accent.fg-accent}"
9476
+ "$value": "{post.theme.color.palettes.accent.accent}"
9162
9477
  }
9163
9478
  }
9164
9479
  },
@@ -9530,6 +9845,10 @@
9530
9845
  "black": {
9531
9846
  "$type": "fontWeights",
9532
9847
  "$value": "{post.core.font-weight.900}"
9848
+ },
9849
+ "extra-black": {
9850
+ "$type": "fontWeights",
9851
+ "$value": "{post.core.font-weight.950}"
9533
9852
  }
9534
9853
  },
9535
9854
  "line-height": {
@@ -9611,70 +9930,6 @@
9611
9930
  }
9612
9931
  }
9613
9932
  },
9614
- "Palettes": {
9615
- "post": {
9616
- "palettes": {
9617
- "color": {
9618
- "default": {
9619
- "bg": {
9620
- "$type": "color",
9621
- "$value": "{post.theme.color.palettes.default.bg}"
9622
- },
9623
- "fg": {
9624
- "$type": "color",
9625
- "$value": "{post.theme.color.palettes.default.fg}"
9626
- },
9627
- "bg-scheme": {
9628
- "$type": "text",
9629
- "$value": "{post.theme.palettes.bg-scheme.default}"
9630
- }
9631
- },
9632
- "alternate": {
9633
- "bg": {
9634
- "$type": "color",
9635
- "$value": "{post.theme.color.palettes.alternate.bg}"
9636
- },
9637
- "fg": {
9638
- "$type": "color",
9639
- "$value": "{post.theme.color.palettes.alternate.fg}"
9640
- },
9641
- "bg-scheme": {
9642
- "$type": "text",
9643
- "$value": "{post.theme.palettes.bg-scheme.alternate}"
9644
- }
9645
- },
9646
- "brand": {
9647
- "bg": {
9648
- "$type": "color",
9649
- "$value": "{post.theme.color.palettes.brand.bg}"
9650
- },
9651
- "fg": {
9652
- "$type": "color",
9653
- "$value": "{post.theme.color.palettes.brand.fg-accent}"
9654
- },
9655
- "bg-scheme": {
9656
- "$type": "text",
9657
- "$value": "{post.theme.palettes.bg-scheme.brand}"
9658
- }
9659
- },
9660
- "accent": {
9661
- "bg": {
9662
- "$type": "color",
9663
- "$value": "{post.theme.color.palettes.accent.bg}"
9664
- },
9665
- "fg": {
9666
- "$type": "color",
9667
- "$value": "{post.theme.color.palettes.accent.fg-accent}"
9668
- },
9669
- "bg-scheme": {
9670
- "$type": "text",
9671
- "$value": "{post.theme.palettes.bg-scheme.emphasis}"
9672
- }
9673
- }
9674
- }
9675
- }
9676
- }
9677
- },
9678
9933
  "Helpers/Focus": {
9679
9934
  "post": {
9680
9935
  "focus": {
@@ -9804,7 +10059,8 @@
9804
10059
  "post.core.font-size.32": "468652535b4d230b8aacbfdad93b0ac69dd79f5e",
9805
10060
  "post.core.font-size.36": "d915e690bf9ee5217752fd9d94f42d744e82aa92",
9806
10061
  "post.core.font-size.40": "79f8e733b8e993cbc3792ea4ed7a9e702b1a769c",
9807
- "post.core.letter-spacing.none": "195c468fa2f255470e6e8077bfc5cb14da225064"
10062
+ "post.core.letter-spacing.none": "195c468fa2f255470e6e8077bfc5cb14da225064",
10063
+ "post.core.font-weight.950": "856f741eca2f0209debad005fc23f03253b49eb5"
9808
10064
  }
9809
10065
  },
9810
10066
  {
@@ -10230,7 +10486,6 @@
10230
10486
  "post.device.spacing.padding.inline.6": "211520f2bb91c1d8315cefb31dc55d7dde233be7",
10231
10487
  "post.device.spacing.padding.inline.7": "119d660b20f161bb94da756fdf2bc0c889115aaa",
10232
10488
  "post.device.spacing.padding.inline.9": "cc8ef1e866b261b2cd183c99e60f5eb3ee64b724",
10233
- "post.device.spacing.padding.inline.11": "6cb2a8873b0af5256f9568ccbc2c19574da95f28",
10234
10489
  "post.device.spacing.margin.4": "da53f4155b9f08ff30bddf3a07a176a6d7eeb94b",
10235
10490
  "post.device.spacing.margin.5": "6b9e8903badb94a863a91be42b4cc6c9468c6038",
10236
10491
  "post.device.spacing.margin.6": "b2fad29f5f794f25b5ad4b6969e8e19bbd1b62aa",
@@ -10270,7 +10525,7 @@
10270
10525
  "post.device.border-width.quote": "1c2f3d93f282058f554db3737d1b131c886b81f4",
10271
10526
  "post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
10272
10527
  "post.device.position.4": "8ad5558946050df69161bd3c5b65640703a1dfd2",
10273
- "post.device.spacing.padding.inline.12": "3c1c04371b98584fce81147762d4251286fa2b38",
10528
+ "post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b",
10274
10529
  "post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
10275
10530
  "post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676",
10276
10531
  "post.device.spacing.gap.inline.1": "bf4a1f1af93f454818f24e35b2241ae450bf79f1",
@@ -10320,7 +10575,8 @@
10320
10575
  "post.device.border-width.alternative1": "3304b579ebb55075ec45251e69d38c803cecf378",
10321
10576
  "post.device.grid.sizing.container.max-width": "a4dfb3cf0e2934a7d714a31ae35fded45be08be9",
10322
10577
  "post.device.position.2": "ba05cc16eebec31bed449523188a621463b014cc",
10323
- "post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f"
10578
+ "post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f",
10579
+ "post.device.font-weight.extra-black": "dfabc0d5b82959b268209eec219bfae4558c9535"
10324
10580
  }
10325
10581
  },
10326
10582
  {
@@ -10373,7 +10629,6 @@
10373
10629
  "post.device.spacing.padding.inline.7": "119d660b20f161bb94da756fdf2bc0c889115aaa",
10374
10630
  "post.device.spacing.padding.inline.8": "e12a41c3f362750227aa81584d4cab825b08d4e9",
10375
10631
  "post.device.spacing.padding.inline.9": "cc8ef1e866b261b2cd183c99e60f5eb3ee64b724",
10376
- "post.device.spacing.padding.inline.11": "6cb2a8873b0af5256f9568ccbc2c19574da95f28",
10377
10632
  "post.device.spacing.padding.block.3": "931df8e83a599b6ed42ac07836bb9f628df95a11",
10378
10633
  "post.device.spacing.padding.block.6": "fb123d11d6498d112c4d36a4fdef5bacafae88ae",
10379
10634
  "post.device.spacing.padding.block.8": "5eeaa782f13c9a6dc00a47078b54556fa50c611a",
@@ -10477,7 +10732,8 @@
10477
10732
  "post.device.grid.sizing.gutter": "c96f1602983aa56f2a1a13cbba9b908b06fd0e05",
10478
10733
  "post.device.grid.sizing.container.max-width": "a4dfb3cf0e2934a7d714a31ae35fded45be08be9",
10479
10734
  "post.device.position.2": "ba05cc16eebec31bed449523188a621463b014cc",
10480
- "post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f"
10735
+ "post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f",
10736
+ "post.device.font-weight.extra-black": "dfabc0d5b82959b268209eec219bfae4558c9535"
10481
10737
  }
10482
10738
  },
10483
10739
  {
@@ -10558,7 +10814,6 @@
10558
10814
  "post.device.spacing.padding.inline.7": "119d660b20f161bb94da756fdf2bc0c889115aaa",
10559
10815
  "post.device.spacing.padding.inline.8": "e12a41c3f362750227aa81584d4cab825b08d4e9",
10560
10816
  "post.device.spacing.padding.inline.9": "cc8ef1e866b261b2cd183c99e60f5eb3ee64b724",
10561
- "post.device.spacing.padding.inline.11": "6cb2a8873b0af5256f9568ccbc2c19574da95f28",
10562
10817
  "post.device.spacing.padding.block.1": "df1d5f20317d135e92c2f76c6de8670f83d52045",
10563
10818
  "post.device.spacing.padding.block.3": "931df8e83a599b6ed42ac07836bb9f628df95a11",
10564
10819
  "post.device.spacing.padding.block.5": "12aa516946fda5276cad33a82917f9a28cc78bf1",
@@ -10641,7 +10896,7 @@
10641
10896
  "post.device.position.2": "ba05cc16eebec31bed449523188a621463b014cc",
10642
10897
  "post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f",
10643
10898
  "post.device.position.4": "8ad5558946050df69161bd3c5b65640703a1dfd2",
10644
- "post.device.spacing.padding.inline.12": "3c1c04371b98584fce81147762d4251286fa2b38"
10899
+ "post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b"
10645
10900
  }
10646
10901
  },
10647
10902
  {
@@ -10669,10 +10924,8 @@
10669
10924
  "$figmaCollectionId": "VariableCollectionId:3180:16769",
10670
10925
  "$figmaModeId": "3180:1",
10671
10926
  "$figmaVariableReferences": {
10672
- "post.body.font-family": "70c72412aea2780407d6bb946143c4a5348b3028",
10673
10927
  "post.body.font-size": "acd407f99597df8951757e7543a7b0e7c8451ec2",
10674
10928
  "post.body.font-weight": "87c7f855865f4e8c289660daf5b938a155f3ce09",
10675
- "post.body.color": "e7978f363149b9e0862b1da607ed90032d843a63",
10676
10929
  "post.h1.font-size": "4dfdcb816339554c431cc27b3f417ca8fac58bab",
10677
10930
  "post.h1.margin-block-start": "00b0bb583f6b60906ba4b3adb89f439a4bf0bcc7",
10678
10931
  "post.h1.margin-block-end": "6b3ecdcda7319fda31c670e39af4a8205599c02b",
@@ -10693,7 +10946,6 @@
10693
10946
  "post.h6.margin-block-end": "8105b8d7a5cdfd68a8af14f7156474accc4d28a0",
10694
10947
  "post.heading.font-weight": "30d60d2593a168627ef61d63266f2f9f022b9c16",
10695
10948
  "post.paragraph.margin-block-start": "9dade4a54a60d96b9bc0da028b1d5970d1b89839",
10696
- "post.link.hover-fg": "e5e1f251e51d05807fccf34efc36391c5d6d1821",
10697
10949
  "post.link.border-radius": "8a9d3378910dc9411f8d0f0a6d32ee1939504cb0",
10698
10950
  "post.list.bullet.item.text.padding.block": "b1703ba0ecf1f34852b9c997f00db741172255a2",
10699
10951
  "post.list.bullet.item.icon.gap.inline": "417de136821935345d45e075c52b60de8fde8473",
@@ -10714,7 +10966,6 @@
10714
10966
  "post.legend.large.padding.block.start": "07195a6aef820a17e21fa4e2dd416d3ea3ed53db",
10715
10967
  "post.legend.large.padding.block.end": "5c0406008577b8a2c8cf3c7e0c6786fbda04323f",
10716
10968
  "post.legend.large.margin.block.end": "b8ff9bf1150e33ccf55f3838c5eb03813b07c55e",
10717
- "post.legend.large.border.color": "18eb341734d81f963bee4f9aa1e47a86d021916c",
10718
10969
  "post.legend.large.border-width": "4a5a2aa3d8da28b110fa449c2a227ad3c5cc94bb",
10719
10970
  "post.legend.margin.block.end": "69bea6af09684b0a6efaca814f3bdc27ea87314b"
10720
10971
  }
@@ -10820,7 +11071,8 @@
10820
11071
  "post.utility.font-size.8": "7e65843af9c2b8aae35578ebb0cf0394dcb5e157",
10821
11072
  "post.utility.font-size.9": "169936d9fa777c2c8971bb8da0ba145f30cc3465",
10822
11073
  "post.utility.font-size.10": "b8de94fc215e42b9089f9643bcc4e942398f26f5",
10823
- "post.utility.font-size.11": "e42b1c2e78fd2725b3bd3af4713b6caa54f2c990"
11074
+ "post.utility.font-size.11": "e42b1c2e78fd2725b3bd3af4713b6caa54f2c990",
11075
+ "post.utility.font-weight.extra-black": "e84254a0995b4b00d78be91a90e61ecbb6551113"
10824
11076
  }
10825
11077
  },
10826
11078
  {
@@ -10901,9 +11153,7 @@
10901
11153
  "Components/Assist": "enabled",
10902
11154
  "Components/Cards": "enabled",
10903
11155
  "Components/Teaser": "enabled",
10904
- "Components/Spin button": "enabled",
10905
- "Components/Chip": "enabled",
10906
- "Components/Filter": "enabled"
11156
+ "Components/Spin button": "enabled"
10907
11157
  },
10908
11158
  "$figmaCollectionId": "VariableCollectionId:808:5504",
10909
11159
  "$figmaModeId": "808:0",
@@ -11009,6 +11259,20 @@
11009
11259
  "post.chip.label.font-size": "59b54e3cab7901a087f4350d877de5603b6fa693",
11010
11260
  "post.chip.label.font-weight": "552ca647b4c7033e9a99836bfa216db0cf5ba6ce",
11011
11261
  "post.chip.selectable.badge.padding.inline": "8c3b827f5299b4d3b12adec44674a43788ade83d",
11262
+ "post.chip.selectable.badge.size": "bb9ec7fbf840d3d0e20585c196ffecacb1aefbb6",
11263
+ "post.chip.selectable.icon": "e9d20fbb4403497580837d8ec5669123a56f591b",
11264
+ "post.chip.selectable.gap.inline.selected-icon": "2294da078f7e3915a30ff67db5f64dadba3dda67",
11265
+ "post.chip.selectable.gap.inline.badge": "de6fc298750ca61102ca472755d9b34e485c16a2",
11266
+ "post.chip.selectable.padding.inline": "3b6ea1b9397cba483afd45dfd9da0ab4a02515bd",
11267
+ "post.chip.border-radius": "953906e6cac7827694001ce4bc9d56d73d35241c",
11268
+ "post.chip.border-width": "2a24ebfab14e8db3372ea8b1602c2a9d4cf32c54",
11269
+ "post.chip.height": "1429f0e4e01b8078a50fed52350ed8d09eb52db8",
11270
+ "post.chip.dismissible.gap.inline": "ce39f9ba27871d78d6c96f08335dd71f2217a0d7",
11271
+ "post.chip.dismissible.padding.inline": "c53d0491bdacbda666b1bce6f5eb48b789ff0996",
11272
+ "post.chip.dismissible.group.gap": "e8d1250fed3d055d56ece024f14fc4439ee0739d",
11273
+ "post.chip.label.font-size": "59b54e3cab7901a087f4350d877de5603b6fa693",
11274
+ "post.chip.label.font-weight": "552ca647b4c7033e9a99836bfa216db0cf5ba6ce",
11275
+ "post.chip.selectable.badge.padding.inline": "8c3b827f5299b4d3b12adec44674a43788ade83d",
11012
11276
  "post.close.size": "515ef5927115a50084de12d9bd441da2ec42a649",
11013
11277
  "post.close.border-radius": "5ff209f6925d4bc352a576c50751a96b71d67617",
11014
11278
  "post.close.icon.size": "ea8353a741be98ec8b070be1ea1bedbb49292b8c",
@@ -11051,6 +11315,7 @@
11051
11315
  "post.dropdown.single-select.menu.padding.block": "ffded9b6e80cffb4dc1beffccd10915a84316943",
11052
11316
  "post.dropdown.single-select.menu.border-radius": "0a3072d6f52ca7336e8fa68eda76180b81827022",
11053
11317
  "post.filter.chips-group.selectable.gap": "0c53f7995efdf1f707fbe0d3a8a95bc5a32550bd",
11318
+ "post.filter.chips-group.selectable.gap": "0c53f7995efdf1f707fbe0d3a8a95bc5a32550bd",
11054
11319
  "post.floating-button.position.right": "5f5f7a00e0660158923bd57ee08d5f10c4074526",
11055
11320
  "post.floating-button.position.top": "ff8db193bebd896a1c226be5aa69b28b3729c785",
11056
11321
  "post.floating-button.size.outer": "5e349e3dfa6c657612a01f07c5c7259dc97a93ef",
@@ -11170,6 +11435,7 @@
11170
11435
  "post.spin-button.action-button.border-width": "4ecaf04f63d502eefff8124b8dd0e2b8649afde7",
11171
11436
  "post.stepper.gap.text-start": "973c3df60c62f3bb2022dfefdfcd62644cf365fd",
11172
11437
  "post.stepper.gap.labels": "88a081a975106a2737f5a0f092309161ef8a0bb2",
11438
+ "post.stepper.gap.labels": "88a081a975106a2737f5a0f092309161ef8a0bb2",
11173
11439
  "post.stepper.padding.connector": "94b9a5b72406ebedaab9706b909eb686f652d0b9",
11174
11440
  "post.stepper.border-radius.round": "bdc93fb44481875870ddfd11f0ae816c08fc4ead",
11175
11441
  "post.stepper.indicator": "0d44c723e1c37c40adbb8d3047fc721c28cfc0ee",
@@ -11371,15 +11637,14 @@
11371
11637
  "post.theme.color.palettes.alternate.fg": "96a7f4c12efb74f3da27770f2014a52032056121",
11372
11638
  "post.theme.color.palettes.brand.bg": "2f0b9e90b3d7117a9d7037b325deac970c3bee16",
11373
11639
  "post.theme.color.palettes.brand.fg": "8ce342d323f6022375641c1f92d265636eda0015",
11374
- "post.theme.color.palettes.brand.fg-accent": "bcafae8cf60ca45e115074c515ce2dbfad005ecc",
11375
11640
  "post.theme.color.palettes.accent.bg": "36c62b7057d0d665572ef3d4be91dd81c61fb13b",
11376
11641
  "post.theme.color.palettes.accent.fg": "8d3dab1f80eb4d3b22f62613a3c3f80d5609538d",
11377
- "post.theme.color.palettes.accent.fg-accent": "94fff24801de3cb3c299b38461b8d48e5602773c",
11378
11642
  "post.theme.color.palette.bg": "d6ac790167a7aacec12f09e8259016c2b4c0c108",
11379
11643
  "post.theme.color.palette.fg": "37f4f256cc9ce3145b6a00729f11075d277772a9",
11380
11644
  "post.theme.color.palette.secondary": "b199e45536301133fe773d431df0b1324dead0e3",
11381
11645
  "post.theme.color.palette.secondary-bg": "968840c8ab67d137bde84833bfc883cb1e4bf1c1",
11382
- "post.theme.color.palette.bg-scheme": "352bc2f5480314cdd630c3202146650a37f2cae7"
11646
+ "post.theme.color.palettes.brand.accent": "bcafae8cf60ca45e115074c515ce2dbfad005ecc",
11647
+ "post.theme.color.palettes.accent.accent": "94fff24801de3cb3c299b38461b8d48e5602773c"
11383
11648
  },
11384
11649
  "group": "Theme"
11385
11650
  },
@@ -11412,17 +11677,16 @@
11412
11677
  "post.theme.color.palettes.default.fg": "17e7f1199980448c9e431b59ac934c0ef11c5e1b",
11413
11678
  "post.theme.color.palettes.brand.bg": "2f0b9e90b3d7117a9d7037b325deac970c3bee16",
11414
11679
  "post.theme.color.palettes.brand.fg": "8ce342d323f6022375641c1f92d265636eda0015",
11415
- "post.theme.color.palettes.brand.fg-accent": "bcafae8cf60ca45e115074c515ce2dbfad005ecc",
11416
11680
  "post.theme.color.palettes.accent.bg": "36c62b7057d0d665572ef3d4be91dd81c61fb13b",
11417
11681
  "post.theme.color.palettes.accent.fg": "8d3dab1f80eb4d3b22f62613a3c3f80d5609538d",
11418
- "post.theme.color.palettes.accent.fg-accent": "94fff24801de3cb3c299b38461b8d48e5602773c",
11419
11682
  "post.theme.color.palettes.alternate.bg": "47e0f61a01f52edc65e7fcfb6ba1237495959eb2",
11420
11683
  "post.theme.color.palettes.alternate.fg": "96a7f4c12efb74f3da27770f2014a52032056121",
11421
11684
  "post.theme.color.palette.bg": "d6ac790167a7aacec12f09e8259016c2b4c0c108",
11422
11685
  "post.theme.color.palette.fg": "37f4f256cc9ce3145b6a00729f11075d277772a9",
11423
11686
  "post.theme.color.palette.secondary": "b199e45536301133fe773d431df0b1324dead0e3",
11424
11687
  "post.theme.color.palette.secondary-bg": "968840c8ab67d137bde84833bfc883cb1e4bf1c1",
11425
- "post.theme.color.palette.bg-scheme": "352bc2f5480314cdd630c3202146650a37f2cae7"
11688
+ "post.theme.color.palettes.brand.accent": "bcafae8cf60ca45e115074c515ce2dbfad005ecc",
11689
+ "post.theme.color.palettes.accent.accent": "94fff24801de3cb3c299b38461b8d48e5602773c"
11426
11690
  },
11427
11691
  "group": "Theme"
11428
11692
  },
@@ -11461,8 +11725,7 @@
11461
11725
  "Scheme/Light": "source",
11462
11726
  "Scheme/Dark": "source",
11463
11727
  "Theme/Post": "source",
11464
- "Theme/Cargo": "source",
11465
- "Palettes": "enabled"
11728
+ "Theme/Cargo": "source"
11466
11729
  },
11467
11730
  "$figmaVariableReferences": {
11468
11731
  "post.palettes.color.default.bg": "5f2f435ea49163621af38ad9798447b33aad773f",
@@ -11492,9 +11755,12 @@
11492
11755
  "Device/Desktop": "source",
11493
11756
  "Device/Tablet": "source",
11494
11757
  "Device/Mobile": "source",
11495
- "Palette/Default": "enabled"
11758
+ "Palette/Default": "enabled",
11759
+ "SchemeStatic/Light": "source",
11760
+ "SchemeStatic/Dark": "source",
11761
+ "Theme/Post": "source",
11762
+ "Theme/Cargo": "source"
11496
11763
  },
11497
- "group": "Palette",
11498
11764
  "$figmaCollectionId": "VariableCollectionId:12964:99547",
11499
11765
  "$figmaModeId": "12964:0",
11500
11766
  "$figmaVariableReferences": {
@@ -11508,7 +11774,8 @@
11508
11774
  "post.palette.color.cargo.secondary-bg": "b4d54de5d7b360199b51eaefe4a7f5708aca9bc0",
11509
11775
  "post.palette.color.post.bg-scheme": "627fee5398a0c489d5c42c1d234190fb5971c47f",
11510
11776
  "post.palette.color.cargo.bg-scheme": "e5c2a85ab3ce2cc10e75b163559cbd5716e2f030"
11511
- }
11777
+ },
11778
+ "group": "Palette"
11512
11779
  },
11513
11780
  {
11514
11781
  "id": "457beceff94c2acda43ab7db949265e4f3d04bf3",
@@ -11521,9 +11788,12 @@
11521
11788
  "Device/Desktop": "source",
11522
11789
  "Device/Tablet": "source",
11523
11790
  "Device/Mobile": "source",
11524
- "Palette/Alternate": "enabled"
11791
+ "Palette/Alternate": "enabled",
11792
+ "SchemeStatic/Light": "source",
11793
+ "SchemeStatic/Dark": "source",
11794
+ "Theme/Post": "source",
11795
+ "Theme/Cargo": "source"
11525
11796
  },
11526
- "group": "Palette",
11527
11797
  "$figmaCollectionId": "VariableCollectionId:12964:99547",
11528
11798
  "$figmaModeId": "12964:1",
11529
11799
  "$figmaVariableReferences": {
@@ -11537,7 +11807,8 @@
11537
11807
  "post.palette.color.cargo.secondary-bg": "b4d54de5d7b360199b51eaefe4a7f5708aca9bc0",
11538
11808
  "post.palette.color.post.bg-scheme": "627fee5398a0c489d5c42c1d234190fb5971c47f",
11539
11809
  "post.palette.color.cargo.bg-scheme": "e5c2a85ab3ce2cc10e75b163559cbd5716e2f030"
11540
- }
11810
+ },
11811
+ "group": "Palette"
11541
11812
  },
11542
11813
  {
11543
11814
  "id": "b91cd8fca618afd8c00ef2931712759fc5550f92",
@@ -11550,9 +11821,12 @@
11550
11821
  "Device/Desktop": "source",
11551
11822
  "Device/Tablet": "source",
11552
11823
  "Device/Mobile": "source",
11553
- "Palette/Accent": "enabled"
11824
+ "Palette/Accent": "enabled",
11825
+ "SchemeStatic/Light": "source",
11826
+ "SchemeStatic/Dark": "source",
11827
+ "Theme/Post": "source",
11828
+ "Theme/Cargo": "source"
11554
11829
  },
11555
- "group": "Palette",
11556
11830
  "$figmaCollectionId": "VariableCollectionId:12964:99547",
11557
11831
  "$figmaModeId": "12964:2",
11558
11832
  "$figmaVariableReferences": {
@@ -11566,7 +11840,8 @@
11566
11840
  "post.palette.color.cargo.secondary-bg": "b4d54de5d7b360199b51eaefe4a7f5708aca9bc0",
11567
11841
  "post.palette.color.post.bg-scheme": "627fee5398a0c489d5c42c1d234190fb5971c47f",
11568
11842
  "post.palette.color.cargo.bg-scheme": "e5c2a85ab3ce2cc10e75b163559cbd5716e2f030"
11569
- }
11843
+ },
11844
+ "group": "Palette"
11570
11845
  },
11571
11846
  {
11572
11847
  "id": "2f9e4a28b299dcc4a1f1c16505e5bc6c9c00fe5a",
@@ -11579,9 +11854,12 @@
11579
11854
  "Device/Desktop": "source",
11580
11855
  "Device/Tablet": "source",
11581
11856
  "Device/Mobile": "source",
11582
- "Palette/Brand": "enabled"
11857
+ "Palette/Brand": "enabled",
11858
+ "SchemeStatic/Dark": "source",
11859
+ "SchemeStatic/Light": "source",
11860
+ "Theme/Post": "source",
11861
+ "Theme/Cargo": "source"
11583
11862
  },
11584
- "group": "Palette",
11585
11863
  "$figmaCollectionId": "VariableCollectionId:12964:99547",
11586
11864
  "$figmaModeId": "12964:3",
11587
11865
  "$figmaVariableReferences": {
@@ -11595,7 +11873,8 @@
11595
11873
  "post.palette.color.cargo.secondary-bg": "b4d54de5d7b360199b51eaefe4a7f5708aca9bc0",
11596
11874
  "post.palette.color.post.bg-scheme": "627fee5398a0c489d5c42c1d234190fb5971c47f",
11597
11875
  "post.palette.color.cargo.bg-scheme": "e5c2a85ab3ce2cc10e75b163559cbd5716e2f030"
11598
- }
11876
+ },
11877
+ "group": "Palette"
11599
11878
  },
11600
11879
  {
11601
11880
  "id": "7395c3976d308eb4c81d8d9595f12133874902cc",
@@ -11645,6 +11924,8 @@
11645
11924
  "$metadata": {
11646
11925
  "tokenSetOrder": [
11647
11926
  "core",
11927
+ "SchemeStatic/Light",
11928
+ "SchemeStatic/Dark",
11648
11929
  "Scheme/Light",
11649
11930
  "Scheme/Dark",
11650
11931
  "Device/Desktop",
@@ -11652,12 +11933,12 @@
11652
11933
  "Device/Mobile",
11653
11934
  "Channel/EDK",
11654
11935
  "Channel/IDK",
11936
+ "Theme/Post",
11937
+ "Theme/Cargo",
11655
11938
  "Palette/Default",
11656
11939
  "Palette/Alternate",
11657
11940
  "Palette/Accent",
11658
11941
  "Palette/Brand",
11659
- "Theme/Post",
11660
- "Theme/Cargo",
11661
11942
  "Elements/Body",
11662
11943
  "Elements/Heading",
11663
11944
  "Elements/Paragraph",
@@ -11677,10 +11958,12 @@
11677
11958
  "Components/Cards",
11678
11959
  "Components/Checkbox",
11679
11960
  "Components/Chip",
11961
+ "Components/Chip",
11680
11962
  "Components/Close",
11681
11963
  "Components/Container",
11682
11964
  "Components/Dropdown",
11683
11965
  "Components/Filter",
11966
+ "Components/Filter",
11684
11967
  "Components/Floating button",
11685
11968
  "Components/Form footer",
11686
11969
  "Components/Grid",
@@ -11689,6 +11972,7 @@
11689
11972
  "Components/Lead",
11690
11973
  "Components/List",
11691
11974
  "Components/ListCheck",
11975
+ "Components/Palettes",
11692
11976
  "Components/Popover",
11693
11977
  "Components/Radio button",
11694
11978
  "Components/Search input",
@@ -11710,8 +11994,7 @@
11710
11994
  "Utilities/Elevation",
11711
11995
  "Utilities/Border",
11712
11996
  "Utilities/Typo",
11713
- "Palettes",
11714
11997
  "Helpers/Focus"
11715
11998
  ]
11716
11999
  }
11717
- }
12000
+ }