@workday/canvas-kit-react-fonts 8.4.2 → 8.4.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -25,7 +25,7 @@ Then in your index or main file of your project...
25
25
 
26
26
  ```tsx
27
27
  import {Global, css} from '@emotion/react';
28
- import fonts from '@workday/canvas-kit-react-fonts';
28
+ import {fonts} from '@workday/canvas-kit-react-fonts';
29
29
 
30
30
  // Inject all of Canvas' @font-face declarations to <head> via emotion
31
31
  <Global styles={css(fonts)} />;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-react-fonts",
3
- "version": "8.4.2",
3
+ "version": "8.4.3",
4
4
  "description": "Fonts for canvas-kit-react",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -43,5 +43,5 @@
43
43
  "dependencies": {
44
44
  "@emotion/react": "^11.7.1"
45
45
  },
46
- "gitHead": "a9db88be010de89d2ecb4380c05ce3f62478de26"
46
+ "gitHead": "ce78dc26ff18812b14e761916153f68458bb8875"
47
47
  }