@altimateai/ui-components 0.0.3-beta.1 → 0.0.3-beta.2
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/shadcn/index.js
CHANGED
|
@@ -1026,12 +1026,12 @@ const ku = ({ options: e, value: t, onChange: a, placeholder: r, buttonProps: n,
|
|
|
1026
1026
|
variant: "outline",
|
|
1027
1027
|
role: "combobox",
|
|
1028
1028
|
"aria-expanded": i,
|
|
1029
|
-
id: `${o}-combobox
|
|
1029
|
+
id: o ? `${o}-combobox` : "default-combobox",
|
|
1030
1030
|
...n,
|
|
1031
1031
|
className: `al-w-auto al-justify-start al-font-normal ${n == null ? void 0 : n.className}`,
|
|
1032
1032
|
children: [
|
|
1033
1033
|
s && /* @__PURE__ */ l.jsx("div", { children: s }),
|
|
1034
|
-
t ? (f = e.find((m) => m.value === t)) == null ? void 0 : f.label : r
|
|
1034
|
+
t ? (f = e.find((m) => m.value === t)) == null ? void 0 : f.label : r,
|
|
1035
1035
|
/* @__PURE__ */ l.jsx(Us, { className: "al-opacity-50" })
|
|
1036
1036
|
]
|
|
1037
1037
|
}
|