@workday/canvas-kit-css 13.0.0-alpha.1035-next.0 → 13.0.0-alpha.1039-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/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/table.css +64 -34
package/badge.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes animation-
|
|
1
|
+
@keyframes animation-x3k83h {
|
|
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-x3k83h 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-
|
|
1
|
+
@keyframes animation-x3k852 {
|
|
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-
|
|
28
|
+
animation-name: animation-x3k852;
|
|
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/modal.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes animation-
|
|
1
|
+
@keyframes animation-x3k854 {
|
|
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-x3k854;
|
|
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.
|
|
3
|
+
"version": "13.0.0-alpha.1039-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": "50fabc39840eb4052ea87b4ed7f5f2fd0aacb793"
|
|
29
29
|
}
|
package/popup.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes animation-
|
|
1
|
+
@keyframes animation-x3k8x {
|
|
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-
|
|
30
|
+
animation-name: animation-x3k8x;
|
|
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-
|
|
39
|
+
@keyframes animation-x3k85h {
|
|
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-x3k85h 0.8s linear infinite alternate;
|
|
53
53
|
position: relative;
|
|
54
54
|
overflow: hidden;
|
|
55
55
|
height: 100%;
|
package/table.css
CHANGED
|
@@ -1,53 +1,41 @@
|
|
|
1
|
-
.cnvs-table-head {
|
|
1
|
+
.cnvs-base-table-head {
|
|
2
2
|
box-sizing: border-box;
|
|
3
|
-
display: grid;
|
|
4
3
|
background-color: var(--cnvs-sys-color-bg-alt-softer);
|
|
5
4
|
min-height: calc(var(--cnvs-sys-space-x16) - var(--cnvs-sys-space-x4));
|
|
6
5
|
}
|
|
7
6
|
|
|
8
|
-
.cnvs-table-head th:first-of-type {
|
|
7
|
+
.cnvs-base-table-head th:first-of-type {
|
|
9
8
|
border-inline-start: none;
|
|
10
9
|
}
|
|
11
10
|
|
|
12
|
-
.cnvs-table-head th:last-of-type {
|
|
11
|
+
.cnvs-base-table-head th:last-of-type {
|
|
13
12
|
border-inline-end: none;
|
|
14
13
|
}
|
|
15
14
|
|
|
16
15
|
|
|
17
|
-
.cnvs-table-body {
|
|
16
|
+
.cnvs-base-table-body {
|
|
18
17
|
box-sizing: border-box;
|
|
19
|
-
display: grid;
|
|
20
18
|
}
|
|
21
19
|
|
|
22
|
-
.cnvs-table-body tr:last-of-type td, .cnvs-table-body tr:last-of-type th {
|
|
20
|
+
.cnvs-base-table-body tr:last-of-type td, .cnvs-base-table-body tr:last-of-type th {
|
|
23
21
|
border-bottom: none;
|
|
24
22
|
}
|
|
25
23
|
|
|
26
|
-
.cnvs-table-body tr:first-of-type td, .cnvs-table-body tr:first-of-type th {
|
|
24
|
+
.cnvs-base-table-body tr:first-of-type td, .cnvs-base-table-body tr:first-of-type th {
|
|
27
25
|
border-top: none;
|
|
28
26
|
}
|
|
29
27
|
|
|
30
|
-
.cnvs-table-body td:last-of-type {
|
|
28
|
+
.cnvs-base-table-body td:last-of-type {
|
|
31
29
|
border-inline-end: none;
|
|
32
30
|
}
|
|
33
31
|
|
|
34
|
-
.cnvs-table-body td:first-of-type {
|
|
32
|
+
.cnvs-base-table-body td:first-of-type {
|
|
35
33
|
border-inline-start: none;
|
|
36
34
|
}
|
|
37
35
|
|
|
38
36
|
|
|
39
|
-
.cnvs-table-
|
|
40
|
-
box-sizing: border-box;
|
|
41
|
-
display: grid;
|
|
42
|
-
grid-auto-flow: column;
|
|
43
|
-
grid-template-columns: repeat(var(--cnvs-children-cell-number), minmax(10rem, 1fr));
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
.cnvs-table-header {
|
|
37
|
+
.cnvs-base-table-header {
|
|
48
38
|
box-sizing: border-box;
|
|
49
|
-
display: grid;
|
|
50
|
-
align-items: center;
|
|
51
39
|
background-color: var(--cnvs-sys-color-bg-default);
|
|
52
40
|
border-bottom: 0.0625rem solid var(--cnvs-sys-color-border-divider);
|
|
53
41
|
justify-content: start;
|
|
@@ -58,9 +46,8 @@
|
|
|
58
46
|
}
|
|
59
47
|
|
|
60
48
|
|
|
61
|
-
.cnvs-table-cell {
|
|
49
|
+
.cnvs-base-table-cell {
|
|
62
50
|
box-sizing: border-box;
|
|
63
|
-
display: grid;
|
|
64
51
|
align-items: center;
|
|
65
52
|
background-color: var(--cnvs-sys-color-bg-default);
|
|
66
53
|
border-bottom: 0.0625rem solid var(--cnvs-sys-color-border-divider);
|
|
@@ -72,31 +59,74 @@
|
|
|
72
59
|
}
|
|
73
60
|
|
|
74
61
|
|
|
75
|
-
.cnvs-table-
|
|
62
|
+
.cnvs-base-table-caption {
|
|
76
63
|
box-sizing: border-box;
|
|
77
|
-
display: grid;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
.cnvs-table-caption {
|
|
82
|
-
box-sizing: border-box;
|
|
83
|
-
display: flex;
|
|
84
|
-
border-bottom: 0.0625rem solid var(--cnvs-sys-color-border-container);
|
|
85
64
|
padding: var(--cnvs-sys-space-x2) var(--cnvs-sys-space-x4);
|
|
86
65
|
}
|
|
87
66
|
|
|
88
67
|
|
|
89
|
-
.cnvs-table {
|
|
68
|
+
.cnvs-base-table {
|
|
90
69
|
box-sizing: border-box;
|
|
91
70
|
font-family: var(--cnvs-sys-font-family-default);
|
|
92
71
|
font-weight: var(--cnvs-sys-font-weight-normal);
|
|
93
72
|
line-height: var(--cnvs-sys-line-height-subtext-large);
|
|
94
73
|
font-size: var(--cnvs-sys-font-size-subtext-large);
|
|
95
74
|
letter-spacing: var(--cnvs-base-letter-spacing-150);
|
|
96
|
-
display: grid;
|
|
97
75
|
border: 0.0625rem solid var(--cnvs-sys-color-border-container);
|
|
98
76
|
border-radius: var(--cnvs-sys-shape-x2);
|
|
99
77
|
overflow: auto;
|
|
100
78
|
color: var(--cnvs-sys-color-text-default);
|
|
101
79
|
}
|
|
102
80
|
|
|
81
|
+
|
|
82
|
+
.cnvs-table-row {
|
|
83
|
+
box-sizing: border-box;
|
|
84
|
+
display: grid;
|
|
85
|
+
grid-auto-flow: column;
|
|
86
|
+
grid-template-columns: repeat(var(--cnvs-table-row-children-cell-number), minmax(10rem, 1fr));
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
.cnvs-table {
|
|
91
|
+
box-sizing: border-box;
|
|
92
|
+
display: grid;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
.cnvs-table-body {
|
|
97
|
+
box-sizing: border-box;
|
|
98
|
+
display: grid;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
.cnvs-table-caption {
|
|
103
|
+
box-sizing: border-box;
|
|
104
|
+
display: flex;
|
|
105
|
+
border-bottom: 0.0625rem solid var(--cnvs-sys-color-border-container);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
.cnvs-table-cell {
|
|
110
|
+
box-sizing: border-box;
|
|
111
|
+
display: grid;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
.cnvs-table-footer {
|
|
116
|
+
box-sizing: border-box;
|
|
117
|
+
display: grid;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
.cnvs-table-head {
|
|
122
|
+
box-sizing: border-box;
|
|
123
|
+
display: grid;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
.cnvs-table-header {
|
|
128
|
+
box-sizing: border-box;
|
|
129
|
+
display: grid;
|
|
130
|
+
align-items: center;
|
|
131
|
+
}
|
|
132
|
+
|