@hashicorp/design-system-components 0.0.15 → 0.0.16

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.
@@ -17,7 +17,7 @@ $hds-badge-count-border-width: 1px;
17
17
  border: $hds-badge-count-border-width solid transparent;
18
18
  box-sizing: border-box;
19
19
  display: inline-flex;
20
- font-family: var(--token-typography-body-base-font-family);
20
+ font-family: var(--token-typography-font-stack-text);
21
21
  max-width: 100%;
22
22
  }
23
23
 
@@ -28,7 +28,7 @@
28
28
 
29
29
  .hds-badge__text {
30
30
  flex: 1 0 0;
31
- font-family: var(--token-typography-body-base-font-family);
31
+ font-family: var(--token-typography-font-stack-text);
32
32
  }
33
33
 
34
34
 
@@ -20,7 +20,7 @@ $hds-button-focus-border-width: 3px;
20
20
  border-radius: $hds-button-border-radius;
21
21
  box-sizing: border-box; // TODO https://github.com/hashicorp/design-system-components/issues/46
22
22
  display: flex;
23
- font-family: var(--token-typography-body-base-font-family);
23
+ font-family: var(--token-typography-font-stack-text);
24
24
  justify-content: center;
25
25
  outline-color: transparent; // We need this to be transparent for a11y
26
26
  max-width: fit-content;
@@ -20,7 +20,7 @@ $hds-link-standalone-border-width: 1px;
20
20
  border: $hds-link-standalone-border-width solid transparent; // needs to exist AND be transparent for a11y
21
21
  color: var(--token-color-action-foreground-on-faint);
22
22
  display: flex;
23
- font-family: var(--token-typography-body-base-font-family);
23
+ font-family: var(--token-typography-font-stack-text);
24
24
  justify-content: center;
25
25
  outline-color: transparent;
26
26
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashicorp/design-system-components",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "HashiCorp Design System Components",
5
5
  "keywords": [
6
6
  "hashicorp",
@@ -61,7 +61,7 @@
61
61
  "prepare": "husky install"
62
62
  },
63
63
  "dependencies": {
64
- "@hashicorp/design-system-tokens": "^0.1.0",
64
+ "@hashicorp/design-system-tokens": "^0.4.3",
65
65
  "@hashicorp/ember-flight-icons": "^2.0.0",
66
66
  "ember-cli-babel": "^7.26.6",
67
67
  "ember-cli-htmlbars": "^5.7.1",