@pos-360/horizon 0.31.2 → 0.31.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/{chunk-KZAUO4PH.mjs → chunk-4A5JIFYS.mjs} +4 -4
- package/dist/chunk-4A5JIFYS.mjs.map +1 -0
- package/dist/{chunk-3WFNL5DH.js → chunk-I2SMUW7N.js} +4 -4
- package/dist/chunk-I2SMUW7N.js.map +1 -0
- package/dist/index.js +107 -107
- package/dist/index.mjs +1 -1
- package/dist/primitives.js +107 -107
- package/dist/primitives.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-3WFNL5DH.js.map +0 -1
- package/dist/chunk-KZAUO4PH.mjs.map +0 -1
|
@@ -1005,7 +1005,7 @@ var SelectBar = React11__namespace.forwardRef(({
|
|
|
1005
1005
|
}
|
|
1006
1006
|
return /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-gray-400 dark:text-gray-500 truncate", children: placeholder });
|
|
1007
1007
|
};
|
|
1008
|
-
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: chunkD2BLWOWK_js.cn("space-y-1.5", className), children: [
|
|
1008
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: chunkD2BLWOWK_js.cn("space-y-1.5 h-8", className), children: [
|
|
1009
1009
|
label && /* @__PURE__ */ jsxRuntime.jsx(chunkD2BLWOWK_js.Label, { className: "text-sm font-medium text-gray-900 dark:text-gray-100", children: label }),
|
|
1010
1010
|
/* @__PURE__ */ jsxRuntime.jsxs(Popover, { open, onOpenChange: handleOpenChange, children: [
|
|
1011
1011
|
/* @__PURE__ */ jsxRuntime.jsx(PopoverTrigger, { asChild: true, children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
@@ -1015,7 +1015,7 @@ var SelectBar = React11__namespace.forwardRef(({
|
|
|
1015
1015
|
type: "button",
|
|
1016
1016
|
disabled,
|
|
1017
1017
|
className: chunkD2BLWOWK_js.cn(
|
|
1018
|
-
"flex h-
|
|
1018
|
+
"flex h-8 w-full items-center justify-between gap-2 text-left rounded-md border border-gray-300 bg-white px-3 py-1 text-sm text-gray-900 focus:outline-none focus:ring-0 disabled:cursor-not-allowed disabled:opacity-50 dark:border-neutral-600 dark:bg-neutral-800 dark:text-gray-100 [&>span]:line-clamp-1"
|
|
1019
1019
|
),
|
|
1020
1020
|
children: [
|
|
1021
1021
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "flex-1 min-w-0 flex items-center", children: renderTriggerContent() }),
|
|
@@ -3797,5 +3797,5 @@ exports.useColumnVisibility = useColumnVisibility;
|
|
|
3797
3797
|
exports.useFormContext = useFormContext;
|
|
3798
3798
|
exports.useFormFieldContext = useFormFieldContext;
|
|
3799
3799
|
exports.useTableSelection = useTableSelection;
|
|
3800
|
-
//# sourceMappingURL=chunk-
|
|
3801
|
-
//# sourceMappingURL=chunk-
|
|
3800
|
+
//# sourceMappingURL=chunk-I2SMUW7N.js.map
|
|
3801
|
+
//# sourceMappingURL=chunk-I2SMUW7N.js.map
|