@workday/canvas-kit-docs 9.2.0-528-next.0 → 9.2.0-530-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.
@@ -1450,7 +1450,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
1450
1450
  "name": "Property.ObjectFit",
1451
1451
  "url": "https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit"
1452
1452
  },
1453
- "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.",
1453
+ "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.",
1454
1454
  "declarations": [
1455
1455
  {
1456
1456
  "name": "objectFit",
@@ -8136,7 +8136,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
8136
8136
  "name": "Property.ObjectFit",
8137
8137
  "url": "https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit"
8138
8138
  },
8139
- "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.",
8139
+ "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.",
8140
8140
  "declarations": [
8141
8141
  {
8142
8142
  "name": "objectFit",
@@ -40387,7 +40387,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
40387
40387
  "name": "Property.ObjectFit",
40388
40388
  "url": "https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit"
40389
40389
  },
40390
- "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.",
40390
+ "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.",
40391
40391
  "declarations": [
40392
40392
  {
40393
40393
  "name": "objectFit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "9.2.0-528-next.0",
3
+ "version": "9.2.0-530-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,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": "^9.2.0-528-next.0",
48
- "@workday/canvas-kit-preview-react": "^9.2.0-528-next.0",
49
- "@workday/canvas-kit-react": "^9.2.0-528-next.0",
47
+ "@workday/canvas-kit-labs-react": "^9.2.0-530-next.0",
48
+ "@workday/canvas-kit-preview-react": "^9.2.0-530-next.0",
49
+ "@workday/canvas-kit-react": "^9.2.0-530-next.0",
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": "32899ba334066e6b0f021de22fd0ae933108462c"
60
+ "gitHead": "c4717830ae523af9bf3960cf11bd92429c61ef99"
61
61
  }