@workday/canvas-kit-docs 12.1.11 → 12.1.13
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versionsTable.d.ts","sourceRoot":"","sources":["../../../mdx/versionsTable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"versionsTable.d.ts","sourceRoot":"","sources":["../../../mdx/versionsTable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsE1B,eAAO,MAAM,YAAY,yBAgCxB,CAAC"}
|
|
@@ -9,6 +9,10 @@ const allVersions = [
|
|
|
9
9
|
versionNumber: version,
|
|
10
10
|
documentation: 'https://github.com/Workday/canvas-kit',
|
|
11
11
|
},
|
|
12
|
+
{
|
|
13
|
+
versionNumber: 11,
|
|
14
|
+
documentation: 'https://d2krrudi3mmzzw.cloudfront.net/v11/?path=/docs/welcome--page',
|
|
15
|
+
},
|
|
12
16
|
{
|
|
13
17
|
versionNumber: 10,
|
|
14
18
|
documentation: 'https://d2krrudi3mmzzw.cloudfront.net/v10/?path=/docs/welcome--page',
|
package/dist/mdx/welcome.mdx
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import Readme from '../../../README.md';
|
|
2
2
|
import Markdown from '../../../utils/storybook/Markdown.tsx';
|
|
3
|
-
import {WelcomePage} from './welcomePage';
|
|
4
|
-
import {InstallBlock} from './installBlock';
|
|
5
|
-
import {version} from '../../../lerna.json';
|
|
3
|
+
import { WelcomePage } from './welcomePage';
|
|
4
|
+
import { InstallBlock } from './installBlock';
|
|
5
|
+
import { version } from '../../../lerna.json';
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
<WelcomePage />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.13",
|
|
4
4
|
"description": "Documentation components of Canvas Kit components",
|
|
5
5
|
"author": "Workday, Inc. (https://www.workday.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@emotion/styled": "^11.6.0",
|
|
46
46
|
"@storybook/csf": "0.0.1",
|
|
47
|
-
"@workday/canvas-kit-labs-react": "^12.1.
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^12.1.
|
|
49
|
-
"@workday/canvas-kit-react": "^12.1.
|
|
50
|
-
"@workday/canvas-kit-styling": "^12.1.
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^12.1.13",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^12.1.13",
|
|
49
|
+
"@workday/canvas-kit-react": "^12.1.13",
|
|
50
|
+
"@workday/canvas-kit-styling": "^12.1.13",
|
|
51
51
|
"@workday/canvas-system-icons-web": "^3.0.0",
|
|
52
52
|
"@workday/canvas-tokens-web": "^2.0.1",
|
|
53
53
|
"markdown-to-jsx": "^7.2.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"mkdirp": "^1.0.3",
|
|
61
61
|
"typescript": "5.0"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "49c3b3647b21bb421ae162eaf7c4be6e0ed8b310"
|
|
64
64
|
}
|