@workday/canvas-kit-labs-react 7.3.9 → 7.3.11
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.
|
@@ -414,7 +414,7 @@ const Combobox = ({
|
|
|
414
414
|
};
|
|
415
415
|
|
|
416
416
|
const renderChildren = (inputElement: React.ReactElement<TextInputProps>): React.ReactNode => {
|
|
417
|
-
let cssOverride: CSSObject = {zIndex: 2};
|
|
417
|
+
let cssOverride: CSSObject = {':focus': {zIndex: 2}};
|
|
418
418
|
if (showClearButton) {
|
|
419
419
|
const paddingDirection = isRTL ? 'paddingLeft' : 'paddingRight';
|
|
420
420
|
cssOverride = {
|
|
@@ -330,7 +330,7 @@ var Combobox = function (_a) {
|
|
|
330
330
|
};
|
|
331
331
|
var renderChildren = function (inputElement) {
|
|
332
332
|
var _a;
|
|
333
|
-
var cssOverride = { zIndex: 2 };
|
|
333
|
+
var cssOverride = { ':focus': { zIndex: 2 } };
|
|
334
334
|
if (showClearButton) {
|
|
335
335
|
var paddingDirection = isRTL ? 'paddingLeft' : 'paddingRight';
|
|
336
336
|
cssOverride = __assign(__assign({}, cssOverride), (_a = {}, _a[paddingDirection] = tokens_1.space.xl, _a));
|
|
@@ -303,7 +303,7 @@ var Combobox = function (_a) {
|
|
|
303
303
|
};
|
|
304
304
|
var renderChildren = function (inputElement) {
|
|
305
305
|
var _a;
|
|
306
|
-
var cssOverride = { zIndex: 2 };
|
|
306
|
+
var cssOverride = { ':focus': { zIndex: 2 } };
|
|
307
307
|
if (showClearButton) {
|
|
308
308
|
var paddingDirection = isRTL ? 'paddingLeft' : 'paddingRight';
|
|
309
309
|
cssOverride = __assign(__assign({}, cssOverride), (_a = {}, _a[paddingDirection] = space.xl, _a));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-labs-react",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.11",
|
|
4
4
|
"description": "Canvas Kit Labs is an incubator for new and experimental components. Since we have a rather rigorous process for getting components in at a production level, it can be valuable to make them available earlier while we continuously iterate on the API/functionality. The Labs modules allow us to do that as needed.",
|
|
5
5
|
"author": "Workday, Inc. (https://www.workday.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@emotion/react": "^11.7.1",
|
|
48
48
|
"@emotion/styled": "^11.6.0",
|
|
49
|
-
"@workday/canvas-kit-react": "^7.3.
|
|
49
|
+
"@workday/canvas-kit-react": "^7.3.11",
|
|
50
50
|
"@workday/canvas-system-icons-web": "^3.0.0",
|
|
51
51
|
"@workday/design-assets-types": "^0.2.8",
|
|
52
52
|
"chroma-js": "^2.1.0",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@types/lodash.flatten": "^4.4.6"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "b99e08738c58f915c8fa9da42d8fddc79a924a3f"
|
|
60
60
|
}
|