@workday/canvas-kit-docs 7.3.12 → 7.3.13
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.
- package/dist/commonjs/lib/specs.js +14 -0
- package/dist/es6/lib/specs.js +14 -0
- package/package.json +3 -3
|
@@ -1509,6 +1509,20 @@ module.exports = {specifications: [
|
|
|
1509
1509
|
}
|
|
1510
1510
|
]
|
|
1511
1511
|
},
|
|
1512
|
+
{
|
|
1513
|
+
"type": "describe",
|
|
1514
|
+
"name": "when the tab key is pressed",
|
|
1515
|
+
"children": [
|
|
1516
|
+
{
|
|
1517
|
+
"type": "it",
|
|
1518
|
+
"name": "should have aria-expanded set to false"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"type": "it",
|
|
1522
|
+
"name": "should not show a menu"
|
|
1523
|
+
}
|
|
1524
|
+
]
|
|
1525
|
+
},
|
|
1512
1526
|
{
|
|
1513
1527
|
"type": "describe",
|
|
1514
1528
|
"name": "when the user types a printable character \"t\"",
|
package/dist/es6/lib/specs.js
CHANGED
|
@@ -1509,6 +1509,20 @@ module.exports = {specifications: [
|
|
|
1509
1509
|
}
|
|
1510
1510
|
]
|
|
1511
1511
|
},
|
|
1512
|
+
{
|
|
1513
|
+
"type": "describe",
|
|
1514
|
+
"name": "when the tab key is pressed",
|
|
1515
|
+
"children": [
|
|
1516
|
+
{
|
|
1517
|
+
"type": "it",
|
|
1518
|
+
"name": "should have aria-expanded set to false"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"type": "it",
|
|
1522
|
+
"name": "should not show a menu"
|
|
1523
|
+
}
|
|
1524
|
+
]
|
|
1525
|
+
},
|
|
1512
1526
|
{
|
|
1513
1527
|
"type": "describe",
|
|
1514
1528
|
"name": "when the user types a printable character \"t\"",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.13",
|
|
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.3.
|
|
45
|
+
"@workday/canvas-kit-react": "^7.3.13"
|
|
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": "
|
|
53
|
+
"gitHead": "d3eafc129b9c67c38c3eb46a7ecf23521e40e4c3"
|
|
54
54
|
}
|