@workday/canvas-kit-docs 7.4.0-next.1 → 7.4.0-next.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/commonjs/lib/specs.js +2 -87
- package/dist/es6/lib/specs.js +2 -87
- package/package.json +3 -3
|
@@ -2780,97 +2780,12 @@ module.exports = {specifications: [
|
|
|
2780
2780
|
},
|
|
2781
2781
|
{
|
|
2782
2782
|
"type": "describe",
|
|
2783
|
-
"name": "given the [Testing/React/Popups/Popup,
|
|
2783
|
+
"name": "given the [Testing/React/Popups/Popup, ReturnFocusTest] story is rendered",
|
|
2784
2784
|
"children": [
|
|
2785
2785
|
{
|
|
2786
2786
|
"type": "describe",
|
|
2787
2787
|
"name": "when the \"Open Popup\" is clicked",
|
|
2788
|
-
"children": [
|
|
2789
|
-
{
|
|
2790
|
-
"type": "describe",
|
|
2791
|
-
"name": "when the user clicks outside",
|
|
2792
|
-
"children": [
|
|
2793
|
-
{
|
|
2794
|
-
"type": "it",
|
|
2795
|
-
"name": "should focus the \"Open Popup\" button"
|
|
2796
|
-
}
|
|
2797
|
-
]
|
|
2798
|
-
},
|
|
2799
|
-
{
|
|
2800
|
-
"type": "describe",
|
|
2801
|
-
"name": "when the user clicks the input",
|
|
2802
|
-
"children": [
|
|
2803
|
-
{
|
|
2804
|
-
"type": "it",
|
|
2805
|
-
"name": "should not focus the \"Open Popup\" button"
|
|
2806
|
-
}
|
|
2807
|
-
]
|
|
2808
|
-
},
|
|
2809
|
-
{
|
|
2810
|
-
"type": "describe",
|
|
2811
|
-
"name": "when the user scrolls to the top",
|
|
2812
|
-
"children": [
|
|
2813
|
-
{
|
|
2814
|
-
"type": "describe",
|
|
2815
|
-
"name": "when the user clicks outside",
|
|
2816
|
-
"children": [
|
|
2817
|
-
{
|
|
2818
|
-
"type": "it",
|
|
2819
|
-
"name": "should not focus the \"Open Popup\" button"
|
|
2820
|
-
}
|
|
2821
|
-
]
|
|
2822
|
-
}
|
|
2823
|
-
]
|
|
2824
|
-
},
|
|
2825
|
-
{
|
|
2826
|
-
"type": "describe",
|
|
2827
|
-
"name": "when the user scrolls to the bottom",
|
|
2828
|
-
"children": [
|
|
2829
|
-
{
|
|
2830
|
-
"type": "describe",
|
|
2831
|
-
"name": "when the user clicks outside",
|
|
2832
|
-
"children": [
|
|
2833
|
-
{
|
|
2834
|
-
"type": "it",
|
|
2835
|
-
"name": "should not focus the \"Open Popup\" button"
|
|
2836
|
-
}
|
|
2837
|
-
]
|
|
2838
|
-
}
|
|
2839
|
-
]
|
|
2840
|
-
},
|
|
2841
|
-
{
|
|
2842
|
-
"type": "describe",
|
|
2843
|
-
"name": "when the user scrolls to the right",
|
|
2844
|
-
"children": [
|
|
2845
|
-
{
|
|
2846
|
-
"type": "describe",
|
|
2847
|
-
"name": "when the user clicks outside",
|
|
2848
|
-
"children": [
|
|
2849
|
-
{
|
|
2850
|
-
"type": "it",
|
|
2851
|
-
"name": "should not focus the \"Open Popup\" button"
|
|
2852
|
-
}
|
|
2853
|
-
]
|
|
2854
|
-
}
|
|
2855
|
-
]
|
|
2856
|
-
},
|
|
2857
|
-
{
|
|
2858
|
-
"type": "describe",
|
|
2859
|
-
"name": "when the user scrolls to the left",
|
|
2860
|
-
"children": [
|
|
2861
|
-
{
|
|
2862
|
-
"type": "describe",
|
|
2863
|
-
"name": "when the user clicks outside",
|
|
2864
|
-
"children": [
|
|
2865
|
-
{
|
|
2866
|
-
"type": "it",
|
|
2867
|
-
"name": "should not focus the \"Open Popup\" button"
|
|
2868
|
-
}
|
|
2869
|
-
]
|
|
2870
|
-
}
|
|
2871
|
-
]
|
|
2872
|
-
}
|
|
2873
|
-
]
|
|
2788
|
+
"children": []
|
|
2874
2789
|
}
|
|
2875
2790
|
]
|
|
2876
2791
|
},
|
package/dist/es6/lib/specs.js
CHANGED
|
@@ -2780,97 +2780,12 @@ module.exports = {specifications: [
|
|
|
2780
2780
|
},
|
|
2781
2781
|
{
|
|
2782
2782
|
"type": "describe",
|
|
2783
|
-
"name": "given the [Testing/React/Popups/Popup,
|
|
2783
|
+
"name": "given the [Testing/React/Popups/Popup, ReturnFocusTest] story is rendered",
|
|
2784
2784
|
"children": [
|
|
2785
2785
|
{
|
|
2786
2786
|
"type": "describe",
|
|
2787
2787
|
"name": "when the \"Open Popup\" is clicked",
|
|
2788
|
-
"children": [
|
|
2789
|
-
{
|
|
2790
|
-
"type": "describe",
|
|
2791
|
-
"name": "when the user clicks outside",
|
|
2792
|
-
"children": [
|
|
2793
|
-
{
|
|
2794
|
-
"type": "it",
|
|
2795
|
-
"name": "should focus the \"Open Popup\" button"
|
|
2796
|
-
}
|
|
2797
|
-
]
|
|
2798
|
-
},
|
|
2799
|
-
{
|
|
2800
|
-
"type": "describe",
|
|
2801
|
-
"name": "when the user clicks the input",
|
|
2802
|
-
"children": [
|
|
2803
|
-
{
|
|
2804
|
-
"type": "it",
|
|
2805
|
-
"name": "should not focus the \"Open Popup\" button"
|
|
2806
|
-
}
|
|
2807
|
-
]
|
|
2808
|
-
},
|
|
2809
|
-
{
|
|
2810
|
-
"type": "describe",
|
|
2811
|
-
"name": "when the user scrolls to the top",
|
|
2812
|
-
"children": [
|
|
2813
|
-
{
|
|
2814
|
-
"type": "describe",
|
|
2815
|
-
"name": "when the user clicks outside",
|
|
2816
|
-
"children": [
|
|
2817
|
-
{
|
|
2818
|
-
"type": "it",
|
|
2819
|
-
"name": "should not focus the \"Open Popup\" button"
|
|
2820
|
-
}
|
|
2821
|
-
]
|
|
2822
|
-
}
|
|
2823
|
-
]
|
|
2824
|
-
},
|
|
2825
|
-
{
|
|
2826
|
-
"type": "describe",
|
|
2827
|
-
"name": "when the user scrolls to the bottom",
|
|
2828
|
-
"children": [
|
|
2829
|
-
{
|
|
2830
|
-
"type": "describe",
|
|
2831
|
-
"name": "when the user clicks outside",
|
|
2832
|
-
"children": [
|
|
2833
|
-
{
|
|
2834
|
-
"type": "it",
|
|
2835
|
-
"name": "should not focus the \"Open Popup\" button"
|
|
2836
|
-
}
|
|
2837
|
-
]
|
|
2838
|
-
}
|
|
2839
|
-
]
|
|
2840
|
-
},
|
|
2841
|
-
{
|
|
2842
|
-
"type": "describe",
|
|
2843
|
-
"name": "when the user scrolls to the right",
|
|
2844
|
-
"children": [
|
|
2845
|
-
{
|
|
2846
|
-
"type": "describe",
|
|
2847
|
-
"name": "when the user clicks outside",
|
|
2848
|
-
"children": [
|
|
2849
|
-
{
|
|
2850
|
-
"type": "it",
|
|
2851
|
-
"name": "should not focus the \"Open Popup\" button"
|
|
2852
|
-
}
|
|
2853
|
-
]
|
|
2854
|
-
}
|
|
2855
|
-
]
|
|
2856
|
-
},
|
|
2857
|
-
{
|
|
2858
|
-
"type": "describe",
|
|
2859
|
-
"name": "when the user scrolls to the left",
|
|
2860
|
-
"children": [
|
|
2861
|
-
{
|
|
2862
|
-
"type": "describe",
|
|
2863
|
-
"name": "when the user clicks outside",
|
|
2864
|
-
"children": [
|
|
2865
|
-
{
|
|
2866
|
-
"type": "it",
|
|
2867
|
-
"name": "should not focus the \"Open Popup\" button"
|
|
2868
|
-
}
|
|
2869
|
-
]
|
|
2870
|
-
}
|
|
2871
|
-
]
|
|
2872
|
-
}
|
|
2873
|
-
]
|
|
2788
|
+
"children": []
|
|
2874
2789
|
}
|
|
2875
2790
|
]
|
|
2876
2791
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "7.4.0-next.
|
|
3
|
+
"version": "7.4.0-next.2+8fa218c6",
|
|
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.4.0-next.
|
|
45
|
+
"@workday/canvas-kit-react": "^7.4.0-next.2+8fa218c6"
|
|
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": "8fa218c6bce7dce3e7a4723802cac972f7d928cc"
|
|
54
54
|
}
|