@workday/canvas-kit-docs 10.1.0 → 10.1.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.
@@ -248662,7 +248662,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
248662
248662
  "falseType": {
248663
248663
  "kind": "unknown",
248664
248664
  "value": "unknown",
248665
- "text": "{[K in T]: `--${ID}-${K}`}"
248665
+ "text": "{[K in T]: `--${ID}-${MakeEmotionSafe<K>}`}"
248666
248666
  }
248667
248667
  }
248668
248668
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "10.1.0",
3
+ "version": "10.1.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,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.1.0",
48
- "@workday/canvas-kit-preview-react": "^10.1.0",
49
- "@workday/canvas-kit-react": "^10.1.0",
50
- "@workday/canvas-kit-styling": "^10.1.0",
47
+ "@workday/canvas-kit-labs-react": "^10.1.2",
48
+ "@workday/canvas-kit-preview-react": "^10.1.2",
49
+ "@workday/canvas-kit-react": "^10.1.2",
50
+ "@workday/canvas-kit-styling": "^10.1.2",
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": "9302ad869afc383e616d7a9e998a891393146fa3"
62
+ "gitHead": "d864e467103e916bb1beac651d19e9d9c7ead909"
63
63
  }