conversion-ui-library 1.1.51 → 1.1.52
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/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -64216,7 +64216,7 @@ function xAe({
|
|
|
64216
64216
|
}, K = O.useMemo(() => {
|
|
64217
64217
|
if (!t?.from) return null;
|
|
64218
64218
|
if (d) {
|
|
64219
|
-
const Y = "d. MMMM yyyy.", z = t.from, L = t.to ?? t.from, oe = Bc(z, L) ? z : L, pe = Bc(z, L) ? L : z, Ae = F$e(pe, oe)
|
|
64219
|
+
const Y = "d. MMMM yyyy.", z = t.from, L = t.to ?? t.from, oe = Bc(z, L) ? z : L, pe = Bc(z, L) ? L : z, Ae = F$e(pe, oe);
|
|
64220
64220
|
return `${Tr(t.from, Y)} - ${Tr(L, Y)} | Days: ${Ae}`;
|
|
64221
64221
|
}
|
|
64222
64222
|
return t.to ? `${Tr(t.from, i)} → ${Tr(t.to, i)}` : Tr(t.from, i);
|