@altimateai/ui-components 0.0.61-beta.2 → 0.0.61-beta.3

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 CHANGED
@@ -3753,7 +3753,7 @@ const Jf = ({
3753
3753
  value: A,
3754
3754
  placeholder: o || "Search...",
3755
3755
  debounceMs: 300,
3756
- className: `!al-h-10 ${s == null ? void 0 : s.className}`,
3756
+ className: s == null ? void 0 : s.className,
3757
3757
  id: i ? `${i}-combobox` : "default-combobox",
3758
3758
  role: "combobox",
3759
3759
  "aria-expanded": K,
@@ -3780,14 +3780,13 @@ const Jf = ({
3780
3780
  return /* @__PURE__ */ c.jsxs(
3781
3781
  Ut,
3782
3782
  {
3783
- size: "sm",
3784
3783
  variant: "outline",
3785
3784
  role: "combobox",
3786
3785
  "aria-expanded": K,
3787
3786
  id: i ? `${i}-combobox` : "default-combobox",
3788
3787
  ...s,
3789
3788
  className: O(
3790
- "al-w-56 !al-h-10 al-flex al-items-center al-justify-between al-py-3 al-px-2",
3789
+ "al-w-56 al-flex al-items-center al-justify-between al-py-3 al-px-2",
3791
3790
  s == null ? void 0 : s.className
3792
3791
  ),
3793
3792
  children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altimateai/ui-components",
3
- "version": "0.0.61-beta.2",
3
+ "version": "0.0.61-beta.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/AltimateAI/altimate-components.git"