@workday/canvas-kit-css 15.0.0 → 15.0.1

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
@@ -83,14 +83,14 @@
83
83
 
84
84
 
85
85
  .cnvs-base-avatar.size-medium {
86
- --cnvs-base-avatar-size: var(var(--cnvs-base-size-600, 3rem), 3rem);
86
+ --cnvs-base-avatar-size: var(--cnvs-base-size-600, 3rem);
87
87
  line-height: var(--cnvs-sys-line-height-body-md, var(--cnvs-sys-line-height-body-medium, 1.75rem));
88
88
  font-size: var(--cnvs-sys-font-size-body-md, var(--cnvs-sys-font-size-body-medium, 1.125rem));
89
89
  }
90
90
 
91
91
 
92
92
  .cnvs-base-avatar.size-large {
93
- --cnvs-base-avatar-size: var(var(--cnvs-base-size-900, 4.5rem), 4.5rem);
93
+ --cnvs-base-avatar-size: var(--cnvs-base-size-900, 4.5rem);
94
94
  font-weight: var(--cnvs-sys-font-weight-bold);
95
95
  line-height: var(--cnvs-sys-line-height-heading-md, var(--cnvs-sys-line-height-heading-medium, 2.25rem));
96
96
  font-size: var(--cnvs-sys-font-size-heading-md, var(--cnvs-sys-font-size-heading-medium, 1.75rem));
@@ -98,7 +98,7 @@
98
98
 
99
99
 
100
100
  .cnvs-base-avatar.size-extra-large {
101
- --cnvs-base-avatar-size: var(var(--cnvs-base-size-1200, 6rem), 6rem);
101
+ --cnvs-base-avatar-size: var(--cnvs-base-size-1200, 6rem);
102
102
  font-weight: var(--cnvs-sys-font-weight-bold);
103
103
  line-height: var(--cnvs-sys-line-height-title-sm, var(--cnvs-sys-line-height-title-small, 3rem));
104
104
  font-size: var(--cnvs-sys-font-size-title-sm, var(--cnvs-sys-font-size-title-small, 2.5rem));
package/badge.css CHANGED
@@ -1,4 +1,4 @@
1
- @keyframes animation-jdm52 {
1
+ @keyframes animation-3okjtk {
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-jdm52 0.2s ease;
15
+ animation: animation-3okjtk 0.2s ease;
16
16
  border-radius: var(--cnvs-sys-shape-full, var(--cnvs-sys-shape-round, 65rem));
17
17
  display: inline-flex;
18
18
  font-family: var(--cnvs-sys-font-family-default);
package/common.css CHANGED
@@ -72,7 +72,7 @@
72
72
  --cnvs-sys-color-brand-fg-positive-strong: var(--cnvs-brand-success-dark);
73
73
  --cnvs-sys-color-brand-fg-selected: var(--cnvs-brand-primary-dark);
74
74
  --cnvs-sys-color-brand-focus-critical: var(--cnvs-brand-error-dark);
75
- --cnvs-sys-color-brand-border-critical: var(--cnvs-brand-error-dark);
75
+ --cnvs-sys-color-brand-border-critical: var(--cnvs-brand-error-base);
76
76
  --cnvs-sys-color-brand-focus-caution-inner: var(--cnvs-brand-common-alert-inner);
77
77
  --cnvs-sys-color-brand-focus-caution-outer: var(--cnvs-brand-alert-dark);
78
78
  --cnvs-sys-color-brand-border-caution: var(--cnvs-brand-alert-dark);
package/expandable.css CHANGED
@@ -15,7 +15,7 @@
15
15
  box-sizing: border-box;
16
16
  padding: var(--cnvs-sys-padding-xxs, var(--cnvs-sys-space-x1, 0.25rem));
17
17
  --cnvs-system-icon-color: var(--cnvs-sys-color-fg-default);
18
- --cnvs-svg-size: var(--cnvs-component-system-icon-size-xs, var(--cnvs-sys-space-x4, 1rem));
18
+ --cnvs-svg-size: var(--cnvs-component-system-icon-size-md, var(--cnvs-sys-space-x5, 1.25rem));
19
19
  }
20
20
 
21
21
 
@@ -99,7 +99,7 @@
99
99
 
100
100
  .cnvs-information-highlight.critical-low {
101
101
  border-inline-start-color: var(--cnvs-sys-color-border-danger, var(--cnvs-sys-color-border-critical-default, oklch(0.6495 0.2369 30.04 / 1)));
102
- background-color: var(--cnvs-sys-color-surface-danger-default, oklch(0.6289 0.2567 29.11 / 0.04));
102
+ background-color: var(--cnvs-sys-color-surface-alt-default, var(--cnvs-sys-color-bg-alt-soft, oklch(0.3343 0.0951 253.3 / 0.05)));
103
103
  }
104
104
 
105
105
  .cnvs-information-highlight.critical-low [data-part="information-highlight-icon"] {
package/loading-dots.css CHANGED
@@ -1,4 +1,4 @@
1
- @keyframes animation-2knep4 {
1
+ @keyframes animation-l2qyg {
2
2
  0%, 80%, 100% {
3
3
  transform: scale(0);
4
4
  }
@@ -37,7 +37,7 @@
37
37
  outline: 0.125rem solid transparent;
38
38
  transform: scale(0);
39
39
  display: inline-block;
40
- animation-name: animation-2knep4;
40
+ animation-name: animation-l2qyg;
41
41
  animation-duration: calc(var(--cnvs-loading-dots-animation-duration-ms) * 35);
42
42
  animation-iteration-count: infinite;
43
43
  animation-timing-function: ease-in-out;
package/modal.css CHANGED
@@ -45,7 +45,7 @@
45
45
  }
46
46
 
47
47
 
48
- @keyframes animation-1gk2lw {
48
+ @keyframes animation-7y643 {
49
49
  0% {
50
50
  background: none;
51
51
  }
@@ -65,7 +65,7 @@
65
65
  height: 100vh;
66
66
  background: var(--cnvs-sys-color-surface-overlay-scrim, oklch(0.0847 0 0 / 0.36));
67
67
  animation-duration: 0.3s;
68
- animation-name: animation-1gk2lw;
68
+ animation-name: animation-7y643;
69
69
  }
70
70
 
71
71
  .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": "15.0.0",
3
+ "version": "15.0.1",
4
4
  "type": "module",
5
5
  "description": "The parent module that contains all Workday Canvas Kit CSS components",
6
6
  "author": "Workday, Inc. (https://www.workday.com)",
@@ -26,5 +26,5 @@
26
26
  "components",
27
27
  "workday"
28
28
  ],
29
- "gitHead": "d7401bd7648fa6dbe66fdf3400e05770b77b030b"
29
+ "gitHead": "9ec38622220ba76c6e93205341a86595475d9f45"
30
30
  }
package/popup.css CHANGED
@@ -10,7 +10,7 @@
10
10
  }
11
11
 
12
12
 
13
- @keyframes animation-2lrhzp {
13
+ @keyframes animation-swi2m {
14
14
  0% {
15
15
  opacity: 1;
16
16
  transform: translate(var(--cnvs-translate-position-x), var(--cnvs-translate-position-y));
@@ -39,7 +39,7 @@
39
39
  border-radius: var(--cnvs-sys-shape-xxxl, 2rem);
40
40
  max-height: var(--cnvs-popup-card-max-height);
41
41
  overflow-y: auto;
42
- animation-name: animation-2lrhzp;
42
+ animation-name: animation-swi2m;
43
43
  animation-duration: 150ms;
44
44
  animation-timing-function: ease-out;
45
45
  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-1sx4x3 {
39
+ @keyframes animation-tous5 {
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-1sx4x3 0.8s linear infinite alternate;
52
+ animation: animation-tous5 0.8s linear infinite alternate;
53
53
  position: relative;
54
54
  overflow: hidden;
55
55
  height: 100%;
package/tooltip.css CHANGED
@@ -1,4 +1,4 @@
1
- @keyframes animation-2rlyb1 {
1
+ @keyframes animation-2rykbc {
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-padding-sm, var(--cnvs-sys-space-x3, 0.75rem));
24
24
  color: var(--cnvs-sys-color-fg-inverse);
25
- animation-name: animation-2rlyb1;
25
+ animation-name: animation-2rykbc;
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);