@salutejs/sdds-themes 0.78.0-next-sbcom.0 → 0.78.1-dev.0
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/css/sdds_cs.module.css +155 -158
- package/css/sdds_cs__dark.css +155 -158
- package/css/sdds_cs__light.css +155 -158
- package/css/sdds_finai.module.css +484 -178
- package/css/sdds_finai__dark.css +239 -85
- package/css/sdds_finai__light.css +259 -105
- package/css/sdds_platform_ai.module.css +0 -16
- package/css/sdds_platform_ai__dark.css +0 -7
- package/css/sdds_platform_ai__light.css +0 -9
- package/es/themes/sdds_cs__dark.js +1 -1
- package/es/themes/sdds_cs__dark.js.map +1 -1
- package/es/themes/sdds_cs__light.js +1 -1
- package/es/themes/sdds_cs__light.js.map +1 -1
- package/es/themes/sdds_finai__dark.js +1 -1
- package/es/themes/sdds_finai__dark.js.map +1 -1
- package/es/themes/sdds_finai__light.js +1 -1
- package/es/themes/sdds_finai__light.js.map +1 -1
- package/es/themes/sdds_platform_ai__dark.js +1 -1
- package/es/themes/sdds_platform_ai__dark.js.map +1 -1
- package/es/themes/sdds_platform_ai__light.js +1 -1
- package/es/themes/sdds_platform_ai__light.js.map +1 -1
- package/es/tokens/sdds_finai/index.js +418 -110
- package/es/tokens/sdds_finai/index.js.map +1 -1
- package/es/tokens/sdds_platform_ai/index.js +2 -16
- package/es/tokens/sdds_platform_ai/index.js.map +1 -1
- package/package.json +4 -6
- package/themes/sdds_cs__dark.js +1 -1
- package/themes/sdds_cs__dark.js.map +1 -1
- package/themes/sdds_cs__light.js +1 -1
- package/themes/sdds_cs__light.js.map +1 -1
- package/themes/sdds_finai__dark.js +1 -1
- package/themes/sdds_finai__dark.js.map +1 -1
- package/themes/sdds_finai__light.js +1 -1
- package/themes/sdds_finai__light.js.map +1 -1
- package/themes/sdds_platform_ai__dark.js +1 -1
- package/themes/sdds_platform_ai__dark.js.map +1 -1
- package/themes/sdds_platform_ai__light.js +1 -1
- package/themes/sdds_platform_ai__light.js.map +1 -1
- package/tokens/sdds_finai/index.d.ts +416 -108
- package/tokens/sdds_finai/index.js +432 -121
- package/tokens/sdds_finai/index.js.map +1 -1
- package/tokens/sdds_platform_ai/index.d.ts +0 -14
- package/tokens/sdds_platform_ai/index.js +24 -38
- package/tokens/sdds_platform_ai/index.js.map +1 -1
package/css/sdds_cs.module.css
CHANGED
|
@@ -1132,96 +1132,96 @@ export const inverseTextPromoMinorGradient = 'var(--inverse-text-promo-minor-gra
|
|
|
1132
1132
|
|
|
1133
1133
|
@media (max-width: 559px) {
|
|
1134
1134
|
.dark, .light {
|
|
1135
|
-
--plasma-typo-dspl-l-font-size:
|
|
1135
|
+
--plasma-typo-dspl-l-font-size: 5.5rem;
|
|
1136
1136
|
--plasma-typo-dspl-l-font-weight: 300;
|
|
1137
|
-
--plasma-typo-dspl-l-line-height:
|
|
1138
|
-
--plasma-typo-dspl-l-bold-font-size:
|
|
1137
|
+
--plasma-typo-dspl-l-line-height: 5.75rem;
|
|
1138
|
+
--plasma-typo-dspl-l-bold-font-size: 5.5rem;
|
|
1139
1139
|
--plasma-typo-dspl-l-bold-font-weight: 600;
|
|
1140
|
-
--plasma-typo-dspl-l-bold-line-height:
|
|
1141
|
-
--plasma-typo-dspl-m-font-size:
|
|
1140
|
+
--plasma-typo-dspl-l-bold-line-height: 5.75rem;
|
|
1141
|
+
--plasma-typo-dspl-m-font-size: 3.5rem;
|
|
1142
1142
|
--plasma-typo-dspl-m-font-weight: 300;
|
|
1143
|
-
--plasma-typo-dspl-m-line-height:
|
|
1144
|
-
--plasma-typo-dspl-m-bold-font-size:
|
|
1143
|
+
--plasma-typo-dspl-m-line-height: 3.875rem;
|
|
1144
|
+
--plasma-typo-dspl-m-bold-font-size: 3.5rem;
|
|
1145
1145
|
--plasma-typo-dspl-m-bold-font-weight: 600;
|
|
1146
|
-
--plasma-typo-dspl-m-bold-line-height:
|
|
1147
|
-
--plasma-typo-dspl-s-font-size:
|
|
1146
|
+
--plasma-typo-dspl-m-bold-line-height: 3.875rem;
|
|
1147
|
+
--plasma-typo-dspl-s-font-size: 2.5rem;
|
|
1148
1148
|
--plasma-typo-dspl-s-font-weight: 300;
|
|
1149
|
-
--plasma-typo-dspl-s-line-height:
|
|
1150
|
-
--plasma-typo-dspl-s-bold-font-size:
|
|
1149
|
+
--plasma-typo-dspl-s-line-height: 2.875rem;
|
|
1150
|
+
--plasma-typo-dspl-s-bold-font-size: 2.5rem;
|
|
1151
1151
|
--plasma-typo-dspl-s-bold-font-weight: 600;
|
|
1152
|
-
--plasma-typo-dspl-s-bold-line-height:
|
|
1153
|
-
--plasma-typo-h1-font-size:
|
|
1152
|
+
--plasma-typo-dspl-s-bold-line-height: 2.875rem;
|
|
1153
|
+
--plasma-typo-h1-font-size: 1.75rem;
|
|
1154
1154
|
--plasma-typo-h1-font-weight: 400;
|
|
1155
|
-
--plasma-typo-h1-line-height:
|
|
1156
|
-
--plasma-typo-h1-bold-font-size:
|
|
1155
|
+
--plasma-typo-h1-line-height: 2.125rem;
|
|
1156
|
+
--plasma-typo-h1-bold-font-size: 1.75rem;
|
|
1157
1157
|
--plasma-typo-h1-bold-font-weight: 600;
|
|
1158
|
-
--plasma-typo-h1-bold-line-height:
|
|
1159
|
-
--plasma-typo-h2-font-size:
|
|
1158
|
+
--plasma-typo-h1-bold-line-height: 2.125rem;
|
|
1159
|
+
--plasma-typo-h2-font-size: 1.5rem;
|
|
1160
1160
|
--plasma-typo-h2-font-weight: 400;
|
|
1161
|
-
--plasma-typo-h2-line-height:
|
|
1162
|
-
--plasma-typo-h2-bold-font-size:
|
|
1161
|
+
--plasma-typo-h2-line-height: 1.875rem;
|
|
1162
|
+
--plasma-typo-h2-bold-font-size: 1.5rem;
|
|
1163
1163
|
--plasma-typo-h2-bold-font-weight: 600;
|
|
1164
|
-
--plasma-typo-h2-bold-line-height:
|
|
1165
|
-
--plasma-typo-h3-font-size: 1.
|
|
1164
|
+
--plasma-typo-h2-bold-line-height: 1.875rem;
|
|
1165
|
+
--plasma-typo-h3-font-size: 1.25rem;
|
|
1166
1166
|
--plasma-typo-h3-font-weight: 400;
|
|
1167
|
-
--plasma-typo-h3-line-height:
|
|
1168
|
-
--plasma-typo-h3-bold-font-size: 1.
|
|
1167
|
+
--plasma-typo-h3-line-height: 1.625rem;
|
|
1168
|
+
--plasma-typo-h3-bold-font-size: 1.25rem;
|
|
1169
1169
|
--plasma-typo-h3-bold-font-weight: 600;
|
|
1170
|
-
--plasma-typo-h3-bold-line-height:
|
|
1171
|
-
--plasma-typo-h4-font-size: 1.
|
|
1170
|
+
--plasma-typo-h3-bold-line-height: 1.625rem;
|
|
1171
|
+
--plasma-typo-h4-font-size: 1.125rem;
|
|
1172
1172
|
--plasma-typo-h4-font-weight: 400;
|
|
1173
|
-
--plasma-typo-h4-line-height: 1.
|
|
1174
|
-
--plasma-typo-h4-bold-font-size: 1.
|
|
1173
|
+
--plasma-typo-h4-line-height: 1.5rem;
|
|
1174
|
+
--plasma-typo-h4-bold-font-size: 1.125rem;
|
|
1175
1175
|
--plasma-typo-h4-bold-font-weight: 600;
|
|
1176
|
-
--plasma-typo-h4-bold-line-height: 1.
|
|
1177
|
-
--plasma-typo-h5-font-size:
|
|
1176
|
+
--plasma-typo-h4-bold-line-height: 1.5rem;
|
|
1177
|
+
--plasma-typo-h5-font-size: 1rem;
|
|
1178
1178
|
--plasma-typo-h5-font-weight: 400;
|
|
1179
|
-
--plasma-typo-h5-line-height: 1.
|
|
1180
|
-
--plasma-typo-h5-bold-font-size:
|
|
1179
|
+
--plasma-typo-h5-line-height: 1.375rem;
|
|
1180
|
+
--plasma-typo-h5-bold-font-size: 1rem;
|
|
1181
1181
|
--plasma-typo-h5-bold-font-weight: 600;
|
|
1182
|
-
--plasma-typo-h5-bold-line-height: 1.
|
|
1182
|
+
--plasma-typo-h5-bold-line-height: 1.375rem;
|
|
1183
1183
|
--plasma-typo-body-l-font-size: 1.125rem;
|
|
1184
1184
|
--plasma-typo-body-l-font-weight: 400;
|
|
1185
|
-
--plasma-typo-body-l-line-height: 1.
|
|
1185
|
+
--plasma-typo-body-l-line-height: 1.375rem;
|
|
1186
1186
|
--plasma-typo-body-l-bold-font-size: 1.125rem;
|
|
1187
1187
|
--plasma-typo-body-l-bold-font-weight: 600;
|
|
1188
|
-
--plasma-typo-body-l-bold-line-height: 1.
|
|
1188
|
+
--plasma-typo-body-l-bold-line-height: 1.375rem;
|
|
1189
1189
|
--plasma-typo-body-m-font-size: 1rem;
|
|
1190
1190
|
--plasma-typo-body-m-font-weight: 400;
|
|
1191
|
-
--plasma-typo-body-m-line-height: 1.
|
|
1191
|
+
--plasma-typo-body-m-line-height: 1.25rem;
|
|
1192
1192
|
--plasma-typo-body-m-bold-font-size: 1rem;
|
|
1193
1193
|
--plasma-typo-body-m-bold-font-weight: 600;
|
|
1194
|
-
--plasma-typo-body-m-bold-line-height: 1.
|
|
1194
|
+
--plasma-typo-body-m-bold-line-height: 1.25rem;
|
|
1195
1195
|
--plasma-typo-body-s-font-size: 0.875rem;
|
|
1196
1196
|
--plasma-typo-body-s-font-weight: 400;
|
|
1197
|
-
--plasma-typo-body-s-line-height: 1.
|
|
1197
|
+
--plasma-typo-body-s-line-height: 1.125rem;
|
|
1198
1198
|
--plasma-typo-body-s-bold-font-size: 0.875rem;
|
|
1199
1199
|
--plasma-typo-body-s-bold-font-weight: 600;
|
|
1200
|
-
--plasma-typo-body-s-bold-line-height: 1.
|
|
1200
|
+
--plasma-typo-body-s-bold-line-height: 1.125rem;
|
|
1201
1201
|
--plasma-typo-body-xs-font-size: 0.75rem;
|
|
1202
1202
|
--plasma-typo-body-xs-font-weight: 400;
|
|
1203
|
-
--plasma-typo-body-xs-line-height:
|
|
1203
|
+
--plasma-typo-body-xs-line-height: 0.875rem;
|
|
1204
1204
|
--plasma-typo-body-xs-bold-font-size: 0.75rem;
|
|
1205
1205
|
--plasma-typo-body-xs-bold-font-weight: 600;
|
|
1206
|
-
--plasma-typo-body-xs-bold-line-height:
|
|
1206
|
+
--plasma-typo-body-xs-bold-line-height: 0.875rem;
|
|
1207
1207
|
--plasma-typo-body-xxs-font-size: 0.625rem;
|
|
1208
1208
|
--plasma-typo-body-xxs-font-weight: 400;
|
|
1209
|
-
--plasma-typo-body-xxs-line-height: 0.
|
|
1209
|
+
--plasma-typo-body-xxs-line-height: 0.75rem;
|
|
1210
1210
|
--plasma-typo-body-xxs-bold-font-size: 0.625rem;
|
|
1211
1211
|
--plasma-typo-body-xxs-bold-font-weight: 600;
|
|
1212
|
-
--plasma-typo-body-xxs-bold-line-height: 0.
|
|
1213
|
-
--plasma-typo-text-l-font-size: 1.
|
|
1212
|
+
--plasma-typo-body-xxs-bold-line-height: 0.75rem;
|
|
1213
|
+
--plasma-typo-text-l-font-size: 1.125rem;
|
|
1214
1214
|
--plasma-typo-text-l-font-weight: 400;
|
|
1215
|
-
--plasma-typo-text-l-line-height:
|
|
1216
|
-
--plasma-typo-text-l-bold-font-size: 1.
|
|
1215
|
+
--plasma-typo-text-l-line-height: 1.625rem;
|
|
1216
|
+
--plasma-typo-text-l-bold-font-size: 1.125rem;
|
|
1217
1217
|
--plasma-typo-text-l-bold-font-weight: 600;
|
|
1218
|
-
--plasma-typo-text-l-bold-line-height:
|
|
1219
|
-
--plasma-typo-text-m-font-size:
|
|
1218
|
+
--plasma-typo-text-l-bold-line-height: 1.625rem;
|
|
1219
|
+
--plasma-typo-text-m-font-size: 1rem;
|
|
1220
1220
|
--plasma-typo-text-m-font-weight: 400;
|
|
1221
|
-
--plasma-typo-text-m-line-height: 1.
|
|
1222
|
-
--plasma-typo-text-m-bold-font-size:
|
|
1221
|
+
--plasma-typo-text-m-line-height: 1.5rem;
|
|
1222
|
+
--plasma-typo-text-m-bold-font-size: 1rem;
|
|
1223
1223
|
--plasma-typo-text-m-bold-font-weight: 600;
|
|
1224
|
-
--plasma-typo-text-m-bold-line-height: 1.
|
|
1224
|
+
--plasma-typo-text-m-bold-line-height: 1.5rem;
|
|
1225
1225
|
--plasma-typo-text-s-font-size: 0.875rem;
|
|
1226
1226
|
--plasma-typo-text-s-font-weight: 400;
|
|
1227
1227
|
--plasma-typo-text-s-line-height: 1.25rem;
|
|
@@ -1230,156 +1230,156 @@ export const inverseTextPromoMinorGradient = 'var(--inverse-text-promo-minor-gra
|
|
|
1230
1230
|
--plasma-typo-text-s-bold-line-height: 1.25rem;
|
|
1231
1231
|
--plasma-typo-text-xs-font-size: 0.75rem;
|
|
1232
1232
|
--plasma-typo-text-xs-font-weight: 400;
|
|
1233
|
-
--plasma-typo-text-xs-line-height:
|
|
1233
|
+
--plasma-typo-text-xs-line-height: 1rem;
|
|
1234
1234
|
--plasma-typo-text-xs-bold-font-size: 0.75rem;
|
|
1235
1235
|
--plasma-typo-text-xs-bold-font-weight: 600;
|
|
1236
|
-
--plasma-typo-text-xs-bold-line-height:
|
|
1237
|
-
--plasma-typo-dspl-l-medium-font-size:
|
|
1236
|
+
--plasma-typo-text-xs-bold-line-height: 1rem;
|
|
1237
|
+
--plasma-typo-dspl-l-medium-font-size: 5.5rem;
|
|
1238
1238
|
--plasma-typo-dspl-l-medium-font-weight: 500;
|
|
1239
|
-
--plasma-typo-dspl-l-medium-line-height:
|
|
1240
|
-
--plasma-typo-dspl-m-medium-font-size:
|
|
1239
|
+
--plasma-typo-dspl-l-medium-line-height: 5.75rem;
|
|
1240
|
+
--plasma-typo-dspl-m-medium-font-size: 3.5rem;
|
|
1241
1241
|
--plasma-typo-dspl-m-medium-font-weight: 500;
|
|
1242
|
-
--plasma-typo-dspl-m-medium-line-height:
|
|
1243
|
-
--plasma-typo-dspl-s-medium-font-size:
|
|
1242
|
+
--plasma-typo-dspl-m-medium-line-height: 3.875rem;
|
|
1243
|
+
--plasma-typo-dspl-s-medium-font-size: 2.5rem;
|
|
1244
1244
|
--plasma-typo-dspl-s-medium-font-weight: 500;
|
|
1245
|
-
--plasma-typo-dspl-s-medium-line-height:
|
|
1246
|
-
--plasma-typo-h1-medium-font-size:
|
|
1245
|
+
--plasma-typo-dspl-s-medium-line-height: 2.875rem;
|
|
1246
|
+
--plasma-typo-h1-medium-font-size: 1.75rem;
|
|
1247
1247
|
--plasma-typo-h1-medium-font-weight: 500;
|
|
1248
|
-
--plasma-typo-h1-medium-line-height:
|
|
1249
|
-
--plasma-typo-h2-medium-font-size:
|
|
1248
|
+
--plasma-typo-h1-medium-line-height: 2.125rem;
|
|
1249
|
+
--plasma-typo-h2-medium-font-size: 1.5rem;
|
|
1250
1250
|
--plasma-typo-h2-medium-font-weight: 500;
|
|
1251
|
-
--plasma-typo-h2-medium-line-height:
|
|
1252
|
-
--plasma-typo-h3-medium-font-size: 1.
|
|
1251
|
+
--plasma-typo-h2-medium-line-height: 1.875rem;
|
|
1252
|
+
--plasma-typo-h3-medium-font-size: 1.25rem;
|
|
1253
1253
|
--plasma-typo-h3-medium-font-weight: 500;
|
|
1254
|
-
--plasma-typo-h3-medium-line-height:
|
|
1255
|
-
--plasma-typo-h4-medium-font-size: 1.
|
|
1254
|
+
--plasma-typo-h3-medium-line-height: 1.625rem;
|
|
1255
|
+
--plasma-typo-h4-medium-font-size: 1.125rem;
|
|
1256
1256
|
--plasma-typo-h4-medium-font-weight: 500;
|
|
1257
|
-
--plasma-typo-h4-medium-line-height: 1.
|
|
1258
|
-
--plasma-typo-h5-medium-font-size:
|
|
1257
|
+
--plasma-typo-h4-medium-line-height: 1.5rem;
|
|
1258
|
+
--plasma-typo-h5-medium-font-size: 1rem;
|
|
1259
1259
|
--plasma-typo-h5-medium-font-weight: 500;
|
|
1260
|
-
--plasma-typo-h5-medium-line-height: 1.
|
|
1260
|
+
--plasma-typo-h5-medium-line-height: 1.375rem;
|
|
1261
1261
|
--plasma-typo-body-l-medium-font-size: 1.125rem;
|
|
1262
1262
|
--plasma-typo-body-l-medium-font-weight: 500;
|
|
1263
|
-
--plasma-typo-body-l-medium-line-height: 1.
|
|
1263
|
+
--plasma-typo-body-l-medium-line-height: 1.375rem;
|
|
1264
1264
|
--plasma-typo-body-m-medium-font-size: 1rem;
|
|
1265
1265
|
--plasma-typo-body-m-medium-font-weight: 500;
|
|
1266
|
-
--plasma-typo-body-m-medium-line-height: 1.
|
|
1266
|
+
--plasma-typo-body-m-medium-line-height: 1.25rem;
|
|
1267
1267
|
--plasma-typo-body-s-medium-font-size: 0.875rem;
|
|
1268
1268
|
--plasma-typo-body-s-medium-font-weight: 500;
|
|
1269
|
-
--plasma-typo-body-s-medium-line-height: 1.
|
|
1269
|
+
--plasma-typo-body-s-medium-line-height: 1.125rem;
|
|
1270
1270
|
--plasma-typo-body-xs-medium-font-size: 0.75rem;
|
|
1271
1271
|
--plasma-typo-body-xs-medium-font-weight: 500;
|
|
1272
|
-
--plasma-typo-body-xs-medium-line-height:
|
|
1272
|
+
--plasma-typo-body-xs-medium-line-height: 0.875rem;
|
|
1273
1273
|
--plasma-typo-body-xxs-medium-font-size: 0.625rem;
|
|
1274
1274
|
--plasma-typo-body-xxs-medium-font-weight: 500;
|
|
1275
|
-
--plasma-typo-body-xxs-medium-line-height: 0.
|
|
1276
|
-
--plasma-typo-text-l-medium-font-size: 1.
|
|
1275
|
+
--plasma-typo-body-xxs-medium-line-height: 0.75rem;
|
|
1276
|
+
--plasma-typo-text-l-medium-font-size: 1.125rem;
|
|
1277
1277
|
--plasma-typo-text-l-medium-font-weight: 500;
|
|
1278
|
-
--plasma-typo-text-l-medium-line-height:
|
|
1279
|
-
--plasma-typo-text-m-medium-font-size:
|
|
1278
|
+
--plasma-typo-text-l-medium-line-height: 1.625rem;
|
|
1279
|
+
--plasma-typo-text-m-medium-font-size: 1rem;
|
|
1280
1280
|
--plasma-typo-text-m-medium-font-weight: 500;
|
|
1281
|
-
--plasma-typo-text-m-medium-line-height: 1.
|
|
1281
|
+
--plasma-typo-text-m-medium-line-height: 1.5rem;
|
|
1282
1282
|
--plasma-typo-text-s-medium-font-size: 0.875rem;
|
|
1283
1283
|
--plasma-typo-text-s-medium-font-weight: 500;
|
|
1284
1284
|
--plasma-typo-text-s-medium-line-height: 1.25rem;
|
|
1285
1285
|
--plasma-typo-text-xs-medium-font-size: 0.75rem;
|
|
1286
1286
|
--plasma-typo-text-xs-medium-font-weight: 500;
|
|
1287
|
-
--plasma-typo-text-xs-medium-line-height:
|
|
1287
|
+
--plasma-typo-text-xs-medium-line-height: 1rem;
|
|
1288
1288
|
}
|
|
1289
1289
|
}
|
|
1290
1290
|
|
|
1291
1291
|
@media (min-width: 560px) and (max-width: 959px) {
|
|
1292
1292
|
.dark, .light {
|
|
1293
|
-
--plasma-typo-dspl-l-font-size:
|
|
1293
|
+
--plasma-typo-dspl-l-font-size: 7rem;
|
|
1294
1294
|
--plasma-typo-dspl-l-font-weight: 300;
|
|
1295
|
-
--plasma-typo-dspl-l-line-height:
|
|
1296
|
-
--plasma-typo-dspl-l-bold-font-size:
|
|
1295
|
+
--plasma-typo-dspl-l-line-height: 7rem;
|
|
1296
|
+
--plasma-typo-dspl-l-bold-font-size: 7rem;
|
|
1297
1297
|
--plasma-typo-dspl-l-bold-font-weight: 600;
|
|
1298
|
-
--plasma-typo-dspl-l-bold-line-height:
|
|
1299
|
-
--plasma-typo-dspl-m-font-size:
|
|
1298
|
+
--plasma-typo-dspl-l-bold-line-height: 7rem;
|
|
1299
|
+
--plasma-typo-dspl-m-font-size: 4.5rem;
|
|
1300
1300
|
--plasma-typo-dspl-m-font-weight: 300;
|
|
1301
|
-
--plasma-typo-dspl-m-line-height:
|
|
1302
|
-
--plasma-typo-dspl-m-bold-font-size:
|
|
1301
|
+
--plasma-typo-dspl-m-line-height: 4.75rem;
|
|
1302
|
+
--plasma-typo-dspl-m-bold-font-size: 4.5rem;
|
|
1303
1303
|
--plasma-typo-dspl-m-bold-font-weight: 600;
|
|
1304
|
-
--plasma-typo-dspl-m-bold-line-height:
|
|
1305
|
-
--plasma-typo-dspl-s-font-size:
|
|
1304
|
+
--plasma-typo-dspl-m-bold-line-height: 4.75rem;
|
|
1305
|
+
--plasma-typo-dspl-s-font-size: 3rem;
|
|
1306
1306
|
--plasma-typo-dspl-s-font-weight: 300;
|
|
1307
|
-
--plasma-typo-dspl-s-line-height:
|
|
1308
|
-
--plasma-typo-dspl-s-bold-font-size:
|
|
1307
|
+
--plasma-typo-dspl-s-line-height: 3.375rem;
|
|
1308
|
+
--plasma-typo-dspl-s-bold-font-size: 3rem;
|
|
1309
1309
|
--plasma-typo-dspl-s-bold-font-weight: 600;
|
|
1310
|
-
--plasma-typo-dspl-s-bold-line-height:
|
|
1310
|
+
--plasma-typo-dspl-s-bold-line-height: 3.375rem;
|
|
1311
1311
|
--plasma-typo-h1-font-size: 2.5rem;
|
|
1312
1312
|
--plasma-typo-h1-font-weight: 400;
|
|
1313
|
-
--plasma-typo-h1-line-height:
|
|
1313
|
+
--plasma-typo-h1-line-height: 2.875rem;
|
|
1314
1314
|
--plasma-typo-h1-bold-font-size: 2.5rem;
|
|
1315
1315
|
--plasma-typo-h1-bold-font-weight: 600;
|
|
1316
|
-
--plasma-typo-h1-bold-line-height:
|
|
1317
|
-
--plasma-typo-h2-font-size:
|
|
1316
|
+
--plasma-typo-h1-bold-line-height: 2.875rem;
|
|
1317
|
+
--plasma-typo-h2-font-size: 1.75rem;
|
|
1318
1318
|
--plasma-typo-h2-font-weight: 400;
|
|
1319
|
-
--plasma-typo-h2-line-height: 2.
|
|
1320
|
-
--plasma-typo-h2-bold-font-size:
|
|
1319
|
+
--plasma-typo-h2-line-height: 2.125rem;
|
|
1320
|
+
--plasma-typo-h2-bold-font-size: 1.75rem;
|
|
1321
1321
|
--plasma-typo-h2-bold-font-weight: 600;
|
|
1322
|
-
--plasma-typo-h2-bold-line-height: 2.
|
|
1323
|
-
--plasma-typo-h3-font-size: 1.
|
|
1322
|
+
--plasma-typo-h2-bold-line-height: 2.125rem;
|
|
1323
|
+
--plasma-typo-h3-font-size: 1.25rem;
|
|
1324
1324
|
--plasma-typo-h3-font-weight: 400;
|
|
1325
|
-
--plasma-typo-h3-line-height:
|
|
1326
|
-
--plasma-typo-h3-bold-font-size: 1.
|
|
1325
|
+
--plasma-typo-h3-line-height: 1.625rem;
|
|
1326
|
+
--plasma-typo-h3-bold-font-size: 1.25rem;
|
|
1327
1327
|
--plasma-typo-h3-bold-font-weight: 600;
|
|
1328
|
-
--plasma-typo-h3-bold-line-height:
|
|
1329
|
-
--plasma-typo-h4-font-size: 1.
|
|
1328
|
+
--plasma-typo-h3-bold-line-height: 1.625rem;
|
|
1329
|
+
--plasma-typo-h4-font-size: 1.125rem;
|
|
1330
1330
|
--plasma-typo-h4-font-weight: 400;
|
|
1331
|
-
--plasma-typo-h4-line-height: 1.
|
|
1332
|
-
--plasma-typo-h4-bold-font-size: 1.
|
|
1331
|
+
--plasma-typo-h4-line-height: 1.5rem;
|
|
1332
|
+
--plasma-typo-h4-bold-font-size: 1.125rem;
|
|
1333
1333
|
--plasma-typo-h4-bold-font-weight: 600;
|
|
1334
|
-
--plasma-typo-h4-bold-line-height: 1.
|
|
1335
|
-
--plasma-typo-h5-font-size:
|
|
1334
|
+
--plasma-typo-h4-bold-line-height: 1.5rem;
|
|
1335
|
+
--plasma-typo-h5-font-size: 1rem;
|
|
1336
1336
|
--plasma-typo-h5-font-weight: 400;
|
|
1337
|
-
--plasma-typo-h5-line-height: 1.
|
|
1338
|
-
--plasma-typo-h5-bold-font-size:
|
|
1337
|
+
--plasma-typo-h5-line-height: 1.375rem;
|
|
1338
|
+
--plasma-typo-h5-bold-font-size: 1rem;
|
|
1339
1339
|
--plasma-typo-h5-bold-font-weight: 600;
|
|
1340
|
-
--plasma-typo-h5-bold-line-height: 1.
|
|
1340
|
+
--plasma-typo-h5-bold-line-height: 1.375rem;
|
|
1341
1341
|
--plasma-typo-body-l-font-size: 1.125rem;
|
|
1342
1342
|
--plasma-typo-body-l-font-weight: 400;
|
|
1343
|
-
--plasma-typo-body-l-line-height: 1.
|
|
1343
|
+
--plasma-typo-body-l-line-height: 1.375rem;
|
|
1344
1344
|
--plasma-typo-body-l-bold-font-size: 1.125rem;
|
|
1345
1345
|
--plasma-typo-body-l-bold-font-weight: 600;
|
|
1346
|
-
--plasma-typo-body-l-bold-line-height: 1.
|
|
1346
|
+
--plasma-typo-body-l-bold-line-height: 1.375rem;
|
|
1347
1347
|
--plasma-typo-body-m-font-size: 1rem;
|
|
1348
1348
|
--plasma-typo-body-m-font-weight: 400;
|
|
1349
|
-
--plasma-typo-body-m-line-height: 1.
|
|
1349
|
+
--plasma-typo-body-m-line-height: 1.25rem;
|
|
1350
1350
|
--plasma-typo-body-m-bold-font-size: 1rem;
|
|
1351
1351
|
--plasma-typo-body-m-bold-font-weight: 600;
|
|
1352
|
-
--plasma-typo-body-m-bold-line-height: 1.
|
|
1352
|
+
--plasma-typo-body-m-bold-line-height: 1.25rem;
|
|
1353
1353
|
--plasma-typo-body-s-font-size: 0.875rem;
|
|
1354
1354
|
--plasma-typo-body-s-font-weight: 400;
|
|
1355
|
-
--plasma-typo-body-s-line-height: 1.
|
|
1355
|
+
--plasma-typo-body-s-line-height: 1.125rem;
|
|
1356
1356
|
--plasma-typo-body-s-bold-font-size: 0.875rem;
|
|
1357
1357
|
--plasma-typo-body-s-bold-font-weight: 600;
|
|
1358
|
-
--plasma-typo-body-s-bold-line-height: 1.
|
|
1358
|
+
--plasma-typo-body-s-bold-line-height: 1.125rem;
|
|
1359
1359
|
--plasma-typo-body-xs-font-size: 0.75rem;
|
|
1360
1360
|
--plasma-typo-body-xs-font-weight: 400;
|
|
1361
|
-
--plasma-typo-body-xs-line-height:
|
|
1361
|
+
--plasma-typo-body-xs-line-height: 0.875rem;
|
|
1362
1362
|
--plasma-typo-body-xs-bold-font-size: 0.75rem;
|
|
1363
1363
|
--plasma-typo-body-xs-bold-font-weight: 600;
|
|
1364
|
-
--plasma-typo-body-xs-bold-line-height:
|
|
1364
|
+
--plasma-typo-body-xs-bold-line-height: 0.875rem;
|
|
1365
1365
|
--plasma-typo-body-xxs-font-size: 0.625rem;
|
|
1366
1366
|
--plasma-typo-body-xxs-font-weight: 400;
|
|
1367
|
-
--plasma-typo-body-xxs-line-height: 0.
|
|
1367
|
+
--plasma-typo-body-xxs-line-height: 0.75rem;
|
|
1368
1368
|
--plasma-typo-body-xxs-bold-font-size: 0.625rem;
|
|
1369
1369
|
--plasma-typo-body-xxs-bold-font-weight: 600;
|
|
1370
|
-
--plasma-typo-body-xxs-bold-line-height: 0.
|
|
1371
|
-
--plasma-typo-text-l-font-size: 1.
|
|
1370
|
+
--plasma-typo-body-xxs-bold-line-height: 0.75rem;
|
|
1371
|
+
--plasma-typo-text-l-font-size: 1.25rem;
|
|
1372
1372
|
--plasma-typo-text-l-font-weight: 400;
|
|
1373
|
-
--plasma-typo-text-l-line-height:
|
|
1374
|
-
--plasma-typo-text-l-bold-font-size: 1.
|
|
1373
|
+
--plasma-typo-text-l-line-height: 1.75rem;
|
|
1374
|
+
--plasma-typo-text-l-bold-font-size: 1.25rem;
|
|
1375
1375
|
--plasma-typo-text-l-bold-font-weight: 600;
|
|
1376
|
-
--plasma-typo-text-l-bold-line-height:
|
|
1377
|
-
--plasma-typo-text-m-font-size:
|
|
1376
|
+
--plasma-typo-text-l-bold-line-height: 1.75rem;
|
|
1377
|
+
--plasma-typo-text-m-font-size: 1rem;
|
|
1378
1378
|
--plasma-typo-text-m-font-weight: 400;
|
|
1379
|
-
--plasma-typo-text-m-line-height: 1.
|
|
1380
|
-
--plasma-typo-text-m-bold-font-size:
|
|
1379
|
+
--plasma-typo-text-m-line-height: 1.5rem;
|
|
1380
|
+
--plasma-typo-text-m-bold-font-size: 1rem;
|
|
1381
1381
|
--plasma-typo-text-m-bold-font-weight: 600;
|
|
1382
|
-
--plasma-typo-text-m-bold-line-height: 1.
|
|
1382
|
+
--plasma-typo-text-m-bold-line-height: 1.5rem;
|
|
1383
1383
|
--plasma-typo-text-s-font-size: 0.875rem;
|
|
1384
1384
|
--plasma-typo-text-s-font-weight: 400;
|
|
1385
1385
|
--plasma-typo-text-s-line-height: 1.25rem;
|
|
@@ -1388,61 +1388,61 @@ export const inverseTextPromoMinorGradient = 'var(--inverse-text-promo-minor-gra
|
|
|
1388
1388
|
--plasma-typo-text-s-bold-line-height: 1.25rem;
|
|
1389
1389
|
--plasma-typo-text-xs-font-size: 0.75rem;
|
|
1390
1390
|
--plasma-typo-text-xs-font-weight: 400;
|
|
1391
|
-
--plasma-typo-text-xs-line-height:
|
|
1391
|
+
--plasma-typo-text-xs-line-height: 1rem;
|
|
1392
1392
|
--plasma-typo-text-xs-bold-font-size: 0.75rem;
|
|
1393
1393
|
--plasma-typo-text-xs-bold-font-weight: 600;
|
|
1394
|
-
--plasma-typo-text-xs-bold-line-height:
|
|
1395
|
-
--plasma-typo-dspl-l-medium-font-size:
|
|
1394
|
+
--plasma-typo-text-xs-bold-line-height: 1rem;
|
|
1395
|
+
--plasma-typo-dspl-l-medium-font-size: 7rem;
|
|
1396
1396
|
--plasma-typo-dspl-l-medium-font-weight: 500;
|
|
1397
|
-
--plasma-typo-dspl-l-medium-line-height:
|
|
1398
|
-
--plasma-typo-dspl-m-medium-font-size:
|
|
1397
|
+
--plasma-typo-dspl-l-medium-line-height: 7rem;
|
|
1398
|
+
--plasma-typo-dspl-m-medium-font-size: 4.5rem;
|
|
1399
1399
|
--plasma-typo-dspl-m-medium-font-weight: 500;
|
|
1400
|
-
--plasma-typo-dspl-m-medium-line-height:
|
|
1401
|
-
--plasma-typo-dspl-s-medium-font-size:
|
|
1400
|
+
--plasma-typo-dspl-m-medium-line-height: 4.75rem;
|
|
1401
|
+
--plasma-typo-dspl-s-medium-font-size: 3rem;
|
|
1402
1402
|
--plasma-typo-dspl-s-medium-font-weight: 500;
|
|
1403
|
-
--plasma-typo-dspl-s-medium-line-height:
|
|
1403
|
+
--plasma-typo-dspl-s-medium-line-height: 3.375rem;
|
|
1404
1404
|
--plasma-typo-h1-medium-font-size: 2.5rem;
|
|
1405
1405
|
--plasma-typo-h1-medium-font-weight: 500;
|
|
1406
|
-
--plasma-typo-h1-medium-line-height:
|
|
1407
|
-
--plasma-typo-h2-medium-font-size:
|
|
1406
|
+
--plasma-typo-h1-medium-line-height: 2.875rem;
|
|
1407
|
+
--plasma-typo-h2-medium-font-size: 1.75rem;
|
|
1408
1408
|
--plasma-typo-h2-medium-font-weight: 500;
|
|
1409
|
-
--plasma-typo-h2-medium-line-height: 2.
|
|
1410
|
-
--plasma-typo-h3-medium-font-size: 1.
|
|
1409
|
+
--plasma-typo-h2-medium-line-height: 2.125rem;
|
|
1410
|
+
--plasma-typo-h3-medium-font-size: 1.25rem;
|
|
1411
1411
|
--plasma-typo-h3-medium-font-weight: 500;
|
|
1412
|
-
--plasma-typo-h3-medium-line-height:
|
|
1413
|
-
--plasma-typo-h4-medium-font-size: 1.
|
|
1412
|
+
--plasma-typo-h3-medium-line-height: 1.625rem;
|
|
1413
|
+
--plasma-typo-h4-medium-font-size: 1.125rem;
|
|
1414
1414
|
--plasma-typo-h4-medium-font-weight: 500;
|
|
1415
|
-
--plasma-typo-h4-medium-line-height: 1.
|
|
1416
|
-
--plasma-typo-h5-medium-font-size:
|
|
1415
|
+
--plasma-typo-h4-medium-line-height: 1.5rem;
|
|
1416
|
+
--plasma-typo-h5-medium-font-size: 1rem;
|
|
1417
1417
|
--plasma-typo-h5-medium-font-weight: 500;
|
|
1418
|
-
--plasma-typo-h5-medium-line-height: 1.
|
|
1418
|
+
--plasma-typo-h5-medium-line-height: 1.375rem;
|
|
1419
1419
|
--plasma-typo-body-l-medium-font-size: 1.125rem;
|
|
1420
1420
|
--plasma-typo-body-l-medium-font-weight: 500;
|
|
1421
|
-
--plasma-typo-body-l-medium-line-height: 1.
|
|
1421
|
+
--plasma-typo-body-l-medium-line-height: 1.375rem;
|
|
1422
1422
|
--plasma-typo-body-m-medium-font-size: 1rem;
|
|
1423
1423
|
--plasma-typo-body-m-medium-font-weight: 500;
|
|
1424
|
-
--plasma-typo-body-m-medium-line-height: 1.
|
|
1424
|
+
--plasma-typo-body-m-medium-line-height: 1.25rem;
|
|
1425
1425
|
--plasma-typo-body-s-medium-font-size: 0.875rem;
|
|
1426
1426
|
--plasma-typo-body-s-medium-font-weight: 500;
|
|
1427
|
-
--plasma-typo-body-s-medium-line-height: 1.
|
|
1427
|
+
--plasma-typo-body-s-medium-line-height: 1.125rem;
|
|
1428
1428
|
--plasma-typo-body-xs-medium-font-size: 0.75rem;
|
|
1429
1429
|
--plasma-typo-body-xs-medium-font-weight: 500;
|
|
1430
|
-
--plasma-typo-body-xs-medium-line-height:
|
|
1430
|
+
--plasma-typo-body-xs-medium-line-height: 0.875rem;
|
|
1431
1431
|
--plasma-typo-body-xxs-medium-font-size: 0.625rem;
|
|
1432
1432
|
--plasma-typo-body-xxs-medium-font-weight: 500;
|
|
1433
|
-
--plasma-typo-body-xxs-medium-line-height: 0.
|
|
1434
|
-
--plasma-typo-text-l-medium-font-size: 1.
|
|
1433
|
+
--plasma-typo-body-xxs-medium-line-height: 0.75rem;
|
|
1434
|
+
--plasma-typo-text-l-medium-font-size: 1.25rem;
|
|
1435
1435
|
--plasma-typo-text-l-medium-font-weight: 500;
|
|
1436
|
-
--plasma-typo-text-l-medium-line-height:
|
|
1437
|
-
--plasma-typo-text-m-medium-font-size:
|
|
1436
|
+
--plasma-typo-text-l-medium-line-height: 1.75rem;
|
|
1437
|
+
--plasma-typo-text-m-medium-font-size: 1rem;
|
|
1438
1438
|
--plasma-typo-text-m-medium-font-weight: 500;
|
|
1439
|
-
--plasma-typo-text-m-medium-line-height: 1.
|
|
1439
|
+
--plasma-typo-text-m-medium-line-height: 1.5rem;
|
|
1440
1440
|
--plasma-typo-text-s-medium-font-size: 0.875rem;
|
|
1441
1441
|
--plasma-typo-text-s-medium-font-weight: 500;
|
|
1442
1442
|
--plasma-typo-text-s-medium-line-height: 1.25rem;
|
|
1443
1443
|
--plasma-typo-text-xs-medium-font-size: 0.75rem;
|
|
1444
1444
|
--plasma-typo-text-xs-medium-font-weight: 500;
|
|
1445
|
-
--plasma-typo-text-xs-medium-line-height:
|
|
1445
|
+
--plasma-typo-text-xs-medium-line-height: 1rem;
|
|
1446
1446
|
}
|
|
1447
1447
|
}
|
|
1448
1448
|
|
|
@@ -1540,10 +1540,10 @@ export const inverseTextPromoMinorGradient = 'var(--inverse-text-promo-minor-gra
|
|
|
1540
1540
|
--plasma-typo-text-m-bold-line-height: 1.75rem;
|
|
1541
1541
|
--plasma-typo-text-s-font-size: 0.875rem;
|
|
1542
1542
|
--plasma-typo-text-s-font-weight: 400;
|
|
1543
|
-
--plasma-typo-text-s-line-height: 1.
|
|
1543
|
+
--plasma-typo-text-s-line-height: 1.375rem;
|
|
1544
1544
|
--plasma-typo-text-s-bold-font-size: 0.875rem;
|
|
1545
1545
|
--plasma-typo-text-s-bold-font-weight: 600;
|
|
1546
|
-
--plasma-typo-text-s-bold-line-height: 1.
|
|
1546
|
+
--plasma-typo-text-s-bold-line-height: 1.375rem;
|
|
1547
1547
|
--plasma-typo-text-xs-font-size: 0.75rem;
|
|
1548
1548
|
--plasma-typo-text-xs-font-weight: 400;
|
|
1549
1549
|
--plasma-typo-text-xs-line-height: 1.125rem;
|
|
@@ -1553,9 +1553,6 @@ export const inverseTextPromoMinorGradient = 'var(--inverse-text-promo-minor-gra
|
|
|
1553
1553
|
--plasma-typo-dspl-l-medium-font-size: 8rem;
|
|
1554
1554
|
--plasma-typo-dspl-l-medium-font-weight: 500;
|
|
1555
1555
|
--plasma-typo-dspl-l-medium-line-height: 8rem;
|
|
1556
|
-
--plasma-typo-dspl-m-medium-font-size: 5.5rem;
|
|
1557
|
-
--plasma-typo-dspl-m-medium-font-weight: 500;
|
|
1558
|
-
--plasma-typo-dspl-m-medium-line-height: 6rem;
|
|
1559
1556
|
--plasma-typo-dspl-s-medium-font-size: 4rem;
|
|
1560
1557
|
--plasma-typo-dspl-s-medium-font-weight: 500;
|
|
1561
1558
|
--plasma-typo-dspl-s-medium-line-height: 4.5rem;
|