@workday/canvas-kit-labs-react 7.0.0-alpha.78-next.6 → 7.0.0-alpha.79-next.7

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.
@@ -472,7 +472,7 @@ const Combobox = ({
472
472
  />
473
473
  )}
474
474
  {showingAutocomplete && autocompleteItems && (
475
- <MenuContainer padding={space.zero} depth={1}>
475
+ <MenuContainer padding={space.zero} depth={3}>
476
476
  <Card.Body>
477
477
  <AutocompleteList
478
478
  comboboxId={componentId}
@@ -364,7 +364,7 @@ var Combobox = function (_a) {
364
364
  react_1.default.createElement(InputContainer, { ref: comboboxRef },
365
365
  isValidSingleChild(children) && react_1.default.Children.map(children, renderChildren),
366
366
  showClearButton && (react_1.default.createElement(ResetButton, { shouldShow: !!value, "aria-label": clearButtonAriaLabel, icon: canvas_system_icons_web_1.xSmallIcon, variant: clearButtonVariant, onClick: resetSearchInput, onBlur: handleBlur, size: "small", type: "button" })),
367
- showingAutocomplete && autocompleteItems && (react_1.default.createElement(MenuContainer, { padding: tokens_1.space.zero, depth: 1 },
367
+ showingAutocomplete && autocompleteItems && (react_1.default.createElement(MenuContainer, { padding: tokens_1.space.zero, depth: 3 },
368
368
  react_1.default.createElement(card_1.Card.Body, null,
369
369
  react_1.default.createElement(AutocompleteList_1.default, { comboboxId: componentId, autocompleteItems: autocompleteItems, selectedIndex: selectedAutocompleteIndex, handleAutocompleteClick: handleAutocompleteClick, labelId: formLabelId, showGroupText: showGroupText }))))),
370
370
  react_1.default.createElement(Status_1.default, { announcementText: announcementText })));
@@ -337,7 +337,7 @@ var Combobox = function (_a) {
337
337
  React.createElement(InputContainer, { ref: comboboxRef },
338
338
  isValidSingleChild(children) && React.Children.map(children, renderChildren),
339
339
  showClearButton && (React.createElement(ResetButton, { shouldShow: !!value, "aria-label": clearButtonAriaLabel, icon: xSmallIcon, variant: clearButtonVariant, onClick: resetSearchInput, onBlur: handleBlur, size: "small", type: "button" })),
340
- showingAutocomplete && autocompleteItems && (React.createElement(MenuContainer, { padding: space.zero, depth: 1 },
340
+ showingAutocomplete && autocompleteItems && (React.createElement(MenuContainer, { padding: space.zero, depth: 3 },
341
341
  React.createElement(Card.Body, null,
342
342
  React.createElement(AutocompleteList, { comboboxId: componentId, autocompleteItems: autocompleteItems, selectedIndex: selectedAutocompleteIndex, handleAutocompleteClick: handleAutocompleteClick, labelId: formLabelId, showGroupText: showGroupText }))))),
343
343
  React.createElement(Status, { announcementText: announcementText })));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-labs-react",
3
- "version": "7.0.0-alpha.78-next.6+400ffc0b",
3
+ "version": "7.0.0-alpha.79-next.7+578f91ad",
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",
@@ -54,8 +54,8 @@
54
54
  "dependencies": {
55
55
  "@emotion/react": "^11.7.1",
56
56
  "@emotion/styled": "^11.6.0",
57
- "@workday/canvas-kit-preview-react": "^7.0.0-alpha.78-next.6+400ffc0b",
58
- "@workday/canvas-kit-react": "^7.0.0-alpha.78-next.6+400ffc0b",
57
+ "@workday/canvas-kit-preview-react": "^7.0.0-alpha.79-next.7+578f91ad",
58
+ "@workday/canvas-kit-react": "^7.0.0-alpha.79-next.7+578f91ad",
59
59
  "@workday/canvas-system-icons-web": "1.0.41",
60
60
  "chroma-js": "^2.1.0",
61
61
  "lodash.flatten": "^4.4.0",
@@ -64,5 +64,5 @@
64
64
  "devDependencies": {
65
65
  "@types/lodash.flatten": "^4.4.6"
66
66
  },
67
- "gitHead": "400ffc0b29c2762180758d9b7c1bdc0562cb01e4"
67
+ "gitHead": "578f91adfde267929daf4f55b7a6463f8739421e"
68
68
  }