@workday/canvas-kit-docs 7.0.10 → 7.0.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.
@@ -18,8 +18,7 @@ const StyledHeader = styled('h3')({
18
18
  });
19
19
 
20
20
  const StyledSidePanel = styled(SidePanel)({
21
- position: 'absolute',
22
- right: 0,
21
+ marginLeft: 'auto',
23
22
  });
24
23
 
25
24
  const RightPanel = () => {
@@ -46,7 +45,6 @@ export default () => {
46
45
  return (
47
46
  <CanvasProvider theme={{canvas: {direction}}}>
48
47
  <Flex height={320}>
49
- <RightPanel />
50
48
  <Flex
51
49
  as="main"
52
50
  alignItems="center"
@@ -60,6 +58,8 @@ export default () => {
60
58
  Set to {direction === 'ltr' ? 'Right-to-Left' : 'Left-to-Right'}
61
59
  </SecondaryButton>
62
60
  </Flex>
61
+
62
+ <RightPanel />
63
63
  </Flex>
64
64
  </CanvasProvider>
65
65
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "7.0.10",
3
+ "version": "7.0.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",
@@ -10,7 +10,8 @@
10
10
  "types": "dist/es6/index.d.ts",
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "http://github.com/Workday/canvas-kit/tree/master/modules/specifications"
13
+ "url": "https://github.com/workday/canvas-kit.git",
14
+ "directory": "modules/docs"
14
15
  },
15
16
  "files": [
16
17
  "dist/",
@@ -41,7 +42,7 @@
41
42
  ],
42
43
  "dependencies": {
43
44
  "@storybook/csf": "0.0.1",
44
- "@workday/canvas-kit-react": "^7.0.10"
45
+ "@workday/canvas-kit-react": "^7.0.13"
45
46
  },
46
47
  "devDependencies": {
47
48
  "fs-extra": "^10.0.0",
@@ -49,5 +50,5 @@
49
50
  "mkdirp": "^1.0.3",
50
51
  "typescript": "4.1"
51
52
  },
52
- "gitHead": "6c1b6a7d5a056ba22842f7bd1f82acb493e8c54b"
53
+ "gitHead": "e7a4b6f4403255cb788f77b3fead4ef30cd07ade"
53
54
  }