@thecb/components 10.8.3-beta.1 → 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.esm.js
CHANGED
|
@@ -28594,7 +28594,7 @@ var Search = function Search(_ref) {
|
|
|
28594
28594
|
id: "searchInput",
|
|
28595
28595
|
role: "search",
|
|
28596
28596
|
"aria-controls": ariaControlsId,
|
|
28597
|
-
extraStyles: "border: none; box-shadow: 0px 1px 2px 0px ".concat(CHARADE_GREY, "1A; font-size: 0.875rem;"),
|
|
28597
|
+
extraStyles: "border-radius: 4px 0 0 4px;; border: none; box-shadow: 0px 1px 2px 0px ".concat(CHARADE_GREY, "1A; font-size: 0.875rem;"),
|
|
28598
28598
|
onKeyDown: function onKeyDown(e) {
|
|
28599
28599
|
return searchOnKeypress || e.key === "Enter" ? handleSubmit() : noop;
|
|
28600
28600
|
},
|