@workday/canvas-kit-docs 11.0.25 → 11.0.26

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.
@@ -170082,7 +170082,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
170082
170082
  {
170083
170083
  "name": "Card",
170084
170084
  "symbol": "ModalCard",
170085
- "description": "The `Modal.Card` is wraps a {@link PopupCard Popup.Card} which wraps a {@link Card}. It is\nthe `role=\"dialog\"` element and is uses `useModalCard` behavior hook which sets\n`aria-modal=\"true\"` and sets the `aria-labelledby` that points to the `id` of the\n{@link ModalHeading Modal.Heading}. If you don't use a `Modal.Heading`, add an `aria-label`\ninstead. The default element is a `div` and can be changed via the `as` prop.",
170085
+ "description": "The `Modal.Card` is wraps a {@link PopupCard Popup.Card} which wraps a {@link Card}. It is\nthe `role=\"dialog\"` element and is uses `useModalCard` behavior hook which sets\n`aria-modal=\"false\"` and sets the `aria-labelledby` that points to the `id` of the\n{@link ModalHeading Modal.Heading}. If you don't use a `Modal.Heading`, add an `aria-label`\ninstead. The default element is a `div` and can be changed via the `as` prop.",
170086
170086
  "declarations": [
170087
170087
  {
170088
170088
  "name": "Card",
@@ -2383,7 +2383,7 @@ module.exports = {specifications: [
2383
2383
  },
2384
2384
  {
2385
2385
  "type": "it",
2386
- "name": "should have an aria-modal=true"
2386
+ "name": "should have an aria-modal=false"
2387
2387
  },
2388
2388
  {
2389
2389
  "type": "it",
@@ -2653,7 +2653,7 @@ module.exports = {specifications: [
2653
2653
  },
2654
2654
  {
2655
2655
  "type": "it",
2656
- "name": "should have an aria-modal=true"
2656
+ "name": "should have an aria-modal=false"
2657
2657
  },
2658
2658
  {
2659
2659
  "type": "it",
@@ -2733,7 +2733,7 @@ module.exports = {specifications: [
2733
2733
  },
2734
2734
  {
2735
2735
  "type": "it",
2736
- "name": "should have an aria-modal=true"
2736
+ "name": "should have an aria-modal=false"
2737
2737
  },
2738
2738
  {
2739
2739
  "type": "it",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "11.0.25",
3
+ "version": "11.0.26",
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.25",
48
- "@workday/canvas-kit-preview-react": "^11.0.25",
49
- "@workday/canvas-kit-react": "^11.0.25",
50
- "@workday/canvas-kit-styling": "^11.0.25",
47
+ "@workday/canvas-kit-labs-react": "^11.0.26",
48
+ "@workday/canvas-kit-preview-react": "^11.0.26",
49
+ "@workday/canvas-kit-react": "^11.0.26",
50
+ "@workday/canvas-kit-styling": "^11.0.26",
51
51
  "@workday/canvas-system-icons-web": "^3.0.0",
52
52
  "@workday/canvas-tokens-web": "^2.0.0",
53
53
  "markdown-to-jsx": "^7.2.0",
@@ -59,5 +59,5 @@
59
59
  "mkdirp": "^1.0.3",
60
60
  "typescript": "4.2"
61
61
  },
62
- "gitHead": "0da8599052bbf06aaa1f2c881f38589d022eb515"
62
+ "gitHead": "4fc6226c96c666fe5df801d7e75c81d5f1b01ae1"
63
63
  }