@workday/canvas-kit-preview-css 14.3.1 → 14.3.3
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/loading-sparkles.css +2 -2
- package/package.json +2 -2
- package/radio.css +5 -5
package/loading-sparkles.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes animation-
|
|
1
|
+
@keyframes animation-kg8i0 {
|
|
2
2
|
0%, 79%, 100% {
|
|
3
3
|
opacity: 0.2;
|
|
4
4
|
transform: scale(0.55);
|
|
@@ -26,7 +26,7 @@
|
|
|
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-kg8i0;
|
|
30
30
|
animation-timing-function: ease-in-out;
|
|
31
31
|
--cnvs-system-icon-color: var(--cnvs-sys-color-fg-ai);
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-preview-css",
|
|
3
|
-
"version": "14.3.
|
|
3
|
+
"version": "14.3.3",
|
|
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": "1093fbe8baf18a593697a772b991dcf403ac7008"
|
|
29
29
|
}
|
package/radio.css
CHANGED
|
@@ -113,14 +113,14 @@
|
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
|
|
116
|
-
.cnvs-preview-radio-input-wrapper
|
|
116
|
+
.cnvs-preview-radio-input-wrapper {
|
|
117
117
|
box-sizing: border-box;
|
|
118
118
|
height: 1.125rem;
|
|
119
119
|
width: 1.125rem;
|
|
120
120
|
flex: 0 0 auto;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.cnvs-preview-radio-input-wrapper
|
|
123
|
+
.cnvs-preview-radio-input-wrapper ::before {
|
|
124
124
|
content: '';
|
|
125
125
|
position: absolute;
|
|
126
126
|
border-radius: var(--cnvs-sys-shape-round);
|
|
@@ -131,17 +131,17 @@
|
|
|
131
131
|
opacity: var(--cnvs-sys-opacity-full);
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
.cnvs-preview-radio-input-wrapper
|
|
134
|
+
.cnvs-preview-radio-input-wrapper:hover:before, .cnvs-preview-radio-input-wrapper.hover:before {
|
|
135
135
|
box-shadow: 0 0 0 calc(var(--cnvs-sys-space-x2) - 0.0625rem) var(--cnvs-sys-color-bg-alt-soft);
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
|
|
139
|
-
.cnvs-preview-radio-input-wrapper
|
|
139
|
+
.cnvs-preview-radio-input-wrapper.variant-inverse ::before {
|
|
140
140
|
opacity: var(--cnvs-sys-opacity-disabled);
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
|
|
144
|
-
.cnvs-preview-radio-input-wrapper
|
|
144
|
+
.cnvs-preview-radio-input-wrapper.disabled:hover:before, .cnvs-preview-radio-input-wrapper.disabled.hover:before {
|
|
145
145
|
box-shadow: none;
|
|
146
146
|
cursor: auto;
|
|
147
147
|
}
|