@guardian/interactive-component-library 0.8.7 → 0.8.9
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.
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
const container = "
|
|
2
|
-
const copyColumn = "
|
|
3
|
-
const img = "
|
|
4
|
-
const title = "
|
|
5
|
-
const subtitle = "
|
|
6
|
-
const small = "
|
|
7
|
-
const blurb = "
|
|
8
|
-
const footnote = "
|
|
1
|
+
const container = "_container_1jf3s_1";
|
|
2
|
+
const copyColumn = "_copyColumn_1jf3s_6";
|
|
3
|
+
const img = "_img_1jf3s_11";
|
|
4
|
+
const title = "_title_1jf3s_22";
|
|
5
|
+
const subtitle = "_subtitle_1jf3s_38";
|
|
6
|
+
const small = "_small_1jf3s_48";
|
|
7
|
+
const blurb = "_blurb_1jf3s_58";
|
|
8
|
+
const footnote = "_footnote_1jf3s_66";
|
|
9
9
|
const defaultStyles = {
|
|
10
10
|
container,
|
|
11
11
|
copyColumn,
|
package/dist/style.css
CHANGED
|
@@ -2284,16 +2284,17 @@ body.android {
|
|
|
2284
2284
|
|
|
2285
2285
|
._bar_1ci1k_10 {
|
|
2286
2286
|
}
|
|
2287
|
-
.
|
|
2287
|
+
._container_1jf3s_1 {
|
|
2288
2288
|
font-weight: 700;
|
|
2289
2289
|
display: flex;
|
|
2290
2290
|
}
|
|
2291
2291
|
|
|
2292
|
-
.
|
|
2292
|
+
._copyColumn_1jf3s_6 {
|
|
2293
2293
|
display: block;
|
|
2294
|
+
flex-shrink: 0;
|
|
2294
2295
|
}
|
|
2295
2296
|
|
|
2296
|
-
.
|
|
2297
|
+
._img_1jf3s_11 {
|
|
2297
2298
|
height: 130px;
|
|
2298
2299
|
width: 130px;
|
|
2299
2300
|
border-radius: 50%;
|
|
@@ -2301,9 +2302,10 @@ body.android {
|
|
|
2301
2302
|
margin-top: var(--space-1);
|
|
2302
2303
|
margin-left: var(--space-2);
|
|
2303
2304
|
margin-right: var(--space-1);
|
|
2305
|
+
flex-shrink: 0;
|
|
2304
2306
|
}
|
|
2305
2307
|
|
|
2306
|
-
.
|
|
2308
|
+
._title_1jf3s_22 {
|
|
2307
2309
|
font-family: var(--text-headline);
|
|
2308
2310
|
font-size: var(--headline-xsmall);
|
|
2309
2311
|
color: var(--primary-text-color);
|
|
@@ -2319,7 +2321,7 @@ body.android {
|
|
|
2319
2321
|
}
|
|
2320
2322
|
}
|
|
2321
2323
|
|
|
2322
|
-
.
|
|
2324
|
+
._subtitle_1jf3s_38 {
|
|
2323
2325
|
font-family: var(--text-headline);
|
|
2324
2326
|
font-size: var(--headline-xsmall);
|
|
2325
2327
|
color: var(--primary-text-color);
|
|
@@ -2329,7 +2331,7 @@ body.android {
|
|
|
2329
2331
|
margin-bottom: 6px;
|
|
2330
2332
|
}
|
|
2331
2333
|
|
|
2332
|
-
.
|
|
2334
|
+
._small_1jf3s_48 {
|
|
2333
2335
|
font-family: var(--text-serif);
|
|
2334
2336
|
font-size: var(--body-small);
|
|
2335
2337
|
line-height: var(--body-line-height);
|
|
@@ -2339,7 +2341,7 @@ body.android {
|
|
|
2339
2341
|
margin-top: var(--space-1);
|
|
2340
2342
|
}
|
|
2341
2343
|
|
|
2342
|
-
.
|
|
2344
|
+
._blurb_1jf3s_58 {
|
|
2343
2345
|
font-family: var(--text-serif);
|
|
2344
2346
|
font-size: var(--body-small);
|
|
2345
2347
|
line-height: var(--body-line-height);
|
|
@@ -2347,7 +2349,7 @@ body.android {
|
|
|
2347
2349
|
font-weight: 300;
|
|
2348
2350
|
}
|
|
2349
2351
|
|
|
2350
|
-
.
|
|
2352
|
+
._footnote_1jf3s_66 {
|
|
2351
2353
|
font-family: var(--text-serif);
|
|
2352
2354
|
font-size: var(--body-small);
|
|
2353
2355
|
line-height: var(--body-line-height);
|