@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 +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +4 -3
- package/src/components/MultiSelect.tsx +2 -2
package/dist/index.umd.js
CHANGED
@@ -15602,7 +15602,7 @@
|
|
15602
15602
|
value: inputValue,
|
15603
15603
|
onValueChange: setInputValue,
|
15604
15604
|
onFocus: openDialog,
|
15605
|
-
className: "ml-2 bg-transparent outline-none flex-1 h-full w-full "
|
15605
|
+
className: cls("ml-2 bg-transparent outline-none flex-1 h-full w-full ", focusedDisabled)
|
15606
15606
|
}
|
15607
15607
|
)
|
15608
15608
|
] }),
|