@altimateai/ui-components 0.0.61-beta.1 → 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 +12 -12
- package/package.json +1 -1
package/dist/TagsInput.js
CHANGED
|
@@ -226,42 +226,42 @@ const Zi = [["path", { d: "M5 12l5 5l10 -10", key: "svg-0" }]], Ji = st("outline
|
|
|
226
226
|
* This source code is licensed under the MIT license.
|
|
227
227
|
* See the LICENSE file in the root directory of this source tree.
|
|
228
228
|
*/
|
|
229
|
-
const Qi = [["path", { d: "
|
|
229
|
+
const Qi = [["path", { d: "M6 9l6 6l6 -6", key: "svg-0" }]], ec = st("outline", "chevron-down", "ChevronDown", Qi);
|
|
230
230
|
/**
|
|
231
231
|
* @license @tabler/icons-react v3.34.1 - MIT
|
|
232
232
|
*
|
|
233
233
|
* This source code is licensed under the MIT license.
|
|
234
234
|
* See the LICENSE file in the root directory of this source tree.
|
|
235
235
|
*/
|
|
236
|
-
const tc = [["path", { d: "
|
|
236
|
+
const tc = [["path", { d: "M9 6l6 6l-6 6", key: "svg-0" }]], Kn = st("outline", "chevron-right", "ChevronRight", tc);
|
|
237
237
|
/**
|
|
238
238
|
* @license @tabler/icons-react v3.34.1 - MIT
|
|
239
239
|
*
|
|
240
240
|
* This source code is licensed under the MIT license.
|
|
241
241
|
* See the LICENSE file in the root directory of this source tree.
|
|
242
242
|
*/
|
|
243
|
-
const
|
|
243
|
+
const rc = [["path", { d: "M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", key: "svg-0" }], ["path", { d: "M21 21l-6 -6", key: "svg-1" }]], Ma = st("outline", "search", "Search", rc);
|
|
244
244
|
/**
|
|
245
245
|
* @license @tabler/icons-react v3.34.1 - MIT
|
|
246
246
|
*
|
|
247
247
|
* This source code is licensed under the MIT license.
|
|
248
248
|
* See the LICENSE file in the root directory of this source tree.
|
|
249
249
|
*/
|
|
250
|
-
const
|
|
250
|
+
const nc = [["path", { d: "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z", key: "svg-0" }]], ac = st("outline", "square", "Square", nc);
|
|
251
251
|
/**
|
|
252
252
|
* @license @tabler/icons-react v3.34.1 - MIT
|
|
253
253
|
*
|
|
254
254
|
* This source code is licensed under the MIT license.
|
|
255
255
|
* See the LICENSE file in the root directory of this source tree.
|
|
256
256
|
*/
|
|
257
|
-
const oc = [["path", { d: "
|
|
257
|
+
const oc = [["path", { d: "M18 6l-12 12", key: "svg-0" }], ["path", { d: "M6 6l12 12", key: "svg-1" }]], an = st("outline", "x", "X", oc);
|
|
258
258
|
/**
|
|
259
259
|
* @license @tabler/icons-react v3.34.1 - MIT
|
|
260
260
|
*
|
|
261
261
|
* This source code is licensed under the MIT license.
|
|
262
262
|
* See the LICENSE file in the root directory of this source tree.
|
|
263
263
|
*/
|
|
264
|
-
const
|
|
264
|
+
const sc = [["path", { d: "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.626 7.293a1 1 0 0 0 -1.414 0l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z", key: "svg-0" }]], lc = st("filled", "square-check-filled", "SquareCheckFilled", sc), og = Zr, sg = va, lg = ar, ic = Jr, Da = l.forwardRef(({ className: e, ...r }, t) => /* @__PURE__ */ c.jsx(
|
|
265
265
|
or,
|
|
266
266
|
{
|
|
267
267
|
className: O(
|
|
@@ -3753,7 +3753,7 @@ const Jf = ({
|
|
|
3753
3753
|
value: A,
|
|
3754
3754
|
placeholder: o || "Search...",
|
|
3755
3755
|
debounceMs: 300,
|
|
3756
|
-
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
|
|
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: [
|
|
@@ -3804,7 +3803,7 @@ const Jf = ({
|
|
|
3804
3803
|
getLabelForValue: h
|
|
3805
3804
|
}
|
|
3806
3805
|
) }),
|
|
3807
|
-
(_ == null ? void 0 : _.side) === "right" ? /* @__PURE__ */ c.jsx(Kn, { className: "al-ml-2 al-size-4 al-shrink-0 al-opacity-50" }) : /* @__PURE__ */ c.jsx(
|
|
3806
|
+
(_ == null ? void 0 : _.side) === "right" ? /* @__PURE__ */ c.jsx(Kn, { className: "al-ml-2 al-size-4 al-shrink-0 al-opacity-50" }) : /* @__PURE__ */ c.jsx(ec, { className: "al-mr-2 al-size-4 al-shrink-0 al-opacity-50" })
|
|
3808
3807
|
]
|
|
3809
3808
|
}
|
|
3810
3809
|
);
|
|
@@ -3817,6 +3816,7 @@ const Jf = ({
|
|
|
3817
3816
|
..._,
|
|
3818
3817
|
className: O(
|
|
3819
3818
|
"!al-p-0",
|
|
3819
|
+
"al-min-w-56",
|
|
3820
3820
|
// to match width of trigger
|
|
3821
3821
|
// https://github.com/shadcn-ui/ui/issues/3045#issuecomment-2773835617
|
|
3822
3822
|
"!al-w-[var(--radix-popover-trigger-width)]",
|
|
@@ -3861,13 +3861,13 @@ const Jf = ({
|
|
|
3861
3861
|
onMouseLeave: Le,
|
|
3862
3862
|
children: /* @__PURE__ */ c.jsxs("div", { className: "al-flex al-items-center al-gap-2 al-w-full", children: [
|
|
3863
3863
|
d ? ve.includes(A.value) ? /* @__PURE__ */ c.jsx(
|
|
3864
|
-
|
|
3864
|
+
lc,
|
|
3865
3865
|
{
|
|
3866
3866
|
className: "al-mr-2 al-size-4 al-text-primary",
|
|
3867
3867
|
role: "checkbox",
|
|
3868
3868
|
"aria-checked": "true"
|
|
3869
3869
|
}
|
|
3870
|
-
) : /* @__PURE__ */ c.jsx(
|
|
3870
|
+
) : /* @__PURE__ */ c.jsx(ac, { className: "al-mr-2 al-size-4 al-text-muted-foreground" }) : /* @__PURE__ */ c.jsx(
|
|
3871
3871
|
Ji,
|
|
3872
3872
|
{
|
|
3873
3873
|
className: O(
|