@pos-360/horizon 0.31.2 → 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-KZAUO4PH.mjs → chunk-TKK4O5MO.mjs} +5 -5
- package/dist/chunk-TKK4O5MO.mjs.map +1 -0
- package/dist/{chunk-3WFNL5DH.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-3WFNL5DH.js.map +0 -1
- package/dist/chunk-KZAUO4PH.mjs.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,
|
|
@@ -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() }),
|
|
@@ -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
|