utopia-ui 3.0.0-alpha.77 → 3.0.0-alpha.78
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 +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -3937,6 +3937,8 @@ function OverlayProfile() {
|
|
3937
3937
|
tag && setNeeds(function (current) { return __spreadArray(__spreadArray([], current, true), [tag], false); });
|
3938
3938
|
});
|
3939
3939
|
}, [item]);
|
3940
|
+
useEffect(function () {
|
3941
|
+
}, [offers, needs]);
|
3940
3942
|
return (React.createElement(MapOverlayPage, { className: 'tw-mx-4 tw-mt-4 tw-max-h-[calc(100dvh-96px)] tw-h-[calc(100dvh-96px)] md:tw-w-[calc(50%-32px)] tw-w-[calc(100%-32px)] tw-max-w-3xl !tw-left-auto tw-top-0 tw-bottom-0' }, item &&
|
3941
3943
|
React.createElement(React.Fragment, null,
|
3942
3944
|
React.createElement("div", { className: 'tw-flex tw-flex-row' },
|