@workday/canvas-kit-css 13.0.0-alpha.1072-next.0 → 13.0.0-alpha.1074-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/badge.css CHANGED
@@ -1,4 +1,4 @@
1
- @keyframes animation-e3az3n {
1
+ @keyframes animation-bkyn3n {
2
2
  from {
3
3
  transform: scale(0.85);
4
4
  }
@@ -12,7 +12,7 @@
12
12
  .cnvs-count-badge {
13
13
  box-sizing: border-box;
14
14
  align-items: center;
15
- animation: animation-e3az3n 0.2s ease;
15
+ animation: animation-bkyn3n 0.2s ease;
16
16
  background: var(--cnvs-sys-color-static-red-default);
17
17
  border-radius: var(--cnvs-sys-shape-round);
18
18
  color: var(--cnvs-sys-color-text-inverse);
package/common.css CHANGED
@@ -5,7 +5,9 @@
5
5
  overflow: hidden;
6
6
  white-space: nowrap;
7
7
  height: 1px;
8
+ min-height: 1px;
8
9
  width: 1px;
10
+ min-width: 1px;
9
11
  margin: -1px;
10
12
  padding: 0;
11
13
  border: 0;
package/form-field.css CHANGED
@@ -45,7 +45,9 @@
45
45
  overflow: hidden;
46
46
  white-space: nowrap;
47
47
  height: 1px;
48
+ min-height: 1px;
48
49
  width: 1px;
50
+ min-width: 1px;
49
51
  margin: -1px;
50
52
  padding: 0;
51
53
  border: 0;
package/icon.css CHANGED
@@ -142,6 +142,9 @@
142
142
 
143
143
  .cnvs-graphic-image {
144
144
  box-sizing: border-box;
145
+ width: var(--cnvs-graphic-image-width);
146
+ height: var(--cnvs-graphic-image-height);
147
+ display: inline-block;
145
148
  }
146
149
 
147
150
  .cnvs-graphic-image [data-part="graphic-img"] {
@@ -152,6 +155,10 @@
152
155
  }
153
156
 
154
157
 
158
+ .cnvs-graphic-image.grow {
159
+ width: 100%;
160
+ }
161
+
155
162
  .cnvs-graphic-image.grow [data-part="graphic-img"] {
156
163
  width: 100%;
157
164
  }
package/loading-dots.css CHANGED
@@ -1,4 +1,4 @@
1
- @keyframes animation-e3az58 {
1
+ @keyframes animation-bkyn58 {
2
2
  0%, 80%, 100% {
3
3
  transform: scale(0);
4
4
  }
@@ -26,7 +26,7 @@
26
26
  outline: 0.125rem solid transparent;
27
27
  transform: scale(0);
28
28
  display: inline-block;
29
- animation-name: animation-e3az58;
29
+ animation-name: animation-bkyn58;
30
30
  animation-duration: calc(var(--cnvs-loading-dots-animation-duration-ms) * 35);
31
31
  animation-iteration-count: infinite;
32
32
  animation-timing-function: ease-in-out;
package/modal.css CHANGED
@@ -1,4 +1,4 @@
1
- @keyframes animation-e3az5a {
1
+ @keyframes animation-bkyn5a {
2
2
  0% {
3
3
  background: none;
4
4
  }
@@ -18,7 +18,7 @@
18
18
  height: 100vh;
19
19
  background: var(--cnvs-sys-color-bg-overlay);
20
20
  animation-duration: 0.3s;
21
- animation-name: animation-e3az5a;
21
+ animation-name: animation-bkyn5a;
22
22
  }
23
23
 
24
24
  .wd-no-animation .cnvs-modal-overlay-container {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-css",
3
- "version": "13.0.0-alpha.1072-next.0",
3
+ "version": "13.0.0-alpha.1074-next.0",
4
4
  "description": "The parent module that contains all Workday Canvas Kit 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": "4a632ec96d9a7dd029d87edf22fc5c5d6b6052d5"
28
+ "gitHead": "19e3e23280228b8b100309077873dfb07c533095"
29
29
  }
package/popup.css CHANGED
@@ -1,4 +1,4 @@
1
- @keyframes animation-e3azx {
1
+ @keyframes animation-bkynx {
2
2
  0% {
3
3
  opacity: 1;
4
4
  transform: translate(var(--cnvs-translate-position-x), var(--cnvs-translate-position-y));
@@ -27,7 +27,7 @@
27
27
  padding: var(--cnvs-sys-space-x6);
28
28
  max-height: var(--cnvs-popup-card-max-height);
29
29
  overflow-y: auto;
30
- animation-name: animation-e3azx;
30
+ animation-name: animation-bkynx;
31
31
  animation-duration: 150ms;
32
32
  animation-timing-function: ease-out;
33
33
  transform-origin: var(--cnvs-popup-card-transform-origin-vertical) var(--cnvs-popup-card-transform-origin-horizontal);
package/skeleton.css CHANGED
@@ -36,7 +36,7 @@
36
36
  }
37
37
 
38
38
 
39
- @keyframes animation-e3az5n {
39
+ @keyframes animation-bkyn5n {
40
40
  from {
41
41
  opacity: 0.4;
42
42
  }
@@ -49,7 +49,7 @@
49
49
 
50
50
  .cnvs-skeleton {
51
51
  box-sizing: border-box;
52
- animation: animation-e3az5n 0.8s linear infinite alternate;
52
+ animation: animation-bkyn5n 0.8s linear infinite alternate;
53
53
  position: relative;
54
54
  overflow: hidden;
55
55
  height: 100%;
@@ -63,7 +63,9 @@
63
63
  overflow: hidden;
64
64
  white-space: nowrap;
65
65
  height: 1px;
66
+ min-height: 1px;
66
67
  width: 1px;
68
+ min-width: 1px;
67
69
  margin: -1px;
68
70
  padding: 0;
69
71
  border: 0;
package/tooltip.css CHANGED
@@ -1,4 +1,4 @@
1
- @keyframes animation-e3az2r {
1
+ @keyframes animation-bkyn2r {
2
2
  0% {
3
3
  opacity: 0;
4
4
  transform: translate(var(--cnvs-tooltip-translate-position-x), var(--cnvs-tooltip-translate-position-y));
@@ -22,7 +22,7 @@
22
22
  position: relative;
23
23
  padding: var(--cnvs-sys-space-x3);
24
24
  color: var(--cnvs-sys-color-text-inverse);
25
- animation-name: animation-e3az2r;
25
+ animation-name: animation-bkyn2r;
26
26
  animation-duration: 150ms;
27
27
  animation-timing-function: ease-out;
28
28
  transform-origin: var(--cnvs-tooltip-container-tooltip-transform-origin-vertical) var(--cnvs-tooltip-container-tooltip-transform-origin-horizontal);