@workday/canvas-kit-docs 13.2.7 → 13.2.8

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.
@@ -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": "13.2.7",
22
- "@workday/canvas-kit-preview-react": "13.2.7",
23
- "@workday/canvas-kit-react": "13.2.7",
24
- "@workday/canvas-kit-react-fonts": "^13.2.7",
25
- "@workday/canvas-kit-styling": "13.2.7",
21
+ "@workday/canvas-kit-labs-react": "13.2.8",
22
+ "@workday/canvas-kit-preview-react": "13.2.8",
23
+ "@workday/canvas-kit-react": "13.2.8",
24
+ "@workday/canvas-kit-react-fonts": "^13.2.8",
25
+ "@workday/canvas-kit-styling": "13.2.8",
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": "13.2.7",
22
- "@workday/canvas-kit-preview-react": "13.2.7",
23
- "@workday/canvas-kit-react": "13.2.7",
24
- "@workday/canvas-kit-react-fonts": "^13.2.7",
25
- "@workday/canvas-kit-styling": "13.2.7",
21
+ "@workday/canvas-kit-labs-react": "13.2.8",
22
+ "@workday/canvas-kit-preview-react": "13.2.8",
23
+ "@workday/canvas-kit-react": "13.2.8",
24
+ "@workday/canvas-kit-react-fonts": "^13.2.8",
25
+ "@workday/canvas-kit-styling": "13.2.8",
26
26
  "@workday/canvas-system-icons-web": "3.0.22",
27
27
  "@workday/canvas-tokens-web": "2.0.0"
28
28
  },
@@ -34,15 +34,15 @@ The codemod requires the following packages to be installed:
34
34
  You can run the codemod using npx:
35
35
 
36
36
  ```sh
37
- npx @workday/canvas-tokens-codemod v2 [path]
37
+ npx @workday/canvas-kit-codemod v13.2 [path]
38
38
  ```
39
39
 
40
40
  Or install the package and run it directly. But remember to uninstall the package after you have
41
41
  completed the upgrade.
42
42
 
43
43
  ```sh
44
- yarn add @workday/canvas-tokens-codemod
45
- canvas-tokens-codemod v2 [path]
44
+ yarn add @workday/canvas-kit-codemod
45
+ canvas-kit-codemod v2 [path]
46
46
  ```
47
47
 
48
48
  > Note: These codemods only work on .js, .jsx, .ts, and .tsx extensions. You may need to make some
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "13.2.7",
3
+ "version": "13.2.8",
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": "^13.2.7",
49
- "@workday/canvas-kit-preview-react": "^13.2.7",
50
- "@workday/canvas-kit-react": "^13.2.7",
51
- "@workday/canvas-kit-styling": "^13.2.7",
48
+ "@workday/canvas-kit-labs-react": "^13.2.8",
49
+ "@workday/canvas-kit-preview-react": "^13.2.8",
50
+ "@workday/canvas-kit-react": "^13.2.8",
51
+ "@workday/canvas-kit-styling": "^13.2.8",
52
52
  "@workday/canvas-system-icons-web": "^3.0.35",
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": "60392df82d0d2326481ba9d1bd981e39b9ecc77c"
64
+ "gitHead": "27d34446ce96cc5df77cdea5135c9040d2339fa3"
65
65
  }