@thecb/components 10.8.3-beta.0 → 10.8.3-beta.2

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/dist/index.cjs.js CHANGED
@@ -28602,7 +28602,7 @@ var Search = function Search(_ref) {
28602
28602
  id: "searchInput",
28603
28603
  role: "search",
28604
28604
  "aria-controls": ariaControlsId,
28605
- extraStyles: "border-radius: 4px; border: none; box-shadow: 0px 1px 2px 0px ".concat(CHARADE_GREY, "1A; font-size: 0.875rem;"),
28605
+ extraStyles: "border-radius: 4px 0 0 4px;; border: none; box-shadow: 0px 1px 2px 0px ".concat(CHARADE_GREY, "1A; font-size: 0.875rem;"),
28606
28606
  onKeyDown: function onKeyDown(e) {
28607
28607
  return searchOnKeypress || e.key === "Enter" ? handleSubmit() : noop;
28608
28608
  },