@workday/canvas-kit-docs 13.0.0-alpha.1103-next.0 → 13.0.0-alpha.1106-next.0

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": "12.6.6",
22
- "@workday/canvas-kit-preview-react": "12.6.6",
23
- "@workday/canvas-kit-react": "12.6.6",
24
- "@workday/canvas-kit-react-fonts": "^12.6.6",
25
- "@workday/canvas-kit-styling": "12.6.6",
21
+ "@workday/canvas-kit-labs-react": "12.6.7",
22
+ "@workday/canvas-kit-preview-react": "12.6.7",
23
+ "@workday/canvas-kit-react": "12.6.7",
24
+ "@workday/canvas-kit-react-fonts": "^12.6.7",
25
+ "@workday/canvas-kit-styling": "12.6.7",
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.6",
22
- "@workday/canvas-kit-preview-react": "12.6.6",
23
- "@workday/canvas-kit-react": "12.6.6",
24
- "@workday/canvas-kit-react-fonts": "^12.6.6",
25
- "@workday/canvas-kit-styling": "12.6.6",
21
+ "@workday/canvas-kit-labs-react": "12.6.7",
22
+ "@workday/canvas-kit-preview-react": "12.6.7",
23
+ "@workday/canvas-kit-react": "12.6.7",
24
+ "@workday/canvas-kit-react-fonts": "^12.6.7",
25
+ "@workday/canvas-kit-styling": "12.6.7",
26
26
  "@workday/canvas-system-icons-web": "3.0.22",
27
27
  "@workday/canvas-tokens-web": "2.0.0"
28
28
  },
@@ -1,4 +1,4 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Box } from '@workday/canvas-kit-react/layout';
3
3
  const baseStyles = {
4
4
  color: 'blackPepper500',
@@ -9,5 +9,5 @@ const baseStyles = {
9
9
  padding: 'xs',
10
10
  };
11
11
  export const Background = () => {
12
- return (_jsxs(_Fragment, { children: [_jsx(Box, { backgroundColor: "cinnamon300", ...baseStyles, children: "Cinnamon 300" }), _jsx(Box, { backgroundColor: "sourLemon300", ...baseStyles, children: "Sour Lemon 300" }), _jsx(Box, { backgroundColor: "blueberry300", ...baseStyles, children: "Blueberry 300" })] }));
12
+ return (_jsxs("div", { children: [_jsx(Box, { backgroundColor: "cinnamon300", ...baseStyles, children: "Cinnamon 300" }), _jsx(Box, { backgroundColor: "sourLemon300", ...baseStyles, children: "Sour Lemon 300" }), _jsx(Box, { backgroundColor: "blueberry300", ...baseStyles, children: "Blueberry 300" })] }));
13
13
  };
@@ -1,4 +1,4 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Box } from '@workday/canvas-kit-react/layout';
3
3
  const baseStyles = {
4
4
  color: 'blackPepper300',
@@ -8,4 +8,4 @@ const baseStyles = {
8
8
  minWidth: '8rem',
9
9
  padding: 'xs',
10
10
  };
11
- export const Border = () => (_jsxs(_Fragment, { children: [_jsx(Box, { borderRadius: "m", border: "solid 4px", borderColor: "cinnamon300", ...baseStyles, children: "Cinnamon 300" }), _jsx(Box, { borderRadius: "m", border: "solid 4px", borderColor: "sourLemon300", ...baseStyles, children: "Sour Lemon 300" }), _jsx(Box, { borderRadius: "m", border: "solid 4px", borderColor: "blueberry300", ...baseStyles, children: "Blueberry 300" })] }));
11
+ export const Border = () => (_jsxs("div", { children: [_jsx(Box, { borderRadius: "m", border: "solid 4px", borderColor: "cinnamon300", ...baseStyles, children: "Cinnamon 300" }), _jsx(Box, { borderRadius: "m", border: "solid 4px", borderColor: "sourLemon300", ...baseStyles, children: "Sour Lemon 300" }), _jsx(Box, { borderRadius: "m", border: "solid 4px", borderColor: "blueberry300", ...baseStyles, children: "Blueberry 300" })] }));
@@ -1,4 +1,4 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Box } from '@workday/canvas-kit-react/layout';
3
3
  const baseStyles = {
4
4
  display: 'inline-block',
@@ -7,4 +7,4 @@ const baseStyles = {
7
7
  minWidth: '8rem',
8
8
  padding: 'xs',
9
9
  };
10
- export const Color = () => (_jsxs(_Fragment, { children: [_jsx(Box, { backgroundColor: "cinnamon300", color: "blackPepper500", ...baseStyles, children: "Cinnamon 300" }), _jsx(Box, { backgroundColor: "sourLemon300", color: "blackPepper500", ...baseStyles, children: "Sour Lemon 300" }), _jsx(Box, { backgroundColor: "blueberry300", color: "blackPepper500", ...baseStyles, children: "Blueberry 300" })] }));
10
+ export const Color = () => (_jsxs("div", { children: [_jsx(Box, { backgroundColor: "cinnamon300", color: "blackPepper500", ...baseStyles, children: "Cinnamon 300" }), _jsx(Box, { backgroundColor: "sourLemon300", color: "blackPepper500", ...baseStyles, children: "Sour Lemon 300" }), _jsx(Box, { backgroundColor: "blueberry300", color: "blackPepper500", ...baseStyles, children: "Blueberry 300" })] }));
@@ -1,4 +1,4 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Box } from '@workday/canvas-kit-react/layout';
3
3
  const baseStyles = {
4
4
  color: 'blackPepper500',
@@ -8,4 +8,4 @@ const baseStyles = {
8
8
  minWidth: '8rem',
9
9
  padding: 'xs',
10
10
  };
11
- export const Depth = () => (_jsxs(_Fragment, { children: [_jsx(Box, { backgroundColor: "cinnamon300", depth: 1, ...baseStyles, children: "Depth 1" }), _jsx(Box, { backgroundColor: "sourLemon300", depth: 2, ...baseStyles, children: "Depth 2" }), _jsx(Box, { backgroundColor: "blueberry300", depth: 3, ...baseStyles, children: "Depth 3" })] }));
11
+ export const Depth = () => (_jsxs("div", { children: [_jsx(Box, { backgroundColor: "cinnamon300", depth: 1, ...baseStyles, children: "Depth 1" }), _jsx(Box, { backgroundColor: "sourLemon300", depth: 2, ...baseStyles, children: "Depth 2" }), _jsx(Box, { backgroundColor: "blueberry300", depth: 3, ...baseStyles, children: "Depth 3" })] }));
@@ -1,4 +1,4 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Box } from '@workday/canvas-kit-react/layout';
3
3
  const baseStyles = {
4
4
  color: 'blackPepper500',
@@ -8,5 +8,5 @@ const baseStyles = {
8
8
  padding: 'xs',
9
9
  };
10
10
  export const Position = () => {
11
- return (_jsxs(_Fragment, { children: [_jsx(Box, { backgroundColor: "cinnamon300", left: 0, position: "absolute", top: "calc(50% - 20px)", zIndex: 1, textAlign: "center", ...baseStyles, children: "Left" }), _jsx(Box, { backgroundColor: "sourLemon300", left: `calc(50% - 4rem)`, position: "absolute", top: "calc(50% - 20px)", zIndex: 2, textAlign: "center", ...baseStyles, children: "Center" }), _jsx(Box, { backgroundColor: "blueberry300", position: "absolute", right: 0, top: "calc(50% - 20px)", zIndex: 3, textAlign: "center", ...baseStyles, children: "Right" })] }));
11
+ return (_jsxs("div", { children: [_jsx(Box, { backgroundColor: "cinnamon300", left: 0, position: "absolute", top: "calc(50% - 20px)", zIndex: 1, textAlign: "center", ...baseStyles, children: "Left" }), _jsx(Box, { backgroundColor: "sourLemon300", left: `calc(50% - 4rem)`, position: "absolute", top: "calc(50% - 20px)", zIndex: 2, textAlign: "center", ...baseStyles, children: "Center" }), _jsx(Box, { backgroundColor: "blueberry300", position: "absolute", right: 0, top: "calc(50% - 20px)", zIndex: 3, textAlign: "center", ...baseStyles, children: "Right" })] }));
12
12
  };
@@ -1,4 +1,4 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Box } from '@workday/canvas-kit-react/layout';
3
3
  const baseStyles = {
4
4
  border: 'dotted 2px',
@@ -6,4 +6,4 @@ const baseStyles = {
6
6
  display: 'inline-block',
7
7
  verticalAlign: 'bottom',
8
8
  };
9
- export const Space = () => (_jsxs(_Fragment, { children: [_jsx(Box, { backgroundColor: "cinnamon300", margin: "xxs", padding: "s", textAlign: "center", ...baseStyles, children: _jsx(Box, { border: "dotted 2px", borderColor: "blackPepper500", children: "Small" }) }), _jsx(Box, { backgroundColor: "sourLemon300", margin: "xxs", padding: "m", textAlign: "center", ...baseStyles, children: _jsx(Box, { border: "dotted 2px", borderColor: "blackPepper500", children: "Medium" }) }), _jsx(Box, { backgroundColor: "blueberry300", margin: "xxs", padding: "l", textAlign: "center", ...baseStyles, children: _jsx(Box, { border: "dotted 2px", borderColor: "blackPepper500", children: "Large" }) })] }));
9
+ export const Space = () => (_jsxs("div", { children: [_jsx(Box, { backgroundColor: "cinnamon300", margin: "xxs", padding: "s", textAlign: "center", ...baseStyles, children: _jsx(Box, { border: "dotted 2px", borderColor: "blackPepper500", children: "Small" }) }), _jsx(Box, { backgroundColor: "sourLemon300", margin: "xxs", padding: "m", textAlign: "center", ...baseStyles, children: _jsx(Box, { border: "dotted 2px", borderColor: "blackPepper500", children: "Medium" }) }), _jsx(Box, { backgroundColor: "blueberry300", margin: "xxs", padding: "l", textAlign: "center", ...baseStyles, children: _jsx(Box, { border: "dotted 2px", borderColor: "blackPepper500", children: "Large" }) })] }));
@@ -1 +1 @@
1
- {"version":3,"file":"welcomePage.d.ts","sourceRoot":"","sources":["../../../mdx/welcomePage.tsx"],"names":[],"mappings":"AAqDA,eAAO,MAAM,WAAW,+CAkHvB,CAAC"}
1
+ {"version":3,"file":"welcomePage.d.ts","sourceRoot":"","sources":["../../../mdx/welcomePage.tsx"],"names":[],"mappings":"AAqDA,eAAO,MAAM,WAAW,+CAwHvB,CAAC"}
@@ -45,5 +45,5 @@ const linkStyles = createStyles({
45
45
  marginTop: system.space.x3,
46
46
  });
47
47
  export const WelcomePage = () => {
48
- return (_jsx("div", { className: "sb-unstyled", children: _jsxs("div", { className: parentFlexStyles, children: [_jsxs(Box, { cs: { overflow: 'hidden', position: 'relative' }, children: [_jsxs(Flex, { cs: { flexDirection: 'row', position: 'absolute', top: '45%', left: '10%' }, children: [_jsx(Text, { typeLevel: "title.medium", cs: textStyles, children: "Canvas Kit" }), _jsxs(Text, { typeLevel: "title.medium", cs: [textStyles, versionStyles], children: ["v", version] })] }), _jsx("img", { src: headerImage, alt: "banner with canvas kit logo and version", className: imageStyles })] }), _jsxs(Text, { typeLevel: "body.medium", children: ["This project provides a set of components for the Workday Canvas Design System that can be used to implement user experiences consistent with", _jsx(ExternalHyperlink, { href: "https://canvas.workdaydesign.com/", iconLabel: "Open docs in new window", children: "Workday Design Principles." })] }), _jsx(Heading, { size: "medium", className: borderStyles, children: "Quick Links" }), _jsxs(Grid, { gridAutoColumns: "auto", gridTemplateColumns: "repeat(auto-fill, minmax(250px, 1fr))", gridGap: "s", children: [_jsxs(Grid, { as: Card, className: gridStyles, children: [_jsx(SystemIcon, { color: base.cantaloupe400, colorHover: base.cantaloupe400, icon: rocketIcon, size: 60 }), _jsx(Card.Heading, { children: "Getting Started" }), _jsx(Card.Body, { children: _jsx(Text, { children: "For all things getting started including helpful guides and docs." }) }), _jsx(Grid.Item, { as: Hyperlink, className: linkStyles, href: "https://workday.github.io/canvas-kit/?path=/docs/guides-getting-started--docs", children: "Getting Started Guide" })] }), _jsxs(Grid, { as: Card, className: gridStyles, children: [_jsx(SystemIcon, { color: base.blueberry400, icon: tokensIcon, colorHover: base.blueberry400, size: 60 }), _jsx(Card.Heading, { children: "Tokens" }), _jsx(Card.Body, { children: _jsx(Text, { children: "Tokens are the smallest pieces of our Design System with the primary function of storing UI information." }) }), _jsx(Grid.Item, { as: Hyperlink, className: linkStyles, href: "https://workday.github.io/canvas-kit/?path=/docs/tokens--overview", children: "View Our Tokens" })] }), _jsxs(Grid, { as: Card, className: gridStyles, children: [_jsx(SystemIcon, { color: base.greenApple400, icon: shapesIcon, size: 60, colorHover: base.greenApple400 }), _jsx(Card.Heading, { children: "Assets" }), _jsx(Card.Body, { children: _jsx(Text, { children: "Assets are graphics which help communicate meaning or highlight areas of interaction to our users." }) }), _jsx(Grid.Item, { as: Hyperlink, className: linkStyles, href: "https://workday.github.io/canvas-kit/?path=/docs/assets-icons--overview", children: "View Assets" })] })] }), _jsx(Heading, { size: "medium", className: borderStyles, children: "Installation" }), _jsx(Text, { children: "To get started using Canvas Kit React first add or install the module to your existing React project" }), _jsx(InstallBlock, { command: "yarn add", packageName: "@workday/canvas-kit-react" }), "or", _jsx(InstallBlock, { command: "npm install", packageName: "@workday/canvas-kit-react" })] }) }));
48
+ return (_jsx("div", { className: "sb-unstyled", children: _jsxs("div", { className: parentFlexStyles, children: [_jsxs(Box, { cs: { overflow: 'hidden', position: 'relative' }, children: [_jsxs(Flex, { cs: { flexDirection: 'row', position: 'absolute', top: '45%', left: '10%' }, children: [_jsx(Text, { typeLevel: "title.medium", cs: textStyles, children: "Canvas Kit" }), _jsxs(Text, { typeLevel: "title.medium", cs: [textStyles, versionStyles], children: ["v", version] })] }), _jsx("img", { src: headerImage, alt: "banner with canvas kit logo and version", className: imageStyles })] }), _jsxs(Text, { typeLevel: "body.medium", children: ["This project provides a set of components for the Workday Canvas Design System that can be used to implement user experiences consistent with", _jsx(ExternalHyperlink, { href: "https://canvas.workdaydesign.com/", iconLabel: "Open docs in new window", children: "Workday Design Principles." })] }), _jsx(Heading, { size: "medium", className: borderStyles, children: "Quick Links" }), _jsxs(Grid, { gridAutoColumns: "auto", gridTemplateColumns: "repeat(auto-fill, minmax(250px, 1fr))", gridGap: "s", children: [_jsxs(Grid, { as: Card, className: gridStyles, children: [_jsx(SystemIcon, { color: base.cantaloupe400, colorHover: base.cantaloupe400, icon: rocketIcon, size: 60 }), _jsx(Card.Heading, { children: "Getting Started" }), _jsx(Card.Body, { children: _jsx(Text, { children: "For all things getting started including helpful guides and docs." }) }), _jsx(Grid.Item, { as: Hyperlink, className: linkStyles, href: "https://workday.github.io/canvas-kit/?path=/docs/guides-getting-started--docs", children: "Getting Started Guide" })] }), _jsxs(Grid, { as: Card, className: gridStyles, children: [_jsx(SystemIcon, { color: base.blueberry400, icon: tokensIcon, colorHover: base.blueberry400, size: 60 }), _jsx(Card.Heading, { children: "Tokens" }), _jsx(Card.Body, { children: _jsx(Text, { children: "Tokens are the smallest pieces of our Design System with the primary function of storing UI information." }) }), _jsx(Grid.Item, { as: Hyperlink, className: linkStyles, href: "https://workday.github.io/canvas-kit/?path=/docs/tokens--overview", children: "View Our Tokens" })] }), _jsxs(Grid, { as: Card, className: gridStyles, children: [_jsx(SystemIcon, { color: base.greenApple400, icon: shapesIcon, size: 60, colorHover: base.greenApple400 }), _jsx(Card.Heading, { children: "Assets" }), _jsx(Card.Body, { children: _jsx(Text, { children: "Assets are graphics which help communicate meaning or highlight areas of interaction to our users." }) }), _jsx(Grid.Item, { as: Hyperlink, className: linkStyles, href: "https://workday.github.io/canvas-kit/?path=/docs/assets-icons--overview", children: "View Assets" })] })] }), _jsx(Heading, { size: "medium", className: borderStyles, children: "Installation" }), _jsx(Text, { children: "To get started using Canvas Kit React first add or install the module to your existing React project" }), _jsx(InstallBlock, { command: "yarn add", packageName: "@workday/canvas-kit-react @workday/canvas-tokens-web" }), "or", _jsx(InstallBlock, { command: "npm install", packageName: "@workday/canvas-kit-react @workday/canvas-tokens-web" })] }) }));
49
49
  };
@@ -71,6 +71,14 @@ for each contribution.
71
71
  `my-feature`).
72
72
  - Prefer dashes over camelCasing in branch names.
73
73
 
74
+ We maintain three major versions of Canvas Kit at any given time: the previous major, the current
75
+ major, and the next major version. These versions live in four branches:
76
+
77
+ - `support` - the previous major version - patches only, no new features or breaking changes
78
+ - `master` - the current major version - patches and small updates only
79
+ - `prerelease/minor` - the current major version - new features are added here and released in a new minor version.
80
+ - `prerelease/major` - the next major version - patches, new features, and major breaking changes
81
+
74
82
  #### Commit Message Format
75
83
 
76
84
  Canvas Kit relies on the
@@ -35,7 +35,7 @@ export default () => {
35
35
  };
36
36
 
37
37
  return (
38
- <>
38
+ <div>
39
39
  <div className={containerStyles}>
40
40
  {quote && <Text cs={{maxWidth: '60ch'}}>{quote}</Text>}
41
41
  <AriaLiveRegion>
@@ -46,7 +46,7 @@ export default () => {
46
46
  </AriaLiveRegion>
47
47
  </div>
48
48
  <SecondaryButton onClick={handleClick}>Generate Quote</SecondaryButton>
49
- </>
49
+ </div>
50
50
  );
51
51
  };
52
52
 
@@ -3,7 +3,7 @@ import {Expandable} from '@workday/canvas-kit-react/expandable';
3
3
  import testAvatar from './test-avatar.png';
4
4
 
5
5
  export default () => (
6
- <>
6
+ <div>
7
7
  <Expandable>
8
8
  <Expandable.Target headingLevel="h4">
9
9
  <Expandable.Icon iconPosition="start" />
@@ -22,5 +22,5 @@ export default () => (
22
22
 
23
23
  <Expandable.Content>Content</Expandable.Content>
24
24
  </Expandable>
25
- </>
25
+ </div>
26
26
  );
@@ -11,7 +11,7 @@ const baseStyles = {
11
11
 
12
12
  export default () => {
13
13
  return (
14
- <>
14
+ <div>
15
15
  <Box backgroundColor="cinnamon300" {...baseStyles}>
16
16
  Cinnamon 300
17
17
  </Box>
@@ -21,6 +21,6 @@ export default () => {
21
21
  <Box backgroundColor="blueberry300" {...baseStyles}>
22
22
  Blueberry 300
23
23
  </Box>
24
- </>
24
+ </div>
25
25
  );
26
26
  };
@@ -10,7 +10,7 @@ const baseStyles = {
10
10
  };
11
11
 
12
12
  export default () => (
13
- <>
13
+ <div>
14
14
  <Box borderRadius="m" border="solid 4px" borderColor="cinnamon300" {...baseStyles}>
15
15
  Cinnamon 300
16
16
  </Box>
@@ -20,5 +20,5 @@ export default () => (
20
20
  <Box borderRadius="m" border="solid 4px" borderColor="blueberry300" {...baseStyles}>
21
21
  Blueberry 300
22
22
  </Box>
23
- </>
23
+ </div>
24
24
  );
@@ -9,7 +9,7 @@ const baseStyles = {
9
9
  };
10
10
 
11
11
  export default () => (
12
- <>
12
+ <div>
13
13
  <Box backgroundColor="cinnamon300" color="blackPepper500" {...baseStyles}>
14
14
  Cinnamon 300
15
15
  </Box>
@@ -19,5 +19,5 @@ export default () => (
19
19
  <Box backgroundColor="blueberry300" color="blackPepper500" {...baseStyles}>
20
20
  Blueberry 300
21
21
  </Box>
22
- </>
22
+ </div>
23
23
  );
@@ -10,7 +10,7 @@ const baseStyles = {
10
10
  };
11
11
 
12
12
  export default () => (
13
- <>
13
+ <div>
14
14
  <Box backgroundColor="cinnamon300" depth={1} {...baseStyles}>
15
15
  Depth 1
16
16
  </Box>
@@ -20,5 +20,5 @@ export default () => (
20
20
  <Box backgroundColor="blueberry300" depth={3} {...baseStyles}>
21
21
  Depth 3
22
22
  </Box>
23
- </>
23
+ </div>
24
24
  );
@@ -10,7 +10,7 @@ const baseStyles = {
10
10
 
11
11
  export default () => {
12
12
  return (
13
- <>
13
+ <div>
14
14
  <Box
15
15
  backgroundColor="cinnamon300"
16
16
  left={0}
@@ -44,6 +44,6 @@ export default () => {
44
44
  >
45
45
  Right
46
46
  </Box>
47
- </>
47
+ </div>
48
48
  );
49
49
  };
@@ -8,7 +8,7 @@ const baseStyles = {
8
8
  };
9
9
 
10
10
  export default () => (
11
- <>
11
+ <div>
12
12
  <Box backgroundColor="cinnamon300" margin="xxs" padding="s" textAlign="center" {...baseStyles}>
13
13
  <Box border="dotted 2px" borderColor="blackPepper500">
14
14
  Small
@@ -24,5 +24,5 @@ export default () => (
24
24
  Large
25
25
  </Box>
26
26
  </Box>
27
- </>
27
+ </div>
28
28
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "13.0.0-alpha.1103-next.0",
3
+ "version": "13.0.0-alpha.1106-next.0",
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.0.0-alpha.1103-next.0",
49
- "@workday/canvas-kit-preview-react": "^13.0.0-alpha.1103-next.0",
50
- "@workday/canvas-kit-react": "^13.0.0-alpha.1103-next.0",
51
- "@workday/canvas-kit-styling": "^13.0.0-alpha.1103-next.0",
48
+ "@workday/canvas-kit-labs-react": "^13.0.0-alpha.1106-next.0",
49
+ "@workday/canvas-kit-preview-react": "^13.0.0-alpha.1106-next.0",
50
+ "@workday/canvas-kit-react": "^13.0.0-alpha.1106-next.0",
51
+ "@workday/canvas-kit-styling": "^13.0.0-alpha.1106-next.0",
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": "3b6b7fba5e309f35bde855ef2d86f616c1f8d45d"
64
+ "gitHead": "50e29e2ddae811bbc6f4807dc5dce7af0cb436fc"
65
65
  }