@workday/canvas-kit-css 13.0.0-alpha.1110-next.0 → 13.0.0-alpha.1111-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-oj193o {
1
+ @keyframes animation-vizo3n {
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-oj193o 0.2s ease;
15
+ animation: animation-vizo3n 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-oj195x {
1
+ @keyframes animation-vizo5w {
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-oj195x;
29
+ animation-name: animation-vizo5w;
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/menu.css CHANGED
@@ -30,11 +30,22 @@
30
30
  display: flex;
31
31
  }
32
32
 
33
- .cnvs-menu-item:is([aria-selected=true]) {
33
+ .cnvs-menu-item[aria-selected=true] {
34
34
  color: var(--cnvs-brand-primary-dark);
35
35
  background-color: var(--cnvs-brand-primary-lightest);
36
36
  }
37
37
 
38
+ .cnvs-menu-item[aria-selected=true] :where([data-part="menu-item-selected"]) {
39
+ opacity: var(--cnvs-sys-opacity-full);
40
+ }
41
+
42
+ .cnvs-menu-item[aria-selected=true]:where(.focus, :focus) {
43
+ --cnvs-system-icon-color: var(--cnvs-brand-primary-accent);
44
+ outline: none;
45
+ background-color: var(--cnvs-brand-primary-base);
46
+ color: var(--cnvs-system-icon-color);
47
+ }
48
+
38
49
  .cnvs-menu-item:is(.hover, :hover) {
39
50
  color: var(--cnvs-sys-color-fg-strong);
40
51
  background-color: var(--cnvs-brand-neutral-lightest);
@@ -61,7 +72,7 @@
61
72
  align-self: center;
62
73
  }
63
74
 
64
- .cnvs-menu-item :where([data-part="menu-icon-icon"]) {
75
+ .cnvs-menu-item :where([data-part="menu-item-icon"]) {
65
76
  align-self: start;
66
77
  }
67
78
 
@@ -123,22 +134,6 @@
123
134
  }
124
135
 
125
136
 
126
- .cnvs-menu-option {
127
- box-sizing: border-box;
128
- }
129
-
130
- .cnvs-menu-option:where([aria-selected=true]) :where([data-part="menu-item-selected"]) {
131
- opacity: var(--cnvs-sys-opacity-full);
132
- }
133
-
134
- .cnvs-menu-option:where([aria-selected=true]):where(.focus, :focus) {
135
- --cnvs-system-icon-color: var(--cnvs-brand-primary-accent);
136
- outline: none;
137
- background-color: var(--cnvs-brand-primary-base);
138
- color: var(--cnvs-system-icon-color);
139
- }
140
-
141
-
142
137
  .cnvs-menu-group-heading {
143
138
  box-sizing: border-box;
144
139
  font-family: var(--cnvs-sys-font-family-default);
package/modal.css CHANGED
@@ -1,4 +1,4 @@
1
- @keyframes animation-oj195z {
1
+ @keyframes animation-vizo5y {
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-oj195z;
21
+ animation-name: animation-vizo5y;
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.1110-next.0",
3
+ "version": "13.0.0-alpha.1111-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": "acdd2495c022e1121cbce90ee654edaf53866fba"
28
+ "gitHead": "b0529fc270482d902e8da5ba424763cfb0b6b994"
29
29
  }
package/popup.css CHANGED
@@ -3,7 +3,7 @@
3
3
  }
4
4
 
5
5
 
6
- @keyframes animation-oj19y {
6
+ @keyframes animation-vizoy {
7
7
  0% {
8
8
  opacity: 1;
9
9
  transform: translate(var(--cnvs-translate-position-x), var(--cnvs-translate-position-y));
@@ -32,7 +32,7 @@
32
32
  padding: var(--cnvs-sys-space-x6);
33
33
  max-height: var(--cnvs-popup-card-max-height);
34
34
  overflow-y: auto;
35
- animation-name: animation-oj19y;
35
+ animation-name: animation-vizoy;
36
36
  animation-duration: 150ms;
37
37
  animation-timing-function: ease-out;
38
38
  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-oj196a {
39
+ @keyframes animation-vizo69 {
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-oj196a 0.8s linear infinite alternate;
52
+ animation: animation-vizo69 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-oj192s {
1
+ @keyframes animation-vizo2s {
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-oj192s;
25
+ animation-name: animation-vizo2s;
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);