@thecb/components 11.1.12-beta.1 → 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
|
@@ -47716,12 +47716,12 @@ var PartialAmountField = function PartialAmountField(_ref) {
|
|
|
47716
47716
|
variant: themeValues.detailVariant,
|
|
47717
47717
|
weight: themeValues.weightTitle
|
|
47718
47718
|
}, /*#__PURE__*/React__default.createElement("span", null, lineItem.description)), /*#__PURE__*/React__default.createElement(Detail$1, {
|
|
47719
|
-
id:
|
|
47719
|
+
id: lineItem.subDescription,
|
|
47720
47720
|
as: "p",
|
|
47721
47721
|
variant: themeValues.detailVariant,
|
|
47722
47722
|
weight: "400"
|
|
47723
47723
|
}, lineItem.subDescription)),
|
|
47724
|
-
labelTextWhenNoError: "".concat(lineItem.description, "
|
|
47724
|
+
labelTextWhenNoError: "".concat(lineItem.description, "-").concat(lineItem.subDescription),
|
|
47725
47725
|
key: lineItem.id,
|
|
47726
47726
|
field: field,
|
|
47727
47727
|
fieldActions: fieldActions,
|