valtech-components 4.0.255 → 4.0.257

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.
@@ -6,6 +6,7 @@
6
6
  */
7
7
  export declare const TICKET_CARD_I18N: {
8
8
  readonly es: {
9
+ readonly cardLabel: "Cartón de bingo";
9
10
  readonly folio: "Folio";
10
11
  readonly statusSold: "Vendida";
11
12
  readonly statusCheckedIn: "Canjeada";
@@ -15,6 +16,7 @@ export declare const TICKET_CARD_I18N: {
15
16
  readonly copiedUrl: "Link copiado";
16
17
  };
17
18
  readonly en: {
19
+ readonly cardLabel: "Bingo card";
18
20
  readonly folio: "Folio";
19
21
  readonly statusSold: "Sold";
20
22
  readonly statusCheckedIn: "Checked in";
package/lib/version.d.ts CHANGED
@@ -2,4 +2,4 @@
2
2
  * Current version of valtech-components.
3
3
  * This is automatically updated during the publish process.
4
4
  */
5
- export declare const VERSION = "4.0.255";
5
+ export declare const VERSION = "4.0.257";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "4.0.255",
3
+ "version": "4.0.257",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"