@workday/canvas-kit-docs 11.1.1 → 11.1.3
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 +26 -0
- package/package.json +6 -6
package/dist/es6/lib/specs.js
CHANGED
|
@@ -4798,6 +4798,16 @@ module.exports = {specifications: [
|
|
|
4798
4798
|
]
|
|
4799
4799
|
}
|
|
4800
4800
|
]
|
|
4801
|
+
},
|
|
4802
|
+
{
|
|
4803
|
+
"type": "describe",
|
|
4804
|
+
"name": "when a value is selected",
|
|
4805
|
+
"children": [
|
|
4806
|
+
{
|
|
4807
|
+
"type": "it",
|
|
4808
|
+
"name": "should select phone and the selected value should be visible"
|
|
4809
|
+
}
|
|
4810
|
+
]
|
|
4801
4811
|
}
|
|
4802
4812
|
]
|
|
4803
4813
|
},
|
|
@@ -4883,6 +4893,22 @@ module.exports = {specifications: [
|
|
|
4883
4893
|
}
|
|
4884
4894
|
]
|
|
4885
4895
|
},
|
|
4896
|
+
{
|
|
4897
|
+
"type": "describe",
|
|
4898
|
+
"name": "given the \"Complex\" story is rendered",
|
|
4899
|
+
"children": [
|
|
4900
|
+
{
|
|
4901
|
+
"type": "describe",
|
|
4902
|
+
"name": "when a value is selected with an id and text",
|
|
4903
|
+
"children": [
|
|
4904
|
+
{
|
|
4905
|
+
"type": "it",
|
|
4906
|
+
"name": "should display the correct id and value of the selected Phone"
|
|
4907
|
+
}
|
|
4908
|
+
]
|
|
4909
|
+
}
|
|
4910
|
+
]
|
|
4911
|
+
},
|
|
4886
4912
|
{
|
|
4887
4913
|
"type": "describe",
|
|
4888
4914
|
"name": "given the \"FetchingDynamicItems\" story is rendered",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.3",
|
|
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": "^11.1.
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^11.1.
|
|
49
|
-
"@workday/canvas-kit-react": "^11.1.
|
|
50
|
-
"@workday/canvas-kit-styling": "^11.1.
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^11.1.3",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^11.1.3",
|
|
49
|
+
"@workday/canvas-kit-react": "^11.1.3",
|
|
50
|
+
"@workday/canvas-kit-styling": "^11.1.3",
|
|
51
51
|
"@workday/canvas-system-icons-web": "^3.0.0",
|
|
52
52
|
"@workday/canvas-tokens-web": "^2.0.0",
|
|
53
53
|
"markdown-to-jsx": "^7.2.0",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"mkdirp": "^1.0.3",
|
|
60
60
|
"typescript": "4.2"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "0ad69fbb1b6f416855fa2815f7c13ffee5deb53a"
|
|
63
63
|
}
|