@algorithm-shift/design-system 1.2.972 → 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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- 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,
|
|
@@ -30911,7 +30911,7 @@ function Navbar({
|
|
|
30911
30911
|
list = [],
|
|
30912
30912
|
profileMenu = [],
|
|
30913
30913
|
userName = "Guest User",
|
|
30914
|
-
isBuilder =
|
|
30914
|
+
isBuilder = false,
|
|
30915
30915
|
source,
|
|
30916
30916
|
navList
|
|
30917
30917
|
}) {
|