506
506
"type" : " fontSizes"
507
507
}
508
508
},
509
- "text-sm" : {
509
+ "text-sm-regular " : {
510
510
"value" : {
511
511
"fontFamily" : " {fontFamilies.fira-sans}" ,
512
512
"fontWeight" : " {fontWeights.fira-sans-0}" ,
520
520
"type" : " typography" ,
521
521
"description" : " smallest text"
522
522
},
523
- "text-md" : {
523
+ "text-md-regular " : {
524
524
"value" : {
525
525
"fontFamily" : " {fontFamilies.fira-sans}" ,
526
526
"fontWeight" : " {fontWeights.fira-sans-0}" ,
533
533
},
534
534
"type" : " typography"
535
535
},
536
- "text-md+ " : {
536
+ "text-md-bold " : {
537
537
"value" : {
538
538
"fontFamily" : " {fontFamilies.fira-sans}" ,
539
539
"fontWeight" : " {fontWeights.fira-sans-1}" ,
546
546
},
547
547
"type" : " typography"
548
548
},
549
- "text-lg+ " : {
549
+ "text-lg-bold " : {
550
550
"value" : {
551
551
"fontFamily" : " {fontFamilies.fira-sans}" ,
552
552
"fontWeight" : " {fontWeights.fira-sans-1}" ,
559
559
},
560
560
"type" : " typography"
561
561
},
562
- "text-xl+ " : {
562
+ "text-xl-bold " : {
563
563
"value" : {
564
564
"fontFamily" : " {fontFamilies.fira-sans}" ,
565
565
"fontWeight" : " {fontWeights.fira-sans-1}" ,
572
572
},
573
573
"type" : " typography"
574
574
},
575
- "text-2xl+ " : {
575
+ "text-2xl-bold " : {
576
576
"value" : {
577
577
"fontFamily" : " {fontFamilies.fira-sans}" ,
578
578
"fontWeight" : " {fontWeights.fira-sans-1}" ,
585
585
},
586
586
"type" : " typography"
587
587
},
588
- "text-3xl+ " : {
588
+ "text-3xl-bold " : {
589
589
"value" : {
590
590
"fontFamily" : " {fontFamilies.fira-sans}" ,
591
591
"fontWeight" : " {fontWeights.fira-sans-1}" ,
598
598
},
599
599
"type" : " typography"
600
600
},
601
- "text-4xl+ " : {
601
+ "text-4xl-bold " : {
602
602
"value" : {
603
603
"fontFamily" : " {fontFamilies.fira-sans}" ,
604
604
"fontWeight" : " {fontWeights.fira-sans-1}" ,
611
611
},
612
612
"type" : " typography"
613
613
},
614
- "text-5xl+ " : {
614
+ "text-5xl-bold " : {
615
615
"value" : {
616
616
"fontFamily" : " {fontFamilies.fira-sans}" ,
617
617
"fontWeight" : " {fontWeights.fira-sans-1}" ,
624
624
},
625
625
"type" : " typography"
626
626
},
627
- "text-lg" : {
627
+ "text-lg-regular " : {
628
628
"value" : {
629
629
"fontFamily" : " {fontFamilies.fira-sans}" ,
630
630
"fontWeight" : " {fontWeights.fira-sans-0}" ,
637
637
},
638
638
"type" : " typography"
639
639
},
640
- "text-sm+ " : {
640
+ "text-sm-bold " : {
641
641
"value" : {
642
642
"fontFamily" : " {fontFamilies.fira-sans}" ,
643
643
"fontWeight" : " {fontWeights.fira-sans-1}" ,
799
799
"button-ghost-hover" : {
800
800
"value" : " {color.green-special}" ,
801
801
"type" : " color"
802
+ },
803
+ "icon-default" : {
804
+ "value" : " {color.gray-700}" ,
805
+ "type" : " color" ,
806
+ "description" : " Icon e.g. in input field"
807
+ },
808
+ "border-error" : {
809
+ "value" : " {color.red-700}" ,
810
+ "type" : " color" ,
811
+ "description" : " Border color of error state"
812
+ },
813
+ "icon-error" : {
814
+ "value" : " {color.red-700}" ,
815
+ "type" : " color"
816
+ },
817
+ "border-focus" : {
818
+ "value" : " {color.green-800}" ,
819
+ "type" : " color" ,
820
+ "description" : " Focus state (keyboard navigation)"
802
821
}
803
822
},
804
823
"manage--color" : {
897
916
"button-ghost" : {
898
917
"value" : " {borderWidth.xs}" ,
899
918
"type" : " borderWidth"
919
+ },
920
+ "input-default" : {
921
+ "value" : " {borderWidth.xs}" ,
922
+ "type" : " borderWidth"
900
923
}
901
924
},
902
925
"text-label-md" : {
903
- "value" : " {text-md+ }" ,
926
+ "value" : " {text-md-bold }" ,
904
927
"type" : " typography" ,
905
928
"description" : " default text token for buttons md"
906
929
},
907
930
"text-label-lg" : {
908
- "value" : " {text-lg+ }" ,
931
+ "value" : " {text-lg-bold }" ,
909
932
"type" : " typography" ,
910
933
"description" : " default text token for buttons lg"
911
934
},
912
935
"text-label-xl" : {
913
- "value" : " {text-xl+ }" ,
936
+ "value" : " {text-xl-bold }" ,
914
937
"type" : " typography" ,
915
938
"description" : " default text token for buttons lg"
916
939
},
939
962
"type" : " boxShadow" ,
940
963
"description" : " inner shadow primary button pressed"
941
964
}
965
+ },
966
+ "text" : {
967
+ "input-default" : {
968
+ "value" : " {text-md-regular}" ,
969
+ "type" : " typography"
970
+ },
971
+ "input-selected" : {
972
+ "value" : " {text-md-bold}" ,
973
+ "type" : " typography"
974
+ },
975
+ "hint-error" : {
976
+ "value" : " {text-sm-bold}" ,
977
+ "type" : " typography"
978
+ },
979
+ "hint" : {
980
+ "value" : " {text-sm-regular}" ,
981
+ "type" : " typography"
982
+ }
942
983
}
943
984
},
944
985
"me" : {
1035
1076
},
1036
1077
"$themes" : [],
1037
1078
"$metadata" : {
1038
- "tokenSetOrder" : [
1039
- " global" ,
1040
- " org" ,
1041
- " me" ,
1042
- " at"
1043
- ]
1079
+ "tokenSetOrder" : [" global" , " org" , " me" , " at" ]
1044
1080
}
1045
- }
1081
+ }
0 commit comments