@workday/canvas-kit-css 13.0.3 → 14.0.0-alpha.1121-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 +2 -2
- package/breadcrumbs.css +98 -0
- 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/tooltip.css +2 -2
package/badge.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes animation-
|
|
1
|
+
@keyframes animation-fa4n3n {
|
|
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-fa4n3n 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/breadcrumbs.css
ADDED
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
.cnvs-breadcrumbs-list {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
padding: 0;
|
|
4
|
+
margin: 0;
|
|
5
|
+
display: inline-flex;
|
|
6
|
+
align-items: center;
|
|
7
|
+
min-height: var(--cnvs-sys-space-x10);
|
|
8
|
+
list-style: none;
|
|
9
|
+
width: 100%;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
.cnvs-breadcrumbs-overflow-button {
|
|
14
|
+
box-sizing: border-box;
|
|
15
|
+
align-items: center;
|
|
16
|
+
display: flex;
|
|
17
|
+
--cnvs-system-icon-color: var(--cnvs-sys-color-icon-default);
|
|
18
|
+
--cnvs-svg-size: 1.25rem;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.cnvs-breadcrumbs-overflow-button [data-part="breadcrumbs-overflow-button-chevron-right-icon"] {
|
|
22
|
+
height: var(--cnvs-sys-space-x8);
|
|
23
|
+
width: var(--cnvs-sys-space-x8);
|
|
24
|
+
justify-content: center;
|
|
25
|
+
align-items: center;
|
|
26
|
+
display: inline-flex;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.cnvs-breadcrumbs-overflow-button [data-part="breadcrumbs-overflow-button-chevron-right-icon"] :dir(rtl) {
|
|
30
|
+
transform: scaleX(-1);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
.cnvs-breadcrumbs-link {
|
|
35
|
+
box-sizing: border-box;
|
|
36
|
+
font-family: var(--cnvs-sys-font-family-default);
|
|
37
|
+
font-weight: var(--cnvs-sys-font-weight-normal);
|
|
38
|
+
line-height: var(--cnvs-sys-line-height-subtext-large);
|
|
39
|
+
font-size: var(--cnvs-sys-font-size-subtext-large);
|
|
40
|
+
letter-spacing: var(--cnvs-base-letter-spacing-150);
|
|
41
|
+
text-overflow: ellipsis;
|
|
42
|
+
overflow: hidden;
|
|
43
|
+
white-space: nowrap;
|
|
44
|
+
max-width: var(--cnvs-breadcrumbs-link-max-width);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
.cnvs-breadcrumbs-item {
|
|
49
|
+
box-sizing: border-box;
|
|
50
|
+
align-items: center;
|
|
51
|
+
display: inline-flex;
|
|
52
|
+
white-space: nowrap;
|
|
53
|
+
--cnvs-svg-size: 1.25rem;
|
|
54
|
+
--cnvs-system-icon-color: var(--cnvs-sys-color-icon-default);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.cnvs-breadcrumbs-item [data-part="breadcrumbs-item-chevron-right-icon"] {
|
|
58
|
+
height: var(--cnvs-sys-space-x8);
|
|
59
|
+
width: var(--cnvs-sys-space-x8);
|
|
60
|
+
justify-content: center;
|
|
61
|
+
align-items: center;
|
|
62
|
+
display: inline-flex;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.cnvs-breadcrumbs-item [data-part="breadcrumbs-item-chevron-right-icon"] :dir(rtl) {
|
|
66
|
+
transform: scaleX(-1);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
.cnvs-breadcrumbs-current-item {
|
|
71
|
+
box-sizing: border-box;
|
|
72
|
+
font-family: var(--cnvs-sys-font-family-default);
|
|
73
|
+
font-weight: var(--cnvs-sys-font-weight-medium);
|
|
74
|
+
line-height: var(--cnvs-sys-line-height-subtext-large);
|
|
75
|
+
font-size: var(--cnvs-sys-font-size-subtext-large);
|
|
76
|
+
letter-spacing: var(--cnvs-base-letter-spacing-150);
|
|
77
|
+
color: var(--cnvs-sys-color-text-default);
|
|
78
|
+
display: inline-block;
|
|
79
|
+
white-space: nowrap;
|
|
80
|
+
text-overflow: ellipsis;
|
|
81
|
+
overflow: hidden;
|
|
82
|
+
max-width: var(--cnvs-breadcrumbs-current-item-max-width);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
.cnvs-breadcrumbs-menu-item {
|
|
87
|
+
box-sizing: border-box;
|
|
88
|
+
text-decoration: none;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
.cnvs-breadcrumbs-menu-card {
|
|
93
|
+
box-sizing: border-box;
|
|
94
|
+
width: 17.5rem;
|
|
95
|
+
max-width: 17.5rem;
|
|
96
|
+
max-height: 18.5rem;
|
|
97
|
+
}
|
|
98
|
+
|
package/loading-dots.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes animation-
|
|
1
|
+
@keyframes animation-fa4n63 {
|
|
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-fa4n63;
|
|
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-fa4n65 {
|
|
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-fa4n65;
|
|
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": "
|
|
3
|
+
"version": "14.0.0-alpha.1121-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": "54159d1163fae7b4c6b0677700e6aa13f0b7491b"
|
|
29
29
|
}
|
package/popup.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
@keyframes animation-
|
|
6
|
+
@keyframes animation-fa4ny {
|
|
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-
|
|
35
|
+
animation-name: animation-fa4ny;
|
|
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-
|
|
39
|
+
@keyframes animation-fa4n6g {
|
|
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-fa4n6g 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-
|
|
1
|
+
@keyframes animation-fa4n2s {
|
|
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-fa4n2s;
|
|
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);
|