@guardian/interactive-component-library 0.1.0-alpha.34 → 0.1.0-alpha.35

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/dist/style.css CHANGED
@@ -2421,7 +2421,7 @@ body.android {
2421
2421
  ._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) ~ * {
2422
2422
  border-bottom: 0;
2423
2423
  }
2424
- }._transitionContainer_15ioc_1 {
2424
+ }._transitionContainer_1syip_1 {
2425
2425
  position: fixed;
2426
2426
  left: 0;
2427
2427
  right: 0;
@@ -2432,12 +2432,12 @@ body.android {
2432
2432
  pointer-events: none;
2433
2433
  }
2434
2434
 
2435
- ._blur_15ioc_12 {
2435
+ ._blur_1syip_12 {
2436
2436
  background-color: rgba(0, 0, 0, 0.1);
2437
2437
  backdrop-filter: blur(4px);
2438
2438
  }
2439
2439
 
2440
- ._modalBox_15ioc_17 {
2440
+ ._modalBox_1syip_17 {
2441
2441
  position: absolute;
2442
2442
  left: 0;
2443
2443
  right: 0;
@@ -2446,29 +2446,38 @@ body.android {
2446
2446
  pointer-events: all;
2447
2447
  }
2448
2448
 
2449
- ._enter_15ioc_26,
2450
- ._exitDone_15ioc_27 {
2451
- ._blur_15ioc_12 {
2449
+ ._enter_1syip_26,
2450
+ ._exitDone_1syip_27 {
2451
+ ._blur_1syip_12 {
2452
2452
  background-color: transparent;
2453
2453
  backdrop-filter: none;
2454
2454
  }
2455
2455
 
2456
- ._modalBox_15ioc_17 {
2456
+ ._modalBox_1syip_17 {
2457
2457
  transform: translateY(100%);
2458
2458
  }
2459
2459
  }
2460
2460
 
2461
- ._enterActive_15ioc_38,
2462
- ._exit_15ioc_27 {
2463
- ._blur_15ioc_12 {
2461
+ ._enterActive_1syip_38 {
2462
+ ._blur_1syip_12 {
2464
2463
  background-color: rgba(0, 0, 0, 0.1);
2465
2464
  backdrop-filter: blur(4px);
2466
2465
  }
2467
2466
 
2468
- ._modalBox_15ioc_17 {
2467
+ ._modalBox_1syip_17 {
2469
2468
  transform: translateY(0);
2470
2469
  }
2471
2470
  }
2471
+
2472
+ ._exitActive_1syip_49 {
2473
+ ._blur_1syip_12 {
2474
+ background-color: transparent;
2475
+ backdrop-filter: none;
2476
+ }
2477
+ ._modalBox_1syip_17 {
2478
+ transform: translateY(100%);
2479
+ }
2480
+ }
2472
2481
  ._container_6u92g_1 {
2473
2482
  position: relative;
2474
2483
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@guardian/interactive-component-library",
3
3
  "private": false,
4
- "version": "v0.1.0-alpha.34",
4
+ "version": "v0.1.0-alpha.35",
5
5
  "packageManager": "pnpm@8.4.0",
6
6
  "repository": {
7
7
  "type": "git",