@firecms/ui 3.0.0-canary.113 → 3.0.0-canary.114

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.es.js CHANGED
@@ -15592,7 +15592,7 @@ function MultiSelect({
15592
15592
  value: inputValue,
15593
15593
  onValueChange: setInputValue,
15594
15594
  onFocus: openDialog,
15595
- className: "ml-2 bg-transparent outline-none flex-1 h-full w-full "
15595
+ className: cls("ml-2 bg-transparent outline-none flex-1 h-full w-full ", focusedDisabled)
15596
15596
  }
15597
15597
  )
15598
15598
  ] }),