@xola/ui-kit 2.3.22 → 2.3.23

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/build/ui-kit.mjs CHANGED
@@ -11004,16 +11004,12 @@ const Wt = {
11004
11004
  if (z)
11005
11005
  s({ from: V(S(R, v)), to: null }, Y, B);
11006
11006
  else if (t && (t.from || t.to) && (t.from || t.to).getTime() === R.getTime()) {
11007
- const ce = V(S(R, v).startOf("day")), Ie = V(S(R, v).endOf("day"), !1);
11007
+ const ce = V(S(R, v)), Ie = V(S(R, v).endOf("day"), !1);
11008
11008
  s({ from: ce, to: Ie }, Y, B);
11009
11009
  } else
11010
- t.from && dt.isDayBefore(t.from, V(S(R, v))) ? s(
11011
- dt.addDayToRange(V(S(R, v).endOf("day"), !1), t),
11012
- Y,
11013
- B
11014
- ) : t.from && (dt.isDayAfter(t.from, V(S(R, v))) || dt.isSameDay(t.from, V(S(R, v)))) ? s(
11010
+ t.from && dt.isDayBefore(t.from, V(S(R, v))) ? s(dt.addDayToRange(V(S(R, v), !1), t), Y, B) : t.from && (dt.isDayAfter(t.from, V(S(R, v))) || dt.isSameDay(t.from, V(S(R, v)))) ? s(
11015
11011
  {
11016
- from: V(S(R, v).startOf("day")),
11012
+ from: V(S(R, v)),
11017
11013
  to: V(S(t.from).endOf("day"), !1)
11018
11014
  },
11019
11015
  Y,