@thecb/components 11.1.12-beta.0 → 11.1.12-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/dist/index.cjs.js
CHANGED
|
@@ -47716,6 +47716,7 @@ var PartialAmountField = function PartialAmountField(_ref) {
|
|
|
47716
47716
|
variant: themeValues.detailVariant,
|
|
47717
47717
|
weight: themeValues.weightTitle
|
|
47718
47718
|
}, /*#__PURE__*/React__default.createElement("span", null, lineItem.description)), /*#__PURE__*/React__default.createElement(Detail$1, {
|
|
47719
|
+
id: createIdFromString(lineItem.subDescription),
|
|
47719
47720
|
as: "p",
|
|
47720
47721
|
variant: themeValues.detailVariant,
|
|
47721
47722
|
weight: "400"
|