@workday/canvas-kit-docs 10.0.0 → 10.0.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.
@@ -244026,10 +244026,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
244026
244026
  "kind": "string",
244027
244027
  "value": "0.75rem"
244028
244028
  },
244029
- {
244030
- "kind": "string",
244031
- "value": "3rem"
244032
- },
244033
244029
  {
244034
244030
  "kind": "string",
244035
244031
  "value": "1.25rem"
@@ -244046,6 +244042,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
244046
244042
  "kind": "string",
244047
244043
  "value": "1.75rem"
244048
244044
  },
244045
+ {
244046
+ "kind": "string",
244047
+ "value": "3rem"
244048
+ },
244049
244049
  {
244050
244050
  "kind": "string",
244051
244051
  "value": "3.5rem"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "10.0.0",
3
+ "version": "10.0.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",
@@ -44,9 +44,9 @@
44
44
  "dependencies": {
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@storybook/csf": "0.0.1",
47
- "@workday/canvas-kit-labs-react": "^10.0.0",
48
- "@workday/canvas-kit-preview-react": "^10.0.0",
49
- "@workday/canvas-kit-react": "^10.0.0",
47
+ "@workday/canvas-kit-labs-react": "^10.0.2",
48
+ "@workday/canvas-kit-preview-react": "^10.0.2",
49
+ "@workday/canvas-kit-react": "^10.0.2",
50
50
  "@workday/canvas-system-icons-web": "^3.0.0",
51
51
  "markdown-to-jsx": "^6.10.3",
52
52
  "ts-node": "^10.9.1"
@@ -57,5 +57,5 @@
57
57
  "mkdirp": "^1.0.3",
58
58
  "typescript": "4.2"
59
59
  },
60
- "gitHead": "ee481cf099e6562aacabb6b75aefe93608dfb0b3"
60
+ "gitHead": "c3ddd121f4a43b970bcd0f69c8d5616511502008"
61
61
  }