@workday/canvas-kit-docs 16.0.0-alpha.0437-next.0 → 16.0.0-alpha.0444-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.
@@ -451464,6 +451464,34 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
451464
451464
  "tags": {
451465
451465
  "default": "'accent'"
451466
451466
  }
451467
+ },
451468
+ {
451469
+ "kind": "property",
451470
+ "name": "surfaceType",
451471
+ "required": false,
451472
+ "type": {
451473
+ "kind": "union",
451474
+ "value": [
451475
+ {
451476
+ "kind": "string",
451477
+ "value": "default"
451478
+ },
451479
+ {
451480
+ "kind": "string",
451481
+ "value": "inverse"
451482
+ }
451483
+ ]
451484
+ },
451485
+ "description": "A string that will determine which surface overlay variant to use.",
451486
+ "declarations": [
451487
+ {
451488
+ "name": "surfaceType",
451489
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/lib/colorSpace.tsx"
451490
+ }
451491
+ ],
451492
+ "tags": {
451493
+ "default": "'default'"
451494
+ }
451467
451495
  }
451468
451496
  ]
451469
451497
  }
@@ -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": "15.0.19",
22
- "@workday/canvas-kit-preview-react": "15.0.19",
23
- "@workday/canvas-kit-react": "15.0.19",
24
- "@workday/canvas-kit-react-fonts": "^15.0.19",
25
- "@workday/canvas-kit-styling": "15.0.19",
21
+ "@workday/canvas-kit-labs-react": "15.0.20",
22
+ "@workday/canvas-kit-preview-react": "15.0.20",
23
+ "@workday/canvas-kit-react": "15.0.20",
24
+ "@workday/canvas-kit-react-fonts": "^15.0.20",
25
+ "@workday/canvas-kit-styling": "15.0.20",
26
26
  "@workday/canvas-system-icons-web": "4.0.2",
27
27
  "@workday/canvas-expressive-icons-web": "1.0.1",
28
28
  "@workday/canvas-tokens-web": "4.2.0"
@@ -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": "15.0.19",
23
- "@workday/canvas-kit-preview-react": "15.0.19",
24
- "@workday/canvas-kit-react": "15.0.19",
25
- "@workday/canvas-kit-react-fonts": "^15.0.19",
26
- "@workday/canvas-kit-styling": "15.0.19",
22
+ "@workday/canvas-kit-labs-react": "15.0.20",
23
+ "@workday/canvas-kit-preview-react": "15.0.20",
24
+ "@workday/canvas-kit-react": "15.0.20",
25
+ "@workday/canvas-kit-react-fonts": "^15.0.20",
26
+ "@workday/canvas-kit-styling": "15.0.20",
27
27
  "@workday/canvas-system-icons-web": "4.0.2",
28
28
  "@workday/canvas-expressive-icons-web": "1.0.1",
29
29
  "@workday/canvas-tokens-web": "4.2.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "16.0.0-alpha.0437-next.0",
3
+ "version": "16.0.0-alpha.0444-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.0.0-alpha.0437-next.0",
51
- "@workday/canvas-kit-preview-react": "^16.0.0-alpha.0437-next.0",
52
- "@workday/canvas-kit-react": "^16.0.0-alpha.0437-next.0",
53
- "@workday/canvas-kit-styling": "^16.0.0-alpha.0437-next.0",
50
+ "@workday/canvas-kit-labs-react": "^16.0.0-alpha.0444-next.0",
51
+ "@workday/canvas-kit-preview-react": "^16.0.0-alpha.0444-next.0",
52
+ "@workday/canvas-kit-react": "^16.0.0-alpha.0444-next.0",
53
+ "@workday/canvas-kit-styling": "^16.0.0-alpha.0444-next.0",
54
54
  "@workday/canvas-system-icons-web": "4.0.4",
55
55
  "@workday/canvas-tokens-web": "4.4.0-beta.3",
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": "30cd04f62d60aa6654fcd296bec0a59205bf3c58"
66
+ "gitHead": "3f302de58e8b2f669ada3ee978312c9aa600e709"
67
67
  }