@altimateai/ui-components 0.0.53-beta.1 → 0.0.53
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/TagsInput.js +5 -3
- package/package.json +1 -1
package/dist/TagsInput.js
CHANGED
|
@@ -3589,14 +3589,15 @@ const yf = ({
|
|
|
3589
3589
|
value: f(r || ""),
|
|
3590
3590
|
placeholder: n || "Search...",
|
|
3591
3591
|
debounceMs: 300,
|
|
3592
|
-
className: V("!al-w-56 al-text-left", s == null ? void 0 : s.className),
|
|
3592
|
+
className: V("!al-w-56 al-text-left al-text-ellipsis", s == null ? void 0 : s.className),
|
|
3593
3593
|
id: i ? `${i}-combobox` : "default-combobox",
|
|
3594
3594
|
role: "combobox",
|
|
3595
3595
|
"aria-expanded": re,
|
|
3596
3596
|
"aria-autocomplete": "list",
|
|
3597
3597
|
"aria-controls": `${i}-combobox-content`,
|
|
3598
3598
|
icon: ta,
|
|
3599
|
-
iconPosition: "left"
|
|
3599
|
+
iconPosition: "left",
|
|
3600
|
+
type: "text"
|
|
3600
3601
|
}
|
|
3601
3602
|
) : /* @__PURE__ */ c.jsxs(
|
|
3602
3603
|
gr,
|
|
@@ -3640,7 +3641,8 @@ const yf = ({
|
|
|
3640
3641
|
onWheel: (I) => {
|
|
3641
3642
|
I.stopPropagation();
|
|
3642
3643
|
},
|
|
3643
|
-
sideOffset: j ?
|
|
3644
|
+
sideOffset: j ? 0 : 4,
|
|
3645
|
+
collisionPadding: j ? { top: 40, bottom: 40 } : void 0,
|
|
3644
3646
|
children: /* @__PURE__ */ c.jsxs(
|
|
3645
3647
|
on,
|
|
3646
3648
|
{
|