@workday/canvas-kit-docs 10.0.28 → 10.0.29

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.
@@ -248534,9 +248534,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
248534
248534
  "value": "SerializedStyles"
248535
248535
  },
248536
248536
  {
248537
- "kind": "external",
248538
- "name": "CSSObject",
248539
- "url": "https://emotion.sh/docs/object-styles"
248537
+ "kind": "symbol",
248538
+ "name": "CSSObjectWithVars",
248539
+ "value": "CSSObjectWithVars<CSSObject>"
248540
248540
  }
248541
248541
  ]
248542
248542
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "10.0.28",
3
+ "version": "10.0.29",
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.0.28",
48
- "@workday/canvas-kit-preview-react": "^10.0.28",
49
- "@workday/canvas-kit-react": "^10.0.28",
50
- "@workday/canvas-kit-styling": "^10.0.28",
47
+ "@workday/canvas-kit-labs-react": "^10.0.29",
48
+ "@workday/canvas-kit-preview-react": "^10.0.29",
49
+ "@workday/canvas-kit-react": "^10.0.29",
50
+ "@workday/canvas-kit-styling": "^10.0.29",
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": "de4cedc0675925100b36a87008605b3fd0a1ce24"
62
+ "gitHead": "13ca295f6e918ce60095386508fcfa18c9258425"
63
63
  }