@tiba-spark/client-shared-lib 25.3.0-585 → 25.3.0-594
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/libraries/enums/localization.enum.mjs +2 -1
- package/fesm2022/tiba-spark-client-shared-lib.mjs +1 -0
- package/fesm2022/tiba-spark-client-shared-lib.mjs.map +1 -1
- package/libraries/enums/localization.enum.d.ts +2 -1
- package/libraries/enums/localization.enum.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libraries/theme/_modals.scss +10 -0
- package/src/libraries/theme/mat-components/_mat-input.scss +8 -0
- package/src/libraries/theme/mat-components/_mat-select.scss +8 -0
|
@@ -26603,6 +26603,7 @@ var Localization;
|
|
|
26603
26603
|
Localization["account_linked_entity_validation_ext"] = "account_linked_entity_validation_ext";
|
|
26604
26604
|
Localization["account_linked_entities_self_validations"] = "account_linked_entities_self_validations";
|
|
26605
26605
|
Localization["account_linked_entity_self_validation"] = "account_linked_entity_self_validation";
|
|
26606
|
+
Localization["card_on_file_results_matching"] = "card_on_file_results_matching";
|
|
26606
26607
|
})(Localization || (Localization = {}));
|
|
26607
26608
|
|
|
26608
26609
|
class UpdateMobileMode {
|