@konoma-development/react-components 0.1.11 → 0.1.13
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.
|
@@ -14249,7 +14249,7 @@ const baseClasses$a = {
|
|
|
14249
14249
|
controlClasses: "h-8 rounded-krc-select py-0 text-secondary-900 text-sm border-none outline-hidden",
|
|
14250
14250
|
optionClasses: "bg-white text-sm",
|
|
14251
14251
|
optionSelectedClasses: "bg-primary-500 text-sm",
|
|
14252
|
-
optionFocusedClasses: "bg-
|
|
14252
|
+
optionFocusedClasses: "bg-primary-200 text-sm",
|
|
14253
14253
|
valueClasses: "text-secondary-900 text-sm",
|
|
14254
14254
|
placeholderClasses: "text-secondary-500 text-sm",
|
|
14255
14255
|
wrapperClasses: "w-full h-auto",
|
|
@@ -14280,7 +14280,7 @@ function Select({
|
|
|
14280
14280
|
error,
|
|
14281
14281
|
defaultValue,
|
|
14282
14282
|
menuPlacement = "auto",
|
|
14283
|
-
searchable =
|
|
14283
|
+
searchable = true,
|
|
14284
14284
|
label,
|
|
14285
14285
|
name,
|
|
14286
14286
|
isClearable = false,
|