@nation-a/ui 0.16.15 → 0.16.17
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/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1387 -1064
- package/dist/index.js.map +1 -1
- package/dist/stats.html +1 -1
- package/dist/styled-system/styles.css +314 -11
- package/dist/styled-system/tokens/index.mjs +51 -15
- package/dist/styled-system/tokens/tokens.d.ts +5 -5
- package/dist/styled-system/types/prop-type.d.ts +2 -2
- package/dist/types/components/Text/index.d.ts +3 -2
- package/dist/types/components/Text/text.recipe.d.ts +39 -8
- package/dist/types/test/utils.d.ts +13 -0
- package/dist/types/theme/tokens/index.d.ts +22 -5
- package/package.json +4 -3
|
@@ -477,13 +477,16 @@ html:not(#\#),body:not(#\#) {
|
|
|
477
477
|
--colors-black-300-a: rgba(0,0,0,0.2);
|
|
478
478
|
--colors-black-200-a: rgba(0,0,0,0.12);
|
|
479
479
|
--colors-black-100-a: rgba(0,0,0,0.08);
|
|
480
|
-
--colors-white-
|
|
480
|
+
--colors-white-1000-a: #fff;
|
|
481
|
+
--colors-white-900-a: rgba(255,255,255,0.9);
|
|
482
|
+
--colors-white-800-a: rgba(255,255,255,0.8);
|
|
483
|
+
--colors-white-700-a: rgba(255,255,255,0.7);
|
|
481
484
|
--colors-white-600-a: rgba(255,255,255,0.6);
|
|
482
|
-
--colors-white-500-a: rgba(255,255,255,0.
|
|
483
|
-
--colors-white-400-a: rgba(255,255,255,0.
|
|
484
|
-
--colors-white-300-a: rgba(255,255,255,0.
|
|
485
|
-
--colors-white-200-a: rgba(255,255,255,0.
|
|
486
|
-
--colors-white-100-a: rgba(255,255,255,0.
|
|
485
|
+
--colors-white-500-a: rgba(255,255,255,0.5);
|
|
486
|
+
--colors-white-400-a: rgba(255,255,255,0.4);
|
|
487
|
+
--colors-white-300-a: rgba(255,255,255,0.3);
|
|
488
|
+
--colors-white-200-a: rgba(255,255,255,0.2);
|
|
489
|
+
--colors-white-100-a: rgba(255,255,255,0.1);
|
|
487
490
|
--colors-red-100: #ffeceb;
|
|
488
491
|
--colors-red-200: #ffd5d2;
|
|
489
492
|
--colors-red-300: #fd9891;
|
|
@@ -564,6 +567,7 @@ html:not(#\#),body:not(#\#) {
|
|
|
564
567
|
--colors-yellow-800: #997F19;
|
|
565
568
|
--colors-yellow-900: #77620E;
|
|
566
569
|
--colors-yellow-1000: #554506;
|
|
570
|
+
--colors-v3-blue: #A4C4FF;
|
|
567
571
|
--border-widths-none: 0px;
|
|
568
572
|
--border-widths-sm: 1px;
|
|
569
573
|
--border-widths-md: 2px;
|
|
@@ -639,10 +643,11 @@ html:not(#\#),body:not(#\#) {
|
|
|
639
643
|
--font-weights-medium: 500;
|
|
640
644
|
--font-weights-semibold: 600;
|
|
641
645
|
--font-weights-bold: 700;
|
|
642
|
-
--
|
|
643
|
-
--
|
|
644
|
-
--fonts-
|
|
646
|
+
--fonts-freeman: Freeman;
|
|
647
|
+
--fonts-dm-sans: DM Sans;
|
|
648
|
+
--fonts-pretendard: Pretendard;
|
|
645
649
|
--fonts-noto-sans: Noto Sans;
|
|
650
|
+
--fonts-inter: Inter;
|
|
646
651
|
--breakpoints-xs: 480px;
|
|
647
652
|
--breakpoints-sm: 640px;
|
|
648
653
|
--breakpoints-md: 768px;
|
|
@@ -706,7 +711,7 @@ html:not(#\#),body:not(#\#) {
|
|
|
706
711
|
--colors-background-heyd-primary-selected: var(--colors-cyan-600);
|
|
707
712
|
--colors-background-heyd-secondary-default: var(--colors-cyan-200);
|
|
708
713
|
--colors-background-heyd-secondary-selected: var(--colors-cyan-300);
|
|
709
|
-
--colors-background-static-white-alpha-bold: var(--colors-white-
|
|
714
|
+
--colors-background-static-white-alpha-bold: var(--colors-white-800-a);
|
|
710
715
|
--colors-background-static-white-alpha-default: var(--colors-white-500-a);
|
|
711
716
|
--colors-background-static-white-alpha-selected: var(--colors-white-600-a);
|
|
712
717
|
--colors-background-static-white-alpha-disabled: var(--colors-white-500-a);
|
|
@@ -800,7 +805,7 @@ html:not(#\#),body:not(#\#) {
|
|
|
800
805
|
--colors-background-heyd-primary-selected: var(--colors-cyan-600);
|
|
801
806
|
--colors-background-heyd-secondary-default: var(--colors-cyan-200);
|
|
802
807
|
--colors-background-heyd-secondary-selected: var(--colors-cyan-300);
|
|
803
|
-
--colors-background-static-white-alpha-bold: var(--colors-white-
|
|
808
|
+
--colors-background-static-white-alpha-bold: var(--colors-white-800-a);
|
|
804
809
|
--colors-background-static-white-alpha-default: var(--colors-white-500-a);
|
|
805
810
|
--colors-background-static-white-alpha-selected: var(--colors-white-600-a);
|
|
806
811
|
--colors-background-static-white-alpha-disabled: var(--colors-white-500-a);
|
|
@@ -930,6 +935,292 @@ html:not(#\#),body:not(#\#) {
|
|
|
930
935
|
line-height: var(--line-heights-md);
|
|
931
936
|
}
|
|
932
937
|
|
|
938
|
+
.textStyle_en\.title\.main\.22\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
939
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
940
|
+
font-family: var(--fonts-freeman);
|
|
941
|
+
font-weight: var(--font-weights-regular);
|
|
942
|
+
line-height: 120%;
|
|
943
|
+
font-size: 22px;
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
.textStyle_en\.title\.main\.24\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
947
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
948
|
+
font-family: var(--fonts-freeman);
|
|
949
|
+
font-weight: var(--font-weights-regular);
|
|
950
|
+
line-height: 120%;
|
|
951
|
+
font-size: 24px;
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
.textStyle_en\.title\.main\.30\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
955
|
+
letter-spacing: var(--letter-spacings-2xl);
|
|
956
|
+
font-family: var(--fonts-freeman);
|
|
957
|
+
font-weight: var(--font-weights-regular);
|
|
958
|
+
line-height: 120%;
|
|
959
|
+
font-size: 30px;
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
.textStyle_en\.title\.main\.56\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
963
|
+
letter-spacing: var(--letter-spacings-sm);
|
|
964
|
+
font-family: var(--fonts-freeman);
|
|
965
|
+
font-weight: var(--font-weights-regular);
|
|
966
|
+
line-height: 100%;
|
|
967
|
+
font-size: 56px;
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
.textStyle_en\.title\.sub\.16\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
971
|
+
font-size: 16px;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
.textStyle_en\.title\.sub\.16\.bold:not(#\#):not(#\#):not(#\#):not(#\#),.textStyle_en\.title\.sub\.18\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
975
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
976
|
+
font-family: var(--fonts-freeman);
|
|
977
|
+
font-weight: var(--font-weights-regular);
|
|
978
|
+
line-height: 120%;
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
.textStyle_en\.title\.sub\.18\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
982
|
+
font-size: 18px;
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
.textStyle_en\.title\.sub\.20\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
986
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
987
|
+
font-family: var(--fonts-freeman);
|
|
988
|
+
font-weight: var(--font-weights-regular);
|
|
989
|
+
line-height: 120%;
|
|
990
|
+
font-size: 20px;
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
.textStyle_en\.text\.chat\.14\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
994
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
995
|
+
font-family: var(--fonts-dm-sans);
|
|
996
|
+
font-weight: var(--font-weights-bold);
|
|
997
|
+
line-height: 150%;
|
|
998
|
+
font-size: 14px;
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
.textStyle_en\.text\.chat\.14\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1002
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1003
|
+
font-family: var(--fonts-dm-sans);
|
|
1004
|
+
font-weight: var(--font-weights-regular);
|
|
1005
|
+
line-height: 150%;
|
|
1006
|
+
font-size: 14px;
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
.textStyle_en\.text\.chat\.16\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1010
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1011
|
+
font-family: var(--fonts-dm-sans);
|
|
1012
|
+
font-weight: var(--font-weights-bold);
|
|
1013
|
+
line-height: 150%;
|
|
1014
|
+
font-size: 16px;
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
.textStyle_en\.text\.chat\.16\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1018
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1019
|
+
font-family: var(--fonts-dm-sans);
|
|
1020
|
+
font-weight: var(--font-weights-regular);
|
|
1021
|
+
line-height: 150%;
|
|
1022
|
+
font-size: 16px;
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
.textStyle_en\.text\.body\.14\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1026
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1027
|
+
font-family: var(--fonts-dm-sans);
|
|
1028
|
+
font-weight: var(--font-weights-bold);
|
|
1029
|
+
line-height: 120%;
|
|
1030
|
+
font-size: 14px;
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
.textStyle_en\.text\.body\.14\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1034
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1035
|
+
font-family: var(--fonts-dm-sans);
|
|
1036
|
+
font-weight: var(--font-weights-regular);
|
|
1037
|
+
line-height: 120%;
|
|
1038
|
+
font-size: 14px;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
.textStyle_en\.text\.body\.16\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1042
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1043
|
+
font-family: var(--fonts-dm-sans);
|
|
1044
|
+
font-weight: var(--font-weights-bold);
|
|
1045
|
+
line-height: 120%;
|
|
1046
|
+
font-size: 16px;
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
.textStyle_en\.text\.body\.16\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1050
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1051
|
+
font-family: var(--fonts-dm-sans);
|
|
1052
|
+
font-weight: var(--font-weights-regular);
|
|
1053
|
+
line-height: 120%;
|
|
1054
|
+
font-size: 16px;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
.textStyle_en\.label\.caption\.10\.semibold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1058
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1059
|
+
font-family: var(--fonts-dm-sans);
|
|
1060
|
+
font-weight: var(--font-weights-semibold);
|
|
1061
|
+
line-height: 120%;
|
|
1062
|
+
font-size: 10px;
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
.textStyle_en\.label\.caption\.12\.semibold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1066
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1067
|
+
font-family: var(--fonts-dm-sans);
|
|
1068
|
+
font-weight: var(--font-weights-semibold);
|
|
1069
|
+
line-height: 120%;
|
|
1070
|
+
font-size: 12px;
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
.textStyle_en\.label\.caption\.14\.semibold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1074
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1075
|
+
font-family: var(--fonts-dm-sans);
|
|
1076
|
+
font-weight: var(--font-weights-semibold);
|
|
1077
|
+
line-height: 120%;
|
|
1078
|
+
font-size: 14px;
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1081
|
+
.textStyle_kr\.title\.main\.22\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1082
|
+
letter-spacing: var(--letter-spacings-2xl);
|
|
1083
|
+
font-family: var(--fonts-pretendard);
|
|
1084
|
+
font-weight: var(--font-weights-bold);
|
|
1085
|
+
line-height: 120%;
|
|
1086
|
+
font-size: 22px;
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
.textStyle_kr\.title\.main\.24\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1090
|
+
letter-spacing: var(--letter-spacings-2xl);
|
|
1091
|
+
font-family: var(--fonts-pretendard);
|
|
1092
|
+
font-weight: var(--font-weights-bold);
|
|
1093
|
+
line-height: 120%;
|
|
1094
|
+
font-size: 24px;
|
|
1095
|
+
}
|
|
1096
|
+
|
|
1097
|
+
.textStyle_kr\.title\.main\.30\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1098
|
+
letter-spacing: var(--letter-spacings-xl);
|
|
1099
|
+
font-family: var(--fonts-pretendard);
|
|
1100
|
+
font-weight: var(--font-weights-bold);
|
|
1101
|
+
line-height: 120%;
|
|
1102
|
+
font-size: 30px;
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
.textStyle_kr\.title\.main\.56\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1106
|
+
letter-spacing: var(--letter-spacings-sm);
|
|
1107
|
+
font-family: var(--fonts-pretendard);
|
|
1108
|
+
font-weight: var(--font-weights-bold);
|
|
1109
|
+
line-height: 100%;
|
|
1110
|
+
font-size: 56px;
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
.textStyle_kr\.title\.sub\.16\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1114
|
+
font-size: 16px;
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
.textStyle_kr\.title\.sub\.16\.bold:not(#\#):not(#\#):not(#\#):not(#\#),.textStyle_kr\.title\.sub\.18\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1118
|
+
letter-spacing: var(--letter-spacings-2xl);
|
|
1119
|
+
font-family: var(--fonts-pretendard);
|
|
1120
|
+
font-weight: var(--font-weights-bold);
|
|
1121
|
+
line-height: 120%;
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
.textStyle_kr\.title\.sub\.18\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1125
|
+
font-size: 18px;
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
.textStyle_kr\.title\.sub\.20\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1129
|
+
letter-spacing: var(--letter-spacings-2xl);
|
|
1130
|
+
font-family: var(--fonts-pretendard);
|
|
1131
|
+
font-weight: var(--font-weights-bold);
|
|
1132
|
+
line-height: 120%;
|
|
1133
|
+
font-size: 20px;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
.textStyle_kr\.text\.chat\.14\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1137
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1138
|
+
font-family: var(--fonts-pretendard);
|
|
1139
|
+
font-weight: var(--font-weights-bold);
|
|
1140
|
+
line-height: 160%;
|
|
1141
|
+
font-size: 14px;
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
.textStyle_kr\.text\.chat\.14\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1145
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1146
|
+
font-family: var(--fonts-pretendard);
|
|
1147
|
+
font-weight: var(--font-weights-regular);
|
|
1148
|
+
line-height: 160%;
|
|
1149
|
+
font-size: 14px;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
.textStyle_kr\.text\.chat\.16\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1153
|
+
letter-spacing: var(--letter-spacings-2xl);
|
|
1154
|
+
font-family: var(--fonts-pretendard);
|
|
1155
|
+
font-weight: var(--font-weights-bold);
|
|
1156
|
+
line-height: 160%;
|
|
1157
|
+
font-size: 16px;
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
.textStyle_kr\.text\.chat\.16\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1161
|
+
letter-spacing: var(--letter-spacings-2xl);
|
|
1162
|
+
font-family: var(--fonts-pretendard);
|
|
1163
|
+
font-weight: var(--font-weights-regular);
|
|
1164
|
+
line-height: 160%;
|
|
1165
|
+
font-size: 16px;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
.textStyle_kr\.text\.body\.14\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1169
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1170
|
+
font-family: var(--fonts-pretendard);
|
|
1171
|
+
font-weight: var(--font-weights-bold);
|
|
1172
|
+
line-height: 130%;
|
|
1173
|
+
font-size: 14px;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
.textStyle_kr\.text\.body\.14\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1177
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1178
|
+
font-family: var(--fonts-pretendard);
|
|
1179
|
+
font-weight: var(--font-weights-regular);
|
|
1180
|
+
line-height: 130%;
|
|
1181
|
+
font-size: 14px;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
.textStyle_kr\.text\.body\.16\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1185
|
+
letter-spacing: var(--letter-spacings-2xl);
|
|
1186
|
+
font-family: var(--fonts-pretendard);
|
|
1187
|
+
font-weight: var(--font-weights-bold);
|
|
1188
|
+
line-height: 130%;
|
|
1189
|
+
font-size: 16px;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
.textStyle_kr\.text\.body\.16\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1193
|
+
letter-spacing: var(--letter-spacings-2xl);
|
|
1194
|
+
font-family: var(--fonts-pretendard);
|
|
1195
|
+
font-weight: var(--font-weights-regular);
|
|
1196
|
+
line-height: 130%;
|
|
1197
|
+
font-size: 16px;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
.textStyle_kr\.label\.caption\.10\.semibold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1201
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1202
|
+
font-family: var(--fonts-pretendard);
|
|
1203
|
+
font-weight: var(--font-weights-semibold);
|
|
1204
|
+
line-height: 120%;
|
|
1205
|
+
font-size: 10px;
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
.textStyle_kr\.label\.caption\.12\.semibold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1209
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1210
|
+
font-family: var(--fonts-pretendard);
|
|
1211
|
+
font-weight: var(--font-weights-semibold);
|
|
1212
|
+
line-height: 120%;
|
|
1213
|
+
font-size: 12px;
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
.textStyle_kr\.label\.caption\.14\.semibold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1217
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1218
|
+
font-family: var(--fonts-pretendard);
|
|
1219
|
+
font-weight: var(--font-weights-semibold);
|
|
1220
|
+
line-height: 120%;
|
|
1221
|
+
font-size: 14px;
|
|
1222
|
+
}
|
|
1223
|
+
|
|
933
1224
|
.flex-flow_column:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
934
1225
|
flex-flow: column;
|
|
935
1226
|
}
|
|
@@ -2241,6 +2532,18 @@ html:not(#\#),body:not(#\#) {
|
|
|
2241
2532
|
font-family: var(--fonts-noto-sans);
|
|
2242
2533
|
}
|
|
2243
2534
|
|
|
2535
|
+
.ff_dmSans:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2536
|
+
font-family: var(--fonts-dm-sans);
|
|
2537
|
+
}
|
|
2538
|
+
|
|
2539
|
+
.ff_pretendard:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2540
|
+
font-family: var(--fonts-pretendard);
|
|
2541
|
+
}
|
|
2542
|
+
|
|
2543
|
+
.ff_freeman:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2544
|
+
font-family: var(--fonts-freeman);
|
|
2545
|
+
}
|
|
2546
|
+
|
|
2244
2547
|
.bg-c_background\.neutralInverse\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2245
2548
|
background-color: var(--colors-background-neutral-inverse-default);
|
|
2246
2549
|
}
|
|
@@ -495,8 +495,20 @@ const tokens = {
|
|
|
495
495
|
"value": "rgba(0,0,0,0.08)",
|
|
496
496
|
"variable": "var(--colors-black-100-a)"
|
|
497
497
|
},
|
|
498
|
-
"colors.white.
|
|
498
|
+
"colors.white.1000A": {
|
|
499
|
+
"value": "#fff",
|
|
500
|
+
"variable": "var(--colors-white-1000-a)"
|
|
501
|
+
},
|
|
502
|
+
"colors.white.900A": {
|
|
503
|
+
"value": "rgba(255,255,255,0.9)",
|
|
504
|
+
"variable": "var(--colors-white-900-a)"
|
|
505
|
+
},
|
|
506
|
+
"colors.white.800A": {
|
|
499
507
|
"value": "rgba(255,255,255,0.8)",
|
|
508
|
+
"variable": "var(--colors-white-800-a)"
|
|
509
|
+
},
|
|
510
|
+
"colors.white.700A": {
|
|
511
|
+
"value": "rgba(255,255,255,0.7)",
|
|
500
512
|
"variable": "var(--colors-white-700-a)"
|
|
501
513
|
},
|
|
502
514
|
"colors.white.600A": {
|
|
@@ -504,23 +516,23 @@ const tokens = {
|
|
|
504
516
|
"variable": "var(--colors-white-600-a)"
|
|
505
517
|
},
|
|
506
518
|
"colors.white.500A": {
|
|
507
|
-
"value": "rgba(255,255,255,0.
|
|
519
|
+
"value": "rgba(255,255,255,0.5)",
|
|
508
520
|
"variable": "var(--colors-white-500-a)"
|
|
509
521
|
},
|
|
510
522
|
"colors.white.400A": {
|
|
511
|
-
"value": "rgba(255,255,255,0.
|
|
523
|
+
"value": "rgba(255,255,255,0.4)",
|
|
512
524
|
"variable": "var(--colors-white-400-a)"
|
|
513
525
|
},
|
|
514
526
|
"colors.white.300A": {
|
|
515
|
-
"value": "rgba(255,255,255,0.
|
|
527
|
+
"value": "rgba(255,255,255,0.3)",
|
|
516
528
|
"variable": "var(--colors-white-300-a)"
|
|
517
529
|
},
|
|
518
530
|
"colors.white.200A": {
|
|
519
|
-
"value": "rgba(255,255,255,0.
|
|
531
|
+
"value": "rgba(255,255,255,0.2)",
|
|
520
532
|
"variable": "var(--colors-white-200-a)"
|
|
521
533
|
},
|
|
522
534
|
"colors.white.100A": {
|
|
523
|
-
"value": "rgba(255,255,255,0.
|
|
535
|
+
"value": "rgba(255,255,255,0.1)",
|
|
524
536
|
"variable": "var(--colors-white-100-a)"
|
|
525
537
|
},
|
|
526
538
|
"colors.red.100": {
|
|
@@ -843,6 +855,10 @@ const tokens = {
|
|
|
843
855
|
"value": "#554506",
|
|
844
856
|
"variable": "var(--colors-yellow-1000)"
|
|
845
857
|
},
|
|
858
|
+
"colors.v3.blue": {
|
|
859
|
+
"value": "#A4C4FF",
|
|
860
|
+
"variable": "var(--colors-v3-blue)"
|
|
861
|
+
},
|
|
846
862
|
"borderWidths.none": {
|
|
847
863
|
"value": "0px",
|
|
848
864
|
"variable": "var(--border-widths-none)"
|
|
@@ -1143,22 +1159,26 @@ const tokens = {
|
|
|
1143
1159
|
"value": "700",
|
|
1144
1160
|
"variable": "var(--font-weights-bold)"
|
|
1145
1161
|
},
|
|
1146
|
-
"
|
|
1147
|
-
"value": "
|
|
1148
|
-
"variable": "var(--
|
|
1162
|
+
"fonts.freeman": {
|
|
1163
|
+
"value": "Freeman",
|
|
1164
|
+
"variable": "var(--fonts-freeman)"
|
|
1149
1165
|
},
|
|
1150
|
-
"
|
|
1151
|
-
"value": "
|
|
1152
|
-
"variable": "var(--
|
|
1166
|
+
"fonts.dmSans": {
|
|
1167
|
+
"value": "DM Sans",
|
|
1168
|
+
"variable": "var(--fonts-dm-sans)"
|
|
1153
1169
|
},
|
|
1154
|
-
"fonts.
|
|
1155
|
-
"value": "
|
|
1156
|
-
"variable": "var(--fonts-
|
|
1170
|
+
"fonts.pretendard": {
|
|
1171
|
+
"value": "Pretendard",
|
|
1172
|
+
"variable": "var(--fonts-pretendard)"
|
|
1157
1173
|
},
|
|
1158
1174
|
"fonts.notoSans": {
|
|
1159
1175
|
"value": "Noto Sans",
|
|
1160
1176
|
"variable": "var(--fonts-noto-sans)"
|
|
1161
1177
|
},
|
|
1178
|
+
"fonts.inter": {
|
|
1179
|
+
"value": "Inter",
|
|
1180
|
+
"variable": "var(--fonts-inter)"
|
|
1181
|
+
},
|
|
1162
1182
|
"breakpoints.xs": {
|
|
1163
1183
|
"value": "480px",
|
|
1164
1184
|
"variable": "var(--breakpoints-xs)"
|
|
@@ -1783,6 +1803,22 @@ const tokens = {
|
|
|
1783
1803
|
"value": "var(--colors-color-palette-100-a)",
|
|
1784
1804
|
"variable": "var(--colors-color-palette-100-a)"
|
|
1785
1805
|
},
|
|
1806
|
+
"colors.colorPalette.1000A": {
|
|
1807
|
+
"value": "var(--colors-color-palette-1000-a)",
|
|
1808
|
+
"variable": "var(--colors-color-palette-1000-a)"
|
|
1809
|
+
},
|
|
1810
|
+
"colors.colorPalette.900A": {
|
|
1811
|
+
"value": "var(--colors-color-palette-900-a)",
|
|
1812
|
+
"variable": "var(--colors-color-palette-900-a)"
|
|
1813
|
+
},
|
|
1814
|
+
"colors.colorPalette.800A": {
|
|
1815
|
+
"value": "var(--colors-color-palette-800-a)",
|
|
1816
|
+
"variable": "var(--colors-color-palette-800-a)"
|
|
1817
|
+
},
|
|
1818
|
+
"colors.colorPalette.blue": {
|
|
1819
|
+
"value": "var(--colors-color-palette-blue)",
|
|
1820
|
+
"variable": "var(--colors-color-palette-blue)"
|
|
1821
|
+
},
|
|
1786
1822
|
"colors.colorPalette.neutral.bold": {
|
|
1787
1823
|
"value": "var(--colors-color-palette-neutral-bold)",
|
|
1788
1824
|
"variable": "var(--colors-color-palette-neutral-bold)"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
export type Token = "animations.backdrop-in" | "animations.backdrop-out" | "animations.dialog-in" | "animations.dialog-out" | "animations.drawer-in-left" | "animations.drawer-out-left" | "animations.drawer-in-right" | "animations.drawer-out-right" | "animations.skeleton-pulse" | "animations.fade-in" | "animations.fade-out" | "animations.collapse-in" | "animations.collapse-out" | "animations.spin" | "blurs.sm" | "blurs.base" | "blurs.md" | "blurs.lg" | "blurs.xl" | "blurs.2xl" | "blurs.3xl" | "borders.none" | "durations.fastest" | "durations.faster" | "durations.fast" | "durations.normal" | "durations.slow" | "durations.slower" | "durations.slowest" | "easings.pulse" | "easings.default" | "easings.emphasized-in" | "easings.emphasized-out" | "sizes.0" | "sizes.1" | "sizes.2" | "sizes.3" | "sizes.4" | "sizes.5" | "sizes.6" | "sizes.7" | "sizes.8" | "sizes.9" | "sizes.10" | "sizes.11" | "sizes.12" | "sizes.14" | "sizes.16" | "sizes.20" | "sizes.24" | "sizes.28" | "sizes.32" | "sizes.36" | "sizes.40" | "sizes.44" | "sizes.48" | "sizes.52" | "sizes.56" | "sizes.60" | "sizes.64" | "sizes.72" | "sizes.80" | "sizes.96" | "sizes.0.5" | "sizes.1.5" | "sizes.2.5" | "sizes.3.5" | "sizes.4.5" | "sizes.2xs" | "sizes.xs" | "sizes.sm" | "sizes.md" | "sizes.lg" | "sizes.xl" | "sizes.2xl" | "sizes.3xl" | "sizes.4xl" | "sizes.5xl" | "sizes.6xl" | "sizes.7xl" | "sizes.8xl" | "sizes.full" | "sizes.min" | "sizes.max" | "sizes.fit" | "sizes.breakpoint-xs" | "sizes.breakpoint-sm" | "sizes.breakpoint-md" | "sizes.breakpoint-lg" | "sizes.breakpoint-xl" | "sizes.breakpoint-2xl" | "zIndex.hide" | "zIndex.base" | "zIndex.docked" | "zIndex.dropdown" | "zIndex.sticky" | "zIndex.banner" | "zIndex.overlay" | "zIndex.modal" | "zIndex.popover" | "zIndex.skipLink" | "zIndex.toast" | "zIndex.tooltip" | "colors.neutral.0" | "colors.neutral.100" | "colors.neutral.200" | "colors.neutral.300" | "colors.neutral.400" | "colors.neutral.500" | "colors.neutral.600" | "colors.neutral.700" | "colors.neutral.800" | "colors.neutral.900" | "colors.neutral.1000" | "colors.neutral.1050" | "colors.neutral.1100" | "colors.neutral.1200" | "colors.black.700A" | "colors.black.600A" | "colors.black.500A" | "colors.black.400A" | "colors.black.300A" | "colors.black.200A" | "colors.black.100A" | "colors.white.700A" | "colors.white.600A" | "colors.white.500A" | "colors.white.400A" | "colors.white.300A" | "colors.white.200A" | "colors.white.100A" | "colors.red.100" | "colors.red.200" | "colors.red.300" | "colors.red.400" | "colors.red.500" | "colors.red.600" | "colors.red.700" | "colors.red.800" | "colors.red.900" | "colors.red.1000" | "colors.orange.100" | "colors.orange.200" | "colors.orange.300" | "colors.orange.400" | "colors.orange.500" | "colors.orange.600" | "colors.orange.700" | "colors.orange.800" | "colors.orange.900" | "colors.orange.1000" | "colors.blue.100" | "colors.blue.200" | "colors.blue.300" | "colors.blue.400" | "colors.blue.500" | "colors.blue.600" | "colors.blue.700" | "colors.blue.800" | "colors.blue.900" | "colors.blue.1000" | "colors.green.100" | "colors.green.200" | "colors.green.300" | "colors.green.400" | "colors.green.500" | "colors.green.600" | "colors.green.700" | "colors.green.800" | "colors.green.900" | "colors.green.1000" | "colors.purple.100" | "colors.purple.200" | "colors.purple.300" | "colors.purple.400" | "colors.purple.500" | "colors.purple.600" | "colors.purple.700" | "colors.purple.800" | "colors.purple.900" | "colors.purple.1000" | "colors.ohre.100" | "colors.ohre.200" | "colors.ohre.300" | "colors.ohre.400" | "colors.ohre.500" | "colors.ohre.600" | "colors.ohre.700" | "colors.ohre.800" | "colors.ohre.900" | "colors.ohre.1000" | "colors.cyan.100" | "colors.cyan.200" | "colors.cyan.300" | "colors.cyan.400" | "colors.cyan.500" | "colors.cyan.600" | "colors.cyan.700" | "colors.cyan.800" | "colors.cyan.900" | "colors.cyan.1000" | "colors.yellow.100" | "colors.yellow.200" | "colors.yellow.300" | "colors.yellow.400" | "colors.yellow.500" | "colors.yellow.600" | "colors.yellow.700" | "colors.yellow.800" | "colors.yellow.900" | "colors.yellow.1000" | "borderWidths.none" | "borderWidths.sm" | "borderWidths.md" | "borderWidths.lg" | "spacing.0" | "spacing.1" | "spacing.2" | "spacing.3" | "spacing.4" | "spacing.5" | "spacing.6" | "spacing.7" | "spacing.8" | "spacing.9" | "spacing.10" | "spacing.11" | "spacing.12" | "spacing.14" | "spacing.16" | "spacing.20" | "spacing.24" | "spacing.28" | "spacing.30" | "spacing.32" | "spacing.36" | "spacing.40" | "spacing.44" | "spacing.48" | "spacing.52" | "spacing.56" | "spacing.60" | "spacing.64" | "spacing.72" | "spacing.80" | "spacing.96" | "spacing.98" | "spacing.128" | "spacing.160" | "spacing.0.5" | "spacing.1.5" | "spacing.2.5" | "spacing.3.5" | "spacing.4.5" | "radii.none" | "radii.xs" | "radii.sm" | "radii.md" | "radii.lg" | "radii.full" | "fontSizes.xs" | "fontSizes.sm" | "fontSizes.md" | "fontSizes.lg" | "fontSizes.xl" | "fontSizes.2xl" | "fontSizes.3xl" | "fontSizes.4xl" | "letterSpacings.xs" | "letterSpacings.sm" | "letterSpacings.md" | "letterSpacings.lg" | "letterSpacings.xl" | "letterSpacings.2xl" | "letterSpacings.3xl" | "lineHeights.md" | "lineHeights.lg" | "lineHeights.xl" | "lineHeights.2xl" | "lineHeights.3xl" | "lineHeights.4xl" | "lineHeights.5xl" | "fontWeights.regular" | "fontWeights.medium" | "fontWeights.semibold" | "fontWeights.bold" | "fontWeights.regularItalic" | "fontWeights.mediumItalic" | "fonts.inter" | "fonts.notoSans" | "breakpoints.xs" | "breakpoints.sm" | "breakpoints.md" | "breakpoints.lg" | "breakpoints.xl" | "breakpoints.2xl" | "colors.content.neutral.bold" | "colors.content.neutral.default" | "colors.content.neutral.subtle" | "colors.content.neutral.subtlest" | "colors.content.neutral.disabled" | "colors.content.neutral.default_inverse" | "colors.content.neuroidPrimary.default" | "colors.content.neuroidPrimary.default_inverse" | "colors.content.danger.default" | "colors.content.warning.default" | "colors.content.success.default" | "colors.content.informative.default" | "colors.content.zoltarinaPrimary.default" | "colors.content.zoltarinaPrimary.default_inverse" | "colors.content.heydPrimary.default" | "colors.content.heydPrimary.default_inverse" | "colors.content.static.white.bold" | "colors.content.static.white.default" | "colors.content.static.white.subtle" | "colors.content.static.white.subtlest" | "colors.content.static.white.disabled" | "colors.content.static.black.bold" | "colors.content.static.black.default" | "colors.content.static.black.subtle" | "colors.content.static.black.subtlest" | "colors.content.static.black.disabled" | "colors.content.heybeePrimary.default" | "colors.content.heybeePrimary.default_inverse" | "colors.content.neutralInverse.bold" | "colors.content.neutralInverse.default" | "colors.content.neutralInverse.subtle" | "colors.content.neutralInverse.subtlest" | "colors.content.neutralInverse.disabled" | "colors.content.neutralInverse.default_inverse" | "colors.background.neutral.default" | "colors.background.neutral.selected" | "colors.background.neutral.disabled" | "colors.background.neuroidPrimary.default" | "colors.background.neuroidPrimary.selected" | "colors.background.neuroidSecondary.default" | "colors.background.neuroidSecondary.selected" | "colors.background.danger.default" | "colors.background.danger.selected" | "colors.background.warning.default" | "colors.background.warning.selected" | "colors.background.success.default" | "colors.background.success.selected" | "colors.background.informative.default" | "colors.background.informative.selected" | "colors.background.zoltarinaPrimary.default" | "colors.background.zoltarinaPrimary.selected" | "colors.background.zoltarinaSecondary.default" | "colors.background.zoltarinaSecondary.selected" | "colors.background.heydPrimary.default" | "colors.background.heydPrimary.selected" | "colors.background.heydSecondary.default" | "colors.background.heydSecondary.selected" | "colors.background.static.whiteAlpha.bold" | "colors.background.static.whiteAlpha.default" | "colors.background.static.whiteAlpha.selected" | "colors.background.static.whiteAlpha.disabled" | "colors.background.static.blackAlpha.bold" | "colors.background.static.blackAlpha.default" | "colors.background.static.blackAlpha.selected" | "colors.background.static.blackAlpha.disabled" | "colors.background.heybeePrimary.default" | "colors.background.heybeePrimary.selected" | "colors.background.neutralInverse.default" | "colors.background.neutralInverse.selected" | "colors.background.neutralInverse.disabled" | "colors.surface.base" | "colors.surface.layer_1" | "colors.surface.layer_2" | "colors.shadow.overlay" | "colors.shadow.raised" | "colors.scrim.default" | "colors.skeleton.default" | "colors.skeleton.subtle" | "colors.border.neutral.default" | "colors.border.neutral.subtle" | "colors.border.neutral.disabled" | "colors.border.neuroidPrimary.default" | "colors.border.danger.default" | "colors.border.warning.default" | "colors.border.success.default" | "colors.border.informative.default" | "colors.border.zoltarinaPrimary.default" | "colors.border.heydPrimary.default" | "colors.border.heybeePrimary.default" | "shadows.raised" | "shadows.overlay" | "spacing.-1" | "spacing.-2" | "spacing.-3" | "spacing.-4" | "spacing.-5" | "spacing.-6" | "spacing.-7" | "spacing.-8" | "spacing.-9" | "spacing.-10" | "spacing.-11" | "spacing.-12" | "spacing.-14" | "spacing.-16" | "spacing.-20" | "spacing.-24" | "spacing.-28" | "spacing.-30" | "spacing.-32" | "spacing.-36" | "spacing.-40" | "spacing.-44" | "spacing.-48" | "spacing.-52" | "spacing.-56" | "spacing.-60" | "spacing.-64" | "spacing.-72" | "spacing.-80" | "spacing.-96" | "spacing.-98" | "spacing.-128" | "spacing.-160" | "spacing.-0.5" | "spacing.-1.5" | "spacing.-2.5" | "spacing.-3.5" | "spacing.-4.5" | "colors.colorPalette.0" | "colors.colorPalette.100" | "colors.colorPalette.200" | "colors.colorPalette.300" | "colors.colorPalette.400" | "colors.colorPalette.500" | "colors.colorPalette.600" | "colors.colorPalette.700" | "colors.colorPalette.800" | "colors.colorPalette.900" | "colors.colorPalette.1000" | "colors.colorPalette.1050" | "colors.colorPalette.1100" | "colors.colorPalette.1200" | "colors.colorPalette.700A" | "colors.colorPalette.600A" | "colors.colorPalette.500A" | "colors.colorPalette.400A" | "colors.colorPalette.300A" | "colors.colorPalette.200A" | "colors.colorPalette.100A" | "colors.colorPalette.neutral.bold" | "colors.colorPalette.bold" | "colors.colorPalette.neutral.default" | "colors.colorPalette.default" | "colors.colorPalette.neutral.subtle" | "colors.colorPalette.subtle" | "colors.colorPalette.neutral.subtlest" | "colors.colorPalette.subtlest" | "colors.colorPalette.neutral.disabled" | "colors.colorPalette.disabled" | "colors.colorPalette.neutral.default_inverse" | "colors.colorPalette.default_inverse" | "colors.colorPalette.neuroidPrimary.default" | "colors.colorPalette.neuroidPrimary.default_inverse" | "colors.colorPalette.danger.default" | "colors.colorPalette.warning.default" | "colors.colorPalette.success.default" | "colors.colorPalette.informative.default" | "colors.colorPalette.zoltarinaPrimary.default" | "colors.colorPalette.zoltarinaPrimary.default_inverse" | "colors.colorPalette.heydPrimary.default" | "colors.colorPalette.heydPrimary.default_inverse" | "colors.colorPalette.static.white.bold" | "colors.colorPalette.white.bold" | "colors.colorPalette.static.white.default" | "colors.colorPalette.white.default" | "colors.colorPalette.static.white.subtle" | "colors.colorPalette.white.subtle" | "colors.colorPalette.static.white.subtlest" | "colors.colorPalette.white.subtlest" | "colors.colorPalette.static.white.disabled" | "colors.colorPalette.white.disabled" | "colors.colorPalette.static.black.bold" | "colors.colorPalette.black.bold" | "colors.colorPalette.static.black.default" | "colors.colorPalette.black.default" | "colors.colorPalette.static.black.subtle" | "colors.colorPalette.black.subtle" | "colors.colorPalette.static.black.subtlest" | "colors.colorPalette.black.subtlest" | "colors.colorPalette.static.black.disabled" | "colors.colorPalette.black.disabled" | "colors.colorPalette.heybeePrimary.default" | "colors.colorPalette.heybeePrimary.default_inverse" | "colors.colorPalette.neutralInverse.bold" | "colors.colorPalette.neutralInverse.default" | "colors.colorPalette.neutralInverse.subtle" | "colors.colorPalette.neutralInverse.subtlest" | "colors.colorPalette.neutralInverse.disabled" | "colors.colorPalette.neutralInverse.default_inverse" | "colors.colorPalette.neutral.selected" | "colors.colorPalette.selected" | "colors.colorPalette.neuroidPrimary.selected" | "colors.colorPalette.neuroidSecondary.default" | "colors.colorPalette.neuroidSecondary.selected" | "colors.colorPalette.danger.selected" | "colors.colorPalette.warning.selected" | "colors.colorPalette.success.selected" | "colors.colorPalette.informative.selected" | "colors.colorPalette.zoltarinaPrimary.selected" | "colors.colorPalette.zoltarinaSecondary.default" | "colors.colorPalette.zoltarinaSecondary.selected" | "colors.colorPalette.heydPrimary.selected" | "colors.colorPalette.heydSecondary.default" | "colors.colorPalette.heydSecondary.selected" | "colors.colorPalette.static.whiteAlpha.bold" | "colors.colorPalette.whiteAlpha.bold" | "colors.colorPalette.static.whiteAlpha.default" | "colors.colorPalette.whiteAlpha.default" | "colors.colorPalette.static.whiteAlpha.selected" | "colors.colorPalette.whiteAlpha.selected" | "colors.colorPalette.static.whiteAlpha.disabled" | "colors.colorPalette.whiteAlpha.disabled" | "colors.colorPalette.static.blackAlpha.bold" | "colors.colorPalette.blackAlpha.bold" | "colors.colorPalette.static.blackAlpha.default" | "colors.colorPalette.blackAlpha.default" | "colors.colorPalette.static.blackAlpha.selected" | "colors.colorPalette.blackAlpha.selected" | "colors.colorPalette.static.blackAlpha.disabled" | "colors.colorPalette.blackAlpha.disabled" | "colors.colorPalette.heybeePrimary.selected" | "colors.colorPalette.neutralInverse.selected" | "colors.colorPalette.base" | "colors.colorPalette.layer_1" | "colors.colorPalette.layer_2" | "colors.colorPalette.overlay" | "colors.colorPalette.raised"
|
|
2
|
+
export type Token = "animations.backdrop-in" | "animations.backdrop-out" | "animations.dialog-in" | "animations.dialog-out" | "animations.drawer-in-left" | "animations.drawer-out-left" | "animations.drawer-in-right" | "animations.drawer-out-right" | "animations.skeleton-pulse" | "animations.fade-in" | "animations.fade-out" | "animations.collapse-in" | "animations.collapse-out" | "animations.spin" | "blurs.sm" | "blurs.base" | "blurs.md" | "blurs.lg" | "blurs.xl" | "blurs.2xl" | "blurs.3xl" | "borders.none" | "durations.fastest" | "durations.faster" | "durations.fast" | "durations.normal" | "durations.slow" | "durations.slower" | "durations.slowest" | "easings.pulse" | "easings.default" | "easings.emphasized-in" | "easings.emphasized-out" | "sizes.0" | "sizes.1" | "sizes.2" | "sizes.3" | "sizes.4" | "sizes.5" | "sizes.6" | "sizes.7" | "sizes.8" | "sizes.9" | "sizes.10" | "sizes.11" | "sizes.12" | "sizes.14" | "sizes.16" | "sizes.20" | "sizes.24" | "sizes.28" | "sizes.32" | "sizes.36" | "sizes.40" | "sizes.44" | "sizes.48" | "sizes.52" | "sizes.56" | "sizes.60" | "sizes.64" | "sizes.72" | "sizes.80" | "sizes.96" | "sizes.0.5" | "sizes.1.5" | "sizes.2.5" | "sizes.3.5" | "sizes.4.5" | "sizes.2xs" | "sizes.xs" | "sizes.sm" | "sizes.md" | "sizes.lg" | "sizes.xl" | "sizes.2xl" | "sizes.3xl" | "sizes.4xl" | "sizes.5xl" | "sizes.6xl" | "sizes.7xl" | "sizes.8xl" | "sizes.full" | "sizes.min" | "sizes.max" | "sizes.fit" | "sizes.breakpoint-xs" | "sizes.breakpoint-sm" | "sizes.breakpoint-md" | "sizes.breakpoint-lg" | "sizes.breakpoint-xl" | "sizes.breakpoint-2xl" | "zIndex.hide" | "zIndex.base" | "zIndex.docked" | "zIndex.dropdown" | "zIndex.sticky" | "zIndex.banner" | "zIndex.overlay" | "zIndex.modal" | "zIndex.popover" | "zIndex.skipLink" | "zIndex.toast" | "zIndex.tooltip" | "colors.neutral.0" | "colors.neutral.100" | "colors.neutral.200" | "colors.neutral.300" | "colors.neutral.400" | "colors.neutral.500" | "colors.neutral.600" | "colors.neutral.700" | "colors.neutral.800" | "colors.neutral.900" | "colors.neutral.1000" | "colors.neutral.1050" | "colors.neutral.1100" | "colors.neutral.1200" | "colors.black.700A" | "colors.black.600A" | "colors.black.500A" | "colors.black.400A" | "colors.black.300A" | "colors.black.200A" | "colors.black.100A" | "colors.white.1000A" | "colors.white.900A" | "colors.white.800A" | "colors.white.700A" | "colors.white.600A" | "colors.white.500A" | "colors.white.400A" | "colors.white.300A" | "colors.white.200A" | "colors.white.100A" | "colors.red.100" | "colors.red.200" | "colors.red.300" | "colors.red.400" | "colors.red.500" | "colors.red.600" | "colors.red.700" | "colors.red.800" | "colors.red.900" | "colors.red.1000" | "colors.orange.100" | "colors.orange.200" | "colors.orange.300" | "colors.orange.400" | "colors.orange.500" | "colors.orange.600" | "colors.orange.700" | "colors.orange.800" | "colors.orange.900" | "colors.orange.1000" | "colors.blue.100" | "colors.blue.200" | "colors.blue.300" | "colors.blue.400" | "colors.blue.500" | "colors.blue.600" | "colors.blue.700" | "colors.blue.800" | "colors.blue.900" | "colors.blue.1000" | "colors.green.100" | "colors.green.200" | "colors.green.300" | "colors.green.400" | "colors.green.500" | "colors.green.600" | "colors.green.700" | "colors.green.800" | "colors.green.900" | "colors.green.1000" | "colors.purple.100" | "colors.purple.200" | "colors.purple.300" | "colors.purple.400" | "colors.purple.500" | "colors.purple.600" | "colors.purple.700" | "colors.purple.800" | "colors.purple.900" | "colors.purple.1000" | "colors.ohre.100" | "colors.ohre.200" | "colors.ohre.300" | "colors.ohre.400" | "colors.ohre.500" | "colors.ohre.600" | "colors.ohre.700" | "colors.ohre.800" | "colors.ohre.900" | "colors.ohre.1000" | "colors.cyan.100" | "colors.cyan.200" | "colors.cyan.300" | "colors.cyan.400" | "colors.cyan.500" | "colors.cyan.600" | "colors.cyan.700" | "colors.cyan.800" | "colors.cyan.900" | "colors.cyan.1000" | "colors.yellow.100" | "colors.yellow.200" | "colors.yellow.300" | "colors.yellow.400" | "colors.yellow.500" | "colors.yellow.600" | "colors.yellow.700" | "colors.yellow.800" | "colors.yellow.900" | "colors.yellow.1000" | "colors.v3.blue" | "borderWidths.none" | "borderWidths.sm" | "borderWidths.md" | "borderWidths.lg" | "spacing.0" | "spacing.1" | "spacing.2" | "spacing.3" | "spacing.4" | "spacing.5" | "spacing.6" | "spacing.7" | "spacing.8" | "spacing.9" | "spacing.10" | "spacing.11" | "spacing.12" | "spacing.14" | "spacing.16" | "spacing.20" | "spacing.24" | "spacing.28" | "spacing.30" | "spacing.32" | "spacing.36" | "spacing.40" | "spacing.44" | "spacing.48" | "spacing.52" | "spacing.56" | "spacing.60" | "spacing.64" | "spacing.72" | "spacing.80" | "spacing.96" | "spacing.98" | "spacing.128" | "spacing.160" | "spacing.0.5" | "spacing.1.5" | "spacing.2.5" | "spacing.3.5" | "spacing.4.5" | "radii.none" | "radii.xs" | "radii.sm" | "radii.md" | "radii.lg" | "radii.full" | "fontSizes.xs" | "fontSizes.sm" | "fontSizes.md" | "fontSizes.lg" | "fontSizes.xl" | "fontSizes.2xl" | "fontSizes.3xl" | "fontSizes.4xl" | "letterSpacings.xs" | "letterSpacings.sm" | "letterSpacings.md" | "letterSpacings.lg" | "letterSpacings.xl" | "letterSpacings.2xl" | "letterSpacings.3xl" | "lineHeights.md" | "lineHeights.lg" | "lineHeights.xl" | "lineHeights.2xl" | "lineHeights.3xl" | "lineHeights.4xl" | "lineHeights.5xl" | "fontWeights.regular" | "fontWeights.medium" | "fontWeights.semibold" | "fontWeights.bold" | "fonts.freeman" | "fonts.dmSans" | "fonts.pretendard" | "fonts.notoSans" | "fonts.inter" | "breakpoints.xs" | "breakpoints.sm" | "breakpoints.md" | "breakpoints.lg" | "breakpoints.xl" | "breakpoints.2xl" | "colors.content.neutral.bold" | "colors.content.neutral.default" | "colors.content.neutral.subtle" | "colors.content.neutral.subtlest" | "colors.content.neutral.disabled" | "colors.content.neutral.default_inverse" | "colors.content.neuroidPrimary.default" | "colors.content.neuroidPrimary.default_inverse" | "colors.content.danger.default" | "colors.content.warning.default" | "colors.content.success.default" | "colors.content.informative.default" | "colors.content.zoltarinaPrimary.default" | "colors.content.zoltarinaPrimary.default_inverse" | "colors.content.heydPrimary.default" | "colors.content.heydPrimary.default_inverse" | "colors.content.static.white.bold" | "colors.content.static.white.default" | "colors.content.static.white.subtle" | "colors.content.static.white.subtlest" | "colors.content.static.white.disabled" | "colors.content.static.black.bold" | "colors.content.static.black.default" | "colors.content.static.black.subtle" | "colors.content.static.black.subtlest" | "colors.content.static.black.disabled" | "colors.content.heybeePrimary.default" | "colors.content.heybeePrimary.default_inverse" | "colors.content.neutralInverse.bold" | "colors.content.neutralInverse.default" | "colors.content.neutralInverse.subtle" | "colors.content.neutralInverse.subtlest" | "colors.content.neutralInverse.disabled" | "colors.content.neutralInverse.default_inverse" | "colors.background.neutral.default" | "colors.background.neutral.selected" | "colors.background.neutral.disabled" | "colors.background.neuroidPrimary.default" | "colors.background.neuroidPrimary.selected" | "colors.background.neuroidSecondary.default" | "colors.background.neuroidSecondary.selected" | "colors.background.danger.default" | "colors.background.danger.selected" | "colors.background.warning.default" | "colors.background.warning.selected" | "colors.background.success.default" | "colors.background.success.selected" | "colors.background.informative.default" | "colors.background.informative.selected" | "colors.background.zoltarinaPrimary.default" | "colors.background.zoltarinaPrimary.selected" | "colors.background.zoltarinaSecondary.default" | "colors.background.zoltarinaSecondary.selected" | "colors.background.heydPrimary.default" | "colors.background.heydPrimary.selected" | "colors.background.heydSecondary.default" | "colors.background.heydSecondary.selected" | "colors.background.static.whiteAlpha.bold" | "colors.background.static.whiteAlpha.default" | "colors.background.static.whiteAlpha.selected" | "colors.background.static.whiteAlpha.disabled" | "colors.background.static.blackAlpha.bold" | "colors.background.static.blackAlpha.default" | "colors.background.static.blackAlpha.selected" | "colors.background.static.blackAlpha.disabled" | "colors.background.heybeePrimary.default" | "colors.background.heybeePrimary.selected" | "colors.background.neutralInverse.default" | "colors.background.neutralInverse.selected" | "colors.background.neutralInverse.disabled" | "colors.surface.base" | "colors.surface.layer_1" | "colors.surface.layer_2" | "colors.shadow.overlay" | "colors.shadow.raised" | "colors.scrim.default" | "colors.skeleton.default" | "colors.skeleton.subtle" | "colors.border.neutral.default" | "colors.border.neutral.subtle" | "colors.border.neutral.disabled" | "colors.border.neuroidPrimary.default" | "colors.border.danger.default" | "colors.border.warning.default" | "colors.border.success.default" | "colors.border.informative.default" | "colors.border.zoltarinaPrimary.default" | "colors.border.heydPrimary.default" | "colors.border.heybeePrimary.default" | "shadows.raised" | "shadows.overlay" | "spacing.-1" | "spacing.-2" | "spacing.-3" | "spacing.-4" | "spacing.-5" | "spacing.-6" | "spacing.-7" | "spacing.-8" | "spacing.-9" | "spacing.-10" | "spacing.-11" | "spacing.-12" | "spacing.-14" | "spacing.-16" | "spacing.-20" | "spacing.-24" | "spacing.-28" | "spacing.-30" | "spacing.-32" | "spacing.-36" | "spacing.-40" | "spacing.-44" | "spacing.-48" | "spacing.-52" | "spacing.-56" | "spacing.-60" | "spacing.-64" | "spacing.-72" | "spacing.-80" | "spacing.-96" | "spacing.-98" | "spacing.-128" | "spacing.-160" | "spacing.-0.5" | "spacing.-1.5" | "spacing.-2.5" | "spacing.-3.5" | "spacing.-4.5" | "colors.colorPalette.0" | "colors.colorPalette.100" | "colors.colorPalette.200" | "colors.colorPalette.300" | "colors.colorPalette.400" | "colors.colorPalette.500" | "colors.colorPalette.600" | "colors.colorPalette.700" | "colors.colorPalette.800" | "colors.colorPalette.900" | "colors.colorPalette.1000" | "colors.colorPalette.1050" | "colors.colorPalette.1100" | "colors.colorPalette.1200" | "colors.colorPalette.700A" | "colors.colorPalette.600A" | "colors.colorPalette.500A" | "colors.colorPalette.400A" | "colors.colorPalette.300A" | "colors.colorPalette.200A" | "colors.colorPalette.100A" | "colors.colorPalette.1000A" | "colors.colorPalette.900A" | "colors.colorPalette.800A" | "colors.colorPalette.blue" | "colors.colorPalette.neutral.bold" | "colors.colorPalette.bold" | "colors.colorPalette.neutral.default" | "colors.colorPalette.default" | "colors.colorPalette.neutral.subtle" | "colors.colorPalette.subtle" | "colors.colorPalette.neutral.subtlest" | "colors.colorPalette.subtlest" | "colors.colorPalette.neutral.disabled" | "colors.colorPalette.disabled" | "colors.colorPalette.neutral.default_inverse" | "colors.colorPalette.default_inverse" | "colors.colorPalette.neuroidPrimary.default" | "colors.colorPalette.neuroidPrimary.default_inverse" | "colors.colorPalette.danger.default" | "colors.colorPalette.warning.default" | "colors.colorPalette.success.default" | "colors.colorPalette.informative.default" | "colors.colorPalette.zoltarinaPrimary.default" | "colors.colorPalette.zoltarinaPrimary.default_inverse" | "colors.colorPalette.heydPrimary.default" | "colors.colorPalette.heydPrimary.default_inverse" | "colors.colorPalette.static.white.bold" | "colors.colorPalette.white.bold" | "colors.colorPalette.static.white.default" | "colors.colorPalette.white.default" | "colors.colorPalette.static.white.subtle" | "colors.colorPalette.white.subtle" | "colors.colorPalette.static.white.subtlest" | "colors.colorPalette.white.subtlest" | "colors.colorPalette.static.white.disabled" | "colors.colorPalette.white.disabled" | "colors.colorPalette.static.black.bold" | "colors.colorPalette.black.bold" | "colors.colorPalette.static.black.default" | "colors.colorPalette.black.default" | "colors.colorPalette.static.black.subtle" | "colors.colorPalette.black.subtle" | "colors.colorPalette.static.black.subtlest" | "colors.colorPalette.black.subtlest" | "colors.colorPalette.static.black.disabled" | "colors.colorPalette.black.disabled" | "colors.colorPalette.heybeePrimary.default" | "colors.colorPalette.heybeePrimary.default_inverse" | "colors.colorPalette.neutralInverse.bold" | "colors.colorPalette.neutralInverse.default" | "colors.colorPalette.neutralInverse.subtle" | "colors.colorPalette.neutralInverse.subtlest" | "colors.colorPalette.neutralInverse.disabled" | "colors.colorPalette.neutralInverse.default_inverse" | "colors.colorPalette.neutral.selected" | "colors.colorPalette.selected" | "colors.colorPalette.neuroidPrimary.selected" | "colors.colorPalette.neuroidSecondary.default" | "colors.colorPalette.neuroidSecondary.selected" | "colors.colorPalette.danger.selected" | "colors.colorPalette.warning.selected" | "colors.colorPalette.success.selected" | "colors.colorPalette.informative.selected" | "colors.colorPalette.zoltarinaPrimary.selected" | "colors.colorPalette.zoltarinaSecondary.default" | "colors.colorPalette.zoltarinaSecondary.selected" | "colors.colorPalette.heydPrimary.selected" | "colors.colorPalette.heydSecondary.default" | "colors.colorPalette.heydSecondary.selected" | "colors.colorPalette.static.whiteAlpha.bold" | "colors.colorPalette.whiteAlpha.bold" | "colors.colorPalette.static.whiteAlpha.default" | "colors.colorPalette.whiteAlpha.default" | "colors.colorPalette.static.whiteAlpha.selected" | "colors.colorPalette.whiteAlpha.selected" | "colors.colorPalette.static.whiteAlpha.disabled" | "colors.colorPalette.whiteAlpha.disabled" | "colors.colorPalette.static.blackAlpha.bold" | "colors.colorPalette.blackAlpha.bold" | "colors.colorPalette.static.blackAlpha.default" | "colors.colorPalette.blackAlpha.default" | "colors.colorPalette.static.blackAlpha.selected" | "colors.colorPalette.blackAlpha.selected" | "colors.colorPalette.static.blackAlpha.disabled" | "colors.colorPalette.blackAlpha.disabled" | "colors.colorPalette.heybeePrimary.selected" | "colors.colorPalette.neutralInverse.selected" | "colors.colorPalette.base" | "colors.colorPalette.layer_1" | "colors.colorPalette.layer_2" | "colors.colorPalette.overlay" | "colors.colorPalette.raised"
|
|
3
3
|
|
|
4
|
-
export type ColorPalette = "neutral" | "black" | "white" | "red" | "orange" | "blue" | "green" | "purple" | "ohre" | "cyan" | "yellow" | "content" | "content.neutral" | "content.neuroidPrimary" | "content.danger" | "content.warning" | "content.success" | "content.informative" | "content.zoltarinaPrimary" | "content.heydPrimary" | "content.static" | "content.static.white" | "content.static.black" | "content.heybeePrimary" | "content.neutralInverse" | "background" | "background.neutral" | "background.neuroidPrimary" | "background.neuroidSecondary" | "background.danger" | "background.warning" | "background.success" | "background.informative" | "background.zoltarinaPrimary" | "background.zoltarinaSecondary" | "background.heydPrimary" | "background.heydSecondary" | "background.static" | "background.static.whiteAlpha" | "background.static.blackAlpha" | "background.heybeePrimary" | "background.neutralInverse" | "surface" | "shadow" | "scrim" | "skeleton" | "border" | "border.neutral" | "border.neuroidPrimary" | "border.danger" | "border.warning" | "border.success" | "border.informative" | "border.zoltarinaPrimary" | "border.heydPrimary" | "border.heybeePrimary"
|
|
4
|
+
export type ColorPalette = "neutral" | "black" | "white" | "red" | "orange" | "blue" | "green" | "purple" | "ohre" | "cyan" | "yellow" | "v3" | "content" | "content.neutral" | "content.neuroidPrimary" | "content.danger" | "content.warning" | "content.success" | "content.informative" | "content.zoltarinaPrimary" | "content.heydPrimary" | "content.static" | "content.static.white" | "content.static.black" | "content.heybeePrimary" | "content.neutralInverse" | "background" | "background.neutral" | "background.neuroidPrimary" | "background.neuroidSecondary" | "background.danger" | "background.warning" | "background.success" | "background.informative" | "background.zoltarinaPrimary" | "background.zoltarinaSecondary" | "background.heydPrimary" | "background.heydSecondary" | "background.static" | "background.static.whiteAlpha" | "background.static.blackAlpha" | "background.heybeePrimary" | "background.neutralInverse" | "surface" | "shadow" | "scrim" | "skeleton" | "border" | "border.neutral" | "border.neuroidPrimary" | "border.danger" | "border.warning" | "border.success" | "border.informative" | "border.zoltarinaPrimary" | "border.heydPrimary" | "border.heybeePrimary"
|
|
5
5
|
|
|
6
6
|
export type AnimationToken = "backdrop-in" | "backdrop-out" | "dialog-in" | "dialog-out" | "drawer-in-left" | "drawer-out-left" | "drawer-in-right" | "drawer-out-right" | "skeleton-pulse" | "fade-in" | "fade-out" | "collapse-in" | "collapse-out" | "spin"
|
|
7
7
|
|
|
@@ -17,7 +17,7 @@ export type SizeToken = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9
|
|
|
17
17
|
|
|
18
18
|
export type ZIndexToken = "hide" | "base" | "docked" | "dropdown" | "sticky" | "banner" | "overlay" | "modal" | "popover" | "skipLink" | "toast" | "tooltip"
|
|
19
19
|
|
|
20
|
-
export type ColorToken = "neutral.0" | "neutral.100" | "neutral.200" | "neutral.300" | "neutral.400" | "neutral.500" | "neutral.600" | "neutral.700" | "neutral.800" | "neutral.900" | "neutral.1000" | "neutral.1050" | "neutral.1100" | "neutral.1200" | "black.700A" | "black.600A" | "black.500A" | "black.400A" | "black.300A" | "black.200A" | "black.100A" | "white.700A" | "white.600A" | "white.500A" | "white.400A" | "white.300A" | "white.200A" | "white.100A" | "red.100" | "red.200" | "red.300" | "red.400" | "red.500" | "red.600" | "red.700" | "red.800" | "red.900" | "red.1000" | "orange.100" | "orange.200" | "orange.300" | "orange.400" | "orange.500" | "orange.600" | "orange.700" | "orange.800" | "orange.900" | "orange.1000" | "blue.100" | "blue.200" | "blue.300" | "blue.400" | "blue.500" | "blue.600" | "blue.700" | "blue.800" | "blue.900" | "blue.1000" | "green.100" | "green.200" | "green.300" | "green.400" | "green.500" | "green.600" | "green.700" | "green.800" | "green.900" | "green.1000" | "purple.100" | "purple.200" | "purple.300" | "purple.400" | "purple.500" | "purple.600" | "purple.700" | "purple.800" | "purple.900" | "purple.1000" | "ohre.100" | "ohre.200" | "ohre.300" | "ohre.400" | "ohre.500" | "ohre.600" | "ohre.700" | "ohre.800" | "ohre.900" | "ohre.1000" | "cyan.100" | "cyan.200" | "cyan.300" | "cyan.400" | "cyan.500" | "cyan.600" | "cyan.700" | "cyan.800" | "cyan.900" | "cyan.1000" | "yellow.100" | "yellow.200" | "yellow.300" | "yellow.400" | "yellow.500" | "yellow.600" | "yellow.700" | "yellow.800" | "yellow.900" | "yellow.1000" | "content.neutral.bold" | "content.neutral.default" | "content.neutral.subtle" | "content.neutral.subtlest" | "content.neutral.disabled" | "content.neutral.default_inverse" | "content.neuroidPrimary.default" | "content.neuroidPrimary.default_inverse" | "content.danger.default" | "content.warning.default" | "content.success.default" | "content.informative.default" | "content.zoltarinaPrimary.default" | "content.zoltarinaPrimary.default_inverse" | "content.heydPrimary.default" | "content.heydPrimary.default_inverse" | "content.static.white.bold" | "content.static.white.default" | "content.static.white.subtle" | "content.static.white.subtlest" | "content.static.white.disabled" | "content.static.black.bold" | "content.static.black.default" | "content.static.black.subtle" | "content.static.black.subtlest" | "content.static.black.disabled" | "content.heybeePrimary.default" | "content.heybeePrimary.default_inverse" | "content.neutralInverse.bold" | "content.neutralInverse.default" | "content.neutralInverse.subtle" | "content.neutralInverse.subtlest" | "content.neutralInverse.disabled" | "content.neutralInverse.default_inverse" | "background.neutral.default" | "background.neutral.selected" | "background.neutral.disabled" | "background.neuroidPrimary.default" | "background.neuroidPrimary.selected" | "background.neuroidSecondary.default" | "background.neuroidSecondary.selected" | "background.danger.default" | "background.danger.selected" | "background.warning.default" | "background.warning.selected" | "background.success.default" | "background.success.selected" | "background.informative.default" | "background.informative.selected" | "background.zoltarinaPrimary.default" | "background.zoltarinaPrimary.selected" | "background.zoltarinaSecondary.default" | "background.zoltarinaSecondary.selected" | "background.heydPrimary.default" | "background.heydPrimary.selected" | "background.heydSecondary.default" | "background.heydSecondary.selected" | "background.static.whiteAlpha.bold" | "background.static.whiteAlpha.default" | "background.static.whiteAlpha.selected" | "background.static.whiteAlpha.disabled" | "background.static.blackAlpha.bold" | "background.static.blackAlpha.default" | "background.static.blackAlpha.selected" | "background.static.blackAlpha.disabled" | "background.heybeePrimary.default" | "background.heybeePrimary.selected" | "background.neutralInverse.default" | "background.neutralInverse.selected" | "background.neutralInverse.disabled" | "surface.base" | "surface.layer_1" | "surface.layer_2" | "shadow.overlay" | "shadow.raised" | "scrim.default" | "skeleton.default" | "skeleton.subtle" | "border.neutral.default" | "border.neutral.subtle" | "border.neutral.disabled" | "border.neuroidPrimary.default" | "border.danger.default" | "border.warning.default" | "border.success.default" | "border.informative.default" | "border.zoltarinaPrimary.default" | "border.heydPrimary.default" | "border.heybeePrimary.default" | "colorPalette.0" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.1000" | "colorPalette.1050" | "colorPalette.1100" | "colorPalette.1200" | "colorPalette.700A" | "colorPalette.600A" | "colorPalette.500A" | "colorPalette.400A" | "colorPalette.300A" | "colorPalette.200A" | "colorPalette.100A" | "colorPalette.neutral.bold" | "colorPalette.bold" | "colorPalette.neutral.default" | "colorPalette.default" | "colorPalette.neutral.subtle" | "colorPalette.subtle" | "colorPalette.neutral.subtlest" | "colorPalette.subtlest" | "colorPalette.neutral.disabled" | "colorPalette.disabled" | "colorPalette.neutral.default_inverse" | "colorPalette.default_inverse" | "colorPalette.neuroidPrimary.default" | "colorPalette.neuroidPrimary.default_inverse" | "colorPalette.danger.default" | "colorPalette.warning.default" | "colorPalette.success.default" | "colorPalette.informative.default" | "colorPalette.zoltarinaPrimary.default" | "colorPalette.zoltarinaPrimary.default_inverse" | "colorPalette.heydPrimary.default" | "colorPalette.heydPrimary.default_inverse" | "colorPalette.static.white.bold" | "colorPalette.white.bold" | "colorPalette.static.white.default" | "colorPalette.white.default" | "colorPalette.static.white.subtle" | "colorPalette.white.subtle" | "colorPalette.static.white.subtlest" | "colorPalette.white.subtlest" | "colorPalette.static.white.disabled" | "colorPalette.white.disabled" | "colorPalette.static.black.bold" | "colorPalette.black.bold" | "colorPalette.static.black.default" | "colorPalette.black.default" | "colorPalette.static.black.subtle" | "colorPalette.black.subtle" | "colorPalette.static.black.subtlest" | "colorPalette.black.subtlest" | "colorPalette.static.black.disabled" | "colorPalette.black.disabled" | "colorPalette.heybeePrimary.default" | "colorPalette.heybeePrimary.default_inverse" | "colorPalette.neutralInverse.bold" | "colorPalette.neutralInverse.default" | "colorPalette.neutralInverse.subtle" | "colorPalette.neutralInverse.subtlest" | "colorPalette.neutralInverse.disabled" | "colorPalette.neutralInverse.default_inverse" | "colorPalette.neutral.selected" | "colorPalette.selected" | "colorPalette.neuroidPrimary.selected" | "colorPalette.neuroidSecondary.default" | "colorPalette.neuroidSecondary.selected" | "colorPalette.danger.selected" | "colorPalette.warning.selected" | "colorPalette.success.selected" | "colorPalette.informative.selected" | "colorPalette.zoltarinaPrimary.selected" | "colorPalette.zoltarinaSecondary.default" | "colorPalette.zoltarinaSecondary.selected" | "colorPalette.heydPrimary.selected" | "colorPalette.heydSecondary.default" | "colorPalette.heydSecondary.selected" | "colorPalette.static.whiteAlpha.bold" | "colorPalette.whiteAlpha.bold" | "colorPalette.static.whiteAlpha.default" | "colorPalette.whiteAlpha.default" | "colorPalette.static.whiteAlpha.selected" | "colorPalette.whiteAlpha.selected" | "colorPalette.static.whiteAlpha.disabled" | "colorPalette.whiteAlpha.disabled" | "colorPalette.static.blackAlpha.bold" | "colorPalette.blackAlpha.bold" | "colorPalette.static.blackAlpha.default" | "colorPalette.blackAlpha.default" | "colorPalette.static.blackAlpha.selected" | "colorPalette.blackAlpha.selected" | "colorPalette.static.blackAlpha.disabled" | "colorPalette.blackAlpha.disabled" | "colorPalette.heybeePrimary.selected" | "colorPalette.neutralInverse.selected" | "colorPalette.base" | "colorPalette.layer_1" | "colorPalette.layer_2" | "colorPalette.overlay" | "colorPalette.raised"
|
|
20
|
+
export type ColorToken = "neutral.0" | "neutral.100" | "neutral.200" | "neutral.300" | "neutral.400" | "neutral.500" | "neutral.600" | "neutral.700" | "neutral.800" | "neutral.900" | "neutral.1000" | "neutral.1050" | "neutral.1100" | "neutral.1200" | "black.700A" | "black.600A" | "black.500A" | "black.400A" | "black.300A" | "black.200A" | "black.100A" | "white.1000A" | "white.900A" | "white.800A" | "white.700A" | "white.600A" | "white.500A" | "white.400A" | "white.300A" | "white.200A" | "white.100A" | "red.100" | "red.200" | "red.300" | "red.400" | "red.500" | "red.600" | "red.700" | "red.800" | "red.900" | "red.1000" | "orange.100" | "orange.200" | "orange.300" | "orange.400" | "orange.500" | "orange.600" | "orange.700" | "orange.800" | "orange.900" | "orange.1000" | "blue.100" | "blue.200" | "blue.300" | "blue.400" | "blue.500" | "blue.600" | "blue.700" | "blue.800" | "blue.900" | "blue.1000" | "green.100" | "green.200" | "green.300" | "green.400" | "green.500" | "green.600" | "green.700" | "green.800" | "green.900" | "green.1000" | "purple.100" | "purple.200" | "purple.300" | "purple.400" | "purple.500" | "purple.600" | "purple.700" | "purple.800" | "purple.900" | "purple.1000" | "ohre.100" | "ohre.200" | "ohre.300" | "ohre.400" | "ohre.500" | "ohre.600" | "ohre.700" | "ohre.800" | "ohre.900" | "ohre.1000" | "cyan.100" | "cyan.200" | "cyan.300" | "cyan.400" | "cyan.500" | "cyan.600" | "cyan.700" | "cyan.800" | "cyan.900" | "cyan.1000" | "yellow.100" | "yellow.200" | "yellow.300" | "yellow.400" | "yellow.500" | "yellow.600" | "yellow.700" | "yellow.800" | "yellow.900" | "yellow.1000" | "v3.blue" | "content.neutral.bold" | "content.neutral.default" | "content.neutral.subtle" | "content.neutral.subtlest" | "content.neutral.disabled" | "content.neutral.default_inverse" | "content.neuroidPrimary.default" | "content.neuroidPrimary.default_inverse" | "content.danger.default" | "content.warning.default" | "content.success.default" | "content.informative.default" | "content.zoltarinaPrimary.default" | "content.zoltarinaPrimary.default_inverse" | "content.heydPrimary.default" | "content.heydPrimary.default_inverse" | "content.static.white.bold" | "content.static.white.default" | "content.static.white.subtle" | "content.static.white.subtlest" | "content.static.white.disabled" | "content.static.black.bold" | "content.static.black.default" | "content.static.black.subtle" | "content.static.black.subtlest" | "content.static.black.disabled" | "content.heybeePrimary.default" | "content.heybeePrimary.default_inverse" | "content.neutralInverse.bold" | "content.neutralInverse.default" | "content.neutralInverse.subtle" | "content.neutralInverse.subtlest" | "content.neutralInverse.disabled" | "content.neutralInverse.default_inverse" | "background.neutral.default" | "background.neutral.selected" | "background.neutral.disabled" | "background.neuroidPrimary.default" | "background.neuroidPrimary.selected" | "background.neuroidSecondary.default" | "background.neuroidSecondary.selected" | "background.danger.default" | "background.danger.selected" | "background.warning.default" | "background.warning.selected" | "background.success.default" | "background.success.selected" | "background.informative.default" | "background.informative.selected" | "background.zoltarinaPrimary.default" | "background.zoltarinaPrimary.selected" | "background.zoltarinaSecondary.default" | "background.zoltarinaSecondary.selected" | "background.heydPrimary.default" | "background.heydPrimary.selected" | "background.heydSecondary.default" | "background.heydSecondary.selected" | "background.static.whiteAlpha.bold" | "background.static.whiteAlpha.default" | "background.static.whiteAlpha.selected" | "background.static.whiteAlpha.disabled" | "background.static.blackAlpha.bold" | "background.static.blackAlpha.default" | "background.static.blackAlpha.selected" | "background.static.blackAlpha.disabled" | "background.heybeePrimary.default" | "background.heybeePrimary.selected" | "background.neutralInverse.default" | "background.neutralInverse.selected" | "background.neutralInverse.disabled" | "surface.base" | "surface.layer_1" | "surface.layer_2" | "shadow.overlay" | "shadow.raised" | "scrim.default" | "skeleton.default" | "skeleton.subtle" | "border.neutral.default" | "border.neutral.subtle" | "border.neutral.disabled" | "border.neuroidPrimary.default" | "border.danger.default" | "border.warning.default" | "border.success.default" | "border.informative.default" | "border.zoltarinaPrimary.default" | "border.heydPrimary.default" | "border.heybeePrimary.default" | "colorPalette.0" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.1000" | "colorPalette.1050" | "colorPalette.1100" | "colorPalette.1200" | "colorPalette.700A" | "colorPalette.600A" | "colorPalette.500A" | "colorPalette.400A" | "colorPalette.300A" | "colorPalette.200A" | "colorPalette.100A" | "colorPalette.1000A" | "colorPalette.900A" | "colorPalette.800A" | "colorPalette.blue" | "colorPalette.neutral.bold" | "colorPalette.bold" | "colorPalette.neutral.default" | "colorPalette.default" | "colorPalette.neutral.subtle" | "colorPalette.subtle" | "colorPalette.neutral.subtlest" | "colorPalette.subtlest" | "colorPalette.neutral.disabled" | "colorPalette.disabled" | "colorPalette.neutral.default_inverse" | "colorPalette.default_inverse" | "colorPalette.neuroidPrimary.default" | "colorPalette.neuroidPrimary.default_inverse" | "colorPalette.danger.default" | "colorPalette.warning.default" | "colorPalette.success.default" | "colorPalette.informative.default" | "colorPalette.zoltarinaPrimary.default" | "colorPalette.zoltarinaPrimary.default_inverse" | "colorPalette.heydPrimary.default" | "colorPalette.heydPrimary.default_inverse" | "colorPalette.static.white.bold" | "colorPalette.white.bold" | "colorPalette.static.white.default" | "colorPalette.white.default" | "colorPalette.static.white.subtle" | "colorPalette.white.subtle" | "colorPalette.static.white.subtlest" | "colorPalette.white.subtlest" | "colorPalette.static.white.disabled" | "colorPalette.white.disabled" | "colorPalette.static.black.bold" | "colorPalette.black.bold" | "colorPalette.static.black.default" | "colorPalette.black.default" | "colorPalette.static.black.subtle" | "colorPalette.black.subtle" | "colorPalette.static.black.subtlest" | "colorPalette.black.subtlest" | "colorPalette.static.black.disabled" | "colorPalette.black.disabled" | "colorPalette.heybeePrimary.default" | "colorPalette.heybeePrimary.default_inverse" | "colorPalette.neutralInverse.bold" | "colorPalette.neutralInverse.default" | "colorPalette.neutralInverse.subtle" | "colorPalette.neutralInverse.subtlest" | "colorPalette.neutralInverse.disabled" | "colorPalette.neutralInverse.default_inverse" | "colorPalette.neutral.selected" | "colorPalette.selected" | "colorPalette.neuroidPrimary.selected" | "colorPalette.neuroidSecondary.default" | "colorPalette.neuroidSecondary.selected" | "colorPalette.danger.selected" | "colorPalette.warning.selected" | "colorPalette.success.selected" | "colorPalette.informative.selected" | "colorPalette.zoltarinaPrimary.selected" | "colorPalette.zoltarinaSecondary.default" | "colorPalette.zoltarinaSecondary.selected" | "colorPalette.heydPrimary.selected" | "colorPalette.heydSecondary.default" | "colorPalette.heydSecondary.selected" | "colorPalette.static.whiteAlpha.bold" | "colorPalette.whiteAlpha.bold" | "colorPalette.static.whiteAlpha.default" | "colorPalette.whiteAlpha.default" | "colorPalette.static.whiteAlpha.selected" | "colorPalette.whiteAlpha.selected" | "colorPalette.static.whiteAlpha.disabled" | "colorPalette.whiteAlpha.disabled" | "colorPalette.static.blackAlpha.bold" | "colorPalette.blackAlpha.bold" | "colorPalette.static.blackAlpha.default" | "colorPalette.blackAlpha.default" | "colorPalette.static.blackAlpha.selected" | "colorPalette.blackAlpha.selected" | "colorPalette.static.blackAlpha.disabled" | "colorPalette.blackAlpha.disabled" | "colorPalette.heybeePrimary.selected" | "colorPalette.neutralInverse.selected" | "colorPalette.base" | "colorPalette.layer_1" | "colorPalette.layer_2" | "colorPalette.overlay" | "colorPalette.raised"
|
|
21
21
|
|
|
22
22
|
export type BorderWidthToken = "none" | "sm" | "md" | "lg"
|
|
23
23
|
|
|
@@ -31,9 +31,9 @@ export type LetterSpacingToken = "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl
|
|
|
31
31
|
|
|
32
32
|
export type LineHeightToken = "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl"
|
|
33
33
|
|
|
34
|
-
export type FontWeightToken = "regular" | "medium" | "semibold" | "bold"
|
|
34
|
+
export type FontWeightToken = "regular" | "medium" | "semibold" | "bold"
|
|
35
35
|
|
|
36
|
-
export type FontToken = "
|
|
36
|
+
export type FontToken = "freeman" | "dmSans" | "pretendard" | "notoSans" | "inter"
|
|
37
37
|
|
|
38
38
|
export type BreakpointToken = "xs" | "sm" | "md" | "lg" | "xl" | "2xl"
|
|
39
39
|
|