@turquoisehealth/pit-viper 2.160.2 → 2.161.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.
@@ -290,6 +290,11 @@
290
290
  text-align: center;
291
291
  }
292
292
 
293
+ @media (width <= 768px) {
294
+ .pv-text-center-on-small {
295
+ text-align: center;
296
+ }
297
+ }
293
298
  .pv-text-right {
294
299
  text-align: right;
295
300
  }
@@ -5413,6 +5418,11 @@ svg.pv-text-inherit {
5413
5418
  display: inline-flex;
5414
5419
  }
5415
5420
 
5421
+ @media (width <= 768px) {
5422
+ .pv-margin-auto-on-small {
5423
+ margin-inline: auto;
5424
+ }
5425
+ }
5416
5426
  .pv-relative {
5417
5427
  position: relative;
5418
5428
  }
@@ -296,6 +296,11 @@
296
296
  text-align: center;
297
297
  }
298
298
 
299
+ @media (width <= 768px) {
300
+ .pv-text-center-on-small {
301
+ text-align: center;
302
+ }
303
+ }
299
304
  .pv-text-right {
300
305
  text-align: right;
301
306
  }
@@ -5419,6 +5424,11 @@ svg.pv-text-inherit {
5419
5424
  display: inline-flex;
5420
5425
  }
5421
5426
 
5427
+ @media (width <= 768px) {
5428
+ .pv-margin-auto-on-small {
5429
+ margin-inline: auto;
5430
+ }
5431
+ }
5422
5432
  .pv-relative {
5423
5433
  position: relative;
5424
5434
  }
@@ -248,6 +248,11 @@
248
248
  .pv-v2 .pv-text-center {
249
249
  text-align: center;
250
250
  }
251
+ @media (width <= 768px) {
252
+ .pv-v2 .pv-text-center-on-small {
253
+ text-align: center;
254
+ }
255
+ }
251
256
  .pv-v2 .pv-text-right {
252
257
  text-align: right;
253
258
  }
@@ -4913,6 +4918,11 @@
4913
4918
  .pv-v2 .pv-margin-auto.pv-flex {
4914
4919
  display: inline-flex;
4915
4920
  }
4921
+ @media (width <= 768px) {
4922
+ .pv-v2 .pv-margin-auto-on-small {
4923
+ margin-inline: auto;
4924
+ }
4925
+ }
4916
4926
  .pv-v2 .pv-relative {
4917
4927
  position: relative;
4918
4928
  }
@@ -290,6 +290,11 @@
290
290
  text-align: center;
291
291
  }
292
292
 
293
+ @media (width <= 768px) {
294
+ .pv-text-center-on-small {
295
+ text-align: center;
296
+ }
297
+ }
293
298
  .pv-text-right {
294
299
  text-align: right;
295
300
  }
@@ -5413,6 +5418,11 @@ svg.pv-text-inherit {
5413
5418
  display: inline-flex;
5414
5419
  }
5415
5420
 
5421
+ @media (width <= 768px) {
5422
+ .pv-margin-auto-on-small {
5423
+ margin-inline: auto;
5424
+ }
5425
+ }
5416
5426
  .pv-relative {
5417
5427
  position: relative;
5418
5428
  }
@@ -295,6 +295,11 @@
295
295
  text-align: center;
296
296
  }
297
297
 
298
+ @media (width <= 768px) {
299
+ .pv-text-center-on-small {
300
+ text-align: center;
301
+ }
302
+ }
298
303
  .pv-text-right {
299
304
  text-align: right;
300
305
  }
@@ -5418,6 +5423,11 @@ svg.pv-text-inherit {
5418
5423
  display: inline-flex;
5419
5424
  }
5420
5425
 
5426
+ @media (width <= 768px) {
5427
+ .pv-margin-auto-on-small {
5428
+ margin-inline: auto;
5429
+ }
5430
+ }
5421
5431
  .pv-relative {
5422
5432
  position: relative;
5423
5433
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.160.2",
3
+ "version": "2.161.0",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {