@ucalgary-design-system/core 1.0.1 → 1.0.2

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.
package/index.js CHANGED
@@ -288,7 +288,7 @@ let f = class extends v {
288
288
  f.styles = g`
289
289
 
290
290
  :host {
291
- font-family: var(--ucds-font-sans-serif-family);
291
+ font-family: var(--ucds-font-family-sans-serif);
292
292
  font-size: var(--ucds-font-base-size);
293
293
  line-height: var(--ucds-font-base-line-height);
294
294
  color: var(--ucds-color-text-primary);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ucalgary-design-system/core",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "module": "index.js",