niris-public-community-components 0.0.9 → 0.0.10

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.
Files changed (2) hide show
  1. package/README.md +3 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  # Niris web components
7
7
 
8
- [Niris](https://iris.apsl.net/en/) is an application for the automated management of citizen requests and complaints. It offers solutions tailored to each municipality. Is a product offered by [APSL](https://apsl.tech/en/) which consists of both a backoffice and a public page where citizens can carry out their procedures through a form. This library offers the possibility of using this form through [web components](https://developer.mozilla.org/en/docs/Web/API/Web_components) developed with [lit](https://lit.dev/).
8
+ [Niris](https://iris.apsl.net/en/) is an application for the automated management of citizen requests and complaints. It offers solutions tailored to each municipality. Is a product offered by [APSL](https://apsl.tech/en/) which consists of both a backoffice and a public page where citizens can carry out their procedures through a form. This library offers the possibility of using that form through [web components](https://developer.mozilla.org/en/docs/Web/API/Web_components) developed with [lit](https://lit.dev/).
9
9
 
10
10
  This library contains two web components:
11
11
 
@@ -17,9 +17,7 @@ This library contains two web components:
17
17
 
18
18
  - `<form-niris>`: Replica of the ATE form for sending requests, requests or suggestions.
19
19
 
20
- ![example ](https://i.ibb.co/mVJNbgrm/form-nirispng.png)
21
-
22
- Since this is a Lit 3 web component, this will work inside any SPA framework. Read the React integration docs. Framework-agnostic web components are the future!
20
+ ![example ](https://i.ibb.co/hxCqW901/niris-form.jpg)
23
21
 
24
22
  ## Table of contents
25
23
 
@@ -102,7 +100,7 @@ More help at [how to use a web component](https://lit.dev/docs/tools/adding-lit/
102
100
 
103
101
  ### TextareaToNiris
104
102
 
105
- - **formaction**: _string_ - URL to which the form will be redirected using the entered text as "keywords". For example, if we fill in the form with "there is a fallen tree", it will redirect us to: https://iris-public-community-iris-community.labs.apsl.io/buscador-tematicas?from_request=true&keywords=test+test
103
+ - **formaction**: _string_ - This will be the URL to which the form will redirect us. It must be the ATE URL ending with `/buscador-tematicas`. For example: https://iris-public-community-iris-community.labs.apsl.io/buscador-tematicas
106
104
 
107
105
  ### FormNiris
108
106
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "niris-public-community-components",
3
3
  "private": false,
4
- "version": "0.0.9",
4
+ "version": "0.0.10",
5
5
  "homepage": "https://iris.apsl.net",
6
6
  "description": "Web components for the NIRIS project developed with the Lit library",
7
7
  "main": "dist/index.js",