@pos-360/horizon 0.31.3 → 0.31.4
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-4A5JIFYS.mjs → chunk-TKK4O5MO.mjs} +5 -5
- package/dist/chunk-TKK4O5MO.mjs.map +1 -0
- package/dist/{chunk-I2SMUW7N.js → chunk-TVEV3UG5.js} +5 -5
- package/dist/chunk-TVEV3UG5.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-4A5JIFYS.mjs.map +0 -1
- package/dist/chunk-I2SMUW7N.js.map +0 -1
|
@@ -691,7 +691,7 @@ var SelectTrigger = React11__namespace.forwardRef(({ className, children, ...pro
|
|
|
691
691
|
{
|
|
692
692
|
ref,
|
|
693
693
|
className: chunkD2BLWOWK_js.cn(
|
|
694
|
-
"flex h-
|
|
694
|
+
"flex h-8 w-full items-center justify-between rounded-md border border-gray-300 bg-white px-3 py-1 text-sm text-gray-900 placeholder:text-gray-400 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 dark:placeholder:text-gray-500 [&>span]:line-clamp-1",
|
|
695
695
|
className
|
|
696
696
|
),
|
|
697
697
|
...props,
|
|
@@ -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
|
|
1008
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: chunkD2BLWOWK_js.cn("space-y-1.5", 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(
|
|
@@ -3315,7 +3315,7 @@ function DateRangePickerMobile({
|
|
|
3315
3315
|
{
|
|
3316
3316
|
disabled,
|
|
3317
3317
|
className: chunkD2BLWOWK_js.cn(
|
|
3318
|
-
"inline-flex w-full items-center gap-2 rounded-md border border-gray-300 bg-white px-3 py-
|
|
3318
|
+
"inline-flex h-8 w-full items-center gap-2 rounded-md border border-gray-300 bg-white px-3 py-1 text-sm shadow-sm transition-colors",
|
|
3319
3319
|
"hover:bg-gray-50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500 focus-visible:ring-offset-2",
|
|
3320
3320
|
"dark:border-neutral-600 dark:bg-neutral-800 dark:hover:bg-neutral-700",
|
|
3321
3321
|
"disabled:pointer-events-none disabled:opacity-50",
|
|
@@ -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-TVEV3UG5.js.map
|
|
3801
|
+
//# sourceMappingURL=chunk-TVEV3UG5.js.map
|