@workday/canvas-kit-docs 11.0.0-alpha.775-next.0 → 11.0.0-alpha.778-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.
@@ -780,6 +780,11 @@ our
780
780
  The component now supports the `cs` prop, but otherwise the API has not changed. It should behave
781
781
  identically as it did in previous versions.
782
782
 
783
+ > #### Visual Breaking change
784
+ >
785
+ > Switch no longer uses `theme.primary.light` as the background color for a disabled and checked
786
+ > Switch. Instead, it uses `theme.primary.main` with an opacity of `0.4` to show a disabled state.
787
+
783
788
  ### Table (Preview)
784
789
 
785
790
  **PR:** [#2567](https://github.com/Workday/canvas-kit/pull/2567)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "11.0.0-alpha.775-next.0",
3
+ "version": "11.0.0-alpha.778-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": "^11.0.0-alpha.775-next.0",
48
- "@workday/canvas-kit-preview-react": "^11.0.0-alpha.775-next.0",
49
- "@workday/canvas-kit-react": "^11.0.0-alpha.775-next.0",
50
- "@workday/canvas-kit-styling": "^11.0.0-alpha.775-next.0",
47
+ "@workday/canvas-kit-labs-react": "^11.0.0-alpha.778-next.0",
48
+ "@workday/canvas-kit-preview-react": "^11.0.0-alpha.778-next.0",
49
+ "@workday/canvas-kit-react": "^11.0.0-alpha.778-next.0",
50
+ "@workday/canvas-kit-styling": "^11.0.0-alpha.778-next.0",
51
51
  "@workday/canvas-system-icons-web": "^3.0.0",
52
52
  "@workday/canvas-tokens-web": "^1.3.1",
53
53
  "markdown-to-jsx": "^6.10.3",
@@ -59,5 +59,5 @@
59
59
  "mkdirp": "^1.0.3",
60
60
  "typescript": "4.2"
61
61
  },
62
- "gitHead": "dbc9dbca99bd41c5e9efbf313d97fd3c6de4a175"
62
+ "gitHead": "46b95e41ca41eccf0a087ec904d12849ef83b729"
63
63
  }