@firecms/ui 3.0.0-canary.150 → 3.0.0-canary.151
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/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
- package/src/components/MultiSelect.tsx +4 -4
package/dist/index.es.js
CHANGED
@@ -14976,8 +14976,8 @@ const MultiSelect = React.forwardRef(
|
|
14976
14976
|
/* @__PURE__ */ jsx(Separator, { orientation: "horizontal", className: "my-0" }),
|
14977
14977
|
/* @__PURE__ */ jsxs(Command.List, { children: [
|
14978
14978
|
/* @__PURE__ */ jsx(Command.Empty, { className: "px-4 py-2", children: "No results found." }),
|
14979
|
-
|
14980
|
-
/* @__PURE__ */ jsxs(
|
14979
|
+
/* @__PURE__ */ jsxs(Command.Group, { children: [
|
14980
|
+
includeSelectAll && /* @__PURE__ */ jsxs(
|
14981
14981
|
Command.Item,
|
14982
14982
|
{
|
14983
14983
|
onSelect: toggleAll,
|