Compare commits

..

3 Commits

Author SHA1 Message Date
Luccas Mateus
ba438e49d0 Update vite.config.ts 2023-07-07 18:21:01 -03:00
João Demenech
8a3669c2c9 Remove unused var 2023-07-07 18:17:39 -03:00
João Demenech
805e2f0817 [components,maps][l]: leaflet map now supports multiple layers and tooltip props setting 2023-07-07 17:55:49 -03:00
5 changed files with 4 additions and 10 deletions

View File

@@ -14,7 +14,7 @@
"@heroicons/react": "^2.0.18",
"@octokit/plugin-throttling": "^5.2.2",
"@portaljs/ckan": "^0.0.2",
"@portaljs/components": "0.1.12",
"@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": "0.1.12",
"@portaljs/components": "^0.1.12",
"@portaljs/core": "^1.0.5",
"@portaljs/remark-callouts": "^1.0.5",
"@portaljs/remark-embed": "^1.0.4",

View File

@@ -1,6 +1,6 @@
import { AppProps } from 'next/app';
import '@portaljs/components/styles.css';
import './styles.css';
import '@portaljs/components/styles.css';
import { NextSeo } from 'next-seo';
import { useEffect } from 'react';

View File

@@ -1,11 +1,5 @@
# @portaljs/components
## 0.2.0
### Minor Changes
- [`80c6221a`](https://github.com/datopian/portaljs/commit/80c6221a05733f8c1dd0431bed4d72b1f9d7d636) Thanks [@luccasmmg](https://github.com/luccasmmg)! - Added the OpenLayers and the Map(Leaflet based) component
## 0.1.12
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@portaljs/components",
"version": "0.2.0",
"version": "0.1.12",
"type": "module",
"description": "https://portaljs.org",
"keywords": [