@pantheon-systems/pds-design-tokens 0.7.0-dev.1 → 0.7.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.
@@ -731,6 +731,258 @@
731
731
  ]
732
732
  }
733
733
  },
734
+ "medium": {
735
+ "4XL": {
736
+ "value": {
737
+ "fontSize": "3.052 * 16",
738
+ "fontFamily": "Poppins",
739
+ "fontWeight": 500
740
+ },
741
+ "type": "typography",
742
+ "filePath": "tokens-figma/typography/base.json",
743
+ "isSource": true,
744
+ "original": {
745
+ "value": {
746
+ "fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
747
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
748
+ "fontWeight": "{typography.font-weight.medium}"
749
+ },
750
+ "type": "typography"
751
+ },
752
+ "name": "text-type-scale-medium-4-xl",
753
+ "attributes": {
754
+ "category": "text",
755
+ "type": "type-scale",
756
+ "item": "medium",
757
+ "subitem": "4XL"
758
+ },
759
+ "path": [
760
+ "text",
761
+ "type-scale",
762
+ "medium",
763
+ "4XL"
764
+ ]
765
+ },
766
+ "3XL": {
767
+ "value": {
768
+ "fontSize": "2.441 * 16",
769
+ "fontFamily": "Poppins",
770
+ "fontWeight": 500
771
+ },
772
+ "type": "typography",
773
+ "filePath": "tokens-figma/typography/base.json",
774
+ "isSource": true,
775
+ "original": {
776
+ "value": {
777
+ "fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
778
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
779
+ "fontWeight": "{typography.font-weight.medium}"
780
+ },
781
+ "type": "typography"
782
+ },
783
+ "name": "text-type-scale-medium-3-xl",
784
+ "attributes": {
785
+ "category": "text",
786
+ "type": "type-scale",
787
+ "item": "medium",
788
+ "subitem": "3XL"
789
+ },
790
+ "path": [
791
+ "text",
792
+ "type-scale",
793
+ "medium",
794
+ "3XL"
795
+ ]
796
+ },
797
+ "2XL": {
798
+ "value": {
799
+ "fontSize": "1.953 * 16",
800
+ "fontFamily": "Poppins",
801
+ "fontWeight": 500
802
+ },
803
+ "type": "typography",
804
+ "filePath": "tokens-figma/typography/base.json",
805
+ "isSource": true,
806
+ "original": {
807
+ "value": {
808
+ "fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
809
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
810
+ "fontWeight": "{typography.font-weight.medium}"
811
+ },
812
+ "type": "typography"
813
+ },
814
+ "name": "text-type-scale-medium-2-xl",
815
+ "attributes": {
816
+ "category": "text",
817
+ "type": "type-scale",
818
+ "item": "medium",
819
+ "subitem": "2XL"
820
+ },
821
+ "path": [
822
+ "text",
823
+ "type-scale",
824
+ "medium",
825
+ "2XL"
826
+ ]
827
+ },
828
+ "XL": {
829
+ "value": {
830
+ "fontSize": "1.563 * 16",
831
+ "fontFamily": "Poppins",
832
+ "fontWeight": 500
833
+ },
834
+ "type": "typography",
835
+ "filePath": "tokens-figma/typography/base.json",
836
+ "isSource": true,
837
+ "original": {
838
+ "value": {
839
+ "fontSize": "{typography.size.XL} * {figma.typography.size.base}",
840
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
841
+ "fontWeight": "{typography.font-weight.medium}"
842
+ },
843
+ "type": "typography"
844
+ },
845
+ "name": "text-type-scale-medium-xl",
846
+ "attributes": {
847
+ "category": "text",
848
+ "type": "type-scale",
849
+ "item": "medium",
850
+ "subitem": "XL"
851
+ },
852
+ "path": [
853
+ "text",
854
+ "type-scale",
855
+ "medium",
856
+ "XL"
857
+ ]
858
+ },
859
+ "L": {
860
+ "value": {
861
+ "fontSize": "1.25 * 16",
862
+ "fontFamily": "Poppins",
863
+ "fontWeight": 500
864
+ },
865
+ "type": "typography",
866
+ "filePath": "tokens-figma/typography/base.json",
867
+ "isSource": true,
868
+ "original": {
869
+ "value": {
870
+ "fontSize": "{typography.size.L} * {figma.typography.size.base}",
871
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
872
+ "fontWeight": "{typography.font-weight.medium}"
873
+ },
874
+ "type": "typography"
875
+ },
876
+ "name": "text-type-scale-medium-l",
877
+ "attributes": {
878
+ "category": "text",
879
+ "type": "type-scale",
880
+ "item": "medium",
881
+ "subitem": "L"
882
+ },
883
+ "path": [
884
+ "text",
885
+ "type-scale",
886
+ "medium",
887
+ "L"
888
+ ]
889
+ },
890
+ "M": {
891
+ "value": {
892
+ "fontSize": "1 * 16",
893
+ "fontFamily": "Poppins",
894
+ "fontWeight": 500
895
+ },
896
+ "comment": "Base value.",
897
+ "type": "typography",
898
+ "filePath": "tokens-figma/typography/base.json",
899
+ "isSource": true,
900
+ "original": {
901
+ "value": {
902
+ "fontSize": "{typography.size.M} * {figma.typography.size.base}",
903
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
904
+ "fontWeight": "{typography.font-weight.medium}"
905
+ },
906
+ "comment": "Base value.",
907
+ "type": "typography"
908
+ },
909
+ "name": "text-type-scale-medium-m",
910
+ "attributes": {
911
+ "category": "text",
912
+ "type": "type-scale",
913
+ "item": "medium",
914
+ "subitem": "M"
915
+ },
916
+ "path": [
917
+ "text",
918
+ "type-scale",
919
+ "medium",
920
+ "M"
921
+ ]
922
+ },
923
+ "S": {
924
+ "value": {
925
+ "fontSize": "0.8 * 16",
926
+ "fontFamily": "Poppins",
927
+ "fontWeight": 500
928
+ },
929
+ "type": "typography",
930
+ "filePath": "tokens-figma/typography/base.json",
931
+ "isSource": true,
932
+ "original": {
933
+ "value": {
934
+ "fontSize": "{typography.size.S} * {figma.typography.size.base}",
935
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
936
+ "fontWeight": "{typography.font-weight.medium}"
937
+ },
938
+ "type": "typography"
939
+ },
940
+ "name": "text-type-scale-medium-s",
941
+ "attributes": {
942
+ "category": "text",
943
+ "type": "type-scale",
944
+ "item": "medium",
945
+ "subitem": "S"
946
+ },
947
+ "path": [
948
+ "text",
949
+ "type-scale",
950
+ "medium",
951
+ "S"
952
+ ]
953
+ },
954
+ "XS": {
955
+ "value": {
956
+ "fontSize": "0.64 * 16",
957
+ "fontFamily": "Poppins",
958
+ "fontWeight": 500
959
+ },
960
+ "type": "typography",
961
+ "filePath": "tokens-figma/typography/base.json",
962
+ "isSource": true,
963
+ "original": {
964
+ "value": {
965
+ "fontSize": "{typography.size.XS} * {figma.typography.size.base}",
966
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
967
+ "fontWeight": "{typography.font-weight.medium}"
968
+ },
969
+ "type": "typography"
970
+ },
971
+ "name": "text-type-scale-medium-xs",
972
+ "attributes": {
973
+ "category": "text",
974
+ "type": "type-scale",
975
+ "item": "medium",
976
+ "subitem": "XS"
977
+ },
978
+ "path": [
979
+ "text",
980
+ "type-scale",
981
+ "medium",
982
+ "XS"
983
+ ]
984
+ }
985
+ },
734
986
  "semibold": {
735
987
  "4XL": {
736
988
  "value": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "0.7.0-dev.1",
3
+ "version": "0.7.0-dev.2",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [