@thecb/components 12.0.6 → 12.1.0-beta.1
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
|
@@ -47170,7 +47170,7 @@ var PartialAmountField = function PartialAmountField(_ref) {
|
|
|
47170
47170
|
extraStyles: "display: block;",
|
|
47171
47171
|
variant: themeValues.detailVariant,
|
|
47172
47172
|
weight: "400"
|
|
47173
|
-
}, lineItem.subDescription))),
|
|
47173
|
+
}, lineItem.subDescription, " payment amount"))),
|
|
47174
47174
|
key: lineItem.id,
|
|
47175
47175
|
field: field,
|
|
47176
47176
|
fieldActions: fieldActions,
|
|
@@ -47182,6 +47182,7 @@ var PartialAmountField = function PartialAmountField(_ref) {
|
|
|
47182
47182
|
placeholder: "$0.00",
|
|
47183
47183
|
formatter: moneyFormat,
|
|
47184
47184
|
isNum: true,
|
|
47185
|
+
isRequired: true,
|
|
47185
47186
|
decorator: /*#__PURE__*/React__default.createElement(Text$1, {
|
|
47186
47187
|
variant: "p"
|
|
47187
47188
|
}, "Amount owed:", " ", /*#__PURE__*/React__default.createElement(Text$1, {
|