@workday/canvas-kit-docs 14.2.17 → 14.2.19

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.
@@ -429404,65 +429404,26 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
429404
429404
  },
429405
429405
  {
429406
429406
  "kind": "property",
429407
- "name": "popperProps",
429407
+ "name": "elementHasFocus",
429408
429408
  "required": false,
429409
429409
  "type": {
429410
- "kind": "object",
429411
- "properties": [
429412
- {
429413
- "kind": "property",
429414
- "name": "open",
429415
- "required": true,
429416
- "type": {
429417
- "kind": "primitive",
429418
- "value": "boolean"
429419
- },
429420
- "description": "",
429421
- "declarations": [
429422
- {
429423
- "name": "open",
429424
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tooltip/lib/TooltipContainer.tsx"
429425
- }
429426
- ],
429427
- "tags": {}
429428
- },
429429
- {
429430
- "kind": "property",
429431
- "name": "anchorElement",
429432
- "required": true,
429433
- "type": {
429434
- "kind": "union",
429435
- "value": [
429436
- {
429437
- "kind": "symbol",
429438
- "name": "HTMLElement",
429439
- "value": "HTMLElement"
429440
- },
429441
- {
429442
- "kind": "primitive",
429443
- "value": "null"
429444
- }
429445
- ]
429446
- },
429447
- "description": "",
429448
- "declarations": [
429449
- {
429450
- "name": "anchorElement",
429451
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tooltip/lib/TooltipContainer.tsx"
429452
- }
429453
- ],
429454
- "tags": {}
429455
- }
429456
- ]
429410
+ "kind": "primitive",
429411
+ "value": "boolean"
429457
429412
  },
429458
- "description": "optional popper properties if `placement` is set",
429413
+ "description": "Whether the anchor element has focus-visible. Used to adjust tooltip styling.",
429459
429414
  "declarations": [
429460
429415
  {
429461
- "name": "popperProps",
429416
+ "name": "elementHasFocus",
429462
429417
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tooltip/lib/TooltipContainer.tsx"
429463
429418
  }
429464
429419
  ],
429465
- "tags": {}
429420
+ "tags": {
429421
+ "private": ""
429422
+ },
429423
+ "defaultValue": {
429424
+ "kind": "boolean",
429425
+ "value": false
429426
+ }
429466
429427
  },
429467
429428
  {
429468
429429
  "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": "14.2.17",
22
- "@workday/canvas-kit-preview-react": "14.2.17",
23
- "@workday/canvas-kit-react": "14.2.17",
24
- "@workday/canvas-kit-react-fonts": "^14.2.17",
25
- "@workday/canvas-kit-styling": "14.2.17",
21
+ "@workday/canvas-kit-labs-react": "14.2.19",
22
+ "@workday/canvas-kit-preview-react": "14.2.19",
23
+ "@workday/canvas-kit-react": "14.2.19",
24
+ "@workday/canvas-kit-react-fonts": "^14.2.19",
25
+ "@workday/canvas-kit-styling": "14.2.19",
26
26
  "@workday/canvas-system-icons-web": "3.0.36",
27
27
  "@workday/canvas-tokens-web": "3.1.2"
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": "14.2.17",
22
- "@workday/canvas-kit-preview-react": "14.2.17",
23
- "@workday/canvas-kit-react": "14.2.17",
24
- "@workday/canvas-kit-react-fonts": "^14.2.17",
25
- "@workday/canvas-kit-styling": "14.2.17",
21
+ "@workday/canvas-kit-labs-react": "14.2.19",
22
+ "@workday/canvas-kit-preview-react": "14.2.19",
23
+ "@workday/canvas-kit-react": "14.2.19",
24
+ "@workday/canvas-kit-react-fonts": "^14.2.19",
25
+ "@workday/canvas-kit-styling": "14.2.19",
26
26
  "@workday/canvas-system-icons-web": "3.0.36",
27
27
  "@workday/canvas-tokens-web": "3.1.2"
28
28
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "14.2.17",
3
+ "version": "14.2.19",
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": "^14.2.17",
49
- "@workday/canvas-kit-preview-react": "^14.2.17",
50
- "@workday/canvas-kit-react": "^14.2.17",
51
- "@workday/canvas-kit-styling": "^14.2.17",
48
+ "@workday/canvas-kit-labs-react": "^14.2.19",
49
+ "@workday/canvas-kit-preview-react": "^14.2.19",
50
+ "@workday/canvas-kit-react": "^14.2.19",
51
+ "@workday/canvas-kit-styling": "^14.2.19",
52
52
  "@workday/canvas-system-icons-web": "^3.0.36",
53
53
  "@workday/canvas-tokens-web": "^3.1.6",
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": "68b3cf8b479e8b37a6903c6b29e2cf512e3cc00e"
64
+ "gitHead": "4ebe22d5a8af57991ec4ef0af84d0fd47348b7b2"
65
65
  }