@turquoisehealth/pit-viper 2.43.0 → 2.44.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.
@@ -1,7 +1,24 @@
1
1
  @charset "UTF-8";
2
2
  /* toggle color styles should align with secondary and tertiary buttons */
3
3
  /* toggle color styles should align with secondary and tertiary buttons */
4
- @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900");
4
+ @font-face {
5
+ font-family: "Inter";
6
+ src: url(https://static.turquoise.health/static/fonts/Inter-Regular.woff2) format("woff2");
7
+ font-weight: 400;
8
+ font-style: normal;
9
+ }
10
+ @font-face {
11
+ font-family: "Inter";
12
+ src: url(https://static.turquoise.health/static/fonts/Inter-SemiBold.woff2) format("woff2");
13
+ font-weight: 600;
14
+ font-style: normal;
15
+ }
16
+ @font-face {
17
+ font-family: "Inter";
18
+ src: url(https://static.turquoise.health/static/fonts/Inter-Bold.woff2) format("woff2");
19
+ font-weight: 700;
20
+ font-style: normal;
21
+ }
5
22
  .pv-v2 {
6
23
  font-family: var(--font-family-body, Inter, sans-serif);
7
24
  font-weight: 400;
@@ -1,7 +1,24 @@
1
1
  @charset "UTF-8";
2
2
  /* toggle color styles should align with secondary and tertiary buttons */
3
3
  /* toggle color styles should align with secondary and tertiary buttons */
4
- @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900");
4
+ @font-face {
5
+ font-family: "Inter";
6
+ src: url(https://static.turquoise.health/static/fonts/Inter-Regular.woff2) format("woff2");
7
+ font-weight: 400;
8
+ font-style: normal;
9
+ }
10
+ @font-face {
11
+ font-family: "Inter";
12
+ src: url(https://static.turquoise.health/static/fonts/Inter-SemiBold.woff2) format("woff2");
13
+ font-weight: 600;
14
+ font-style: normal;
15
+ }
16
+ @font-face {
17
+ font-family: "Inter";
18
+ src: url(https://static.turquoise.health/static/fonts/Inter-Bold.woff2) format("woff2");
19
+ font-weight: 700;
20
+ font-style: normal;
21
+ }
5
22
  :where(*) {
6
23
  box-sizing: border-box;
7
24
  margin: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.43.0",
3
+ "version": "2.44.0",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {