@workday/canvas-kit-docs 8.6.22 → 8.6.23

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.
@@ -2070,7 +2070,7 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
2070
2070
  "name": "Property.ObjectFit",
2071
2071
  "url": "https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit"
2072
2072
  },
2073
- "description": "The object-fit CSS property sets how the content of a replaced element,\nsuch as an <img> or <video>, should be resized to fit its container.\nSee [object-fit](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit).\nIf your image is not a square, you can use this property to ensure the image is rendered properly.",
2073
+ "description": "The object-fit CSS property sets how the content of a replaced element,\nsuch as an `<img>` or `<video>`, should be resized to fit its container.\nSee [object-fit](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit).\nIf your image is not a square, you can use this property to ensure the image is rendered properly.",
2074
2074
  "declarations": [
2075
2075
  {
2076
2076
  "name": "objectFit",
@@ -10579,7 +10579,7 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
10579
10579
  "name": "Property.ObjectFit",
10580
10580
  "url": "https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit"
10581
10581
  },
10582
- "description": "The object-fit CSS property sets how the content of a replaced element,\nsuch as an <img> or <video>, should be resized to fit its container.\nSee [object-fit](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit).\nIf your image is not a square, you can use this property to ensure the image is rendered properly.",
10582
+ "description": "The object-fit CSS property sets how the content of a replaced element,\nsuch as an `<img>` or `<video>`, should be resized to fit its container.\nSee [object-fit](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit).\nIf your image is not a square, you can use this property to ensure the image is rendered properly.",
10583
10583
  "declarations": [
10584
10584
  {
10585
10585
  "name": "objectFit",
@@ -39649,7 +39649,7 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
39649
39649
  "name": "Property.ObjectFit",
39650
39650
  "url": "https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit"
39651
39651
  },
39652
- "description": "The object-fit CSS property sets how the content of a replaced element,\nsuch as an <img> or <video>, should be resized to fit its container.\nSee [object-fit](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit).\nIf your image is not a square, you can use this property to ensure the image is rendered properly.",
39652
+ "description": "The object-fit CSS property sets how the content of a replaced element,\nsuch as an `<img>` or `<video>`, should be resized to fit its container.\nSee [object-fit](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit).\nIf your image is not a square, you can use this property to ensure the image is rendered properly.",
39653
39653
  "declarations": [
39654
39654
  {
39655
39655
  "name": "objectFit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "8.6.22",
3
+ "version": "8.6.23",
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,9 +44,9 @@
44
44
  "dependencies": {
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@storybook/csf": "0.0.1",
47
- "@workday/canvas-kit-labs-react": "^8.6.22",
48
- "@workday/canvas-kit-preview-react": "^8.6.22",
49
- "@workday/canvas-kit-react": "^8.6.22",
47
+ "@workday/canvas-kit-labs-react": "^8.6.23",
48
+ "@workday/canvas-kit-preview-react": "^8.6.23",
49
+ "@workday/canvas-kit-react": "^8.6.23",
50
50
  "@workday/canvas-system-icons-web": "^3.0.0",
51
51
  "markdown-to-jsx": "^6.10.3",
52
52
  "ts-node": "^10.9.1"
@@ -57,5 +57,5 @@
57
57
  "mkdirp": "^1.0.3",
58
58
  "typescript": "4.2"
59
59
  },
60
- "gitHead": "d6d7dfd67c9f7e2b2b54f66452f6940955aeb70c"
60
+ "gitHead": "72bc4295e349a75cfefb6f8879d3a27b18a54436"
61
61
  }