utopia-ui 3.0.107 → 3.0.108
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/ItemsApi.d-D5bfsxpo.d.ts +13 -0
- package/dist/Profile.cjs.js +39427 -0
- package/dist/Profile.cjs.js.map +1 -0
- package/dist/Profile.d.ts +21 -2
- package/dist/Profile.esm.js +39401 -14
- package/dist/Profile.esm.js.map +1 -1
- package/dist/TagView-BDAxR2Eb.js +45021 -0
- package/dist/TagView-BDAxR2Eb.js.map +1 -0
- package/dist/TagView-BWPdSE7Z.js +44930 -0
- package/dist/TagView-BWPdSE7Z.js.map +1 -0
- package/dist/TagView-N0Ody3tW.js +2556 -0
- package/dist/TagView-N0Ody3tW.js.map +1 -0
- package/dist/TagView-S5y3vDwZ.js +2468 -0
- package/dist/TagView-S5y3vDwZ.js.map +1 -0
- package/dist/index.cjs.js +2105 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +1 -2
- package/dist/index.esm.js +2 -8
- package/dist/index.esm.js.map +1 -1
- package/dist/types/src/Components/Input/RichTextEditor/Extensions/CustomHeading.d.ts +1 -0
- package/dist/types/src/Components/Input/RichTextEditor/Extensions/CustomImage.d.ts +1 -0
- package/dist/types/src/Components/Input/RichTextEditor/Extensions/Hashtag.d.ts +2 -0
- package/dist/types/src/Components/Input/RichTextEditor/Extensions/HashtagMention.d.ts +1 -0
- package/dist/types/src/Components/Input/RichTextEditor/Extensions/MentionList.d.ts +13 -0
- package/dist/types/src/Components/Input/RichTextEditor/Extensions/suggestion.d.ts +2 -0
- package/dist/types/src/Components/Input/RichTextEditor/RichTextEditor.d.ts +17 -0
- package/dist/types/src/Components/Input/RichTextEditor/TextEditorMenu.d.ts +4 -0
- package/dist/types/src/Utils/getTextFromMarkdown.d.ts +1 -0
- package/dist/types/src/index.d.ts +0 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
2
2
|
import { GeoJsonObject, Geometry, Point } from 'geojson';
|
3
3
|
export { Point } from 'geojson';
|
4
|
-
import { I as ItemsApi } from './
|
5
|
-
export { a as ProfileForm, P as ProfileView, U as UserSettings } from './index.d-BvAz2zoA.js';
|
4
|
+
import { I as ItemsApi } from './ItemsApi.d-D5bfsxpo.js';
|
6
5
|
import * as react from 'react';
|
7
6
|
import { Key } from 'react';
|
8
7
|
export { default as SVG } from 'react-inlinesvg';
|
package/dist/index.esm.js
CHANGED
@@ -10,8 +10,8 @@ import * as React from 'react';
|
|
10
10
|
import { createContext, useContext, useState, useCallback, useEffect, createRef, useRef, forwardRef, useMemo } from 'react';
|
11
11
|
import { useInRouterContext, BrowserRouter, useNavigate, useLocation, Outlet, Link, NavLink } from 'react-router-dom';
|
12
12
|
import { ToastContainer, toast } from 'react-toastify';
|
13
|
-
import {
|
14
|
-
export {
|
13
|
+
import { P as PermissionsProvider, T as TagsProvider, L as LayersProvider, F as FilterProvider, I as ItemsProvider, S as SelectPositionProvider, a as LeafletRefsProvider, A as AppStateProvider, C as ClusterRefProvider, u as useLayers, b as useHasUserPermission, c as useAddVisibleGroupType, d as useIsGroupTypeVisible, e as useToggleVisibleGroupType, f as useVisibleGroupType, g as useAuth, h as useIsLayerVisible, i as useToggleVisibleLayer, j as useAppState, k as useSetAppState, l as useWindowDimensions, m as useTags, n as useItems, o as useLeafletRefs, p as useAddFilterTag, q as decodeTag, r as useFilterTags, s as useRemoveFilterTag, t as useSelectPosition, v as useSetSelectPosition, w as useSetClusterRef, x as useClusterRef, y as useSetMapClicked, z as useAddVisibleLayer, B as TextView$1, D as useResetFilterTags, E as useSetItemsApi, G as useSetItemsData, H as useAddTag, J as useSetTagData, K as useSetTagApi, M as useSetPermissionData, N as useSetPermissionApi, O as useSetAdminRole, Q as ForwardRef$5, R as MapOverlayPage, U as TextAreaInput, V as TextInput, W as useGetItemTags, X as ForwardRef$6, Y as timeAgo, Z as HeaderView, _ as StartEndView$1, $ as useAddItem, a0 as useRemoveItem, a1 as PopupStartEndInput$1, a2 as hashTagRegex, a3 as randomColor, a4 as TagView, a5 as useUpdateItem, a6 as useAddMarker, a7 as useAddPopup, a8 as useAllTagsLoaded, a9 as useAllItemsLoaded, aa as useSetMarkerClicked, ab as encodeTag } from './TagView-S5y3vDwZ.js';
|
14
|
+
export { ac as AuthProvider } from './TagView-S5y3vDwZ.js';
|
15
15
|
import MarkerClusterGroup from 'react-leaflet-cluster';
|
16
16
|
import SVG from 'react-inlinesvg';
|
17
17
|
export { default as SVG } from 'react-inlinesvg';
|
@@ -21,12 +21,6 @@ import ChevronRightIcon from '@heroicons/react/24/outline/ChevronRightIcon';
|
|
21
21
|
import ChevronDownIcon from '@heroicons/react/24/outline/ChevronDownIcon';
|
22
22
|
import 'react-markdown';
|
23
23
|
import 'remark-breaks';
|
24
|
-
import 'react-photo-album';
|
25
|
-
import 'yet-another-react-lightbox';
|
26
|
-
import 'react-image-crop';
|
27
|
-
import 'react-colorful';
|
28
|
-
import 'prop-types';
|
29
|
-
import 'react-dom';
|
30
24
|
|
31
25
|
function styleInject(css, ref) {
|
32
26
|
if ( ref === void 0 ) ref = {};
|