@vixoniccom/birthdays 0.7.10-dev.4 → 0.7.10-dev.6

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.7.10-dev.6](https://github.com/Vixonic/store-birthdays/compare/v0.7.10-dev.5...v0.7.10-dev.6) (2026-04-24)
6
+
7
+ ### [0.7.10-dev.5](https://github.com/Vixonic/store-birthdays/compare/v0.7.10-dev.4...v0.7.10-dev.5) (2026-04-24)
8
+
5
9
  ### [0.7.10-dev.4](https://github.com/Vixonic/store-birthdays/compare/v0.7.10-dev.3...v0.7.10-dev.4) (2026-04-23)
6
10
 
7
11
  ### [0.7.10-dev.3](https://github.com/Vixonic/store-birthdays/compare/v0.7.10-dev.1...v0.7.10-dev.3) (2026-04-23)
package/build.zip CHANGED
Binary file
@@ -4,6 +4,7 @@ import {
4
4
  NumberRangeValue,
5
5
  SelectAssetKna,
6
6
  SelectInput,
7
+ Switch,
7
8
  TextInput,
8
9
  } from '@vixoniccom/modules'
9
10
 
@@ -90,4 +91,13 @@ export const appearanceInputs = [
90
91
  label: 'Márgenes',
91
92
  description: 'CSS para dar espacio arriba/derecha/abajo/izquieda.',
92
93
  }),
94
+
95
+ new Label({ label: 'Visualizador de error' }),
96
+ new Switch({
97
+ id: 'showApiError',
98
+ label: 'Mensaje de error',
99
+ displayOnTrue: 'mensaje de la API',
100
+ displayOnFalse: 'mensaje por defecto',
101
+ defaultValue: false,
102
+ }),
93
103
  ]
@@ -232,6 +232,18 @@
232
232
  "type": "text-input",
233
233
  "description": "CSS para dar espacio arriba/derecha/abajo/izquieda.",
234
234
  "required": false
235
+ },
236
+ {
237
+ "type": "label",
238
+ "label": "Visualizador de error"
239
+ },
240
+ {
241
+ "id": "showApiError",
242
+ "label": "Mensaje de error",
243
+ "type": "switch",
244
+ "defaultValue": false,
245
+ "displayOnTrue": "mensaje de la API",
246
+ "displayOnFalse": "mensaje por defecto"
235
247
  }
236
248
  ]
237
249
  },
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "author": {
9
9
  "name": "Lorenzo Alfaro Bravo"
10
10
  },
11
- "version": "0.7.10-dev.4",
11
+ "version": "0.7.10-dev.6",
12
12
  "scripts": {
13
13
  "prepublish": "vixonic-module-packager --mode=build",
14
14
  "watch": "vixonic-module-packager --mode=watch",