@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.umd.js
CHANGED
@@ -14987,8 +14987,8 @@
|
|
14987
14987
|
/* @__PURE__ */ jsxRuntime.jsx(Separator, { orientation: "horizontal", className: "my-0" }),
|
14988
14988
|
/* @__PURE__ */ jsxRuntime.jsxs(cmdk.Command.List, { children: [
|
14989
14989
|
/* @__PURE__ */ jsxRuntime.jsx(cmdk.Command.Empty, { className: "px-4 py-2", children: "No results found." }),
|
14990
|
-
|
14991
|
-
/* @__PURE__ */ jsxRuntime.jsxs(
|
14990
|
+
/* @__PURE__ */ jsxRuntime.jsxs(cmdk.Command.Group, { children: [
|
14991
|
+
includeSelectAll && /* @__PURE__ */ jsxRuntime.jsxs(
|
14992
14992
|
cmdk.Command.Item,
|
14993
14993
|
{
|
14994
14994
|
onSelect: toggleAll,
|