@thecb/components 11.1.14 → 11.1.15-beta.0

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
@@ -47598,12 +47598,12 @@ var PartialAmountField = function PartialAmountField(_ref) {
47598
47598
  labelDisplayOverride: /*#__PURE__*/React__default.createElement(Stack, {
47599
47599
  childGap: "0px"
47600
47600
  }, /*#__PURE__*/React__default.createElement(Detail$1, {
47601
- as: "h3",
47601
+ as: "label",
47602
47602
  variant: themeValues.detailVariant,
47603
47603
  weight: themeValues.weightTitle
47604
47604
  }, /*#__PURE__*/React__default.createElement("span", null, lineItem.description)), /*#__PURE__*/React__default.createElement(Detail$1, {
47605
47605
  id: lineItem.subDescription,
47606
- as: "p",
47606
+ as: "label",
47607
47607
  variant: themeValues.detailVariant,
47608
47608
  weight: "400"
47609
47609
  }, lineItem.subDescription)),