@workday/canvas-kit-css 16.0.0-alpha.0476-next.0 → 16.0.0-alpha.0478-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/package.json +2 -2
- package/text-input.css +10 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-css",
|
|
3
|
-
"version": "16.0.0-alpha.
|
|
3
|
+
"version": "16.0.0-alpha.0478-next.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The parent module that contains all Workday Canvas Kit CSS components",
|
|
6
6
|
"author": "Workday, Inc. (https://www.workday.com)",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"components",
|
|
27
27
|
"workday"
|
|
28
28
|
],
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "d84620c64bada313ccd29fa9672193473f9b5633"
|
|
30
30
|
}
|
package/text-input.css
CHANGED
|
@@ -118,6 +118,7 @@
|
|
|
118
118
|
height: var(--cnvs-input-group-inner-height);
|
|
119
119
|
inset-inline-start: var(--cnvs-input-group-inner-inset-inline-start);
|
|
120
120
|
inset-inline-end: var(--cnvs-input-group-inner-inset-inline-end);
|
|
121
|
+
--cnvs-svg-size: var(--cnvs-component-system-icon-size-xs);
|
|
121
122
|
}
|
|
122
123
|
|
|
123
124
|
|
|
@@ -143,6 +144,15 @@
|
|
|
143
144
|
}
|
|
144
145
|
|
|
145
146
|
|
|
147
|
+
.cnvs-clear-button {
|
|
148
|
+
box-sizing: border-box;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.cnvs-clear-button svg {
|
|
152
|
+
--cnvs-svg-size: var(--cnvs-component-system-icon-size-xs);
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
|
|
146
156
|
.cnvs-input-group {
|
|
147
157
|
box-sizing: border-box;
|
|
148
158
|
display: flex;
|