@bigbinary/neeto-form-frontend 3.10.0 → 3.10.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/BuildForm.js CHANGED
@@ -285,6 +285,7 @@ var Card = function Card(_ref) {
285
285
  position: "top",
286
286
  children: /*#__PURE__*/jsx(Typography, {
287
287
  className: "line-clamp-2 min-w-0 flex-grow truncate break-words",
288
+ "data-cy": "".concat(slugify(questionLabel), "-question-card-label"),
288
289
  lineHeight: "snug",
289
290
  ref: questionLabelRef,
290
291
  style: "body2",