@konoma-development/react-components 0.0.9 → 0.0.10

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.
@@ -46406,7 +46406,8 @@ function Select({
46406
46406
  singleValue: () => valueClasses || "",
46407
46407
  placeholder: () => placeholderClasses || "",
46408
46408
  dropdownIndicator: () => indicatorClasses || "",
46409
- menuPortal: () => "z-[20]"
46409
+ menuPortal: () => "z-[20]",
46410
+ indicatorsContainer: () => disabled ? "hidden" : ""
46410
46411
  },
46411
46412
  isClearable,
46412
46413
  placeholder,