@workday/canvas-kit-docs 16.1.0-0572-next.0 → 16.1.0-0576-next.0

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.
@@ -47950,7 +47950,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
47950
47950
  "type": {
47951
47951
  "kind": "enhancedComponent",
47952
47952
  "componentType": "subcomponent",
47953
- "elemPropsHook": "useMultiSelectInput",
47953
+ "elemPropsHook": "useMultiSelectSearchInput",
47954
47954
  "props": [
47955
47955
  {
47956
47956
  "kind": "property",
@@ -2719,6 +2719,48 @@ module.exports = {specifications: [
2719
2719
  }
2720
2720
  ]
2721
2721
  },
2722
+ {
2723
+ "type": "file",
2724
+ "name": "MultiSelect",
2725
+ "children": [
2726
+ {
2727
+ "type": "describe",
2728
+ "name": "MultiSelect",
2729
+ "children": [
2730
+ {
2731
+ "type": "describe",
2732
+ "name": "given the Searching story is rendered",
2733
+ "children": [
2734
+ {
2735
+ "type": "describe",
2736
+ "name": "when Enter is pressed before typing",
2737
+ "children": [
2738
+ {
2739
+ "type": "it",
2740
+ "name": "should keep the listbox hidden"
2741
+ }
2742
+ ]
2743
+ },
2744
+ {
2745
+ "type": "describe",
2746
+ "name": "when search text is entered using the keyboard",
2747
+ "children": [
2748
+ {
2749
+ "type": "it",
2750
+ "name": "should not have any axe errors"
2751
+ },
2752
+ {
2753
+ "type": "it",
2754
+ "name": "should open the listbox with the filtered result"
2755
+ }
2756
+ ]
2757
+ }
2758
+ ]
2759
+ }
2760
+ ]
2761
+ }
2762
+ ]
2763
+ },
2722
2764
  {
2723
2765
  "type": "file",
2724
2766
  "name": "Pagination",
@@ -18,11 +18,11 @@ export const packageJSONFile = `{
18
18
  "@emotion/react": "11.11.4",
19
19
  "@types/react": "18.2.60",
20
20
  "@types/react-dom": "18.2.19",
21
- "@workday/canvas-kit-labs-react": "16.0.13",
22
- "@workday/canvas-kit-preview-react": "16.0.13",
23
- "@workday/canvas-kit-react": "16.0.13",
24
- "@workday/canvas-kit-react-fonts": "^16.0.13",
25
- "@workday/canvas-kit-styling": "16.0.13",
21
+ "@workday/canvas-kit-labs-react": "16.0.14",
22
+ "@workday/canvas-kit-preview-react": "16.0.14",
23
+ "@workday/canvas-kit-react": "16.0.14",
24
+ "@workday/canvas-kit-react-fonts": "^16.0.14",
25
+ "@workday/canvas-kit-styling": "16.0.14",
26
26
  "@workday/canvas-system-icons-web": "^5.0.3",
27
27
  "@workday/canvas-expressive-icons-web": "1.0.1",
28
28
  "@workday/canvas-tokens-web": "4.4.0-beta.11"
@@ -19,11 +19,11 @@ export const packageJSONFile = `{
19
19
  "@emotion/react": "11.11.4",
20
20
  "@types/react": "18.2.60",
21
21
  "@types/react-dom": "18.2.19",
22
- "@workday/canvas-kit-labs-react": "16.0.13",
23
- "@workday/canvas-kit-preview-react": "16.0.13",
24
- "@workday/canvas-kit-react": "16.0.13",
25
- "@workday/canvas-kit-react-fonts": "^16.0.13",
26
- "@workday/canvas-kit-styling": "16.0.13",
22
+ "@workday/canvas-kit-labs-react": "16.0.14",
23
+ "@workday/canvas-kit-preview-react": "16.0.14",
24
+ "@workday/canvas-kit-react": "16.0.14",
25
+ "@workday/canvas-kit-react-fonts": "^16.0.14",
26
+ "@workday/canvas-kit-styling": "16.0.14",
27
27
  "@workday/canvas-system-icons-web": "^5.0.3",
28
28
  "@workday/canvas-expressive-icons-web": "1.0.1",
29
29
  "@workday/canvas-tokens-web": "4.4.0-beta.11"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "16.1.0-0572-next.0",
3
+ "version": "16.1.0-0576-next.0",
4
4
  "description": "Documentation components of Canvas Kit components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -47,10 +47,10 @@
47
47
  "@stackblitz/sdk": "^1.11.0",
48
48
  "@storybook/csf": "0.0.1",
49
49
  "@workday/canvas-expressive-icons-web": "1.0.2",
50
- "@workday/canvas-kit-labs-react": "^16.1.0-0572-next.0",
51
- "@workday/canvas-kit-preview-react": "^16.1.0-0572-next.0",
52
- "@workday/canvas-kit-react": "^16.1.0-0572-next.0",
53
- "@workday/canvas-kit-styling": "^16.1.0-0572-next.0",
50
+ "@workday/canvas-kit-labs-react": "^16.1.0-0576-next.0",
51
+ "@workday/canvas-kit-preview-react": "^16.1.0-0576-next.0",
52
+ "@workday/canvas-kit-react": "^16.1.0-0576-next.0",
53
+ "@workday/canvas-kit-styling": "^16.1.0-0576-next.0",
54
54
  "@workday/canvas-system-icons-web": "^5.0.3",
55
55
  "@workday/canvas-tokens-web": "^4.4.0",
56
56
  "markdown-to-jsx": "^7.2.0",
@@ -63,5 +63,5 @@
63
63
  "mkdirp": "^1.0.3",
64
64
  "typescript": "5.0"
65
65
  },
66
- "gitHead": "35d59e03767fbedf7211435a15b19031b1b2f42a"
66
+ "gitHead": "dd71d815ebdf00b0cdd900d0fe776bf1ac52775d"
67
67
  }