@workday/canvas-kit-css 14.0.0-alpha.1196-next.0 → 14.0.0-alpha.1199-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 +3 -3
- package/button.css +3 -3
- package/common.css +6 -1
- package/expandable.css +3 -3
- package/loading-dots.css +2 -2
- package/modal.css +2 -2
- package/package.json +2 -2
- package/popup.css +2 -2
- package/skeleton.css +2 -2
- package/tabs.css +2 -2
- package/tooltip.css +2 -2
package/badge.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes animation-
|
|
1
|
+
@keyframes animation-ogk9 {
|
|
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-
|
|
15
|
+
animation: animation-ogk9 0.2s ease;
|
|
16
16
|
border-radius: var(--cnvs-sys-shape-round);
|
|
17
17
|
display: inline-flex;
|
|
18
18
|
font-family: var(--cnvs-sys-font-family-default);
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
.cnvs-count-badge.variant-inverse.emphasis-low {
|
|
45
|
-
background: var(--cnvs-sys-color-bg-
|
|
45
|
+
background: var(--cnvs-sys-color-bg-transparent-strong);
|
|
46
46
|
color: var(--cnvs-sys-color-fg-inverse);
|
|
47
47
|
}
|
|
48
48
|
|
package/button.css
CHANGED
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
}
|
|
431
431
|
|
|
432
432
|
.cnvs-toolbar-icon-button:disabled, .cnvs-toolbar-icon-button.disabled {
|
|
433
|
-
--cnvs-button-background: var(--cnvs-sys-color-bg-transparent);
|
|
433
|
+
--cnvs-button-background: var(--cnvs-sys-color-bg-transparent-default);
|
|
434
434
|
--cnvs-system-icon-color: var(--cnvs-sys-color-fg-disabled);
|
|
435
435
|
}
|
|
436
436
|
|
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
}
|
|
466
466
|
|
|
467
467
|
.cnvs-toolbar-dropdown-button:focus-visible, .cnvs-toolbar-dropdown-button.focus {
|
|
468
|
-
--cnvs-button-background: var(--cnvs-sys-color-bg-transparent);
|
|
468
|
+
--cnvs-button-background: var(--cnvs-sys-color-bg-transparent-default);
|
|
469
469
|
--cnvs-system-icon-color: var(--cnvs-sys-color-fg-muted-soft);
|
|
470
470
|
box-shadow: 0 0 0 0px var(--cnvs-sys-color-border-transparent),0 0 0 2px var(--cnvs-brand-common-focus-outline);
|
|
471
471
|
}
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
}
|
|
482
482
|
|
|
483
483
|
.cnvs-toolbar-dropdown-button:disabled, .cnvs-toolbar-dropdown-button.disabled {
|
|
484
|
-
--cnvs-button-background: var(--cnvs-sys-color-bg-transparent);
|
|
484
|
+
--cnvs-button-background: var(--cnvs-sys-color-bg-transparent-default);
|
|
485
485
|
--cnvs-system-icon-color: var(--cnvs-sys-color-fg-disabled);
|
|
486
486
|
}
|
|
487
487
|
|
package/common.css
CHANGED
|
@@ -25,29 +25,34 @@
|
|
|
25
25
|
--cnvs-brand-neutral-dark: var(--cnvs-base-palette-slate-700);
|
|
26
26
|
--cnvs-brand-neutral-base: var(--cnvs-base-palette-slate-600);
|
|
27
27
|
--cnvs-brand-neutral-light: var(--cnvs-base-palette-slate-200);
|
|
28
|
-
--cnvs-brand-neutral-
|
|
28
|
+
--cnvs-brand-neutral-lighter: var(--cnvs-base-palette-slate-50);
|
|
29
|
+
--cnvs-brand-neutral-lightest: var(--cnvs-base-palette-slate-25);
|
|
29
30
|
--cnvs-brand-success-accent: var(--cnvs-base-palette-neutral-0);
|
|
30
31
|
--cnvs-brand-success-darkest: var(--cnvs-base-palette-green-800);
|
|
31
32
|
--cnvs-brand-success-dark: var(--cnvs-base-palette-green-700);
|
|
32
33
|
--cnvs-brand-success-base: var(--cnvs-base-palette-green-600);
|
|
33
34
|
--cnvs-brand-success-light: var(--cnvs-base-palette-green-100);
|
|
35
|
+
--cnvs-brand-success-lighter: var(--cnvs-base-palette-green-50);
|
|
34
36
|
--cnvs-brand-success-lightest: var(--cnvs-base-palette-green-25);
|
|
35
37
|
--cnvs-brand-error-accent: var(--cnvs-base-palette-neutral-0);
|
|
36
38
|
--cnvs-brand-error-dark: var(--cnvs-base-palette-red-700);
|
|
37
39
|
--cnvs-brand-error-base: var(--cnvs-base-palette-red-600);
|
|
38
40
|
--cnvs-brand-error-light: var(--cnvs-base-palette-red-100);
|
|
41
|
+
--cnvs-brand-error-lighter: var(--cnvs-base-palette-red-50);
|
|
39
42
|
--cnvs-brand-error-lightest: var(--cnvs-base-palette-red-25);
|
|
40
43
|
--cnvs-brand-alert-accent: var(--cnvs-base-palette-neutral-900);
|
|
41
44
|
--cnvs-brand-alert-darkest: var(--cnvs-base-palette-amber-600);
|
|
42
45
|
--cnvs-brand-alert-dark: var(--cnvs-base-palette-amber-500);
|
|
43
46
|
--cnvs-brand-alert-base: var(--cnvs-base-palette-amber-400);
|
|
44
47
|
--cnvs-brand-alert-light: var(--cnvs-base-palette-amber-50);
|
|
48
|
+
--cnvs-brand-alert-lighter: var(--cnvs-base-palette-amber-50);
|
|
45
49
|
--cnvs-brand-alert-lightest: var(--cnvs-base-palette-amber-25);
|
|
46
50
|
--cnvs-brand-primary-accent: var(--cnvs-base-palette-neutral-0);
|
|
47
51
|
--cnvs-brand-primary-darkest: var(--cnvs-base-palette-blue-800);
|
|
48
52
|
--cnvs-brand-primary-dark: var(--cnvs-base-palette-blue-700);
|
|
49
53
|
--cnvs-brand-primary-base: var(--cnvs-base-palette-blue-600);
|
|
50
54
|
--cnvs-brand-primary-light: var(--cnvs-base-palette-blue-200);
|
|
55
|
+
--cnvs-brand-primary-lighter: var(--cnvs-base-palette-blue-50);
|
|
51
56
|
--cnvs-brand-primary-lightest: var(--cnvs-base-palette-blue-25);
|
|
52
57
|
--cnvs-brand-gradient-primary: linear-gradient(90deg, var(--cnvs-brand-primary-base) 0%, var(--cnvs-brand-primary-dark) 100%);
|
|
53
58
|
}
|
package/expandable.css
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
.cnvs-expandable-content {
|
|
2
2
|
box-sizing: border-box;
|
|
3
|
-
background: var(--cnvs-sys-color-bg-transparent);
|
|
3
|
+
background: var(--cnvs-sys-color-bg-transparent-default);
|
|
4
4
|
padding: var(--cnvs-sys-space-x4) var(--cnvs-sys-space-x2) var(--cnvs-sys-space-x2);
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
.cnvs-expandable-target {
|
|
9
9
|
box-sizing: border-box;
|
|
10
|
-
background: var(--cnvs-sys-color-bg-transparent);
|
|
11
|
-
border-color: var(--cnvs-sys-color-bg-transparent);
|
|
10
|
+
background: var(--cnvs-sys-color-bg-transparent-default);
|
|
11
|
+
border-color: var(--cnvs-sys-color-bg-transparent-default);
|
|
12
12
|
border-radius: var(--cnvs-sys-shape-x1);
|
|
13
13
|
border-width: 0;
|
|
14
14
|
display: flex;
|
package/loading-dots.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes animation-
|
|
1
|
+
@keyframes animation-41kcqi {
|
|
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-
|
|
29
|
+
animation-name: animation-41kcqi;
|
|
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-
|
|
1
|
+
@keyframes animation-wova1 {
|
|
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-
|
|
21
|
+
animation-name: animation-wova1;
|
|
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": "14.0.0-alpha.
|
|
3
|
+
"version": "14.0.0-alpha.1199-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": "
|
|
28
|
+
"gitHead": "4bd041e30458c4039340481ed19ea4467f277437"
|
|
29
29
|
}
|
package/popup.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
@keyframes animation-
|
|
6
|
+
@keyframes animation-3unrfr {
|
|
7
7
|
0% {
|
|
8
8
|
opacity: 1;
|
|
9
9
|
transform: translate(var(--cnvs-translate-position-x), var(--cnvs-translate-position-y));
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
padding: var(--cnvs-sys-space-x6);
|
|
32
32
|
max-height: var(--cnvs-popup-card-max-height);
|
|
33
33
|
overflow-y: auto;
|
|
34
|
-
animation-name: animation-
|
|
34
|
+
animation-name: animation-3unrfr;
|
|
35
35
|
animation-duration: 150ms;
|
|
36
36
|
animation-timing-function: ease-out;
|
|
37
37
|
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-
|
|
39
|
+
@keyframes animation-1elg84 {
|
|
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-
|
|
52
|
+
animation: animation-1elg84 0.8s linear infinite alternate;
|
|
53
53
|
position: relative;
|
|
54
54
|
overflow: hidden;
|
|
55
55
|
height: 100%;
|
package/tabs.css
CHANGED
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
|
|
50
50
|
.cnvs-tab-item:disabled:hover, .cnvs-tab-item.disabled:hover, .cnvs-tab-item[aria-disabled]:hover {
|
|
51
51
|
cursor: auto;
|
|
52
|
-
background-color: var(--cnvs-sys-color-bg-transparent);
|
|
52
|
+
background-color: var(--cnvs-sys-color-bg-transparent-default);
|
|
53
53
|
--cnvs-system-icon-color: var(--cnvs-sys-color-fg-disabled);
|
|
54
54
|
}
|
|
55
55
|
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
.cnvs-tab-item[aria-selected=true]:hover, .cnvs-tab-item[aria-selected=true].hover, .cnvs-tab-item[aria-selected=true]:focus-visible, .cnvs-tab-item[aria-selected=true].focus {
|
|
75
|
-
background-color: var(--cnvs-sys-color-bg-transparent);
|
|
75
|
+
background-color: var(--cnvs-sys-color-bg-transparent-default);
|
|
76
76
|
color: var(--cnvs-brand-primary-base);
|
|
77
77
|
}
|
|
78
78
|
|
package/tooltip.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes animation-
|
|
1
|
+
@keyframes animation-2untoe {
|
|
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-
|
|
25
|
+
animation-name: animation-2untoe;
|
|
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);
|