@isettingkit/business-rules 2.2.2 → 2.2.3
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.es.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2926,7 +2926,7 @@ const Br = S.div`
|
|
|
2926
2926
|
] });
|
|
2927
2927
|
}, Wr = (e) => {
|
|
2928
2928
|
const { label: t, howToSet: n, isFirst: o = !1 } = e, r = Jr(t), i = Qr(r), s = o ? "Que" : "Y que", d = i ? r : `${Zr(r)} ${r}`, l = ni(n);
|
|
2929
|
-
return `${s} ${d} ${l}`;
|
|
2929
|
+
return `${s} ${d.toLowerCase()} ${l}`;
|
|
2930
2930
|
}, Xr = /^(el|la|los|las)\s/i;
|
|
2931
2931
|
function Qr(e) {
|
|
2932
2932
|
return Xr.test(e);
|