@vixoniccom/wifi 0.0.1-dev.11 → 0.0.1-dev.13

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,10 @@
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.13](https://github.com/Vixonic/store-wifi/compare/v0.0.1-dev.12...v0.0.1-dev.13) (2026-02-05)
6
+
7
+ ### [0.0.1-dev.12](https://github.com/Vixonic/store-wifi/compare/v0.0.1-dev.11...v0.0.1-dev.12) (2026-02-05)
8
+
5
9
  ### [0.0.1-dev.11](https://github.com/Vixonic/store-wifi/compare/v0.0.1-dev.10...v0.0.1-dev.11) (2026-02-05)
6
10
 
7
11
  ### [0.0.1-dev.10](https://github.com/Vixonic/store-wifi/compare/v0.0.1-dev.9...v0.0.1-dev.10) (2026-02-05)
package/build.zip CHANGED
Binary file
@@ -2,13 +2,6 @@ import { ColorPicker, Label, NumberInput, NumberRangeValue} from "@vixoniccom/mo
2
2
 
3
3
  export const generalInputs = [
4
4
  new Label({ label: 'Estilo de contenedor' }),
5
- new NumberInput({
6
- id: 'sizeContainer',
7
- label: 'Tamaño del contenedor',
8
- description: 'Tamaño del contenedor en píxeles',
9
- range: new NumberRangeValue(24, 256),
10
- required: true,
11
- }),
12
5
  new NumberInput({
13
6
  id: 'borderRadius',
14
7
  label: 'Radio de borde',
@@ -9,12 +9,6 @@
9
9
  "type": "label",
10
10
  "label": "Estilo de contenedor"
11
11
  },
12
- {
13
- "id": "sizeContainer",
14
- "label": "Tamaño del contenedor",
15
- "type": "number-input",
16
- "description": "Tamaño del contenedor en píxeles"
17
- },
18
12
  {
19
13
  "id": "borderRadius",
20
14
  "label": "Radio de borde",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "author": {
9
9
  "name": "Belen Rojas"
10
10
  },
11
- "version": "0.0.1-dev.11",
11
+ "version": "0.0.1-dev.13",
12
12
  "scripts": {
13
13
  "prepublish": "vixonic-module-packager --mode=build",
14
14
  "watch": "vixonic-module-packager --mode=watch",