@bigbinary/neeto-molecules 3.16.93 → 3.16.94
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 +9 -7
- package/dist/ShareViaLink.js.map +1 -1
- package/dist/cjs/ShareViaLink.js +9 -7
- package/dist/cjs/ShareViaLink.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/de.json +2 -1
- package/src/translations/es.json +2 -1
- package/src/translations/fr.json +2 -1
- package/src/translations/nl.json +2 -1
- package/src/translations/pl.json +2 -1
- package/src/translations/pt.json +2 -1
package/dist/cjs/ShareViaLink.js
CHANGED
|
@@ -586,13 +586,15 @@ var Card = function Card(_ref) {
|
|
|
586
586
|
children: [Icon && /*#__PURE__*/jsxRuntime.jsx(Icon, {
|
|
587
587
|
className: "neeto-ui-text-gray-500 flex-shrink-0",
|
|
588
588
|
size: 24
|
|
589
|
-
}), /*#__PURE__*/jsxRuntime.
|
|
590
|
-
className: "min-w-0 flex-grow break-words",
|
|
589
|
+
}), /*#__PURE__*/jsxRuntime.jsxs(Typography, {
|
|
590
|
+
className: "neeto-molecules-share-landing__card-title min-w-0 flex-grow break-words",
|
|
591
591
|
style: "h4",
|
|
592
|
-
children: title
|
|
593
|
-
|
|
592
|
+
children: [title, helpPopoverProps && /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
593
|
+
children: [" ", /*#__PURE__*/jsxRuntime.jsx(HelpPopover, _objectSpread({}, helpPopoverProps))]
|
|
594
|
+
})]
|
|
595
|
+
})]
|
|
594
596
|
}), description && /*#__PURE__*/jsxRuntime.jsx(Typography, {
|
|
595
|
-
className: "break-words",
|
|
597
|
+
className: "neeto-molecules-share-landing__card-desc break-words",
|
|
596
598
|
lineHeight: "normal",
|
|
597
599
|
style: "body2",
|
|
598
600
|
children: description
|
|
@@ -617,7 +619,7 @@ var ShareBlock = function ShareBlock(_ref) {
|
|
|
617
619
|
};
|
|
618
620
|
var hasMoreOptions = neetoCist.isPresent(moreOptions);
|
|
619
621
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
620
|
-
className: "neeto-ui-border-gray-200 mt-8 grid grid-cols-1 gap-4 border-t pt-8 sm:grid-cols-2 md:grid-cols-3
|
|
622
|
+
className: "neeto-ui-border-gray-200 mt-8 grid grid-cols-1 gap-4 border-t pt-8 sm:grid-cols-2 md:grid-cols-3",
|
|
621
623
|
children: [hasMoreOptions && moreOptions.filter(function (_ref2) {
|
|
622
624
|
var permissions = _ref2.permissions;
|
|
623
625
|
return neetoCist.isNotPresent(permissions) || globalProps.permissions.some(ramda.includes(ramda.__, permissions));
|
|
@@ -1685,7 +1687,7 @@ var QRCode = function QRCode(_ref) {
|
|
|
1685
1687
|
});
|
|
1686
1688
|
};
|
|
1687
1689
|
|
|
1688
|
-
var css = ".neeto-molecules-share-landing__card{outline:1px solid rgb(var(--neeto-ui-white))!important;transition:all .3s!important}.neeto-molecules-share-landing__card:hover{border-color:rgb(var(--neeto-ui-primary-500))!important;outline:1px solid rgb(var(--neeto-ui-primary-500))!important}";
|
|
1690
|
+
var css = ".neeto-molecules-share-landing__card{outline:1px solid rgb(var(--neeto-ui-white))!important;transition:all .3s!important}.neeto-molecules-share-landing__card:hover{border-color:rgb(var(--neeto-ui-primary-500))!important;outline:1px solid rgb(var(--neeto-ui-primary-500))!important}.neeto-molecules-share-landing__card-title .neeto-molecule-help-popover-trigger{display:inline-block!important;vertical-align:middle}";
|
|
1689
1691
|
injectCss.n(css,{});
|
|
1690
1692
|
|
|
1691
1693
|
var SocialMedia = function SocialMedia(_ref) {
|