@tiba-spark/client-shared-lib 25.3.0-331 → 25.3.0-341
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 +1 -0
- package/libraries/enums/localization.enum.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libraries/theme/_tabs.scss +16 -10
- package/src/libraries/theme/mat-components/_mat-checkbox.scss +29 -6
- package/src/libraries/theme/mat-components/_mat-menu.scss +0 -4
- package/src/libraries/theme/mat-components/_mat-selection-list.scss +0 -7
|
@@ -24402,6 +24402,7 @@ var Localization;
|
|
|
24402
24402
|
Localization["alert_severity_low"] = "alert_severity_low";
|
|
24403
24403
|
Localization["alert_severity_ok"] = "alert_severity_ok";
|
|
24404
24404
|
Localization["alerts_preferences_title"] = "alerts_preferences_title";
|
|
24405
|
+
Localization["notifications_preferences_title"] = "notifications_preferences_title";
|
|
24405
24406
|
Localization["alert_device_type_main_controller"] = "alert_device_type_main_controller";
|
|
24406
24407
|
Localization["alert_device_type_cash_register"] = "alert_device_type_cash_register";
|
|
24407
24408
|
Localization["alert_device_type_dispenser"] = "alert_device_type_dispenser";
|