@workday/canvas-kit-docs 12.0.0-alpha.906-next.0 → 12.0.0-alpha.907-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.
@@ -121486,7 +121486,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
121486
121486
  "type": {
121487
121487
  "kind": "symbol",
121488
121488
  "name": "useResizeObserverOriginal",
121489
- "value": "<T extends Element>(opts?: { ref?: T | RefObject<T> | null | undefined; onResize?: ResizeHandler | undefined; box?: ResizeObserverBoxOptions | undefined; round?: RoundingFunction | undefined; } | undefined) => HookResponse<...>"
121489
+ "value": "<T extends HTMLElement>(opts?: { ref?: T | RefObject<T> | null | undefined; onResize?: ResizeHandler | undefined; } | undefined) => HookResponse<T>"
121490
121490
  }
121491
121491
  },
121492
121492
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "12.0.0-alpha.906-next.0",
3
+ "version": "12.0.0-alpha.907-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",
@@ -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": "^12.0.0-alpha.906-next.0",
48
- "@workday/canvas-kit-preview-react": "^12.0.0-alpha.906-next.0",
49
- "@workday/canvas-kit-react": "^12.0.0-alpha.906-next.0",
50
- "@workday/canvas-kit-styling": "^12.0.0-alpha.906-next.0",
47
+ "@workday/canvas-kit-labs-react": "^12.0.0-alpha.907-next.0",
48
+ "@workday/canvas-kit-preview-react": "^12.0.0-alpha.907-next.0",
49
+ "@workday/canvas-kit-react": "^12.0.0-alpha.907-next.0",
50
+ "@workday/canvas-kit-styling": "^12.0.0-alpha.907-next.0",
51
51
  "@workday/canvas-system-icons-web": "^3.0.0",
52
52
  "@workday/canvas-tokens-web": "^2.0.1",
53
53
  "markdown-to-jsx": "^7.2.0",
@@ -60,5 +60,5 @@
60
60
  "mkdirp": "^1.0.3",
61
61
  "typescript": "4.9"
62
62
  },
63
- "gitHead": "b796b56840b04395e0b4f4d643cad66be4103936"
63
+ "gitHead": "3646c0ae53ba740d9e626c7f011925707644da84"
64
64
  }