@workday/canvas-kit-docs 10.3.10 → 10.3.12

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.
@@ -125,7 +125,7 @@ export default () => {
125
125
  </Heading>
126
126
  <Table aria-labelledby={headingID}>
127
127
  <Table.Row gridTemplateColumns="3.5rem repeat(2, 1fr)">
128
- <Table.Header cs={tableHeaderStyles}>
128
+ <Table.Cell cs={tableHeaderStyles}>
129
129
  <Tooltip title="Select All">
130
130
  <Checkbox
131
131
  checked={selectAllState === 'checked'}
@@ -133,7 +133,7 @@ export default () => {
133
133
  onChange={handleSelectAll}
134
134
  />
135
135
  </Tooltip>
136
- </Table.Header>
136
+ </Table.Cell>
137
137
  <Table.Header scope="col" cs={tableHeaderStyles}>
138
138
  Toppings
139
139
  </Table.Header>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "10.3.10",
3
+ "version": "10.3.12",
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": "^10.3.10",
48
- "@workday/canvas-kit-preview-react": "^10.3.10",
49
- "@workday/canvas-kit-react": "^10.3.10",
50
- "@workday/canvas-kit-styling": "^10.3.10",
47
+ "@workday/canvas-kit-labs-react": "^10.3.12",
48
+ "@workday/canvas-kit-preview-react": "^10.3.12",
49
+ "@workday/canvas-kit-react": "^10.3.12",
50
+ "@workday/canvas-kit-styling": "^10.3.12",
51
51
  "@workday/canvas-system-icons-web": "^3.0.0",
52
52
  "@workday/canvas-tokens-web": "^1.0.0",
53
53
  "markdown-to-jsx": "^6.10.3",
@@ -59,5 +59,5 @@
59
59
  "mkdirp": "^1.0.3",
60
60
  "typescript": "4.2"
61
61
  },
62
- "gitHead": "add25445d3445ca701342ce14110a0d09b2f875b"
62
+ "gitHead": "ac62f14bc12ef45756cf7a3ab8d81a22a1f40753"
63
63
  }