valtech-components 4.0.567 → 4.0.568
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/esm2022/lib/components/organisms/mini-games/chessimals-game.component.mjs +3 -3
- package/esm2022/lib/version.mjs +2 -2
- package/fesm2022/valtech-components.mjs +3 -3
- package/fesm2022/valtech-components.mjs.map +1 -1
- package/lib/components/organisms/mini-games/chessimals-game.component.d.ts +1 -1
- package/lib/version.d.ts +1 -1
- package/package.json +1 -1
package/esm2022/lib/version.mjs
CHANGED
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
* Current version of valtech-components.
|
|
3
3
|
* This is automatically updated during the publish process.
|
|
4
4
|
*/
|
|
5
|
-
export const VERSION = '4.0.
|
|
6
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
export const VERSION = '4.0.568';
|
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9saWIvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O0dBR0c7QUFDSCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBDdXJyZW50IHZlcnNpb24gb2YgdmFsdGVjaC1jb21wb25lbnRzLlxuICogVGhpcyBpcyBhdXRvbWF0aWNhbGx5IHVwZGF0ZWQgZHVyaW5nIHRoZSBwdWJsaXNoIHByb2Nlc3MuXG4gKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gJzQuMC41NjgnO1xuIl19
|
|
@@ -59,7 +59,7 @@ import fixWebmDuration from 'fix-webm-duration';
|
|
|
59
59
|
* Current version of valtech-components.
|
|
60
60
|
* This is automatically updated during the publish process.
|
|
61
61
|
*/
|
|
62
|
-
const VERSION = '4.0.
|
|
62
|
+
const VERSION = '4.0.568';
|
|
63
63
|
|
|
64
64
|
// Control de estado de refresco (singleton a nivel de módulo)
|
|
65
65
|
let isRefreshing = false;
|
|
@@ -70704,7 +70704,7 @@ class ChessimalsGameComponent {
|
|
|
70704
70704
|
|
|
70705
70705
|
<ion-modal
|
|
70706
70706
|
[isOpen]="isPlayOptionsModalOpen()"
|
|
70707
|
-
cssClass="val-modal-adaptive chessimals-themed-modal chessimals-play-modal"
|
|
70707
|
+
cssClass="val-modal-adaptive chessimals-themed-modal chessimals-play-options-modal"
|
|
70708
70708
|
(didDismiss)="handlePlayOptionsModalDismissed()"
|
|
70709
70709
|
>
|
|
70710
70710
|
<ng-template>
|
|
@@ -72067,7 +72067,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
72067
72067
|
|
|
72068
72068
|
<ion-modal
|
|
72069
72069
|
[isOpen]="isPlayOptionsModalOpen()"
|
|
72070
|
-
cssClass="val-modal-adaptive chessimals-themed-modal chessimals-play-modal"
|
|
72070
|
+
cssClass="val-modal-adaptive chessimals-themed-modal chessimals-play-options-modal"
|
|
72071
72071
|
(didDismiss)="handlePlayOptionsModalDismissed()"
|
|
72072
72072
|
>
|
|
72073
72073
|
<ng-template>
|