@turquoisehealth/pit-viper 2.89.1 → 2.90.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.
@@ -305,13 +305,16 @@
305
305
  gap: 8px;
306
306
  list-style: none;
307
307
  position: relative;
308
- padding-bottom: 1rem;
308
+ padding-bottom: var(--display-list-padding-bottom, 0.5rem);
309
+ font-size: var(--display-list-font-size, 0.875rem);
310
+ line-height: var(--display-list-line-height, 1.1428571);
309
311
  }
310
312
  .pv-v2 [data-list-style=display]::before {
311
313
  content: counter(display) ".";
312
314
  color: #16696D;
313
315
  font-family: "Inter", sans-serif;
314
- font-size: 1.5rem;
316
+ font-size: var(--display-counter-list-font-size, 0.875rem);
317
+ line-height: var(--display-counter-list-line-height, 1.1428571);
315
318
  }
316
319
  .pv-v2 [data-list-incomplete] {
317
320
  color: #4B595C;
@@ -356,13 +356,16 @@
356
356
  gap: 8px;
357
357
  list-style: none;
358
358
  position: relative;
359
- padding-bottom: 1rem;
359
+ padding-bottom: var(--display-list-padding-bottom, 0.5rem);
360
+ font-size: var(--display-list-font-size, 0.875rem);
361
+ line-height: var(--display-list-line-height, 1.1428571);
360
362
  }
361
363
  [data-list-style=display]::before {
362
364
  content: counter(display) ".";
363
365
  color: #16696D;
364
366
  font-family: "Inter", sans-serif;
365
- font-size: 1.5rem;
367
+ font-size: var(--display-counter-list-font-size, 0.875rem);
368
+ line-height: var(--display-counter-list-line-height, 1.1428571);
366
369
  }
367
370
 
368
371
  [data-list-incomplete] {
@@ -361,13 +361,16 @@
361
361
  gap: 8px;
362
362
  list-style: none;
363
363
  position: relative;
364
- padding-bottom: 1rem;
364
+ padding-bottom: var(--display-list-padding-bottom, 1rem);
365
+ font-size: var(--display-list-font-size, 1.5rem);
366
+ line-height: var(--display-list-line-height, 1.5);
365
367
  }
366
368
  [data-list-style=display]::before {
367
369
  content: counter(display) ".";
368
370
  color: #176F6F;
369
371
  font-family: "Tiempos Headline", serif;
370
- font-size: 1.5rem;
372
+ font-size: var(--display-counter-list-font-size, 1.5rem);
373
+ line-height: var(--display-counter-list-line-height, 1.5);
371
374
  }
372
375
 
373
376
  [data-list-incomplete] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.89.1",
3
+ "version": "2.90.0",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {