@workday/canvas-kit-docs 7.2.7 → 7.2.8

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.
@@ -6364,7 +6364,7 @@ module.exports = {specifications: [
6364
6364
  },
6365
6365
  {
6366
6366
  "type": "describe",
6367
- "name": "given the [Testing/React/Popups/Tooltip, NonInteractive] example is rendered",
6367
+ "name": "given the [Testing/React/Popups/Tooltip, Non Interactive] example is rendered",
6368
6368
  "children": [
6369
6369
  {
6370
6370
  "type": "describe",
@@ -6364,7 +6364,7 @@ module.exports = {specifications: [
6364
6364
  },
6365
6365
  {
6366
6366
  "type": "describe",
6367
- "name": "given the [Testing/React/Popups/Tooltip, NonInteractive] example is rendered",
6367
+ "name": "given the [Testing/React/Popups/Tooltip, Non Interactive] example is rendered",
6368
6368
  "children": [
6369
6369
  {
6370
6370
  "type": "describe",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "7.2.7",
3
+ "version": "7.2.8",
4
4
  "description": "Documentation components of Canvas Kit components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -42,7 +42,7 @@
42
42
  ],
43
43
  "dependencies": {
44
44
  "@storybook/csf": "0.0.1",
45
- "@workday/canvas-kit-react": "^7.2.7"
45
+ "@workday/canvas-kit-react": "^7.2.8"
46
46
  },
47
47
  "devDependencies": {
48
48
  "fs-extra": "^10.0.0",
@@ -50,5 +50,5 @@
50
50
  "mkdirp": "^1.0.3",
51
51
  "typescript": "4.1"
52
52
  },
53
- "gitHead": "4938cefa2b96a4feb9b582eb3c811eeb22c1551a"
53
+ "gitHead": "5aafc0a017ff3e42a7e40dc9233941f3ebb35a75"
54
54
  }