@workday/canvas-kit-docs 6.4.0-next.1 → 6.4.2

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.
@@ -19,7 +19,7 @@ export default () => {
19
19
  return (
20
20
  <Flex height={320}>
21
21
  <SidePanel {...panelProps}>
22
- <Flex alignItems="center" paddingY="s" paddingX="xs">
22
+ <Flex alignItems="center" paddingY="s" paddingX="s">
23
23
  <AccentIcon css={iconStyles} icon={rocketIcon} />
24
24
  <h3
25
25
  css={{
@@ -28,7 +28,7 @@ export default () => {
28
28
  <SidePanel {...panelProps} onStateTransition={setPanelState}>
29
29
  <SidePanel.ToggleButton {...controlProps} />
30
30
  {panelState === 'expanded' && (
31
- <Flex alignItems="center" paddingY="s" paddingX="xs">
31
+ <Flex alignItems="center" paddingY="s" paddingX="s">
32
32
  <Flex marginInlineEnd="s">
33
33
  <AccentIcon icon={rocketIcon} />
34
34
  </Flex>
@@ -27,7 +27,7 @@ export default () => {
27
27
  onStateTransition={setPanelState}
28
28
  >
29
29
  {panelState === 'expanded' && (
30
- <Flex alignItems="center" paddingY="s" paddingX="xs">
30
+ <Flex alignItems="center" paddingY="s" paddingX="s">
31
31
  <h3
32
32
  css={{
33
33
  ...type.levels.body.large,
@@ -30,7 +30,7 @@ const RightPanel = () => {
30
30
  <SidePanel {...panelProps} onStateTransition={setPanelState} origin="right" css={panelStyles}>
31
31
  <SidePanel.ToggleButton {...controlProps} />
32
32
  {panelState === 'expanded' && (
33
- <Flex alignItems="center" justifyContent="flex-end" paddingY="s" paddingX="xs">
33
+ <Flex alignItems="center" justifyContent="flex-end" paddingY="s" paddingX="s">
34
34
  <h3
35
35
  css={{
36
36
  ...type.levels.body.large,
@@ -26,7 +26,7 @@ export default () => {
26
26
  <SidePanel {...panelProps} onStateTransition={setPanelState} variant="alternate">
27
27
  <SidePanel.ToggleButton {...controlProps} />
28
28
  {panelState === 'expanded' && (
29
- <Flex alignItems="center" paddingY="s" paddingX="xs">
29
+ <Flex alignItems="center" paddingY="s" paddingX="s">
30
30
  <h3
31
31
  css={{
32
32
  ...type.levels.body.large,
@@ -12,7 +12,7 @@ export default () => {
12
12
  return (
13
13
  <FormField
14
14
  error={FormField.ErrorType.Error}
15
- hintId="hint-alert"
15
+ hintId="hint-error"
16
16
  hintText="We were unable to activate Dark Mode."
17
17
  label="Dark Mode"
18
18
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "6.4.0-next.1+545f2186",
3
+ "version": "6.4.2",
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.4.0-next.1+545f2186"
53
+ "@workday/canvas-kit-react": "^6.4.2"
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": "545f2186049e8c733b5f9ecce00d382916a169c6"
61
+ "gitHead": "749f9569230fefe235274bc2817e9406b1dc1275"
62
62
  }