@algorithm-shift/design-system 1.2.973 → 1.2.974
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/client.js +25 -7
- package/dist/client.js.map +1 -1
- package/dist/client.mjs +25 -7
- package/dist/client.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -29286,7 +29286,7 @@ function LazyMultiSelectDropdown({
|
|
|
29286
29286
|
{
|
|
29287
29287
|
type: "text",
|
|
29288
29288
|
placeholder: selectedOptions.length ? "" : placeholder,
|
|
29289
|
-
className: "flex-1 min-w-[60px] p-1 outline-none",
|
|
29289
|
+
className: "flex-1 min-w-[60px] p-1 outline-none text-xs disabled:cursor-not-allowed",
|
|
29290
29290
|
value: isOpen ? searchTerm : "",
|
|
29291
29291
|
onChange: handleSearch,
|
|
29292
29292
|
readOnly,
|