@workday/canvas-kit-preview-css 15.0.0-alpha.1295-next.0 → 15.0.0-alpha.1301-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.
package/avatar.css CHANGED
@@ -132,6 +132,11 @@
132
132
  }
133
133
 
134
134
 
135
+ .cnvs-preview-avatar.image-loaded {
136
+ background-color: var(--cnvs-sys-color-bg-default);
137
+ }
138
+
139
+
135
140
  .cnvs-preview-avatar.object-fit-contain [data-part="avatar-image"] {
136
141
  object-fit: contain;
137
142
  }
@@ -1,4 +1,4 @@
1
- @keyframes animation-24bsn9 {
1
+ @keyframes animation-37hvz5 {
2
2
  0%, 79%, 100% {
3
3
  opacity: 0.2;
4
4
  transform: scale(0.55);
@@ -26,7 +26,7 @@
26
26
  animation-duration: 1230ms;
27
27
  animation-fill-mode: both;
28
28
  animation-iteration-count: infinite;
29
- animation-name: animation-24bsn9;
29
+ animation-name: animation-37hvz5;
30
30
  animation-timing-function: ease-in-out;
31
31
  --cnvs-system-icon-color: var(--cnvs-sys-color-fg-ai);
32
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-preview-css",
3
- "version": "15.0.0-alpha.1295-next.0",
3
+ "version": "15.0.0-alpha.1301-next.0",
4
4
  "description": "The parent module that contains all Workday Canvas Kit Preview CSS components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -25,5 +25,5 @@
25
25
  "components",
26
26
  "workday"
27
27
  ],
28
- "gitHead": "f930e8fc181a26555c35e6e081cf4e1405f4c6fa"
28
+ "gitHead": "5a43df05e8c2e88e1bf2aa502b38c511f6a35117"
29
29
  }