@guardian/interactive-component-library 0.1.0-alpha.17 → 0.1.0-alpha.18

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
@@ -2208,22 +2208,22 @@ body.android {
2208
2208
  --top-inset: 58px;
2209
2209
  }
2210
2210
 
2211
- ._ticker_fyd8z_9 {
2211
+ ._ticker_2eemh_9 {
2212
2212
  position: relative;
2213
2213
  --ticker-item-width: 100%;
2214
2214
  }
2215
2215
  @media (min-width: 30em) {
2216
- ._ticker_fyd8z_9 {
2216
+ ._ticker_2eemh_9 {
2217
2217
  --ticker-item-width: 200px;
2218
2218
  }
2219
2219
  }
2220
2220
 
2221
- ._tickerItems_fyd8z_19 {
2221
+ ._tickerItems_2eemh_19 {
2222
2222
  width: 100%;
2223
2223
  overflow: clip;
2224
2224
  }
2225
2225
 
2226
- ._tickerScroll_fyd8z_24 {
2226
+ ._tickerScroll_2eemh_24 {
2227
2227
  display: flex;
2228
2228
  flex-direction: column;
2229
2229
  row-gap: var(--space-2);
@@ -2232,7 +2232,7 @@ body.android {
2232
2232
  overflow: visible;
2233
2233
  }
2234
2234
  @media (min-width: 30em) {
2235
- ._tickerScroll_fyd8z_24 {
2235
+ ._tickerScroll_2eemh_24 {
2236
2236
  flex-direction: row;
2237
2237
  column-gap: var(--space-2);
2238
2238
  transform: translateX(var(--ticker-offset));
@@ -2240,19 +2240,19 @@ body.android {
2240
2240
  }
2241
2241
  }
2242
2242
 
2243
- ._tickerItem_fyd8z_19 {
2243
+ ._tickerItem_2eemh_19 {
2244
2244
  width: var(--ticker-item-width);
2245
2245
  flex-shrink: 0;
2246
2246
  }
2247
2247
 
2248
- ._controls_fyd8z_46 {
2248
+ ._controls_2eemh_46 {
2249
2249
  position: absolute;
2250
2250
  bottom: 0;
2251
2251
  width: 100%;
2252
2252
  height: 86px;
2253
2253
  }
2254
2254
  @media (min-width: 30em) {
2255
- ._controls_fyd8z_46 {
2255
+ ._controls_2eemh_46 {
2256
2256
  top: 0;
2257
2257
  right: 0;
2258
2258
  width: 86px;
@@ -2260,25 +2260,25 @@ body.android {
2260
2260
  }
2261
2261
  }
2262
2262
 
2263
- ._gradient_fyd8z_61 {
2263
+ ._gradient_2eemh_61 {
2264
2264
  position: absolute;
2265
2265
  width: 100%;
2266
2266
  bottom: 0;
2267
2267
  height: 86px;
2268
2268
  }
2269
2269
  @media (min-width: 30em) {
2270
- ._gradient_fyd8z_61 {
2270
+ ._gradient_2eemh_61 {
2271
2271
  width: auto;
2272
2272
  height: 100%;
2273
2273
  right: 0;
2274
2274
  }
2275
2275
  }
2276
2276
 
2277
- ._buttons_fyd8z_75 {
2277
+ ._buttons_2eemh_75 {
2278
2278
  display: none;
2279
2279
  }
2280
2280
  @media (min-width: 30em) {
2281
- ._buttons_fyd8z_75 {
2281
+ ._buttons_2eemh_75 {
2282
2282
  position: absolute;
2283
2283
  top: 0;
2284
2284
  right: var(--space-5);
@@ -2289,39 +2289,29 @@ body.android {
2289
2289
  }
2290
2290
  }
2291
2291
 
2292
- ._button_fyd8z_75 {
2292
+ ._button_2eemh_75 {
2293
2293
  position: absolute;
2294
2294
  bottom: -20px;
2295
2295
  left: 0;
2296
2296
  }
2297
2297
  @media (min-width: 30em) {
2298
- ._button_fyd8z_75 {
2298
+ ._button_2eemh_75 {
2299
2299
  display: none;
2300
2300
  }
2301
2301
  }
2302
2302
 
2303
- ._buttonInner_fyd8z_101 {
2303
+ ._buttonInner_2eemh_101 {
2304
2304
  background-color: var(--tertiary-bg-color);
2305
2305
  }
2306
2306
 
2307
- ._ticker_fyd8z_9[data-expanded=true] ._tickerItems_fyd8z_19 {
2308
- max-height: calc(100vh - env(safe-area-inset-bottom, 0) - env(safe-area-inset-top, 0) - var(--top-inset));
2309
- }
2310
- @supports (height: 100dvh) {
2311
- ._ticker_fyd8z_9[data-expanded=true] ._tickerItems_fyd8z_19 {
2312
- max-height: calc(100dvh - var(--top-inset));
2313
- }
2314
- }
2315
- @supports (-webkit-touch-callout: none) {
2316
- ._ticker_fyd8z_9[data-expanded=true] ._tickerItems_fyd8z_19 {
2317
- max-height: -webkit-fill-available;
2318
- }
2307
+ ._ticker_2eemh_9[data-expanded=true] ._tickerScroll_2eemh_24 {
2308
+ max-height: fit-content;
2319
2309
  }
2320
2310
 
2321
- ._ticker_fyd8z_9[data-expanded=true] ._controls_fyd8z_46 {
2311
+ ._ticker_2eemh_9[data-expanded=true] ._controls_2eemh_46 {
2322
2312
  position: sticky;
2323
2313
  margin-top: -40px;
2324
2314
  }
2325
- ._ticker_fyd8z_9[data-expanded=true] ._controls_fyd8z_46 ._button_fyd8z_75 {
2315
+ ._ticker_2eemh_9[data-expanded=true] ._controls_2eemh_46 ._button_2eemh_75 {
2326
2316
  bottom: 0;
2327
2317
  }
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.17",
4
+ "version": "v0.1.0-alpha.18",
5
5
  "packageManager": "pnpm@8.4.0",
6
6
  "repository": {
7
7
  "type": "git",