@amedia/brick-mcp 1.0.4 → 1.0.6
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/data/components-metadata.json +31 -31
- package/data/tokens.json +231 -245
- package/dist/data/components-metadata.json +31 -31
- package/dist/data/tokens.json +231 -245
- package/package.json +30 -30
package/data/tokens.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"path": "color.base.bg",
|
|
4
4
|
"name": "baseBg",
|
|
5
5
|
"type": "color",
|
|
6
|
-
"value": "rgb(
|
|
6
|
+
"value": "rgb(245, 245, 245)",
|
|
7
7
|
"description": "Main page background",
|
|
8
8
|
"cssVariable": "var(--brick-colors-baseBg)"
|
|
9
9
|
},
|
|
@@ -1085,35 +1085,35 @@
|
|
|
1085
1085
|
"path": "color.pill.none.pulse-bg",
|
|
1086
1086
|
"name": "pillNonePulseBg",
|
|
1087
1087
|
"type": "color",
|
|
1088
|
-
"value": "rgba(
|
|
1088
|
+
"value": "rgba(233, 12, 12, 1)",
|
|
1089
1089
|
"cssVariable": "var(--brick-colors-pillNonePulseBg)"
|
|
1090
1090
|
},
|
|
1091
1091
|
{
|
|
1092
1092
|
"path": "color.pill.none.pulse-end-bg",
|
|
1093
1093
|
"name": "pillNonePulseEndBg",
|
|
1094
1094
|
"type": "color",
|
|
1095
|
-
"value": "rgba(
|
|
1095
|
+
"value": "rgba(233, 12, 12, 0)",
|
|
1096
1096
|
"cssVariable": "var(--brick-colors-pillNonePulseEndBg)"
|
|
1097
1097
|
},
|
|
1098
1098
|
{
|
|
1099
1099
|
"path": "color.pill.none.pulse-start-bg",
|
|
1100
1100
|
"name": "pillNonePulseStartBg",
|
|
1101
1101
|
"type": "color",
|
|
1102
|
-
"value": "rgba(
|
|
1102
|
+
"value": "rgba(233, 12, 12, 0.7)",
|
|
1103
1103
|
"cssVariable": "var(--brick-colors-pillNonePulseStartBg)"
|
|
1104
1104
|
},
|
|
1105
1105
|
{
|
|
1106
1106
|
"path": "color.pill.none.fg",
|
|
1107
1107
|
"name": "pillNoneFg",
|
|
1108
1108
|
"type": "color",
|
|
1109
|
-
"value": "rgb(
|
|
1109
|
+
"value": "rgb(0, 0, 0)",
|
|
1110
1110
|
"cssVariable": "var(--brick-colors-pillNoneFg)"
|
|
1111
1111
|
},
|
|
1112
1112
|
{
|
|
1113
1113
|
"path": "color.pill.none.breaking-fg",
|
|
1114
1114
|
"name": "pillNoneBreakingFg",
|
|
1115
1115
|
"type": "color",
|
|
1116
|
-
"value": "rgb(
|
|
1116
|
+
"value": "rgb(233, 12, 12)",
|
|
1117
1117
|
"description": "Uses braking color as default.",
|
|
1118
1118
|
"cssVariable": "var(--brick-colors-pillNoneBreakingFg)"
|
|
1119
1119
|
},
|
|
@@ -1121,28 +1121,28 @@
|
|
|
1121
1121
|
"path": "color.pill.none.divider",
|
|
1122
1122
|
"name": "pillNoneDivider",
|
|
1123
1123
|
"type": "color",
|
|
1124
|
-
"value": "rgb(
|
|
1124
|
+
"value": "rgb(204, 204, 204)",
|
|
1125
1125
|
"cssVariable": "var(--brick-colors-pillNoneDivider)"
|
|
1126
1126
|
},
|
|
1127
1127
|
{
|
|
1128
1128
|
"path": "color.pill.none-filled.pulse-bg",
|
|
1129
1129
|
"name": "pillNoneFilledPulseBg",
|
|
1130
1130
|
"type": "color",
|
|
1131
|
-
"value": "rgb(
|
|
1131
|
+
"value": "rgb(233, 12, 12)",
|
|
1132
1132
|
"cssVariable": "var(--brick-colors-pillNoneFilledPulseBg)"
|
|
1133
1133
|
},
|
|
1134
1134
|
{
|
|
1135
1135
|
"path": "color.pill.none-filled.pulse-start-bg",
|
|
1136
1136
|
"name": "pillNoneFilledPulseStartBg",
|
|
1137
1137
|
"type": "color",
|
|
1138
|
-
"value": "rgba(
|
|
1138
|
+
"value": "rgba(233, 12, 12, 0.7)",
|
|
1139
1139
|
"cssVariable": "var(--brick-colors-pillNoneFilledPulseStartBg)"
|
|
1140
1140
|
},
|
|
1141
1141
|
{
|
|
1142
1142
|
"path": "color.pill.none-filled.pulse-end-bg",
|
|
1143
1143
|
"name": "pillNoneFilledPulseEndBg",
|
|
1144
1144
|
"type": "color",
|
|
1145
|
-
"value": "rgba(
|
|
1145
|
+
"value": "rgba(233, 12, 12, 0)",
|
|
1146
1146
|
"cssVariable": "var(--brick-colors-pillNoneFilledPulseEndBg)"
|
|
1147
1147
|
},
|
|
1148
1148
|
{
|
|
@@ -1156,14 +1156,14 @@
|
|
|
1156
1156
|
"path": "color.pill.none-filled.fg",
|
|
1157
1157
|
"name": "pillNoneFilledFg",
|
|
1158
1158
|
"type": "color",
|
|
1159
|
-
"value": "rgb(
|
|
1159
|
+
"value": "rgb(0, 0, 0)",
|
|
1160
1160
|
"cssVariable": "var(--brick-colors-pillNoneFilledFg)"
|
|
1161
1161
|
},
|
|
1162
1162
|
{
|
|
1163
1163
|
"path": "color.pill.none-filled.breaking-fg",
|
|
1164
1164
|
"name": "pillNoneFilledBreakingFg",
|
|
1165
1165
|
"type": "color",
|
|
1166
|
-
"value": "rgb(
|
|
1166
|
+
"value": "rgb(233, 12, 12)",
|
|
1167
1167
|
"description": "Uses braking color as default.",
|
|
1168
1168
|
"cssVariable": "var(--brick-colors-pillNoneFilledBreakingFg)"
|
|
1169
1169
|
},
|
|
@@ -1178,28 +1178,28 @@
|
|
|
1178
1178
|
"path": "color.pill.none-filled.divider",
|
|
1179
1179
|
"name": "pillNoneFilledDivider",
|
|
1180
1180
|
"type": "color",
|
|
1181
|
-
"value": "rgb(
|
|
1181
|
+
"value": "rgb(204, 204, 204)",
|
|
1182
1182
|
"cssVariable": "var(--brick-colors-pillNoneFilledDivider)"
|
|
1183
1183
|
},
|
|
1184
1184
|
{
|
|
1185
1185
|
"path": "color.pill.black.pulse-bg",
|
|
1186
1186
|
"name": "pillBlackPulseBg",
|
|
1187
1187
|
"type": "color",
|
|
1188
|
-
"value": "rgba(
|
|
1188
|
+
"value": "rgba(233, 12, 12, 1)",
|
|
1189
1189
|
"cssVariable": "var(--brick-colors-pillBlackPulseBg)"
|
|
1190
1190
|
},
|
|
1191
1191
|
{
|
|
1192
1192
|
"path": "color.pill.black.pulse-start-bg",
|
|
1193
1193
|
"name": "pillBlackPulseStartBg",
|
|
1194
1194
|
"type": "color",
|
|
1195
|
-
"value": "rgba(
|
|
1195
|
+
"value": "rgba(233, 12, 12, 0.7)",
|
|
1196
1196
|
"cssVariable": "var(--brick-colors-pillBlackPulseStartBg)"
|
|
1197
1197
|
},
|
|
1198
1198
|
{
|
|
1199
1199
|
"path": "color.pill.black.pulse-end-bg",
|
|
1200
1200
|
"name": "pillBlackPulseEndBg",
|
|
1201
1201
|
"type": "color",
|
|
1202
|
-
"value": "rgba(
|
|
1202
|
+
"value": "rgba(233, 12, 12, 0)",
|
|
1203
1203
|
"cssVariable": "var(--brick-colors-pillBlackPulseEndBg)"
|
|
1204
1204
|
},
|
|
1205
1205
|
{
|
|
@@ -1221,28 +1221,28 @@
|
|
|
1221
1221
|
"path": "color.pill.black.divider",
|
|
1222
1222
|
"name": "pillBlackDivider",
|
|
1223
1223
|
"type": "color",
|
|
1224
|
-
"value": "rgb(
|
|
1224
|
+
"value": "rgb(204, 204, 204)",
|
|
1225
1225
|
"cssVariable": "var(--brick-colors-pillBlackDivider)"
|
|
1226
1226
|
},
|
|
1227
1227
|
{
|
|
1228
1228
|
"path": "color.pill.black-filled.pulse-bg",
|
|
1229
1229
|
"name": "pillBlackFilledPulseBg",
|
|
1230
1230
|
"type": "color",
|
|
1231
|
-
"value": "rgb(
|
|
1231
|
+
"value": "rgb(255, 255, 255)",
|
|
1232
1232
|
"cssVariable": "var(--brick-colors-pillBlackFilledPulseBg)"
|
|
1233
1233
|
},
|
|
1234
1234
|
{
|
|
1235
1235
|
"path": "color.pill.black-filled.pulse-start-bg",
|
|
1236
1236
|
"name": "pillBlackFilledPulseStartBg",
|
|
1237
1237
|
"type": "color",
|
|
1238
|
-
"value": "rgba(
|
|
1238
|
+
"value": "rgba(255, 255, 255, 0.7)",
|
|
1239
1239
|
"cssVariable": "var(--brick-colors-pillBlackFilledPulseStartBg)"
|
|
1240
1240
|
},
|
|
1241
1241
|
{
|
|
1242
1242
|
"path": "color.pill.black-filled.pulse-end-bg",
|
|
1243
1243
|
"name": "pillBlackFilledPulseEndBg",
|
|
1244
1244
|
"type": "color",
|
|
1245
|
-
"value": "rgba(
|
|
1245
|
+
"value": "rgba(255, 255, 255, 0)",
|
|
1246
1246
|
"cssVariable": "var(--brick-colors-pillBlackFilledPulseEndBg)"
|
|
1247
1247
|
},
|
|
1248
1248
|
{
|
|
@@ -1271,35 +1271,35 @@
|
|
|
1271
1271
|
"path": "color.pill.black-filled.breaking-bg",
|
|
1272
1272
|
"name": "pillBlackFilledBreakingBg",
|
|
1273
1273
|
"type": "color",
|
|
1274
|
-
"value": "rgb(
|
|
1274
|
+
"value": "rgb(255, 0, 59)",
|
|
1275
1275
|
"cssVariable": "var(--brick-colors-pillBlackFilledBreakingBg)"
|
|
1276
1276
|
},
|
|
1277
1277
|
{
|
|
1278
1278
|
"path": "color.pill.black-filled.divider",
|
|
1279
1279
|
"name": "pillBlackFilledDivider",
|
|
1280
1280
|
"type": "color",
|
|
1281
|
-
"value": "rgb(
|
|
1281
|
+
"value": "rgb(204, 204, 204)",
|
|
1282
1282
|
"cssVariable": "var(--brick-colors-pillBlackFilledDivider)"
|
|
1283
1283
|
},
|
|
1284
1284
|
{
|
|
1285
1285
|
"path": "color.pill.highlight.pulse-bg",
|
|
1286
1286
|
"name": "pillHighlightPulseBg",
|
|
1287
1287
|
"type": "color",
|
|
1288
|
-
"value": "rgba(
|
|
1288
|
+
"value": "rgba(233, 12, 12, 1)",
|
|
1289
1289
|
"cssVariable": "var(--brick-colors-pillHighlightPulseBg)"
|
|
1290
1290
|
},
|
|
1291
1291
|
{
|
|
1292
1292
|
"path": "color.pill.highlight.pulse-end-bg",
|
|
1293
1293
|
"name": "pillHighlightPulseEndBg",
|
|
1294
1294
|
"type": "color",
|
|
1295
|
-
"value": "rgba(
|
|
1295
|
+
"value": "rgba(233, 12, 12, 0)",
|
|
1296
1296
|
"cssVariable": "var(--brick-colors-pillHighlightPulseEndBg)"
|
|
1297
1297
|
},
|
|
1298
1298
|
{
|
|
1299
1299
|
"path": "color.pill.highlight.pulse-start-bg",
|
|
1300
1300
|
"name": "pillHighlightPulseStartBg",
|
|
1301
1301
|
"type": "color",
|
|
1302
|
-
"value": "rgba(
|
|
1302
|
+
"value": "rgba(233, 12, 12, 0.7)",
|
|
1303
1303
|
"cssVariable": "var(--brick-colors-pillHighlightPulseStartBg)"
|
|
1304
1304
|
},
|
|
1305
1305
|
{
|
|
@@ -1321,35 +1321,35 @@
|
|
|
1321
1321
|
"path": "color.pill.highlight.divider",
|
|
1322
1322
|
"name": "pillHighlightDivider",
|
|
1323
1323
|
"type": "color",
|
|
1324
|
-
"value": "
|
|
1324
|
+
"value": "rgb(71, 70, 70)",
|
|
1325
1325
|
"cssVariable": "var(--brick-colors-pillHighlightDivider)"
|
|
1326
1326
|
},
|
|
1327
1327
|
{
|
|
1328
1328
|
"path": "color.pill.highlight-filled.pulse-bg",
|
|
1329
1329
|
"name": "pillHighlightFilledPulseBg",
|
|
1330
1330
|
"type": "color",
|
|
1331
|
-
"value": "rgb(
|
|
1331
|
+
"value": "rgb(233, 12, 12)",
|
|
1332
1332
|
"cssVariable": "var(--brick-colors-pillHighlightFilledPulseBg)"
|
|
1333
1333
|
},
|
|
1334
1334
|
{
|
|
1335
1335
|
"path": "color.pill.highlight-filled.pulse-start-bg",
|
|
1336
1336
|
"name": "pillHighlightFilledPulseStartBg",
|
|
1337
1337
|
"type": "color",
|
|
1338
|
-
"value": "rgba(
|
|
1338
|
+
"value": "rgba(233, 12, 12, 0.7)",
|
|
1339
1339
|
"cssVariable": "var(--brick-colors-pillHighlightFilledPulseStartBg)"
|
|
1340
1340
|
},
|
|
1341
1341
|
{
|
|
1342
1342
|
"path": "color.pill.highlight-filled.pulse-end-bg",
|
|
1343
1343
|
"name": "pillHighlightFilledPulseEndBg",
|
|
1344
1344
|
"type": "color",
|
|
1345
|
-
"value": "rgba(
|
|
1345
|
+
"value": "rgba(233, 12, 12, 0)",
|
|
1346
1346
|
"cssVariable": "var(--brick-colors-pillHighlightFilledPulseEndBg)"
|
|
1347
1347
|
},
|
|
1348
1348
|
{
|
|
1349
1349
|
"path": "color.pill.highlight-filled.bg",
|
|
1350
1350
|
"name": "pillHighlightFilledBg",
|
|
1351
1351
|
"type": "color",
|
|
1352
|
-
"value": "rgb(255,
|
|
1352
|
+
"value": "rgb(255, 235, 88)",
|
|
1353
1353
|
"cssVariable": "var(--brick-colors-pillHighlightFilledBg)"
|
|
1354
1354
|
},
|
|
1355
1355
|
{
|
|
@@ -1371,35 +1371,35 @@
|
|
|
1371
1371
|
"path": "color.pill.highlight-filled.breaking-bg",
|
|
1372
1372
|
"name": "pillHighlightFilledBreakingBg",
|
|
1373
1373
|
"type": "color",
|
|
1374
|
-
"value": "rgb(255,
|
|
1374
|
+
"value": "rgb(255, 235, 88)",
|
|
1375
1375
|
"cssVariable": "var(--brick-colors-pillHighlightFilledBreakingBg)"
|
|
1376
1376
|
},
|
|
1377
1377
|
{
|
|
1378
1378
|
"path": "color.pill.highlight-filled.divider",
|
|
1379
1379
|
"name": "pillHighlightFilledDivider",
|
|
1380
1380
|
"type": "color",
|
|
1381
|
-
"value": "
|
|
1381
|
+
"value": "rgb(71, 70, 70)",
|
|
1382
1382
|
"cssVariable": "var(--brick-colors-pillHighlightFilledDivider)"
|
|
1383
1383
|
},
|
|
1384
1384
|
{
|
|
1385
1385
|
"path": "color.pill.custom-one.pulse-bg",
|
|
1386
1386
|
"name": "pillCustomOnePulseBg",
|
|
1387
1387
|
"type": "color",
|
|
1388
|
-
"value": "rgb(
|
|
1388
|
+
"value": "rgb(233, 12, 12)",
|
|
1389
1389
|
"cssVariable": "var(--brick-colors-pillCustomOnePulseBg)"
|
|
1390
1390
|
},
|
|
1391
1391
|
{
|
|
1392
1392
|
"path": "color.pill.custom-one.pulse-start-bg",
|
|
1393
1393
|
"name": "pillCustomOnePulseStartBg",
|
|
1394
1394
|
"type": "color",
|
|
1395
|
-
"value": "rgba(
|
|
1395
|
+
"value": "rgba(233, 12, 12, 0.7)",
|
|
1396
1396
|
"cssVariable": "var(--brick-colors-pillCustomOnePulseStartBg)"
|
|
1397
1397
|
},
|
|
1398
1398
|
{
|
|
1399
1399
|
"path": "color.pill.custom-one.pulse-end-bg",
|
|
1400
1400
|
"name": "pillCustomOnePulseEndBg",
|
|
1401
1401
|
"type": "color",
|
|
1402
|
-
"value": "rgba(
|
|
1402
|
+
"value": "rgba(233, 12, 12, 0)",
|
|
1403
1403
|
"cssVariable": "var(--brick-colors-pillCustomOnePulseEndBg)"
|
|
1404
1404
|
},
|
|
1405
1405
|
{
|
|
@@ -1421,35 +1421,35 @@
|
|
|
1421
1421
|
"path": "color.pill.custom-one.divider",
|
|
1422
1422
|
"name": "pillCustomOneDivider",
|
|
1423
1423
|
"type": "color",
|
|
1424
|
-
"value": "
|
|
1424
|
+
"value": "rgb(204, 204, 204)",
|
|
1425
1425
|
"cssVariable": "var(--brick-colors-pillCustomOneDivider)"
|
|
1426
1426
|
},
|
|
1427
1427
|
{
|
|
1428
1428
|
"path": "color.pill.custom-one-filled.pulse-bg",
|
|
1429
1429
|
"name": "pillCustomOneFilledPulseBg",
|
|
1430
1430
|
"type": "color",
|
|
1431
|
-
"value": "rgba(
|
|
1431
|
+
"value": "rgba(233, 12, 12, 1)",
|
|
1432
1432
|
"cssVariable": "var(--brick-colors-pillCustomOneFilledPulseBg)"
|
|
1433
1433
|
},
|
|
1434
1434
|
{
|
|
1435
1435
|
"path": "color.pill.custom-one-filled.pulse-start-bg",
|
|
1436
1436
|
"name": "pillCustomOneFilledPulseStartBg",
|
|
1437
1437
|
"type": "color",
|
|
1438
|
-
"value": "rgba(
|
|
1438
|
+
"value": "rgba(233, 12, 12, 0.7)",
|
|
1439
1439
|
"cssVariable": "var(--brick-colors-pillCustomOneFilledPulseStartBg)"
|
|
1440
1440
|
},
|
|
1441
1441
|
{
|
|
1442
1442
|
"path": "color.pill.custom-one-filled.pulse-end-bg",
|
|
1443
1443
|
"name": "pillCustomOneFilledPulseEndBg",
|
|
1444
1444
|
"type": "color",
|
|
1445
|
-
"value": "rgba(
|
|
1445
|
+
"value": "rgba(233, 12, 12, 0)",
|
|
1446
1446
|
"cssVariable": "var(--brick-colors-pillCustomOneFilledPulseEndBg)"
|
|
1447
1447
|
},
|
|
1448
1448
|
{
|
|
1449
1449
|
"path": "color.pill.custom-one-filled.bg",
|
|
1450
1450
|
"name": "pillCustomOneFilledBg",
|
|
1451
1451
|
"type": "color",
|
|
1452
|
-
"value": "rgb(
|
|
1452
|
+
"value": "rgb(63, 13, 13)",
|
|
1453
1453
|
"cssVariable": "var(--brick-colors-pillCustomOneFilledBg)"
|
|
1454
1454
|
},
|
|
1455
1455
|
{
|
|
@@ -1471,49 +1471,49 @@
|
|
|
1471
1471
|
"path": "color.pill.custom-one-filled.breaking-bg",
|
|
1472
1472
|
"name": "pillCustomOneFilledBreakingBg",
|
|
1473
1473
|
"type": "color",
|
|
1474
|
-
"value": "rgb(
|
|
1474
|
+
"value": "rgb(63, 13, 13)",
|
|
1475
1475
|
"cssVariable": "var(--brick-colors-pillCustomOneFilledBreakingBg)"
|
|
1476
1476
|
},
|
|
1477
1477
|
{
|
|
1478
1478
|
"path": "color.pill.custom-one-filled.divider",
|
|
1479
1479
|
"name": "pillCustomOneFilledDivider",
|
|
1480
1480
|
"type": "color",
|
|
1481
|
-
"value": "
|
|
1481
|
+
"value": "rgb(204, 204, 204)",
|
|
1482
1482
|
"cssVariable": "var(--brick-colors-pillCustomOneFilledDivider)"
|
|
1483
1483
|
},
|
|
1484
1484
|
{
|
|
1485
1485
|
"path": "color.pill.custom-two.pulse-bg",
|
|
1486
1486
|
"name": "pillCustomTwoPulseBg",
|
|
1487
1487
|
"type": "color",
|
|
1488
|
-
"value": "rgb(
|
|
1488
|
+
"value": "rgb(255, 255, 255)",
|
|
1489
1489
|
"cssVariable": "var(--brick-colors-pillCustomTwoPulseBg)"
|
|
1490
1490
|
},
|
|
1491
1491
|
{
|
|
1492
1492
|
"path": "color.pill.custom-two.pulse-start-bg",
|
|
1493
1493
|
"name": "pillCustomTwoPulseStartBg",
|
|
1494
1494
|
"type": "color",
|
|
1495
|
-
"value": "rgba(
|
|
1495
|
+
"value": "rgba(255, 255, 255, 0.7)",
|
|
1496
1496
|
"cssVariable": "var(--brick-colors-pillCustomTwoPulseStartBg)"
|
|
1497
1497
|
},
|
|
1498
1498
|
{
|
|
1499
1499
|
"path": "color.pill.custom-two.pulse-end-bg",
|
|
1500
1500
|
"name": "pillCustomTwoPulseEndBg",
|
|
1501
1501
|
"type": "color",
|
|
1502
|
-
"value": "rgba(
|
|
1502
|
+
"value": "rgba(255, 255, 255, 0)",
|
|
1503
1503
|
"cssVariable": "var(--brick-colors-pillCustomTwoPulseEndBg)"
|
|
1504
1504
|
},
|
|
1505
1505
|
{
|
|
1506
1506
|
"path": "color.pill.custom-two.fg",
|
|
1507
1507
|
"name": "pillCustomTwoFg",
|
|
1508
1508
|
"type": "color",
|
|
1509
|
-
"value": "rgb(
|
|
1509
|
+
"value": "rgb(255, 255, 255)",
|
|
1510
1510
|
"cssVariable": "var(--brick-colors-pillCustomTwoFg)"
|
|
1511
1511
|
},
|
|
1512
1512
|
{
|
|
1513
1513
|
"path": "color.pill.custom-two.breaking-fg",
|
|
1514
1514
|
"name": "pillCustomTwoBreakingFg",
|
|
1515
1515
|
"type": "color",
|
|
1516
|
-
"value": "rgb(
|
|
1516
|
+
"value": "rgb(255, 255, 255)",
|
|
1517
1517
|
"description": "Uses fg color on breaking-fg as default.",
|
|
1518
1518
|
"cssVariable": "var(--brick-colors-pillCustomTwoBreakingFg)"
|
|
1519
1519
|
},
|
|
@@ -1521,42 +1521,42 @@
|
|
|
1521
1521
|
"path": "color.pill.custom-two.divider",
|
|
1522
1522
|
"name": "pillCustomTwoDivider",
|
|
1523
1523
|
"type": "color",
|
|
1524
|
-
"value": "
|
|
1524
|
+
"value": "rgb(204, 204, 204)",
|
|
1525
1525
|
"cssVariable": "var(--brick-colors-pillCustomTwoDivider)"
|
|
1526
1526
|
},
|
|
1527
1527
|
{
|
|
1528
1528
|
"path": "color.pill.custom-two-filled.pulse-bg",
|
|
1529
1529
|
"name": "pillCustomTwoFilledPulseBg",
|
|
1530
1530
|
"type": "color",
|
|
1531
|
-
"value": "rgb(
|
|
1531
|
+
"value": "rgb(255, 255, 255)",
|
|
1532
1532
|
"cssVariable": "var(--brick-colors-pillCustomTwoFilledPulseBg)"
|
|
1533
1533
|
},
|
|
1534
1534
|
{
|
|
1535
1535
|
"path": "color.pill.custom-two-filled.pulse-start-bg",
|
|
1536
1536
|
"name": "pillCustomTwoFilledPulseStartBg",
|
|
1537
1537
|
"type": "color",
|
|
1538
|
-
"value": "rgba(
|
|
1538
|
+
"value": "rgba(255, 255, 255, 0.7)",
|
|
1539
1539
|
"cssVariable": "var(--brick-colors-pillCustomTwoFilledPulseStartBg)"
|
|
1540
1540
|
},
|
|
1541
1541
|
{
|
|
1542
1542
|
"path": "color.pill.custom-two-filled.pulse-end-bg",
|
|
1543
1543
|
"name": "pillCustomTwoFilledPulseEndBg",
|
|
1544
1544
|
"type": "color",
|
|
1545
|
-
"value": "rgba(
|
|
1545
|
+
"value": "rgba(255, 255, 255, 0)",
|
|
1546
1546
|
"cssVariable": "var(--brick-colors-pillCustomTwoFilledPulseEndBg)"
|
|
1547
1547
|
},
|
|
1548
1548
|
{
|
|
1549
1549
|
"path": "color.pill.custom-two-filled.bg",
|
|
1550
1550
|
"name": "pillCustomTwoFilledBg",
|
|
1551
1551
|
"type": "color",
|
|
1552
|
-
"value": "rgb(
|
|
1552
|
+
"value": "rgb(216, 199, 233)",
|
|
1553
1553
|
"cssVariable": "var(--brick-colors-pillCustomTwoFilledBg)"
|
|
1554
1554
|
},
|
|
1555
1555
|
{
|
|
1556
1556
|
"path": "color.pill.custom-two-filled.fg",
|
|
1557
1557
|
"name": "pillCustomTwoFilledFg",
|
|
1558
1558
|
"type": "color",
|
|
1559
|
-
"value": "rgb(
|
|
1559
|
+
"value": "rgb(255, 255, 255)",
|
|
1560
1560
|
"description": "Uses fg color on breaking-fg as default.",
|
|
1561
1561
|
"cssVariable": "var(--brick-colors-pillCustomTwoFilledFg)"
|
|
1562
1562
|
},
|
|
@@ -1564,21 +1564,21 @@
|
|
|
1564
1564
|
"path": "color.pill.custom-two-filled.breaking-fg",
|
|
1565
1565
|
"name": "pillCustomTwoFilledBreakingFg",
|
|
1566
1566
|
"type": "color",
|
|
1567
|
-
"value": "rgb(
|
|
1567
|
+
"value": "rgb(255, 255, 255)",
|
|
1568
1568
|
"cssVariable": "var(--brick-colors-pillCustomTwoFilledBreakingFg)"
|
|
1569
1569
|
},
|
|
1570
1570
|
{
|
|
1571
1571
|
"path": "color.pill.custom-two-filled.breaking-bg",
|
|
1572
1572
|
"name": "pillCustomTwoFilledBreakingBg",
|
|
1573
1573
|
"type": "color",
|
|
1574
|
-
"value": "rgb(
|
|
1574
|
+
"value": "rgb(216, 199, 233)",
|
|
1575
1575
|
"cssVariable": "var(--brick-colors-pillCustomTwoFilledBreakingBg)"
|
|
1576
1576
|
},
|
|
1577
1577
|
{
|
|
1578
1578
|
"path": "color.pill.custom-two-filled.divider",
|
|
1579
1579
|
"name": "pillCustomTwoFilledDivider",
|
|
1580
1580
|
"type": "color",
|
|
1581
|
-
"value": "
|
|
1581
|
+
"value": "rgb(204, 204, 204)",
|
|
1582
1582
|
"cssVariable": "var(--brick-colors-pillCustomTwoFilledDivider)"
|
|
1583
1583
|
},
|
|
1584
1584
|
{
|
|
@@ -2002,7 +2002,7 @@
|
|
|
2002
2002
|
"path": "color.pill.opinion-filled.bg",
|
|
2003
2003
|
"name": "pillOpinionFilledBg",
|
|
2004
2004
|
"type": "color",
|
|
2005
|
-
"value": "rgb(
|
|
2005
|
+
"value": "rgb(115, 42, 77)",
|
|
2006
2006
|
"cssVariable": "var(--brick-colors-pillOpinionFilledBg)"
|
|
2007
2007
|
},
|
|
2008
2008
|
{
|
|
@@ -2024,7 +2024,7 @@
|
|
|
2024
2024
|
"path": "color.pill.opinion-filled.breaking-bg",
|
|
2025
2025
|
"name": "pillOpinionFilledBreakingBg",
|
|
2026
2026
|
"type": "color",
|
|
2027
|
-
"value": "rgb(
|
|
2027
|
+
"value": "rgb(115, 42, 77)",
|
|
2028
2028
|
"cssVariable": "var(--brick-colors-pillOpinionFilledBreakingBg)"
|
|
2029
2029
|
},
|
|
2030
2030
|
{
|
|
@@ -2146,7 +2146,7 @@
|
|
|
2146
2146
|
"name": "reelMarkerBg",
|
|
2147
2147
|
"type": "color",
|
|
2148
2148
|
"value": "rgba(0, 0, 0, 0)",
|
|
2149
|
-
"description": "Marker background color used on
|
|
2149
|
+
"description": "Marker background color behind the title text. To be used used on card linking to reels.",
|
|
2150
2150
|
"cssVariable": "var(--brick-colors-reelMarkerBg)"
|
|
2151
2151
|
},
|
|
2152
2152
|
{
|
|
@@ -2154,7 +2154,7 @@
|
|
|
2154
2154
|
"name": "reelMarkerFg",
|
|
2155
2155
|
"type": "color",
|
|
2156
2156
|
"value": "rgb(255, 255, 255)",
|
|
2157
|
-
"description": "Marker foreground color used on top of the marker background
|
|
2157
|
+
"description": "Marker foreground color used the title text on top of the marker background",
|
|
2158
2158
|
"cssVariable": "var(--brick-colors-reelMarkerFg)"
|
|
2159
2159
|
},
|
|
2160
2160
|
{
|
|
@@ -2162,7 +2162,7 @@
|
|
|
2162
2162
|
"name": "reelBg",
|
|
2163
2163
|
"type": "color",
|
|
2164
2164
|
"value": "rgb(255, 255, 255)",
|
|
2165
|
-
"description": "Background color used on UI elements and text such as duration in reel cards",
|
|
2165
|
+
"description": "Background color used on UI elements and text such as duration and play button in reel cards",
|
|
2166
2166
|
"cssVariable": "var(--brick-colors-reelBg)"
|
|
2167
2167
|
},
|
|
2168
2168
|
{
|
|
@@ -2170,14 +2170,14 @@
|
|
|
2170
2170
|
"name": "reelFg",
|
|
2171
2171
|
"type": "color",
|
|
2172
2172
|
"value": "rgb(41, 40, 39)",
|
|
2173
|
-
"description": "Foreground color used on UI elements and text such as duration in reel cards",
|
|
2173
|
+
"description": "Foreground color used on UI elements and text such as duration and play button in reel cards",
|
|
2174
2174
|
"cssVariable": "var(--brick-colors-reelFg)"
|
|
2175
2175
|
},
|
|
2176
2176
|
{
|
|
2177
2177
|
"path": "color.premium-icon.bg",
|
|
2178
2178
|
"name": "premiumIconBg",
|
|
2179
2179
|
"type": "color",
|
|
2180
|
-
"value": "
|
|
2180
|
+
"value": "rgba(0, 0, 0, 0.65)",
|
|
2181
2181
|
"cssVariable": "var(--brick-colors-premiumIconBg)"
|
|
2182
2182
|
},
|
|
2183
2183
|
{
|
|
@@ -2291,21 +2291,21 @@
|
|
|
2291
2291
|
"path": "color.supportive.none.fg",
|
|
2292
2292
|
"name": "supportiveNoneFg",
|
|
2293
2293
|
"type": "color",
|
|
2294
|
-
"value": "rgb(
|
|
2294
|
+
"value": "rgb(0, 0, 0)",
|
|
2295
2295
|
"cssVariable": "var(--brick-colors-supportiveNoneFg)"
|
|
2296
2296
|
},
|
|
2297
2297
|
{
|
|
2298
2298
|
"path": "color.supportive.none.subtle-fg",
|
|
2299
2299
|
"name": "supportiveNoneSubtleFg",
|
|
2300
2300
|
"type": "color",
|
|
2301
|
-
"value": "rgb(
|
|
2301
|
+
"value": "rgb(0, 0, 0)",
|
|
2302
2302
|
"cssVariable": "var(--brick-colors-supportiveNoneSubtleFg)"
|
|
2303
2303
|
},
|
|
2304
2304
|
{
|
|
2305
2305
|
"path": "color.supportive.none.divider",
|
|
2306
2306
|
"name": "supportiveNoneDivider",
|
|
2307
2307
|
"type": "color",
|
|
2308
|
-
"value": "rgba(
|
|
2308
|
+
"value": "rgba(0, 0, 0, 0.2)",
|
|
2309
2309
|
"cssVariable": "var(--brick-colors-supportiveNoneDivider)"
|
|
2310
2310
|
},
|
|
2311
2311
|
{
|
|
@@ -2352,7 +2352,7 @@
|
|
|
2352
2352
|
"path": "color.supportive.custom-one.breaking-bg",
|
|
2353
2353
|
"name": "supportiveCustomOneBreakingBg",
|
|
2354
2354
|
"type": "color",
|
|
2355
|
-
"value": "rgb(
|
|
2355
|
+
"value": "rgb(63, 13, 13)",
|
|
2356
2356
|
"description": "Depricated",
|
|
2357
2357
|
"cssVariable": "var(--brick-colors-supportiveCustomOneBreakingBg)"
|
|
2358
2358
|
},
|
|
@@ -2360,14 +2360,14 @@
|
|
|
2360
2360
|
"path": "color.supportive.custom-one.divider",
|
|
2361
2361
|
"name": "supportiveCustomOneDivider",
|
|
2362
2362
|
"type": "color",
|
|
2363
|
-
"value": "
|
|
2363
|
+
"value": "rgb(204, 204, 204)",
|
|
2364
2364
|
"cssVariable": "var(--brick-colors-supportiveCustomOneDivider)"
|
|
2365
2365
|
},
|
|
2366
2366
|
{
|
|
2367
2367
|
"path": "color.supportive.custom-one.bg",
|
|
2368
2368
|
"name": "supportiveCustomOneBg",
|
|
2369
2369
|
"type": "color",
|
|
2370
|
-
"value": "rgb(
|
|
2370
|
+
"value": "rgb(63, 13, 13)",
|
|
2371
2371
|
"cssVariable": "var(--brick-colors-supportiveCustomOneBg)"
|
|
2372
2372
|
},
|
|
2373
2373
|
{
|
|
@@ -2412,7 +2412,7 @@
|
|
|
2412
2412
|
"path": "color.supportive.custom-two.breaking-bg",
|
|
2413
2413
|
"name": "supportiveCustomTwoBreakingBg",
|
|
2414
2414
|
"type": "color",
|
|
2415
|
-
"value": "rgb(
|
|
2415
|
+
"value": "rgb(216, 199, 233)",
|
|
2416
2416
|
"description": "Depricated",
|
|
2417
2417
|
"cssVariable": "var(--brick-colors-supportiveCustomTwoBreakingBg)"
|
|
2418
2418
|
},
|
|
@@ -2420,28 +2420,28 @@
|
|
|
2420
2420
|
"path": "color.supportive.custom-two.divider",
|
|
2421
2421
|
"name": "supportiveCustomTwoDivider",
|
|
2422
2422
|
"type": "color",
|
|
2423
|
-
"value": "
|
|
2423
|
+
"value": "rgb(204, 204, 204)",
|
|
2424
2424
|
"cssVariable": "var(--brick-colors-supportiveCustomTwoDivider)"
|
|
2425
2425
|
},
|
|
2426
2426
|
{
|
|
2427
2427
|
"path": "color.supportive.custom-two.bg",
|
|
2428
2428
|
"name": "supportiveCustomTwoBg",
|
|
2429
2429
|
"type": "color",
|
|
2430
|
-
"value": "rgb(
|
|
2430
|
+
"value": "rgb(216, 199, 233)",
|
|
2431
2431
|
"cssVariable": "var(--brick-colors-supportiveCustomTwoBg)"
|
|
2432
2432
|
},
|
|
2433
2433
|
{
|
|
2434
2434
|
"path": "color.supportive.custom-two.fg",
|
|
2435
2435
|
"name": "supportiveCustomTwoFg",
|
|
2436
2436
|
"type": "color",
|
|
2437
|
-
"value": "rgb(
|
|
2437
|
+
"value": "rgb(255, 255, 255)",
|
|
2438
2438
|
"cssVariable": "var(--brick-colors-supportiveCustomTwoFg)"
|
|
2439
2439
|
},
|
|
2440
2440
|
{
|
|
2441
2441
|
"path": "color.supportive.custom-two.subtle-fg",
|
|
2442
2442
|
"name": "supportiveCustomTwoSubtleFg",
|
|
2443
2443
|
"type": "color",
|
|
2444
|
-
"value": "rgb(
|
|
2444
|
+
"value": "rgb(255, 255, 255)",
|
|
2445
2445
|
"cssVariable": "var(--brick-colors-supportiveCustomTwoSubtleFg)"
|
|
2446
2446
|
},
|
|
2447
2447
|
{
|
|
@@ -2499,7 +2499,7 @@
|
|
|
2499
2499
|
"path": "color.supportive.black.pulse-start-bg",
|
|
2500
2500
|
"name": "supportiveBlackPulseStartBg",
|
|
2501
2501
|
"type": "color",
|
|
2502
|
-
"value": "rgba(
|
|
2502
|
+
"value": "rgba(233, 12, 12, 0.7)",
|
|
2503
2503
|
"description": "Deprecated",
|
|
2504
2504
|
"cssVariable": "var(--brick-colors-supportiveBlackPulseStartBg)"
|
|
2505
2505
|
},
|
|
@@ -2507,7 +2507,7 @@
|
|
|
2507
2507
|
"path": "color.supportive.black.pulse-end-bg",
|
|
2508
2508
|
"name": "supportiveBlackPulseEndBg",
|
|
2509
2509
|
"type": "color",
|
|
2510
|
-
"value": "rgba(
|
|
2510
|
+
"value": "rgba(233, 12, 12, 0)",
|
|
2511
2511
|
"description": "Deprecated",
|
|
2512
2512
|
"cssVariable": "var(--brick-colors-supportiveBlackPulseEndBg)"
|
|
2513
2513
|
},
|
|
@@ -2515,7 +2515,7 @@
|
|
|
2515
2515
|
"path": "color.supportive.black.divider",
|
|
2516
2516
|
"name": "supportiveBlackDivider",
|
|
2517
2517
|
"type": "color",
|
|
2518
|
-
"value": "rgb(
|
|
2518
|
+
"value": "rgb(204, 204, 204)",
|
|
2519
2519
|
"cssVariable": "var(--brick-colors-supportiveBlackDivider)"
|
|
2520
2520
|
},
|
|
2521
2521
|
{
|
|
@@ -2543,7 +2543,7 @@
|
|
|
2543
2543
|
"path": "color.supportive.black.breaking-fg",
|
|
2544
2544
|
"name": "supportiveBlackBreakingFg",
|
|
2545
2545
|
"type": "color",
|
|
2546
|
-
"value": "rgb(
|
|
2546
|
+
"value": "rgb(233, 12, 12)",
|
|
2547
2547
|
"description": "Depricated",
|
|
2548
2548
|
"cssVariable": "var(--brick-colors-supportiveBlackBreakingFg)"
|
|
2549
2549
|
},
|
|
@@ -2567,14 +2567,14 @@
|
|
|
2567
2567
|
"path": "color.supportive.highlight.breaking-fg",
|
|
2568
2568
|
"name": "supportiveHighlightBreakingFg",
|
|
2569
2569
|
"type": "color",
|
|
2570
|
-
"value": "rgb(
|
|
2570
|
+
"value": "rgb(233, 12, 12)",
|
|
2571
2571
|
"cssVariable": "var(--brick-colors-supportiveHighlightBreakingFg)"
|
|
2572
2572
|
},
|
|
2573
2573
|
{
|
|
2574
2574
|
"path": "color.supportive.highlight.bg",
|
|
2575
2575
|
"name": "supportiveHighlightBg",
|
|
2576
2576
|
"type": "color",
|
|
2577
|
-
"value": "rgb(255,
|
|
2577
|
+
"value": "rgb(255, 235, 88)",
|
|
2578
2578
|
"cssVariable": "var(--brick-colors-supportiveHighlightBg)"
|
|
2579
2579
|
},
|
|
2580
2580
|
{
|
|
@@ -2595,7 +2595,7 @@
|
|
|
2595
2595
|
"path": "color.supportive.highlight.divider",
|
|
2596
2596
|
"name": "supportiveHighlightDivider",
|
|
2597
2597
|
"type": "color",
|
|
2598
|
-
"value": "
|
|
2598
|
+
"value": "rgb(71, 70, 70)",
|
|
2599
2599
|
"cssVariable": "var(--brick-colors-supportiveHighlightDivider)"
|
|
2600
2600
|
},
|
|
2601
2601
|
{
|
|
@@ -2617,14 +2617,14 @@
|
|
|
2617
2617
|
"path": "color.supportive.finance.fg",
|
|
2618
2618
|
"name": "supportiveFinanceFg",
|
|
2619
2619
|
"type": "color",
|
|
2620
|
-
"value": "rgb(
|
|
2620
|
+
"value": "rgb(0, 0, 0)",
|
|
2621
2621
|
"cssVariable": "var(--brick-colors-supportiveFinanceFg)"
|
|
2622
2622
|
},
|
|
2623
2623
|
{
|
|
2624
2624
|
"path": "color.supportive.finance.subtle-fg",
|
|
2625
2625
|
"name": "supportiveFinanceSubtleFg",
|
|
2626
2626
|
"type": "color",
|
|
2627
|
-
"value": "rgb(
|
|
2627
|
+
"value": "rgb(0, 0, 0)",
|
|
2628
2628
|
"cssVariable": "var(--brick-colors-supportiveFinanceSubtleFg)"
|
|
2629
2629
|
},
|
|
2630
2630
|
{
|
|
@@ -2645,7 +2645,7 @@
|
|
|
2645
2645
|
"path": "color.supportive.opinion.bg",
|
|
2646
2646
|
"name": "supportiveOpinionBg",
|
|
2647
2647
|
"type": "color",
|
|
2648
|
-
"value": "rgb(
|
|
2648
|
+
"value": "rgb(115, 42, 77)",
|
|
2649
2649
|
"cssVariable": "var(--brick-colors-supportiveOpinionBg)"
|
|
2650
2650
|
},
|
|
2651
2651
|
{
|
|
@@ -2659,14 +2659,14 @@
|
|
|
2659
2659
|
"path": "color.supportive.news.fg",
|
|
2660
2660
|
"name": "supportiveNewsFg",
|
|
2661
2661
|
"type": "color",
|
|
2662
|
-
"value": "rgb(
|
|
2662
|
+
"value": "rgb(0, 0, 0)",
|
|
2663
2663
|
"cssVariable": "var(--brick-colors-supportiveNewsFg)"
|
|
2664
2664
|
},
|
|
2665
2665
|
{
|
|
2666
2666
|
"path": "color.supportive.news.subtle-fg",
|
|
2667
2667
|
"name": "supportiveNewsSubtleFg",
|
|
2668
2668
|
"type": "color",
|
|
2669
|
-
"value": "rgb(
|
|
2669
|
+
"value": "rgb(0, 0, 0)",
|
|
2670
2670
|
"cssVariable": "var(--brick-colors-supportiveNewsSubtleFg)"
|
|
2671
2671
|
},
|
|
2672
2672
|
{
|
|
@@ -2680,14 +2680,14 @@
|
|
|
2680
2680
|
"path": "color.supportive.economy.fg",
|
|
2681
2681
|
"name": "supportiveEconomyFg",
|
|
2682
2682
|
"type": "color",
|
|
2683
|
-
"value": "rgb(
|
|
2683
|
+
"value": "rgb(0, 0, 0)",
|
|
2684
2684
|
"cssVariable": "var(--brick-colors-supportiveEconomyFg)"
|
|
2685
2685
|
},
|
|
2686
2686
|
{
|
|
2687
2687
|
"path": "color.supportive.economy.subtle-fg",
|
|
2688
2688
|
"name": "supportiveEconomySubtleFg",
|
|
2689
2689
|
"type": "color",
|
|
2690
|
-
"value": "rgb(
|
|
2690
|
+
"value": "rgb(0, 0, 0)",
|
|
2691
2691
|
"cssVariable": "var(--brick-colors-supportiveEconomySubtleFg)"
|
|
2692
2692
|
},
|
|
2693
2693
|
{
|
|
@@ -2701,28 +2701,30 @@
|
|
|
2701
2701
|
"path": "color.supportive.lifestyle.fg",
|
|
2702
2702
|
"name": "supportiveLifestyleFg",
|
|
2703
2703
|
"type": "color",
|
|
2704
|
-
"value": "rgb(
|
|
2704
|
+
"value": "rgb(0, 0, 0)",
|
|
2705
2705
|
"cssVariable": "var(--brick-colors-supportiveLifestyleFg)"
|
|
2706
2706
|
},
|
|
2707
2707
|
{
|
|
2708
2708
|
"path": "color.supportive.lifestyle.subtle-fg",
|
|
2709
2709
|
"name": "supportiveLifestyleSubtleFg",
|
|
2710
2710
|
"type": "color",
|
|
2711
|
-
"value": "rgb(
|
|
2711
|
+
"value": "rgb(0, 0, 0)",
|
|
2712
2712
|
"cssVariable": "var(--brick-colors-supportiveLifestyleSubtleFg)"
|
|
2713
2713
|
},
|
|
2714
2714
|
{
|
|
2715
2715
|
"path": "color.supportive.commercial.bg",
|
|
2716
2716
|
"name": "supportiveCommercialBg",
|
|
2717
2717
|
"type": "color",
|
|
2718
|
-
"value": "
|
|
2718
|
+
"value": "rgb(251, 253, 255)",
|
|
2719
|
+
"description": "Background for Markedsføringsboks",
|
|
2719
2720
|
"cssVariable": "var(--brick-colors-supportiveCommercialBg)"
|
|
2720
2721
|
},
|
|
2721
2722
|
{
|
|
2722
2723
|
"path": "color.supportive.commercial.fg",
|
|
2723
2724
|
"name": "supportiveCommercialFg",
|
|
2724
2725
|
"type": "color",
|
|
2725
|
-
"value": "rgb(
|
|
2726
|
+
"value": "rgb(50, 87, 122)",
|
|
2727
|
+
"description": "Text and icons on top of bg, for Markedsføringsboks",
|
|
2726
2728
|
"cssVariable": "var(--brick-colors-supportiveCommercialFg)"
|
|
2727
2729
|
},
|
|
2728
2730
|
{
|
|
@@ -2758,14 +2760,14 @@
|
|
|
2758
2760
|
"path": "color.supportive.culture.fg",
|
|
2759
2761
|
"name": "supportiveCultureFg",
|
|
2760
2762
|
"type": "color",
|
|
2761
|
-
"value": "rgb(
|
|
2763
|
+
"value": "rgb(0, 0, 0)",
|
|
2762
2764
|
"cssVariable": "var(--brick-colors-supportiveCultureFg)"
|
|
2763
2765
|
},
|
|
2764
2766
|
{
|
|
2765
2767
|
"path": "color.supportive.culture.subtle-fg",
|
|
2766
2768
|
"name": "supportiveCultureSubtleFg",
|
|
2767
2769
|
"type": "color",
|
|
2768
|
-
"value": "rgb(
|
|
2770
|
+
"value": "rgb(0, 0, 0)",
|
|
2769
2771
|
"cssVariable": "var(--brick-colors-supportiveCultureSubtleFg)"
|
|
2770
2772
|
},
|
|
2771
2773
|
{
|
|
@@ -2779,14 +2781,14 @@
|
|
|
2779
2781
|
"path": "color.supportive.nature.fg",
|
|
2780
2782
|
"name": "supportiveNatureFg",
|
|
2781
2783
|
"type": "color",
|
|
2782
|
-
"value": "rgb(
|
|
2784
|
+
"value": "rgb(0, 0, 0)",
|
|
2783
2785
|
"cssVariable": "var(--brick-colors-supportiveNatureFg)"
|
|
2784
2786
|
},
|
|
2785
2787
|
{
|
|
2786
2788
|
"path": "color.supportive.nature.subtle-fg",
|
|
2787
2789
|
"name": "supportiveNatureSubtleFg",
|
|
2788
2790
|
"type": "color",
|
|
2789
|
-
"value": "rgb(
|
|
2791
|
+
"value": "rgb(0, 0, 0)",
|
|
2790
2792
|
"cssVariable": "var(--brick-colors-supportiveNatureSubtleFg)"
|
|
2791
2793
|
},
|
|
2792
2794
|
{
|
|
@@ -2800,14 +2802,14 @@
|
|
|
2800
2802
|
"path": "color.supportive.health.fg",
|
|
2801
2803
|
"name": "supportiveHealthFg",
|
|
2802
2804
|
"type": "color",
|
|
2803
|
-
"value": "rgb(
|
|
2805
|
+
"value": "rgb(0, 0, 0)",
|
|
2804
2806
|
"cssVariable": "var(--brick-colors-supportiveHealthFg)"
|
|
2805
2807
|
},
|
|
2806
2808
|
{
|
|
2807
2809
|
"path": "color.supportive.health.subtle-fg",
|
|
2808
2810
|
"name": "supportiveHealthSubtleFg",
|
|
2809
2811
|
"type": "color",
|
|
2810
|
-
"value": "rgb(
|
|
2812
|
+
"value": "rgb(0, 0, 0)",
|
|
2811
2813
|
"cssVariable": "var(--brick-colors-supportiveHealthSubtleFg)"
|
|
2812
2814
|
},
|
|
2813
2815
|
{
|
|
@@ -2838,7 +2840,7 @@
|
|
|
2838
2840
|
"path": "color.supportive.custom-three.divider",
|
|
2839
2841
|
"name": "supportiveCustomThreeDivider",
|
|
2840
2842
|
"type": "color",
|
|
2841
|
-
"value": "
|
|
2843
|
+
"value": "rgb(204, 204, 204)",
|
|
2842
2844
|
"cssVariable": "var(--brick-colors-supportiveCustomThreeDivider)"
|
|
2843
2845
|
},
|
|
2844
2846
|
{
|
|
@@ -2901,27 +2903,11 @@
|
|
|
2901
2903
|
"description": "Marker foreground color used in video player",
|
|
2902
2904
|
"cssVariable": "var(--brick-colors-supportivePlayerMarkerFg)"
|
|
2903
2905
|
},
|
|
2904
|
-
{
|
|
2905
|
-
"path": "color.supportive.reel.marker-bg",
|
|
2906
|
-
"name": "supportiveReelMarkerBg",
|
|
2907
|
-
"type": "color",
|
|
2908
|
-
"value": "rgb(255, 255, 255)",
|
|
2909
|
-
"description": "Deprecated!",
|
|
2910
|
-
"cssVariable": "var(--brick-colors-supportiveReelMarkerBg)"
|
|
2911
|
-
},
|
|
2912
|
-
{
|
|
2913
|
-
"path": "color.supportive.reel.marker-fg",
|
|
2914
|
-
"name": "supportiveReelMarkerFg",
|
|
2915
|
-
"type": "color",
|
|
2916
|
-
"value": "rgb(41, 40, 39)",
|
|
2917
|
-
"description": "Deprecated!",
|
|
2918
|
-
"cssVariable": "var(--brick-colors-supportiveReelMarkerFg)"
|
|
2919
|
-
},
|
|
2920
2906
|
{
|
|
2921
2907
|
"path": "color.teaser.bg",
|
|
2922
2908
|
"name": "teaserBg",
|
|
2923
2909
|
"type": "color",
|
|
2924
|
-
"value": "
|
|
2910
|
+
"value": "rgb(255, 255, 255)",
|
|
2925
2911
|
"description": "Deprecated",
|
|
2926
2912
|
"cssVariable": "var(--brick-colors-teaserBg)"
|
|
2927
2913
|
},
|
|
@@ -2929,14 +2915,14 @@
|
|
|
2929
2915
|
"path": "color.teaser.bubble.bg",
|
|
2930
2916
|
"name": "teaserBubbleBg",
|
|
2931
2917
|
"type": "color",
|
|
2932
|
-
"value": "
|
|
2918
|
+
"value": "rgb(241, 237, 237)",
|
|
2933
2919
|
"cssVariable": "var(--brick-colors-teaserBubbleBg)"
|
|
2934
2920
|
},
|
|
2935
2921
|
{
|
|
2936
2922
|
"path": "color.teaser.bubble.fg",
|
|
2937
2923
|
"name": "teaserBubbleFg",
|
|
2938
2924
|
"type": "color",
|
|
2939
|
-
"value": "
|
|
2925
|
+
"value": "rgb(0, 0, 0)",
|
|
2940
2926
|
"cssVariable": "var(--brick-colors-teaserBubbleFg)"
|
|
2941
2927
|
},
|
|
2942
2928
|
{
|
|
@@ -2996,7 +2982,7 @@
|
|
|
2996
2982
|
"path": "color.teaser-footer.custom-one.bg",
|
|
2997
2983
|
"name": "teaserFooterCustomOneBg",
|
|
2998
2984
|
"type": "color",
|
|
2999
|
-
"value": "rgb(
|
|
2985
|
+
"value": "rgb(63, 13, 13)",
|
|
3000
2986
|
"description": "Temporary",
|
|
3001
2987
|
"cssVariable": "var(--brick-colors-teaserFooterCustomOneBg)"
|
|
3002
2988
|
},
|
|
@@ -3004,7 +2990,7 @@
|
|
|
3004
2990
|
"path": "color.teaser-footer.custom-two.bg",
|
|
3005
2991
|
"name": "teaserFooterCustomTwoBg",
|
|
3006
2992
|
"type": "color",
|
|
3007
|
-
"value": "rgb(
|
|
2993
|
+
"value": "rgb(216, 199, 233)",
|
|
3008
2994
|
"description": "Temporary",
|
|
3009
2995
|
"cssVariable": "var(--brick-colors-teaserFooterCustomTwoBg)"
|
|
3010
2996
|
},
|
|
@@ -3081,7 +3067,7 @@
|
|
|
3081
3067
|
"path": "spacing.x2s",
|
|
3082
3068
|
"name": "x2s",
|
|
3083
3069
|
"type": "dimension",
|
|
3084
|
-
"value": "0.
|
|
3070
|
+
"value": "0.5rem",
|
|
3085
3071
|
"description": "Depricated",
|
|
3086
3072
|
"cssVariable": "var(--brick-space-x2s)"
|
|
3087
3073
|
},
|
|
@@ -3217,7 +3203,7 @@
|
|
|
3217
3203
|
"path": "spacing.deck.x-gap.m",
|
|
3218
3204
|
"name": "deckXGapM",
|
|
3219
3205
|
"type": "dimension",
|
|
3220
|
-
"value": "
|
|
3206
|
+
"value": "0.3125rem",
|
|
3221
3207
|
"description": "Horisontal avstand mellom teasere i en etasje.",
|
|
3222
3208
|
"cssVariable": "var(--brick-space-deckXGapM)"
|
|
3223
3209
|
},
|
|
@@ -3225,7 +3211,7 @@
|
|
|
3225
3211
|
"path": "spacing.deck.x-gap.l",
|
|
3226
3212
|
"name": "deckXGapL",
|
|
3227
3213
|
"type": "dimension",
|
|
3228
|
-
"value": "
|
|
3214
|
+
"value": "0.625rem",
|
|
3229
3215
|
"description": "Horisontal avstand mellom teasere i en etasje.",
|
|
3230
3216
|
"cssVariable": "var(--brick-space-deckXGapL)"
|
|
3231
3217
|
},
|
|
@@ -3233,7 +3219,7 @@
|
|
|
3233
3219
|
"path": "spacing.deck.y-gap.m",
|
|
3234
3220
|
"name": "deckYGapM",
|
|
3235
3221
|
"type": "dimension",
|
|
3236
|
-
"value": "
|
|
3222
|
+
"value": "0.3125rem",
|
|
3237
3223
|
"description": "Vertikal avstand mellom teasere i en etasje.",
|
|
3238
3224
|
"cssVariable": "var(--brick-space-deckYGapM)"
|
|
3239
3225
|
},
|
|
@@ -3241,7 +3227,7 @@
|
|
|
3241
3227
|
"path": "spacing.deck.y-gap.l",
|
|
3242
3228
|
"name": "deckYGapL",
|
|
3243
3229
|
"type": "dimension",
|
|
3244
|
-
"value": "
|
|
3230
|
+
"value": "0.625rem",
|
|
3245
3231
|
"description": "Vertikal avstand mellom teasere i en etasje.",
|
|
3246
3232
|
"cssVariable": "var(--brick-space-deckYGapL)"
|
|
3247
3233
|
},
|
|
@@ -3249,7 +3235,7 @@
|
|
|
3249
3235
|
"path": "spacing.deck.commercial.x-gap.m",
|
|
3250
3236
|
"name": "deckCommercialXGapM",
|
|
3251
3237
|
"type": "dimension",
|
|
3252
|
-
"value": "
|
|
3238
|
+
"value": "1.5625rem",
|
|
3253
3239
|
"description": "Horisontal avstand fra kommersielt til redaksjonelt innhold.",
|
|
3254
3240
|
"cssVariable": "var(--brick-space-deckCommercialXGapM)"
|
|
3255
3241
|
},
|
|
@@ -3257,7 +3243,7 @@
|
|
|
3257
3243
|
"path": "spacing.deck.commercial.x-gap.l",
|
|
3258
3244
|
"name": "deckCommercialXGapL",
|
|
3259
3245
|
"type": "dimension",
|
|
3260
|
-
"value": "
|
|
3246
|
+
"value": "1.5625rem",
|
|
3261
3247
|
"description": "Horisontal avstand fra kommersielt til redaksjonelt innhold.",
|
|
3262
3248
|
"cssVariable": "var(--brick-space-deckCommercialXGapL)"
|
|
3263
3249
|
},
|
|
@@ -3265,7 +3251,7 @@
|
|
|
3265
3251
|
"path": "spacing.deck.commercial.y-gap.m",
|
|
3266
3252
|
"name": "deckCommercialYGapM",
|
|
3267
3253
|
"type": "dimension",
|
|
3268
|
-
"value": "
|
|
3254
|
+
"value": "1.5625rem",
|
|
3269
3255
|
"description": "Vertikal avstand fra kommersielt til redaksjonelt innhold.",
|
|
3270
3256
|
"cssVariable": "var(--brick-space-deckCommercialYGapM)"
|
|
3271
3257
|
},
|
|
@@ -3273,7 +3259,7 @@
|
|
|
3273
3259
|
"path": "spacing.deck.commercial.y-gap.l",
|
|
3274
3260
|
"name": "deckCommercialYGapL",
|
|
3275
3261
|
"type": "dimension",
|
|
3276
|
-
"value": "
|
|
3262
|
+
"value": "1.5625rem",
|
|
3277
3263
|
"description": "Vertikal avstand fra kommersielt til redaksjonelt innhold.",
|
|
3278
3264
|
"cssVariable": "var(--brick-space-deckCommercialYGapL)"
|
|
3279
3265
|
},
|
|
@@ -3316,7 +3302,7 @@
|
|
|
3316
3302
|
"path": "spacing.teaser.x-inset.l",
|
|
3317
3303
|
"name": "teaserXInsetL",
|
|
3318
3304
|
"type": "dimension",
|
|
3319
|
-
"value": "
|
|
3305
|
+
"value": "0.9375rem",
|
|
3320
3306
|
"cssVariable": "var(--brick-space-teaserXInsetL)"
|
|
3321
3307
|
},
|
|
3322
3308
|
{
|
|
@@ -3330,7 +3316,7 @@
|
|
|
3330
3316
|
"path": "spacing.teaser.y-inset.l",
|
|
3331
3317
|
"name": "teaserYInsetL",
|
|
3332
3318
|
"type": "dimension",
|
|
3333
|
-
"value": "
|
|
3319
|
+
"value": "0.9375rem",
|
|
3334
3320
|
"cssVariable": "var(--brick-space-teaserYInsetL)"
|
|
3335
3321
|
},
|
|
3336
3322
|
{
|
|
@@ -3365,7 +3351,7 @@
|
|
|
3365
3351
|
"path": "spacing.teaser.box-inset.m",
|
|
3366
3352
|
"name": "teaserBoxInsetM",
|
|
3367
3353
|
"type": "dimension",
|
|
3368
|
-
"value": "0.
|
|
3354
|
+
"value": "0.3125rem",
|
|
3369
3355
|
"cssVariable": "var(--brick-space-teaserBoxInsetM)"
|
|
3370
3356
|
},
|
|
3371
3357
|
{
|
|
@@ -3393,7 +3379,7 @@
|
|
|
3393
3379
|
"path": "spacing.teaser.stack-a.m",
|
|
3394
3380
|
"name": "teaserStackAM",
|
|
3395
3381
|
"type": "dimension",
|
|
3396
|
-
"value": "0.
|
|
3382
|
+
"value": "0.625rem",
|
|
3397
3383
|
"cssVariable": "var(--brick-space-teaserStackAM)"
|
|
3398
3384
|
},
|
|
3399
3385
|
{
|
|
@@ -3421,28 +3407,28 @@
|
|
|
3421
3407
|
"path": "spacing.teaser.stack-c.m",
|
|
3422
3408
|
"name": "teaserStackCM",
|
|
3423
3409
|
"type": "dimension",
|
|
3424
|
-
"value": "0.
|
|
3410
|
+
"value": "0.625rem",
|
|
3425
3411
|
"cssVariable": "var(--brick-space-teaserStackCM)"
|
|
3426
3412
|
},
|
|
3427
3413
|
{
|
|
3428
3414
|
"path": "spacing.teaser.stack-c.l",
|
|
3429
3415
|
"name": "teaserStackCL",
|
|
3430
3416
|
"type": "dimension",
|
|
3431
|
-
"value": "0.
|
|
3417
|
+
"value": "0.625rem",
|
|
3432
3418
|
"cssVariable": "var(--brick-space-teaserStackCL)"
|
|
3433
3419
|
},
|
|
3434
3420
|
{
|
|
3435
3421
|
"path": "spacing.teaser.stack-d.m",
|
|
3436
3422
|
"name": "teaserStackDM",
|
|
3437
3423
|
"type": "dimension",
|
|
3438
|
-
"value": "0.
|
|
3424
|
+
"value": "0.9375rem",
|
|
3439
3425
|
"cssVariable": "var(--brick-space-teaserStackDM)"
|
|
3440
3426
|
},
|
|
3441
3427
|
{
|
|
3442
3428
|
"path": "spacing.teaser.stack-d.l",
|
|
3443
3429
|
"name": "teaserStackDL",
|
|
3444
3430
|
"type": "dimension",
|
|
3445
|
-
"value": "0.
|
|
3431
|
+
"value": "0.9375rem",
|
|
3446
3432
|
"cssVariable": "var(--brick-space-teaserStackDL)"
|
|
3447
3433
|
},
|
|
3448
3434
|
{
|
|
@@ -3463,21 +3449,21 @@
|
|
|
3463
3449
|
"path": "spacing.teaser.no-image-inset.m",
|
|
3464
3450
|
"name": "teaserNoImageInsetM",
|
|
3465
3451
|
"type": "dimension",
|
|
3466
|
-
"value": "
|
|
3452
|
+
"value": "0.9375rem",
|
|
3467
3453
|
"cssVariable": "var(--brick-space-teaserNoImageInsetM)"
|
|
3468
3454
|
},
|
|
3469
3455
|
{
|
|
3470
3456
|
"path": "spacing.teaser.no-image-inset.l",
|
|
3471
3457
|
"name": "teaserNoImageInsetL",
|
|
3472
3458
|
"type": "dimension",
|
|
3473
|
-
"value": "
|
|
3459
|
+
"value": "0.9375rem",
|
|
3474
3460
|
"cssVariable": "var(--brick-space-teaserNoImageInsetL)"
|
|
3475
3461
|
},
|
|
3476
3462
|
{
|
|
3477
3463
|
"path": "spacing.teaser.bubble-inset.m",
|
|
3478
3464
|
"name": "teaserBubbleInsetM",
|
|
3479
3465
|
"type": "dimension",
|
|
3480
|
-
"value": "
|
|
3466
|
+
"value": "0.9375rem",
|
|
3481
3467
|
"description": "Padding inside speech bubbles",
|
|
3482
3468
|
"cssVariable": "var(--brick-space-teaserBubbleInsetM)"
|
|
3483
3469
|
},
|
|
@@ -3485,7 +3471,7 @@
|
|
|
3485
3471
|
"path": "spacing.teaser.bubble-inset.l",
|
|
3486
3472
|
"name": "teaserBubbleInsetL",
|
|
3487
3473
|
"type": "dimension",
|
|
3488
|
-
"value": "
|
|
3474
|
+
"value": "0.9375rem",
|
|
3489
3475
|
"description": "Padding inside speech bubbles",
|
|
3490
3476
|
"cssVariable": "var(--brick-space-teaserBubbleInsetL)"
|
|
3491
3477
|
},
|
|
@@ -3493,14 +3479,14 @@
|
|
|
3493
3479
|
"path": "spacing.teaser-skin.inset.m",
|
|
3494
3480
|
"name": "teaserSkinInsetM",
|
|
3495
3481
|
"type": "dimension",
|
|
3496
|
-
"value": "
|
|
3482
|
+
"value": "0.9375rem",
|
|
3497
3483
|
"cssVariable": "var(--brick-space-teaserSkinInsetM)"
|
|
3498
3484
|
},
|
|
3499
3485
|
{
|
|
3500
3486
|
"path": "spacing.teaser-skin.inset.l",
|
|
3501
3487
|
"name": "teaserSkinInsetL",
|
|
3502
3488
|
"type": "dimension",
|
|
3503
|
-
"value": "
|
|
3489
|
+
"value": "0.9375rem",
|
|
3504
3490
|
"cssVariable": "var(--brick-space-teaserSkinInsetL)"
|
|
3505
3491
|
},
|
|
3506
3492
|
{
|
|
@@ -3571,7 +3557,7 @@
|
|
|
3571
3557
|
"path": "spacing.teaser-footer.byline.top-m",
|
|
3572
3558
|
"name": "teaserFooterBylineTopM",
|
|
3573
3559
|
"type": "dimension",
|
|
3574
|
-
"value": "
|
|
3560
|
+
"value": "0.9375rem",
|
|
3575
3561
|
"description": "Top padding around byline component.",
|
|
3576
3562
|
"cssVariable": "var(--brick-space-teaserFooterBylineTopM)"
|
|
3577
3563
|
},
|
|
@@ -3579,7 +3565,7 @@
|
|
|
3579
3565
|
"path": "spacing.teaser-footer.byline.top-l",
|
|
3580
3566
|
"name": "teaserFooterBylineTopL",
|
|
3581
3567
|
"type": "dimension",
|
|
3582
|
-
"value": "
|
|
3568
|
+
"value": "1.375rem",
|
|
3583
3569
|
"description": "Top padding around byline component.",
|
|
3584
3570
|
"cssVariable": "var(--brick-space-teaserFooterBylineTopL)"
|
|
3585
3571
|
},
|
|
@@ -3864,7 +3850,7 @@
|
|
|
3864
3850
|
"path": "typography.base.headline.xxs",
|
|
3865
3851
|
"name": "baseHeadlineXxs",
|
|
3866
3852
|
"type": "typography",
|
|
3867
|
-
"value": "
|
|
3853
|
+
"value": "700 14px/1.2 'National 2'",
|
|
3868
3854
|
"description": "Overskrift på et element det kan finnes flere av på siden. F.eks. H2, H3 og H4 osv.",
|
|
3869
3855
|
"cssVariable": "font-family: var(--brick-fonts-baseHeadlineXxs);\nfont-size: var(--brick-fontSizes-baseHeadlineXxs);\nfont-weight: var(--brick-fontWeights-baseHeadlineXxs);\nletter-spacing: var(--brick-letterSpacings-baseHeadlineXxs);\nline-height: var(--brick-lineHeights-baseHeadlineXxs);"
|
|
3870
3856
|
},
|
|
@@ -3872,7 +3858,7 @@
|
|
|
3872
3858
|
"path": "typography.base.headline.xs",
|
|
3873
3859
|
"name": "baseHeadlineXs",
|
|
3874
3860
|
"type": "typography",
|
|
3875
|
-
"value": "
|
|
3861
|
+
"value": "700 16px/1.2 'National 2'",
|
|
3876
3862
|
"description": "Overskrift på et element det kan finnes flere av på siden. F.eks. H2, H3 og H4 osv.",
|
|
3877
3863
|
"cssVariable": "font-family: var(--brick-fonts-baseHeadlineXs);\nfont-size: var(--brick-fontSizes-baseHeadlineXs);\nfont-weight: var(--brick-fontWeights-baseHeadlineXs);\nletter-spacing: var(--brick-letterSpacings-baseHeadlineXs);\nline-height: var(--brick-lineHeights-baseHeadlineXs);"
|
|
3878
3864
|
},
|
|
@@ -3880,7 +3866,7 @@
|
|
|
3880
3866
|
"path": "typography.base.headline.s",
|
|
3881
3867
|
"name": "baseHeadlineS",
|
|
3882
3868
|
"type": "typography",
|
|
3883
|
-
"value": "
|
|
3869
|
+
"value": "700 18px/1.2 'National 2'",
|
|
3884
3870
|
"description": "Overskrift på et element det kan finnes flere av på siden. F.eks. H2, H3 og H4 osv.",
|
|
3885
3871
|
"cssVariable": "font-family: var(--brick-fonts-baseHeadlineS);\nfont-size: var(--brick-fontSizes-baseHeadlineS);\nfont-weight: var(--brick-fontWeights-baseHeadlineS);\nletter-spacing: var(--brick-letterSpacings-baseHeadlineS);\nline-height: var(--brick-lineHeights-baseHeadlineS);"
|
|
3886
3872
|
},
|
|
@@ -3888,7 +3874,7 @@
|
|
|
3888
3874
|
"path": "typography.base.headline.m",
|
|
3889
3875
|
"name": "baseHeadlineM",
|
|
3890
3876
|
"type": "typography",
|
|
3891
|
-
"value": "
|
|
3877
|
+
"value": "700 24px/1.2 'National 2'",
|
|
3892
3878
|
"description": "Overskrift på et element det kan finnes flere av på siden. F.eks. H2, H3 og H4 osv.",
|
|
3893
3879
|
"cssVariable": "font-family: var(--brick-fonts-baseHeadlineM);\nfont-size: var(--brick-fontSizes-baseHeadlineM);\nfont-weight: var(--brick-fontWeights-baseHeadlineM);\nletter-spacing: var(--brick-letterSpacings-baseHeadlineM);\nline-height: var(--brick-lineHeights-baseHeadlineM);"
|
|
3894
3880
|
},
|
|
@@ -3896,7 +3882,7 @@
|
|
|
3896
3882
|
"path": "typography.base.headline.l",
|
|
3897
3883
|
"name": "baseHeadlineL",
|
|
3898
3884
|
"type": "typography",
|
|
3899
|
-
"value": "
|
|
3885
|
+
"value": "700 28px/1.2 'National 2'",
|
|
3900
3886
|
"description": "Overskrift på et element det kan finnes flere av på siden. F.eks. H2, H3 og H4 osv.",
|
|
3901
3887
|
"cssVariable": "font-family: var(--brick-fonts-baseHeadlineL);\nfont-size: var(--brick-fontSizes-baseHeadlineL);\nfont-weight: var(--brick-fontWeights-baseHeadlineL);\nletter-spacing: var(--brick-letterSpacings-baseHeadlineL);\nline-height: var(--brick-lineHeights-baseHeadlineL);"
|
|
3902
3888
|
},
|
|
@@ -3904,7 +3890,7 @@
|
|
|
3904
3890
|
"path": "typography.base.subhead.s",
|
|
3905
3891
|
"name": "baseSubheadS",
|
|
3906
3892
|
"type": "typography",
|
|
3907
|
-
"value": "400
|
|
3893
|
+
"value": "400 16px/1.2 'National 2'",
|
|
3908
3894
|
"description": "Underoverskrift som utdyper overskriften. Skal ikke brukes på heading-elementer.",
|
|
3909
3895
|
"cssVariable": "font-family: var(--brick-fonts-baseSubheadS);\nfont-size: var(--brick-fontSizes-baseSubheadS);\nfont-weight: var(--brick-fontWeights-baseSubheadS);\nletter-spacing: var(--brick-letterSpacings-baseSubheadS);\nline-height: var(--brick-lineHeights-baseSubheadS);"
|
|
3910
3896
|
},
|
|
@@ -3912,7 +3898,7 @@
|
|
|
3912
3898
|
"path": "typography.base.subhead.m",
|
|
3913
3899
|
"name": "baseSubheadM",
|
|
3914
3900
|
"type": "typography",
|
|
3915
|
-
"value": "400
|
|
3901
|
+
"value": "400 18px/1.2 'National 2'",
|
|
3916
3902
|
"description": "Underoverskrift som utdyper overskriften. Skal ikke brukes på heading-elementer.",
|
|
3917
3903
|
"cssVariable": "font-family: var(--brick-fonts-baseSubheadM);\nfont-size: var(--brick-fontSizes-baseSubheadM);\nfont-weight: var(--brick-fontWeights-baseSubheadM);\nletter-spacing: var(--brick-letterSpacings-baseSubheadM);\nline-height: var(--brick-lineHeights-baseSubheadM);"
|
|
3918
3904
|
},
|
|
@@ -3927,7 +3913,7 @@
|
|
|
3927
3913
|
"path": "typography.base.body.s",
|
|
3928
3914
|
"name": "baseBodyS",
|
|
3929
3915
|
"type": "typography",
|
|
3930
|
-
"value": "400
|
|
3916
|
+
"value": "400 16px/1.4 'National 2'",
|
|
3931
3917
|
"description": "Mengdetekst/brødtekst i f.eks. artikler.",
|
|
3932
3918
|
"cssVariable": "font-family: var(--brick-fonts-baseBodyS);\nfont-size: var(--brick-fontSizes-baseBodyS);\nfont-weight: var(--brick-fontWeights-baseBodyS);\nletter-spacing: var(--brick-letterSpacings-baseBodyS);\nline-height: var(--brick-lineHeights-baseBodyS);"
|
|
3933
3919
|
},
|
|
@@ -3935,7 +3921,7 @@
|
|
|
3935
3921
|
"path": "typography.base.body.m",
|
|
3936
3922
|
"name": "baseBodyM",
|
|
3937
3923
|
"type": "typography",
|
|
3938
|
-
"value": "400
|
|
3924
|
+
"value": "400 18px/1.4 'National 2'",
|
|
3939
3925
|
"description": "Mengdetekst/brødtekst i f.eks. artikler.",
|
|
3940
3926
|
"cssVariable": "font-family: var(--brick-fonts-baseBodyM);\nfont-size: var(--brick-fontSizes-baseBodyM);\nfont-weight: var(--brick-fontWeights-baseBodyM);\nletter-spacing: var(--brick-letterSpacings-baseBodyM);\nline-height: var(--brick-lineHeights-baseBodyM);"
|
|
3941
3927
|
},
|
|
@@ -4031,7 +4017,7 @@
|
|
|
4031
4017
|
"path": "typography.base.tabular.s",
|
|
4032
4018
|
"name": "baseTabularS",
|
|
4033
4019
|
"type": "typography",
|
|
4034
|
-
"value": "400
|
|
4020
|
+
"value": "400 16px/Auto 'National 2'",
|
|
4035
4021
|
"description": "Liten tekst til bruk i tabeller.",
|
|
4036
4022
|
"cssVariable": "font-family: var(--brick-fonts-baseTabularS);\nfont-size: var(--brick-fontSizes-baseTabularS);\nfont-weight: var(--brick-fontWeights-baseTabularS);\nletter-spacing: var(--brick-letterSpacings-baseTabularS);\nline-height: var(--brick-lineHeights-baseTabularS);"
|
|
4037
4023
|
},
|
|
@@ -4039,7 +4025,7 @@
|
|
|
4039
4025
|
"path": "typography.base.tabular.m",
|
|
4040
4026
|
"name": "baseTabularM",
|
|
4041
4027
|
"type": "typography",
|
|
4042
|
-
"value": "400
|
|
4028
|
+
"value": "400 18px/Auto 'National 2'",
|
|
4043
4029
|
"description": "Mellomstor tekst til bruk i tabeller.",
|
|
4044
4030
|
"cssVariable": "font-family: var(--brick-fonts-baseTabularM);\nfont-size: var(--brick-fontSizes-baseTabularM);\nfont-weight: var(--brick-fontWeights-baseTabularM);\nletter-spacing: var(--brick-letterSpacings-baseTabularM);\nline-height: var(--brick-lineHeights-baseTabularM);"
|
|
4045
4031
|
},
|
|
@@ -4047,7 +4033,7 @@
|
|
|
4047
4033
|
"path": "typography.article.body.s",
|
|
4048
4034
|
"name": "articleBodyS",
|
|
4049
4035
|
"type": "typography",
|
|
4050
|
-
"value": "400
|
|
4036
|
+
"value": "400 19px/1.5 'National 2'",
|
|
4051
4037
|
"description": "Mengdetekst/brødtekst i f.eks. artikler.",
|
|
4052
4038
|
"cssVariable": "font-family: var(--brick-fonts-articleBodyS);\nfont-size: var(--brick-fontSizes-articleBodyS);\nfont-weight: var(--brick-fontWeights-articleBodyS);\nletter-spacing: var(--brick-letterSpacings-articleBodyS);\nline-height: var(--brick-lineHeights-articleBodyS);"
|
|
4053
4039
|
},
|
|
@@ -4290,8 +4276,8 @@
|
|
|
4290
4276
|
"path": "typography.pill.m",
|
|
4291
4277
|
"name": "pillM",
|
|
4292
4278
|
"type": "typography",
|
|
4293
|
-
"value": "
|
|
4294
|
-
"description": "Component typograhy token for pill
|
|
4279
|
+
"value": "500 13px/1.2 'National 2'",
|
|
4280
|
+
"description": "Component typograhy token for pill small screens",
|
|
4295
4281
|
"cssVariable": "font-family: var(--brick-fonts-pillM);\nfont-size: var(--brick-fontSizes-pillM);\nfont-weight: var(--brick-fontWeights-pillM);\nletter-spacing: var(--brick-letterSpacings-pillM);\nline-height: var(--brick-lineHeights-pillM);"
|
|
4296
4282
|
},
|
|
4297
4283
|
{
|
|
@@ -4299,15 +4285,15 @@
|
|
|
4299
4285
|
"name": "pillBoldM",
|
|
4300
4286
|
"type": "typography",
|
|
4301
4287
|
"value": "500 13px/1.2 'National 2'",
|
|
4302
|
-
"description": "
|
|
4288
|
+
"description": "Used on bold text in pill on mobile",
|
|
4303
4289
|
"cssVariable": "font-family: var(--brick-fonts-pillBoldM);\nfont-size: var(--brick-fontSizes-pillBoldM);\nfont-weight: var(--brick-fontWeights-pillBoldM);\nletter-spacing: var(--brick-letterSpacings-pillBoldM);\nline-height: var(--brick-lineHeights-pillBoldM);"
|
|
4304
4290
|
},
|
|
4305
4291
|
{
|
|
4306
4292
|
"path": "typography.pill.l",
|
|
4307
4293
|
"name": "pillL",
|
|
4308
4294
|
"type": "typography",
|
|
4309
|
-
"value": "
|
|
4310
|
-
"description": "Component typograhy token for pill
|
|
4295
|
+
"value": "500 14px/1.2 'National 2'",
|
|
4296
|
+
"description": "Component typograhy token for pill large screens",
|
|
4311
4297
|
"cssVariable": "font-family: var(--brick-fonts-pillL);\nfont-size: var(--brick-fontSizes-pillL);\nfont-weight: var(--brick-fontWeights-pillL);\nline-height: var(--brick-lineHeights-pillL);"
|
|
4312
4298
|
},
|
|
4313
4299
|
{
|
|
@@ -4315,30 +4301,30 @@
|
|
|
4315
4301
|
"name": "pillBoldL",
|
|
4316
4302
|
"type": "typography",
|
|
4317
4303
|
"value": "500 14px/1.2 'National 2'",
|
|
4318
|
-
"description": "
|
|
4304
|
+
"description": "Bold text pill on large screens.",
|
|
4319
4305
|
"cssVariable": "font-family: var(--brick-fonts-pillBoldL);\nfont-size: var(--brick-fontSizes-pillBoldL);\nfont-weight: var(--brick-fontWeights-pillBoldL);\nletter-spacing: var(--brick-letterSpacings-pillBoldL);\nline-height: var(--brick-lineHeights-pillBoldL);"
|
|
4320
4306
|
},
|
|
4321
4307
|
{
|
|
4322
4308
|
"path": "typography.title.xs",
|
|
4323
4309
|
"name": "titleXs",
|
|
4324
4310
|
"type": "typography",
|
|
4325
|
-
"value": "
|
|
4326
|
-
"description": "
|
|
4311
|
+
"value": "700 20px/0.95 'National 2 Narrow'",
|
|
4312
|
+
"description": "Small teaser with image, small teaeser in group with image. Notification mobile",
|
|
4327
4313
|
"cssVariable": "font-family: var(--brick-fonts-titleXs);\nfont-size: var(--brick-fontSizes-titleXs);\nfont-weight: var(--brick-fontWeights-titleXs);\nletter-spacing: var(--brick-letterSpacings-titleXs);\nline-height: var(--brick-lineHeights-titleXs);"
|
|
4328
4314
|
},
|
|
4329
4315
|
{
|
|
4330
4316
|
"path": "typography.title.s",
|
|
4331
4317
|
"name": "titleS",
|
|
4332
4318
|
"type": "typography",
|
|
4333
|
-
"value": "
|
|
4334
|
-
"description": "
|
|
4319
|
+
"value": "700 28px/0.95 'National 2 Narrow'",
|
|
4320
|
+
"description": "Card teaser mobile.",
|
|
4335
4321
|
"cssVariable": "font-family: var(--brick-fonts-titleS);\nfont-size: var(--brick-fontSizes-titleS);\nfont-weight: var(--brick-fontWeights-titleS);\nletter-spacing: var(--brick-letterSpacings-titleS);\nline-height: var(--brick-lineHeights-titleS);"
|
|
4336
4322
|
},
|
|
4337
4323
|
{
|
|
4338
4324
|
"path": "typography.title.m",
|
|
4339
4325
|
"name": "titleM",
|
|
4340
4326
|
"type": "typography",
|
|
4341
|
-
"value": "
|
|
4327
|
+
"value": "700 40px/0.95 'National 2 Narrow'",
|
|
4342
4328
|
"description": "Mobile teaser. Desktop 310px teaser",
|
|
4343
4329
|
"cssVariable": "font-family: var(--brick-fonts-titleM);\nfont-size: var(--brick-fontSizes-titleM);\nfont-weight: var(--brick-fontWeights-titleM);\nletter-spacing: var(--brick-letterSpacings-titleM);\nline-height: var(--brick-lineHeights-titleM);"
|
|
4344
4330
|
},
|
|
@@ -4346,7 +4332,7 @@
|
|
|
4346
4332
|
"path": "typography.title.l",
|
|
4347
4333
|
"name": "titleL",
|
|
4348
4334
|
"type": "typography",
|
|
4349
|
-
"value": "
|
|
4335
|
+
"value": "700 36px/0.95 'National 2 Narrow'",
|
|
4350
4336
|
"description": "Desktop 475px teaser",
|
|
4351
4337
|
"cssVariable": "font-family: var(--brick-fonts-titleL);\nfont-size: var(--brick-fontSizes-titleL);\nfont-weight: var(--brick-fontWeights-titleL);\nletter-spacing: var(--brick-letterSpacings-titleL);\nline-height: var(--brick-lineHeights-titleL);"
|
|
4352
4338
|
},
|
|
@@ -4354,63 +4340,63 @@
|
|
|
4354
4340
|
"path": "typography.title.xl",
|
|
4355
4341
|
"name": "titleXl",
|
|
4356
4342
|
"type": "typography",
|
|
4357
|
-
"value": "
|
|
4358
|
-
"description": "
|
|
4343
|
+
"value": "700 60px/0.95 'National 2 Narrow'",
|
|
4344
|
+
"description": "Desktop 640px teaser. Notification desktop 640 and 980.",
|
|
4359
4345
|
"cssVariable": "font-family: var(--brick-fonts-titleXl);\nfont-size: var(--brick-fontSizes-titleXl);\nfont-weight: var(--brick-fontWeights-titleXl);\nletter-spacing: var(--brick-letterSpacings-titleXl);\nline-height: var(--brick-lineHeights-titleXl);"
|
|
4360
4346
|
},
|
|
4361
4347
|
{
|
|
4362
4348
|
"path": "typography.title.xxl",
|
|
4363
4349
|
"name": "titleXxl",
|
|
4364
4350
|
"type": "typography",
|
|
4365
|
-
"value": "
|
|
4366
|
-
"description": "
|
|
4351
|
+
"value": "700 65px/0.95 'National 2 Narrow'",
|
|
4352
|
+
"description": "Desktop 980px teaser.",
|
|
4367
4353
|
"cssVariable": "font-family: var(--brick-fonts-titleXxl);\nfont-size: var(--brick-fontSizes-titleXxl);\nfont-weight: var(--brick-fontWeights-titleXxl);\nletter-spacing: var(--brick-letterSpacings-titleXxl);\nline-height: var(--brick-lineHeights-titleXxl);"
|
|
4368
4354
|
},
|
|
4369
4355
|
{
|
|
4370
4356
|
"path": "typography.title-breaking.xs",
|
|
4371
4357
|
"name": "titleBreakingXs",
|
|
4372
4358
|
"type": "typography",
|
|
4373
|
-
"value": "
|
|
4374
|
-
"description": "Breaking
|
|
4359
|
+
"value": "800 20px/0.95 'National 2 Narrow'",
|
|
4360
|
+
"description": "Breaking. Small teaser with image, small teaeser in group with image. Notification mobile",
|
|
4375
4361
|
"cssVariable": "font-family: var(--brick-fonts-titleBreakingXs);\nfont-size: var(--brick-fontSizes-titleBreakingXs);\nfont-weight: var(--brick-fontWeights-titleBreakingXs);\nletter-spacing: var(--brick-letterSpacings-titleBreakingXs);\nline-height: var(--brick-lineHeights-titleBreakingXs);"
|
|
4376
4362
|
},
|
|
4377
4363
|
{
|
|
4378
4364
|
"path": "typography.title-breaking.s",
|
|
4379
4365
|
"name": "titleBreakingS",
|
|
4380
4366
|
"type": "typography",
|
|
4381
|
-
"value": "
|
|
4382
|
-
"description": "Breaking
|
|
4367
|
+
"value": "800 28px/0.95 'National 2 Narrow'",
|
|
4368
|
+
"description": "Breaking. Card teaser mobile",
|
|
4383
4369
|
"cssVariable": "font-family: var(--brick-fonts-titleBreakingS);\nfont-size: var(--brick-fontSizes-titleBreakingS);\nfont-weight: var(--brick-fontWeights-titleBreakingS);\nletter-spacing: var(--brick-letterSpacings-titleBreakingS);\nline-height: var(--brick-lineHeights-titleBreakingS);"
|
|
4384
4370
|
},
|
|
4385
4371
|
{
|
|
4386
4372
|
"path": "typography.title-breaking.m",
|
|
4387
4373
|
"name": "titleBreakingM",
|
|
4388
4374
|
"type": "typography",
|
|
4389
|
-
"value": "
|
|
4390
|
-
"description": "Breaking
|
|
4375
|
+
"value": "800 40px/0.95 'National 2 Narrow'",
|
|
4376
|
+
"description": "Breaking. Mobile teaser. Desktop 310px teaser",
|
|
4391
4377
|
"cssVariable": "font-family: var(--brick-fonts-titleBreakingM);\nfont-size: var(--brick-fontSizes-titleBreakingM);\nfont-weight: var(--brick-fontWeights-titleBreakingM);\nletter-spacing: var(--brick-letterSpacings-titleBreakingM);\nline-height: var(--brick-lineHeights-titleBreakingM);"
|
|
4392
4378
|
},
|
|
4393
4379
|
{
|
|
4394
4380
|
"path": "typography.title-breaking.l",
|
|
4395
4381
|
"name": "titleBreakingL",
|
|
4396
4382
|
"type": "typography",
|
|
4397
|
-
"value": "
|
|
4398
|
-
"description": "Desktop 475px teaser.
|
|
4383
|
+
"value": "800 36px/0.95 'National 2 Narrow'",
|
|
4384
|
+
"description": "Breaking. Desktop 475px teaser. Notification desktop 475px. ",
|
|
4399
4385
|
"cssVariable": "font-family: var(--brick-fonts-titleBreakingL);\nfont-size: var(--brick-fontSizes-titleBreakingL);\nfont-weight: var(--brick-fontWeights-titleBreakingL);\nletter-spacing: var(--brick-letterSpacings-titleBreakingL);\nline-height: var(--brick-lineHeights-titleBreakingL);"
|
|
4400
4386
|
},
|
|
4401
4387
|
{
|
|
4402
4388
|
"path": "typography.title-breaking.xl",
|
|
4403
4389
|
"name": "titleBreakingXl",
|
|
4404
4390
|
"type": "typography",
|
|
4405
|
-
"value": "
|
|
4406
|
-
"description": "Desktop 640px teaser.
|
|
4391
|
+
"value": "800 60px/0.95 'National 2 Narrow'",
|
|
4392
|
+
"description": "Breaking, regular and light teaser. Desktop 640px teaser. teaser with no image desktop 640px and 980px. ",
|
|
4407
4393
|
"cssVariable": "font-family: var(--brick-fonts-titleBreakingXl);\nfont-size: var(--brick-fontSizes-titleBreakingXl);\nfont-weight: var(--brick-fontWeights-titleBreakingXl);\nletter-spacing: var(--brick-letterSpacings-titleBreakingXl);\nline-height: var(--brick-lineHeights-titleBreakingXl);"
|
|
4408
4394
|
},
|
|
4409
4395
|
{
|
|
4410
4396
|
"path": "typography.title-breaking.xxl",
|
|
4411
4397
|
"name": "titleBreakingXxl",
|
|
4412
4398
|
"type": "typography",
|
|
4413
|
-
"value": "
|
|
4399
|
+
"value": "800 65px/0.95 'National 2 Narrow'",
|
|
4414
4400
|
"description": "Breaking, regular and light teaser. Desktop 980px teaser. ",
|
|
4415
4401
|
"cssVariable": "font-family: var(--brick-fonts-titleBreakingXxl);\nfont-size: var(--brick-fontSizes-titleBreakingXxl);\nfont-weight: var(--brick-fontWeights-titleBreakingXxl);\nletter-spacing: var(--brick-letterSpacings-titleBreakingXxl);\nline-height: var(--brick-lineHeights-titleBreakingXxl);"
|
|
4416
4402
|
},
|
|
@@ -4418,103 +4404,103 @@
|
|
|
4418
4404
|
"path": "typography.title-breaking.dark.xs",
|
|
4419
4405
|
"name": "titleBreakingDarkXs",
|
|
4420
4406
|
"type": "typography",
|
|
4421
|
-
"value": "
|
|
4422
|
-
"description": "
|
|
4407
|
+
"value": "800 20px/0.95 'National 2 Narrow'",
|
|
4408
|
+
"description": "Breaking. Small teaser with image, small teaeser in group with image. Notification mobile",
|
|
4423
4409
|
"cssVariable": "font-family: var(--brick-fonts-titleBreakingDarkXs);\nfont-size: var(--brick-fontSizes-titleBreakingDarkXs);\nfont-weight: var(--brick-fontWeights-titleBreakingDarkXs);\nletter-spacing: var(--brick-letterSpacings-titleBreakingDarkXs);\nline-height: var(--brick-lineHeights-titleBreakingDarkXs);"
|
|
4424
4410
|
},
|
|
4425
4411
|
{
|
|
4426
4412
|
"path": "typography.title-breaking.dark.s",
|
|
4427
4413
|
"name": "titleBreakingDarkS",
|
|
4428
4414
|
"type": "typography",
|
|
4429
|
-
"value": "
|
|
4430
|
-
"description": "
|
|
4415
|
+
"value": "800 28px/0.95 'National 2 Narrow'",
|
|
4416
|
+
"description": "Breaking. Card teaser mobile",
|
|
4431
4417
|
"cssVariable": "font-family: var(--brick-fonts-titleBreakingDarkS);\nfont-size: var(--brick-fontSizes-titleBreakingDarkS);\nfont-weight: var(--brick-fontWeights-titleBreakingDarkS);\nletter-spacing: var(--brick-letterSpacings-titleBreakingDarkS);\nline-height: var(--brick-lineHeights-titleBreakingDarkS);"
|
|
4432
4418
|
},
|
|
4433
4419
|
{
|
|
4434
4420
|
"path": "typography.title-breaking.dark.m",
|
|
4435
4421
|
"name": "titleBreakingDarkM",
|
|
4436
4422
|
"type": "typography",
|
|
4437
|
-
"value": "
|
|
4438
|
-
"description": "
|
|
4423
|
+
"value": "800 40px/0.95 'National 2 Narrow'",
|
|
4424
|
+
"description": "Breaking. Mobile teaser. Desktop 310px teaser",
|
|
4439
4425
|
"cssVariable": "font-family: var(--brick-fonts-titleBreakingDarkM);\nfont-size: var(--brick-fontSizes-titleBreakingDarkM);\nfont-weight: var(--brick-fontWeights-titleBreakingDarkM);\nletter-spacing: var(--brick-letterSpacings-titleBreakingDarkM);\nline-height: var(--brick-lineHeights-titleBreakingDarkM);"
|
|
4440
4426
|
},
|
|
4441
4427
|
{
|
|
4442
4428
|
"path": "typography.title-breaking.dark.l",
|
|
4443
4429
|
"name": "titleBreakingDarkL",
|
|
4444
4430
|
"type": "typography",
|
|
4445
|
-
"value": "
|
|
4446
|
-
"description": "
|
|
4431
|
+
"value": "800 36px/0.95 'National 2 Narrow'",
|
|
4432
|
+
"description": "Breaking. Desktop 475px teaser. Notification desktop 475px. ",
|
|
4447
4433
|
"cssVariable": "font-family: var(--brick-fonts-titleBreakingDarkL);\nfont-size: var(--brick-fontSizes-titleBreakingDarkL);\nfont-weight: var(--brick-fontWeights-titleBreakingDarkL);\nletter-spacing: var(--brick-letterSpacings-titleBreakingDarkL);\nline-height: var(--brick-lineHeights-titleBreakingDarkL);"
|
|
4448
4434
|
},
|
|
4449
4435
|
{
|
|
4450
4436
|
"path": "typography.title-breaking.dark.xl",
|
|
4451
4437
|
"name": "titleBreakingDarkXl",
|
|
4452
4438
|
"type": "typography",
|
|
4453
|
-
"value": "
|
|
4454
|
-
"description": "Desktop 640px teaser.
|
|
4439
|
+
"value": "800 60px/0.95 'National 2 Narrow'",
|
|
4440
|
+
"description": "Breaking, regular and light teaser. Desktop 640px teaser. teaser with no image desktop 640px and 980px. ",
|
|
4455
4441
|
"cssVariable": "font-family: var(--brick-fonts-titleBreakingDarkXl);\nfont-size: var(--brick-fontSizes-titleBreakingDarkXl);\nfont-weight: var(--brick-fontWeights-titleBreakingDarkXl);\nletter-spacing: var(--brick-letterSpacings-titleBreakingDarkXl);\nline-height: var(--brick-lineHeights-titleBreakingDarkXl);"
|
|
4456
4442
|
},
|
|
4457
4443
|
{
|
|
4458
4444
|
"path": "typography.title-breaking.dark.xxl",
|
|
4459
4445
|
"name": "titleBreakingDarkXxl",
|
|
4460
4446
|
"type": "typography",
|
|
4461
|
-
"value": "
|
|
4462
|
-
"description": "
|
|
4447
|
+
"value": "800 65px/0.95 'National 2 Narrow'",
|
|
4448
|
+
"description": "Breaking, regular and light teaser. Desktop 980px teaser. ",
|
|
4463
4449
|
"cssVariable": "font-family: var(--brick-fonts-titleBreakingDarkXxl);\nfont-size: var(--brick-fontSizes-titleBreakingDarkXxl);\nfont-weight: var(--brick-fontWeights-titleBreakingDarkXxl);\nletter-spacing: var(--brick-letterSpacings-titleBreakingDarkXxl);\nline-height: var(--brick-lineHeights-titleBreakingDarkXxl);"
|
|
4464
4450
|
},
|
|
4465
4451
|
{
|
|
4466
4452
|
"path": "typography.title-opinion.xs",
|
|
4467
4453
|
"name": "titleOpinionXs",
|
|
4468
4454
|
"type": "typography",
|
|
4469
|
-
"value": "
|
|
4470
|
-
"description": "
|
|
4455
|
+
"value": "500 14px/1.1 'Tiempos Text'",
|
|
4456
|
+
"description": "Small teaser with image, small teaeser in group with image. Notification mobile",
|
|
4471
4457
|
"cssVariable": "font-family: var(--brick-fonts-titleOpinionXs);\nfont-size: var(--brick-fontSizes-titleOpinionXs);\nfont-weight: var(--brick-fontWeights-titleOpinionXs);\nletter-spacing: var(--brick-letterSpacings-titleOpinionXs);\nline-height: var(--brick-lineHeights-titleOpinionXs);"
|
|
4472
4458
|
},
|
|
4473
4459
|
{
|
|
4474
4460
|
"path": "typography.title-opinion.s",
|
|
4475
4461
|
"name": "titleOpinionS",
|
|
4476
4462
|
"type": "typography",
|
|
4477
|
-
"value": "
|
|
4478
|
-
"description": "
|
|
4463
|
+
"value": "500 22px/1.1 'Tiempos Text'",
|
|
4464
|
+
"description": "Card teaser mobile.",
|
|
4479
4465
|
"cssVariable": "font-family: var(--brick-fonts-titleOpinionS);\nfont-size: var(--brick-fontSizes-titleOpinionS);\nfont-weight: var(--brick-fontWeights-titleOpinionS);\nletter-spacing: var(--brick-letterSpacings-titleOpinionS);\nline-height: var(--brick-lineHeights-titleOpinionS);"
|
|
4480
4466
|
},
|
|
4481
4467
|
{
|
|
4482
4468
|
"path": "typography.title-opinion.m",
|
|
4483
4469
|
"name": "titleOpinionM",
|
|
4484
4470
|
"type": "typography",
|
|
4485
|
-
"value": "
|
|
4486
|
-
"description": "
|
|
4471
|
+
"value": "500 28px/1.1 'Tiempos Text'",
|
|
4472
|
+
"description": "Mobile teaser. Desktop 310px teaser",
|
|
4487
4473
|
"cssVariable": "font-family: var(--brick-fonts-titleOpinionM);\nfont-size: var(--brick-fontSizes-titleOpinionM);\nfont-weight: var(--brick-fontWeights-titleOpinionM);\nletter-spacing: var(--brick-letterSpacings-titleOpinionM);\nline-height: var(--brick-lineHeights-titleOpinionM);"
|
|
4488
4474
|
},
|
|
4489
4475
|
{
|
|
4490
4476
|
"path": "typography.title-opinion.l",
|
|
4491
4477
|
"name": "titleOpinionL",
|
|
4492
4478
|
"type": "typography",
|
|
4493
|
-
"value": "
|
|
4494
|
-
"description": "
|
|
4479
|
+
"value": "500 32px/1.1 'Tiempos Text'",
|
|
4480
|
+
"description": "Desktop 475px teaser",
|
|
4495
4481
|
"cssVariable": "font-family: var(--brick-fonts-titleOpinionL);\nfont-size: var(--brick-fontSizes-titleOpinionL);\nfont-weight: var(--brick-fontWeights-titleOpinionL);\nletter-spacing: var(--brick-letterSpacings-titleOpinionL);\nline-height: var(--brick-lineHeights-titleOpinionL);"
|
|
4496
4482
|
},
|
|
4497
4483
|
{
|
|
4498
4484
|
"path": "typography.title-opinion.xl",
|
|
4499
4485
|
"name": "titleOpinionXl",
|
|
4500
4486
|
"type": "typography",
|
|
4501
|
-
"value": "
|
|
4502
|
-
"description": "
|
|
4487
|
+
"value": "500 50px/1 'Tiempos Text'",
|
|
4488
|
+
"description": "Desktop 640px teaser.",
|
|
4503
4489
|
"cssVariable": "font-family: var(--brick-fonts-titleOpinionXl);\nfont-size: var(--brick-fontSizes-titleOpinionXl);\nfont-weight: var(--brick-fontWeights-titleOpinionXl);\nletter-spacing: var(--brick-letterSpacings-titleOpinionXl);\nline-height: var(--brick-lineHeights-titleOpinionXl);"
|
|
4504
4490
|
},
|
|
4505
4491
|
{
|
|
4506
4492
|
"path": "typography.title-opinion.xxl",
|
|
4507
4493
|
"name": "titleOpinionXxl",
|
|
4508
4494
|
"type": "typography",
|
|
4509
|
-
"value": "
|
|
4510
|
-
"description": "
|
|
4495
|
+
"value": "500 50px/1 'Tiempos Text'",
|
|
4496
|
+
"description": "Desktop 980px teaser.",
|
|
4511
4497
|
"cssVariable": "font-family: var(--brick-fonts-titleOpinionXxl);\nfont-size: var(--brick-fontSizes-titleOpinionXxl);\nfont-weight: var(--brick-fontWeights-titleOpinionXxl);\nletter-spacing: var(--brick-letterSpacings-titleOpinionXxl);\nline-height: var(--brick-lineHeights-titleOpinionXxl);"
|
|
4512
4498
|
},
|
|
4513
4499
|
{
|
|
4514
4500
|
"path": "typography.title-feature.xs",
|
|
4515
4501
|
"name": "titleFeatureXs",
|
|
4516
4502
|
"type": "typography",
|
|
4517
|
-
"value": "700 21px/
|
|
4503
|
+
"value": "700 21px/0.95 'National 2 Narrow'",
|
|
4518
4504
|
"description": "Feature, regular and light teaser title. Small teaser and small teaser inside group",
|
|
4519
4505
|
"cssVariable": "font-family: var(--brick-fonts-titleFeatureXs);\nfont-size: var(--brick-fontSizes-titleFeatureXs);\nfont-weight: var(--brick-fontWeights-titleFeatureXs);\nletter-spacing: var(--brick-letterSpacings-titleFeatureXs);\nline-height: var(--brick-lineHeights-titleFeatureXs);"
|
|
4520
4506
|
},
|
|
@@ -4522,7 +4508,7 @@
|
|
|
4522
4508
|
"path": "typography.title-feature.s",
|
|
4523
4509
|
"name": "titleFeatureS",
|
|
4524
4510
|
"type": "typography",
|
|
4525
|
-
"value": "700 21px/
|
|
4511
|
+
"value": "700 21px/0.95 'National 2 Narrow'",
|
|
4526
4512
|
"description": "Feature, regular and light teaser title. Card teaser mobile",
|
|
4527
4513
|
"cssVariable": "font-family: var(--brick-fonts-titleFeatureS);\nfont-size: var(--brick-fontSizes-titleFeatureS);\nfont-weight: var(--brick-fontWeights-titleFeatureS);\nletter-spacing: var(--brick-letterSpacings-titleFeatureS);\nline-height: var(--brick-lineHeights-titleFeatureS);"
|
|
4528
4514
|
},
|
|
@@ -4530,7 +4516,7 @@
|
|
|
4530
4516
|
"path": "typography.title-feature.m",
|
|
4531
4517
|
"name": "titleFeatureM",
|
|
4532
4518
|
"type": "typography",
|
|
4533
|
-
"value": "700 30px/
|
|
4519
|
+
"value": "700 30px/0.95 'National 2 Narrow'",
|
|
4534
4520
|
"description": "Feature, regular and light teaser title. Mobile teaser. Desktop 310px teaser",
|
|
4535
4521
|
"cssVariable": "font-family: var(--brick-fonts-titleFeatureM);\nfont-size: var(--brick-fontSizes-titleFeatureM);\nfont-weight: var(--brick-fontWeights-titleFeatureM);\nletter-spacing: var(--brick-letterSpacings-titleFeatureM);\nline-height: var(--brick-lineHeights-titleFeatureM);"
|
|
4536
4522
|
},
|
|
@@ -4538,7 +4524,7 @@
|
|
|
4538
4524
|
"path": "typography.title-feature.l",
|
|
4539
4525
|
"name": "titleFeatureL",
|
|
4540
4526
|
"type": "typography",
|
|
4541
|
-
"value": "700 35px/
|
|
4527
|
+
"value": "700 35px/0.95 'National 2 Narrow'",
|
|
4542
4528
|
"description": "Feature, regular and light teaser. Desktop 475px teaser. Notification desktop 475px. ",
|
|
4543
4529
|
"cssVariable": "font-family: var(--brick-fonts-titleFeatureL);\nfont-size: var(--brick-fontSizes-titleFeatureL);\nfont-weight: var(--brick-fontWeights-titleFeatureL);\nletter-spacing: var(--brick-letterSpacings-titleFeatureL);\nline-height: var(--brick-lineHeights-titleFeatureL);"
|
|
4544
4530
|
},
|
|
@@ -4546,7 +4532,7 @@
|
|
|
4546
4532
|
"path": "typography.title-feature.xl",
|
|
4547
4533
|
"name": "titleFeatureXl",
|
|
4548
4534
|
"type": "typography",
|
|
4549
|
-
"value": "700 55px/
|
|
4535
|
+
"value": "700 55px/0.95 'National 2 Narrow'",
|
|
4550
4536
|
"description": "Feature, regular and light teaser. Desktop 640px teaser. teaser with no image desktop 640px and 980px. ",
|
|
4551
4537
|
"cssVariable": "font-family: var(--brick-fonts-titleFeatureXl);\nfont-size: var(--brick-fontSizes-titleFeatureXl);\nfont-weight: var(--brick-fontWeights-titleFeatureXl);\nletter-spacing: var(--brick-letterSpacings-titleFeatureXl);\nline-height: var(--brick-lineHeights-titleFeatureXl);"
|
|
4552
4538
|
},
|
|
@@ -4554,7 +4540,7 @@
|
|
|
4554
4540
|
"path": "typography.title-feature.xxl",
|
|
4555
4541
|
"name": "titleFeatureXxl",
|
|
4556
4542
|
"type": "typography",
|
|
4557
|
-
"value": "700 60px/
|
|
4543
|
+
"value": "700 60px/0.95 'National 2 Narrow'",
|
|
4558
4544
|
"description": "Feature, regular and light teaser. Desktop 980px teaser. ",
|
|
4559
4545
|
"cssVariable": "font-family: var(--brick-fonts-titleFeatureXxl);\nfont-size: var(--brick-fontSizes-titleFeatureXxl);\nfont-weight: var(--brick-fontWeights-titleFeatureXxl);\nletter-spacing: var(--brick-letterSpacings-titleFeatureXxl);\nline-height: var(--brick-lineHeights-titleFeatureXxl);"
|
|
4560
4546
|
},
|
|
@@ -4562,7 +4548,7 @@
|
|
|
4562
4548
|
"path": "typography.title-feature.dark.xs",
|
|
4563
4549
|
"name": "titleFeatureDarkXs",
|
|
4564
4550
|
"type": "typography",
|
|
4565
|
-
"value": "700 21px/
|
|
4551
|
+
"value": "700 21px/0.95 'National 2 Narrow'",
|
|
4566
4552
|
"description": "Dark feature teaser title. Small teaser and small teaser inside group.",
|
|
4567
4553
|
"cssVariable": "font-family: var(--brick-fonts-titleFeatureDarkXs);\nfont-size: var(--brick-fontSizes-titleFeatureDarkXs);\nfont-weight: var(--brick-fontWeights-titleFeatureDarkXs);\nletter-spacing: var(--brick-letterSpacings-titleFeatureDarkXs);\nline-height: var(--brick-lineHeights-titleFeatureDarkXs);"
|
|
4568
4554
|
},
|
|
@@ -4570,7 +4556,7 @@
|
|
|
4570
4556
|
"path": "typography.title-feature.dark.s",
|
|
4571
4557
|
"name": "titleFeatureDarkS",
|
|
4572
4558
|
"type": "typography",
|
|
4573
|
-
"value": "700 21px/
|
|
4559
|
+
"value": "700 21px/0.95 'National 2 Narrow'",
|
|
4574
4560
|
"description": "Dark feature teaser title. Card teaser mobile.",
|
|
4575
4561
|
"cssVariable": "font-family: var(--brick-fonts-titleFeatureDarkS);\nfont-size: var(--brick-fontSizes-titleFeatureDarkS);\nfont-weight: var(--brick-fontWeights-titleFeatureDarkS);\nletter-spacing: var(--brick-letterSpacings-titleFeatureDarkS);\nline-height: var(--brick-lineHeights-titleFeatureDarkS);"
|
|
4576
4562
|
},
|
|
@@ -4578,7 +4564,7 @@
|
|
|
4578
4564
|
"path": "typography.title-feature.dark.m",
|
|
4579
4565
|
"name": "titleFeatureDarkM",
|
|
4580
4566
|
"type": "typography",
|
|
4581
|
-
"value": "700 30px/
|
|
4567
|
+
"value": "700 30px/0.95 'National 2 Narrow'",
|
|
4582
4568
|
"description": "Dark feature teaser title. Mobile teaser. Desktop 310px teaser",
|
|
4583
4569
|
"cssVariable": "font-family: var(--brick-fonts-titleFeatureDarkM);\nfont-size: var(--brick-fontSizes-titleFeatureDarkM);\nfont-weight: var(--brick-fontWeights-titleFeatureDarkM);\nletter-spacing: var(--brick-letterSpacings-titleFeatureDarkM);\nline-height: var(--brick-lineHeights-titleFeatureDarkM);"
|
|
4584
4570
|
},
|
|
@@ -4586,7 +4572,7 @@
|
|
|
4586
4572
|
"path": "typography.title-feature.dark.l",
|
|
4587
4573
|
"name": "titleFeatureDarkL",
|
|
4588
4574
|
"type": "typography",
|
|
4589
|
-
"value": "700 40px/
|
|
4575
|
+
"value": "700 40px/0.95 'National 2 Narrow'",
|
|
4590
4576
|
"description": "Dark feature teaser with image title. Desktop 475px teaser. Notification desktop 475px, 640px and 980px.",
|
|
4591
4577
|
"cssVariable": "font-family: var(--brick-fonts-titleFeatureDarkL);\nfont-size: var(--brick-fontSizes-titleFeatureDarkL);\nfont-weight: var(--brick-fontWeights-titleFeatureDarkL);\nletter-spacing: var(--brick-letterSpacings-titleFeatureDarkL);\nline-height: var(--brick-lineHeights-titleFeatureDarkL);"
|
|
4592
4578
|
},
|
|
@@ -4594,7 +4580,7 @@
|
|
|
4594
4580
|
"path": "typography.title-feature.dark.xl",
|
|
4595
4581
|
"name": "titleFeatureDarkXl",
|
|
4596
4582
|
"type": "typography",
|
|
4597
|
-
"value": "700 50px/
|
|
4583
|
+
"value": "700 50px/0.95 'National 2 Narrow'",
|
|
4598
4584
|
"description": "Dark feature teaser with image title. Desktop 640px teaser.",
|
|
4599
4585
|
"cssVariable": "font-family: var(--brick-fonts-titleFeatureDarkXl);\nfont-size: var(--brick-fontSizes-titleFeatureDarkXl);\nfont-weight: var(--brick-fontWeights-titleFeatureDarkXl);\nletter-spacing: var(--brick-letterSpacings-titleFeatureDarkXl);\nline-height: var(--brick-lineHeights-titleFeatureDarkXl);"
|
|
4600
4586
|
},
|
|
@@ -4602,7 +4588,7 @@
|
|
|
4602
4588
|
"path": "typography.title-feature.dark.xxl",
|
|
4603
4589
|
"name": "titleFeatureDarkXxl",
|
|
4604
4590
|
"type": "typography",
|
|
4605
|
-
"value": "700 60px/
|
|
4591
|
+
"value": "700 60px/0.95 'National 2 Narrow'",
|
|
4606
4592
|
"description": "Dark feature teaser with image title. Desktop 980px teaser.",
|
|
4607
4593
|
"cssVariable": "font-family: var(--brick-fonts-titleFeatureDarkXxl);\nfont-size: var(--brick-fontSizes-titleFeatureDarkXxl);\nfont-weight: var(--brick-fontWeights-titleFeatureDarkXxl);\nletter-spacing: var(--brick-letterSpacings-titleFeatureDarkXxl);\nline-height: var(--brick-lineHeights-titleFeatureDarkXxl);"
|
|
4608
4594
|
},
|
|
@@ -4610,47 +4596,47 @@
|
|
|
4610
4596
|
"path": "typography.pretitle.xs",
|
|
4611
4597
|
"name": "pretitleXs",
|
|
4612
4598
|
"type": "typography",
|
|
4613
|
-
"value": "400
|
|
4614
|
-
"description": "
|
|
4599
|
+
"value": "400 18px/1.1 'National 2'",
|
|
4600
|
+
"description": "Small teaser with image, small teaeser in group with image. Notification mobile",
|
|
4615
4601
|
"cssVariable": "font-family: var(--brick-fonts-pretitleXs);\nfont-size: var(--brick-fontSizes-pretitleXs);\nfont-weight: var(--brick-fontWeights-pretitleXs);\nletter-spacing: var(--brick-letterSpacings-pretitleXs);\nline-height: var(--brick-lineHeights-pretitleXs);"
|
|
4616
4602
|
},
|
|
4617
4603
|
{
|
|
4618
4604
|
"path": "typography.pretitle.s",
|
|
4619
4605
|
"name": "pretitleS",
|
|
4620
4606
|
"type": "typography",
|
|
4621
|
-
"value": "400
|
|
4622
|
-
"description": "
|
|
4607
|
+
"value": "400 18px/1.1 'National 2'",
|
|
4608
|
+
"description": "Card teaser",
|
|
4623
4609
|
"cssVariable": "font-family: var(--brick-fonts-pretitleS);\nfont-size: var(--brick-fontSizes-pretitleS);\nfont-weight: var(--brick-fontWeights-pretitleS);\nletter-spacing: var(--brick-letterSpacings-pretitleS);\nline-height: var(--brick-lineHeights-pretitleS);"
|
|
4624
4610
|
},
|
|
4625
4611
|
{
|
|
4626
4612
|
"path": "typography.pretitle.m",
|
|
4627
4613
|
"name": "pretitleM",
|
|
4628
4614
|
"type": "typography",
|
|
4629
|
-
"value": "400
|
|
4630
|
-
"description": "
|
|
4615
|
+
"value": "400 18x/1.1 'National 2'",
|
|
4616
|
+
"description": "Mobile teaser. Desktop 310px teaser",
|
|
4631
4617
|
"cssVariable": "font-family: var(--brick-fonts-pretitleM);\nfont-size: var(--brick-fontSizes-pretitleM);\nfont-weight: var(--brick-fontWeights-pretitleM);\nletter-spacing: var(--brick-letterSpacings-pretitleM);\nline-height: var(--brick-lineHeights-pretitleM);"
|
|
4632
4618
|
},
|
|
4633
4619
|
{
|
|
4634
4620
|
"path": "typography.pretitle.l",
|
|
4635
4621
|
"name": "pretitleL",
|
|
4636
4622
|
"type": "typography",
|
|
4637
|
-
"value": "400 20px/1.
|
|
4638
|
-
"description": "
|
|
4623
|
+
"value": "400 20px/1.1 'National 2'",
|
|
4624
|
+
"description": "Desktop 475px teaser",
|
|
4639
4625
|
"cssVariable": "font-family: var(--brick-fonts-pretitleL);\nfont-size: var(--brick-fontSizes-pretitleL);\nfont-weight: var(--brick-fontWeights-pretitleL);\nletter-spacing: var(--brick-letterSpacings-pretitleL);\nline-height: var(--brick-lineHeights-pretitleL);"
|
|
4640
4626
|
},
|
|
4641
4627
|
{
|
|
4642
4628
|
"path": "typography.pretitle.xl",
|
|
4643
4629
|
"name": "pretitleXl",
|
|
4644
4630
|
"type": "typography",
|
|
4645
|
-
"value": "400 20px/1.
|
|
4646
|
-
"description": "
|
|
4631
|
+
"value": "400 20px/1.1 'National 2'",
|
|
4632
|
+
"description": "Desktop 640px and 980px teaser",
|
|
4647
4633
|
"cssVariable": "font-family: var(--brick-fonts-pretitleXl);\nfont-size: var(--brick-fontSizes-pretitleXl);\nfont-weight: var(--brick-fontWeights-pretitleXl);\nletter-spacing: var(--brick-letterSpacings-pretitleXl);\nline-height: var(--brick-lineHeights-pretitleXl);"
|
|
4648
4634
|
},
|
|
4649
4635
|
{
|
|
4650
4636
|
"path": "typography.pretitle.xxl",
|
|
4651
4637
|
"name": "pretitleXxl",
|
|
4652
4638
|
"type": "typography",
|
|
4653
|
-
"value": "400 20px/1.
|
|
4639
|
+
"value": "400 20px/1.1 'National 2'",
|
|
4654
4640
|
"description": "Deprecated",
|
|
4655
4641
|
"cssVariable": "font-family: var(--brick-fonts-pretitleXxl);\nfont-size: var(--brick-fontSizes-pretitleXxl);\nfont-weight: var(--brick-fontWeights-pretitleXxl);\nletter-spacing: var(--brick-letterSpacings-pretitleXxl);\nline-height: var(--brick-lineHeights-pretitleXxl);"
|
|
4656
4642
|
},
|
|
@@ -4666,15 +4652,15 @@
|
|
|
4666
4652
|
"path": "typography.group-title.m",
|
|
4667
4653
|
"name": "groupTitleM",
|
|
4668
4654
|
"type": "typography",
|
|
4669
|
-
"value": "
|
|
4655
|
+
"value": "700 20px/0.94 'National 2'",
|
|
4670
4656
|
"description": "Group title on mobile",
|
|
4671
|
-
"cssVariable": "font-family: var(--brick-fonts-groupTitleM);\nfont-size: var(--brick-fontSizes-groupTitleM);\nfont-weight: var(--brick-fontWeights-groupTitleM);\nline-height: var(--brick-lineHeights-groupTitleM);"
|
|
4657
|
+
"cssVariable": "font-family: var(--brick-fonts-groupTitleM);\nfont-size: var(--brick-fontSizes-groupTitleM);\nfont-weight: var(--brick-fontWeights-groupTitleM);\nletter-spacing: var(--brick-letterSpacings-groupTitleM);\nline-height: var(--brick-lineHeights-groupTitleM);"
|
|
4672
4658
|
},
|
|
4673
4659
|
{
|
|
4674
4660
|
"path": "typography.group-title.l",
|
|
4675
4661
|
"name": "groupTitleL",
|
|
4676
4662
|
"type": "typography",
|
|
4677
|
-
"value": "
|
|
4663
|
+
"value": "700 28px/0.94 'National 2'",
|
|
4678
4664
|
"description": "Group title on desktop",
|
|
4679
4665
|
"cssVariable": "font-family: var(--brick-fonts-groupTitleL);\nfont-size: var(--brick-fontSizes-groupTitleL);\nfont-weight: var(--brick-fontWeights-groupTitleL);\nletter-spacing: var(--brick-letterSpacings-groupTitleL);\nline-height: var(--brick-lineHeights-groupTitleL);"
|
|
4680
4666
|
},
|
|
@@ -4802,7 +4788,7 @@
|
|
|
4802
4788
|
"path": "border-radius.avatar",
|
|
4803
4789
|
"name": "avatar",
|
|
4804
4790
|
"type": "dimension",
|
|
4805
|
-
"value": "
|
|
4791
|
+
"value": "9999px",
|
|
4806
4792
|
"description": "Component token for border radius on avatar images",
|
|
4807
4793
|
"cssVariable": "var(--brick-radii-avatar)"
|
|
4808
4794
|
},
|
|
@@ -4810,7 +4796,7 @@
|
|
|
4810
4796
|
"path": "border-radius.teaser-image",
|
|
4811
4797
|
"name": "teaserImage",
|
|
4812
4798
|
"type": "dimension",
|
|
4813
|
-
"value": "
|
|
4799
|
+
"value": "2px",
|
|
4814
4800
|
"description": "Radius used on image inside teaser.",
|
|
4815
4801
|
"cssVariable": "var(--brick-radii-teaserImage)"
|
|
4816
4802
|
},
|
|
@@ -4905,15 +4891,15 @@
|
|
|
4905
4891
|
"path": "box-shadow.teaser",
|
|
4906
4892
|
"name": "boxShadowTeaser",
|
|
4907
4893
|
"type": "shadow",
|
|
4908
|
-
"value": "
|
|
4894
|
+
"value": "0 0 0 0 #00000000",
|
|
4909
4895
|
"cssVariable": "var(--brick-shadows-teaser)"
|
|
4910
4896
|
},
|
|
4911
4897
|
{
|
|
4912
4898
|
"path": "box-shadow.teaser-carousel",
|
|
4913
4899
|
"name": "boxShadowTeaserCarousel",
|
|
4914
4900
|
"type": "shadow",
|
|
4915
|
-
"value": "
|
|
4916
|
-
"description": "
|
|
4901
|
+
"value": "0px 0px 0px 0px #00000000",
|
|
4902
|
+
"description": "Override for shadow in carousel teaser in Alfa. This variant does not use a shadow.",
|
|
4917
4903
|
"cssVariable": "var(--brick-shadows-teaserCarousel)"
|
|
4918
4904
|
},
|
|
4919
4905
|
{
|
|
@@ -4936,16 +4922,16 @@
|
|
|
4936
4922
|
"path": "sizing.premium-icon.m",
|
|
4937
4923
|
"name": "premiumIconM",
|
|
4938
4924
|
"type": "dimension",
|
|
4939
|
-
"value": "
|
|
4940
|
-
"description": "
|
|
4925
|
+
"value": "0.875rem",
|
|
4926
|
+
"description": "Width and height of premium icon in Alfa on small screens ",
|
|
4941
4927
|
"cssVariable": "var(--brick-sizing-premiumIconM)"
|
|
4942
4928
|
},
|
|
4943
4929
|
{
|
|
4944
4930
|
"path": "sizing.premium-icon.l",
|
|
4945
4931
|
"name": "premiumIconL",
|
|
4946
4932
|
"type": "dimension",
|
|
4947
|
-
"value": "1.
|
|
4948
|
-
"description": "
|
|
4933
|
+
"value": "1.125rem",
|
|
4934
|
+
"description": "Width and height of premium icon in Alfa on large screens.",
|
|
4949
4935
|
"cssVariable": "var(--brick-sizing-premiumIconL)"
|
|
4950
4936
|
},
|
|
4951
4937
|
{
|
|
@@ -4976,8 +4962,8 @@
|
|
|
4976
4962
|
"path": "border.teaser-carousel",
|
|
4977
4963
|
"name": "borderTeaserCarousel",
|
|
4978
4964
|
"type": "border",
|
|
4979
|
-
"value": "
|
|
4980
|
-
"description": "
|
|
4965
|
+
"value": "0.0625rem solid #D9D9D9",
|
|
4966
|
+
"description": "Teasers in carousel Alfa use a border instead of a shadow.",
|
|
4981
4967
|
"cssVariable": "var(--brick-border-borderTeaserCarousel)"
|
|
4982
4968
|
},
|
|
4983
4969
|
{
|