utopia-ui 3.0.16 → 3.0.17
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -4932,7 +4932,7 @@ var GroupSubHeaderView = function (_a) {
|
|
4932
4932
|
var item = _a.item, shareBaseUrl = _a.shareBaseUrl;
|
4933
4933
|
return (jsxs("div", __assign({ className: 'tw-px-6' }, { children: [jsxs("div", __assign({ className: 'tw-float-left tw-mt-2 tw-mb-4 tw-flex tw-items-center' }, { children: [item.status && (jsx("div", __assign({ className: 'tw-mt-1.5' }, { children: jsx("span", __assign({ className: 'tw-text-sm tw-text-current tw-bg-base-300 tw-rounded tw-py-0.5 tw-px-2 tw-inline-flex tw-items-center tw-mr-2' }, { children: item.status })) }))), item.group_type && (jsx("div", __assign({ className: 'tw-mt-1.5' }, { children: jsx("span", __assign({ className: 'tw-text-sm tw-text-current tw-bg-base-300 tw-rounded tw-py-1 tw-px-2' }, { children: item.group_type })) })))] })), jsx("div", { children: jsx(SocialShareBar, { url: shareBaseUrl && item.slug
|
4934
4934
|
? shareBaseUrl + item.slug
|
4935
|
-
: window.location.host + '/item/' + item.id, title: item.name }) })] })));
|
4935
|
+
: window.location.protocol + '//' + window.location.host + '/item/' + item.id, title: item.name }) })] })));
|
4936
4936
|
};
|
4937
4937
|
|
4938
4938
|
var OnepagerView = function (_a) {
|