@workday/canvas-kit-docs 11.1.16 → 11.1.18

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.
@@ -24,6 +24,6 @@ export default () => (
24
24
  <PrimaryButton icon={caretDownIcon} iconPosition="end">
25
25
  Primary
26
26
  </PrimaryButton>
27
- <PrimaryButton size="small" icon={relatedActionsVerticalIcon} />
27
+ <PrimaryButton icon={relatedActionsVerticalIcon} />
28
28
  </Flex>
29
29
  );
@@ -15,6 +15,7 @@ const options = [
15
15
  'Mail',
16
16
  'Mobile Phone',
17
17
  'The Ontologically Anthropocentric Sensory Immersive Simulation',
18
+ 'Thisisalongstringwithnobreaksandwillwrap',
18
19
  ];
19
20
 
20
21
  export default () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "11.1.16",
3
+ "version": "11.1.18",
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": "^11.1.16",
48
- "@workday/canvas-kit-preview-react": "^11.1.16",
49
- "@workday/canvas-kit-react": "^11.1.16",
50
- "@workday/canvas-kit-styling": "^11.1.16",
47
+ "@workday/canvas-kit-labs-react": "^11.1.18",
48
+ "@workday/canvas-kit-preview-react": "^11.1.18",
49
+ "@workday/canvas-kit-react": "^11.1.18",
50
+ "@workday/canvas-kit-styling": "^11.1.18",
51
51
  "@workday/canvas-system-icons-web": "^3.0.0",
52
52
  "@workday/canvas-tokens-web": "^2.0.0",
53
53
  "markdown-to-jsx": "^7.2.0",
@@ -59,5 +59,5 @@
59
59
  "mkdirp": "^1.0.3",
60
60
  "typescript": "4.2"
61
61
  },
62
- "gitHead": "471bb231c188ab23de9c11f5950b0d1e893d426d"
62
+ "gitHead": "f4b6ec441a411aab91f6a62cd6eca745c85f3f8f"
63
63
  }