@workday/canvas-kit-docs 10.3.22 → 10.3.24

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.
@@ -805,7 +805,7 @@ function _getValueFromNode(parser, node) {
805
805
  const type = checker.getTypeAtLocation(node);
806
806
  if (symbol) {
807
807
  if (type.getFlags() & ts.TypeFlags.Instantiable) {
808
- symbol.name; //?
808
+ symbol.name;
809
809
  // It is a generic type
810
810
  return { kind: 'generic', name: symbol === null || symbol === void 0 ? void 0 : symbol.name };
811
811
  }
@@ -3687,6 +3687,32 @@ module.exports = {specifications: [
3687
3687
  }
3688
3688
  ]
3689
3689
  },
3690
+ {
3691
+ "type": "describe",
3692
+ "name": "given the [Testing/Popups/Popup, ComboboxWithinPopup] example is rendered",
3693
+ "children": [
3694
+ {
3695
+ "type": "describe",
3696
+ "name": "when the button is clicked",
3697
+ "children": [
3698
+ {
3699
+ "type": "it",
3700
+ "name": "should show the popup"
3701
+ },
3702
+ {
3703
+ "type": "describe",
3704
+ "name": "when is open and the first item is clicked",
3705
+ "children": [
3706
+ {
3707
+ "type": "it",
3708
+ "name": "should not close the popup on select"
3709
+ }
3710
+ ]
3711
+ }
3712
+ ]
3713
+ }
3714
+ ]
3715
+ },
3690
3716
  {
3691
3717
  "type": "describe",
3692
3718
  "name": "given the [Testing/Popups/Popup, PopupWithFallbackPlacements] example is rendered",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "10.3.22",
3
+ "version": "10.3.24",
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": "^10.3.22",
48
- "@workday/canvas-kit-preview-react": "^10.3.22",
49
- "@workday/canvas-kit-react": "^10.3.22",
50
- "@workday/canvas-kit-styling": "^10.3.22",
47
+ "@workday/canvas-kit-labs-react": "^10.3.24",
48
+ "@workday/canvas-kit-preview-react": "^10.3.24",
49
+ "@workday/canvas-kit-react": "^10.3.24",
50
+ "@workday/canvas-kit-styling": "^10.3.24",
51
51
  "@workday/canvas-system-icons-web": "^3.0.0",
52
52
  "@workday/canvas-tokens-web": "^1.0.0",
53
53
  "markdown-to-jsx": "^6.10.3",
@@ -59,5 +59,5 @@
59
59
  "mkdirp": "^1.0.3",
60
60
  "typescript": "4.2"
61
61
  },
62
- "gitHead": "987fc75eccf9449f8a4975d71c1eae9fd49596b4"
62
+ "gitHead": "5a3726cba449abdf9fd03d1765698274e9ea4d80"
63
63
  }