@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.esm.js
CHANGED
|
@@ -47590,12 +47590,12 @@ var PartialAmountField = function PartialAmountField(_ref) {
|
|
|
47590
47590
|
labelDisplayOverride: /*#__PURE__*/React.createElement(Stack, {
|
|
47591
47591
|
childGap: "0px"
|
|
47592
47592
|
}, /*#__PURE__*/React.createElement(Detail$1, {
|
|
47593
|
-
as: "
|
|
47593
|
+
as: "label",
|
|
47594
47594
|
variant: themeValues.detailVariant,
|
|
47595
47595
|
weight: themeValues.weightTitle
|
|
47596
47596
|
}, /*#__PURE__*/React.createElement("span", null, lineItem.description)), /*#__PURE__*/React.createElement(Detail$1, {
|
|
47597
47597
|
id: lineItem.subDescription,
|
|
47598
|
-
as: "
|
|
47598
|
+
as: "label",
|
|
47599
47599
|
variant: themeValues.detailVariant,
|
|
47600
47600
|
weight: "400"
|
|
47601
47601
|
}, lineItem.subDescription)),
|