@timardex/cluemart-shared 1.5.796 → 1.5.797
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-LHT6WAM2.mjs → chunk-JCFZV25I.mjs} +3 -5
- package/dist/chunk-JCFZV25I.mjs.map +1 -0
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +1 -1
- package/dist/hooks/index.cjs +2 -6
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -3
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +2 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -4
- package/dist/index.mjs.map +1 -1
- package/dist/utils/index.cjs +2 -4
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-LHT6WAM2.mjs.map +0 -1
package/dist/hooks/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import "../chunk-KSFDYCSS.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
SCHOOL_MIN_STUDENT_COUNT,
|
|
5
5
|
normalizeUrl
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-JCFZV25I.mjs";
|
|
7
7
|
import {
|
|
8
8
|
EnumAdShowOn,
|
|
9
9
|
EnumAdStatus,
|
|
@@ -146,8 +146,6 @@ import * as yup from "yup";
|
|
|
146
146
|
var nzBankAccountRegex = /^\d{2}-\d{4}-\d{7}-\d{2}$/;
|
|
147
147
|
var nzbnRegex = /^94\d{11}$/;
|
|
148
148
|
var normalizedUrlTransform = () => yup.string().trim().transform(
|
|
149
|
-
(value) => typeof value === "string" ? value.toLowerCase() : value
|
|
150
|
-
).transform(
|
|
151
149
|
(value) => typeof value === "string" ? normalizeUrl(value) : value
|
|
152
150
|
);
|
|
153
151
|
var noLeadingZeros = (fieldName, options = {}) => {
|