mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
fix(source): adjust filter control (#170)
* rollup - fail when typescript has warnings or errors Currently this is detected when building the docu. Since the developer rarely does that the problem is detected on github. This change allows the developer to discover the error early by failing the build. * adjust filter control to migrate wuerdekompass map to the latest code with modular profiles * 3.0.65 * set version to 3.0.71 for npm release * 3.0.72 * 3.0.73 * resolved merge conflict * 3.0.74 --------- Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
parent
eb4b8788bb
commit
18e561b8b9
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "utopia-ui",
|
||||
"version": "3.0.66",
|
||||
"version": "3.0.74",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "utopia-ui",
|
||||
"version": "3.0.66",
|
||||
"version": "3.0.74",
|
||||
"license": "GPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@heroicons/react": "^2.0.17",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "utopia-ui",
|
||||
"version": "3.0.66",
|
||||
"version": "3.0.74",
|
||||
"description": "Reuseable React Components to build mapping apps for real life communities and networks",
|
||||
"repository": "https://github.com/utopia-os/utopia-ui",
|
||||
"homepage": "https://utopia-os.org/",
|
||||
|
||||
@ -12,8 +12,8 @@ export function FilterControl() {
|
||||
const [open, setOpen] = useState(false)
|
||||
|
||||
const groupTypes = [
|
||||
{ text: 'Regional Gruppe', value: 'wuerdekompass' },
|
||||
{ text: 'Themen Gruppe', value: 'themenkompass' },
|
||||
{ text: 'Regional Gruppe', value: 'Regional-Gruppe' },
|
||||
{ text: 'Themen Gruppe', value: 'Themen-Gruppe' },
|
||||
{ text: 'liebevoll.jetzt', value: 'liebevoll.jetzt' },
|
||||
]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user