@trackunit/custom-field-components 0.0.974 → 0.0.976

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/index.cjs.js CHANGED
@@ -244,7 +244,6 @@ const getWebAddressValidationRules = (definition) => {
244
244
  return definition.uiEditable
245
245
  ? {
246
246
  ...pattern,
247
- ...defaultRules,
248
247
  }
249
248
  : defaultRules;
250
249
  };
@@ -318,7 +317,6 @@ const getStringValidationRules = (definition) => {
318
317
  ...maxLength,
319
318
  ...minLength,
320
319
  ...pattern,
321
- ...defaultRules,
322
320
  }
323
321
  : defaultRules;
324
322
  };
@@ -376,7 +374,6 @@ const getEmailValidationRules = (definition) => {
376
374
  return definition.uiEditable
377
375
  ? {
378
376
  ...pattern,
379
- ...defaultRules,
380
377
  }
381
378
  : defaultRules;
382
379
  };
package/index.esm.js CHANGED
@@ -224,7 +224,6 @@ const getWebAddressValidationRules = (definition) => {
224
224
  return definition.uiEditable
225
225
  ? {
226
226
  ...pattern,
227
- ...defaultRules,
228
227
  }
229
228
  : defaultRules;
230
229
  };
@@ -298,7 +297,6 @@ const getStringValidationRules = (definition) => {
298
297
  ...maxLength,
299
298
  ...minLength,
300
299
  ...pattern,
301
- ...defaultRules,
302
300
  }
303
301
  : defaultRules;
304
302
  };
@@ -356,7 +354,6 @@ const getEmailValidationRules = (definition) => {
356
354
  return definition.uiEditable
357
355
  ? {
358
356
  ...pattern,
359
- ...defaultRules,
360
357
  }
361
358
  : defaultRules;
362
359
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/custom-field-components",
3
- "version": "0.0.974",
3
+ "version": "0.0.976",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -9,7 +9,7 @@
9
9
  "dependencies": {
10
10
  "@trackunit/react-form-components": "*",
11
11
  "react": "18.3.1",
12
- "react-hook-form": "7.40.0",
12
+ "react-hook-form": "7.53.0",
13
13
  "@trackunit/custom-field-api": "*",
14
14
  "@trackunit/shared-utils": "*",
15
15
  "@trackunit/iris-app-runtime-core": "*",