@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/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,