@workday/canvas-kit-react 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.
package/avatar/lib/Avatar.tsx
CHANGED
|
@@ -38,7 +38,7 @@ export interface AvatarProps extends React.ButtonHTMLAttributes<HTMLButtonElemen
|
|
|
38
38
|
as?: 'div';
|
|
39
39
|
/**
|
|
40
40
|
* The object-fit CSS property sets how the content of a replaced element,
|
|
41
|
-
* such as an
|
|
41
|
+
* such as an `<img>` or `<video>`, should be resized to fit its container.
|
|
42
42
|
* See [object-fit](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit).
|
|
43
43
|
* If your image is not a square, you can use this property to ensure the image is rendered properly.
|
|
44
44
|
*/
|
|
@@ -32,7 +32,7 @@ export interface AvatarProps extends React.ButtonHTMLAttributes<HTMLButtonElemen
|
|
|
32
32
|
as?: 'div';
|
|
33
33
|
/**
|
|
34
34
|
* The object-fit CSS property sets how the content of a replaced element,
|
|
35
|
-
* such as an
|
|
35
|
+
* such as an `<img>` or `<video>`, should be resized to fit its container.
|
|
36
36
|
* See [object-fit](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit).
|
|
37
37
|
* If your image is not a square, you can use this property to ensure the image is rendered properly.
|
|
38
38
|
*/
|
|
@@ -32,7 +32,7 @@ export interface AvatarProps extends React.ButtonHTMLAttributes<HTMLButtonElemen
|
|
|
32
32
|
as?: 'div';
|
|
33
33
|
/**
|
|
34
34
|
* The object-fit CSS property sets how the content of a replaced element,
|
|
35
|
-
* such as an
|
|
35
|
+
* such as an `<img>` or `<video>`, should be resized to fit its container.
|
|
36
36
|
* See [object-fit](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit).
|
|
37
37
|
* If your image is not a square, you can use this property to ensure the image is rendered properly.
|
|
38
38
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-react",
|
|
3
|
-
"version": "8.6.
|
|
3
|
+
"version": "8.6.23",
|
|
4
4
|
"description": "The parent module that contains all Workday Canvas Kit React components",
|
|
5
5
|
"author": "Workday, Inc. (https://www.workday.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@emotion/styled": "^11.6.0",
|
|
50
50
|
"@popperjs/core": "^2.5.4",
|
|
51
51
|
"@workday/canvas-colors-web": "^2.0.0",
|
|
52
|
-
"@workday/canvas-kit-popup-stack": "^8.6.
|
|
52
|
+
"@workday/canvas-kit-popup-stack": "^8.6.23",
|
|
53
53
|
"@workday/canvas-system-icons-web": "^3.0.0",
|
|
54
54
|
"@workday/design-assets-types": "^0.2.8",
|
|
55
55
|
"chroma-js": "^2.1.0",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"@workday/canvas-accent-icons-web": "^3.0.0",
|
|
68
68
|
"@workday/canvas-applet-icons-web": "^2.0.0"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "72bc4295e349a75cfefb6f8879d3a27b18a54436"
|
|
71
71
|
}
|