@guardian/interactive-component-library 0.1.0-alpha.38 → 0.1.0-alpha.40

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
@@ -2176,11 +2176,11 @@ body ._header_gph7y_95._fullWidth_gph7y_19 {
2176
2176
  ._path_1dms8_8 {
2177
2177
  pointer-events: none;
2178
2178
  }
2179
- ._searchContainer_1px2g_1 {
2179
+ ._searchContainer_1kj0x_1 {
2180
2180
  position: relative;
2181
2181
  }
2182
2182
 
2183
- ._input_1px2g_5 {
2183
+ ._input_1kj0x_5 {
2184
2184
  width: 100%;
2185
2185
  color: var(--primary-text-color);
2186
2186
  font-family: var(--text-sans);
@@ -2202,7 +2202,7 @@ input:focus {
2202
2202
  border: 1px solid var(--primary-text-color);
2203
2203
  }
2204
2204
 
2205
- ._searchIcon_1px2g_27 {
2205
+ ._searchIcon_1kj0x_27 {
2206
2206
  position: absolute;
2207
2207
  top: 11px;
2208
2208
  left: 12px;
@@ -2211,13 +2211,13 @@ input:focus {
2211
2211
  pointer-events: none;
2212
2212
  }
2213
2213
 
2214
- ._clearButton_1px2g_36 {
2214
+ ._clearButton_1kj0x_36 {
2215
2215
  position: absolute;
2216
2216
  top: 2px;
2217
2217
  right: 4px;
2218
2218
  }
2219
2219
 
2220
- ._suggestions_1px2g_42 {
2220
+ ._suggestions_1kj0x_42 {
2221
2221
  position: absolute;
2222
2222
  width: 100%;
2223
2223
  margin-top: var(--space-2);
@@ -2232,7 +2232,7 @@ input:focus {
2232
2232
  pointer-events: all;
2233
2233
  }
2234
2234
 
2235
- ._suggestion_1px2g_42 {
2235
+ ._suggestion_1kj0x_42 {
2236
2236
  cursor: pointer;
2237
2237
  padding: 6px 8px;
2238
2238
  background-color: var(--primary-bg-color);
@@ -2243,11 +2243,16 @@ input:focus {
2243
2243
  line-height: var(--sans-line-height);
2244
2244
  }
2245
2245
 
2246
- ._selected_1px2g_68 {
2246
+ ._suggestion_1kj0x_42._disabled_1kj0x_68 {
2247
+ color: var(--secondary-text-color);
2248
+ pointer-events: none;
2249
+ }
2250
+
2251
+ ._selected_1kj0x_73 {
2247
2252
  background-color: var(--secondary-bg-color);
2248
2253
  }
2249
2254
 
2250
- ._highlighted_1px2g_72 {
2255
+ ._highlighted_1kj0x_77 {
2251
2256
  color: var(--highlighted-text-color);
2252
2257
  background-color: var(--highlight-color);
2253
2258
  }
@@ -2437,7 +2442,7 @@ body.android {
2437
2442
  ._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
2443
  border-bottom: 0;
2439
2444
  }
2440
- }._transitionContainer_1syip_1 {
2445
+ }._transitionContainer_48fp9_1 {
2441
2446
  position: fixed;
2442
2447
  left: 0;
2443
2448
  right: 0;
@@ -2445,15 +2450,14 @@ body.android {
2445
2450
  bottom: 0;
2446
2451
  transition: all 300ms ease-in-out;
2447
2452
  z-index: 9999;
2448
- pointer-events: none;
2449
2453
  }
2450
2454
 
2451
- ._blur_1syip_12 {
2455
+ ._blur_48fp9_11 {
2452
2456
  background-color: rgba(0, 0, 0, 0.1);
2453
2457
  backdrop-filter: blur(4px);
2454
2458
  }
2455
2459
 
2456
- ._modalBox_1syip_17 {
2460
+ ._modalBox_48fp9_16 {
2457
2461
  position: absolute;
2458
2462
  left: 0;
2459
2463
  right: 0;
@@ -2462,35 +2466,35 @@ body.android {
2462
2466
  pointer-events: all;
2463
2467
  }
2464
2468
 
2465
- ._enter_1syip_26,
2466
- ._exitDone_1syip_27 {
2467
- ._blur_1syip_12 {
2469
+ ._enter_48fp9_25,
2470
+ ._exitDone_48fp9_26 {
2471
+ ._blur_48fp9_11 {
2468
2472
  background-color: transparent;
2469
2473
  backdrop-filter: none;
2470
2474
  }
2471
2475
 
2472
- ._modalBox_1syip_17 {
2476
+ ._modalBox_48fp9_16 {
2473
2477
  transform: translateY(100%);
2474
2478
  }
2475
2479
  }
2476
2480
 
2477
- ._enterActive_1syip_38 {
2478
- ._blur_1syip_12 {
2481
+ ._enterActive_48fp9_37 {
2482
+ ._blur_48fp9_11 {
2479
2483
  background-color: rgba(0, 0, 0, 0.1);
2480
2484
  backdrop-filter: blur(4px);
2481
2485
  }
2482
2486
 
2483
- ._modalBox_1syip_17 {
2487
+ ._modalBox_48fp9_16 {
2484
2488
  transform: translateY(0);
2485
2489
  }
2486
2490
  }
2487
2491
 
2488
- ._exitActive_1syip_49 {
2489
- ._blur_1syip_12 {
2492
+ ._exitActive_48fp9_48 {
2493
+ ._blur_48fp9_11 {
2490
2494
  background-color: transparent;
2491
2495
  backdrop-filter: none;
2492
2496
  }
2493
- ._modalBox_1syip_17 {
2497
+ ._modalBox_48fp9_16 {
2494
2498
  transform: translateY(100%);
2495
2499
  }
2496
2500
  }
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.38",
4
+ "version": "v0.1.0-alpha.40",
5
5
  "packageManager": "pnpm@8.4.0",
6
6
  "repository": {
7
7
  "type": "git",