@workday/canvas-kit-docs 9.1.19 → 9.1.20
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.
- package/dist/es6/lib/docs.js +54 -0
- package/package.json +5 -5
package/dist/es6/lib/docs.js
CHANGED
|
@@ -1441,6 +1441,24 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
1441
1441
|
"value": "SystemIconCircleSize.m"
|
|
1442
1442
|
}
|
|
1443
1443
|
},
|
|
1444
|
+
{
|
|
1445
|
+
"kind": "property",
|
|
1446
|
+
"name": "objectFit",
|
|
1447
|
+
"required": false,
|
|
1448
|
+
"type": {
|
|
1449
|
+
"kind": "external",
|
|
1450
|
+
"name": "Property.ObjectFit",
|
|
1451
|
+
"url": "https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit"
|
|
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.",
|
|
1454
|
+
"declarations": [
|
|
1455
|
+
{
|
|
1456
|
+
"name": "objectFit",
|
|
1457
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/avatar/lib/Avatar.tsx"
|
|
1458
|
+
}
|
|
1459
|
+
],
|
|
1460
|
+
"tags": {}
|
|
1461
|
+
},
|
|
1444
1462
|
{
|
|
1445
1463
|
"kind": "property",
|
|
1446
1464
|
"name": "altText",
|
|
@@ -8103,6 +8121,24 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
8103
8121
|
"value": "div"
|
|
8104
8122
|
}
|
|
8105
8123
|
},
|
|
8124
|
+
{
|
|
8125
|
+
"kind": "property",
|
|
8126
|
+
"name": "objectFit",
|
|
8127
|
+
"required": false,
|
|
8128
|
+
"type": {
|
|
8129
|
+
"kind": "external",
|
|
8130
|
+
"name": "Property.ObjectFit",
|
|
8131
|
+
"url": "https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit"
|
|
8132
|
+
},
|
|
8133
|
+
"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.",
|
|
8134
|
+
"declarations": [
|
|
8135
|
+
{
|
|
8136
|
+
"name": "objectFit",
|
|
8137
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/avatar/lib/Avatar.tsx"
|
|
8138
|
+
}
|
|
8139
|
+
],
|
|
8140
|
+
"tags": {}
|
|
8141
|
+
},
|
|
8106
8142
|
{
|
|
8107
8143
|
"kind": "property",
|
|
8108
8144
|
"name": "children",
|
|
@@ -40335,6 +40371,24 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
40335
40371
|
}
|
|
40336
40372
|
],
|
|
40337
40373
|
"tags": {}
|
|
40374
|
+
},
|
|
40375
|
+
{
|
|
40376
|
+
"kind": "property",
|
|
40377
|
+
"name": "objectFit",
|
|
40378
|
+
"required": false,
|
|
40379
|
+
"type": {
|
|
40380
|
+
"kind": "external",
|
|
40381
|
+
"name": "Property.ObjectFit",
|
|
40382
|
+
"url": "https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit"
|
|
40383
|
+
},
|
|
40384
|
+
"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.",
|
|
40385
|
+
"declarations": [
|
|
40386
|
+
{
|
|
40387
|
+
"name": "objectFit",
|
|
40388
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/avatar/lib/Avatar.tsx"
|
|
40389
|
+
}
|
|
40390
|
+
],
|
|
40391
|
+
"tags": {}
|
|
40338
40392
|
}
|
|
40339
40393
|
]
|
|
40340
40394
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.20",
|
|
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.1.
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^9.1.
|
|
49
|
-
"@workday/canvas-kit-react": "^9.1.
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^9.1.20",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^9.1.20",
|
|
49
|
+
"@workday/canvas-kit-react": "^9.1.20",
|
|
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": "
|
|
60
|
+
"gitHead": "bc7ee7591923119553f1bbb2d3fd93c2e4c005d1"
|
|
61
61
|
}
|