@workday/canvas-kit-docs 13.2.52 → 13.2.54

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.
@@ -487369,65 +487369,26 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
487369
487369
  },
487370
487370
  {
487371
487371
  "kind": "property",
487372
- "name": "popperProps",
487372
+ "name": "elementHasFocus",
487373
487373
  "required": false,
487374
487374
  "type": {
487375
- "kind": "object",
487376
- "properties": [
487377
- {
487378
- "kind": "property",
487379
- "name": "open",
487380
- "required": true,
487381
- "type": {
487382
- "kind": "primitive",
487383
- "value": "boolean"
487384
- },
487385
- "description": "",
487386
- "declarations": [
487387
- {
487388
- "name": "open",
487389
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tooltip/lib/TooltipContainer.tsx"
487390
- }
487391
- ],
487392
- "tags": {}
487393
- },
487394
- {
487395
- "kind": "property",
487396
- "name": "anchorElement",
487397
- "required": true,
487398
- "type": {
487399
- "kind": "union",
487400
- "value": [
487401
- {
487402
- "kind": "symbol",
487403
- "name": "HTMLElement",
487404
- "value": "HTMLElement"
487405
- },
487406
- {
487407
- "kind": "primitive",
487408
- "value": "null"
487409
- }
487410
- ]
487411
- },
487412
- "description": "",
487413
- "declarations": [
487414
- {
487415
- "name": "anchorElement",
487416
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tooltip/lib/TooltipContainer.tsx"
487417
- }
487418
- ],
487419
- "tags": {}
487420
- }
487421
- ]
487375
+ "kind": "primitive",
487376
+ "value": "boolean"
487422
487377
  },
487423
- "description": "optional popper properties if `placement` is set",
487378
+ "description": "Whether the anchor element has focus-visible. Used to adjust tooltip styling.",
487424
487379
  "declarations": [
487425
487380
  {
487426
- "name": "popperProps",
487381
+ "name": "elementHasFocus",
487427
487382
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tooltip/lib/TooltipContainer.tsx"
487428
487383
  }
487429
487384
  ],
487430
- "tags": {}
487385
+ "tags": {
487386
+ "private": ""
487387
+ },
487388
+ "defaultValue": {
487389
+ "kind": "boolean",
487390
+ "value": false
487391
+ }
487431
487392
  },
487432
487393
  {
487433
487394
  "kind": "property",
@@ -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": "13.2.52",
22
- "@workday/canvas-kit-preview-react": "13.2.52",
23
- "@workday/canvas-kit-react": "13.2.52",
24
- "@workday/canvas-kit-react-fonts": "^13.2.52",
25
- "@workday/canvas-kit-styling": "13.2.52",
21
+ "@workday/canvas-kit-labs-react": "13.2.54",
22
+ "@workday/canvas-kit-preview-react": "13.2.54",
23
+ "@workday/canvas-kit-react": "13.2.54",
24
+ "@workday/canvas-kit-react-fonts": "^13.2.54",
25
+ "@workday/canvas-kit-styling": "13.2.54",
26
26
  "@workday/canvas-system-icons-web": "3.0.22",
27
27
  "@workday/canvas-tokens-web": "2.0.0"
28
28
  },
@@ -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": "13.2.52",
22
- "@workday/canvas-kit-preview-react": "13.2.52",
23
- "@workday/canvas-kit-react": "13.2.52",
24
- "@workday/canvas-kit-react-fonts": "^13.2.52",
25
- "@workday/canvas-kit-styling": "13.2.52",
21
+ "@workday/canvas-kit-labs-react": "13.2.54",
22
+ "@workday/canvas-kit-preview-react": "13.2.54",
23
+ "@workday/canvas-kit-react": "13.2.54",
24
+ "@workday/canvas-kit-react-fonts": "^13.2.54",
25
+ "@workday/canvas-kit-styling": "13.2.54",
26
26
  "@workday/canvas-system-icons-web": "3.0.22",
27
27
  "@workday/canvas-tokens-web": "2.0.0"
28
28
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "13.2.52",
3
+ "version": "13.2.54",
4
4
  "description": "Documentation components of Canvas Kit components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -45,10 +45,10 @@
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@stackblitz/sdk": "^1.11.0",
47
47
  "@storybook/csf": "0.0.1",
48
- "@workday/canvas-kit-labs-react": "^13.2.52",
49
- "@workday/canvas-kit-preview-react": "^13.2.52",
50
- "@workday/canvas-kit-react": "^13.2.52",
51
- "@workday/canvas-kit-styling": "^13.2.52",
48
+ "@workday/canvas-kit-labs-react": "^13.2.54",
49
+ "@workday/canvas-kit-preview-react": "^13.2.54",
50
+ "@workday/canvas-kit-react": "^13.2.54",
51
+ "@workday/canvas-kit-styling": "^13.2.54",
52
52
  "@workday/canvas-system-icons-web": "^3.0.35",
53
53
  "@workday/canvas-tokens-web": "^2.1.1",
54
54
  "markdown-to-jsx": "^7.2.0",
@@ -61,5 +61,5 @@
61
61
  "mkdirp": "^1.0.3",
62
62
  "typescript": "5.0"
63
63
  },
64
- "gitHead": "d3fdeea6c5114edbf20cd0b51a93ef1f6bcaf3d0"
64
+ "gitHead": "c49b7f05ebaafaa10342a9a86c725e572ead36c4"
65
65
  }