@thecb/components 11.1.12-beta.2 → 11.1.12-beta.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
|
@@ -47709,6 +47709,7 @@ var PartialAmountField = function PartialAmountField(_ref) {
|
|
|
47709
47709
|
fieldActions = _ref.fieldActions,
|
|
47710
47710
|
themeValues = _ref.themeValues;
|
|
47711
47711
|
return /*#__PURE__*/React__default.createElement(FormInput$1, {
|
|
47712
|
+
labelTextWhenNoError: lineItem.description,
|
|
47712
47713
|
labelDisplayOverride: /*#__PURE__*/React__default.createElement(Stack, {
|
|
47713
47714
|
childGap: "0px"
|
|
47714
47715
|
}, /*#__PURE__*/React__default.createElement(Detail$1, {
|
|
@@ -47721,7 +47722,6 @@ var PartialAmountField = function PartialAmountField(_ref) {
|
|
|
47721
47722
|
variant: themeValues.detailVariant,
|
|
47722
47723
|
weight: "400"
|
|
47723
47724
|
}, lineItem.subDescription)),
|
|
47724
|
-
labelTextWhenNoError: "".concat(lineItem.description, " | ").concat(lineItem.subDescription),
|
|
47725
47725
|
key: lineItem.id,
|
|
47726
47726
|
field: field,
|
|
47727
47727
|
fieldActions: fieldActions,
|