@tiba-spark/client-shared-lib 25.3.0-746 → 25.3.0-748
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 +3 -1
- package/fesm2022/tiba-spark-client-shared-lib.mjs +2 -0
- package/fesm2022/tiba-spark-client-shared-lib.mjs.map +1 -1
- package/libraries/enums/localization.enum.d.ts +3 -1
- package/libraries/enums/localization.enum.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libraries/theme/_variables.scss +1 -1
|
@@ -26991,6 +26991,8 @@ var Localization;
|
|
|
26991
26991
|
Localization["smartpark_guid"] = "smartpark_guid";
|
|
26992
26992
|
Localization["violation"] = "violation";
|
|
26993
26993
|
Localization["payment_type_violation"] = "payment_type_violation";
|
|
26994
|
+
Localization["park_id_placeholder"] = "park_id_placeholder";
|
|
26995
|
+
Localization["smartpark_guid_placeholder"] = "smartpark_guid_placeholder";
|
|
26994
26996
|
})(Localization || (Localization = {}));
|
|
26995
26997
|
|
|
26996
26998
|
class UpdateMobileMode {
|