@workday/canvas-kit-react 11.2.12 → 11.2.14

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.
@@ -196,5 +196,5 @@ exports.InputGroup = common_1.createContainer('div')({
196
196
  }
197
197
  return child;
198
198
  });
199
- return (react_1.default.createElement(layout_1.Flex, Object.assign({ as: Element, position: "relative" }, elemProps), mappedChildren));
199
+ return (react_1.default.createElement(layout_1.Flex, Object.assign({ as: Element, position: "relative", alignItems: "center" }, elemProps), mappedChildren));
200
200
  });
@@ -190,5 +190,5 @@ export const InputGroup = createContainer('div')({
190
190
  }
191
191
  return child;
192
192
  });
193
- return (React.createElement(Flex, Object.assign({ as: Element, position: "relative" }, elemProps), mappedChildren));
193
+ return (React.createElement(Flex, Object.assign({ as: Element, position: "relative", alignItems: "center" }, elemProps), mappedChildren));
194
194
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-react",
3
- "version": "11.2.12",
3
+ "version": "11.2.14",
4
4
  "description": "The parent module that contains all Workday Canvas Kit React components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -49,8 +49,8 @@
49
49
  "@emotion/styled": "^11.6.0",
50
50
  "@popperjs/core": "^2.5.4",
51
51
  "@workday/canvas-colors-web": "^2.0.0",
52
- "@workday/canvas-kit-popup-stack": "^11.2.12",
53
- "@workday/canvas-kit-styling": "^11.2.12",
52
+ "@workday/canvas-kit-popup-stack": "^11.2.14",
53
+ "@workday/canvas-kit-styling": "^11.2.14",
54
54
  "@workday/canvas-system-icons-web": "^3.0.0",
55
55
  "@workday/canvas-tokens-web": "^2.0.0",
56
56
  "@workday/design-assets-types": "^0.2.8",
@@ -67,5 +67,5 @@
67
67
  "@workday/canvas-accent-icons-web": "^3.0.0",
68
68
  "@workday/canvas-applet-icons-web": "^2.0.0"
69
69
  },
70
- "gitHead": "85b576b17f6f4efe7b19239f84aa6d834580fb06"
70
+ "gitHead": "218f99bccc16ef03848619eb3038df22cac46401"
71
71
  }
@@ -243,7 +243,7 @@ export const InputGroup = createContainer('div')({
243
243
  });
244
244
 
245
245
  return (
246
- <Flex as={Element} position="relative" {...elemProps}>
246
+ <Flex as={Element} position="relative" alignItems="center" {...elemProps}>
247
247
  {mappedChildren}
248
248
  </Flex>
249
249
  );