@workday/canvas-kit-docs 7.3.14 → 7.3.15

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.
@@ -2778,6 +2778,102 @@ module.exports = {specifications: [
2778
2778
  }
2779
2779
  ]
2780
2780
  },
2781
+ {
2782
+ "type": "describe",
2783
+ "name": "given the [Testing/React/Popups/Popup, MixedPopupTypes] story is rendered",
2784
+ "children": [
2785
+ {
2786
+ "type": "describe",
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
+ ]
2874
+ }
2875
+ ]
2876
+ },
2781
2877
  {
2782
2878
  "type": "describe",
2783
2879
  "name": "given the [Testing/React/Popups/Popup, TooltipReturnFocus] example is rendered",
@@ -2778,6 +2778,102 @@ module.exports = {specifications: [
2778
2778
  }
2779
2779
  ]
2780
2780
  },
2781
+ {
2782
+ "type": "describe",
2783
+ "name": "given the [Testing/React/Popups/Popup, MixedPopupTypes] story is rendered",
2784
+ "children": [
2785
+ {
2786
+ "type": "describe",
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
+ ]
2874
+ }
2875
+ ]
2876
+ },
2781
2877
  {
2782
2878
  "type": "describe",
2783
2879
  "name": "given the [Testing/React/Popups/Popup, TooltipReturnFocus] example is rendered",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "7.3.14",
3
+ "version": "7.3.15",
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.14"
45
+ "@workday/canvas-kit-react": "^7.3.15"
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": "1e0bf2d1e55b84039c81e0ff505ff2c02d930b79"
53
+ "gitHead": "fd5ab8a8e931a200a15f7fa2640f917805b044e9"
54
54
  }