@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/ShareViaLink.js
CHANGED
|
@@ -578,6 +578,7 @@ var Card = function Card(_ref) {
|
|
|
578
578
|
size: 24
|
|
579
579
|
}), /*#__PURE__*/jsxs(Typography, {
|
|
580
580
|
className: "neeto-molecules-share-landing__card-title min-w-0 flex-grow break-words",
|
|
581
|
+
"data-testid": "share-card-title",
|
|
581
582
|
style: "h4",
|
|
582
583
|
children: [title, helpPopoverProps && /*#__PURE__*/jsxs(Fragment, {
|
|
583
584
|
children: [" ", /*#__PURE__*/jsx(HelpPopover, _objectSpread({}, helpPopoverProps))]
|
|
@@ -585,6 +586,7 @@ var Card = function Card(_ref) {
|
|
|
585
586
|
})]
|
|
586
587
|
}), description && /*#__PURE__*/jsx(Typography, {
|
|
587
588
|
className: "neeto-molecules-share-landing__card-desc break-words",
|
|
589
|
+
"data-testid": "share-card-description",
|
|
588
590
|
lineHeight: "normal",
|
|
589
591
|
style: "body2",
|
|
590
592
|
children: description
|