@bigbinary/neeto-molecules 4.1.6 → 4.1.7
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/cjs/ShareViaLink.js
CHANGED
|
@@ -599,6 +599,7 @@ var Card = function Card(_ref) {
|
|
|
599
599
|
size: 24
|
|
600
600
|
}), /*#__PURE__*/jsxRuntime.jsxs(Typography, {
|
|
601
601
|
className: "neeto-molecules-share-landing__card-title min-w-0 flex-grow break-words",
|
|
602
|
+
"data-testid": "share-card-title",
|
|
602
603
|
style: "h4",
|
|
603
604
|
children: [title, helpPopoverProps && /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
604
605
|
children: [" ", /*#__PURE__*/jsxRuntime.jsx(HelpPopover, _objectSpread({}, helpPopoverProps))]
|
|
@@ -606,6 +607,7 @@ var Card = function Card(_ref) {
|
|
|
606
607
|
})]
|
|
607
608
|
}), description && /*#__PURE__*/jsxRuntime.jsx(Typography, {
|
|
608
609
|
className: "neeto-molecules-share-landing__card-desc break-words",
|
|
610
|
+
"data-testid": "share-card-description",
|
|
609
611
|
lineHeight: "normal",
|
|
610
612
|
style: "body2",
|
|
611
613
|
children: description
|