@turquoisehealth/pit-viper 2.154.1-dev.0 → 2.155.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.
@@ -252,28 +252,28 @@
252
252
  }
253
253
 
254
254
  .pv-text-title-xl {
255
- font-size: var(--font-size-title-xl, 0.875rem);
256
- line-height: var(--line-height-title-xl, 1.1428571);
255
+ font-size: var(--font-size-title-xl, 1.25rem);
256
+ line-height: var(--line-height-title-xl, 1.4);
257
257
  }
258
258
 
259
259
  .pv-text-title-lg {
260
- font-size: var(--font-size-title-l, 0.875rem);
261
- line-height: var(--line-height-title-l, 1.1428571);
260
+ font-size: var(--font-size-title-l, 1.25rem);
261
+ line-height: var(--line-height-title-l, 1.4);
262
262
  }
263
263
 
264
264
  .pv-text-title-md {
265
- font-size: var(--font-size-title-m, 0.75rem);
266
- line-height: var(--line-height-title-m, 1.33333333);
265
+ font-size: var(--font-size-title-m, 1rem);
266
+ line-height: var(--line-height-title-m, 1.5);
267
267
  }
268
268
 
269
269
  .pv-text-title-sm {
270
- font-size: var(--font-size-title-s, 0.6875rem);
271
- line-height: var(--line-height-title-s, 1.45454545);
270
+ font-size: var(--font-size-title-s, 0.875rem);
271
+ line-height: var(--line-height-title-s, 1.3846153846);
272
272
  }
273
273
 
274
274
  .pv-text-title-xs {
275
- font-size: var(--font-size-title-xs, 0.6875rem);
276
- line-height: var(--line-height-title-xs, 1.45454545);
275
+ font-size: var(--font-size-title-xs, 0.875rem);
276
+ line-height: var(--line-height-title-xs, 1.3846153846);
277
277
  }
278
278
 
279
279
  .pv-text-eyebrow-lg {
@@ -6031,3 +6031,24 @@ pv-dropdown-auto-close.pv-dropdown > .pv-button-secondary:focus-visible, pv-drop
6031
6031
  --background-color: #A3B0B0;
6032
6032
  --icon-color: #147F85;
6033
6033
  }
6034
+
6035
+ .pv-layout-consumer-nav {
6036
+ display: flex;
6037
+ align-items: center;
6038
+ justify-content: space-between;
6039
+ padding: 0.75rem 1.5rem;
6040
+ background-color: white;
6041
+ position: fixed;
6042
+ inset: 0 0 auto;
6043
+ }
6044
+ .pv-layout-consumer-nav div:first-child {
6045
+ flex-shrink: 0;
6046
+ }
6047
+ .pv-layout-consumer-nav .tq-logo {
6048
+ transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
6049
+ }
6050
+
6051
+ [class*=pv-text-title] {
6052
+ font-family: "GT Standard L", sans-serif;
6053
+ font-weight: 500;
6054
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.154.1-dev.0",
3
+ "version": "2.155.0",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {