@workday/canvas-kit-docs 9.1.1 → 9.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.
- package/dist/es6/lib/specs.js +15 -0
- package/package.json +5 -5
package/dist/es6/lib/specs.js
CHANGED
|
@@ -516,6 +516,21 @@ module.exports = {specifications: [
|
|
|
516
516
|
]
|
|
517
517
|
}
|
|
518
518
|
]
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"type": "describe",
|
|
522
|
+
"name": "when the user types in a value not found",
|
|
523
|
+
"children": [
|
|
524
|
+
{
|
|
525
|
+
"type": "describe",
|
|
526
|
+
"name": "when the user hits the enter key",
|
|
527
|
+
"children": []
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"type": "it",
|
|
531
|
+
"name": "should not clear the input"
|
|
532
|
+
}
|
|
533
|
+
]
|
|
519
534
|
}
|
|
520
535
|
]
|
|
521
536
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.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,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": "^9.1.
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^9.1.
|
|
49
|
-
"@workday/canvas-kit-react": "^9.1.
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^9.1.2",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^9.1.2",
|
|
49
|
+
"@workday/canvas-kit-react": "^9.1.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": "
|
|
60
|
+
"gitHead": "a6373b653f90cdd16a25830ffbd34dff421940ac"
|
|
61
61
|
}
|