utopia-ui 3.0.54 → 3.0.55
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 +0 -1
- package/package.json +9 -2
- package/dist/index.js.map +0 -1
package/dist/index.js
CHANGED
@@ -5339,4 +5339,3 @@ function Quests() {
|
|
5339
5339
|
}
|
5340
5340
|
|
5341
5341
|
export { AppShell, AttestationForm, AuthProvider, CardPage, Content, ItemForm, ItemView, Layer, LoginPage, MapOverlayPage, MarketView, Modal, MoonCalendar, OverlayItemsIndexPage, Permissions, PopupButton, PopupCheckboxInput, PopupStartEndInput, PopupTextAreaInput, PopupTextInput, ProfileForm, ProfileView, Quests, RequestPasswordPage, SelectBox, SelectUser, SetNewPasswordPage, SideBar, SignupPage, Sitemap, StartEndView, Tags, TextAreaInput, TextInput, TextView, TitleCard, UserSettings, UtopiaMap };
|
5342
|
-
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
@@ -1,11 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "utopia-ui",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.55",
|
4
4
|
"description": "Reuseable React Components to build mapping apps for real life communities and networks",
|
5
5
|
"repository": "https://github.com/utopia-os/utopia-ui",
|
6
6
|
"homepage:": "https://utopia-os.org/",
|
7
7
|
"module": "dist/index.js",
|
8
8
|
"types": "dist/index.d.ts",
|
9
|
+
"exports": {
|
10
|
+
".": {
|
11
|
+
"import": "./dist/index.js",
|
12
|
+
"types": "./dist/index.d.ts"
|
13
|
+
}
|
14
|
+
},
|
9
15
|
"type": "module",
|
10
16
|
"scripts": {
|
11
17
|
"build": "rollup -c",
|
@@ -24,6 +30,7 @@
|
|
24
30
|
"license": "GPL-3.0-only",
|
25
31
|
"devDependencies": {
|
26
32
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
33
|
+
"@rollup/plugin-typescript": "^12.1.2",
|
27
34
|
"@testing-library/jest-dom": "^6.6.3",
|
28
35
|
"@testing-library/react": "^16.2.0",
|
29
36
|
"@types/geojson": "^7946.0.14",
|
@@ -57,6 +64,7 @@
|
|
57
64
|
"react": "^18.3.1",
|
58
65
|
"react-dom": "^18.3.1",
|
59
66
|
"rollup": "^4.34.6",
|
67
|
+
"rollup-plugin-dts": "^6.1.1",
|
60
68
|
"rollup-plugin-postcss": "^4.0.2",
|
61
69
|
"rollup-plugin-typescript2": "^0.32.1",
|
62
70
|
"tailwindcss": "^3.3.1",
|
@@ -89,7 +97,6 @@
|
|
89
97
|
"react-string-replace": "^1.1.1",
|
90
98
|
"react-toastify": "^9.1.3",
|
91
99
|
"remark-breaks": "^4.0.0",
|
92
|
-
"rollup-plugin-dts": "^6.1.1",
|
93
100
|
"tw-elements": "^1.0.0",
|
94
101
|
"yet-another-react-lightbox": "^3.21.7"
|
95
102
|
},
|