@workday/canvas-kit-docs 8.3.6 → 8.3.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.
@@ -38,7 +38,7 @@ var WelcomePage = function () {
38
38
  react_1.default.createElement(card_1.Card.Heading, null, "Getting Started"),
39
39
  react_1.default.createElement(card_1.Card.Body, null,
40
40
  react_1.default.createElement(text_1.Text, null, "For all things getting started including helpful guides and docs.")),
41
- react_1.default.createElement(layout_1.Grid.Item, { as: button_1.Hyperlink, alignSelf: "end", marginTop: "xs", href: "/?path=/docs/guides-getting-started--page" },
41
+ react_1.default.createElement(layout_1.Grid.Item, { as: button_1.Hyperlink, alignSelf: "end", marginTop: "xs", href: "https://workday.github.io/canvas-kit/?path=/docs/guides-getting-started--page" },
42
42
  ' ',
43
43
  "Getting Started Guide")),
44
44
  react_1.default.createElement(layout_1.Grid, { as: card_1.Card, gridTemplateRows: "1fr 1fr 2fr 1fr", depth: "none", display: "grid", maxHeight: 320 },
@@ -46,7 +46,7 @@ var WelcomePage = function () {
46
46
  react_1.default.createElement(card_1.Card.Heading, null, "Tokens"),
47
47
  react_1.default.createElement(card_1.Card.Body, null,
48
48
  react_1.default.createElement(text_1.Text, null, "Tokens are the smallest pieces of our Design System with the primary function of storing UI information.")),
49
- react_1.default.createElement(layout_1.Grid.Item, { alignSelf: "end", as: button_1.Hyperlink, marginTop: "xs", href: "/?path=/docs/tokens--overview" },
49
+ react_1.default.createElement(layout_1.Grid.Item, { alignSelf: "end", as: button_1.Hyperlink, marginTop: "xs", href: "https://workday.github.io/canvas-kit/?path=/docs/tokens--overview" },
50
50
  ' ',
51
51
  "View Our Tokens")),
52
52
  react_1.default.createElement(layout_1.Grid, { as: card_1.Card, gridTemplateRows: "1fr 1fr 2fr 1fr", depth: "none", display: "grid", maxHeight: 320 },
@@ -54,7 +54,7 @@ var WelcomePage = function () {
54
54
  react_1.default.createElement(card_1.Card.Heading, null, "Assets"),
55
55
  react_1.default.createElement(card_1.Card.Body, null,
56
56
  react_1.default.createElement(text_1.Text, null, "Assets are graphics which help communicate meaning or highlight areas of interaction to our users.")),
57
- react_1.default.createElement(layout_1.Grid.Item, { as: button_1.Hyperlink, alignSelf: "end", marginTop: "xs", href: "/?path=/docs/assets-icons--overview" },
57
+ react_1.default.createElement(layout_1.Grid.Item, { as: button_1.Hyperlink, alignSelf: "end", marginTop: "xs", href: "https://workday.github.io/canvas-kit/?path=/docs/assets-icons--overview" },
58
58
  ' ',
59
59
  "View Assets"))),
60
60
  react_1.default.createElement(text_1.Heading, { size: "medium", borderBottom: "1px solid " + tokens_1.colors.blueberry200, paddingBottom: "xxs" }, "Installation"),
@@ -32,7 +32,7 @@ export var WelcomePage = function () {
32
32
  React.createElement(Card.Heading, null, "Getting Started"),
33
33
  React.createElement(Card.Body, null,
34
34
  React.createElement(Text, null, "For all things getting started including helpful guides and docs.")),
35
- React.createElement(Grid.Item, { as: Hyperlink, alignSelf: "end", marginTop: "xs", href: "/?path=/docs/guides-getting-started--page" },
35
+ React.createElement(Grid.Item, { as: Hyperlink, alignSelf: "end", marginTop: "xs", href: "https://workday.github.io/canvas-kit/?path=/docs/guides-getting-started--page" },
36
36
  ' ',
37
37
  "Getting Started Guide")),
38
38
  React.createElement(Grid, { as: Card, gridTemplateRows: "1fr 1fr 2fr 1fr", depth: "none", display: "grid", maxHeight: 320 },
@@ -40,7 +40,7 @@ export var WelcomePage = function () {
40
40
  React.createElement(Card.Heading, null, "Tokens"),
41
41
  React.createElement(Card.Body, null,
42
42
  React.createElement(Text, null, "Tokens are the smallest pieces of our Design System with the primary function of storing UI information.")),
43
- React.createElement(Grid.Item, { alignSelf: "end", as: Hyperlink, marginTop: "xs", href: "/?path=/docs/tokens--overview" },
43
+ React.createElement(Grid.Item, { alignSelf: "end", as: Hyperlink, marginTop: "xs", href: "https://workday.github.io/canvas-kit/?path=/docs/tokens--overview" },
44
44
  ' ',
45
45
  "View Our Tokens")),
46
46
  React.createElement(Grid, { as: Card, gridTemplateRows: "1fr 1fr 2fr 1fr", depth: "none", display: "grid", maxHeight: 320 },
@@ -48,7 +48,7 @@ export var WelcomePage = function () {
48
48
  React.createElement(Card.Heading, null, "Assets"),
49
49
  React.createElement(Card.Body, null,
50
50
  React.createElement(Text, null, "Assets are graphics which help communicate meaning or highlight areas of interaction to our users.")),
51
- React.createElement(Grid.Item, { as: Hyperlink, alignSelf: "end", marginTop: "xs", href: "/?path=/docs/assets-icons--overview" },
51
+ React.createElement(Grid.Item, { as: Hyperlink, alignSelf: "end", marginTop: "xs", href: "https://workday.github.io/canvas-kit/?path=/docs/assets-icons--overview" },
52
52
  ' ',
53
53
  "View Assets"))),
54
54
  React.createElement(Heading, { size: "medium", borderBottom: "1px solid " + colors.blueberry200, paddingBottom: "xxs" }, "Installation"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "8.3.6",
3
+ "version": "8.3.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",
@@ -42,7 +42,7 @@
42
42
  ],
43
43
  "dependencies": {
44
44
  "@storybook/csf": "0.0.1",
45
- "@workday/canvas-kit-react": "^8.3.6",
45
+ "@workday/canvas-kit-react": "^8.3.8",
46
46
  "@workday/canvas-system-icons-web": "^3.0.0"
47
47
  },
48
48
  "devDependencies": {
@@ -51,5 +51,5 @@
51
51
  "mkdirp": "^1.0.3",
52
52
  "typescript": "4.1"
53
53
  },
54
- "gitHead": "3dbe76541e4eede60f225fc67c6d0ef89c3093fc"
54
+ "gitHead": "7e61bb3872ef3e5d4c11d8d3f9518e21a1b02eb4"
55
55
  }