@vixoniccom/wifi 0.0.1-dev.3 → 0.0.1-dev.4

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.0.1-dev.4](https://github.com/Vixonic/store-wifi/compare/v0.0.1-dev.3...v0.0.1-dev.4) (2026-02-04)
6
+
5
7
  ### 0.0.1-dev.3 (2026-02-04)
6
8
 
7
9
 
package/build.zip CHANGED
Binary file
@@ -5,6 +5,10 @@
5
5
  "label": "General",
6
6
  "type": "group",
7
7
  "items": [
8
+ {
9
+ "type": "label",
10
+ "label": "Estilo del contenedor"
11
+ },
8
12
  {
9
13
  "id": "sizeContainer",
10
14
  "label": "Tamaño del contenedor",
@@ -23,11 +27,15 @@
23
27
  "type": "text-input",
24
28
  "description": "Color de fondo del contenedor."
25
29
  },
30
+ {
31
+ "type": "label",
32
+ "label": "Estilo del icono WiFi"
33
+ },
26
34
  {
27
35
  "id": "color",
28
36
  "label": "Color",
29
37
  "type": "text-input",
30
- "description": "Color del icono wifi."
38
+ "description": "Color del icono WiFi."
31
39
  },
32
40
  {
33
41
  "id": "sizeIcon",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "author": {
9
9
  "name": "Belen Rojas"
10
10
  },
11
- "version": "0.0.1-dev.3",
11
+ "version": "0.0.1-dev.4",
12
12
  "scripts": {
13
13
  "prepublish": "vixonic-module-packager --mode=build",
14
14
  "watch": "vixonic-module-packager --mode=watch",