@bigbinary/neeto-tags-frontend 1.1.3 → 1.1.4

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 CHANGED
@@ -14037,7 +14037,7 @@ var useTagsForm = function useTagsForm(_ref) {
14037
14037
 
14038
14038
  function cov_2esewcy8wy() {
14039
14039
  var path = "/home/runner/work/neeto-tags-frontend/neeto-tags-frontend/src/components/Dashboard/ManageTags.jsx";
14040
- var hash = "d777bb648033b764709f241254ac2dc982414137";
14040
+ var hash = "a5246ec7748b956aad6c045e43d023c23c084483";
14041
14041
  var global = new Function("return this")();
14042
14042
  var gcv = "__coverage__";
14043
14043
  var coverageData = {
@@ -14049,7 +14049,7 @@ function cov_2esewcy8wy() {
14049
14049
  column: 19
14050
14050
  },
14051
14051
  end: {
14052
- line: 96,
14052
+ line: 98,
14053
14053
  column: 1
14054
14054
  }
14055
14055
  },
@@ -14109,7 +14109,7 @@ function cov_2esewcy8wy() {
14109
14109
  column: 2
14110
14110
  },
14111
14111
  end: {
14112
- line: 95,
14112
+ line: 97,
14113
14113
  column: 4
14114
14114
  }
14115
14115
  },
@@ -14119,7 +14119,7 @@ function cov_2esewcy8wy() {
14119
14119
  column: 10
14120
14120
  },
14121
14121
  end: {
14122
- line: 91,
14122
+ line: 93,
14123
14123
  column: 13
14124
14124
  }
14125
14125
  }
@@ -14143,7 +14143,7 @@ function cov_2esewcy8wy() {
14143
14143
  column: 6
14144
14144
  },
14145
14145
  end: {
14146
- line: 96,
14146
+ line: 98,
14147
14147
  column: 1
14148
14148
  }
14149
14149
  },
@@ -14167,7 +14167,7 @@ function cov_2esewcy8wy() {
14167
14167
  column: 10
14168
14168
  },
14169
14169
  end: {
14170
- line: 91,
14170
+ line: 93,
14171
14171
  column: 13
14172
14172
  }
14173
14173
  },
@@ -14244,35 +14244,35 @@ function cov_2esewcy8wy() {
14244
14244
  "2": {
14245
14245
  loc: {
14246
14246
  start: {
14247
- line: 78,
14247
+ line: 80,
14248
14248
  column: 26
14249
14249
  },
14250
14250
  end: {
14251
- line: 78,
14251
+ line: 80,
14252
14252
  column: 48
14253
14253
  }
14254
14254
  },
14255
14255
  type: "binary-expr",
14256
14256
  locations: [{
14257
14257
  start: {
14258
- line: 78,
14258
+ line: 80,
14259
14259
  column: 26
14260
14260
  },
14261
14261
  end: {
14262
- line: 78,
14262
+ line: 80,
14263
14263
  column: 32
14264
14264
  }
14265
14265
  }, {
14266
14266
  start: {
14267
- line: 78,
14267
+ line: 80,
14268
14268
  column: 36
14269
14269
  },
14270
14270
  end: {
14271
- line: 78,
14271
+ line: 80,
14272
14272
  column: 48
14273
14273
  }
14274
14274
  }],
14275
- line: 78
14275
+ line: 80
14276
14276
  }
14277
14277
  },
14278
14278
  s: {
@@ -14295,7 +14295,7 @@ function cov_2esewcy8wy() {
14295
14295
  "2": [0, 0]
14296
14296
  },
14297
14297
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
14298
- hash: "d777bb648033b764709f241254ac2dc982414137"
14298
+ hash: "a5246ec7748b956aad6c045e43d023c23c084483"
14299
14299
  };
14300
14300
  var coverage = global[gcv] || (global[gcv] = {});
14301
14301
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -14359,12 +14359,14 @@ var ManageTags = function ManageTags(_ref) {
14359
14359
  className: "neeto-ui-flex neeto-ui-w-full neeto-ui-flex-col neeto-ui-gap-4"
14360
14360
  }, /*#__PURE__*/React__default["default"].createElement(formik.Input, {
14361
14361
  required: true,
14362
+ unlimitedChars: true,
14362
14363
  "data-cy": "tag-name-text-field",
14363
14364
  label: t("name"),
14364
14365
  maxLength: TAG_NAME_MAX_LENGTH,
14365
14366
  name: "name",
14366
14367
  ref: inputReference
14367
14368
  }), /*#__PURE__*/React__default["default"].createElement(formik.Textarea, {
14369
+ unlimitedChars: true,
14368
14370
  "data-cy": "tag-description-text-area",
14369
14371
  label: t("description"),
14370
14372
  maxLength: TAG_DESCRIPTION_MAX_LENGTH,