@workday/canvas-kit-css 13.0.0-alpha.1011-next.0 → 13.0.0-alpha.1014-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-btuc3g {
1
+ @keyframes animation-xp673h {
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-btuc3g 0.2s ease;
15
+ animation: animation-xp673h 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/loading-dots.css CHANGED
@@ -1,4 +1,4 @@
1
- @keyframes animation-btuc51 {
1
+ @keyframes animation-xp6752 {
2
2
  0%, 80%, 100% {
3
3
  transform: scale(0);
4
4
  }
@@ -25,7 +25,7 @@
25
25
  border-radius: var(--cnvs-sys-shape-round);
26
26
  transform: scale(0);
27
27
  display: inline-block;
28
- animation-name: animation-btuc51;
28
+ animation-name: animation-xp6752;
29
29
  animation-duration: calc(var(--cnvs-loading-dots-animation-duration-ms) * 35);
30
30
  animation-iteration-count: infinite;
31
31
  animation-timing-function: ease-in-out;
package/menu.css CHANGED
@@ -75,7 +75,7 @@
75
75
  line-height: var(--cnvs-sys-line-height-subtext-large);
76
76
  font-size: var(--cnvs-sys-font-size-subtext-large);
77
77
  letter-spacing: var(--cnvs-base-letter-spacing-150);
78
- color: var(--cnvs-base-palette-black-pepper-300);
78
+ color: var(--cnvs-sys-color-text-default);
79
79
  position: relative;
80
80
  display: flex;
81
81
  flex-direction: column;
@@ -94,7 +94,7 @@
94
94
 
95
95
  .cnvs-menu-list {
96
96
  box-sizing: border-box;
97
- background: var(--cnvs-base-palette-french-vanilla-100);
97
+ background: var(--cnvs-sys-color-bg-default);
98
98
  border-radius: var(--cnvs-sys-shape-zero);
99
99
  padding: var(--cnvs-sys-space-zero);
100
100
  gap: var(--cnvs-sys-space-zero);
@@ -111,6 +111,16 @@
111
111
  }
112
112
 
113
113
 
114
+ .cnvs-menu-divider {
115
+ box-sizing: border-box;
116
+ display: block;
117
+ height: 0.0625rem;
118
+ border: var(--cnvs-sys-space-zero);
119
+ border-top: 0.0625rem solid var(--cnvs-sys-color-border-divider);
120
+ margin: var(--cnvs-sys-space-x2) var(--cnvs-sys-space-zero);
121
+ }
122
+
123
+
114
124
  .cnvs-menu-option {
115
125
  box-sizing: border-box;
116
126
  }
package/modal.css CHANGED
@@ -1,4 +1,4 @@
1
- @keyframes animation-btuc53 {
1
+ @keyframes animation-xp6754 {
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-btuc53;
21
+ animation-name: animation-xp6754;
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.1011-next.0",
3
+ "version": "13.0.0-alpha.1014-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": "4c21bf4c331be21e4e096d8f923ed85609e42a75"
28
+ "gitHead": "f8b029fd09fb479bbd48684d4ded4b265ca35b94"
29
29
  }
package/popup.css CHANGED
@@ -1,4 +1,4 @@
1
- @keyframes animation-btucx {
1
+ @keyframes animation-xp67x {
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-btucx;
30
+ animation-name: animation-xp67x;
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-btuc5g {
39
+ @keyframes animation-xp675h {
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-btuc5g 0.8s linear infinite alternate;
52
+ animation: animation-xp675h 0.8s linear infinite alternate;
53
53
  position: relative;
54
54
  overflow: hidden;
55
55
  height: 100%;