@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.esm.js
CHANGED
|
@@ -47713,7 +47713,7 @@ var PartialAmountField = function PartialAmountField(_ref) {
|
|
|
47713
47713
|
variant: themeValues.detailVariant,
|
|
47714
47714
|
weight: "400"
|
|
47715
47715
|
}, lineItem.subDescription)),
|
|
47716
|
-
labelTextWhenNoError: "".concat(lineItem.description, "
|
|
47716
|
+
labelTextWhenNoError: "".concat(lineItem.description, "-").concat(lineItem.subDescription),
|
|
47717
47717
|
key: lineItem.id,
|
|
47718
47718
|
field: field,
|
|
47719
47719
|
fieldActions: fieldActions,
|