@thecb/components 11.1.12-beta.2 → 11.1.12-beta.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.cjs.js CHANGED
@@ -47721,7 +47721,7 @@ var PartialAmountField = function PartialAmountField(_ref) {
47721
47721
  variant: themeValues.detailVariant,
47722
47722
  weight: "400"
47723
47723
  }, lineItem.subDescription)),
47724
- labelTextWhenNoError: "".concat(lineItem.description, " | ").concat(lineItem.subDescription),
47724
+ labelTextWhenNoError: "".concat(lineItem.description, "-").concat(lineItem.subDescription),
47725
47725
  key: lineItem.id,
47726
47726
  field: field,
47727
47727
  fieldActions: fieldActions,