@vixoniccom/birthdays 0.7.7-dev.4 → 0.7.7-dev.5
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 +2 -0
- package/build.zip +0 -0
- package/configuration/standardGroup/StandardInputs.ts +3 -3
- package/configuration.json +3 -3
- package/package.json +1 -1
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.7.7-dev.5](https://github.com/Vixonic/store-birthdays/compare/v0.7.7-dev.4...v0.7.7-dev.5) (2026-01-19)
|
|
6
|
+
|
|
5
7
|
### [0.7.7-dev.4](https://github.com/Vixonic/store-birthdays/compare/v0.7.7-dev.3...v0.7.7-dev.4) (2026-01-19)
|
|
6
8
|
|
|
7
9
|
|
package/build.zip
CHANGED
|
Binary file
|
|
@@ -39,7 +39,7 @@ export const standardInputs = [
|
|
|
39
39
|
new TextInput({
|
|
40
40
|
id: 'textMargin',
|
|
41
41
|
label: 'Margen',
|
|
42
|
-
description: 'Margen derecho de los textos (en porcentaje). Por defecto
|
|
42
|
+
description: 'Margen derecho de los textos (en porcentaje). Por defecto 0%.',
|
|
43
43
|
}),
|
|
44
44
|
|
|
45
45
|
new Switch({
|
|
@@ -113,7 +113,7 @@ export const standardInputs = [
|
|
|
113
113
|
new TextInput({
|
|
114
114
|
id: 'imageMargin',
|
|
115
115
|
label: 'Margen',
|
|
116
|
-
description: 'Margen derecho de la imagen (en porcentaje). Por defecto
|
|
116
|
+
description: 'Margen derecho de la imagen (en porcentaje). Por defecto 0%.',
|
|
117
117
|
show: ShowValidations.imageEnabled,
|
|
118
118
|
}),
|
|
119
119
|
new NumberInput({
|
|
@@ -187,7 +187,7 @@ export const standardInputs = [
|
|
|
187
187
|
new TextInput({
|
|
188
188
|
id: 'dateMargin',
|
|
189
189
|
label: 'Margen',
|
|
190
|
-
description: 'Margen derecho de la fecha (en porcentaje). Por defecto
|
|
190
|
+
description: 'Margen derecho de la fecha (en porcentaje). Por defecto 0%.',
|
|
191
191
|
show: ShowValidations.dateEnabled,
|
|
192
192
|
}),
|
|
193
193
|
|
package/configuration.json
CHANGED
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
"id": "textMargin",
|
|
329
329
|
"label": "Margen",
|
|
330
330
|
"type": "text-input",
|
|
331
|
-
"description": "Margen derecho de los textos (en porcentaje). Por defecto
|
|
331
|
+
"description": "Margen derecho de los textos (en porcentaje). Por defecto 0%."
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
334
|
"id": "descriptionEnabled",
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
"label": "Margen",
|
|
461
461
|
"show": "{{imageEnabled}} === true",
|
|
462
462
|
"type": "text-input",
|
|
463
|
-
"description": "Margen derecho de la imagen (en porcentaje). Por defecto
|
|
463
|
+
"description": "Margen derecho de la imagen (en porcentaje). Por defecto 0%."
|
|
464
464
|
},
|
|
465
465
|
{
|
|
466
466
|
"id": "imageSize",
|
|
@@ -588,7 +588,7 @@
|
|
|
588
588
|
"label": "Margen",
|
|
589
589
|
"show": "{{dateEnabled}} === true",
|
|
590
590
|
"type": "text-input",
|
|
591
|
-
"description": "Margen derecho de la fecha (en porcentaje). Por defecto
|
|
591
|
+
"description": "Margen derecho de la fecha (en porcentaje). Por defecto 0%."
|
|
592
592
|
},
|
|
593
593
|
{
|
|
594
594
|
"type": "label",
|
package/package.json
CHANGED