@workday/canvas-kit-docs 11.1.0 → 11.1.1

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.
@@ -199165,16 +199165,42 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
199165
199165
  "name": "ref",
199166
199166
  "required": true,
199167
199167
  "type": {
199168
- "kind": "symbol",
199169
- "name": "RefObject",
199170
- "typeParameters": [
199168
+ "kind": "function",
199169
+ "parameters": [
199171
199170
  {
199172
- "kind": "symbol",
199173
- "name": "HTMLInputElement",
199174
- "value": "any"
199171
+ "kind": "parameter",
199172
+ "name": "instance",
199173
+ "type": {
199174
+ "kind": "union",
199175
+ "value": [
199176
+ {
199177
+ "kind": "symbol",
199178
+ "name": "T",
199179
+ "value": "T"
199180
+ },
199181
+ {
199182
+ "kind": "primitive",
199183
+ "value": "null"
199184
+ }
199185
+ ]
199186
+ },
199187
+ "required": true,
199188
+ "rest": false,
199189
+ "description": "",
199190
+ "declarations": [
199191
+ {
199192
+ "name": "instance",
199193
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/node_modules/@types/react/index.d.ts"
199194
+ }
199195
+ ],
199196
+ "tags": {}
199175
199197
  }
199176
199198
  ],
199177
- "value": "any"
199199
+ "members": [],
199200
+ "returnType": {
199201
+ "kind": "primitive",
199202
+ "value": "void"
199203
+ }
199178
199204
  },
199179
199205
  "description": "",
199180
199206
  "tags": {},
@@ -199215,52 +199241,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
199215
199241
  "tags": {},
199216
199242
  "declarations": []
199217
199243
  },
199218
- {
199219
- "kind": "property",
199220
- "name": "ref",
199221
- "required": true,
199222
- "type": {
199223
- "kind": "function",
199224
- "parameters": [
199225
- {
199226
- "kind": "parameter",
199227
- "name": "instance",
199228
- "type": {
199229
- "kind": "union",
199230
- "value": [
199231
- {
199232
- "kind": "symbol",
199233
- "name": "T",
199234
- "value": "T"
199235
- },
199236
- {
199237
- "kind": "primitive",
199238
- "value": "null"
199239
- }
199240
- ]
199241
- },
199242
- "required": true,
199243
- "rest": false,
199244
- "description": "",
199245
- "declarations": [
199246
- {
199247
- "name": "instance",
199248
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/node_modules/@types/react/index.d.ts"
199249
- }
199250
- ],
199251
- "tags": {}
199252
- }
199253
- ],
199254
- "members": [],
199255
- "returnType": {
199256
- "kind": "primitive",
199257
- "value": "void"
199258
- }
199259
- },
199260
- "description": "",
199261
- "tags": {},
199262
- "declarations": []
199263
- },
199264
199244
  {
199265
199245
  "kind": "property",
199266
199246
  "name": "aria-haspopup",
@@ -273,6 +273,16 @@ module.exports = {specifications: [
273
273
  "type": "describe",
274
274
  "name": "when the combobox is opened",
275
275
  "children": [
276
+ {
277
+ "type": "describe",
278
+ "name": "when the combobox is clicked",
279
+ "children": [
280
+ {
281
+ "type": "it",
282
+ "name": "should close the menu"
283
+ }
284
+ ]
285
+ },
276
286
  {
277
287
  "type": "it",
278
288
  "name": "should set the aria-owns to reference the listbox element"
@@ -4521,6 +4531,16 @@ module.exports = {specifications: [
4521
4531
  "type": "describe",
4522
4532
  "name": "when the menu is opened",
4523
4533
  "children": [
4534
+ {
4535
+ "type": "describe",
4536
+ "name": "when the combobox is clicked",
4537
+ "children": [
4538
+ {
4539
+ "type": "it",
4540
+ "name": "should close the menu"
4541
+ }
4542
+ ]
4543
+ },
4524
4544
  {
4525
4545
  "type": "describe",
4526
4546
  "name": "when a character is typed (provided no other characters have been typed in the last 500ms), the select should advance assistive focus to the first matching option beyond the currently selected option (cycling back to the beginning of the options if necessary) and scroll that option into view",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "11.1.0",
3
+ "version": "11.1.1",
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.0",
48
- "@workday/canvas-kit-preview-react": "^11.1.0",
49
- "@workday/canvas-kit-react": "^11.1.0",
50
- "@workday/canvas-kit-styling": "^11.1.0",
47
+ "@workday/canvas-kit-labs-react": "^11.1.1",
48
+ "@workday/canvas-kit-preview-react": "^11.1.1",
49
+ "@workday/canvas-kit-react": "^11.1.1",
50
+ "@workday/canvas-kit-styling": "^11.1.1",
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": "0b38e0b6ec6a0990e4bad0375dc57ecf15239d2c"
62
+ "gitHead": "6172e7d551875c65d2d36f531531d81554f0430f"
63
63
  }