@workday/canvas-kit-preview-css 14.0.0-alpha.1135-next.0 → 14.0.0-alpha.1144-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/information-highlight.css +4 -4
- package/loading-sparkles.css +3 -3
- package/package.json +2 -2
- package/pill.css +2 -1
- package/status-indicator.css +9 -9
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
|
|
65
65
|
.cnvs-preview-information-highlight.informational-high {
|
|
66
66
|
border-inline-start: solid var(--cnvs-sys-space-x1) var(--cnvs-sys-color-bg-primary-default);
|
|
67
|
-
background-color: var(--cnvs-
|
|
67
|
+
background-color: var(--cnvs-sys-color-bg-primary-softer);
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
.cnvs-preview-information-highlight.informational-high [data-part="information-highlight-icon"] {
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
|
|
89
89
|
.cnvs-preview-information-highlight.caution-high {
|
|
90
90
|
border-inline-start: solid var(--cnvs-sys-space-x1) var(--cnvs-sys-color-border-caution-default);
|
|
91
|
-
background-color: var(--cnvs-
|
|
91
|
+
background-color: var(--cnvs-sys-color-bg-caution-softest);
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
.cnvs-preview-information-highlight.caution-high [data-part="information-highlight-icon"] {
|
|
@@ -112,12 +112,12 @@
|
|
|
112
112
|
|
|
113
113
|
.cnvs-preview-information-highlight.critical-high {
|
|
114
114
|
border-inline-start: solid var(--cnvs-sys-space-x1) var(--cnvs-sys-color-border-critical-default);
|
|
115
|
-
background-color: var(--cnvs-
|
|
115
|
+
background-color: var(--cnvs-sys-color-bg-critical-softest);
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.cnvs-preview-information-highlight.critical-high [data-part="information-highlight-icon"] {
|
|
119
119
|
--cnvs-system-icon-accent-color: var(--cnvs-sys-color-icon-inverse);
|
|
120
120
|
--cnvs-system-icon-color: var(--cnvs-sys-color-bg-critical-default);
|
|
121
|
-
--cnvs-system-icon-background-color: var(--cnvs-sys-color-
|
|
121
|
+
--cnvs-system-icon-background-color: var(--cnvs-sys-color-fg-critical);
|
|
122
122
|
}
|
|
123
123
|
|
package/loading-sparkles.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes animation-
|
|
1
|
+
@keyframes animation-bo3y3 {
|
|
2
2
|
0%, 79%, 100% {
|
|
3
3
|
opacity: 0.2;
|
|
4
4
|
transform: scale(0.55);
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
animation-duration: 1230ms;
|
|
27
27
|
animation-fill-mode: both;
|
|
28
28
|
animation-iteration-count: infinite;
|
|
29
|
-
animation-name: animation-
|
|
29
|
+
animation-name: animation-bo3y3;
|
|
30
30
|
animation-timing-function: ease-in-out;
|
|
31
|
-
--cnvs-system-icon-color: var(--cnvs-
|
|
31
|
+
--cnvs-system-icon-color: var(--cnvs-sys-color-fg-ai);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
.cnvs-preview-loading-sparkles [data-part="sparkle"]:nth-child(1) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-preview-css",
|
|
3
|
-
"version": "14.0.0-alpha.
|
|
3
|
+
"version": "14.0.0-alpha.1144-next.0",
|
|
4
4
|
"description": "The parent module that contains all Workday Canvas Kit Preview 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": "8c2a2215d9a0b96f98e4b768781d3a5061a61f9c"
|
|
29
29
|
}
|
package/pill.css
CHANGED
|
@@ -111,6 +111,7 @@
|
|
|
111
111
|
--cnvs-button-border: var(--cnvs-sys-color-border-input-default);
|
|
112
112
|
--cnvs-button-label: var(--cnvs-sys-color-text-strong);
|
|
113
113
|
--cnvs-system-icon-color: var(--cnvs-sys-color-icon-default);
|
|
114
|
+
--cnvs-preview-pill-count-border-color: transparent;
|
|
114
115
|
white-space: nowrap;
|
|
115
116
|
text-overflow: ellipsis;
|
|
116
117
|
overflow: hidden;
|
|
@@ -143,7 +144,7 @@
|
|
|
143
144
|
--cnvs-button-border: var(--cnvs-sys-color-border-input-strong);
|
|
144
145
|
--cnvs-button-label: var(--cnvs-sys-color-text-strong);
|
|
145
146
|
--cnvs-system-icon-color: var(--cnvs-sys-color-icon-strong);
|
|
146
|
-
--cnvs-preview-pill-count-background-color: var(--cnvs-
|
|
147
|
+
--cnvs-preview-pill-count-background-color: var(--cnvs-sys-color-bg-alt-stronger);
|
|
147
148
|
--cnvs-preview-pill-count-border-color: transparent;
|
|
148
149
|
}
|
|
149
150
|
|
package/status-indicator.css
CHANGED
|
@@ -30,23 +30,23 @@
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
.cnvs-preview-status-indicator.gray-low {
|
|
33
|
-
color: var(--cnvs-sys-color-
|
|
33
|
+
color: var(--cnvs-sys-color-fg-muted-default);
|
|
34
34
|
--cnvs-system-icon-color: var(--cnvs-sys-color-static-gray-strong);
|
|
35
|
-
background: var(--cnvs-sys-color-
|
|
35
|
+
background: var(--cnvs-sys-color-bg-alt-softer);
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
.cnvs-preview-status-indicator.orange-high {
|
|
40
40
|
color: var(--cnvs-sys-color-static-gray-stronger);
|
|
41
41
|
--cnvs-system-icon-color: var(--cnvs-sys-color-static-gray-stronger);
|
|
42
|
-
background: var(--cnvs-sys-color-static-
|
|
42
|
+
background: var(--cnvs-sys-color-static-amber-default);
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
.cnvs-preview-status-indicator.orange-low {
|
|
47
|
-
color: var(--cnvs-sys-color-static-
|
|
48
|
-
--cnvs-system-icon-color: var(--cnvs-sys-color-static-
|
|
49
|
-
background: var(--cnvs-sys-color-static-
|
|
47
|
+
color: var(--cnvs-sys-color-static-amber-strongest);
|
|
48
|
+
--cnvs-system-icon-color: var(--cnvs-sys-color-static-amber-strongest);
|
|
49
|
+
background: var(--cnvs-sys-color-static-amber-softer);
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
.cnvs-preview-status-indicator.blue-low {
|
|
61
61
|
color: var(--cnvs-sys-color-static-blue-strong);
|
|
62
62
|
--cnvs-system-icon-color: var(--cnvs-sys-color-static-blue-strong);
|
|
63
|
-
background: var(--cnvs-sys-color-static-blue-
|
|
63
|
+
background: var(--cnvs-sys-color-static-blue-softer);
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
.cnvs-preview-status-indicator.green-low {
|
|
75
75
|
color: var(--cnvs-sys-color-static-green-strong);
|
|
76
76
|
--cnvs-system-icon-color: var(--cnvs-sys-color-static-green-strong);
|
|
77
|
-
background: var(--cnvs-sys-color-static-green-
|
|
77
|
+
background: var(--cnvs-sys-color-static-green-softer);
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
.cnvs-preview-status-indicator.red-low {
|
|
89
89
|
color: var(--cnvs-sys-color-static-red-strong);
|
|
90
90
|
--cnvs-system-icon-color: var(--cnvs-sys-color-static-red-strong);
|
|
91
|
-
background: var(--cnvs-sys-color-static-red-
|
|
91
|
+
background: var(--cnvs-sys-color-static-red-softer);
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
|