@workday/canvas-kit-docs 12.6.16 → 12.6.18

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.
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import { createRoot } from 'react-dom/client';
3
3
  import { fonts } from '@workday/canvas-kit-react-fonts';
4
4
  import { system } from '@workday/canvas-tokens-web';
5
- import { cssVar, injectGlobal } from '@workday/canvas-kit-styling';
5
+ import { injectGlobal } from '@workday/canvas-kit-styling';
6
6
  import { App } from './App';
7
7
  import '@workday/canvas-tokens-web/css/base/_variables.css';
8
8
  import '@workday/canvas-tokens-web/css/brand/_variables.css';
@@ -11,7 +11,7 @@ import '@workday/canvas-tokens-web/css/system/_variables.css';
11
11
  injectGlobal({
12
12
  ...fonts,
13
13
  'html, body': {
14
- fontFamily: cssVar(system.fontFamily.default),
14
+ fontFamily: system.fontFamily.default,
15
15
  margin: 0,
16
16
  minHeight: '100vh',
17
17
  },
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import {createRoot} from 'react-dom/client';
3
3
  import {fonts} from '@workday/canvas-kit-react-fonts';
4
4
  import {system} from '@workday/canvas-tokens-web';
5
- import {cssVar, injectGlobal} from '@workday/canvas-kit-styling';
5
+ import {injectGlobal} from '@workday/canvas-kit-styling';
6
6
  import {App} from './App';
7
7
 
8
8
  import '@workday/canvas-tokens-web/css/base/_variables.css';
@@ -13,7 +13,7 @@ import '@workday/canvas-tokens-web/css/system/_variables.css';
13
13
  injectGlobal({
14
14
  ...fonts,
15
15
  'html, body': {
16
- fontFamily: cssVar(system.fontFamily.default),
16
+ fontFamily: system.fontFamily.default,
17
17
  margin: 0,
18
18
  minHeight: '100vh',
19
19
  },
@@ -18,11 +18,11 @@ export const packageJSONFile = `{
18
18
  "@emotion/react": "11.11.4",
19
19
  "@types/react": "18.2.60",
20
20
  "@types/react-dom": "18.2.19",
21
- "@workday/canvas-kit-labs-react": "12.6.16",
22
- "@workday/canvas-kit-preview-react": "12.6.16",
23
- "@workday/canvas-kit-react": "12.6.16",
24
- "@workday/canvas-kit-react-fonts": "^12.6.16",
25
- "@workday/canvas-kit-styling": "12.6.16",
21
+ "@workday/canvas-kit-labs-react": "12.6.18",
22
+ "@workday/canvas-kit-preview-react": "12.6.18",
23
+ "@workday/canvas-kit-react": "12.6.18",
24
+ "@workday/canvas-kit-react-fonts": "^12.6.18",
25
+ "@workday/canvas-kit-styling": "12.6.18",
26
26
  "@workday/canvas-system-icons-web": "3.0.22",
27
27
  "@workday/canvas-tokens-web": "2.0.0"
28
28
  },
@@ -18,11 +18,11 @@ export const packageJSONFile = `{
18
18
  "@emotion/react": "11.11.4",
19
19
  "@types/react": "18.2.60",
20
20
  "@types/react-dom": "18.2.19",
21
- "@workday/canvas-kit-labs-react": "12.6.16",
22
- "@workday/canvas-kit-preview-react": "12.6.16",
23
- "@workday/canvas-kit-react": "12.6.16",
24
- "@workday/canvas-kit-react-fonts": "^12.6.16",
25
- "@workday/canvas-kit-styling": "12.6.16",
21
+ "@workday/canvas-kit-labs-react": "12.6.18",
22
+ "@workday/canvas-kit-preview-react": "12.6.18",
23
+ "@workday/canvas-kit-react": "12.6.18",
24
+ "@workday/canvas-kit-react-fonts": "^12.6.18",
25
+ "@workday/canvas-kit-styling": "12.6.18",
26
26
  "@workday/canvas-system-icons-web": "3.0.22",
27
27
  "@workday/canvas-tokens-web": "2.0.0"
28
28
  },
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import {createRoot} from 'react-dom/client';
3
3
  import {fonts} from '@workday/canvas-kit-react-fonts';
4
4
  import {system} from '@workday/canvas-tokens-web';
5
- import {cssVar, injectGlobal} from '@workday/canvas-kit-styling';
5
+ import {injectGlobal} from '@workday/canvas-kit-styling';
6
6
  import {App} from './App';
7
7
 
8
8
  import '@workday/canvas-tokens-web/css/base/_variables.css';
@@ -13,7 +13,7 @@ import '@workday/canvas-tokens-web/css/system/_variables.css';
13
13
  injectGlobal({
14
14
  ...fonts,
15
15
  'html, body': {
16
- fontFamily: cssVar(system.fontFamily.default),
16
+ fontFamily: system.fontFamily.default,
17
17
  margin: 0,
18
18
  minHeight: '100vh',
19
19
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "12.6.16",
3
+ "version": "12.6.18",
4
4
  "description": "Documentation components of Canvas Kit components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -45,10 +45,10 @@
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@stackblitz/sdk": "^1.11.0",
47
47
  "@storybook/csf": "0.0.1",
48
- "@workday/canvas-kit-labs-react": "^12.6.16",
49
- "@workday/canvas-kit-preview-react": "^12.6.16",
50
- "@workday/canvas-kit-react": "^12.6.16",
51
- "@workday/canvas-kit-styling": "^12.6.16",
48
+ "@workday/canvas-kit-labs-react": "^12.6.18",
49
+ "@workday/canvas-kit-preview-react": "^12.6.18",
50
+ "@workday/canvas-kit-react": "^12.6.18",
51
+ "@workday/canvas-kit-styling": "^12.6.18",
52
52
  "@workday/canvas-system-icons-web": "^3.0.0",
53
53
  "@workday/canvas-tokens-web": "^2.1.1",
54
54
  "markdown-to-jsx": "^7.2.0",
@@ -61,5 +61,5 @@
61
61
  "mkdirp": "^1.0.3",
62
62
  "typescript": "5.0"
63
63
  },
64
- "gitHead": "2234551a43d5d12ce8b08b1bc199ac359db85b95"
64
+ "gitHead": "8a13a6014aa9a5266a4b4ae004ee3f80b4189ae7"
65
65
  }