@knime/kds-styles 0.0.7 → 0.0.8
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.
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
body {
|
|
2
|
+
font: var(--kds-font-base-body-medium);
|
|
3
|
+
color: var(--kds-color-text-and-icon-neutral);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
a {
|
|
7
|
+
color: inherit;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
svg {
|
|
11
|
+
shape-rendering: geometricPrecision;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
input[type="text"],
|
|
15
|
+
input[type="search"],
|
|
16
|
+
input[type="password"],
|
|
17
|
+
input[type="email"],
|
|
18
|
+
input[type="number"] {
|
|
19
|
+
appearance: none;
|
|
20
|
+
border-radius: 0;
|
|
21
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
:root.kds-legacy {
|
|
2
|
+
--primary-initial: var(--kds-core-color-neutral-650);
|
|
3
|
+
--primary-bold: var(--kds-core-color-neutral-650);
|
|
4
|
+
--selected-initial: var(--kds-core-color-neutral-175);
|
|
5
|
+
--selected-hover: var(--kds-core-color-neutral-250);
|
|
6
|
+
--selected-active: var(--kds-core-color-neutral-275);
|
|
7
|
+
--selected-bold-initial: var(--kds-core-color-neutral-550);
|
|
8
|
+
--selected-bold-hover: var(--kds-core-color-neutral-650);
|
|
9
|
+
--selected-bold-active: var(--kds-core-color-neutral-725);
|
|
10
|
+
--disabled-primary-input: var(--kds-core-color-neutral-650);
|
|
11
|
+
--text-an-icon-primary: var(--kds-core-color-neutral-650);
|
|
12
|
+
--text-an-icon-primary-inverted: var(--kds-core-color-neutral-100);
|
|
13
|
+
--text-an-icon-selected: var(--kds-core-color-neutral-650);
|
|
14
|
+
--text-an-icon-selected-inverted: var(--kds-core-color-neutral-100);
|
|
15
|
+
--text-an-icon-disabled-inverted: var(--kds-core-color-neutral-275);
|
|
16
|
+
--border-primary-bold: var(--kds-core-color-neutral-725);
|
|
17
|
+
--border-primary: var(--kds-core-color-neutral-250);
|
|
18
|
+
--border-selected-bold: var(--kds-core-color-neutral-550);
|
|
19
|
+
--border-selected: var(--kds-core-color-neutral-400);
|
|
20
|
+
}
|
|
@@ -890,396 +890,168 @@ syntax: "<color>";
|
|
|
890
890
|
initial-value: hsl(330 0% 11% / 0);
|
|
891
891
|
}
|
|
892
892
|
|
|
893
|
-
@property --kds-core-
|
|
893
|
+
@property --kds-core-font-size-0-5x {
|
|
894
894
|
syntax: "<length>";
|
|
895
|
-
inherits:
|
|
896
|
-
initial-value: 0;
|
|
897
|
-
}
|
|
898
|
-
|
|
899
|
-
@property --kds-core-dimension-6 {
|
|
900
|
-
syntax: "<length>";
|
|
901
|
-
inherits: false;
|
|
902
|
-
initial-value: 1px;
|
|
903
|
-
}
|
|
904
|
-
|
|
905
|
-
@property --kds-core-dimension-12 {
|
|
906
|
-
syntax: "<length>";
|
|
907
|
-
inherits: false;
|
|
908
|
-
initial-value: 2px;
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
@property --kds-core-dimension-25 {
|
|
912
|
-
syntax: "<length>";
|
|
913
|
-
inherits: false;
|
|
914
|
-
initial-value: 4px;
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
@property --kds-core-dimension-31 {
|
|
918
|
-
syntax: "<length>";
|
|
919
|
-
inherits: false;
|
|
920
|
-
initial-value: 5px;
|
|
921
|
-
}
|
|
922
|
-
|
|
923
|
-
@property --kds-core-dimension-37 {
|
|
924
|
-
syntax: "<length>";
|
|
925
|
-
inherits: false;
|
|
926
|
-
initial-value: 6px;
|
|
927
|
-
}
|
|
928
|
-
|
|
929
|
-
@property --kds-core-dimension-44 {
|
|
930
|
-
syntax: "<length>";
|
|
931
|
-
inherits: false;
|
|
932
|
-
initial-value: 7px;
|
|
933
|
-
}
|
|
934
|
-
|
|
935
|
-
@property --kds-core-dimension-50 {
|
|
936
|
-
syntax: "<length>";
|
|
937
|
-
inherits: false;
|
|
895
|
+
inherits: true;
|
|
938
896
|
initial-value: 8px;
|
|
939
897
|
}
|
|
940
898
|
|
|
941
|
-
@property --kds-core-
|
|
899
|
+
@property --kds-core-font-size-0-56x {
|
|
942
900
|
syntax: "<length>";
|
|
943
|
-
inherits:
|
|
901
|
+
inherits: true;
|
|
944
902
|
initial-value: 9px;
|
|
945
903
|
}
|
|
946
904
|
|
|
947
|
-
@property --kds-core-
|
|
948
|
-
syntax: "<length>";
|
|
949
|
-
inherits: false;
|
|
950
|
-
initial-value: 12px;
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
@property --kds-core-dimension-88 {
|
|
954
|
-
syntax: "<length>";
|
|
955
|
-
inherits: false;
|
|
956
|
-
initial-value: 14px;
|
|
957
|
-
}
|
|
958
|
-
|
|
959
|
-
@property --kds-core-dimension-100 {
|
|
960
|
-
syntax: "<length>";
|
|
961
|
-
inherits: false;
|
|
962
|
-
initial-value: 16px;
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
@property --kds-core-dimension-125 {
|
|
966
|
-
syntax: "<length>";
|
|
967
|
-
inherits: false;
|
|
968
|
-
initial-value: 20px;
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
@property --kds-core-dimension-150 {
|
|
972
|
-
syntax: "<length>";
|
|
973
|
-
inherits: false;
|
|
974
|
-
initial-value: 24px;
|
|
975
|
-
}
|
|
976
|
-
|
|
977
|
-
@property --kds-core-dimension-175 {
|
|
978
|
-
syntax: "<length>";
|
|
979
|
-
inherits: false;
|
|
980
|
-
initial-value: 28px;
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
@property --kds-core-dimension-200 {
|
|
984
|
-
syntax: "<length>";
|
|
985
|
-
inherits: false;
|
|
986
|
-
initial-value: 32px;
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
@property --kds-core-dimension-225 {
|
|
990
|
-
syntax: "<length>";
|
|
991
|
-
inherits: false;
|
|
992
|
-
initial-value: 36px;
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
@property --kds-core-dimension-250 {
|
|
996
|
-
syntax: "<length>";
|
|
997
|
-
inherits: false;
|
|
998
|
-
initial-value: 40px;
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
|
-
@property --kds-core-dimension-275 {
|
|
1002
|
-
syntax: "<length>";
|
|
1003
|
-
inherits: false;
|
|
1004
|
-
initial-value: 44px;
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
|
-
@property --kds-core-dimension-300 {
|
|
1008
|
-
syntax: "<length>";
|
|
1009
|
-
inherits: false;
|
|
1010
|
-
initial-value: 48px;
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
|
-
@property --kds-core-dimension-350 {
|
|
1014
|
-
syntax: "<length>";
|
|
1015
|
-
inherits: false;
|
|
1016
|
-
initial-value: 56px;
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
|
-
@property --kds-core-dimension-400 {
|
|
1020
|
-
syntax: "<length>";
|
|
1021
|
-
inherits: false;
|
|
1022
|
-
initial-value: 64px;
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
|
-
@property --kds-core-dimension-450 {
|
|
1026
|
-
syntax: "<length>";
|
|
1027
|
-
inherits: false;
|
|
1028
|
-
initial-value: 72px;
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
|
-
@property --kds-core-dimension-500 {
|
|
1032
|
-
syntax: "<length>";
|
|
1033
|
-
inherits: false;
|
|
1034
|
-
initial-value: 80px;
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
@property --kds-core-dimension-600 {
|
|
1038
|
-
syntax: "<length>";
|
|
1039
|
-
inherits: false;
|
|
1040
|
-
initial-value: 96px;
|
|
1041
|
-
}
|
|
1042
|
-
|
|
1043
|
-
@property --kds-core-dimension-700 {
|
|
1044
|
-
syntax: "<length>";
|
|
1045
|
-
inherits: false;
|
|
1046
|
-
initial-value: 112px;
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
@property --kds-core-dimension-800 {
|
|
1050
|
-
syntax: "<length>";
|
|
1051
|
-
inherits: false;
|
|
1052
|
-
initial-value: 128px;
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
@property --kds-core-dimension-900 {
|
|
1056
|
-
syntax: "<length>";
|
|
1057
|
-
inherits: false;
|
|
1058
|
-
initial-value: 144px;
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
@property --kds-core-dimension-1000 {
|
|
1062
|
-
syntax: "<length>";
|
|
1063
|
-
inherits: false;
|
|
1064
|
-
initial-value: 160px;
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
|
-
@property --kds-core-dimension-1100 {
|
|
1068
|
-
syntax: "<length>";
|
|
1069
|
-
inherits: false;
|
|
1070
|
-
initial-value: 176px;
|
|
1071
|
-
}
|
|
1072
|
-
|
|
1073
|
-
@property --kds-core-dimension-1200 {
|
|
1074
|
-
syntax: "<length>";
|
|
1075
|
-
inherits: false;
|
|
1076
|
-
initial-value: 192px;
|
|
1077
|
-
}
|
|
1078
|
-
|
|
1079
|
-
@property --kds-core-dimension-1300 {
|
|
1080
|
-
syntax: "<length>";
|
|
1081
|
-
inherits: false;
|
|
1082
|
-
initial-value: 208px;
|
|
1083
|
-
}
|
|
1084
|
-
|
|
1085
|
-
@property --kds-core-dimension-1400 {
|
|
1086
|
-
syntax: "<length>";
|
|
1087
|
-
inherits: false;
|
|
1088
|
-
initial-value: 224px;
|
|
1089
|
-
}
|
|
1090
|
-
|
|
1091
|
-
@property --kds-core-dimension-1500 {
|
|
1092
|
-
syntax: "<length>";
|
|
1093
|
-
inherits: false;
|
|
1094
|
-
initial-value: 240px;
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
@property --kds-core-dimension-1600 {
|
|
1098
|
-
syntax: "<length>";
|
|
1099
|
-
inherits: false;
|
|
1100
|
-
initial-value: 256px;
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
@property --kds-core-dimension-2000 {
|
|
1104
|
-
syntax: "<length>";
|
|
1105
|
-
inherits: false;
|
|
1106
|
-
initial-value: 320px;
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
@property --kds-core-dimension-2400 {
|
|
1110
|
-
syntax: "<length>";
|
|
1111
|
-
inherits: false;
|
|
1112
|
-
initial-value: 384px;
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
@property --kds-core-dimension-base {
|
|
1116
|
-
syntax: "<length>";
|
|
1117
|
-
inherits: false;
|
|
1118
|
-
initial-value: 0.16px;
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
@property --kds-core-size-scale {
|
|
1122
|
-
syntax: "<length>";
|
|
1123
|
-
inherits: false;
|
|
1124
|
-
initial-value: 16px;
|
|
1125
|
-
}
|
|
1126
|
-
|
|
1127
|
-
@property --kds-core-font-size-rem {
|
|
905
|
+
@property --kds-core-font-size-0-62x {
|
|
1128
906
|
syntax: "<length>";
|
|
1129
907
|
inherits: true;
|
|
1130
|
-
initial-value:
|
|
908
|
+
initial-value: 10px;
|
|
1131
909
|
}
|
|
1132
910
|
|
|
1133
|
-
@property --kds-core-font-size-
|
|
911
|
+
@property --kds-core-font-size-0-68x {
|
|
1134
912
|
syntax: "<length>";
|
|
1135
913
|
inherits: true;
|
|
1136
|
-
initial-value:
|
|
914
|
+
initial-value: 11px;
|
|
1137
915
|
}
|
|
1138
916
|
|
|
1139
|
-
@property --kds-core-font-size-
|
|
917
|
+
@property --kds-core-font-size-0-75x {
|
|
1140
918
|
syntax: "<length>";
|
|
1141
919
|
inherits: true;
|
|
1142
|
-
initial-value:
|
|
920
|
+
initial-value: 12px;
|
|
1143
921
|
}
|
|
1144
922
|
|
|
1145
|
-
@property --kds-core-font-size-
|
|
923
|
+
@property --kds-core-font-size-0-81x {
|
|
1146
924
|
syntax: "<length>";
|
|
1147
925
|
inherits: true;
|
|
1148
|
-
initial-value:
|
|
926
|
+
initial-value: 13px;
|
|
1149
927
|
}
|
|
1150
928
|
|
|
1151
|
-
@property --kds-core-font-size-
|
|
929
|
+
@property --kds-core-font-size-0-87x {
|
|
1152
930
|
syntax: "<length>";
|
|
1153
931
|
inherits: true;
|
|
1154
|
-
initial-value:
|
|
932
|
+
initial-value: 14px;
|
|
1155
933
|
}
|
|
1156
934
|
|
|
1157
|
-
@property --kds-core-font-size-
|
|
935
|
+
@property --kds-core-font-size-1x {
|
|
1158
936
|
syntax: "<length>";
|
|
1159
937
|
inherits: true;
|
|
1160
|
-
initial-value:
|
|
938
|
+
initial-value: 16px;
|
|
1161
939
|
}
|
|
1162
940
|
|
|
1163
|
-
@property --kds-core-font-size-
|
|
941
|
+
@property --kds-core-font-size-1-25x {
|
|
1164
942
|
syntax: "<length>";
|
|
1165
943
|
inherits: true;
|
|
1166
|
-
initial-value:
|
|
944
|
+
initial-value: 20px;
|
|
1167
945
|
}
|
|
1168
946
|
|
|
1169
|
-
@property --kds-core-font-size-
|
|
947
|
+
@property --kds-core-font-size-1-375x {
|
|
1170
948
|
syntax: "<length>";
|
|
1171
949
|
inherits: true;
|
|
1172
|
-
initial-value:
|
|
950
|
+
initial-value: 22px;
|
|
1173
951
|
}
|
|
1174
952
|
|
|
1175
|
-
@property --kds-core-font-size-
|
|
953
|
+
@property --kds-core-font-size-1-625x {
|
|
1176
954
|
syntax: "<length>";
|
|
1177
955
|
inherits: true;
|
|
1178
|
-
initial-value:
|
|
956
|
+
initial-value: 26px;
|
|
1179
957
|
}
|
|
1180
958
|
|
|
1181
|
-
@property --kds-core-font-size-
|
|
959
|
+
@property --kds-core-font-size-1-5x {
|
|
1182
960
|
syntax: "<length>";
|
|
1183
961
|
inherits: true;
|
|
1184
|
-
initial-value:
|
|
962
|
+
initial-value: 24px;
|
|
1185
963
|
}
|
|
1186
964
|
|
|
1187
|
-
@property --kds-core-font-size-
|
|
965
|
+
@property --kds-core-font-size-1-75x {
|
|
1188
966
|
syntax: "<length>";
|
|
1189
967
|
inherits: true;
|
|
1190
|
-
initial-value:
|
|
968
|
+
initial-value: 28px;
|
|
1191
969
|
}
|
|
1192
970
|
|
|
1193
|
-
@property --kds-core-font-size-
|
|
971
|
+
@property --kds-core-font-size-1-875x {
|
|
1194
972
|
syntax: "<length>";
|
|
1195
973
|
inherits: true;
|
|
1196
|
-
initial-value:
|
|
974
|
+
initial-value: 30px;
|
|
1197
975
|
}
|
|
1198
976
|
|
|
1199
|
-
@property --kds-core-font-size-
|
|
977
|
+
@property --kds-core-font-size-2x {
|
|
1200
978
|
syntax: "<length>";
|
|
1201
979
|
inherits: true;
|
|
1202
980
|
initial-value: 32px;
|
|
1203
981
|
}
|
|
1204
982
|
|
|
1205
|
-
@property --kds-core-font-size-
|
|
983
|
+
@property --kds-core-font-size-2-25x {
|
|
1206
984
|
syntax: "<length>";
|
|
1207
985
|
inherits: true;
|
|
1208
986
|
initial-value: 36px;
|
|
1209
987
|
}
|
|
1210
988
|
|
|
1211
|
-
@property --kds-core-font-size-
|
|
989
|
+
@property --kds-core-font-size-2-5x {
|
|
1212
990
|
syntax: "<length>";
|
|
1213
991
|
inherits: true;
|
|
1214
992
|
initial-value: 40px;
|
|
1215
993
|
}
|
|
1216
994
|
|
|
1217
|
-
@property --kds-core-font-size-
|
|
995
|
+
@property --kds-core-font-size-2-75x {
|
|
1218
996
|
syntax: "<length>";
|
|
1219
997
|
inherits: true;
|
|
1220
998
|
initial-value: 44px;
|
|
1221
999
|
}
|
|
1222
1000
|
|
|
1223
|
-
@property --kds-core-font-size-
|
|
1001
|
+
@property --kds-core-font-size-3x {
|
|
1224
1002
|
syntax: "<length>";
|
|
1225
1003
|
inherits: true;
|
|
1226
1004
|
initial-value: 48px;
|
|
1227
1005
|
}
|
|
1228
1006
|
|
|
1229
|
-
@property --kds-core-font-size-
|
|
1007
|
+
@property --kds-core-font-size-3-25x {
|
|
1230
1008
|
syntax: "<length>";
|
|
1231
1009
|
inherits: true;
|
|
1232
1010
|
initial-value: 52px;
|
|
1233
1011
|
}
|
|
1234
1012
|
|
|
1235
|
-
@property --kds-core-font-size-
|
|
1013
|
+
@property --kds-core-font-size-3-5x {
|
|
1236
1014
|
syntax: "<length>";
|
|
1237
1015
|
inherits: true;
|
|
1238
1016
|
initial-value: 56px;
|
|
1239
1017
|
}
|
|
1240
1018
|
|
|
1241
|
-
@property --kds-core-font-size-
|
|
1019
|
+
@property --kds-core-font-size-3-75x {
|
|
1242
1020
|
syntax: "<length>";
|
|
1243
1021
|
inherits: true;
|
|
1244
1022
|
initial-value: 60px;
|
|
1245
1023
|
}
|
|
1246
1024
|
|
|
1247
|
-
@property --kds-core-font-size-
|
|
1025
|
+
@property --kds-core-font-size-4x {
|
|
1248
1026
|
syntax: "<length>";
|
|
1249
1027
|
inherits: true;
|
|
1250
1028
|
initial-value: 64px;
|
|
1251
1029
|
}
|
|
1252
1030
|
|
|
1253
|
-
@property --kds-core-font-size-
|
|
1031
|
+
@property --kds-core-font-size-4-5x {
|
|
1254
1032
|
syntax: "<length>";
|
|
1255
1033
|
inherits: true;
|
|
1256
1034
|
initial-value: 72px;
|
|
1257
1035
|
}
|
|
1258
1036
|
|
|
1259
|
-
@property --kds-core-font-size-
|
|
1037
|
+
@property --kds-core-font-size-5x {
|
|
1260
1038
|
syntax: "<length>";
|
|
1261
1039
|
inherits: true;
|
|
1262
1040
|
initial-value: 80px;
|
|
1263
1041
|
}
|
|
1264
1042
|
|
|
1265
|
-
@property --kds-core-font-size-
|
|
1043
|
+
@property --kds-core-font-size-5-5x {
|
|
1266
1044
|
syntax: "<length>";
|
|
1267
1045
|
inherits: true;
|
|
1268
1046
|
initial-value: 88px;
|
|
1269
1047
|
}
|
|
1270
1048
|
|
|
1271
|
-
@property --kds-core-font-size-
|
|
1049
|
+
@property --kds-core-font-size-6x {
|
|
1272
1050
|
syntax: "<length>";
|
|
1273
1051
|
inherits: true;
|
|
1274
1052
|
initial-value: 96px;
|
|
1275
1053
|
}
|
|
1276
1054
|
|
|
1277
|
-
@property --kds-core-font-size-scaled-base {
|
|
1278
|
-
syntax: "<length>";
|
|
1279
|
-
inherits: true;
|
|
1280
|
-
initial-value: 0.16px;
|
|
1281
|
-
}
|
|
1282
|
-
|
|
1283
1055
|
@property --kds-core-paragraph-spacing-none {
|
|
1284
1056
|
syntax: "<length>";
|
|
1285
1057
|
inherits: false;
|
|
@@ -1322,6 +1094,12 @@ syntax: "<string>#";
|
|
|
1322
1094
|
initial-value: 'Roboto Condensed';
|
|
1323
1095
|
}
|
|
1324
1096
|
|
|
1097
|
+
@property --kds-core-font-family-roboto-mono {
|
|
1098
|
+
syntax: "<string>#";
|
|
1099
|
+
inherits: true;
|
|
1100
|
+
initial-value: 'Roboto Mono';
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1325
1103
|
@property --kds-core-font-weight-regular {
|
|
1326
1104
|
syntax: "<number>";
|
|
1327
1105
|
inherits: true;
|
|
@@ -1370,6 +1148,42 @@ syntax: "<number> | <percentage>";
|
|
|
1370
1148
|
initial-value: 1.5;
|
|
1371
1149
|
}
|
|
1372
1150
|
|
|
1151
|
+
@property --kds-core-size-scale {
|
|
1152
|
+
syntax: "<length>";
|
|
1153
|
+
inherits: false;
|
|
1154
|
+
initial-value: 16px;
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
|
+
@property --kds-core-border-width-none {
|
|
1158
|
+
syntax: "<length>";
|
|
1159
|
+
inherits: false;
|
|
1160
|
+
initial-value: 0;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
@property --kds-core-border-width-xs {
|
|
1164
|
+
syntax: "<length>";
|
|
1165
|
+
inherits: false;
|
|
1166
|
+
initial-value: 1px;
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
@property --kds-core-border-width-s {
|
|
1170
|
+
syntax: "<length>";
|
|
1171
|
+
inherits: false;
|
|
1172
|
+
initial-value: 1.2496px;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
@property --kds-core-border-width-m {
|
|
1176
|
+
syntax: "<length>";
|
|
1177
|
+
inherits: false;
|
|
1178
|
+
initial-value: 1.5px;
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
@property --kds-core-border-width-l {
|
|
1182
|
+
syntax: "<length>";
|
|
1183
|
+
inherits: false;
|
|
1184
|
+
initial-value: 2px;
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1373
1187
|
@property --kds-color-surface-default {
|
|
1374
1188
|
syntax: "<color>";
|
|
1375
1189
|
inherits: true;
|
|
@@ -2432,24 +2246,6 @@ syntax: "<length>";
|
|
|
2432
2246
|
initial-value: 1000px;
|
|
2433
2247
|
}
|
|
2434
2248
|
|
|
2435
|
-
@property --kds-border-width-base-none {
|
|
2436
|
-
syntax: "<length>";
|
|
2437
|
-
inherits: false;
|
|
2438
|
-
initial-value: 0;
|
|
2439
|
-
}
|
|
2440
|
-
|
|
2441
|
-
@property --kds-border-width-base-s {
|
|
2442
|
-
syntax: "<length>";
|
|
2443
|
-
inherits: false;
|
|
2444
|
-
initial-value: 1px;
|
|
2445
|
-
}
|
|
2446
|
-
|
|
2447
|
-
@property --kds-border-width-base-m {
|
|
2448
|
-
syntax: "<length>";
|
|
2449
|
-
inherits: false;
|
|
2450
|
-
initial-value: 2px;
|
|
2451
|
-
}
|
|
2452
|
-
|
|
2453
2249
|
@property --kds-border-width-icon-stroke-s {
|
|
2454
2250
|
syntax: "<length>";
|
|
2455
2251
|
inherits: false;
|
|
@@ -2459,7 +2255,7 @@ syntax: "<length>";
|
|
|
2459
2255
|
@property --kds-border-width-icon-stroke-m {
|
|
2460
2256
|
syntax: "<length>";
|
|
2461
2257
|
inherits: false;
|
|
2462
|
-
initial-value: 1.
|
|
2258
|
+
initial-value: 1.2496px;
|
|
2463
2259
|
}
|
|
2464
2260
|
|
|
2465
2261
|
@property --kds-border-width-icon-stroke-l {
|
|
@@ -2471,7 +2267,7 @@ syntax: "<length>";
|
|
|
2471
2267
|
@property --kds-border-action-transparent {
|
|
2472
2268
|
syntax: "<string>";
|
|
2473
2269
|
inherits: false;
|
|
2474
|
-
initial-value:
|
|
2270
|
+
initial-value: 0 solid hsl(330 0% 11% / 0);
|
|
2475
2271
|
}
|
|
2476
2272
|
|
|
2477
2273
|
@property --kds-border-action-default {
|
|
@@ -2543,31 +2339,31 @@ syntax: "<string>";
|
|
|
2543
2339
|
@property --kds-border-base-brand {
|
|
2544
2340
|
syntax: "<string>";
|
|
2545
2341
|
inherits: false;
|
|
2546
|
-
initial-value: 1px
|
|
2342
|
+
initial-value: 1px solid hsl(51 100% 50%);
|
|
2547
2343
|
}
|
|
2548
2344
|
|
|
2549
2345
|
@property --kds-border-base-danger {
|
|
2550
2346
|
syntax: "<string>";
|
|
2551
2347
|
inherits: false;
|
|
2552
|
-
initial-value: 1px
|
|
2348
|
+
initial-value: 1px solid light-dark(hsl(3 100% 86%), hsl(348 94% 21%));
|
|
2553
2349
|
}
|
|
2554
2350
|
|
|
2555
2351
|
@property --kds-border-base-warning {
|
|
2556
2352
|
syntax: "<string>";
|
|
2557
2353
|
inherits: false;
|
|
2558
|
-
initial-value: 1px
|
|
2354
|
+
initial-value: 1px solid light-dark(hsl(31 79% 74%), hsl(13 66% 23%));
|
|
2559
2355
|
}
|
|
2560
2356
|
|
|
2561
2357
|
@property --kds-border-base-success {
|
|
2562
2358
|
syntax: "<string>";
|
|
2563
2359
|
inherits: false;
|
|
2564
|
-
initial-value: 1px
|
|
2360
|
+
initial-value: 1px solid light-dark(hsl(112 57% 71%), hsl(124 47% 21%));
|
|
2565
2361
|
}
|
|
2566
2362
|
|
|
2567
2363
|
@property --kds-border-base-info {
|
|
2568
2364
|
syntax: "<string>";
|
|
2569
2365
|
inherits: false;
|
|
2570
|
-
initial-value: 1px
|
|
2366
|
+
initial-value: 1px solid light-dark(hsl(215 100% 84%), hsl(210 50% 28%));
|
|
2571
2367
|
}
|
|
2572
2368
|
|
|
2573
2369
|
@property --kds-border-node-status-empty {
|
|
@@ -2595,21 +2391,21 @@ syntax: "<string>";
|
|
|
2595
2391
|
}
|
|
2596
2392
|
|
|
2597
2393
|
@property --kds-border-resize-handle-initial {
|
|
2598
|
-
syntax: "
|
|
2394
|
+
syntax: "<string>";
|
|
2599
2395
|
inherits: false;
|
|
2600
|
-
initial-value:
|
|
2396
|
+
initial-value: 2px solid light-dark(hsl(345 0% 10% / 0.4), hsl(330 0% 99% / 0.4));
|
|
2601
2397
|
}
|
|
2602
2398
|
|
|
2603
2399
|
@property --kds-border-resize-handle-hover {
|
|
2604
|
-
syntax: "
|
|
2400
|
+
syntax: "<string>";
|
|
2605
2401
|
inherits: false;
|
|
2606
|
-
initial-value:
|
|
2402
|
+
initial-value: 2px solid light-dark(hsl(345 0% 10% / 0.64), hsl(330 0% 99% / 0.58));
|
|
2607
2403
|
}
|
|
2608
2404
|
|
|
2609
2405
|
@property --kds-border-resize-handle-active {
|
|
2610
|
-
syntax: "
|
|
2406
|
+
syntax: "<string>";
|
|
2611
2407
|
inherits: false;
|
|
2612
|
-
initial-value:
|
|
2408
|
+
initial-value: 2px solid light-dark(hsl(345 0% 10% / 0.74), hsl(330 0% 99% / 0.68));
|
|
2613
2409
|
}
|
|
2614
2410
|
|
|
2615
2411
|
@property --kds-sizing-viewport-breakpoints-576 {
|
|
@@ -2960,6 +2756,18 @@ syntax: "<string>";
|
|
|
2960
2756
|
initial-value: 400 12px/1.5 Roboto;
|
|
2961
2757
|
}
|
|
2962
2758
|
|
|
2759
|
+
@property --kds-font-base-body-small-italic {
|
|
2760
|
+
syntax: "<string>";
|
|
2761
|
+
inherits: true;
|
|
2762
|
+
initial-value: italic 400 12px/1.5 Roboto;
|
|
2763
|
+
}
|
|
2764
|
+
|
|
2765
|
+
@property --kds-font-base-body-small-strong {
|
|
2766
|
+
syntax: "<string>";
|
|
2767
|
+
inherits: true;
|
|
2768
|
+
initial-value: 700 12px/1.5 Roboto;
|
|
2769
|
+
}
|
|
2770
|
+
|
|
2963
2771
|
@property --kds-font-base-body-medium {
|
|
2964
2772
|
syntax: "<string>";
|
|
2965
2773
|
inherits: true;
|
|
@@ -3044,6 +2852,18 @@ syntax: "<string>";
|
|
|
3044
2852
|
initial-value: 500 16px/1 Roboto;
|
|
3045
2853
|
}
|
|
3046
2854
|
|
|
2855
|
+
@property --kds-font-base-code-xsmall {
|
|
2856
|
+
syntax: "<string>";
|
|
2857
|
+
inherits: true;
|
|
2858
|
+
initial-value: 400 10px/1 'Roboto Mono';
|
|
2859
|
+
}
|
|
2860
|
+
|
|
2861
|
+
@property --kds-font-base-code-small {
|
|
2862
|
+
syntax: "<string>";
|
|
2863
|
+
inherits: true;
|
|
2864
|
+
initial-value: 400 11px/1.3 'Roboto Mono';
|
|
2865
|
+
}
|
|
2866
|
+
|
|
3047
2867
|
@property --kds-font-workflows-annotations-h1 {
|
|
3048
2868
|
syntax: "<string>";
|
|
3049
2869
|
inherits: true;
|
|
@@ -151,71 +151,33 @@
|
|
|
151
151
|
--kds-core-color-brown-800: hsl(23 27% 24%);
|
|
152
152
|
--kds-core-color-brown-875: hsl(22 25% 18%);
|
|
153
153
|
--kds-core-color-transparent: hsl(330 0% 11% / 0);
|
|
154
|
-
--kds-core-
|
|
155
|
-
--kds-core-
|
|
156
|
-
--kds-core-
|
|
157
|
-
--kds-core-
|
|
158
|
-
--kds-core-
|
|
159
|
-
--kds-core-
|
|
160
|
-
--kds-core-
|
|
161
|
-
--kds-core-
|
|
162
|
-
--kds-core-
|
|
163
|
-
--kds-core-
|
|
164
|
-
--kds-core-
|
|
165
|
-
--kds-core-
|
|
166
|
-
--kds-core-
|
|
167
|
-
--kds-core-
|
|
168
|
-
--kds-core-
|
|
169
|
-
--kds-core-
|
|
170
|
-
--kds-core-
|
|
171
|
-
--kds-core-
|
|
172
|
-
--kds-core-
|
|
173
|
-
--kds-core-
|
|
174
|
-
--kds-core-
|
|
175
|
-
--kds-core-
|
|
176
|
-
--kds-core-
|
|
177
|
-
--kds-core-
|
|
178
|
-
--kds-core-
|
|
179
|
-
--kds-core-
|
|
180
|
-
--kds-core-
|
|
181
|
-
--kds-core-dimension-900: 144px;
|
|
182
|
-
--kds-core-dimension-1000: 160px;
|
|
183
|
-
--kds-core-dimension-1100: 176px;
|
|
184
|
-
--kds-core-dimension-1200: 192px;
|
|
185
|
-
--kds-core-dimension-1300: 208px;
|
|
186
|
-
--kds-core-dimension-1400: 224px;
|
|
187
|
-
--kds-core-dimension-1500: 240px;
|
|
188
|
-
--kds-core-dimension-1600: 256px;
|
|
189
|
-
--kds-core-dimension-2000: 320px;
|
|
190
|
-
--kds-core-dimension-2400: 384px;
|
|
191
|
-
--kds-core-dimension-base: 0.16px;
|
|
192
|
-
--kds-core-size-scale: 16px;
|
|
193
|
-
--kds-core-font-size-rem: 16px;
|
|
194
|
-
--kds-core-font-size-scaled-0-5x: 8px;
|
|
195
|
-
--kds-core-font-size-scaled-0-56x: 9px;
|
|
196
|
-
--kds-core-font-size-scaled-0-62x: 10px;
|
|
197
|
-
--kds-core-font-size-scaled-0-68x: 11px;
|
|
198
|
-
--kds-core-font-size-scaled-0-75x: 12px;
|
|
199
|
-
--kds-core-font-size-scaled-0-81x: 13px;
|
|
200
|
-
--kds-core-font-size-scaled-0-87x: 14px;
|
|
201
|
-
--kds-core-font-size-scaled-1x: 16px;
|
|
202
|
-
--kds-core-font-size-scaled-1-25x: 20px;
|
|
203
|
-
--kds-core-font-size-scaled-1-5x: 24px;
|
|
204
|
-
--kds-core-font-size-scaled-1-75x: 28px;
|
|
205
|
-
--kds-core-font-size-scaled-2x: 32px;
|
|
206
|
-
--kds-core-font-size-scaled-2-25x: 36px;
|
|
207
|
-
--kds-core-font-size-scaled-2-5x: 40px;
|
|
208
|
-
--kds-core-font-size-scaled-2-75x: 44px;
|
|
209
|
-
--kds-core-font-size-scaled-3x: 48px;
|
|
210
|
-
--kds-core-font-size-scaled-3-25x: 52px;
|
|
211
|
-
--kds-core-font-size-scaled-3-5x: 56px;
|
|
212
|
-
--kds-core-font-size-scaled-3-75x: 60px;
|
|
213
|
-
--kds-core-font-size-scaled-4x: 64px;
|
|
214
|
-
--kds-core-font-size-scaled-4-5x: 72px;
|
|
215
|
-
--kds-core-font-size-scaled-5x: 80px;
|
|
216
|
-
--kds-core-font-size-scaled-5-5x: 88px;
|
|
217
|
-
--kds-core-font-size-scaled-6x: 96px;
|
|
218
|
-
--kds-core-font-size-scaled-base: 0.16px;
|
|
154
|
+
--kds-core-font-size-0-5x: 8px;
|
|
155
|
+
--kds-core-font-size-0-56x: 9px;
|
|
156
|
+
--kds-core-font-size-0-62x: 10px;
|
|
157
|
+
--kds-core-font-size-0-68x: 11px;
|
|
158
|
+
--kds-core-font-size-0-75x: 12px;
|
|
159
|
+
--kds-core-font-size-0-81x: 13px;
|
|
160
|
+
--kds-core-font-size-0-87x: 14px;
|
|
161
|
+
--kds-core-font-size-1x: 16px;
|
|
162
|
+
--kds-core-font-size-1-25x: 20px;
|
|
163
|
+
--kds-core-font-size-1-375x: 22px;
|
|
164
|
+
--kds-core-font-size-1-625x: 26px;
|
|
165
|
+
--kds-core-font-size-1-5x: 24px;
|
|
166
|
+
--kds-core-font-size-1-75x: 28px;
|
|
167
|
+
--kds-core-font-size-1-875x: 30px;
|
|
168
|
+
--kds-core-font-size-2x: 32px;
|
|
169
|
+
--kds-core-font-size-2-25x: 36px;
|
|
170
|
+
--kds-core-font-size-2-5x: 40px;
|
|
171
|
+
--kds-core-font-size-2-75x: 44px;
|
|
172
|
+
--kds-core-font-size-3x: 48px;
|
|
173
|
+
--kds-core-font-size-3-25x: 52px;
|
|
174
|
+
--kds-core-font-size-3-5x: 56px;
|
|
175
|
+
--kds-core-font-size-3-75x: 60px;
|
|
176
|
+
--kds-core-font-size-4x: 64px;
|
|
177
|
+
--kds-core-font-size-4-5x: 72px;
|
|
178
|
+
--kds-core-font-size-5x: 80px;
|
|
179
|
+
--kds-core-font-size-5-5x: 88px;
|
|
180
|
+
--kds-core-font-size-6x: 96px;
|
|
219
181
|
--kds-core-paragraph-spacing-none: 0;
|
|
220
182
|
--kds-core-paragraph-spacing-small: 0.25px;
|
|
221
183
|
--kds-core-paragraph-spacing-medium: 0.5px;
|
|
@@ -223,6 +185,7 @@
|
|
|
223
185
|
--kds-core-paragraph-spacing-extra-large: 1px;
|
|
224
186
|
--kds-core-font-family-roboto: Roboto;
|
|
225
187
|
--kds-core-font-family-roboto-condensed: 'Roboto Condensed';
|
|
188
|
+
--kds-core-font-family-roboto-mono: 'Roboto Mono';
|
|
226
189
|
--kds-core-font-weight-regular: 400;
|
|
227
190
|
--kds-core-font-weight-regular-italic-weight: 400;
|
|
228
191
|
--kds-core-font-weight-regular-italic-style: italic;
|
|
@@ -231,6 +194,12 @@
|
|
|
231
194
|
--kds-core-line-height-singleline: 1;
|
|
232
195
|
--kds-core-line-height-multiline-narrow: 1.3;
|
|
233
196
|
--kds-core-line-height-multiline-wide: 1.5;
|
|
197
|
+
--kds-core-size-scale: 16px;
|
|
198
|
+
--kds-core-border-width-none: 0;
|
|
199
|
+
--kds-core-border-width-xs: 1px;
|
|
200
|
+
--kds-core-border-width-s: 1.2496px;
|
|
201
|
+
--kds-core-border-width-m: 1.5px;
|
|
202
|
+
--kds-core-border-width-l: 2px;
|
|
234
203
|
--kds-color-surface-default: light-dark(hsl(0 0% 98%), hsl(0 0% 16%));
|
|
235
204
|
--kds-color-surface-muted: light-dark(hsl(0 0% 94%), hsl(0 0% 19%));
|
|
236
205
|
--kds-color-surface-subtle: light-dark(hsl(0 0% 90%), hsl(0 0% 22%));
|
|
@@ -408,13 +377,10 @@
|
|
|
408
377
|
--kds-border-radius-container-0-56x: 9px;
|
|
409
378
|
--kds-border-radius-container-1x: 16px;
|
|
410
379
|
--kds-border-radius-container-pill: 1000px;
|
|
411
|
-
--kds-border-width-base-none: 0;
|
|
412
|
-
--kds-border-width-base-s: 1px;
|
|
413
|
-
--kds-border-width-base-m: 2px;
|
|
414
380
|
--kds-border-width-icon-stroke-s: 1px;
|
|
415
|
-
--kds-border-width-icon-stroke-m: 1.
|
|
381
|
+
--kds-border-width-icon-stroke-m: 1.2496px;
|
|
416
382
|
--kds-border-width-icon-stroke-l: 1.5px;
|
|
417
|
-
--kds-border-action-transparent:
|
|
383
|
+
--kds-border-action-transparent: 0 solid hsl(330 0% 11% / 0);
|
|
418
384
|
--kds-border-action-default: 1px solid light-dark(hsl(345 0% 10% / 0.4), hsl(330 0% 99% / 0.5));
|
|
419
385
|
--kds-border-action-disabled: 1px solid light-dark(hsl(0 0% 73%), hsl(0 0% 48%));
|
|
420
386
|
--kds-border-action-focused: 2px solid light-dark(hsl(209 57% 50%), hsl(214 92% 77%));
|
|
@@ -426,18 +392,18 @@
|
|
|
426
392
|
--kds-border-base-default: 1px solid light-dark(hsl(345 0% 10% / 0.4), hsl(330 0% 99% / 0.5));
|
|
427
393
|
--kds-border-base-muted: 1px solid light-dark(hsl(345 0% 10% / 0.2), hsl(330 0% 99% / 0.2));
|
|
428
394
|
--kds-border-base-subtle: 1px solid light-dark(hsl(345 0% 10% / 0.1), hsl(330 0% 99% / 0.1));
|
|
429
|
-
--kds-border-base-brand: 1px
|
|
430
|
-
--kds-border-base-danger: 1px
|
|
431
|
-
--kds-border-base-warning: 1px
|
|
432
|
-
--kds-border-base-success: 1px
|
|
433
|
-
--kds-border-base-info: 1px
|
|
395
|
+
--kds-border-base-brand: 1px solid hsl(51 100% 50%);
|
|
396
|
+
--kds-border-base-danger: 1px solid light-dark(hsl(3 100% 86%), hsl(348 94% 21%));
|
|
397
|
+
--kds-border-base-warning: 1px solid light-dark(hsl(31 79% 74%), hsl(13 66% 23%));
|
|
398
|
+
--kds-border-base-success: 1px solid light-dark(hsl(112 57% 71%), hsl(124 47% 21%));
|
|
399
|
+
--kds-border-base-info: 1px solid light-dark(hsl(215 100% 84%), hsl(210 50% 28%));
|
|
434
400
|
--kds-border-node-status-empty: 1px solid light-dark(hsl(0 0% 73%), hsl(0 0% 32%));
|
|
435
401
|
--kds-border-node-status-idle: 1px solid light-dark(hsl(348 94% 21%), hsl(360 84% 63%));
|
|
436
402
|
--kds-border-node-status-warning: 1px solid light-dark(hsl(43 100% 19%), hsl(51 100% 50%));
|
|
437
403
|
--kds-border-node-status-executed: 1px solid light-dark(hsl(116 47% 26%), hsl(107 43% 55%));
|
|
438
|
-
--kds-border-resize-handle-initial:
|
|
439
|
-
--kds-border-resize-handle-hover:
|
|
440
|
-
--kds-border-resize-handle-active:
|
|
404
|
+
--kds-border-resize-handle-initial: 2px solid light-dark(hsl(345 0% 10% / 0.4), hsl(330 0% 99% / 0.4));
|
|
405
|
+
--kds-border-resize-handle-hover: 2px solid light-dark(hsl(345 0% 10% / 0.64), hsl(330 0% 99% / 0.58));
|
|
406
|
+
--kds-border-resize-handle-active: 2px solid light-dark(hsl(345 0% 10% / 0.74), hsl(330 0% 99% / 0.68));
|
|
441
407
|
--kds-sizing-viewport-breakpoints-576: 576px;
|
|
442
408
|
--kds-sizing-viewport-breakpoints-768: 768px;
|
|
443
409
|
--kds-sizing-viewport-breakpoints-1024: 1024px;
|
|
@@ -496,6 +462,8 @@
|
|
|
496
462
|
--kds-font-base-title-large: 500 16px/1 Roboto;
|
|
497
463
|
--kds-font-base-title-large-strong: 700 16px/1 Roboto;
|
|
498
464
|
--kds-font-base-body-small: 400 12px/1.5 Roboto;
|
|
465
|
+
--kds-font-base-body-small-italic: italic 400 12px/1.5 Roboto;
|
|
466
|
+
--kds-font-base-body-small-strong: 700 12px/1.5 Roboto;
|
|
499
467
|
--kds-font-base-body-medium: 400 14px/1.5 Roboto;
|
|
500
468
|
--kds-font-base-body-large: 400 16px/1.3 Roboto;
|
|
501
469
|
--kds-font-base-body-xlarge: 400 20px/1.5 Roboto;
|
|
@@ -510,6 +478,8 @@
|
|
|
510
478
|
--kds-font-base-interactive-medium-strong: 500 14px/1 Roboto;
|
|
511
479
|
--kds-font-base-interactive-large: 400 16px/1 Roboto;
|
|
512
480
|
--kds-font-base-interactive-large-strong: 500 16px/1 Roboto;
|
|
481
|
+
--kds-font-base-code-xsmall: 400 10px/1 'Roboto Mono';
|
|
482
|
+
--kds-font-base-code-small: 400 11px/1.3 'Roboto Mono';
|
|
513
483
|
--kds-font-workflows-annotations-h1: 700 36px/1.5 'Roboto Condensed';
|
|
514
484
|
--kds-font-workflows-annotations-h2: 700 30px/1.5 'Roboto Condensed';
|
|
515
485
|
--kds-font-workflows-annotations-h3: 700 26px/1.5 'Roboto Condensed';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knime/kds-styles",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "Package containing the design tokens and icons for the KNIME Design System",
|
|
5
5
|
"license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)",
|
|
6
6
|
"author": "KNIME AG, Zurich, Switzerland",
|
|
@@ -13,10 +13,8 @@
|
|
|
13
13
|
"@tokens-studio/sd-transforms": "^2.0.1",
|
|
14
14
|
"@types/jsdom": "^21.1.7",
|
|
15
15
|
"@types/node": "^24.2.0",
|
|
16
|
-
"chalk": "^5.5.0",
|
|
17
16
|
"consola": "^3.4.2",
|
|
18
17
|
"jsdom": "^27.0.0",
|
|
19
|
-
"rimraf": "^6.0.1",
|
|
20
18
|
"style-dictionary": "^5.0.4",
|
|
21
19
|
"svgo": "^4.0.0",
|
|
22
20
|
"typescript": "^5.9.2"
|
|
@@ -28,11 +26,12 @@
|
|
|
28
26
|
"./index.css": "./dist/css/index.css",
|
|
29
27
|
"./kds-variables.css": "./dist/tokens/css/_variables.css",
|
|
30
28
|
"./kds-properties.css": "./dist/tokens/css/_properties.css",
|
|
29
|
+
"./kds-legacy-theme.css": "./dist/css/legacy/legacy-theme.css",
|
|
31
30
|
"./img/*": "./dist/img/*.svg",
|
|
32
31
|
"./img/*/def": "./dist/img/*/def.ts"
|
|
33
32
|
},
|
|
34
33
|
"engines": {
|
|
35
|
-
"node": "24.
|
|
34
|
+
"node": "24.10.0",
|
|
36
35
|
"npm": "please-use-pnpm"
|
|
37
36
|
},
|
|
38
37
|
"scripts": {
|