@workday/canvas-kit-react-fonts 7.0.7 → 7.0.10
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ yarn add emotion
|
|
|
24
24
|
Then in your index or main file of your project...
|
|
25
25
|
|
|
26
26
|
```tsx
|
|
27
|
-
import {Global, css} from '@emotion/
|
|
27
|
+
import {Global, css} from '@emotion/react';
|
|
28
28
|
import fonts from '@workday/canvas-kit-react-fonts';
|
|
29
29
|
|
|
30
30
|
// Inject all of Canvas' @font-face declarations to <head> via emotion
|
|
@@ -38,7 +38,7 @@ same module.
|
|
|
38
38
|
Examples:
|
|
39
39
|
|
|
40
40
|
```tsx
|
|
41
|
-
import {css} from '@emotion/
|
|
41
|
+
import {css} from '@emotion/react';
|
|
42
42
|
import {type} from '@workday/canvas-kit-react/tokens';
|
|
43
43
|
|
|
44
44
|
...
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-react-fonts",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.10",
|
|
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
|
"@emotion/react": "^11.7.1",
|
|
44
44
|
"@emotion/styled": "^11.6.0"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "6c1b6a7d5a056ba22842f7bd1f82acb493e8c54b"
|
|
47
47
|
}
|