@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.esm.js CHANGED
@@ -47162,7 +47162,7 @@ var PartialAmountField = function PartialAmountField(_ref) {
47162
47162
  extraStyles: "display: block;",
47163
47163
  variant: themeValues.detailVariant,
47164
47164
  weight: "400"
47165
- }, lineItem.subDescription))),
47165
+ }, lineItem.subDescription, " payment amount"))),
47166
47166
  key: lineItem.id,
47167
47167
  field: field,
47168
47168
  fieldActions: fieldActions,
@@ -47174,6 +47174,7 @@ var PartialAmountField = function PartialAmountField(_ref) {
47174
47174
  placeholder: "$0.00",
47175
47175
  formatter: moneyFormat,
47176
47176
  isNum: true,
47177
+ isRequired: true,
47177
47178
  decorator: /*#__PURE__*/React__default.createElement(Text$1, {
47178
47179
  variant: "p"
47179
47180
  }, "Amount owed:", " ", /*#__PURE__*/React__default.createElement(Text$1, {