@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.esm.js
CHANGED
|
@@ -47701,6 +47701,7 @@ var PartialAmountField = function PartialAmountField(_ref) {
|
|
|
47701
47701
|
fieldActions = _ref.fieldActions,
|
|
47702
47702
|
themeValues = _ref.themeValues;
|
|
47703
47703
|
return /*#__PURE__*/React.createElement(FormInput$1, {
|
|
47704
|
+
labelTextWhenNoError: lineItem.description,
|
|
47704
47705
|
labelDisplayOverride: /*#__PURE__*/React.createElement(Stack, {
|
|
47705
47706
|
childGap: "0px"
|
|
47706
47707
|
}, /*#__PURE__*/React.createElement(Detail$1, {
|
|
@@ -47713,7 +47714,6 @@ var PartialAmountField = function PartialAmountField(_ref) {
|
|
|
47713
47714
|
variant: themeValues.detailVariant,
|
|
47714
47715
|
weight: "400"
|
|
47715
47716
|
}, lineItem.subDescription)),
|
|
47716
|
-
labelTextWhenNoError: "".concat(lineItem.description, " | ").concat(lineItem.subDescription),
|
|
47717
47717
|
key: lineItem.id,
|
|
47718
47718
|
field: field,
|
|
47719
47719
|
fieldActions: fieldActions,
|