@guardian/interactive-component-library 0.1.0-alpha.38 → 0.1.0-alpha.39
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.
|
@@ -2348,13 +2348,13 @@ var d = (E) => {
|
|
|
2348
2348
|
return cloneElement(t, { className: i });
|
|
2349
2349
|
});
|
|
2350
2350
|
};
|
|
2351
|
-
const transitionContainer = "
|
|
2352
|
-
const blur = "
|
|
2353
|
-
const modalBox = "
|
|
2354
|
-
const enter = "
|
|
2355
|
-
const exitDone = "
|
|
2356
|
-
const enterActive = "
|
|
2357
|
-
const exitActive = "
|
|
2351
|
+
const transitionContainer = "_transitionContainer_48fp9_1";
|
|
2352
|
+
const blur = "_blur_48fp9_11";
|
|
2353
|
+
const modalBox = "_modalBox_48fp9_16";
|
|
2354
|
+
const enter = "_enter_48fp9_25";
|
|
2355
|
+
const exitDone = "_exitDone_48fp9_26";
|
|
2356
|
+
const enterActive = "_enterActive_48fp9_37";
|
|
2357
|
+
const exitActive = "_exitActive_48fp9_48";
|
|
2358
2358
|
const styles$6 = {
|
|
2359
2359
|
transitionContainer,
|
|
2360
2360
|
blur,
|
|
@@ -2344,13 +2344,13 @@
|
|
|
2344
2344
|
return preact.cloneElement(t, { className: i });
|
|
2345
2345
|
});
|
|
2346
2346
|
};
|
|
2347
|
-
const transitionContainer = "
|
|
2348
|
-
const blur = "
|
|
2349
|
-
const modalBox = "
|
|
2350
|
-
const enter = "
|
|
2351
|
-
const exitDone = "
|
|
2352
|
-
const enterActive = "
|
|
2353
|
-
const exitActive = "
|
|
2347
|
+
const transitionContainer = "_transitionContainer_48fp9_1";
|
|
2348
|
+
const blur = "_blur_48fp9_11";
|
|
2349
|
+
const modalBox = "_modalBox_48fp9_16";
|
|
2350
|
+
const enter = "_enter_48fp9_25";
|
|
2351
|
+
const exitDone = "_exitDone_48fp9_26";
|
|
2352
|
+
const enterActive = "_enterActive_48fp9_37";
|
|
2353
|
+
const exitActive = "_exitActive_48fp9_48";
|
|
2354
2354
|
const styles$6 = {
|
|
2355
2355
|
transitionContainer,
|
|
2356
2356
|
blur,
|
package/dist/style.css
CHANGED
|
@@ -2437,7 +2437,7 @@ body.android {
|
|
|
2437
2437
|
._grid_xps7m_9[data-grid-type=large] > *:nth-child(2n+1):nth-last-child(-n+2), ._grid_xps7m_9[data-grid-type=large] > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
|
|
2438
2438
|
border-bottom: 0;
|
|
2439
2439
|
}
|
|
2440
|
-
}.
|
|
2440
|
+
}._transitionContainer_48fp9_1 {
|
|
2441
2441
|
position: fixed;
|
|
2442
2442
|
left: 0;
|
|
2443
2443
|
right: 0;
|
|
@@ -2445,15 +2445,14 @@ body.android {
|
|
|
2445
2445
|
bottom: 0;
|
|
2446
2446
|
transition: all 300ms ease-in-out;
|
|
2447
2447
|
z-index: 9999;
|
|
2448
|
-
pointer-events: none;
|
|
2449
2448
|
}
|
|
2450
2449
|
|
|
2451
|
-
.
|
|
2450
|
+
._blur_48fp9_11 {
|
|
2452
2451
|
background-color: rgba(0, 0, 0, 0.1);
|
|
2453
2452
|
backdrop-filter: blur(4px);
|
|
2454
2453
|
}
|
|
2455
2454
|
|
|
2456
|
-
.
|
|
2455
|
+
._modalBox_48fp9_16 {
|
|
2457
2456
|
position: absolute;
|
|
2458
2457
|
left: 0;
|
|
2459
2458
|
right: 0;
|
|
@@ -2462,35 +2461,35 @@ body.android {
|
|
|
2462
2461
|
pointer-events: all;
|
|
2463
2462
|
}
|
|
2464
2463
|
|
|
2465
|
-
.
|
|
2466
|
-
.
|
|
2467
|
-
.
|
|
2464
|
+
._enter_48fp9_25,
|
|
2465
|
+
._exitDone_48fp9_26 {
|
|
2466
|
+
._blur_48fp9_11 {
|
|
2468
2467
|
background-color: transparent;
|
|
2469
2468
|
backdrop-filter: none;
|
|
2470
2469
|
}
|
|
2471
2470
|
|
|
2472
|
-
.
|
|
2471
|
+
._modalBox_48fp9_16 {
|
|
2473
2472
|
transform: translateY(100%);
|
|
2474
2473
|
}
|
|
2475
2474
|
}
|
|
2476
2475
|
|
|
2477
|
-
.
|
|
2478
|
-
.
|
|
2476
|
+
._enterActive_48fp9_37 {
|
|
2477
|
+
._blur_48fp9_11 {
|
|
2479
2478
|
background-color: rgba(0, 0, 0, 0.1);
|
|
2480
2479
|
backdrop-filter: blur(4px);
|
|
2481
2480
|
}
|
|
2482
2481
|
|
|
2483
|
-
.
|
|
2482
|
+
._modalBox_48fp9_16 {
|
|
2484
2483
|
transform: translateY(0);
|
|
2485
2484
|
}
|
|
2486
2485
|
}
|
|
2487
2486
|
|
|
2488
|
-
.
|
|
2489
|
-
.
|
|
2487
|
+
._exitActive_48fp9_48 {
|
|
2488
|
+
._blur_48fp9_11 {
|
|
2490
2489
|
background-color: transparent;
|
|
2491
2490
|
backdrop-filter: none;
|
|
2492
2491
|
}
|
|
2493
|
-
.
|
|
2492
|
+
._modalBox_48fp9_16 {
|
|
2494
2493
|
transform: translateY(100%);
|
|
2495
2494
|
}
|
|
2496
2495
|
}
|