@firecms/ui 3.0.0-canary.149 → 3.0.0-canary.150
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.umd.js
CHANGED
@@ -14784,6 +14784,7 @@
|
|
14784
14784
|
placeholder,
|
14785
14785
|
modalPopover = true,
|
14786
14786
|
includeClear = true,
|
14787
|
+
includeSelectAll = true,
|
14787
14788
|
useChips = true,
|
14788
14789
|
className,
|
14789
14790
|
children,
|
@@ -14986,7 +14987,7 @@
|
|
14986
14987
|
/* @__PURE__ */ jsxRuntime.jsx(Separator, { orientation: "horizontal", className: "my-0" }),
|
14987
14988
|
/* @__PURE__ */ jsxRuntime.jsxs(cmdk.Command.List, { children: [
|
14988
14989
|
/* @__PURE__ */ jsxRuntime.jsx(cmdk.Command.Empty, { className: "px-4 py-2", children: "No results found." }),
|
14989
|
-
/* @__PURE__ */ jsxRuntime.jsxs(cmdk.Command.Group, { children: [
|
14990
|
+
includeSelectAll && /* @__PURE__ */ jsxRuntime.jsxs(cmdk.Command.Group, { children: [
|
14990
14991
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
14991
14992
|
cmdk.Command.Item,
|
14992
14993
|
{
|
@@ -16054,7 +16055,7 @@
|
|
16054
16055
|
children
|
16055
16056
|
}) {
|
16056
16057
|
return /* @__PURE__ */ jsxRuntime.jsx(TabsPrimitive__namespace.Root, { value, onValueChange, className, children: /* @__PURE__ */ jsxRuntime.jsx(TabsPrimitive__namespace.List, { className: cls(
|
16057
|
-
"flex text-sm font-medium text-center text-surface-accent-800 dark:text-white max-w-full overflow-auto no-scrollbar",
|
16058
|
+
"flex text-sm font-medium text-center text-surface-accent-800 dark:text-white max-w-full overflow-auto no-scrollbar items-end",
|
16058
16059
|
innerClassName
|
16059
16060
|
), children }) });
|
16060
16061
|
}
|