@altimateai/ui-components 0.0.61-beta.3 → 0.0.61
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 +8 -1
- package/package.json +1 -1
package/dist/TagsInput.js
CHANGED
|
@@ -3867,7 +3867,14 @@ const Jf = ({
|
|
|
3867
3867
|
role: "checkbox",
|
|
3868
3868
|
"aria-checked": "true"
|
|
3869
3869
|
}
|
|
3870
|
-
) : /* @__PURE__ */ c.jsx(
|
|
3870
|
+
) : /* @__PURE__ */ c.jsx(
|
|
3871
|
+
ac,
|
|
3872
|
+
{
|
|
3873
|
+
role: "checkbox",
|
|
3874
|
+
"aria-checked": "false",
|
|
3875
|
+
className: "al-mr-2 al-size-4 al-text-muted-foreground"
|
|
3876
|
+
}
|
|
3877
|
+
) : /* @__PURE__ */ c.jsx(
|
|
3871
3878
|
Ji,
|
|
3872
3879
|
{
|
|
3873
3880
|
className: O(
|