@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "12.0.6",
3
+ "version": "12.1.0-beta.1",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -39,7 +39,7 @@ const PartialAmountField = ({
39
39
  variant={themeValues.detailVariant}
40
40
  weight="400"
41
41
  >
42
- {lineItem.subDescription}
42
+ {lineItem.subDescription} payment amount
43
43
  </Detail>
44
44
  </Box>
45
45
  </Stack>
@@ -53,6 +53,7 @@ const PartialAmountField = ({
53
53
  placeholder="$0.00"
54
54
  formatter={moneyFormat}
55
55
  isNum
56
+ isRequired
56
57
  decorator={
57
58
  <Text variant="p">
58
59
  Amount owed:{" "}