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