@workday/canvas-kit-docs 13.0.5 → 13.1.0-1128-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.
@@ -187140,7 +187140,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
187140
187140
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/theming/types.ts"
187141
187141
  }
187142
187142
  ],
187143
- "tags": {},
187143
+ "tags": {
187144
+ "deprecated": "`Themeable` is deprecated. If you want to theme your application, please use `<CanvasProvider theme={{canvas: {palette: {primary: {main: 'orange'}}}}} />` at the root of your application or use our CSS tokens to change individual component styles as seen in our [Button docs](https://workday.github.io/canvas-kit/?path=/docs/components-buttons--docs#custom-styles)."
187145
+ },
187144
187146
  "type": {
187145
187147
  "kind": "object",
187146
187148
  "properties": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "13.0.5",
3
+ "version": "13.1.0-1128-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",
@@ -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.0.5",
49
- "@workday/canvas-kit-preview-react": "^13.0.5",
50
- "@workday/canvas-kit-react": "^13.0.5",
51
- "@workday/canvas-kit-styling": "^13.0.5",
48
+ "@workday/canvas-kit-labs-react": "^13.1.0-1128-next.0",
49
+ "@workday/canvas-kit-preview-react": "^13.1.0-1128-next.0",
50
+ "@workday/canvas-kit-react": "^13.1.0-1128-next.0",
51
+ "@workday/canvas-kit-styling": "^13.1.0-1128-next.0",
52
52
  "@workday/canvas-system-icons-web": "^3.0.0",
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": "ab6af4b56e5da8a029108d119d86aab19645e6c8"
64
+ "gitHead": "3aa2cc1a8933ef332196a2ed02028cd6c9557af7"
65
65
  }