@vixoniccom/footbal-score 1.0.3-beta.2 → 1.0.3
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.json +0 -14
- 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
|
+
### [1.0.3](https://bitbucket.org/vixonic_dev/football-score/compare/v1.0.3-beta.2...v1.0.3) (2024-05-09)
|
|
6
|
+
|
|
5
7
|
### [1.0.3-beta.2](https://bitbucket.org/vixonic_dev/football-score/compare/v1.0.3-beta.1...v1.0.3-beta.2) (2024-04-30)
|
|
6
8
|
|
|
7
9
|
### [1.0.3-beta.1](https://bitbucket.org/vixonic_dev/football-score/compare/v1.0.3-beta.0...v1.0.3-beta.1) (2024-04-30)
|
package/build.zip
CHANGED
|
Binary file
|
package/configuration.json
CHANGED
|
@@ -209,20 +209,6 @@
|
|
|
209
209
|
"required": false,
|
|
210
210
|
"label": "Márgenes",
|
|
211
211
|
"description": "CSS para dar espacio arriba/derecha/abajo/izquieda."
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"id": "columnGap",
|
|
215
|
-
"type": "text-input",
|
|
216
|
-
"required": false,
|
|
217
|
-
"label": "Separación entre columnas",
|
|
218
|
-
"description": "Agregar en px, ejemplo 100px. (Por defecto son 10px)"
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"id": "rowGap",
|
|
222
|
-
"type": "text-input",
|
|
223
|
-
"required": false,
|
|
224
|
-
"label": "Separación entre filas",
|
|
225
|
-
"description": "Agregar en px, ejemplo 100px. (Por defecto son 30px)"
|
|
226
212
|
}
|
|
227
213
|
]
|
|
228
214
|
},
|