@workday/canvas-kit-docs 6.5.0-next.0 → 6.6.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.
@@ -4,11 +4,10 @@ import {PrimaryButton} from '@workday/canvas-kit-react/button';
4
4
  import {HStack} from '@workday/canvas-kit-labs-react/layout';
5
5
  import {plusIcon} from '@workday/canvas-system-icons-web';
6
6
 
7
- export default props => (
7
+ export default () => (
8
8
  <HStack spacing="s" padding="s">
9
- <PrimaryButton {...props}>Primary</PrimaryButton>
10
- <p>{JSON.stringify(props.theme)}</p>
11
- <PrimaryButton icon={plusIcon} iconPosition="right" {...props}>
9
+ <PrimaryButton>Primary</PrimaryButton>
10
+ <PrimaryButton icon={plusIcon} iconPosition="right">
12
11
  Primary
13
12
  </PrimaryButton>
14
13
  </HStack>
@@ -2,7 +2,7 @@ import React from 'react';
2
2
 
3
3
  import {Tabs, useTabsModel} from '@workday/canvas-kit-react/tabs';
4
4
  import {HStack} from '@workday/canvas-kit-labs-react';
5
- import {SecondaryButton} from '../../../button';
5
+ import {SecondaryButton} from '@workday/canvas-kit-react/button';
6
6
 
7
7
  type MyTabItem = {
8
8
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "6.5.0-next.0+209a7864",
3
+ "version": "6.6.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",
@@ -50,7 +50,7 @@
50
50
  ],
51
51
  "dependencies": {
52
52
  "@storybook/csf": "0.0.1",
53
- "@workday/canvas-kit-react": "^6.5.0-next.0+209a7864"
53
+ "@workday/canvas-kit-react": "^6.6.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "fs-extra": "^10.0.0",
@@ -58,5 +58,5 @@
58
58
  "mkdirp": "^1.0.3",
59
59
  "typescript": "^3.8.3"
60
60
  },
61
- "gitHead": "209a78649cac234a5e4bc08ec1fb87a848ecbd5a"
61
+ "gitHead": "ff77c5bd83e41c3ab2b9c55e41a8b7c1fde33a1b"
62
62
  }