@workday/canvas-kit-docs 14.0.9 → 14.0.11

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": "14.0.9",
22
- "@workday/canvas-kit-preview-react": "14.0.9",
23
- "@workday/canvas-kit-react": "14.0.9",
24
- "@workday/canvas-kit-react-fonts": "^14.0.9",
25
- "@workday/canvas-kit-styling": "14.0.9",
21
+ "@workday/canvas-kit-labs-react": "14.0.11",
22
+ "@workday/canvas-kit-preview-react": "14.0.11",
23
+ "@workday/canvas-kit-react": "14.0.11",
24
+ "@workday/canvas-kit-react-fonts": "^14.0.11",
25
+ "@workday/canvas-kit-styling": "14.0.11",
26
26
  "@workday/canvas-system-icons-web": "3.0.36",
27
27
  "@workday/canvas-tokens-web": "3.1.2"
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": "14.0.9",
22
- "@workday/canvas-kit-preview-react": "14.0.9",
23
- "@workday/canvas-kit-react": "14.0.9",
24
- "@workday/canvas-kit-react-fonts": "^14.0.9",
25
- "@workday/canvas-kit-styling": "14.0.9",
21
+ "@workday/canvas-kit-labs-react": "14.0.11",
22
+ "@workday/canvas-kit-preview-react": "14.0.11",
23
+ "@workday/canvas-kit-react": "14.0.11",
24
+ "@workday/canvas-kit-react-fonts": "^14.0.11",
25
+ "@workday/canvas-kit-styling": "14.0.11",
26
26
  "@workday/canvas-system-icons-web": "3.0.36",
27
27
  "@workday/canvas-tokens-web": "3.1.2"
28
28
  },
@@ -210,10 +210,6 @@ The Popup component automatically handles right-to-left rendering.
210
210
 
211
211
  {' '}
212
212
 
213
- <SymbolDoc name="useAlwaysCloseOnOutsideClick" fileName="/react/" />
214
-
215
- {' '}
216
-
217
213
  <SymbolDoc name="useCloseOnTargetHidden" fileName="/react/" />
218
214
 
219
215
  {' '}
@@ -12,7 +12,7 @@ import Overview from './examples/Overview';
12
12
  migrate to the new Canvas Tokens Web package to ensure continued support and access to the
13
13
  latest tokens.
14
14
  </InformationHighlight.Body>
15
- <InformationHighlight.Link href="/?path=/docs/guides-tokens-migration-overview--docs">
15
+ <InformationHighlight.Link href="/canvas-kit/?path=/docs/guides-tokens-migration-overview--docs">
16
16
  See migration guide
17
17
  </InformationHighlight.Link>
18
18
  </InformationHighlight>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "14.0.9",
3
+ "version": "14.0.11",
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": "^14.0.9",
49
- "@workday/canvas-kit-preview-react": "^14.0.9",
50
- "@workday/canvas-kit-react": "^14.0.9",
51
- "@workday/canvas-kit-styling": "^14.0.9",
48
+ "@workday/canvas-kit-labs-react": "^14.0.11",
49
+ "@workday/canvas-kit-preview-react": "^14.0.11",
50
+ "@workday/canvas-kit-react": "^14.0.11",
51
+ "@workday/canvas-kit-styling": "^14.0.11",
52
52
  "@workday/canvas-system-icons-web": "^3.0.36",
53
53
  "@workday/canvas-tokens-web": "^3.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": "63f17c093376eb1d2ad11be8f9c5340a4d9a71df"
64
+ "gitHead": "22113d28b5c0e90d5e2a39ad6fe564455dd6ab0d"
65
65
  }