@pantheon-systems/pds-design-tokens 0.4.0-dev.0 → 0.4.0-dev.2

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.
@@ -161,11 +161,11 @@
161
161
  ]
162
162
  },
163
163
  "500": {
164
- "value": "#bb9e08",
164
+ "value": "#ddbd16",
165
165
  "filePath": "tokens/color/base/global.json",
166
166
  "isSource": true,
167
167
  "original": {
168
- "value": "#BB9E08",
168
+ "value": "#DDBD16",
169
169
  "filePath": "build/json/pds-design-tokens.json",
170
170
  "isSource": false
171
171
  },
@@ -186,11 +186,11 @@
186
186
  ]
187
187
  },
188
188
  "600": {
189
- "value": "#776400",
189
+ "value": "#bb9e08",
190
190
  "filePath": "tokens/color/base/global.json",
191
191
  "isSource": true,
192
192
  "original": {
193
- "value": "#776400",
193
+ "value": "#BB9E08",
194
194
  "filePath": "build/json/pds-design-tokens.json",
195
195
  "isSource": false
196
196
  },
@@ -3650,224 +3650,863 @@
3650
3650
  ]
3651
3651
  }
3652
3652
  },
3653
- "type-scale": {
3654
- "4XL": {
3653
+ "button": {
3654
+ "large": {
3655
3655
  "value": {
3656
- "fontSize": "3.052 * 16",
3657
- "fontFamily": "Poppins"
3656
+ "fontSize": "1.25 * 16",
3657
+ "fontWeight": 700,
3658
+ "fontFamily": "Poppins",
3659
+ "letterSpacing": "1%",
3660
+ "lineHeight": "1"
3658
3661
  },
3659
3662
  "type": "typography",
3660
3663
  "filePath": "tokens-figma/typography/base.json",
3661
3664
  "isSource": true,
3662
3665
  "original": {
3663
3666
  "value": {
3664
- "fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
3665
- "fontFamily": "Poppins"
3667
+ "fontSize": "{typography.size.L} * {figma.typography.size.base}",
3668
+ "fontWeight": "{typography.font-weight.bold}",
3669
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
3670
+ "letterSpacing": "{typography.letter-spacing.S}",
3671
+ "lineHeight": "1"
3666
3672
  },
3667
3673
  "type": "typography"
3668
3674
  },
3669
- "name": "text-type-scale-4-xl",
3675
+ "name": "text-button-large",
3670
3676
  "attributes": {
3671
3677
  "category": "text",
3672
- "type": "type-scale",
3673
- "item": "4XL"
3678
+ "type": "button",
3679
+ "item": "large"
3674
3680
  },
3675
3681
  "path": [
3676
3682
  "text",
3677
- "type-scale",
3678
- "4XL"
3683
+ "button",
3684
+ "large"
3679
3685
  ]
3680
3686
  },
3681
- "3XL": {
3687
+ "medium": {
3682
3688
  "value": {
3683
- "fontSize": "2.441 * 16",
3684
- "fontFamily": "Poppins"
3689
+ "fontSize": "1 * 16",
3690
+ "fontWeight": 700,
3691
+ "fontFamily": "Poppins",
3692
+ "letterSpacing": "1%",
3693
+ "lineHeight": "1"
3685
3694
  },
3686
3695
  "type": "typography",
3687
3696
  "filePath": "tokens-figma/typography/base.json",
3688
3697
  "isSource": true,
3689
3698
  "original": {
3690
3699
  "value": {
3691
- "fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
3692
- "fontFamily": "{text.type-scale.4XL.value.fontFamily}"
3700
+ "fontSize": "{typography.size.M} * {figma.typography.size.base}",
3701
+ "fontWeight": "{text.button.large.value.fontWeight}",
3702
+ "fontFamily": "{text.button.large.value.fontFamily}",
3703
+ "letterSpacing": "{text.button.large.value.letterSpacing}",
3704
+ "lineHeight": "{text.button.large.value.lineHeight}"
3693
3705
  },
3694
3706
  "type": "typography"
3695
3707
  },
3696
- "name": "text-type-scale-3-xl",
3708
+ "name": "text-button-medium",
3697
3709
  "attributes": {
3698
3710
  "category": "text",
3699
- "type": "type-scale",
3700
- "item": "3XL"
3711
+ "type": "button",
3712
+ "item": "medium"
3701
3713
  },
3702
3714
  "path": [
3703
3715
  "text",
3704
- "type-scale",
3705
- "3XL"
3716
+ "button",
3717
+ "medium"
3706
3718
  ]
3707
3719
  },
3708
- "2XL": {
3720
+ "small": {
3709
3721
  "value": {
3710
- "fontSize": "1.953 * 16",
3711
- "fontFamily": "Poppins"
3722
+ "fontSize": "0.875 * 16",
3723
+ "fontWeight": 700,
3724
+ "fontFamily": "Poppins",
3725
+ "letterSpacing": "1%",
3726
+ "lineHeight": "1"
3712
3727
  },
3713
3728
  "type": "typography",
3714
3729
  "filePath": "tokens-figma/typography/base.json",
3715
3730
  "isSource": true,
3716
3731
  "original": {
3717
3732
  "value": {
3718
- "fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
3719
- "fontFamily": "{text.type-scale.4XL.value.fontFamily}"
3733
+ "fontSize": "0.875 * {figma.typography.size.base}",
3734
+ "fontWeight": "{text.button.large.value.fontWeight}",
3735
+ "fontFamily": "{text.button.large.value.fontFamily}",
3736
+ "letterSpacing": "{text.button.large.value.letterSpacing}",
3737
+ "lineHeight": "{text.button.large.value.lineHeight}"
3720
3738
  },
3721
3739
  "type": "typography"
3722
3740
  },
3723
- "name": "text-type-scale-2-xl",
3741
+ "name": "text-button-small",
3724
3742
  "attributes": {
3725
3743
  "category": "text",
3726
- "type": "type-scale",
3727
- "item": "2XL"
3744
+ "type": "button",
3745
+ "item": "small"
3728
3746
  },
3729
3747
  "path": [
3730
3748
  "text",
3731
- "type-scale",
3732
- "2XL"
3749
+ "button",
3750
+ "small"
3733
3751
  ]
3734
- },
3735
- "XL": {
3736
- "value": {
3737
- "fontSize": "1.563 * 16",
3738
- "fontFamily": "Poppins"
3752
+ }
3753
+ },
3754
+ "type-scale": {
3755
+ "regular": {
3756
+ "4XL": {
3757
+ "value": {
3758
+ "fontSize": "3.052 * 16",
3759
+ "fontFamily": "Poppins",
3760
+ "fontWeight": 400
3761
+ },
3762
+ "type": "typography",
3763
+ "filePath": "tokens-figma/typography/base.json",
3764
+ "isSource": true,
3765
+ "original": {
3766
+ "value": {
3767
+ "fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
3768
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
3769
+ "fontWeight": "{typography.font-weight.regular}"
3770
+ },
3771
+ "type": "typography"
3772
+ },
3773
+ "name": "text-type-scale-regular-4-xl",
3774
+ "attributes": {
3775
+ "category": "text",
3776
+ "type": "type-scale",
3777
+ "item": "regular",
3778
+ "subitem": "4XL"
3779
+ },
3780
+ "path": [
3781
+ "text",
3782
+ "type-scale",
3783
+ "regular",
3784
+ "4XL"
3785
+ ]
3739
3786
  },
3740
- "type": "typography",
3741
- "filePath": "tokens-figma/typography/base.json",
3742
- "isSource": true,
3743
- "original": {
3787
+ "3XL": {
3744
3788
  "value": {
3745
- "fontSize": "{typography.size.XL} * {figma.typography.size.base}",
3746
- "fontFamily": "{text.type-scale.4XL.value.fontFamily}"
3789
+ "fontSize": "2.441 * 16",
3790
+ "fontFamily": "Poppins",
3791
+ "fontWeight": 400
3747
3792
  },
3748
- "type": "typography"
3793
+ "type": "typography",
3794
+ "filePath": "tokens-figma/typography/base.json",
3795
+ "isSource": true,
3796
+ "original": {
3797
+ "value": {
3798
+ "fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
3799
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
3800
+ "fontWeight": "{typography.font-weight.regular}"
3801
+ },
3802
+ "type": "typography"
3803
+ },
3804
+ "name": "text-type-scale-regular-3-xl",
3805
+ "attributes": {
3806
+ "category": "text",
3807
+ "type": "type-scale",
3808
+ "item": "regular",
3809
+ "subitem": "3XL"
3810
+ },
3811
+ "path": [
3812
+ "text",
3813
+ "type-scale",
3814
+ "regular",
3815
+ "3XL"
3816
+ ]
3749
3817
  },
3750
- "name": "text-type-scale-xl",
3751
- "attributes": {
3752
- "category": "text",
3753
- "type": "type-scale",
3754
- "item": "XL"
3818
+ "2XL": {
3819
+ "value": {
3820
+ "fontSize": "1.953 * 16",
3821
+ "fontFamily": "Poppins",
3822
+ "fontWeight": 400
3823
+ },
3824
+ "type": "typography",
3825
+ "filePath": "tokens-figma/typography/base.json",
3826
+ "isSource": true,
3827
+ "original": {
3828
+ "value": {
3829
+ "fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
3830
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
3831
+ "fontWeight": "{typography.font-weight.regular}"
3832
+ },
3833
+ "type": "typography"
3834
+ },
3835
+ "name": "text-type-scale-regular-2-xl",
3836
+ "attributes": {
3837
+ "category": "text",
3838
+ "type": "type-scale",
3839
+ "item": "regular",
3840
+ "subitem": "2XL"
3841
+ },
3842
+ "path": [
3843
+ "text",
3844
+ "type-scale",
3845
+ "regular",
3846
+ "2XL"
3847
+ ]
3755
3848
  },
3756
- "path": [
3757
- "text",
3758
- "type-scale",
3759
- "XL"
3760
- ]
3761
- },
3762
- "L": {
3763
- "value": {
3764
- "fontSize": "1.25 * 16",
3765
- "fontFamily": "Poppins"
3849
+ "XL": {
3850
+ "value": {
3851
+ "fontSize": "1.563 * 16",
3852
+ "fontFamily": "Poppins",
3853
+ "fontWeight": 400
3854
+ },
3855
+ "type": "typography",
3856
+ "filePath": "tokens-figma/typography/base.json",
3857
+ "isSource": true,
3858
+ "original": {
3859
+ "value": {
3860
+ "fontSize": "{typography.size.XL} * {figma.typography.size.base}",
3861
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
3862
+ "fontWeight": "{typography.font-weight.regular}"
3863
+ },
3864
+ "type": "typography"
3865
+ },
3866
+ "name": "text-type-scale-regular-xl",
3867
+ "attributes": {
3868
+ "category": "text",
3869
+ "type": "type-scale",
3870
+ "item": "regular",
3871
+ "subitem": "XL"
3872
+ },
3873
+ "path": [
3874
+ "text",
3875
+ "type-scale",
3876
+ "regular",
3877
+ "XL"
3878
+ ]
3766
3879
  },
3767
- "type": "typography",
3768
- "filePath": "tokens-figma/typography/base.json",
3769
- "isSource": true,
3770
- "original": {
3880
+ "L": {
3771
3881
  "value": {
3772
- "fontSize": "{typography.size.L} * {figma.typography.size.base}",
3773
- "fontFamily": "{text.type-scale.4XL.value.fontFamily}"
3882
+ "fontSize": "1.25 * 16",
3883
+ "fontFamily": "Poppins",
3884
+ "fontWeight": 400
3774
3885
  },
3775
- "type": "typography"
3886
+ "type": "typography",
3887
+ "filePath": "tokens-figma/typography/base.json",
3888
+ "isSource": true,
3889
+ "original": {
3890
+ "value": {
3891
+ "fontSize": "{typography.size.L} * {figma.typography.size.base}",
3892
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
3893
+ "fontWeight": "{typography.font-weight.regular}"
3894
+ },
3895
+ "type": "typography"
3896
+ },
3897
+ "name": "text-type-scale-regular-l",
3898
+ "attributes": {
3899
+ "category": "text",
3900
+ "type": "type-scale",
3901
+ "item": "regular",
3902
+ "subitem": "L"
3903
+ },
3904
+ "path": [
3905
+ "text",
3906
+ "type-scale",
3907
+ "regular",
3908
+ "L"
3909
+ ]
3776
3910
  },
3777
- "name": "text-type-scale-l",
3778
- "attributes": {
3779
- "category": "text",
3780
- "type": "type-scale",
3781
- "item": "L"
3911
+ "M": {
3912
+ "value": {
3913
+ "fontSize": "1 * 16",
3914
+ "fontFamily": "Poppins",
3915
+ "fontWeight": 400
3916
+ },
3917
+ "comment": "Base value.",
3918
+ "type": "typography",
3919
+ "filePath": "tokens-figma/typography/base.json",
3920
+ "isSource": true,
3921
+ "original": {
3922
+ "value": {
3923
+ "fontSize": "{typography.size.M} * {figma.typography.size.base}",
3924
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
3925
+ "fontWeight": "{typography.font-weight.regular}"
3926
+ },
3927
+ "comment": "Base value.",
3928
+ "type": "typography"
3929
+ },
3930
+ "name": "text-type-scale-regular-m",
3931
+ "attributes": {
3932
+ "category": "text",
3933
+ "type": "type-scale",
3934
+ "item": "regular",
3935
+ "subitem": "M"
3936
+ },
3937
+ "path": [
3938
+ "text",
3939
+ "type-scale",
3940
+ "regular",
3941
+ "M"
3942
+ ]
3782
3943
  },
3783
- "path": [
3784
- "text",
3785
- "type-scale",
3786
- "L"
3787
- ]
3944
+ "S": {
3945
+ "value": {
3946
+ "fontSize": "0.8 * 16",
3947
+ "fontFamily": "Poppins",
3948
+ "fontWeight": 400
3949
+ },
3950
+ "type": "typography",
3951
+ "filePath": "tokens-figma/typography/base.json",
3952
+ "isSource": true,
3953
+ "original": {
3954
+ "value": {
3955
+ "fontSize": "{typography.size.S} * {figma.typography.size.base}",
3956
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
3957
+ "fontWeight": "{typography.font-weight.regular}"
3958
+ },
3959
+ "type": "typography"
3960
+ },
3961
+ "name": "text-type-scale-regular-s",
3962
+ "attributes": {
3963
+ "category": "text",
3964
+ "type": "type-scale",
3965
+ "item": "regular",
3966
+ "subitem": "S"
3967
+ },
3968
+ "path": [
3969
+ "text",
3970
+ "type-scale",
3971
+ "regular",
3972
+ "S"
3973
+ ]
3974
+ },
3975
+ "XS": {
3976
+ "value": {
3977
+ "fontSize": "0.64 * 16",
3978
+ "fontFamily": "Poppins",
3979
+ "fontWeight": 400
3980
+ },
3981
+ "type": "typography",
3982
+ "filePath": "tokens-figma/typography/base.json",
3983
+ "isSource": true,
3984
+ "original": {
3985
+ "value": {
3986
+ "fontSize": "{typography.size.XS} * {figma.typography.size.base}",
3987
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
3988
+ "fontWeight": "{typography.font-weight.regular}"
3989
+ },
3990
+ "type": "typography"
3991
+ },
3992
+ "name": "text-type-scale-regular-xs",
3993
+ "attributes": {
3994
+ "category": "text",
3995
+ "type": "type-scale",
3996
+ "item": "regular",
3997
+ "subitem": "XS"
3998
+ },
3999
+ "path": [
4000
+ "text",
4001
+ "type-scale",
4002
+ "regular",
4003
+ "XS"
4004
+ ]
4005
+ }
3788
4006
  },
3789
- "M": {
3790
- "value": {
3791
- "fontSize": "1 * 16",
3792
- "fontFamily": "Poppins"
4007
+ "semibold": {
4008
+ "4XL": {
4009
+ "value": {
4010
+ "fontSize": "3.052 * 16",
4011
+ "fontFamily": "Poppins",
4012
+ "fontWeight": 600
4013
+ },
4014
+ "type": "typography",
4015
+ "filePath": "tokens-figma/typography/base.json",
4016
+ "isSource": true,
4017
+ "original": {
4018
+ "value": {
4019
+ "fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
4020
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
4021
+ "fontWeight": "{typography.font-weight.semibold}"
4022
+ },
4023
+ "type": "typography"
4024
+ },
4025
+ "name": "text-type-scale-semibold-4-xl",
4026
+ "attributes": {
4027
+ "category": "text",
4028
+ "type": "type-scale",
4029
+ "item": "semibold",
4030
+ "subitem": "4XL"
4031
+ },
4032
+ "path": [
4033
+ "text",
4034
+ "type-scale",
4035
+ "semibold",
4036
+ "4XL"
4037
+ ]
3793
4038
  },
3794
- "comment": "Base value.",
3795
- "type": "typography",
3796
- "filePath": "tokens-figma/typography/base.json",
3797
- "isSource": true,
3798
- "original": {
4039
+ "3XL": {
3799
4040
  "value": {
3800
- "fontSize": "{typography.size.M} * {figma.typography.size.base}",
3801
- "fontFamily": "{text.type-scale.4XL.value.fontFamily}"
4041
+ "fontSize": "2.441 * 16",
4042
+ "fontFamily": "Poppins",
4043
+ "fontWeight": 600
4044
+ },
4045
+ "type": "typography",
4046
+ "filePath": "tokens-figma/typography/base.json",
4047
+ "isSource": true,
4048
+ "original": {
4049
+ "value": {
4050
+ "fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
4051
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
4052
+ "fontWeight": "{typography.font-weight.semibold}"
4053
+ },
4054
+ "type": "typography"
4055
+ },
4056
+ "name": "text-type-scale-semibold-3-xl",
4057
+ "attributes": {
4058
+ "category": "text",
4059
+ "type": "type-scale",
4060
+ "item": "semibold",
4061
+ "subitem": "3XL"
4062
+ },
4063
+ "path": [
4064
+ "text",
4065
+ "type-scale",
4066
+ "semibold",
4067
+ "3XL"
4068
+ ]
4069
+ },
4070
+ "2XL": {
4071
+ "value": {
4072
+ "fontSize": "1.953 * 16",
4073
+ "fontFamily": "Poppins",
4074
+ "fontWeight": 600
4075
+ },
4076
+ "type": "typography",
4077
+ "filePath": "tokens-figma/typography/base.json",
4078
+ "isSource": true,
4079
+ "original": {
4080
+ "value": {
4081
+ "fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
4082
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
4083
+ "fontWeight": "{typography.font-weight.semibold}"
4084
+ },
4085
+ "type": "typography"
4086
+ },
4087
+ "name": "text-type-scale-semibold-2-xl",
4088
+ "attributes": {
4089
+ "category": "text",
4090
+ "type": "type-scale",
4091
+ "item": "semibold",
4092
+ "subitem": "2XL"
4093
+ },
4094
+ "path": [
4095
+ "text",
4096
+ "type-scale",
4097
+ "semibold",
4098
+ "2XL"
4099
+ ]
4100
+ },
4101
+ "XL": {
4102
+ "value": {
4103
+ "fontSize": "1.563 * 16",
4104
+ "fontFamily": "Poppins",
4105
+ "fontWeight": 600
4106
+ },
4107
+ "type": "typography",
4108
+ "filePath": "tokens-figma/typography/base.json",
4109
+ "isSource": true,
4110
+ "original": {
4111
+ "value": {
4112
+ "fontSize": "{typography.size.XL} * {figma.typography.size.base}",
4113
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
4114
+ "fontWeight": "{typography.font-weight.semibold}"
4115
+ },
4116
+ "type": "typography"
4117
+ },
4118
+ "name": "text-type-scale-semibold-xl",
4119
+ "attributes": {
4120
+ "category": "text",
4121
+ "type": "type-scale",
4122
+ "item": "semibold",
4123
+ "subitem": "XL"
4124
+ },
4125
+ "path": [
4126
+ "text",
4127
+ "type-scale",
4128
+ "semibold",
4129
+ "XL"
4130
+ ]
4131
+ },
4132
+ "L": {
4133
+ "value": {
4134
+ "fontSize": "1.25 * 16",
4135
+ "fontFamily": "Poppins",
4136
+ "fontWeight": 600
4137
+ },
4138
+ "type": "typography",
4139
+ "filePath": "tokens-figma/typography/base.json",
4140
+ "isSource": true,
4141
+ "original": {
4142
+ "value": {
4143
+ "fontSize": "{typography.size.L} * {figma.typography.size.base}",
4144
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
4145
+ "fontWeight": "{typography.font-weight.semibold}"
4146
+ },
4147
+ "type": "typography"
4148
+ },
4149
+ "name": "text-type-scale-semibold-l",
4150
+ "attributes": {
4151
+ "category": "text",
4152
+ "type": "type-scale",
4153
+ "item": "semibold",
4154
+ "subitem": "L"
4155
+ },
4156
+ "path": [
4157
+ "text",
4158
+ "type-scale",
4159
+ "semibold",
4160
+ "L"
4161
+ ]
4162
+ },
4163
+ "M": {
4164
+ "value": {
4165
+ "fontSize": "1 * 16",
4166
+ "fontFamily": "Poppins",
4167
+ "fontWeight": 600
3802
4168
  },
3803
4169
  "comment": "Base value.",
3804
- "type": "typography"
4170
+ "type": "typography",
4171
+ "filePath": "tokens-figma/typography/base.json",
4172
+ "isSource": true,
4173
+ "original": {
4174
+ "value": {
4175
+ "fontSize": "{typography.size.M} * {figma.typography.size.base}",
4176
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
4177
+ "fontWeight": "{typography.font-weight.semibold}"
4178
+ },
4179
+ "comment": "Base value.",
4180
+ "type": "typography"
4181
+ },
4182
+ "name": "text-type-scale-semibold-m",
4183
+ "attributes": {
4184
+ "category": "text",
4185
+ "type": "type-scale",
4186
+ "item": "semibold",
4187
+ "subitem": "M"
4188
+ },
4189
+ "path": [
4190
+ "text",
4191
+ "type-scale",
4192
+ "semibold",
4193
+ "M"
4194
+ ]
3805
4195
  },
3806
- "name": "text-type-scale-m",
3807
- "attributes": {
3808
- "category": "text",
3809
- "type": "type-scale",
3810
- "item": "M"
4196
+ "S": {
4197
+ "value": {
4198
+ "fontSize": "0.8 * 16",
4199
+ "fontFamily": "Poppins",
4200
+ "fontWeight": 600
4201
+ },
4202
+ "type": "typography",
4203
+ "filePath": "tokens-figma/typography/base.json",
4204
+ "isSource": true,
4205
+ "original": {
4206
+ "value": {
4207
+ "fontSize": "{typography.size.S} * {figma.typography.size.base}",
4208
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
4209
+ "fontWeight": "{typography.font-weight.semibold}"
4210
+ },
4211
+ "type": "typography"
4212
+ },
4213
+ "name": "text-type-scale-semibold-s",
4214
+ "attributes": {
4215
+ "category": "text",
4216
+ "type": "type-scale",
4217
+ "item": "semibold",
4218
+ "subitem": "S"
4219
+ },
4220
+ "path": [
4221
+ "text",
4222
+ "type-scale",
4223
+ "semibold",
4224
+ "S"
4225
+ ]
3811
4226
  },
3812
- "path": [
3813
- "text",
3814
- "type-scale",
3815
- "M"
3816
- ]
4227
+ "XS": {
4228
+ "value": {
4229
+ "fontSize": "0.64 * 16",
4230
+ "fontFamily": "Poppins",
4231
+ "fontWeight": 600
4232
+ },
4233
+ "type": "typography",
4234
+ "filePath": "tokens-figma/typography/base.json",
4235
+ "isSource": true,
4236
+ "original": {
4237
+ "value": {
4238
+ "fontSize": "{typography.size.XS} * {figma.typography.size.base}",
4239
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
4240
+ "fontWeight": "{typography.font-weight.semibold}"
4241
+ },
4242
+ "type": "typography"
4243
+ },
4244
+ "name": "text-type-scale-semibold-xs",
4245
+ "attributes": {
4246
+ "category": "text",
4247
+ "type": "type-scale",
4248
+ "item": "semibold",
4249
+ "subitem": "XS"
4250
+ },
4251
+ "path": [
4252
+ "text",
4253
+ "type-scale",
4254
+ "semibold",
4255
+ "XS"
4256
+ ]
4257
+ }
3817
4258
  },
3818
- "S": {
3819
- "value": {
3820
- "fontSize": "0.8 * 16",
3821
- "fontFamily": "Poppins"
4259
+ "bold": {
4260
+ "4XL": {
4261
+ "value": {
4262
+ "fontSize": "3.052 * 16",
4263
+ "fontFamily": "Poppins",
4264
+ "fontWeight": 700
4265
+ },
4266
+ "type": "typography",
4267
+ "filePath": "tokens-figma/typography/base.json",
4268
+ "isSource": true,
4269
+ "original": {
4270
+ "value": {
4271
+ "fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
4272
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
4273
+ "fontWeight": "{typography.font-weight.bold}"
4274
+ },
4275
+ "type": "typography"
4276
+ },
4277
+ "name": "text-type-scale-bold-4-xl",
4278
+ "attributes": {
4279
+ "category": "text",
4280
+ "type": "type-scale",
4281
+ "item": "bold",
4282
+ "subitem": "4XL"
4283
+ },
4284
+ "path": [
4285
+ "text",
4286
+ "type-scale",
4287
+ "bold",
4288
+ "4XL"
4289
+ ]
3822
4290
  },
3823
- "type": "typography",
3824
- "filePath": "tokens-figma/typography/base.json",
3825
- "isSource": true,
3826
- "original": {
4291
+ "3XL": {
3827
4292
  "value": {
3828
- "fontSize": "{typography.size.S} * {figma.typography.size.base}",
3829
- "fontFamily": "{text.type-scale.4XL.value.fontFamily}"
4293
+ "fontSize": "2.441 * 16",
4294
+ "fontFamily": "Poppins",
4295
+ "fontWeight": 700
3830
4296
  },
3831
- "type": "typography"
4297
+ "type": "typography",
4298
+ "filePath": "tokens-figma/typography/base.json",
4299
+ "isSource": true,
4300
+ "original": {
4301
+ "value": {
4302
+ "fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
4303
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
4304
+ "fontWeight": "{typography.font-weight.bold}"
4305
+ },
4306
+ "type": "typography"
4307
+ },
4308
+ "name": "text-type-scale-bold-3-xl",
4309
+ "attributes": {
4310
+ "category": "text",
4311
+ "type": "type-scale",
4312
+ "item": "bold",
4313
+ "subitem": "3XL"
4314
+ },
4315
+ "path": [
4316
+ "text",
4317
+ "type-scale",
4318
+ "bold",
4319
+ "3XL"
4320
+ ]
3832
4321
  },
3833
- "name": "text-type-scale-s",
3834
- "attributes": {
3835
- "category": "text",
3836
- "type": "type-scale",
3837
- "item": "S"
4322
+ "2XL": {
4323
+ "value": {
4324
+ "fontSize": "1.953 * 16",
4325
+ "fontFamily": "Poppins",
4326
+ "fontWeight": 700
4327
+ },
4328
+ "type": "typography",
4329
+ "filePath": "tokens-figma/typography/base.json",
4330
+ "isSource": true,
4331
+ "original": {
4332
+ "value": {
4333
+ "fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
4334
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
4335
+ "fontWeight": "{typography.font-weight.bold}"
4336
+ },
4337
+ "type": "typography"
4338
+ },
4339
+ "name": "text-type-scale-bold-2-xl",
4340
+ "attributes": {
4341
+ "category": "text",
4342
+ "type": "type-scale",
4343
+ "item": "bold",
4344
+ "subitem": "2XL"
4345
+ },
4346
+ "path": [
4347
+ "text",
4348
+ "type-scale",
4349
+ "bold",
4350
+ "2XL"
4351
+ ]
3838
4352
  },
3839
- "path": [
3840
- "text",
3841
- "type-scale",
3842
- "S"
3843
- ]
3844
- },
3845
- "XS": {
3846
- "value": {
3847
- "fontSize": "0.64 * 16",
3848
- "fontFamily": "Poppins"
4353
+ "XL": {
4354
+ "value": {
4355
+ "fontSize": "1.563 * 16",
4356
+ "fontFamily": "Poppins",
4357
+ "fontWeight": 700
4358
+ },
4359
+ "type": "typography",
4360
+ "filePath": "tokens-figma/typography/base.json",
4361
+ "isSource": true,
4362
+ "original": {
4363
+ "value": {
4364
+ "fontSize": "{typography.size.XL} * {figma.typography.size.base}",
4365
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
4366
+ "fontWeight": "{typography.font-weight.bold}"
4367
+ },
4368
+ "type": "typography"
4369
+ },
4370
+ "name": "text-type-scale-bold-xl",
4371
+ "attributes": {
4372
+ "category": "text",
4373
+ "type": "type-scale",
4374
+ "item": "bold",
4375
+ "subitem": "XL"
4376
+ },
4377
+ "path": [
4378
+ "text",
4379
+ "type-scale",
4380
+ "bold",
4381
+ "XL"
4382
+ ]
3849
4383
  },
3850
- "type": "typography",
3851
- "filePath": "tokens-figma/typography/base.json",
3852
- "isSource": true,
3853
- "original": {
4384
+ "L": {
3854
4385
  "value": {
3855
- "fontSize": "{typography.size.XS} * {figma.typography.size.base}",
3856
- "fontFamily": "{text.type-scale.4XL.value.fontFamily}"
4386
+ "fontSize": "1.25 * 16",
4387
+ "fontFamily": "Poppins",
4388
+ "fontWeight": 700
3857
4389
  },
3858
- "type": "typography"
4390
+ "type": "typography",
4391
+ "filePath": "tokens-figma/typography/base.json",
4392
+ "isSource": true,
4393
+ "original": {
4394
+ "value": {
4395
+ "fontSize": "{typography.size.L} * {figma.typography.size.base}",
4396
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
4397
+ "fontWeight": "{typography.font-weight.bold}"
4398
+ },
4399
+ "type": "typography"
4400
+ },
4401
+ "name": "text-type-scale-bold-l",
4402
+ "attributes": {
4403
+ "category": "text",
4404
+ "type": "type-scale",
4405
+ "item": "bold",
4406
+ "subitem": "L"
4407
+ },
4408
+ "path": [
4409
+ "text",
4410
+ "type-scale",
4411
+ "bold",
4412
+ "L"
4413
+ ]
3859
4414
  },
3860
- "name": "text-type-scale-xs",
3861
- "attributes": {
3862
- "category": "text",
3863
- "type": "type-scale",
3864
- "item": "XS"
4415
+ "M": {
4416
+ "value": {
4417
+ "fontSize": "1 * 16",
4418
+ "fontFamily": "Poppins",
4419
+ "fontWeight": 700
4420
+ },
4421
+ "comment": "Base value.",
4422
+ "type": "typography",
4423
+ "filePath": "tokens-figma/typography/base.json",
4424
+ "isSource": true,
4425
+ "original": {
4426
+ "value": {
4427
+ "fontSize": "{typography.size.M} * {figma.typography.size.base}",
4428
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
4429
+ "fontWeight": "{typography.font-weight.bold}"
4430
+ },
4431
+ "comment": "Base value.",
4432
+ "type": "typography"
4433
+ },
4434
+ "name": "text-type-scale-bold-m",
4435
+ "attributes": {
4436
+ "category": "text",
4437
+ "type": "type-scale",
4438
+ "item": "bold",
4439
+ "subitem": "M"
4440
+ },
4441
+ "path": [
4442
+ "text",
4443
+ "type-scale",
4444
+ "bold",
4445
+ "M"
4446
+ ]
3865
4447
  },
3866
- "path": [
3867
- "text",
3868
- "type-scale",
3869
- "XS"
3870
- ]
4448
+ "S": {
4449
+ "value": {
4450
+ "fontSize": "0.8 * 16",
4451
+ "fontFamily": "Poppins",
4452
+ "fontWeight": 700
4453
+ },
4454
+ "type": "typography",
4455
+ "filePath": "tokens-figma/typography/base.json",
4456
+ "isSource": true,
4457
+ "original": {
4458
+ "value": {
4459
+ "fontSize": "{typography.size.S} * {figma.typography.size.base}",
4460
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
4461
+ "fontWeight": "{typography.font-weight.bold}"
4462
+ },
4463
+ "type": "typography"
4464
+ },
4465
+ "name": "text-type-scale-bold-s",
4466
+ "attributes": {
4467
+ "category": "text",
4468
+ "type": "type-scale",
4469
+ "item": "bold",
4470
+ "subitem": "S"
4471
+ },
4472
+ "path": [
4473
+ "text",
4474
+ "type-scale",
4475
+ "bold",
4476
+ "S"
4477
+ ]
4478
+ },
4479
+ "XS": {
4480
+ "value": {
4481
+ "fontSize": "0.64 * 16",
4482
+ "fontFamily": "Poppins",
4483
+ "fontWeight": 700
4484
+ },
4485
+ "type": "typography",
4486
+ "filePath": "tokens-figma/typography/base.json",
4487
+ "isSource": true,
4488
+ "original": {
4489
+ "value": {
4490
+ "fontSize": "{typography.size.XS} * {figma.typography.size.base}",
4491
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
4492
+ "fontWeight": "{typography.font-weight.bold}"
4493
+ },
4494
+ "type": "typography"
4495
+ },
4496
+ "name": "text-type-scale-bold-xs",
4497
+ "attributes": {
4498
+ "category": "text",
4499
+ "type": "type-scale",
4500
+ "item": "bold",
4501
+ "subitem": "XS"
4502
+ },
4503
+ "path": [
4504
+ "text",
4505
+ "type-scale",
4506
+ "bold",
4507
+ "XS"
4508
+ ]
4509
+ }
3871
4510
  }
3872
4511
  }
3873
4512
  },
@@ -148,11 +148,11 @@
148
148
  ]
149
149
  },
150
150
  "500": {
151
- "value": "#bb9e08",
151
+ "value": "#ddbd16",
152
152
  "filePath": "tokens/color/base/global.json",
153
153
  "isSource": true,
154
154
  "original": {
155
- "value": "#BB9E08"
155
+ "value": "#DDBD16"
156
156
  },
157
157
  "name": "color-global-brand-primary-500",
158
158
  "attributes": {
@@ -171,11 +171,11 @@
171
171
  ]
172
172
  },
173
173
  "600": {
174
- "value": "#776400",
174
+ "value": "#bb9e08",
175
175
  "filePath": "tokens/color/base/global.json",
176
176
  "isSource": true,
177
177
  "original": {
178
- "value": "#776400"
178
+ "value": "#BB9E08"
179
179
  },
180
180
  "name": "color-global-brand-primary-600",
181
181
  "attributes": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "0.4.0-dev.0",
3
+ "version": "0.4.0-dev.2",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [