[@portaljs/components][m] - map components

This commit is contained in:
Luccas Mateus de Medeiros Gomes 2023-07-07 11:14:44 -03:00
parent 5f1d8151f5
commit 26309f646b
4 changed files with 2 additions and 6 deletions

View File

@ -22,10 +22,6 @@ const components = {
FlatUiTable: dynamic(() =>
import('@portaljs/components').then((mod) => mod.FlatUiTable)
),
OpenLayers: dynamic(() =>
import('@portaljs/components').then((mod) => mod.OpenLayers)
),
Map: dynamic(() => import('@portaljs/components').then((mod) => mod.Map)),
} as any;
export default function DRD({ source }: { source: any }) {

View File

@ -14,7 +14,7 @@
"@heroicons/react": "^2.0.18",
"@octokit/plugin-throttling": "^5.2.2",
"@portaljs/ckan": "^0.0.2",
"@portaljs/components": "file:../../packages/components/portaljs-components-0.1.12.tgz",
"@portaljs/components": "^0.1.12",
"@portaljs/core": "^1.0.5",
"@portaljs/remark-callouts": "^1.0.5",
"@portaljs/remark-embed": "^1.0.4",

View File

@ -18,7 +18,7 @@
"@heroicons/react": "^2.0.18",
"@octokit/plugin-throttling": "^5.2.2",
"@portaljs/ckan": "^0.0.2",
"@portaljs/components": "file:../../packages/components/portaljs-components-0.1.12.tgz",
"@portaljs/components": "^0.1.12",
"@portaljs/core": "^1.0.5",
"@portaljs/remark-callouts": "^1.0.5",
"@portaljs/remark-embed": "^1.0.4",