@pos-360/horizon 0.32.1 → 0.32.2

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.
@@ -1090,13 +1090,13 @@ var SelectBar = React11__namespace.forwardRef(({
1090
1090
  disabled: option.disabled,
1091
1091
  onClick: () => handleSingleSelect(option.value),
1092
1092
  className: chunkD2BLWOWK_js.cn(
1093
- "relative flex w-full cursor-default select-none items-center gap-2 rounded-hz-md py-1.5 px-2 text-sm outline-none transition-colors",
1093
+ "relative flex w-full cursor-default select-none items-center gap-2 rounded-hz-md py-1.5 px-2 text-left text-sm outline-none transition-colors",
1094
1094
  "hover:bg-black/5 dark:hover:bg-white/10",
1095
1095
  option.disabled && "pointer-events-none opacity-50"
1096
1096
  ),
1097
1097
  children: [
1098
1098
  option.icon && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "shrink-0", children: option.icon }),
1099
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: "truncate flex-1", children: option.label }),
1099
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "truncate flex-1 text-left", children: option.label }),
1100
1100
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: chunkD2BLWOWK_js.cn(
1101
1101
  "h-4 w-4 shrink-0 flex items-center justify-center",
1102
1102
  selected ? "text-blue-600 dark:text-blue-400" : "text-transparent"
@@ -3801,5 +3801,5 @@ exports.useColumnVisibility = useColumnVisibility;
3801
3801
  exports.useFormContext = useFormContext;
3802
3802
  exports.useFormFieldContext = useFormFieldContext;
3803
3803
  exports.useTableSelection = useTableSelection;
3804
- //# sourceMappingURL=chunk-JZNDF5NR.js.map
3805
- //# sourceMappingURL=chunk-JZNDF5NR.js.map
3804
+ //# sourceMappingURL=chunk-CKPG4Y3W.js.map
3805
+ //# sourceMappingURL=chunk-CKPG4Y3W.js.map