@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.cjs.js CHANGED
@@ -47602,12 +47602,13 @@ var PartialAmountField = function PartialAmountField(_ref) {
47602
47602
  "for": createIdFromString("".concat(lineItem.description, "-").concat(lineItem.subDescription)),
47603
47603
  variant: themeValues.detailVariant,
47604
47604
  weight: themeValues.weightTitle
47605
- }, /*#__PURE__*/React__default.createElement("span", null, lineItem.description)), /*#__PURE__*/React__default.createElement(Detail$1, {
47606
- as: "label",
47607
- "for": createIdFromString("".concat(lineItem.description, "-").concat(lineItem.subDescription)),
47605
+ }, /*#__PURE__*/React__default.createElement(Detail$1, {
47606
+ as: "span",
47608
47607
  variant: themeValues.detailVariant,
47609
47608
  weight: "400"
47610
- }, lineItem.subDescription)),
47609
+ }, lineItem.subDescription), /*#__PURE__*/React__default.createElement(Box, {
47610
+ padding: "0"
47611
+ }, lineItem.description))),
47611
47612
  key: lineItem.id,
47612
47613
  field: field,
47613
47614
  fieldActions: fieldActions,