@thecb/components 11.1.15-beta.1 → 11.1.15-beta.2
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
|
@@ -47594,12 +47594,13 @@ var PartialAmountField = function PartialAmountField(_ref) {
|
|
|
47594
47594
|
"for": createIdFromString("".concat(lineItem.description, "-").concat(lineItem.subDescription)),
|
|
47595
47595
|
variant: themeValues.detailVariant,
|
|
47596
47596
|
weight: themeValues.weightTitle
|
|
47597
|
-
}, /*#__PURE__*/React.createElement(
|
|
47598
|
-
as: "
|
|
47599
|
-
"for": createIdFromString("".concat(lineItem.description, "-").concat(lineItem.subDescription)),
|
|
47597
|
+
}, /*#__PURE__*/React.createElement(Detail$1, {
|
|
47598
|
+
as: "span",
|
|
47600
47599
|
variant: themeValues.detailVariant,
|
|
47601
47600
|
weight: "400"
|
|
47602
|
-
}, lineItem.subDescription)
|
|
47601
|
+
}, lineItem.subDescription), /*#__PURE__*/React.createElement(Box, {
|
|
47602
|
+
padding: "0"
|
|
47603
|
+
}, lineItem.description))),
|
|
47603
47604
|
key: lineItem.id,
|
|
47604
47605
|
field: field,
|
|
47605
47606
|
fieldActions: fieldActions,
|